li.l_custom_svg svg {
    width: 35px;
    height: 35px;
    color: #222;
    margin: 5px;
}

.lt-block-reviews {
    min-height: 10px;
    clear: both;
}

.r--bar-active {
    background-color: rgb(253, 188, 0);
}

.r--rate-percent-default {
    border-color: rgb(208, 208, 208);
}

.r--rate-after {
    border-top-color: rgb(255, 255, 255);
}

.r--rate-before {
    border-top-color: rgb(208, 208, 208);
}

.r--avatar-default {
    background: #f4b459;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.avatar--bg-red {
    background: #ea5644;
}

.avatar--bg-purple {
    background: #725ead;
}

.avatar--bg-blue {
    background: #4490c7;
}

.r--verified-review .text {
    color: rgb(5, 217, 45);
}

.r--flag-country .text {
    color: rgb(5, 217, 45);
}

.r--masonry-theme {
    background: transparent !important;
    border: none;
}

#r--masonry-theme .r--header,
#r--masonry-theme .r--masonry-theme {
    display: block;
    float: none;
    overflow: hidden;
}

.r--filter-wrapper span,
.r--filter-wrapper span *,
.r--grid-item, .r--grid-item * {
    color: #333333;
}

.r--write-review .r--write-wrapper .r--write-top {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px 24px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    float: left;
}

.r--write-review .r--write-wrapper .r--rate-review .r--label-quality {
    margin-right: 24px;
}

.r--write-review .r--write-input label {
    font-weight: 600;
    display: inline-block;
    margin: 0;
    color: #696969;
}

.r--write-review .r--write-input {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.r--write-review textarea {
    margin: 0;
    float: left;
    width: 100%;
    height: 99px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    padding: 12px 9px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.r--write-review input {
    border: 1px solid #bfbfbf;
    float: left;
    width: 100%;
    height: 33px;
    border-radius: 3px;
    margin: 0;
    padding: 0 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.r--write-review .r--write-input input,
.r--write-review .r--write-input textarea {
    margin-top: 10px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.r--write-review .r--title-form span {
    font-size: 1.3333rem;
    font-weight: 700;
}

.r--write-review .r--title-form {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    min-height: 15px;
}

.r--write-review .r--write-submit .r--button {
    height: 33px;
    margin: 0 !important;
    line-height: 31px !important;
    background: #FFB102;
}

.r--write-review .r--submit-form {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0 20px;
    height: 33px;
    display: block;
    text-align: right;
}

.r--write-review .r--write-submit {
    margin: 20px 0 0;
    clear: both;
    display: inline-block;
}

.review-popup__content {
    max-height: calc(100vh - 50px);
    min-height: 300px;
    width: 90% !important;
    max-width: 415px;
    overflow: auto !important;
    scroll-behavior: smooth;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .86);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .86);
    color: #333;
    z-index: 99999999999999 !important;
    padding: 30px;
    margin: 0 auto;
}

.review-popup__content::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}

.review-popup__content::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    height: 10px;
    border-radius: 5px;
}

.r--write-review .r--write-wrapper .r--write-product {
    padding: 15px;
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.r--write-review .r--write-wrapper .r--write-product .r--img-wrapper img {
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.r--write-review .r--write-wrapper .r--write-product .r--img-wrapper {
    height: 44px;
    width: 44px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.r--write-review .r--write-wrapper .r--write-product .r--info-product {
    display: inline-block;
    max-width: calc(100% - 60px);
}

.r--write-review .r--write-wrapper .r--write-product .r--info-product p {
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.21;
}

.r--write-review .r--text-limit {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.review-popup__content .r--title-form {
    margin-top: 2px;
}

.bg-yellow {
    background: rgb(255, 177, 2);
}

.show-modal-mobile .r--button {
    display: inline-block;
    border: 1px solid transparent;
    padding: 0 10px;
    height: 33px;
    border-radius: 3px;
    font-weight: 700;
    position: relative;
}

.show-modal-mobile .r--text-write {
    font-weight: 400;
    margin-left: 8px;
}

@media (max-width: 991px) {
    .show-modal-mobile {
        padding-top: 15px;
    }

    .r--desktop #r--masonry-theme .r--masonry-theme .r--grid-item {
        width: calc(50% - 20px) !important;
    }
}

@media (max-width: 500px) {
    .r--desktop #r--masonry-theme .r--masonry-theme .r--grid-item {
        width: calc(100% - 20px) !important;
    }
}

#wrap_des_pr {
    background-color: #fff;
}

/* @media (min-width: 1025px) {
    #wrap_des_pr {
        background-color: #f6f6f8;
    }
} */

#wrap_des_pr {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #wrap_des_pr {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.r--write-review .r--flex-center {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.r--write-review .rate {
    display: flex;
    font-size: 24px;
    line-height: 24px;
    justify-content: center;
}

