
/* --------------------
Single Product
-------------------- */

.product-form-wrap {
    position: relative;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    flex-wrap: wrap;
    gap: 15px;
}
.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}

.out-of-stock {
    background: var(--bg_danger);
    color: var(--danger);
    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 #f2f2f2;
    padding: 16px;
    background: #FFF;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.gallery-top {
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
}

.gallery-top .swiper-slide img {
    width: 100%;
}
.gallery-bottom .product-thumb-item {
    cursor: pointer;
    overflow: hidden;
}
.gallery-bottom .swiper-slide {
    border-radius: 3px;
    padding: 5px;
    border: 0.29px solid #F2F2F2;
}

.gallery-bottom .product-thumb-item img {
    width: 100%;
    transition: 0.4s ease;
}

.gallery-bottom .product-thumb-item:hover img {
    transform: scale(1.1);
}

.gallery-bottom .swiper-slide:before {
    opacity: 0;
    visibility: hidden;
    /*content: "";*/
    position: absolute;
    border-radius: 8px;
    background: rgba(28, 39, 76, 0.47);
    backdrop-filter: blur(4px);
    inset: 0;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
}
.gallery-bottom .swiper-slide:after {
    opacity: 0;
    visibility: hidden;
    /*content: "\e937";*/
    font-family: 'icomoon';
    position: absolute;
    inset: 0;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 1;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
    color: #fff;
}
.gallery-bottom .swiper-slide.swiper-slide-thumb-active:before,
.gallery-bottom .swiper-slide.swiper-slide-thumb-active:after,
.gallery-bottom .swiper-slide.swiper-slide-thumb-active:hover:before,
.gallery-bottom .swiper-slide.swiper-slide-thumb-active:hover:after {
    opacity: 1;
    visibility: visible;
}
.swiper-pagination.product-pagination {
    bottom: 0 !important;
    margin: 20px 0 0 !important;
}

.product_title {
    color: #222222;
    font-size: 26px;
    line-height: normal;
    padding-bottom: 22px;
    font-family: var(--main_font);
}

.sku-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #006;
}
.sku-wrapper .sku {
    font-family: var(--bold_font);
}
.sku-wrapper.mobile-sku {
    background: #C2ABA11A;
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    margin-bottom: 16px;
    padding: 21px 24px;
}
.product-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #252525;
}
.product-form-wrap {
    position: relative;
}
.rate-num {
    display: flex;
    font-size: 14px;
    color: #252525;
}
.rate-num i {
    font-size: 20px;
    color: var(--color1);
    margin-right: 8px;
}
.rate-num em {
    color: #D0D0D0;
    margin: 0 4px;
}
.rate-label {
    font-size: 14px;
    line-height: 32px;
    color: #252525;
    position: relative;
    display: flex;
    align-items: center;
}
.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 {
    border-radius: 8px;
    background: #F7F7F7;
    padding: 11px 14px;
    margin-bottom: 10px;
    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%;
    margin-bottom: 25px;
}
.variations .value {
    display: block;
    flex: 0 0 100%;
}
.variations label {
    display: block;
    color: #8A8A8A;
    font-size: 13px;
    line-height: 26px;
    font-family: var(--light_font);
}
.variations label em {
    color: #838383;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 40px;
    margin: 0;
}
.reset_variations:hover {
    background: white;
    color: var(--color2) !important;
}

.reset_variations {
    margin: 10px 0;
    display: inline-block !important;
    background: var(--color2);
    border: 1px solid var(--color2);
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    transition: .4s;
    position: absolute;
    left: 0;
    bottom: -46px;
}
.variations_form.cart select {
    width: 100%;
    border: 1px solid #E8E8E8;
    padding: 13px 16px;
    font-family: inherit;
    border-radius: 12px;
    color: #242424;
    font-size: 14px;
    line-height: 26px;
    background: transparent;
    cursor: pointer;
}
.variations_form.cart .value {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
}
.variable-item-contents {
    border-radius: 152% !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #fff;
}
.selected .variable-item-contents {
    border-color: #000;
}
.button-variable-items-wrapper .variable-item-contents {
    border-radius: 5px !important;
    background: #EEE;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 5px 12px !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: 6px;
}
.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;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: flex-start;
    flex: auto;
    transition: 0.4s ease;
    flex-direction: column;
    gap: 22px;
}
.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;
}
.woocommerce-variation.single_variation {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 24px;
}
.woocommerce-variation.single_variation .price-label {
    font-family: var(--bold_font);
    font-size: 18px;
}
.woocommerce-variation-price {
    min-height: 56px;
    display: flex;
    align-items: center;
}

