/** Single Product **/
.product-sidebar-inner,
.custom-variation-table-wrapper,
.single_variation_wrap {
    background: #fff;
    padding: clamp(12px, 2vw, 16px);
    border-radius: 24px;
    margin-bottom: 1rem;
    border: 1px solid var(--gray4);
}
.product-form-wrap {
    position: relative;
}
.summary.entry-summary {
    position: relative;
}
.product-head {
    margin-bottom: clamp(14px, 2vw, 16px);
    border-bottom: 1px solid #0083BA26;
    padding-bottom: clamp(16px, 2vw, 24px);
}
.rate-sku {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.rate-num {
    display: flex;
    gap: 2px;
    font-size: 16px;
    align-items: center;
    height: 20px;
}
.rate-num i {
    font-size: 20px;
    color: #FFA631;
    margin-right: 6px;
    margin-top: -7px;
}
.product_meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    align-items: center;
}
.product-sku {
    font-size: 14px;
    color: black;
}
.product-sku span {
    color: var(--color2);
    margin-right: 8px;
}
.scroll-top {
    margin-right: auto;
    display: inline-flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid white;
    font-size: 8px;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1;
    color: white;
}
.scroll-top i {
    transform: rotate(0deg);
    transition: 0.4s ease;
}
.scroll-top.active {
    background: white;
    color: black;
}
.scroll-top.active i {
    transform: rotate(180deg);
    margin-top: -2px;
}
/***** tabs *****/
.wc-tabs-wrap {
    position: sticky;
    top: 102px;
    z-index: 3;
    transition: 0.4s ease;
    display: none;
}
.tabs.wc-tabs {
    display: flex;
    align-items: center;
    gap: clamp(8px, 2vw, 16px);
    border-radius: 16px;
    background: var(--color1);
    position: relative;
    margin-bottom: clamp(24px, 3vw, 32px);
    padding: 20px 16px 20px 24px;
}
.tabs.wc-tabs li {
    position: relative;
    text-align: center;
}
.tabs.wc-tabs li a {
    font-size: 16px;
    font-family: var(--medium);
    padding: 4px 20px;
    white-space: nowrap;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 50%);
    color: white;
    border-radius: 12px;
    min-width: 154px;
}
.tabs.wc-tabs li:hover a,
.tabs.wc-tabs li.active a {
    color: var(--color1);
    background: white;
}
/*.tabs.wc-tabs li a:before,*/
/*.tabs.wc-tabs li a:after {*/
/*    content: '';*/
/*    width: 70px;*/
/*    height: 8px;*/
/*    right: 50%;*/
/*    transform: translateX(50%);*/
/*    background: #fff;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    transition: 0.4sease;*/
/*}*/
.tabs.wc-tabs li a:before {
    top: -4px;
    border-radius: 0 0 5px 5px;
}
.tabs.wc-tabs li a:after {
    bottom: -4px;
    border-radius: 5px 5px 0 0;
}
.tabs.wc-tabs li a.active:before {
    top: 0;
    opacity: 1;
}
.tabs.wc-tabs li a.active:after {
    bottom: 0;
    opacity: 1;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: clamp(40px, 7vw, 104px);
    margin-bottom: 24px;
}
.product-features {
    margin: 20px 0;
    display: flex;
    gap: 12px 14px;
    flex-wrap: wrap;
}
.product-feature {
    flex: 1 0 100%;
    background: #fff;
    padding: 8px 5px 8px 5px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 6.31px 37.84px 0px #99999933;
    color: #272829;
    font-size: 13px;
    height: 60px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.product-feature::before {
    content: '';
    width: 37px;
    height: 37px;
    border-radius: 20px;
    background: #EBFAF4;
    position: absolute;
    right: -18px;
    z-index: -1;
}
.product-feature i {
    color: var(--color1);
    font-size: 25px;
}
#tab-additional_information {
    margin-bottom: clamp(40px, 4vw, 64px);
    border: 1px solid var(--border);
    padding: 1rem;
    margin-top: clamp(24px, 3vw, 40px);
    padding: clamp(16px, 2vw, 20px) clamp(12px, 2vw, 16px);
    border-radius: clamp(18px, 3vw, 32px);
}
/****/
.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: 5px 10px;
    font-family: var(--Regular);
    transition: 0.4s;
    width: 100%;
}
.single_add_to_cart_button:hover {
    background: var(--color2);
    color: white;
}
.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 {
    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-radius: clamp(24px, 3vw, 40px);
    overflow: hidden;
}
.gallery-top {
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
}
/*.gallery-top .swiper-slide a {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.websima-product-gallery .for-lightgallery img,
.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-bottom .product-thumb-item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 1rem;
    height: clamp(64px, 6vw, 80px);
    width: clamp(64px, 6vw, 80px);
}
.gallery-bottom .swiper-slide-thumb-active .product-thumb-item {
    border-color: var(--color1);
}
.gallery-bottom .product-thumb-item img {
    width: 100%;
    transition: 0.4s ease;
    height: 100%;
    object-fit: cover;
}
/*.gallery-bottom .product-thumb-item:before {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-radius: 18px;*/
/*    background: rgba(46, 183, 126, 0.56);*/
/*    backdrop-filter: blur(4px);*/
/*    inset: 0;*/
/*    margin: auto;*/
/*    transition: 0.4s;*/
/*    z-index: 1;*/
/*}*/
.gallery-bottom .product-thumb-item:after {
    content: "\e92b";
    font-family: 'icomoon';
    font-size: 20px;
    width: 103%;
    height: 100%;
    background-color: #00A3DA4D;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.4s;
    border-radius: 1rem;
    opacity: 0;
    backdrop-filter: blur(6px);
}
.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 {
    position: relative;
    width: clamp(200px, 18vw, 250px);
    margin-inline: auto;
    margin-top: -32px;
}
.swiper-navigation.product-navigation {
    position: absolute;
    top: 75%;
    width: calc(100% - 14px);
    right: 7px;
    transform: translateY(-50%);
}
.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;
}
.product_title {
    color: var(--black);
    font-size: clamp(24px, 2vw, 32px);
    line-height: normal;
    font-family: var(--main);
    margin-bottom: clamp(16px, 2vw, 28px);
}
.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: 6px;
}
.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: #313233;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--bold_font);
    margin-bottom: 6px;
}
.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: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;
    top: -4px;
    font-size: 12px;
}
.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;
    margin-top: 2rem;
}
.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: 152% !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid var(--gray3);
}
.selected .variable-item-contents {
    border-color: var(--color2);
}
.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;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: flex-start;
    flex: auto;
    transition: 0.4s ease;
    flex-direction: column;
    gap: 32px;
}
.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 {
    min-height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.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;
}
/* Attribute */
.woocommerce-product-attributes tr {
    border-radius: 12px;
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    margin-bottom: clamp(8px, 2vw, 20px);
    justify-content: space-between;
    padding: 12px clamp(12px, 2vw, 24px);
    height: clamp(56px, 5vw, 80px);
    display: flex;
    align-items: center;
}
.woocommerce-product-attributes p {
    margin: 0 !important;
    color: var(--color2) !important;
    font-size: 14px !important;
}
/* CSS */
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 {
    border-bottom-color: #fff;
    border-radius: 28px 28px 0 0;
}
tr.attribute_group_row {
    display: block;
    border: 1px solid var(--gray4);
    border-radius: 26px;
    padding: clamp(12px, 2vw, 24px);
    cursor: pointer;
    padding-bottom: clamp(20px, 3vw, 32px);
    transition: 500ms;
}
table.shop_attributes .attribute_group_row th::after {
    content: "\e91b";
    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(--color2);
    font-size: 14px;
    transition: 500ms;
}
tr.attribute_group_row.open th::after {
    transform: translateY(-50%) rotateX(180deg) !important;
}
table.shop_attributes .attribute_group_row th {
    border-radius: 12px;
    font-size: clamp(14px, 2vw, 16px);
    cursor: pointer;
    width: 100%;
    background: #EFF7FA;
    display: block;
    position: relative;
    color: var(--black);
    transition: 0.4sease;
    padding-block: 12px;
    padding-inline: clamp(12px, 2vw, 24px);
}
table.shop_attributes .attribute_row table {
    width: 100%;
}
table.shop_attributes .attribute_row table th {
    font-size: 14px;
    line-height: 32px;
    color: var(--gray3);
    width: 90px;
    padding-block: clamp(10px, 2vw, 20px);
}
table.shop_attributes .attribute_row table td a,
table.shop_attributes .attribute_row table td p {
    font-size: 14px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 0;
}
.attribute_value a {
    color: var(--color1) !important;
    background: #00377B14;
    border-radius: 5px;
    padding: 0 5px;
}
.attribute_value a:hover {
    color: var(--color2) !important;
}
table.shop_attributes .attribute_row_open.open .attribute-inner-table-wrapper {
    display: block;
}
.attribute_name::after {
    content: ':';
    margin-right: 3px;
}
tr.attribute_row > td {
    display: block;
    width: 100%;
}
tr.attribute_row.open::before {
    opacity: 1;
}
tr.attribute_row {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #fff;
    position: relative;
    transition: 500ms;
    padding-inline: clamp(12px, 4vw, 48px);
    padding-top: 0;
}
tr.attribute_row.open {
    border-color: var(--gray4);
    border-top-color: #fff;
    border-radius: 0 0 28px 28px;
    padding-bottom: clamp(12px, 2vw, 24px);
}
.woocommerce-Tabs-panel > .section-title {
    margin-bottom: clamp(20px, 2vw, 24px);
}
.woocommerce-Tabs-panel > .section-title .title-heading {
    font-size: clamp(18px, 2vw, 24px);
    color: var(--black);
    display: block;
    font-family: var(--medium);
    margin: 0 !important;
}
.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;
}
.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;
}
.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);
}
.product-sidebar {
    position: sticky;
    top: 111px;
    transition: 0.4s ease;
}
.product-sidebar.active {
    top: 111px;
}
.attributes-col {
    flex: 1;
}
.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;
}
.product-main-data {
    margin-bottom: 72px;
}
.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: 35px;
    height: 35px;
}
.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-block: 16px;
    color: #212121;
}
.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 */
.comment-notes {
    display: none !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;
}
.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%)
}
.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;
    width: 100%;
}
.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;
    width: 100%;
    padding: 1rem 2rem;
}
.sticky-addcard .price {
    flex-direction: column;
}
.sticky-addcard .price del {
    padding-left: 3.2rem;
}
.sticky-addcard .on-sale {
    right: auto;
    left: 0;
    transform: unset;
}
.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: 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%;
    }
}
@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);
    }
    table.shop_attributes .attribute_row table th {
        font-size: 16px;
        line-height: 30px;
        width: 180px;
    }
}
@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%;
    }
    table.shop_attributes .attribute_row table td a,
    table.shop_attributes .attribute_row table td p {
        font-size: 16px;
        line-height: 32px;
    }
}
@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 screen and (min-width: 1700px) {
}
@media (max-width: 768px) {
    .comment-form-rating {
        font-size: 11px;
    }
    .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;
    }
    .websima-swiper-thumb {
        margin-top: 1rem;
    }
}
@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%;
    }
}
.product-sidebar-inner .on-sale,
.product-sidebar .on-sale {
    position: absolute;
    top: 6px;
    font-size: 12px;
    width: 32px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: auto;
    transform: unset;
}
.product-sidebar-inner .price,
.product-sidebar .price {
    flex-direction: column;
}
.product-sidebar-inner .price del,
.product-sidebar .price del {
    color: var(--gray3);
    font-size: 12px;
    padding-left: 38px;
}
.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;
}
.product-content {
    display: block;
    border: 1px solid var(--gray4);
    border-radius: 26px;
    padding-block: clamp(12px, 2vw, 24px);
    padding-inline: clamp(18px, 2vw, 24px);
    cursor: pointer;
    transition: 500ms;
}
.head-comment:before {
    top: -8px;
}
.single-product .form-submit {
    position: absolute;
    bottom: 2px;
    left: 0;
}
@media only screen and (max-width: 992px) {
    .single-product .form-submit {
        position: unset;
    }
}
.ac-btn.wishlist-link.wishlist-item {
    width: clamp(36px, 3vw, 40px);
    height: clamp(36px, 3vw, 40px);
    position: absolute;
    top: 14px;
    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;
}
.ac-btn.wishlist-link.wishlist-item i:before {
    transition: 0.4s;
}
.ac-btn.wishlist-link.wishlist-item.wished i:before,
.ac-btn.wishlist-link.wishlist-item:hover i:before {
    content: "\e94e";
    transition: 0.4s;
}
.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;
}