.r--write-review .rate>input {
    display: none;
}

.r--write-review .rate>label {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    color: #ffc700;
}

.r--write-review .rate>label:before {
    content: '★';
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    transition: color 0.35s ease;
    color: inherit;
    width: 30px;
    text-align: center;
}

.r--write-review .rate>input:checked~label {
    color: #ccc;
}

.r--write-review .rate>input:checked+label {
    color: #ffc700;
}

.r--write-review .rate:hover>label {
    color: #ffc700 !important;
}

.r--write-review .rate>input:hover~label {
    color: #ccc !important;
}

.r--write-review .rate>input:hover+label {
    color: #ffc700 !important;
}

#r--masonry-theme .r--masonry-theme .r--load-more {
    position: static !important;
    height: auto !important;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    color: #3d4246;
    display: block;
    clear: left;
}

#r--masonry-theme .r--masonry-theme .r--grid {
    clear: both;
    overflow: hidden;
}

#r--masonry-theme .r--overview {
    padding: 15px 0;
    width: 100%;
    float: left;
    position: relative;
}

#r--masonry-theme .r--masonry-theme .r--reply-helpul {
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    #r--masonry-theme .r--overview .r--overview-left .kalles-rating-result {
        justify-content: center;
        margin: 4px 0 0;
    }

    #r--masonry-theme .r--overview .r--overview-left {
        display: block;
    }

    #r--masonry-theme .r--overview .r--overview-left .r--rateList.r--rate-850,
    #r--masonry-theme .r--overview .r--overview-left .r--star-block.r--star-850 {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }

    .r--desktop #r--masonry-theme .r--showing {
        display: none;
    }

    #r--masonry-theme .r--filter-review {
        margin-top: 40px;
    }
}

/*form discussion*/
.r--reply-review * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

.r--reply-review .r--reply-item-review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.r--reply-review .r--write-submit .r--button {
    height: 33px;
    float: right;
    margin: 0 !important;
    line-height: 31px !important;
}

.r--reply-review .r--write-submit .r--write-cancel {
    margin-right: 10px !important;
}

.r--reply-review .r--author {
    float: left;
    background: #f2f2f2;
    padding: 3px 10px 3px 3px;
    border-radius: 50px;
    min-width: 80px;
    margin: 0 0 12px;
}

.r--reply-review .r--author-review {
    font-weight: 700;
}

.r--reply-review .r--avatar-wp {
    float: left;
    position: relative;
    margin-right: 7px;
}

.r--reply-review .r--avatar-default {
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0;
}

.r--reply-review .r--date-review {
    margin-left: 10px;
}

.r--reply-review .title-review {
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
}

.r--reply-review .r--star-review {
    margin-bottom: 12px;
    width: 100%;
}

.r--reply-review .body-review {
    margin-bottom: 10px;
}

.r--reply-review .r--titles-top {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
}

.r--reply-review .r--reply-items {
    float: left;
    width: 100%;
    padding: 0 0 19px 0;
    margin: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
}

.r--reply-review .r--reply-item {
    margin: 0;
    float: left;
    width: 100%;
}

.r--reply-review .r--reply-item+.r--reply-item {
    margin-top: 15px;
}

.r--reply-review .r--reply-item .r--reply-content-wrapper {
    float: left;
    width: calc(100% - 45px);
}

.r--reply-review .r--reply-item .r--reply-content {
    float: left;
    width: 100%;
    opacity: .9;
    border-radius: 5px;
    max-width: 100%;
    background: #f2f2f2;
    padding: 9px 15px;
}

.r--reply-review .r--reply-item .r--avatar-default {
    margin: 2px 15px 0 0;
}

.r--reply-review .r--date-reply {
    float: none;
    line-height: normal;
    color: rgba(51, 51, 51, .4);
    margin-left: 7px;
}