.woocommerce-variation-description {
    display: none;
}
.summary .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    color:  #0A2252;
}

.category_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.category_post > i {
    color: var(--color3);
    font-size: 22px;
    margin-left: 10px;
}
.category_post a {
    color: #252525;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}
.category_post a:not(:last-child):after,
.category_post .title:after {
    content: '';
    background: var(--color3);
    margin: 0 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}

.category_post a:hover {
    color: var(--color3);
}

.socials-share .icon-share {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    padding-bottom: 1px;
    transition: 0.4s ease;
    background: var(--color3);
    border-radius: 100%;
    box-shadow: 0 0 4px 0 #0000CD70;
    outline: 3px solid #CCCCF2;
}

.socials-share {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 22px;
    border: 2px solid #CCCCF2;
    gap: 24px;

}
.socials-share.mobile-share {
    justify-content: center;
    border-radius: 4px;
    padding: 15px 10px 15px;
    margin-bottom: 24px;
}
.socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-right: 16px;
}
.socials a {
    display: flex;
    font-size: 24px;
    line-height: 1;
    color: var(--color3);
}
.socials a:hover {
    color: var(--color2);
}
.copy-btn {
    position: relative;
    display: flex;
    font-size: 24px;
    color: #1A2141;
    line-height: 1;
    cursor: pointer;
    transition: 0.4s ease;
}

.copy-btn:hover {
    color: var(--color2);
}

.copy-btn i {
    z-index: 2;
}

.copy-btn .tooltip-url {
    position: absolute;
    box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
    background: #fff;
    padding: 9px 8px 5px;
    border-radius: 11px;
    bottom: 115%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 16px;
    direction: ltr;
    color: #000;
    text-align: center;
    z-index: 1;
}

.copy-btn .tooltip-url::before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 3px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-color: #0000 #0000 #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(50%);
    box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
    z-index: 0;
}

.copy-btn:hover .tooltip-url {
    opacity: 1;
    visibility: visible;
}

.copy-btn .tooltip-url:hover {
    opacity: 0;
    visibility: hidden;
}
.copeid-alert {
    position: fixed;
    top: 19rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #232323;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 12px;
    width: min(35rem, 90%);
    text-align: center;
    z-index: 7;
    transition: 0s;
}
.copeid-alert.hide {
    opacity: 0;
    transition: 0.2s;
}

.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;
}
.tab-btns {

}
.scroll-top {
    display: inline-flex;
    width: 62px;
    height: 62px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: rgba(204, 204, 242, 0.2);
    color: #1C274C;
    font-size: 24px;
    cursor: pointer;
    transition: 0.4s ease;
    z-index: 1;
    margin-right: auto;
}

.scroll-top:hover {
    color: var(--color2);
}

.scroll-top i {
    transform: rotate(180deg);
    transition: 0.4s ease;
}

.scroll-top.active i {
    transform: rotate(0deg);
}
.product-share {
    position: relative;
}
.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;
}

/***** tabs *****/

.wc-tabs-wrap {
    position: sticky;
    top: 135px;
    z-index: 3;
    transition: 0.4s ease;
}
.tabs.wc-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px;
    gap: 8px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 205, 0.23);
    position: relative;
    height: 80px;
}

.tabs.wc-tabs li {
    position: relative;
    flex: 1 0 0;

    text-align: center;

}

.tabs.wc-tabs li a {
    color: #212121;
    font-size: 15px;
    padding: 11px 20px;
    white-space: nowrap;
    display: block;
    background: rgba(204, 204, 242, 0.23);
    border-radius: 22px;
    transition: 0.4s ease;
}
.tabs.wc-tabs li a:hover {
    background: var(--color3);
    color: #fff;
}
.tabs.wc-tabs li a.active {
    background: var(--color3);
    color: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 24px;
    margin-bottom: 20px;
}