.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;
}
.product-gallery-item a {
    width: 100%;
    height: clamp(240px, 38vw, 530px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.websima-swiper-thumb .pagination-wrap .swiper-pagination {
    position: absolute;
    top: calc(100% - 12px);
}
#single-product-thumbnail {
    padding-bottom: 36px;
}
.websima-product-gallery-wrapper .open-video-popup {
    position: absolute;
    z-index: 2;
    background: white;
    top: 1rem;
    right: 1rem;
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color1);
    font-size: 14px;
    cursor: pointer;
    transition: 0.4s;
    max-width: 150px;
}
.websima-product-gallery-wrapper .open-video-popup:hover {
    background: var(--color1);
    color: white;
}
.websima-product-gallery-wrapper .open-video-popup i {
    font-size: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.websima-product-gallery-wrapper .video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 9999;
}
.websima-product-gallery-wrapper .video-popup.active {
    display: flex;
    opacity: 1;
}
.websima-product-gallery-wrapper .video-popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    max-width: 800px;
    width: 90%;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.4s ease;
}
.websima-product-gallery-wrapper .video-popup.active .video-popup-content {
    transform: scale(1);
}
.websima-product-gallery-wrapper .video-popup-close {
    position: absolute;
    top: -2rem;
    right: 0;
    cursor: pointer;
    line-height: 1;
    width: 24px;
    background: red;
    height: 24px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    color: white;
    border-radius: 6px;
}
.websima-product-gallery-wrapper .video-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
    .websima-product-gallery-wrapper .open-video-popup {
        position: initial;
        margin-bottom: 1rem;
    }
}