.r--reply-review .r--reply-item .r--date-reply {
    margin: 8px 0 0;
    float: left;
    width: 100%;
    text-align: right;
}

.r--reply-review .r--write-submit .r--button {
    height: 33px;
    float: right;
    margin: 0 !important;
    line-height: 31px !important;
    border: 1px solid transparent;
}

.r--reply-review .r--write-submit .r--button+.r--button {
    margin-right: 10px !important;
}

.r--reply-review .r--write-submit .r--submit-form {
    background: #333333;
    color: #ffffff;
}

.r--reply-review .r--submit-form {
    float: left;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0 20px;
    height: 33px;
}

.r--reply-review .r--write-submit .r--write-cancel {
    background: transparent;
    color: #333333;
    border-color: #c3c3c3;
}

.r--reply-review .r--write-cancel {
    border: 1px solid #c3c3c3;
    background: initial;
    color: inherit;
    border-radius: 3px;
    font-weight: 700;
    padding: 0 25px;
    float: left;
}

.review-popup__content {
    border-radius: 5px;
}

.r--reply-review .r--reply-button .r--button {
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 5px;
    background: #f2f2f2;
    color: #4a4949;
    padding: 0 14px;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    line-height: 36px;
}

.kalles-section-pr_summary .product_title {
    margin-bottom: 14px !important;
}

.sp-single .entry-summary>.price-review {
    margin-bottom: 23px !important;
}