.h_iframe-aparat_embed_frame {
    text-align: center;
}
.product-tag {
    border-top: 1px solid #C2ABA180;
    padding-top: 24px;
}

.product-features {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-feature {
    flex: 1 0 100%;
    border: 1px solid #C2ABA1;
    background: #C2ABA11A;
    padding: 9px 24px;
    border-radius: 16px;
    display: flex;
    gap: 14px;
    align-items: center;
}
.product-feature i {
    min-width: 50px;
    height: 50px;
    background: var(--color2);
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 25px;
}
#tab-family .swiper-pagination .swiper-pagination-bullet {
    background: #D0D3ED;
    opacity: 1;
}
#tab-family .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}
.table-product-row {
    display: flex;
    background: #F7F7F7;
    padding: 15px;
    border-radius: 8px;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
}
.woocommerce-group-attributes-layout-top tbody {
    display: grid;
    gap: 14px;
}
.shop_attributes.woocommerce-group-attributes-layout-top tr {
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 32px;
}
.attribute_name {
    color: #292D32;
    position: relative;
}
.attribute_value p {
    line-height: 32px;
    color: rgba(41, 45, 50, 0.8);
    font-size: 14px;
}
.attribute_name::before {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #fff;
    border: 3px solid var(--color3);
    border-radius: 10px;
    margin-left: 8px;
}
.woocommerce-group-attributes-layout-right tr:not(:last-child) {
    border-bottom: 1px solid #D0D3ED66;
}
.shop_attributes p {
    margin: 0 !important;
}

.attribute_value p {
    text-align: left;
}
.left-column-table {
    flex: 0 0 67%;
}

table.shop_attributes .attribute_group_name {
    padding: 11px 24px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .4s;
    font-size: 16px;
    line-height: 40px;
       color: #292D32;
    background: #CCCCF22B;
    border-radius: 22px;
}

.attribute_group_row .attribute_group_name i {
    display: inline-flex;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: var(--color3);
}
.attribute_group_row .attribute_group_name i:after {
    content: '\e937';
    font-family: icomoon;
    font-size: 2px;
    line-height: 1;
    position: absolute;
    opacity: 0;
    transition: 0.4s ease;
}
.attribute_group_row .attribute_group_name i:before {
    transition: 0.4s ease;
}
.attribute_group_row.open .attribute_group_name i:after {
    opacity: 1;
}
.attribute_group_row.open .attribute_group_name i:before {
    opacity: 0;
}

.attribute_row {
    margin-bottom: 10px;
    display: block;
}
.shop_attributes tbody .attribute_row:last-child {
    margin-bottom: 0;
}
.attribute_row > td {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.attribute-inner-table-wrapper {
    display: none;
}
.attribute-inner-table-wrapper.open {
    display: block;
}
.attribute_name_values tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.attribute_name_values tr {
    flex: 0 0 100%;
    background: rgba(204, 204, 242, 0.2);
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    padding: 11px 24px;
}












.product_gallery_item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.product_gallery_item a {
    display: flex;
    width: 100%;
}

#single-product-slider {
    border: 1px solid rgba(204, 204, 242, 0.5);
    border-radius: 12px;
    margin-bottom: 24px;
}
.item-thumbnail {
    border-radius: 12px;
    border: 2px solid rgba(204, 204, 242, 0.5);
    background: #FFF;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}
.item-thumbnail:before {
    opacity: 0;
    content: "\e938";
    font-family: icomoon;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    z-index: 1;
    position: absolute;
    text-decoration: initial;
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: var(--color3);
    line-height: 1;
}


.item-thumbnail:after {
    opacity: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: rgba(143, 143, 255, 0.55);
    /*filter: blur(4px);*/
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 1
}
.item-thumbnail.swiper-slide-thumb-active::before,
.item-thumbnail:hover::before,
.item-thumbnail.swiper-slide-thumb-active::after,
.item-thumbnail:hover::after {
    opacity: 1
}
.item-thumbnail:hover,
.item-thumbnail.swiper-slide-thumb-active {
    border-color: transparent;
}
html.desktop #single-product-slider:not(.swiper-initialized) .swiper-slide {
    flex-shrink: unset;
    margin-left: 0;
    width: 408px;
    flex: 0 0 408px
}
html.desktop #single-product-thumbnail:not(.swiper-initialized) .swiper-slide {
    flex-shrink: unset;
    margin-left: 0;
    width: 86.7px;
    flex: 0 0 86.7px
}

