/* --------------------
Single Product
-------------------- */
.variations_form.cart,
.product-sidebar-inner {
    position: relative;
    background: var(--black);
    padding: clamp(16px, 2vw, 24px) clamp(16px, 2vw, 20px);
    border-radius: clamp(16px, 2vw, 24px);
    margin-bottom: 1rem;
    & .single_add_to_cart_button {
        background: var(--color1);
        border: 0;
        min-height: 40px;
        border-radius: 100px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px 12px 5px 8px;
        font-family: var(--Medium);
        transition: 0.4s;
        width: 100%;
        gap: 8px;
        font-size: clamp(11px, 2vw, 14px);
        & i {
            width: 22px;
            height: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }
        &:hover {
            background: var(--color2);
        }
    }
}
.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: flex-start;
    transition: 0.4s ease;
    gap: 8px;
    width: 100%;
    padding-top: clamp(10px, 2vw, 24px);
    margin-top: clamp(10px, 2vw, 24px);
    border-top: 1px solid rgb(255 255 255 / 16%);
}
.summary.entry-summary {
    position: relative;
}
.product-head {
    position: relative;
    border-bottom: 1px solid var(--gray2);
    padding-bottom: 16px;
    margin-bottom: 16px;
    & .product_meta {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        flex-wrap: wrap;
        gap: 15px;
        position: relative;
        & .category_post {
            flex: 0 0 100%;
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            & i {
                color: var(--color1);
                font-size: 22px;
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
    & .product-rate {
        position: absolute;
        top: 4px;
        left: 0;
        & .rate-num {
            display: flex;
            gap: 2px;
            font-size: 16px;
            color: var(--black);
            align-items: flex-end;
            flex-direction: row-reverse;
            line-height: 1;
            & i {
                font-size: 22px;
                color: #FFA631;
                margin-right: 6px;
            }
        }
    }
    & .product-id {
        color: var(--gray4);
        font-size: clamp(14px, 2vw, 16px);
    }
    & .product_title {
        color: var(--black);
        font-size: clamp(24px, 3vw, 32px);
        line-height: clamp(38px, 4vw, 52px);
        font-family: var(--Medium);
        margin-bottom: clamp(8px, 2vw, 16px);
    }
}
.product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
    & li {
        display: flex;
        flex-direction: column;
        gap: clamp(12px, 2vw, 16px);
        font-size: clamp(14px, 2vw, 18px);
        color: var(--black);
        padding: clamp(12px, 2vw, 16px);
        background: var(--color3);
        border-radius: 12px;
        font-family: var(--Regular) !important;
        & span.title {
            color: var(--blackcart);
            font-family: var(--Medium) !important;
        }
        & span:not(.title) {
            display: inline-block;
        }
        & a {
            color: var(--color1);
            border-bottom: 1px dotted var(--color1);
            display: inline-block;
            width: max-content;
            &:hover {
                color: var(--color2);
            }
        }
    }
    & .hidden-feature {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        padding-block: 0;
    }
    & .hidden-feature.open {
        padding: clamp(12px, 2vw, 16px);
    }
}
.single_variation_wrap {
    & .price {
        flex-direction: column;
        width: 100%;
        float: unset;
        text-align: left;
        padding-left: 35px;
        line-height: normal;
        gap: 8px;
        position: relative;
        &:before {
            content: "قیمت:";
            color: white;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0px;
            font-size: clamp(16px, 2vw, 20px);
        }
    }
    & .price .woocommerce-Price-amount bdi {
        color: white;
        font-size: clamp(14px, 2vw, 16px);
    }
    & .price del .woocommerce-Price-amount bdi {
        color: var(--gray1);
    }
    & .price ins .woocommerce-Price-amount bdi {
        color: white;
    }
    & .woocommerce-Price-currencySymbol:before {
        color: white;
        top: 4px;
        font-size: clamp(14px, 2vw, 18px);
    }
}
.product-features-scroll {
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-family: var(--Medium);
    margin-top: 22px;
    color: var(--color1);
    & i {
        width: 18px;
        height: 18px;
        color: var(--color1);
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 7px;
        border-radius: 50%;
    }
    &:hover {
        color: var(--color2);
    }
}
.product-main-data {
    margin-bottom: clamp(72px, 9vw, 120px);
    padding-top: clamp(32px, 5vw, 72px);
}
.product-form-wrap .price {
    ins {
        font-size: clamp(16px, 2vw, 20px) !important;
    }
    del {
        font-size: clamp(12px, 1vw, 16px) !important;
    }
}
/****************************************/
.woocommerce-product-details__short-description.editor-content ul,
.woocommerce-product-details__short-description.editor-content ul li,
.woocommerce-product-details__short-description.editor-content p {
    margin: 0;
}
.out-of-stock {
    color: var(--white);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.share-btn {
    width: 62px;
    height: 62px;
    background: var(--color1);
    color: #fff;
    font-size: 24px;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.product-attrs.single-attrs {
    z-index: 2;
    top: 56px;
}
.product-gallery-item.has-border,
.gallery-top-wrapper {
    border: 1px solid var(--gray2);
    background: #FFF;
    margin-bottom: 16px;
    border-radius: clamp(16px, 2vw, 24px);
    overflow: hidden;
    min-height: clamp(280px, 25vw, 320px);
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: center;
}
.gallery-top {
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
}
.websima-product-gallery .for-lightgallery img,
.gallery-top .swiper-slide img {
    width: 100%;
}
.gallery-bottom .product-thumb-item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    background: var(--gray2);
    border: 1px solid var(--gray2);
}
.gallery-bottom .product-thumb-item img {
    width: 100%;
    transition: 0.4s ease;
}
.gallery-bottom .product-thumb-item:after {
    content: "\e931";
    opacity: 0;
    visibility: hidden;
    font-family: 'icomoon';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 1;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
    color: var(--white);
    background: #F7B66166;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-bottom .swiper-slide.swiper-slide-thumb-active .product-thumb-item:before,
.gallery-bottom .swiper-slide.swiper-slide-thumb-active .product-thumb-item:after,
.gallery-bottom .swiper-slide .product-thumb-item:hover:before,
.gallery-bottom .swiper-slide .product-thumb-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.swiper-pagination.product-pagination {
    bottom: 0 !important;
    margin: 20px 0 0 !important;
}
.websima-swiper-thumb {
    padding-inline: clamp(32px, 3vw, 40px);
    position: relative;
    & .swiper-button-next,
    & .swiper-button-prev {
        width: clamp(24px, 3vw, 32px);
        height: clamp(24px, 3vw, 32px);
        background: var(--black);
        color: var(--white);
    }
    & .swiper-navigation.product-navigation {
        position: absolute;
        top: 75%;
        width: calc(100% - 0px);
        right: 0px;
        transform: translateY(-50%);
    }
}
.woocommerce-tabs .section-title {
    margin-bottom: clamp(16px, 2vw, 24px);
}
.woocommerce-Tabs-panel > .section-title .title-heading {
    font-size: clamp(22px, 3vw, 30px);
    color: var(--black);
    display: block;
    font-family: var(--SemiBold);
    margin: 0 !important;
}
.woocommerce-Tabs-panel p {
    font-size: clamp(14px, 2vw, 16px);
    &:nth-last-child(1) {
        margin-bottom: 0;
    }
}
/***** Price *****/
.product-sidebar-inner {
    & .price {
        flex-direction: column;
        width: 100%;
        float: unset;
        text-align: left;
        padding-left: 35px;
        line-height: normal;
        position: relative;
        gap: 8px;
        &:before {
            content: "\0642\06CC\0645\062A\003A";
            color: white;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0px;
            font-size: clamp(16px, 2vw, 20px);
        }
        & del {
            color: var(--gray1);
            font-size: clamp(12px, 2vw, 16px);
            padding-left: clamp(14px, 2vw, 20px);
        }
        & ins {
            color: var(--white);
            font-size: clamp(14px, 2vw, 20px);
            font-family: var(--Medium);
        }
        & .woocommerce-Price-currencySymbol:before,
        & bdi {
            color: var(--white) !important;
        }
        & .on-sale {
            top: -16px;
            left: 0;
            /*left: 50%;*/
            /*transform: translate(-50%, -50%);*/
            /*top: 50%;*/
        }
    }
}
.mobile-sticky-addcard {
    position: fixed;
    bottom: -144px;
    right: 0;
    left: 0;
    background: var(--black);
    z-index: 999;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    transition: 0.4s ease;
    width: 306px;
    border-radius: 16px;
    margin: 0 auto;
    padding: 8px;
    &.active {
        bottom: 8px;
    }
    &.variable-addcard {
        height: 100px;
        & .button {
            width: 100%;
            height: 58px;
            font-size: 17px;
        }
    }
    & .sticky-addcard {
        width: 100%;
    }
    & .single_add_to_cart_button {
        height: 32px !important;
        min-height: auto;
    }
    & .quantity {
        height: 32px;
    }
}
.ac-btn.wishlist-link.wishlist-item {
    width: clamp(40px, 5vw, 44px);
    height: clamp(40px, 5vw, 44px);
    position: absolute;
    top: 14px;
    right: 12px;
    background: var(--gray2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--black);
    font-size: 20px;
    transition: 0.4s;
    z-index: 2;
    cursor: pointer;
    & i:before {
        transition: 0.4s;
    }
    &.wished,
    &:hover {
        background: var(--color1);
        color: var(--white);
    }
}
@media only screen and (max-width: 768px) {
    .product-form-wrap,
    .product-sidebar-inner {
        margin-top: 24px;
    }
}
/***** tabs *****/
.wc-tabs-wrap {
    position: sticky;
    top: 40px;
    z-index: 3;
    transition: 0.4s ease;
    display: none;
    & .tabs.wc-tabs {
        display: flex;
        align-items: center;
        border-radius: 16px;
        background: var(--black);
        position: relative;
        margin-bottom: clamp(32px, 4vw, 56px);
        padding: 8px 8px 8px 20px;
        flex-wrap: wrap;
        gap: clamp(12px, 2vw, 16px);
        & a {
            font-size: clamp(14px, 2vw, 16px);
            font-family: var(--Regular);
            padding: 6px 12px;
            white-space: nowrap;
            transition: 0.4s;
            min-height: clamp(40px, 7vw, 56px);
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            color: var(--white);
            border-radius: 12px;
        }
        & a:hover,
        & a.active {
            background: var(--color1);
            color: var(--white);
        }
    }
    & .scroll-top {
        margin-right: auto;
        display: inline-flex;
        width: clamp(24px, 3vw, 32px);
        height: clamp(24px, 3vw, 32px);
        flex: 0 0 clamp(24px, 3vw, 32px);
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: #fff;
        color: var(--color1);
        font-size: clamp(12px, 2vw, 15px);
        cursor: pointer;
        transition: 0.4s;
        z-index: 1;
        &:hover {
            color: #fff;
            background: var(--color1);
        }
    }
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: clamp(40px, 7vw, 104px);
    margin-bottom: 24px;
}
.fix-btn.scroll-top {
    position: fixed;
    left: -65px;
    bottom: 160px;
    z-index: 111;
    gap: 15px;
    transition: 0.4s ease;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #d9d9d9;
}
.fix-btn.scroll-top.active {
    left: 15px;
}
.scroll-top.fix-btn i {
    transform: rotate(90deg);
    font-size: 18px;
}
.scroll-top i {
    transform: rotate(0deg);
    transition: 0.4s ease;
}
.scroll-top.active i {
    transform: rotate(180deg);
}
/* Comments */
.woocommerce p.stars a {
    position: relative;
    height: clamp(18px, 2vw, 22px);
    width: clamp(18px, 2vw, 22px);
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    color: var(--color2);
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .stars span {
    display: flex;
    gap: 4px;
}
#tab-reviews .form-submit {
    float: left;
    flex: unset;
}
.stars {
    margin: 0 !important;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    line-height: 1;
    font-family: 'icomoon';
    text-indent: 0;
    content: "\e939";
    transition: all 0.3s;
    color: #FFA631;
}
.woocommerce p.stars a:hover ~ a::before {
    content: '\e939';
}
.woocommerce p.stars:hover a::before {
    content: '\e93a';
}
.woocommerce p.stars.selected a.active::before {
    content: '\e93a';
}
.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e939";
}
.woocommerce p.stars.selected a:not(.active)::before {
    content: '\e93a';
}
.comment-form-rating {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    gap: clamp(8px, 2vw, 20px);
    margin-top: clamp(24px, 4vw, 48px);
    z-index: 1;
}
.commentlist li {
    padding-right: 0 !important;
}
.commentlist li:before,
.commentlist li:after {
    display: none !important;
}
/****************************************/
.websima-swiper-thumb .swiper-slide:not(.swiper-slide-thumb-active) {
    transform: scale(0.85);
    transition: 0.4s;
}
.product-navigation .swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #EBEBEB;
    width: 38px;
    height: 38px;
    border-radius: 16px;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--color1);
    background: #FFFFFF;
    cursor: pointer;
    transition: 0.4s ease;
}
.product-navigation .swiper-nav:hover {
    background: var(--color1);
    border-color: var(--color1);
    color: #FFFFFF;
}
.swiper-nav.prev-product {
    right: 0;
}
.swiper-nav.next-product {
    left: 0;
}
.products-compare-button {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    z-index: 11;
}
.websima-product-gallery-wrapper .products-compare-button {
    position: absolute;
    top: 8px;
    right: 8px;
}
.products-compare-button:hover {
    background: #fff;
    color: var(--color1);
    border-color: #EBEBEB;
}
.websima-product-gallery-wrapper .on-new {
    left: 8px;
    top: 8px;
}
.sku-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.single-share.product-share .share-items {
    border-color: var(--color1);
}
.sku-wrapper.mobile-sku {
    background: #C2ABA11A;
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    margin-bottom: 16px;
    padding: 21px 24px;
}
.product-access-items .ac-btn i {
    font-size: 22px;
}
.product-access-items .ac-btn i.icon-x {
    font-size: 16px;
}
.popup-video {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.inner-popup-video {
    position: relative;
    background: #fff;
    padding: 10px;
    display: flex;
    border-radius: 10px;
}
.popup-video video {
    max-width: 800px;
    max-height: 500px;
    border-radius: 8px;
}
.icon-video-close {
    position: absolute;
    top: 16px;
    right: auto;
    left: 3px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 9;
}
/**************
  variation
*************/
.product-type-variable .product-form-wrap > .price {
    display: none;
}
.variations tr:nth-last-child(1) {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
}
.variations tr {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.variations_form.cart select {
    display: block;
}
.variations_form.cart .variations {
    width: 100%;
    position: relative;
}
.variations .value {
    display: block;
    flex: 0 0 100%;
}
.variations label {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--Medium);
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-weight: unset !important;
}
.variations label em {
    color: #838383;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.selected {
    border: 1px solid white;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 8px;
    margin: 0;
}
.reset_variations:hover {
    background: white;
    color: var(--color2) !important;
}
.reset_variations {
    margin: 0;
    display: inline-block !important;
    background: var(--color2);
    border: 1px solid var(--color2);
    color: #fff !important;
    border-radius: 5px;
    padding: 6px 10px;
    transition: .4s;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
.variations_form.cart select {
    width: 100%;
    border: 1px solid var(--gray4);
    padding: 10px 16px;
    font-family: inherit;
    border-radius: 12px;
    color: var(--gray3);
    font-size: 14px;
    line-height: 26px;
    background: transparent;
    cursor: pointer;
}
.variations_form.cart .value {
    display: flex !important;
    flex-wrap: wrap;
}
.variations_form.cart .value:not(.woo-variation-items-wrapper):before {
    content: "\e91b";
    font-family: 'icomoon';
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.variable-item-contents {
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
.selected .variable-item-contents {
    border-color: white;
}
.button-variable-items-wrapper .variable-item-contents {
    border-radius: 6px !important;
    border: 1px solid var(--gray4);
    padding-inline: 12px !important;
    height: 36px !important;
    font-size: 14px;
    transition: 0.4s;
}
.button-variable-items-wrapper .selected .variable-item-contents,
.button-variable-items-wrapper .variable-item-contents:hover {
    background: var(--color1);
    color: white;
    border-color: var(--color1);
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0 !important;
}
.variable-item.image-variable-item {
    width: 48px !important;
    height: 48px !important;
    background: none !important;
    margin: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper {
    gap: 8px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
    content: none !important;
}
.websima-variable-selector.woo-variation-items-wrapper .websima-wc-variable-color {
    display: none;
}
.websima-variations-wrap {
    border-radius: 8px;
    background: #F7F7F7;
    padding: 16px 12px 16px;
    margin-bottom: 12px;
}
.websima-variations-items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.websima-variations-label {
    color: #1A1A1A;
    font-size: 16px;
    font-family: var(--light_font);
    line-height: normal;
    margin-bottom: 26px;
}
/**************
  add to cart
*************/
.product-price-box {
    position: relative;
}
.single_add_to_cart_button.button i {
    display: none;
}
.summary .cart .button {
    flex: 0 0 50%;
    max-width: 50%;
    height: 50px;
    white-space: nowrap;
}
.summary .cart .quantity {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0;
    display: flex;
}
.woocommerce-variation-availability {
    display: none;
}
.variations_form .on-sale {
    top: -14px;
    left: 0;
    font-size: 14px;
    width: clamp(24px, 3vw, 32px);
    height: clamp(24px, 3vw, 32px);
}
.variations_form .woocommerce-variation.single_variation {
    width: 100%;
    position: relative;
    height: auto;
    width: 100%;
    padding-top: clamp(10px, 2vw, 24px);
    margin-top: clamp(10px, 2vw, 24px);
    border-top: 1px solid rgb(255 255 255 / 16%);
}
.woocommerce-variation-price {
    min-height: 46px;
    display: flex;
    align-items: center;
}
.woocommerce-variation-description {
    display: none;
}
.scroll-review {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 64px;
    background: var(--color2);
    color: #fff !important;
    font-size: 22px !important;
}
.product-share {
    position: initial;
    transform: unset;
}
.share-box a {
    color: #fff !important;
    font-size: 16px;
    line-height: 1 !important;
}
.share-box a .icon-facebook {
    font-size: 17px;
}
.share-box a:hover {
    color: var(--color2) !important;
}
.share-box {
    position: absolute;
    top: 85px;
    margin: auto;
    white-space: nowrap;
    display: flex;
    background: var(--color1);
    width: 146px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 11px 10px 7px;
    border-radius: 7px;
    box-shadow: 0px 4px 13px -5px rgb(0, 55, 123);
    z-index: 3;
}
.share-box .copy-btn {
    color: #fff;
    font-size: 18px;
}
#tab-family {
    background: var(--color1);
    padding: 50px 0;
}
/* Shop Attributes */
table.shop_attributes {
    width: 100%;
    text-align: right;
}
table.shop_attributes * {
    vertical-align: middle;
}
table.shop_attributes.type-1 .attribute-inner-table-wrapper {
    display: none;
}
table.shop_attributes.type-3 .attribute-inner-table-wrapper {
    display: none;
}
table.shop_attributes.type-3 tr:nth-child(2) .attribute-inner-table-wrapper {
    display: block;
}
tr.attribute_group_row.open th::after {
    transform: translateY(-50%) rotateX(180deg) !important;
}
.attribute_value a {
    color: var(--color1) !important;
    border-bottom: 1px dotted;
}
.attribute_value a:hover {
    color: var(--color2) !important;
}
table.shop_attributes .attribute_row_open.open .attribute-inner-table-wrapper {
    display: block;
}
tr.attribute_group_row {
    display: block;
    cursor: pointer;
    transition: 500ms;
    border: 1px solid var(--gray2);
    border-radius: clamp(16px, 2vw, 24px);
    padding: clamp(16px, 2vw, 24px);
    position: relative;
}
tr.attribute_group_row.open {
    border-bottom-color: #fff;
    border-radius: clamp(16px, 2vw, 24px) clamp(16px, 2vw, 24px) 0 0;
}
table.shop_attributes .attribute_group_row th::after {
    content: "\e907";
    font-family: 'icomoon';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: 14px;
    transition: 500ms;
}
table.shop_attributes .attribute_group_row th {
    border-radius: 16px;
    font-size: clamp(16px, 2vw, 18px);
    cursor: pointer;
    width: 100%;
    background: var(--gray2);
    display: block;
    position: relative;
    color: var(--black);
    transition: 0.4s;
    padding-block: 12px;
    padding-inline: 16px;
    font-family: var(--Medium);
}
table.shop_attributes .attribute_row table {
    width: 100%;
    & tbody {
        display: flex;
        flex-direction: column;
        & tr {
            display: flex;
            gap: clamp(12px, 2vw, 16px);
            border-bottom: 1px solid var(--gray2);
            padding-bottom: clamp(12px, 2vw, 16px);
            margin-bottom: clamp(12px, 2vw, 16px);
            position: relative;
            align-items: center;
        }
        & tr:nth-last-child(1) {
            margin-bottom: 0;
            border: 0;
            padding-bottom: 0;
        }
        & th {
            font-size: clamp(14px, 2vw, 16px);
            line-height: 32px;
            color: var(--blackcart);
            width: clamp(90px, 13vw, 180px);
            font-family: var(--Medium);
            position: relative;
            &:after {
                content: '';
                width: clamp(12px, 2vw, 16px);
                height: 1px;
                background: white;
                position: absolute;
                bottom: -17px;
                left: -16px;
            }
        }
        & td a,
        & td p {
            font-size: clamp(14px, 2vw, 16px);
            color: var(--black);
            margin-bottom: 0;
            line-height: normal;
        }
    }
}
#tab-additional_information {
    margin-bottom: clamp(72px, 8vw, 104px);
}
tr.attribute_row {
    display: block;
    border: 1px solid #fff;
    position: relative;
    transition: 500ms;
    padding-inline: clamp(24px, 3vw, 40px);
    padding-top: 0;
    margin-bottom: 1rem;
}
tr.attribute_row.open {
    border-color: var(--gray2);
    border-top-color: #fff;
    border-radius: 0 0 clamp(16px, 2vw, 24px) clamp(16px, 2vw, 24px);
    padding-bottom: clamp(16px, 2vw, 24px);
}
tr.attribute_row > td {
    display: block;
    width: 100%;
}
tr.attribute_row.open::before {
    opacity: 1;
}
/* product_gallery_item */
.product_gallery_item img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product_gallery_item a {
    display: flex;
    width: 100%;
}
.product_gallery_item {
    border-radius: 12px;
    border: 2px solid #1140A6;
    background: #F1F2F3;
    overflow: hidden;
}
.item-thumbnail {
    border-radius: 6px;
    border: 1px solid rgba(188, 188, 188, 0.23);
    background: #FFF;
    overflow: hidden;
    cursor: pointer;
}
.item-thumbnail.swiper-slide-thumb-active {
    border: 1px solid #44D1C9;
    box-shadow: 0px 5px 14px -3px rgba(0, 55, 123, 0.20);
}
.video-wrapper {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-bottom: 60px;
}
.play-main {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
    color: #fff;
    background-color: var(--color2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-wrapper {
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
}
.features-wrapper .item {
    flex: 1 0 0;
    position: relative;
    user-select: none;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(50, 86, 82, 0.08);
    gap: 10px;
    padding: 19px 16px 19px;
    cursor: pointer;
}
.features-wrapper .item.active .wrap i {
    transform: rotateX(180deg);
}
.features-wrapper .item .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}
.features-wrapper .item .wrap i {
    margin-right: auto;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
    color: var(--color1);
    background: #F4F6F6;
    border-radius: 100%;
    transition: 0.4s ease;
}
.features-wrapper .item span {
    margin: unset;
    font-size: 12px;
    color: #212529;
    display: block;
    line-height: 28px;
    letter-spacing: -0.36px;
    font-family: var(--bold_font);
}
.features-wrapper .item > p::after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #202020F0 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -9px;
    right: 50%;
    transform: translateX(50%);
}
.features-wrapper .item .desc {
    font-size: 14px;
    background-color: var(--color1);
    color: #fff;
    display: none;
    padding: 32px 40px;
    margin-top: 15px;
    border-radius: 24px;
}
.features-wrapper .item > p {
    position: absolute;
    text-align: center;
    background: rgba(32, 32, 32, 0.94);
    border: 1px solid rgba(121, 121, 121, 0.35);
    color: #fff;
    line-height: 2;
    font-size: 14px;
    padding: 20px;
    z-index: 2;
    width: 300px;
    right: 50%;
    bottom: 115%;
    font-weight: 100;
    transform: translateX(50%) scale(0);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 500ms;
}
.features-wrapper .item:hover p {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: translateX(50%) scale(1);
}
.product-nav {
    background-color: #212529E5;
    background-image: linear-gradient(rgba(102, 102, 102, 0.13) 1px, #84848400 1.5px), linear-gradient(90deg, rgba(155, 155, 155, 0.07) 1.5px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.04) 1px, #dfdede0a 1px), linear-gradient(90deg, rgba(179, 179, 179, 0.04) 1px, transparent 1px);
    background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    display: flex;
    padding: 27px 51px 24px;
    border-radius: 12px;
    justify-content: space-between;
    margin-bottom: 40px;
    position: sticky;
    top: 61px;
    z-index: 3;
    transition: 0.4s ease;
}
.product-nav.active {
    top: 120px;
}
.product-nav a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.product-nav a:hover {
    color: var(--color2);
}
#toTop {
    width: 30px;
    height: 30px;
    background: #5D6063;
    border-radius: 100%;
    color: #fff;
    font-size: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 55px;
}
.section-heading {
    color: #212529;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
}
.part-title .editor-content.main-content p {
    text-align: center !important;
    color: rgba(33, 37, 41, 0.74);
}
.faq-btn {
    height: 44px;
}
.product-meta-wrap {
    border-radius: 24px;
    border: 1px solid rgba(177, 194, 192, 0.32);
    padding: 24px;
    margin-bottom: 20px;
}
.product-meta-wrap .item .label i {
    display: flex;
    width: 38px;
    height: 38px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #D99D05;
    font-size: 20px;
    color: #fff;
}
.product-meta-wrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}
.product-meta-wrap .item .label {
    color: rgba(33, 37, 41, 0.74);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.product-meta-wrap .item .title {
    color: #212529;
}
.product-meta-wrap .product-price {
    border-radius: 24px;
    background: #F7F9F9;
    padding: 23px 17px;
    margin: 20px 0;
}
.product-meta-wrap .product-price {
    justify-content: space-between;
}
.cart .button-simple {
    width: 100%;
    border-radius: 0;
    height: 44px;
}
.product-meta-wrap .product-price .price > .woocommerce-Price-amount > bdi,
.product-meta-wrap .product-price .price ins {
    font-size: 18px;
}
.video-guide > a {
    display: flex;
    padding: 11px 11px 11px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #9A9A9A;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
}
.video-guide a i {
    font-size: 13px;
}
.sp-image {
    margin-bottom: 20px;
}
.sp-title {
    color: #265A53;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 16px;
    font-family: var(--bold_font);
}
.sp-desc {
    color: rgba(38, 90, 83, 0.56);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
}
.support-body .main-btn span,
.support-body .main-btn i {
    border-color: var(--color1);
    color: var(--color1);
    transition: 0.4s ease;
}
.support-body .main-btn.border-btn:hover span,
.support-body .main-btn.border-btn:hover i {
    border-color: var(--color2);
    color: var(--color2);
}
.btn-hover.sec-color {
    background: var(--color1);
    border-color: var(--color1);
}
.socials-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}
.mobile-nav::before {
    width: 1px;
    height: calc(100% - 20px);
    background-color: #fff;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mobile-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212529;
    background-image: linear-gradient(rgba(102, 102, 102, 0.13) 1px, #84848400 1.5px), linear-gradient(90deg, rgba(155, 155, 155, 0.07) 1.5px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.04) 1px, #dfdede0a 1px), linear-gradient(90deg, rgba(179, 179, 179, 0.04) 1px, transparent 1px);
    background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    width: 100%;
    z-index: 10;
    padding: 10px;
}
#toBasket i,
.quick-access i {
    font-size: 18px;
}
#toBasket,
.quick-access {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    gap: 8px;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    font-family: inherit;
    width: 100%;
    max-width: 214px;
    transition: 0.4s ease;
}
#toBasket .cart .button-simple {
    background: unset;
    border: unset;
    width: unset;
    min-width: unset;
    color: inherit;
}
#toBasket:hover,
.quick-access:hover {
    color: var(--color2);
}
.mobile-nav .box {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    display: none;
}
.quick-box a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.quick-box span:hover,
.quick-box a:hover {
    color: var(--color2);
}
.quick-box span,
.quick-box a {
    color: #fff;
    font-size: 15px;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-box {
    padding: 0 6px;
    background: rgba(32, 32, 32, 0.94);
    border: 1px solid rgba(121, 121, 121, 0.35);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}
#close-access {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
#close-access i {
    font-size: 11px;
    display: inline-flex;
    transform: translateY(1px);
}
.product-data {
    border-radius: 6px;
    background: #FFF;
    padding: 10px;
    /*box-shadow: 0px 22px 32px -12px rgba(0, 55, 123, 0.18);*/
    backdrop-filter: blur(16px);
    border: 1px solid #ececec;
    margin-bottom: 24px;
}
.single-update {
    border-radius: 6px;
    border: 1px solid #077CD0;
    background: #FFF;
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    color: #077CD0;
    width: 100%;
    margin-bottom: 16px;
    justify-content: center;
    white-space: nowrap;
}
.single-update i {
    font-size: 22px;
}
.product-data .price {
    border-radius: 4px;
    background: #F1F2F3;
    display: flex;
    flex-direction: column;
    padding: 14px;
    align-items: center;
    position: relative;
    gap: 10px;
    margin-bottom: 16px;
    min-height: 76px;
    justify-content: center;
}
.product-data .price:not(.simple-price) > .woocommerce-Price-amount.amount > bdi::before,
.product-data .price:not(.simple-price) ins::before {
    content: 'قیمت';
    color: #17214C;
    font-size: 16px;
    position: absolute;
    right: 15px;
}
.product-data .price > .woocommerce-Price-amount.amount > bdi,
.product-data .price ins {
    text-decoration: none;
    color: #123376;
    font-size: 18px;
    line-height: normal;
}
.product-data .price del {
    color: #a2a2a2;
    font-size: 14px;
}
.product-data .simple-price.price {
    flex-direction: row;
    justify-content: flex-end;
    gap: 7px;
    position: relative;
}
.simple-price.price:before {
    content: 'قیمت';
    color: #17214C;
    font-size: 14px;
    position: absolute;
    right: 15px;
}
.simple-price.price .woocommerce-Price-currencySymbol {
    font-size: 14px;
}
.product-brand {
    border-radius: 6.968px;
    background: #FFF;
    box-shadow: 0px 0px 13.93548px 0px rgba(0, 55, 123, 0.11);
    display: inline-flex;
    padding: 3px 5px;
    max-width: 72px;
    margin-bottom: 13px;
}
.product-item-parent .call-for-price {
    background: #148c0ad6;
    color: #fff;
    border-radius: 4px;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0;
    line-height: 27px;
}
.title-sidebar {
    border-radius: 4px;
    background: #F1F2F3;
    display: flex;
    gap: 12px;
    padding: 22px 12px;
    align-items: center;
    color: #00377B;
    font-size: 16px;
    line-height: 32px;
}
.title-sidebar i {
    color: #44D1C9;
    font-size: 26px;
}
.support-info {
    display: flex;
    margin: 18px 0;
    align-items: center;
    gap: 8px;
}
.support-info img {
    max-width: 38px;
    border-radius: 100%;
}
.support-info .name {
    color: #565656;
    font-size: 13px;
    line-height: normal;
}
.support-info .phone {
    margin-right: auto;
    color: #565656;
    font-size: 13px;
    line-height: normal;
    font-family: var(--light_font);
    transition: 0.4s ease;
}
.support-info:hover .phone {
    color: var(--color1);
}
@media only screen and (min-width: 992px) {
    .product-sidebar {
        position: sticky;
        top: 40px;
        transition: 0.4s ease;
    }
    .product-sidebar.active {
        top: 40px;
    }
}
.attributes-col {
    flex: 1;
}
.woocommerce-product-attributes p {
    margin: 0;
}
.woocommerce-product-attributes tr {
    border-radius: 4px;
    background: #F7F7F7;
    /*box-shadow: 0px 12px 16px -6px rgba(3, 69, 151, 0.10);*/
    border: 1px solid #ececec;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    gap: 10px;
}
.woocommerce-product-attributes-item__label {
    color: #000;
    font-size: 14px;
    line-height: normal;
}
.woocommerce-product-attributes-item__value p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.woocommerce-Tabs-panel {
    margin-bottom: 50px;
}
.read-more i {
    transition: 0.4s ease;
}
.read-more.button4 i {
    transform: rotate(180deg);
}
.woocommerce-tabs .woocommerce-Tabs-panel:last-child {
    margin-bottom: 0;
}
.section-related-bg {
    background: var(--color1);
    padding: 30px 0;
}
.section-related,
.section-comment {
    margin: 72px 0;
}
/*Swatches*/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0 !important;
    box-shadow: none !important;
}
.color-variable-items-wrapper.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 24px;
    height: 24px;
}
.variations_form.cart .value.woo-variation-items-wrapper:after {
    display: none;
}
.gallery-images .onsale {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
    color: var(--color1);
    padding: 0 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}
.woocommerce-MyAccount-content fieldset {
    border: 1px solid var(--color1);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.woocommerce-MyAccount-content fieldset legend {
    background: var(--color1);
    color: #fff;
    padding: 3px 30px;
    border-radius: 5px;
}
.woocommerce-account.woocommerce-orders .woocommerce-message,
.single-product .woocommerce-message {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.woocommerce-message .button {
    background: var(--color1);
    border: 0;
    min-height: 40px;
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-family: var(--Regular);
    transition: 0.4s;
}
.woocommerce-message .button:hover {
    background: var(--color2);
}
.summary > .price {
    margin: 10px 0;
}
.posted_in {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.posted_in a {
    color: #999;
}
.posted_in a:first-child {
    margin-right: 5px;
}
.posted_in a:hover {
    color: var(--color2);
}
.posted_in a::after {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #999 !important;
    pointer-events: none;
    font-size: 8px;
}
.posted_in a:last-child:after {
    display: none;
}
.sku_wrapper {
    margin-bottom: 10px;
    display: block;
    color: #999;
}
.sku_wrapper .sku {
    color: var(--color2);
    display: inline-block;
    margin-right: 5px;
}
.woocommerce-product-details__short-description {
    margin: 15px 0;
    color: #999;
}
.related.products {
    margin: 50px 0;
}
.tagged_as {
    display: block;
    border-top: 2px solid #e3e3e3;
    color: #757577;
    padding-top: 15px;
    font-size: 16px;
    margin-top: 15px;
}
.tagged_as a:last-of-type:after {
    display: none;
}
.tagged_as a:after {
    content: '';
    width: 2px;
    height: 9px;
    background: #dcdcdc;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -9px;
}
.tagged_as a:hover {
    color: var(--color2);
}
.tagged_as a {
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
    color: #000;
}
.tagged_as a:hover {
    color: var(--color2);
    border-color: var(--color2);
}
/* Gallery */
.woocommerce-product-gallery__image {
    text-align: center;
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
    font-size: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}
.woocommerce-product-gallery__trigger:before {
    content: "\e918";
    font-family: 'icomoon';
    font-size: 18px;
    color: var(--color1);
    transform: rotate(360deg) scaleX(-1.05);
    display: inline-block;
    transition: all 0.3s;
}
.woocommerce-product-gallery__trigger:hover {
    background: var(--color1);
}
.woocommerce-product-gallery__trigger:hover:before,
.woocommerce-product-gallery__trigger:hover:after {
    color: #fff;
}
.flex-control-thumbs .owl-stage-outer {
    padding: 10px 0;
}
.flex-control-thumbs {
    padding: 0 30px;
}
.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper,
.flex-viewport {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.flex-control-thumbs li {
    border-radius: 5px;
    overflow: hidden;
}
.flex-control-thumbs .owl-nav button {
    line-height: 1 !important;
}
.flex-control-thumbs .owl-nav button i {
    font-size: 16px !important;
    color: #d3d3d3;
}
.flex-control-thumbs .owl-nav {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}
.flex-control-thumbs .owl-nav button {
    pointer-events: auto;
    color: var(--color1);
    transition: all 0.3s;
    font-size: 20px !important;
}
.flex-control-thumbs .owl-nav button:hover {
    color: var(--color2);
}
.pswp__caption__center {
    text-align: center;
}
.gallery-images {
    position: relative;
}
.flex-control-nav li:hover {
    border: 1px solid var(--color2);
}
.flex-control-nav li {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}
/**************
  add to cart
*************/
.product-sidebar .button-simple {
    width: 100%;
    height: 60px;
    font-size: 16px;
}
.catalog-btn.button-simple {
    background: #077CD0;
    border-color: #077CD0;
}
.catalog-btn.button-simple:hover {
    background: transparent;
    color: #077CD0;
}
.catalog-btn {
    margin-top: 12px;
}
.summary > .stock.in-stock,
.woocommerce-variation-availability .stock.in-stock {
    background: #f9fafb;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.summary > .stock.in-stock:before,
.woocommerce-variation-availability .stock.in-stock::before {
    content: 'موجودی:';
    color: #999;
}
.quantity.hidden {
    opacity: 0;
    visibility: hidden;
    padding: 12px !important;
}
.product-quantity .quantity {
    max-width: 150px;
    margin: 0 auto;
}
.product-name .variation {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.button.wc-backward {
    margin-top: 15px;
}
.woocommerce-product-gallery {
    position: relative;
}
.product-tools {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
    right: 10px;
    top: 10px;
}
.product-tools {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
}
.product-tools a {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: rgba(0, 55, 123, 0.30);
    font-size: 24px;
}
.toggle-more-btn.button-simple {
    padding: 2px 12px;
    border: none;
}
.toggle-more-btn.button-simple.less {
    background: #077CD0;
}
.websima-product-gallery-wrapper {
    margin-bottom: 40px;
    min-height: 27rem;
    position: relative;
}
.websima-product-gallery-wrapper.single-pr-image {
    min-height: 21rem;
}
.websima-product-gallery-wrapper .loading-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.call-for-price {
    display: block;
    text-align: center;
    padding: 10px;
}
@media screen and (min-width: 360px) {
    .product-feature {
        flex: 1 0 calc(50% - 7px);
    }
}
@media screen and (min-width: 420px) {
    .attributes-wrapper {
        display: flex;
        gap: 13px;
    }
    .woocommerce-product-attributes-item__label {
        display: flex;
        align-items: center;
        min-height: 40px;
    }
}
@media screen and (min-width: 576px) {
    .product-feature {
        padding: 8px 25px 8px 10px;
        font-size: 14px;
    }
    .summary .cart:not(.variations_form) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .summary .cart .button {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .summary .cart .quantity {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .product_meta .category_post {
        flex: unset;
    }
}
@media screen and (min-width: 768px) {
    .woocommerce-account.woocommerce-orders .woocommerce-message,
    .single-product .woocommerce-message {
        flex-flow: row-reverse;
    }
    .websima-product-gallery-wrapper {
        margin-bottom: 0;
        min-height: 33rem;
    }
    .websima-product-gallery-wrapper.single-pr-image {
        min-height: 26rem;
    }
    .variations_form.cart {
        display: block;
    }
    .variations .value {
        flex: 0 0 100%;
    }
    .websima-variations-wrap {
        padding: 23px 20px 20px;
    }
    .summary .cart .button {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .left-column-table {
        flex: 0 0 55%;
    }
    .right-column-table {
        flex: 0 0 40%;
        background: #D0D3ED4A;
        padding: 3px 25px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .woocommerce-group-attributes-layout-top tbody {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}
@media screen and (min-width: 992px) {
    .comment-form-rating {
        flex: unset;
    }
    .wc-tabs-wrap {
        display: block;
    }
    .mobile-nav {
        display: none;
    }
    .features-wrapper .item {
        padding: 19px 16px 19px 5px;
    }
    .websima-variations-label {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .table-product-row {
        padding: 24px;
    }
    .tabs.wc-tabs li {
        max-width: 30%;
    }
}
@media screen and (min-width: 1200px) {
    .product-feature {
        font-size: 16px;
    }
    .right-column-table {
        flex: 0 0 30%;
    }
    .left-column-table {
        flex: 0 0 67%;
    }
    .summary .cart .button {
        height: 50px;
    }
    .summary .cart .quantity {
        padding: 0;
        display: flex;
    }
    .simple-price.price:before {
        content: none;
    }
    .product-data .price {
        padding: 7px;
        gap: 5px;
        margin-bottom: 16px;
        min-height: 76px;
    }
    .product-data .price > .woocommerce-Price-amount.amount > bdi,
    .product-data .price ins {
        font-size: 15px;
    }
    .simple-price.price .woocommerce-Price-currencySymbol {
        font-size: 10px;
    }
    .features-wrapper .item .wrap i {
        display: none;
    }
    .section-related-bg {
        padding: 50px 0;
    }
}
@media screen and (min-width: 1400px) {
    .product-data .price > .woocommerce-Price-amount.amount > bdi,
    .product-data .price ins {
        font-size: 18px;
    }
    .simple-price.price .woocommerce-Price-currencySymbol {
        font-size: 13px;
    }
    .product-data .price {
        padding: 14px;
        gap: 10px;
        margin-bottom: 16px;
        min-height: 76px;
    }
}
@media (max-width: 768px) {
    .woocommerce-product-attributes tbody tr {
        display: none;
    }
    .comment-form-rating {
        font-size: 11px;
        margin-top: 0;
    }
    .swiper-navigation.product-navigation {
        width: 100%;
        right: 0;
    }
}
@media (max-width: 1199.98px) {
    .features-wrapper {
        flex-direction: column;
        gap: 18px;
    }
}
@media (max-width: 991.98px) {
    .product-nav {
        display: none;
    }
}
@media (max-width: 576px) {
    .tabs.wc-tabs {
        overflow-x: auto;
        padding: 0 16px;
    }
    .product_meta {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .websima-product-gallery-wrapper {
        margin-bottom: 32px;
        margin-top: 24px;
    }
}
@media (max-width: 380px) {
    form .quantity input {
        width: 30px !important;
    }
    .summary .cart .button {
        height: 41px;
    }
    .product-bundle-wrapper .product-price {
        flex: 1 0 100%;
    }
}
.widget-variations {
    background: var(--gray2);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 1rem;
    gap: 8px;
    margin-bottom: 1.5rem;
    color: var(--black);
    font-family: var(--SemiBold);
}
.widget-variations i {
    width: 1.5rem;
    height: 1.5rem;
    background: rgb(196 20 37 / 12%);
    border-radius: 5px;
    color: var(--color2);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-comment:before {
    top: -8px;
}
.comment-form-email,
.comment-form-author {
    width: calc(50% - 16px);
    position: relative;
}
.single-product .form-submit {
    position: absolute;
    bottom: 2px;
    justify-content: end;
}
@media only screen and (max-width: 768px) {
    .comment-form-email,
    .comment-form-author {
        width: 100%;
    }
    .single-product .form-submit {
        margin-top: 0;
    }
}
.zoom-in {
    width: clamp(36px, 3vw, 40px);
    height: clamp(36px, 3vw, 40px);
    position: absolute;
    top: 62px;
    right: 12px;
    background: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    transition: 0.4s;
    z-index: 2;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .single-product #footer {
        padding-bottom: 144px !important;
    }
}
.capacity-box {
    margin-block: clamp(24px, 4vw, 48px);
}
.capacity-box-title {
    font-size: 1rem;
    font-family: var(--SemiBold);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: center;
    line-height: 1.3;
}
.capacity-box-title:after,
.capacity-box-title:before {
    content: " ";
    position: relative;
    background-color: #ccc;
    display: block;
    height: 1px;
    -webkit-flex-grow: .5;
    flex-grow: .5;
}
.capacity-box-title:before {
    margin-left: 12px;
}
.capacity-box-title:after {
    margin-right: 12px;
}
.wrap-capacity {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.wrap-capacity a {
    border: 1px solid var(--gray4);
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 0.8rem;
    font-family: var(--SemiBold);
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.wrap-capacity a:hover {
    background: var(--color2);
    border-color: var(--color2);
    color: white;
}
/* Sidebar iconbox */
.sidebar-iconbox {
    margin-block: 16px 0 !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    & .iconbox-column {
        padding: clamp(18px, 2vw, 24px) clamp(16px, 2vw, 24px) !important;
        background: var(--gray2);
        & p {
            color: var(--black);
        }
        & span {
            color: var(--gray4);
        }
    }
}
@media only screen and (max-width: 768px) {
    .sidebar-iconbox .iconbox-column {
        flex-direction: row;
        justify-content: flex-start;
        text-align: right;
        gap: 16px;
    }
}
/* custom popup */
#custom-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(36 39 41 / 60%);
    z-index: 9998;
}
#custom-add-to-cart-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #fff;
    border-radius: clamp(16px, 3vw, 24px);
    max-width: 800px;
    width: calc(100% - 32px);
    text-align: center;
    z-index: 9999;
    transition: all 0.3s ease;
    padding: 48px clamp(16px, 3vw, 32px) clamp(16px, 3vw, 32px);
}
#custom-add-to-cart-popup.show {
    display: block;
    transform: translate(-50%, -50%) scale(1);
}
#custom-popup-close {
    position: absolute;
    top: clamp(12px, 2vw, 16px);
    left: clamp(12px, 3vw, 32px);
    cursor: pointer;
    font-size: 8px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    color: var(--color1);
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    &:hover {
        background: var(--color1);
        color: white;
    }
}
#custom-popup-button {
    background: #2CC378 !important;
    color: white;
}
.popup-head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    background: #D9FFEC;
    border-radius: 16px;
    padding: 16px clamp(16px, 2vw, 24px);
}
#custom-popup-text {
    font-size: 16px;
    font-family: var(--Medium);
}
@media only screen and (min-width: 768px) {
    .popup-head {
        justify-content: space-between;
    }
}
/* custom popup Share */
.share-single {
    width: clamp(40px, 5vw, 44px);
    height: clamp(40px, 5vw, 44px);
    position: absolute;
    top: 66px;
    right: 12px;
    background: var(--gray2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--black);
    font-size: 20px;
    transition: 0.4s;
    z-index: 2;
    cursor: pointer;
    &:hover {
        background: var(--color1);
        color: white;
    }
}
.share-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 9999;
    & .single-share {
        padding: 14px;
        justify-content: center;
    }
    & .popup-content {
        max-width: 400px;
        transform: scale(0.9);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease;
        position: fixed;
        top: 20%;
        background: #fff;
        border-radius: clamp(16px, 3vw, 24px);
        width: calc(100% - 32px);
        text-align: center;
        z-index: 9999;
        padding: 36px clamp(16px, 3vw, 32px) clamp(16px, 3vw, 32px);
        p {
            margin-bottom: 12px;
            font-size: clamp(14px, 2vw, 20px);
            font-family: var(--Medium);
        }
    }
    & .close-popup {
        position: absolute;
        top: clamp(12px, 2vw, 16px);
        left: clamp(12px, 3vw, 32px);
        cursor: pointer;
        font-size: 8px;
        font-weight: bold;
        width: 20px;
        height: 20px;
        color: var(--color1);
        border: 1px solid;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s;
        &:hover {
            background: var(--color1);
            color: white;
        }
    }
}
.share-popup.active {
    opacity: 1;
    pointer-events: auto;
}
.share-popup.active .popup-content {
    transform: scale(1);
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    #tab-downloads .title-box,
    #tab-description .title-box,
    #tab-additional_information .title-box,
    #products-bundle_products .title-box,
    #products-complementary_products .title-box,
    #products-economical_shopping .title-box {
        justify-content: space-between;
        align-items: flex-start;
        & .s-title:before {
            content: "";
            background: var(--color1);
            position: absolute;
            right: 0;
            transform: unset;
            bottom: 0;
            width: 75px;
            height: 3px;
            border-radius: 2px 2px 0 0;
        }
    }
    #products-economical_shopping .title-box {
        flex-wrap: wrap;
        flex-direction: row;
    }
}
@media only screen and (max-width: 768px) {
    #tab-downloads .s-title,
    #products-bundle_products .s-title,
    #products-complementary_products .s-title,
    #products-economical_shopping .s-title {
        text-align: center;
    }
}
.tab-pop {
    margin-top: clamp(24px, 3vw, 36px);
    & .s-title {
        font-size: clamp(20px, 3vw, 24px);
    }
    & .product-item h3 a {
        text-align: right;
    }
    & .product-item .price > .woocommerce-Price-amount > bdi,
    & .product-item .price ins {
        font-size: 12px;
    }
    & .product-item .add-cart {
        font-size: 10px;
    }
    & .woocommerce-Price-currencySymbol:before {
        font-size: 12px;
    }
    .price {
        margin-top: 6px;
    }
}
.tab-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--black);
    position: relative;
    margin-bottom: 24px;
    padding: 8px;
    width: min-content;
    margin-inline: auto;
    & .tab-btn {
        font-size: 14px;
        font-family: var(--Regular);
        padding: 6px 14px;
        white-space: nowrap;
        transition: 0.4s;
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: var(--white);
        border-radius: 12px;
        &:hover,
        &.active {
            background: var(--color1);
            color: var(--white);
        }
    }
}
.verified-buyer-badge {
    background: #32A55129;
    color: #32A551;
    border-radius: 8px;
    min-width: 60px;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: var(--Medium);
}
@media only screen and (max-width: 768px) {
    .product-head {
        margin-bottom: 0;
    }
    .sidebar-iconbox {
        margin-top: 56px !important;
    }
    .product-features {
        margin-top: 24px !important;
    }
}
.woocommerce-product-gallery__image--placeholder img {
    border: 1px solid var(--gray2);
    background: #FFF;
    margin-bottom: 16px;
    border-radius: clamp(16px, 2vw, 24px);
    overflow: hidden;
    min-height: clamp(280px, 25vw, 320px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-noreviews {
    border: 1px solid var(--danger);
    background: rgb(213 51 67 / 10%);
    border-radius: 32px;
    text-align: center;
    padding: 13px;
    margin-top: 32px;
    color: var(--danger);
}
#tab-additional_information .s-title,
#tab-description .s-title {
    padding-bottom: 0;
    &:before {
        content: none !important;
    }
}
@media only screen and (max-width: 768px) {
    #tab-additional_information .title-box,
    #tab-description .title-box {
        align-items: flex-start;
    }
}