/****************************************
* add to cart sticky bar
*****************************************/
.sticky_atc_wrap {
    z-index: 340;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.sticky_atc_wrap.sticky_atc_shown {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky_atc_thumb {
    min-height: 75px;
}

.sticky_atc_thumb img {
    max-height: 75px;
    max-width: 65px;
    width: auto;
}

.sticky_atc_a {
    font-size: 13px;
    cursor: pointer;
}

.sticky_atc_btn .quantity {
    border-radius: 2px;
    border-color: #ddd;
}

.sticky_atc_btn .single_add_to_cart_button {
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.sticky_atc_info>h4 {
    color: #222;
}

.sticky_atc_price {
    font-size: 16px;
}

.sticky_atc_price ins {
    text-decoration: none;
}

#nt_backtop.sticky_atc_shown {
    bottom: 105px;
}

.popup_slpr_wrap.sticky_atc_shown {
    bottom: 105px;
}

@media (max-width: 1024px) {
    .kalles_toolbar_true .sticky_atc_wrap {
        bottom: 55px;
    }

    .kalles_toolbar_true #nt_backtop.sticky_atc_shown,
    .kalles_toolbar_true .popup_slpr_wrap.sticky_atc_shown {
        bottom: 160px;
    }
}

@media (max-width: 767px) {
    .sticky_atc_content {
        display: none;
    }

    .sticky_atc_btn .txt_under {
        display: block;
        font-size: 14px;
    }

    .kalles_toolbar_true.pr-grouped-layout #nt_backtop.sticky_atc_shown,
    .kalles_toolbar_true.pr-grouped-layout .popup_slpr_wrap.sticky_atc_shown {
        bottom: 130px;
    }

    .pr-grouped-layout .popup_slpr_wrap.sticky_atc_shown {
        bottom: 75px;
    }
}

@media (max-width: 575px) {
    .sticky_atc_btn .txt_under {
        width: 100%;
        min-width: 100%;
        margin: 0 0 10px;
    }

    .sticky_atc_price {
        display: none;
    }

    .sticky_atc_btn {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 2px;
    }

    .sticky_atc_btn .single_add_to_cart_button {
        width: 100%;
        margin: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .sticky_atc_btn .quantity {
        margin-left: 0;
    }
}

/**************************************************************
* Frequently Bought Together
***************************************************************/
.kl_fbt_img:not(.kl_fbt_img_0):before {
    content: "+";
    font-size: 20px;
}

.kl_fbt_li select {
    width: auto;
    border-radius: 5px;
    color: #222;
    height: 36px;
    line-height: 36px;
    margin-left: 5px;
}

.kl_fbt_tt_price {
    color: #ec0101;
    font-size: 18px;
}

.kl_fbt_price {
    color: #ec0101;
    font-size: 15px;
    margin: 0 5px;
}

.kl_fbt_wrap del {
    color: #878787;
}

.kl_fbt_wrap ins {
    text-decoration: none;
}

.kl_fbt_li:not(:last-child) {
    margin-bottom: 10px;
}

.js_fbt_ck,
.kl_fbt_li .label {
    display: none;
}

.kl_fbt_li label:before {
    position: relative;
    top: 2px;
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    border: 1px solid #d4d6d8;
    box-shadow: none;
    background-size: 0;
    background: #fff no-repeat 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 2px;
    -webkit-appearance: none;
}

.kl_fbt_li svg {
    display: block;
    width: 10px;
    height: 10px;
    fill: #fff;
    position: absolute;
    top: 7px;
    left: 2px;
    pointer-events: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.js_fbt_ck:checked+label svg {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.js_fbt_ck:not(:checked)~* {
    opacity: 0.2;
}

.js_fbt_ck:not(:checked)+label {
    opacity: 1;
}

.kl_fbt_img img {
    width: 100%;
    margin: 5px 10px;
    max-width: 115px;
}

.kl_fbt_img_0.kl_fbt_img img {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .kl_fbt_img img {
        margin: 5px;
        max-width: 70px;
    }

    .des_style_1.des_mb_2 .kl_fbt_img_0.kl_fbt_img img {
        margin-left: 5px;
    }

    .kl_fbt_img:not(.kl_fbt_img_0):before {
        font-size: 16px;
    }

    .kl_fbt_li label:before {
        width: 24px;
        height: 24px;
    }

    .kl_fbt_li svg {
        width: 16px;
        height: 16px;
        top: 6px;
        left: 3px;
    }
}

/**************************************************************
* pinner single layout 04
***************************************************************/
.pin__type .pin_tt {
    background-color: #f0807f;
}

.pin__type_single-001 {
    transform: translate(-20%, -3%);
    top: 3%;
    left: 20%;
}

.pin__type_single-002 {
    transform: translate(-12%, -50%);
    top: 50%;
    left: 12%;
}

.pin__type_single-003 {
    transform: translate(-20%, -52%);
    top: 52%;
    left: 20%;
}

.pin__type_single-004 {
    transform: translate(-20%, -90%);
    top: 90%;
    left: 20%;
}

.pin__type_single-005 {
    transform: translate(-50%, -37%);
    top: 37%;
    left: 50%;
}

.pin__type_single-006 {
    transform: translate(-87%, -62%);
    top: 62%;
    left: 87%;
}

.nt_se_lookbook_img {
    margin: 25px auto 40px;
}

/**************************************************************
* choose advance style
***************************************************************/
.pr_ch_img {
    padding-top: 127.5862069%;
}

.pr_choose_wrap {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pr_choose_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.pr_choose_img .lz_op_ef {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.row.pr_choose_wrap {
    margin: 10px 0 25px;
}

.pr_choose_style~.nt_cart_form .swatch {
    margin-bottom: 15px;
}

.pr_choose_wrap>.pr_choose_item {
    padding: 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
    border-radius: 4px;
}

.pr_choose_info {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}

.pr_ch_img_hover {
    -webkit-transition: opacity 0.5s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.pr_choose_item:hover .pr_ch_img_hover {
    opacity: 1;
    transform: scale(1.09);
}

/**************************************************************
* group table
***************************************************************/
.group_table td {
    padding: 10px;
    text-align: center;
}

td.grouped-pr-list-item__thumb img {
    min-width: 50px;
    max-width: 100px;
}

td.grouped-pr-list-item__label {
    text-align: left;
}

.grouped-pr-list-item__info select,
.grouped-pr-list-item__quantity .quantity {
    border-radius: 2px;
    border-color: #ddd;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grouped-pr-list-item__price ins {
    text-decoration: none;
}

.fgr_frm .single_add_to_cart_button {
    min-width: 230px !important;
}

.grouped_pr_subtotal {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    td.grouped-pr-list-item__thumb img {
        width: 65px;
    }

    .variations_form .quantity {
        min-width: 100px;
        width: 100px;
    }

    .button.out_stock_groupedr {
        padding: 5px 8px;
        white-space: nowrap;
        overflow: hidden;
        max-width: 100px;
        text-overflow: ellipsis;
    }

    .fgr_frm .variations_button {
        display: flex;
        flex-wrap: wrap;
    }

    .fgr_frm .single_add_to_cart_button {
        width: calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
    }
}

.is_sticky .theiaStickySidebar {
    will-change: auto;
}

.single-product-page .single-product-header .title {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: bold;
    max-width: calc(55%);

}

.single-product-page .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.single-product-page .single-product-header .product-price .current-price {
    font-size: 24px;
    color: var(--secondary-color);
    font-weight: bold;
    line-height: 1;
}

.single-product-page .single-product-header .product-price .old-price {
    font-size: 12px;
    color: #878787;
    text-decoration: line-through;
    line-height: 1;
}

.single-product-page .discount-img-container .discount-img {
    left: 0;
    top: 0;
}

.single-product-page .discount-img-container .tag-product {
    left: 58px;
    top: -3px;
}
.single-product-page .discount-img-container{
    z-index: 1;
}
.single-product-page .discount-img-container .deal-text {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
    color: #fff;
    transform: rotate(-45deg);
    line-height: 1.2;
    font-size: 1rem;
    white-space: pre-line;
    text-align: center;
    width: 60px;
}

.single-product-page .discount-img-container .discount-txt {
    position: absolute;
    left: 84px;
    z-index: 9999;
    top: 53px;
    display: flex;
    flex-direction: column;
    line-height: normal;
    transform: rotate(-45deg);
    align-items: center;
    color: var(--primary-color);
    width: 39px;
}

.single-product-page .discount-img-container .discount-txt .discount-label {
    font-size: 9px;
}

.single-product-page .discount-img-container .discount-txt .discount-percent {
    font-size: 14px;
    font-weight: bold
}

.single-product-page .product-option-container label,
.single-product-page #product-custom-user-input-fields .input-label {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.8rem;
}

.single-product-page .kalles-section-pr_summary {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(25, 25, 25);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    padding: 1rem 4rem 1rem 3rem;
}

.single-product-page .kalles-section-pr_summary .product_title {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 600;
}

.single-product-page .kalles-section-pr_summary .pr_short_des {
    color: var(--primary-color);
    font-size: 0.87rem !important;
}
.single-product-page .kalles-section-pr_summary .pr_short_des p{
    margin-bottom:0!important ;
}

.single-product-page .custom-checkbox-label {
    font-size: 0.8rem;
    color: #5c5b5b;
    font-weight: normal;
}

.single-product-page .product-option-container select,
.single-product-page #product-custom-user-input-fields .input-text input {
    border-radius: 0.25rem !important;
}

.single-product-page #product-custom-user-input-fields .form-control {
    position: relative;
}

.single-product-page #product-custom-user-input-fields .file-label {
    position: absolute;
    top: 0;
    right: 0;
}

.single-product-page #product-custom-user-input-fields button {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 500px;
    font-size: 13px;
}

.single-product-page .detail-extralink .detail-qty,
.single-product-page .detail-extralink #product-quantity {
    height: 50px;
    width: 80px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.single-product-page .detail-extralink .button-add-to-cart {
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-color: var(--primary-color);
    color: #fff;
}

.single-product-page .detail-extralink .product-action .add-to-fav {
    border: unset;
    height: auto;
    margin-top: 0;
}
.single-product-page .product-main-gallery-wrapper , .single-product-page .col-md-6.col-12.pr_sticky_su {
    z-index: 2;
}
.single-product-page .col-md-6.col-12.pr_sticky_su {
    padding-right: 0;
    padding-left: 0;
    margin-right: 2rem;
}
@media (min-width: 768px){
    .single-product-page .col-md-6.col-12.pr_sticky_su {
        -ms-flex: 0 0 calc(50% - 3rem);
        flex: 0 0 calc(50% - 3rem);
        max-width: calc(50% - 3rem);
    }
}
.single-product-page .product-share-wrapper {
    display: flex;
    align-items: center;
    position: relative;   
    z-index: 9;
}


.single-product-page .product-share-wrapper .at-share-btn-elements {
    display: flex !important;
}

.single-product-page .product-share-wrapper .at-icon-wrapper {
    height: 40px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
}

.single-product-page .product-share-wrapper .kalles-social-media .at-svc-facebook {
    background-color: #3b5998;
}

.single-product-page .product-share-wrapper .kalles-social-media .at-svc-twitter {
    background-color: #1da1f2;
}

.single-product-page .product-share-wrapper .kalles-social-media .at-svc-email {
    background-color: #f39c1f;
}

.single-product-page .product-share-wrapper .kalles-social-media .at-svc-pinterest_share {
    background-color: #e60023;
}

.single-product-page .product-share-wrapper .kalles-social-media .at-svc-link_share {
    background-color: #191919;
}

.single-product-page .product-share-wrapper .kalles-social-media .at-icon-wrapper svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.single-product-page .kalles-section-pr_description .ul_tabs {
    display: inline-flex !important;
    justify-content: flex-start !important;
    border: 1px solid #e5e5e5;
}

.single-product-page .kalles-section-pr_description .ul_tabs li.tab_title_block a {
    min-height: 54px;
    min-width: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--primary-color);
    border-radius: unset;
}

.single-product-page .kalles-section-pr_description .ul_tabs li.tab_title_block.active a {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.single-product-page .ul_tabs li:not(:last-child) {
    border-left: 1px solid #e5e5e5;
}

.single-product-page .kalles-section-pr_description .entry-content {
    border: 1px solid rgb(216, 216, 216);
    box-shadow: rgba(216, 216, 216, 0.8) 0px 0px 10px;
    padding: 40px;
}

.single-product-page #tab_product_description {
    color: #191919;
    font-size: 16px;
}

.single-product-page #muiltiple_choices .variable-options-table thead td {
    width: auto;
    text-align: center;
    color: #191919;
    font-size: 16px;
    font-weight: bold;
}

.single-product-page #muiltiple_choices .variable-options-table tbody td {
    text-align: center;
    color: #191919;
    font-size: 14px;
}