.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;
}
.product-content > section {
    margin-bottom: 50px;
}
.part-title .editor-content.main-content p{
    text-align: center !important;
    color: rgba(33, 37, 41, 0.74);
}
.faq-btn {
    height: 44px;
}
.teacher-wrap {
    border-radius: 24px;
    background: #F7F9F9;
    padding: 27px 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.teacher-wrap .image {
    flex: 0 0 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--color2);
    overflow: hidden;
    filter: drop-shadow(0px 1px 10px rgba(239, 161, 35, 0.72));
}
.th-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.th-box .label {
    color: rgba(38, 90, 83, 0.56);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
}
.th-box .title {
    color: #212529;
    font-size: 16px;
    line-height: normal;
    font-family: var(--bold_font);
    margin-bottom: 8px;
}
.th-box a {
    color: #9A9A9A;
    font-size: 12px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.th-box a i {
    font-size: 9px;
    transform: translateY(2px);
}
.before-box {
    position: relative;
}
.before-box:before {
    content: '';
    width: 41px;
    height: 3px;
    border-radius: 4px;
    background:  linear-gradient(180deg, #DDB141 0%, #EFA123 100%);
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}
.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);
}





.section-products {
    position: relative;
    padding-top: 40px;
}
.section-products .bg-pattern {
    top: 0;
}


/***** Group attributes *****/
.shop_attributes-wrap {
    border: 1px solid rgba(0, 0, 205, 0.23);
    border-radius: 24px;
    padding: 16px;
}

table.shop_attributes {
    width: 100%;
    text-align: right;

}

table.shop_attributes * {
    vertical-align: middle;
}


table.shop_attributes .attribute_row table {
    width: 100%;
}

table.shop_attributes .attribute_row table th, table.shop_attributes .attribute_row table td {
    padding: 5px 0;
}






.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 .section-title {
    margin-bottom: 16px;
}

.woocommerce-Tabs-panel {
    margin-bottom: 50px;
}
.read-more i {
    transition: 0.4s ease;
}
.read-more.button4 i {
    transform: rotate(180deg);
}

.single-product  .form-submit {
    grid-column: unset;
}

/*Swatches*/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0 !important;
    box-shadow: none !important;
}
.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 {
    margin-right: 25px;
}

.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);
}

/* Comments */
#review_form > div > #reply-title {
    display: none;
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    color: var(--color1);
    font-size: 19px;
}

.woocommerce .stars span {
    display: flex;
    gap: 4px;
    overflow: hidden;
}
#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: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'icomoon';
    text-indent: 0;
    content: "\e93d";
    transition: all 0.3s;
    color: #FFC700;
}

.woocommerce p.stars a:hover ~ a::before {
    content: '\e93d';
}

.woocommerce p.stars:hover a::before {
    content: '\e93c';
}

.woocommerce p.stars.selected a.active::before {
    content: '\e93c';
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e93d";
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: '\e93c';
}

.comment-form-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.comment-form-rating label {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #34353694 !important;
    margin-left: 8px !important;
}


/* 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;
}

/*.summary .price > span:before,*/
/*.summary .price ins:before {*/
/*    content: 'قیمت محصول:';*/
/*    font-size: 15px;*/
/*    color: #222;*/
/*}*/







.onsale {
    display: none;
}

.quantity.hidden {
    display: none;
}







.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;
}
.fix-btns {
    position: fixed;
    left: -65px;
    bottom: 160px;
    z-index: 111;
    display: grid;
    gap: 15px;
    transition: 0.4s ease;
}
.fix-btns .share-btn,
.fix-btns .scroll-top {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #d9d9d9;
}
.fix-btns.active {
    left: 15px;
}
.fix-btns .share-box {
    top: unset;
    bottom: 100%;
    flex-direction: column;
    transform: none;
    left: 0;
    width: 47px;
}