.single-product-page #muiltiple_choices .variable-options-table tbody del,
.single-product-page #muiltiple_choices .variable-options-table tbody ins {
    text-align: center;
    display: block;
}

.single-product-page #muiltiple_choices .variable-options-table tbody del {
    font-size: 12px;
}

.single-product-page #tab_reviews_product #r--masonry-theme .r--masonry-theme .r--author {
    display: flex;
    float: unset;
}

.single-product-page #tab_reviews_product #r--masonry-theme .r--author {
    padding: 3px
}

.single-product-page #tab_reviews_product #r--masonry-theme .r--avatar-default {
    margin-left: 7px;
    float: unset;
    margin-right: unset !important
}

.single-product-page #tab_reviews_product #r--masonry-theme .r--masonr {
    text-align: right
}

.single-product-page #tab_reviews_product #r--masonry-theme .r--masonry-theme .r--content-review {
    text-align: right;
    float: unset !important;
}

.single-product-page #tab_reviews_product .r--masonry-theme .r--date-review {
    float: unset !important;
}

.single-product-page #product-custom-user-option-fields .form-group {
    margin-bottom: 0px;
}

.single-product-page #product-custom-user-option-fields {
    margin-bottom: 10px
}


.zid-product-gallery, .zid-product-gallery * {
    direction: ltr
}