.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: 43rem;
    position: relative;
}
.websima-product-gallery-wrapper.single-pr-image {
    min-height: 31rem;
}
.websima-product-gallery-wrapper .loading-wrapper {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}

.mobile-sticky-addcard {
    position: fixed;
    bottom: -144px;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 140px;
    display: flex;
    align-items: center;
    transition: 0.4s ease;
    box-shadow: 0 -1px 7px #eaeaea;
}
.mobile-sticky-addcard.variable-addcard {
    height: 100px;
}
.mobile-sticky-addcard.variable-addcard .button {
    width: 100%;
    height: 58px;
    font-size: 17px;
}
.mobile-sticky-addcard.active {
    bottom:0
}
.sticky-addcard {
    display:flex;
    justify-content:space-between;
    align-items:center
}
.sticky-addcard p.stock.button.out-of-stock {
    margin-bottom:0;
    text-align:center
}
.sticky-addcard .simple-cart {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px
}
.sticky-addcard .quantity_wrap {
    display:none
}
.sticky-addcard .simple-cart .price {
    display:unset;
    margin:0
}
.sticky-addcard .simple-cart .price .span-price-text {
    display:none
}
.sticky-addcard .product-price {
    width:100%;
    position: relative;
}
.sticky-addcard .stock.button.in-stock {
    display:none
}
.call-for-price {
    display: block;
    text-align: center;
    padding: 10px;
}
@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) {
    .single-product .form-submit {
        justify-self: flex-end;
    }
    .comment-form-rating {
        margin-bottom: 0;
    }

    .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%;
    }

}

@media screen and (min-width: 768px) {
    .attribute_name_values tr {
        flex: 0 0 calc(50% - 4px);
    }
    table.shop_attributes .attribute_group_name {
        font-size: 18px;
        font-family: var(--bold_font);
    }
    .woocommerce-account.woocommerce-orders .woocommerce-message,
    .single-product .woocommerce-message {
        flex-flow: row-reverse;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .websima-product-gallery-wrapper {
        margin-bottom: 0;
    }
    .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) {

    .product_title {
        font-size: 26px;
    }
    .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;
    }
    .product-meta {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        margin-bottom: 16px;
    }
    .tabs.wc-tabs li a {

        line-height: 45px;
    }
    .tabs.wc-tabs li {
        max-width: 30.8%;
    }
}
@media screen and (min-width: 1200px) {
    .right-column-table {
        flex: 0 0 30%;
    }
    .left-column-table {
        flex: 0 0 67%;
    }
    .variations label {
        font-size: 17px;
    }
    .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;
    }

}
@media screen and (min-width: 1400px) {
    .product_title {
        font-size: 32px;
    }
    .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;
    }

    .tabs.wc-tabs {
        height: 94px;
    }
    .tabs.wc-tabs li a {
        font-size: 18px;
        line-height: 45px;
    }
    #single-product-slider {
        margin-bottom: 41px;
    }
}
@media screen and (min-width: 1700px) {

}
@media (max-width: 768px) {
    .woocommerce-product-attributes tbody tr {
        display: none;
    }


}
@media (max-width: 1199.98px) {
    .features-wrapper {
        flex-direction: column;
        gap: 18px;
    }
}
@media (max-width: 767.98px) {
    .product-nav {
        display: none;
    }
    .summary.entry-summary {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .product-meta {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }
    .product-info {
        margin: 0;
        width: 100%;
    }
    .woocommerce-product-details__short-description {
        margin:0;
    }
    .woocommerce-variation.single_variation {
        order: -1;
    }
    .socials-share {
        justify-content: flex-end;
    }
    .socials {
        justify-content: space-around;
        flex-grow: 1;
    }
}
@media (max-width: 576px) {
    .tabs.wc-tabs {
        overflow-x: auto;
        padding: 0 16px;
    }
}
@media (max-width: 380px) {
    form .quantity button {
        font-size: 18px;
        min-width: 40px;
        height: 40px;
    }
    form .quantity input {
        width: 30px !important;
    }
    .summary .cart .button {
        height: 41px;
    }
    .product-bundle-wrapper .product-price {
        flex: 1 0 100%;
    }
}