.zid-product-gallery .col_thumb {
    padding: 2rem;
    padding-top: 4.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    z-index: 2;

}
.zid-product-gallery .col_thumb .social-share{
    justify-content: end;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

.single-product-page .col-md-6.col-12.product-infors {
    -ms-flex: 0 0 calc(50% + 3rem);
    flex: 0 0 calc(50% + 3rem);
    max-width: calc(50% + 3rem);
    margin-right: -2rem;
    padding-top: 2rem;
}

.single-product-page .col-md-6.col-12.pr.product-images {
    z-index: 3;
    padding-right: 1.8rem;
}

.zid-product-gallery .nav_medium .nt_bg_lz {
    padding-top: 66.9%!important;
    background-size: 56%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}

.zid-product-gallery .flickity-slider .n-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

.zid-product-gallery .nav_medium {
    max-width: calc(100% - 5rem);
    margin-inline: auto;
    margin-top: -2rem;
    z-index: 3;
}

/* related products */
.related-products .product_title {
    width: calc(100% - 4rem );
    margin-bottom: -1rem!important;
}

@media (min-width: 992px) {
    .products-small-slider-wrapper .flickity-viewport {
        height: 885px !important;
    }
}


.products-small-slider-wrapper .flickity-button {
    top: -20px!important;
    opacity: 1 !important;
    transform: scale(0.6) !important;
    width: 40px;
    height: 40px;
    min-height: unset;
    text-align: center;
}

.products-small-slider-wrapper .flickity-button.next {
    left: 0 !important;
}

.products-small-slider-wrapper .flickity-button.previous {
    left: 30px !important;
    right: unset !important;
}
.single-product-page .add-to-cart-action-wrapper{
    border:1px solid #e5e5e5;
    border-radius:5px;
    overflow:hidden
}
.single-product-page .add-to-cart-action-wrapper .quantity {
    margin-inline: 0!important;
    border: 0;
    border-radius: 0;
    height: 49px;
}
.single-product-page .add-to-cart-action-wrapper .quantity input{
    height: 100%!important;
}
.single-product-page .add-to-cart-action-wrapper .single_add_to_cart_button{
    background: var(--primary-color);
    border-radius: 0;
    
}
.button-add-to-cart.single_add_to_cart_button.disabled,
.single-product-page .add-to-cart-action-wrapper .single_add_to_cart_button:disabled {
    opacity: .45!important;
    cursor: not-allowed;
    pointer-events: none;
}

.single-product-page .add-to-cart-action-wrapper .bundle-selection-note {
    display: block;
    width: 100%;
    font-size: 11px;
    color: #d62828;
    margin-top: 8px;
    position: absolute;
    bottom: -19px;
}

.single-product-page  .variations_button.checkout-buttons .product-action{
    border-radius:unset;
    width: unset;
    height: unset;
    line-height: unset;
    border: 0;
}

.single-product-page .variations_button.checkout-buttons .product-action button{
    margin-top: 0
}


.single-product-page .variations_form.all-product-btns {
    margin-top: 2rem;
}


.product-categories .category-mini-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-categories {
    display: flex;
    direction: rtl;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.product-categories h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
}

.product-categories .category-mini-block {
    width: 120px;
    height: 70px;
    display: block;
    text-align: center;
}

body.rtl .product-categories {
    direction: rtl;
}
/*---------------------Variables ------------------*/

.product-option-container.select-view .scrollableList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    display: flex;
    overflow: auto;
    padding: 0 5px
}

.product-option-container.select-view .scrollableList ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    width: 110px;
    height: 45px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    margin: 15px 8px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    background: #fff;
    line-height: 16px;
    font-weight: 700;
    min-width: 110px;
    cursor: pointer;
    border-radius: 7px
}

.product-option-container.select-view .scrollableList ul li.with-bg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    border: 2px solid #f9f9f9;
    padding: 0;
    height: 78px
}

.product-option-container.select-view .scrollableList ul li.with-bg span {
    background: #fff;
    padding: 4px;
    font-size: 11px;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 13px
}

.product-option-container.select-view .scrollableList ul li.selected-option {
    background: var(--primary-color);
    color: #fff
}

.product-option-container.select-view .scrollableList ul li.with-bg.selected-option {
    outline: 2px solid var(--primary-color);
    color: var(--primary-color)
}

.product-option-container.select-view .scrollableList .selectedOption {
    display: none
}

.product-option-container.select-view .scrollableList ul::-webkit-scrollbar {
    width: 10px;
    height: 6px
}


.product-variants-options-custom-view ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

.product-variants-options-custom-view ul li {
    min-width: 28%;
    display: block;
    width: 33%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    margin: 9px 7px;
    border-radius: 5px;
    position: relative
}

.product-variants-options-custom-view ul li img {
    height: 50px;
    width: 100%;
    object-fit: contain;
    margin-top: 8px
}

.product-variants-options-custom-view ul li span {
    padding: 5px;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5
}

.product-variants-options-custom-view ul::-webkit-scrollbar {
    width: 10px;
    height: 6px
}

.product-variants-options-custom-view ul::-webkit-scrollbar-track {
    background: #f1f1f1
}

.product-variants-options-custom-view ul::-webkit-scrollbar-thumb {
    background: #b4b4b4
}

.product-variants-options-custom-view ul::-webkit-scrollbar-thumb:hover {
    background: #555
}

.product-variants-options-custom-view ul li.checked {
    background: var(--light_main_color)
}

.product-variants-options-custom-view ul li input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}


/*-------------------Questions -----------------*/

.ask-product {
    display: block;
    margin-bottom: 15px;
    font-weight: 700
}



.product-question h4 {
    margin-bottom: 0
}

.product-question-answer {
    padding: 1rem 1rem;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-bottom: 1rem;
    display: flex;
    gap: 20px
}

.user-info {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 5rem;
    align-items: center
}

.user-info span {
    text-align: center;
    line-height: 1
}

.user-info svg {
    width: 3rem;
    height: 3rem
}


.question-answer-content .product-question {
    font-size: 0.7rem;
}
.product-answers .product-single-answer {
    font-size: 0.8rem;
}

/*---------comments-----------*/
.comment-list.first-reviews {
    display: flex;
    flex-direction: column;
}

.comment-list.first-reviews .r--grid {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}



.comment-list.first-reviews  .r--grid-item {
    display: flex;
    gap: 5px;
    width:100%
}

.comment-list.first-reviews  .r--grid-item .r--author {
    width: 100px;
}



.comment-list.first-reviews .r--grid-item .r--author .r--avatar-default {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin-inline: auto;
}

.comment-list.first-reviews .r--grid-item .r--author .r--author-review {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
}

.comment-list.first-reviews .r--grid-item .r--item-body time{
    text-align:end;
    display: block;
    font-size: 0.7rem;
    margin-top: 10px;
    color: #9b9b9b;
}

.comment-list.first-reviews .r--grid-item .r--item-body .r--content-review{
    margin-bottom:0
}
.comment-list.first-reviews .r--grid-item .r--item-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
     width: calc(100% - 105px);
    font-size: 0.9rem;
}

.comments-area .progress-wrapper {
    margin-bottom: 3px;
    display: flex;
    width: 100%;
    gap: 7px;
    align-items: center;
    font-size: 12px;
 }
 .comments-area .progress {
    flex: 1 1 auto;
    height: 13px;
    font-size: 10px;
 }

 .comments-area .progress .progress-bar{
    background-color: var(--primary-color);
 }

 .product-rates {
    font-size: 25px;
    direction: ltr
}

.comment-form .product-rates .rating {
    display: flex
}

html.rtl .comment-form .product-rates .rating {
    flex-direction: row-reverse
}

.header-style-1 .search-style-2 form {
    overflow: hidden
}

.comment-form .product-rates .rating>label:before {
    margin: 1px;
    font-size: 2em;
    content: "";
    background: #c8c8c8;
    height: 20px;
    width: 20px;
    display: block;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.comment-form .product-rates .rating>input {
    display: none
}

.comment-form .product-rates .rating:not(:checked)>label:hover:before, .comment-form .product-rates .rating:not(:checked)>label:hover~label:before, .comment-form .product-rates .rating>input:checked~label:before {
    background: #fece31
}

.comment-form .product-rates .rating>input:checked+label:hover:before, .comment-form .product-rates .rating>input:checked~label:hover:before, .comment-form .product-rates .rating>input:checked~label:hover~label:before, .comment-form .product-rates .rating>label:hover~input:checked~label:before {
    background: #fece31
}


.tabs-title {
    font-weight: bold;
    margin-bottom: 2rem!important;
    display: block;
}

.single-product-page .qty-limit-error-message {
    color: #d62828;
    font-size: 12px;
    margin-top: 6px;
}

.single-product-page .section-out-of-stock-notify-me {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 14px;
    background: #fafafa;
}

.single-product-page .section-out-of-stock-notify-me .input-group {
    display: block;
}

.single-product-page .section-out-of-stock-notify-me .form-control {
    width: 100%;
    margin-bottom: 8px;
}

.single-product-page .section-out-of-stock-notify-me .form-notify-me-phone-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 8px;
}

.single-product-page .product-review-images {
    border: 1px dashed #cfd4d9;
    background: #fff;
    padding: 8px;
}

.single-product-page .product-review-images::file-selector-button {
    background: var(--primary-color);
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 6px 10px;
    margin-inline-end: 10px;
}

.single-product-page .review-images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.single-product-page .review-image-link {
    display: block;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
}

.single-product-page .review-image-thumb {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.single-product-page .review-reply-card {
    margin-top: 10px;
    border: 1px solid #e7ecf2;
    background: #f7f9fc;
    border-radius: 8px;
    padding: 10px;
}

.single-product-page .review-reply-title {
    font-weight: 600;
    margin-bottom: 4px;
}

