.products-wrap {
    position: relative
}

.products-wrap>.loader {
    top: 50px
}

.products-wrap.metro .col-xl-40 .product-image img {
    max-width: none;
    object-position: center;
    object-fit: scale-down;
    height: 40.8vw
}

.products-wrap.loading .product-item-inner {
    opacity: 0!important;
    transform: translatey(20px)!important
}

.jws-animated-products .product-item-inner {
    opacity: 0;
    transform: translatey(50px)
}

.jws-animated-products .jws-animated .product-item-inner {
    opacity: 1;
    transform: translatey(0)
}

.jws_pr_labels {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.jws_pr_labels .jws_pr_label {
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.5px;
    color: #422020;
    background: #fff;
    margin-bottom: 10px
}

.jws_pr_labels .onsale {
    background: var(--main);
    color: #fff
}

.jws_pr_labels .out-of-stock {
    background: #040202;
    color: #fff
}

.product-item .product-image {
    position: relative;
    margin-bottom: 19px;
    overflow: hidden;
    text-align: center
}

.product-item .product-image .overlay {
    background: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s all;
    opacity: 0;
    z-index: 1
}

.product-item .product-image .gallery {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .5s ease,transform 2s cubic-bezier(0,0,.44,1.18),-webkit-transform 2s cubic-bezier(0,0,.44,1.18);
    width: 100%;
    z-index: 1;
    pointer-events: none;
    /* background: #E9E8E4 */
}

.product-item .jws-attr-swatches {
    padding: 1px;
    position: relative;
    z-index: 1
}

.product-item .jws-attr-swatches .jws-attr-content {
    display: -ms-flexbox;
    display: flex
}

.product-item .jws-attr-swatches .swatch {
    display: inline-block;
    transition: .3s all;
    margin: 0 2px;
    cursor: pointer
}

.product-item .jws-attr-swatches .swatch.swatch-color {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    outline: 1px solid transparent;
    padding: 2px
}

.product-item .jws-attr-swatches .swatch.swatch-color.selected {
    outline-color: #363636
}

.product-item .jws-attr-swatches .swatch.swatch-label {
    border-bottom: 1px solid transparent;
    margin: 0 5px
}

.product-item .jws-attr-swatches .swatch.swatch-label.selected {
    border-color: #363636
}

.product-item .jws-attr-swatches .swatch.swatch-image img {
    max-width: 40px;
    transform: none!important;
    border: 1px solid #ebebeb
}

.product-item .jws-attr-swatches .swatch.swatch-image.selected img {
    border-color: var(--main)
}

.product-item .jws-attr-swatches .swatch .sub-swatch {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: block;
    border: 1px solid rgba(208,190,182,.35)
}

.product-item .product-image {
    /* background: #E9E8E4; */
    overflow: hidden;
}

.product-item .product-image img[alt="blend-mode"] {
    mix-blend-mode: multiply;
}

.product-item .product-image img {
    transition: all 1.5s cubic-bezier(0,0,.2,1);
    width: 100%;
}

.product-item .product-item-inner:hover .product-image .overlay {
    opacity: 1
}

.product-item .product-item-inner:hover .product-image .gallery {
    opacity: 1;
    transform: scale(1.09)
}

.product-item .product-item-inner:hover .product-image .buttton-inner li {
    opacity: 1;
    transform: translateX(0)
}

.product-item:hover .product-image img {
    transform: scale(1.2)
}

.product-item.product .product-item-inner {
    transition: .3s all
}

.product-item.product .product-item-inner.list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}

.product-item.product .product-item-inner.list .product-image {
    max-width: 303px;
    margin-bottom: 0;
    width: 100%
}

.product-item.product .product-item-inner.list .product-image .woocommerce-loop-product__link {
    display: block
}

.product-item.product .product-item-inner.list .product-content {
    width: calc(100% - 303px);
    text-align: left!important;
    padding-left: 24px
}

.product-item.product .product-item-inner.list .product_cat {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.product-item.product .product-item-inner.list .product_cat a {
    color: var(--main)
}

.product-item.product .product-item-inner.list .product-short-text {
    margin-bottom: 0
}

.product-item.product .product-item-inner.list .jws-attr-swatches {
    margin-right: 17px;
    margin-left: -5px
}

.product-item.product .product-item-inner.list .woocommerce-loop-product__title {
    margin-bottom: 3px;
    margin-top: 3px
}

.product-item.product .product-item-inner.list .price {
    font-size: 14px;
    margin-bottom: 19px;
    display: block
}

.product-item.product .product-item-inner.list .jws-attr {
    margin-bottom: 1px
}

.product-item.product .product-item-inner.list .product_description {
    max-width: 648px;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 19.6px
}

.product-item.product .product-item-inner.list .button {
    border: 1px solid #040202;
    padding: 8px 43px;
    display: inline-block;
    color: var(--heading);
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.product-item.product .product-item-inner.list .button.loading .text,.product-item.product .product-item-inner.list .button.loading:after {
    opacity: 0
}

.product-item.product .product-item-inner.list .button:after {
    font-family: "jws_icon";
    content: '\ec28';
    font-size: 16px;
    margin-left: 12px
}

.product-item.product .product-item-inner.list .button:hover {
    background: #040202;
    color: #fff
}

.product-item.product .product-item-inner.list .button:hover .loader .path {
    stroke: #fff
}

.product-item.product .buttton-inner {
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
    will-change: transform;
    z-index: 2
}

.product-item.product .buttton-inner .jws-wishlist-btn.added i:before {
    content: '\e806'
}

.product-item.product .buttton-inner ul {
    display: flex;
    justify-content: center
}

.product-item.product .buttton-inner li {
    display: inline-block;
    margin: 0 5px;
    transform: translateY(10px);
    transition: .3s all;
    opacity: 0
}

.product-item.product .buttton-inner li>a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--heading);
    border-radius: 100%;
    background: var(--light);
    cursor: pointer;
    font-size: 18px;
    position: relative;
    box-shadow: 0 2px 8px -3px rgba(0,0,0,.25)
}

.product-item.product .buttton-inner li>a.button:before {
    content: "";
    font-family: "jws_icon";
    content: '\ec28'
}

.product-item.product .buttton-inner li>a span.added {
    display: none
}

.product-item.product .buttton-inner li>a.added .notadd {
    display: none
}

.product-item.product .buttton-inner li>a.added .added {
    display: block
}

.product-item.product .buttton-inner li>a span {
    position: absolute;
    min-width: 70px;
    background: #000;
    font-size: 12px;
    color: var(--light);
    border-radius: 3px;
    padding: 1px 5px;
    top: -33px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    line-height: 19px;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    white-space: nowrap;
    transition: .3s all
}

.product-item.product .buttton-inner li>a span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid var(--heading);
    left: 50%;
    margin-left: -3px;
    top: 21px;
    content: "";
    position: absolute
}

.product-item.product .buttton-inner li>a:hover {
    background: var(--main);
    color: var(--light)
}

.product-item.product .buttton-inner li>a:hover .loader .path {
    stroke: #fff
}

.product-item.product .buttton-inner li>a:hover span {
    opacity: 1
}

.product-item.product .buttton-inner.buttton-inner_vertical {
    right: 4px;
    top: 14px;
    bottom: unset;
    max-width: 50px
}

.product-item.product .buttton-inner.buttton-inner_vertical ul {
    align-items: flex-start;
    flex-direction: column
}

.product-item.product .buttton-inner.buttton-inner_vertical li {
    margin-bottom: 7px;
    transform: translateX(10px)
}

.product-item.product .buttton-inner.buttton-inner_vertical li>a:hover span {
    transform: translateX(-5px)
}

.product-item.product .buttton-inner.buttton-inner_vertical li>a span {
    left: unset;
    top: 8px;
    right: calc(100% + 5px);
    transform: translateX(0%)
}

.product-item.product .buttton-inner.buttton-inner_vertical li>a span:after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid var(--heading);
    right: -8px;
    top: 8px;
    left: unset
}

.product-item.product .jws-attr {
    margin-bottom: 4px
}

.product-item.product .jws-attr .jws-attr-swatches {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle
}

.product-item.product .jws-attr2 .product-buy {
    float: right
}

.product-item.product .product-buy.layout2 a {
    font-size: 14px;
    font-weight: 500;
    position: relative
}

.product-item.product .product-buy.layout2 a .loader {
    width: 21px;
    height: 21px;
    top: 12px;
    right: -2px;
    left: inherit
}

.product-item.product .product-buy.layout2 a:after {
    /* content: '\ed4b'; */
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px
}

.product-item.product .product-buy.layout2 a.loading:after {
    opacity: 0
}

.product-item.product .woocommerce-loop-product__title {
    font-weight: 500;
    margin-bottom: 11px
}

.product-item.product .woocommerce-loop-product__title a {
    color: var(--heading)
}

.product-item.product .woocommerce-loop-product__title a:hover {
    color: var(--main)
}

.product-item.product .price {
    color: var(--heading);
    font-weight: 500;
    font-size: 14px
}

.product-item.product .price del {
    opacity: .4;
    margin-right: 10px;
    font-weight: 600
}

.product-item.product .price ins {
    text-decoration: none
}

.product-item.product .product-short-text {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.product-item.product .star-rating-wap {
    margin-top: 5px
}

.product-item.product .star-rating {
    width: 76px;
    letter-spacing: 2px;
    margin: 0 auto
}

.added_to_cart {
    display: none!important
}

.products-tab.layout1 .jws-wishlist-btn {
    float: right;
    font-size: 18px
}

.products-tab.layout1 .jws-wishlist-btn .loader {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px
}

.products-tab.layout1 .jws-wishlist-btn>span {
    display: none
}

.products-tab.layout1 .jws-wishlist-btn.loading i:before,.products-tab.layout1 .jws-wishlist-btn.added i:before {
    content: '\e806'
}

.products-tab.layout1 .product-item.product .woocommerce-loop-product__title {
    margin-bottom: 3px;
    padding-right: 20px
}

.products-tab.product-deal .product-item.product .price {
    font-size: 14px
}

.products-tab.product-deal .product-item.product .woocommerce-loop-product__title {
    margin-bottom: 5px
}

.products-tab.product-deal .product-item-inner {
    text-align: center
}

.products-tab.product-deal .product-short-description {
    max-width: 438px;
    margin: 0 auto;
    margin-bottom: 25px
}

.products-tab.product-deal .add_to_cart_button .woocommerce-Price-amount {
    border-left: 1px solid;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 15px;
    display: inline-block
}

.products-tab.product-deal .progress-bar-sold {
    position: relative;
    max-width: 383px;
    margin: 0 auto;
    text-align: left;
    margin-top: 27px;
    margin-bottom: 18px
}

.products-tab.product-deal .progress-bar-sold>span {
    font-size: 14px
}

.products-tab.product-deal .progress-bar-sold>span strong {
    font-weight: 500
}

.products-tab.product-deal .progress-bar-sold>span span {
    margin-right: 5px
}

.products-tab.product-deal .progress-bar-sold .line {
    width: 100%;
    position: relative;
    height: 5px;
    overflow: hidden;
    margin: 0 0 6px;
    top: 0
}

.products-tab.product-deal .progress-bar-sold .line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--main);
    opacity: .2
}

.products-tab.product-deal .progress-bar-sold .line span {
    position: absolute;
    height: 100%;
    background: var(--main);
    left: 0
}

.products-tab.product-deal .progress-bar-sold .available_items {
    float: right
}

.products-tab.product-deal .jws-sale-time {
    min-height: 78px;
    max-width: 225px;
    margin: 0 auto
}

.products-tab.product-deal .jws-sale-time .jws-box-countdown {
    display: inline-block;
    vertical-align: middle;
    max-width: 25%;
    min-width: 20%;
    text-align: center
}

.products-tab.product-deal .jws-sale-time .jws-box-countdown span span {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 9px 5px 0;
    max-width: 54px;
    color: var(--heading);
    font-weight: 700;
    font-size: 28px
}

.products-tab.product-deal .jws-sale-time .jws-box-countdown span p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 4px;
    opacity: .7
}

.products-tab.product-deal .jws-sale-time>span {
    vertical-align: top;
    padding: 9px 5px 0 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700
}

.products-tab.layout4 .product-item.product .product-image .buttton-inner li.btn-wishlist {
    opacity: 1;
    transform: translateX(0)
}

.products-tab.layout4 .product-item.product .woocommerce-loop-product__title {
    margin-bottom: 5px
}

.products-tab.layout4 .product-item.product .jws-attr {
    margin-bottom: 8px
}

.products-tab.layout4 .product-item.product .price {
    font-size: 14px
}

.products-tab.layout4 .product-item.product .jws-attr2>span {
    display: inline-block
}

.products-tab.layout4 .product-item-inner:hover .product-buy {
    animation: bounceAlphaUp2 1s both;
    -webkit-animation: bounceAlphaUp2 1s both
}

.products-tab.layout4 .product-item-inner:hover .product-buy a {
    color: var(--main)
}

.products-tab.layout3 .product-item.product .product-image .buttton-inner li.btn-wishlist {
    opacity: 1;
    transform: translateX(0)
}

.products-tab.layout3 .product-item.product .product-content {
    text-align: center;
    position: relative;
}

.products-tab.layout3 .product-item.product .product-buy {
    position: absolute;
    width: 100%;
    transition: .3s all;
    left: 0;
    opacity: 0
}

.products-tab.layout3 .product-item.product .woocommerce-loop-product__title {
    margin-bottom: 5px
}

.products-tab.layout3 .product-item.product .product-short-text {
    margin-bottom: 3px
}

.products-tab.layout3 .product-item.product .price {
    font-size: 14px;
    transition: .3s all;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}

.products-tab.layout3 .product-item.product .jws-attr-swatches {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    bottom: 10px
}

.products-tab.layout3 .product-item.product .jws-attr-swatches .jws-attr-content {
    justify-content: center
}

.products-tab.layout3 .product-item.product:hover .price {
    opacity: 0;
    transform: translateY(-10px)
}

.products-tab.layout3 .product-item.product:hover .product-buy {
    opacity: 1;
    transform: translateY(-23px)
}

.products-tab.layout2 .product-item.product .cat-list {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px
}

.products-tab.layout2 .product-item.product .cat-list a {
    color: var(--main)
}

.products-tab.layout2 .product-item.product .product-image {
    margin-bottom: 22px
}

.products-tab.layout2 .product-item.product .price {
    font-size: 14px
}

.products-tab.layout2 .product-item.product .woocommerce-loop-product__title {
    margin-bottom: 4px
}

.products-tab.layout2 .product-item.product .product-buy {
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.products-tab.layout2 .product-item.product .product-buy a {
    color: var(--third);
    display: block;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    transform: translatey(100%);
    opacity: 0
}

.products-tab.layout2 .product-item.product .product-buy a:hover {
    background: var(--main);
    color: #fff
}

.products-tab.layout2 .product-item.product .product-buy a:hover .loader .path {
    stroke: #fff
}

.products-tab.layout2 .product-item.product .product-buy a span:after {
    content: "";
    font-family: "jws_icon";
    content: '\f03e';
    margin-left: 10px
}

.products-tab.layout2 .product-item.product .product-buy a.loading .text {
    opacity: 0
}

.products-tab.layout2 .product-item.product:hover .product-buy a {
    transform: translatey(0);
    opacity: 1
}

@-webkit-keyframes "spinner-fade" {
    0% {
        background-color: var(--main)
    }

    100% {
        background-color: transparent
    }
}

@keyframes "spinner-fade" {
    0% {
        background-color: var(--main)
    }

    100% {
        background-color: transparent
    }
}

@keyframes rotatekey {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.jws-products-load-more {
    border: 1px solid #040202;
    font-weight: 500;
    padding: 12.5px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 30px
}

.jws-products-load-more.loading span {
    opacity: 0
}

.jws-products-load-more.auto_load_more {
    opacity: 0
}


.products-wrap.products-tab.row.layout3 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

.products-wrap.products-tab.row.layout3 .product-item.product.col-xl-3.col-lg-3.col-6 {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border: none;
    box-shadow: none;
    padding: 0 15px;
}

span.price-item {
    width: 100%;
    text-align: center;
    float: left;
}

.product-item .product-image .gallery img.attachment-woocommerce_thumbnail {
    height: auto;
    width: 100%;
    object-fit: cover !important;
}

.product-item .product-image img {
    height: auto;
}

/* .products-tab.layout3 .product-item.product .product-buy {
    background: #fff;
} */
/* .product-item.product .buttton-inner.buttton-inner_vertical li>a:hover span {
    color: #fff;
} */

.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    align-content: space-between;
    box-sizing: border-box;
    grid-gap: 25px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
    height: 100%; 
}
.product-data-container {
    height: auto;
    min-height: auto;
}
.woocommerce ul.products::before, .woocommerce-page ul.products::before {
    display: none;
}
section.related.products ul.products li .product-data-container span.star.full-star {
    color: #952178;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

section.related.products h2 {
    padding-left: 0;
}

section.related.products {
    box-sizing: border-box;
}

body.product-template-default.single.single-product main#main .col-full {
    max-width: 1330px;
    padding: 0 15px;
}
body.single.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-radius: 0;
}

body.single.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

body.single.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: none;
    border: none;
}
body.single.single-product  .dtlsection > p.price {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 12px;
}
@media only screen and (min-width: 1100px) {

    body .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 60% !important;
    }
    body .col-full .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 40% !important;
    }
    .product_info p:last-child, .product_info p:nth-last-child(2) {
    border-bottom: none;
    }
    .product_info {
    gap: 0px;
    font-size: 14px;
    padding: 0;
    }

    .product_info p, .product_info strong {
    font-size: 14px;
    }


    .single-product .type-product {
    padding-top: 0;
}

body.product-template-default.single.single-product main#main {
    float: left;
    width: 100%;
    padding-top: 21px;
    background: #fff;
}

body.product-template-default.single.single-product main#main .type-product {
    background: transparent;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 16px;
    color: #414141;
    margin-top: 0;
    font-weight: 500;
}

body.product-template-default.single.single-product h1.small_heading {
    margin-bottom: 12px;
}

body.product-template-default.single.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    float: left;
    width: 100%;
    padding-top: 0 !important;
    margin-top: 12px;
}

body.product-template-default.single.single-product .woocommerce-product-gallery__wrapper .gallery-thumbs {
    padding: 0;
}

body.product-template-default.single.single-product .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: 1px solid #cbc6c6;
}
}
.dtlsection .breadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 31px;
}

.dtlsection .breadcrumb span.current {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.visa_img {
    margin:  0;
    float: left;
    width: 100%;
}

.visa_img img {
    max-width: 230px;
    margin-bottom: 15px;
}


.woocommerce ul.products li.product a img {
    mix-blend-mode: multiply;
}
/* .product-image-container {
    background: #E9E8E4;
} */

.col40.onlydesktop.d-flex.align-center.iconright {
    align-items: center;
    justify-content: end;
}

.col40.onlydesktop.d-flex.align-center.iconright .sing_btnBox {
    display: flex;
    gap: 15px;
}

.col40.onlydesktop.d-flex.align-center.iconright .sing_btnBox a {
    font-size: 16px;
    color: #000;
}

.col40.onlydesktop.d-flex.align-center.iconright .sing_btnBox a i {
    font-size: 22px;
}

ul#header_menu {justify-content: space-between;}


    .search-form-overlay {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .search-form-overlay input[type="text"] {
        width: 300px;
        padding: 10px;
        font-size: 14px;
        outline: none;
        border-radius: 5px;
        border: 1px solid #89206f;
    }

    .search-button {
        padding: 12px 14px;
        font-size: 14px;
        border: none;
        background-color: #89206f;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.618;
    }

    .search-button i {
        margin: 0;
    }

    .close-overlay {
        font-size: 24px;
        color: #89206f;
        background: none;
        border: none;
        cursor: pointer;
        margin-left: 10px;
    }

header {
    position: relative;
}

div#searchOverlay {
    font-size: 16px;
}

div#searchOverlay .search-form-overlay {
    position: relative;
    padding: 0;
}
div#searchOverlay .search-form-overlay button.search-button {
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.formInner {
    position: relative;
}
div#product-container .titleProduct h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #ac5396;
}

div#product-container .titleProduct {
    margin-bottom: 23px;
}

body header {
    border-bottom: 1px solid #d9d9d9;
}

div#product-container {
    margin-top: 0;
}
.product-item.product .product-buy.layout2 a {
    color: #89206f;
}
.philos_content span {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 500;
}

h4, h4 a {
    color: #9b2c7e;
}

.shop-section {
    align-items: center;
    padding: 20px 50px;
    background-color: #fff;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    float: left;
    width: 100%;
}

.shop-text {
    width: 33.182%;
}

.shop-text h2 {
    font-size: 30px;
    margin: 0;
    color: #89206f;
    font-family: 'Montserrat', sans-serif !important;
}

.shop-text p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.shop-image {
    display: flex;
    justify-content: center;
    width: 66.818%;
}

.shop-image img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

body.single.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: "";
    width: 0;
    transition: .3s all;
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 2px;
    background: #89206f;
    z-index: 999;
}

body.single.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    width: 100%;
}


.variable-items-wrapper[data-attribute_name="attribute_color"] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: left;
}
.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item {
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    border: 2px solid #ccc; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item.selected {
    border-color: #000; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}

.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item span {
    display: none; 
}

.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item.button-variable-item-gold, 
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item:not(.radio-variable-item).button-variable-item.button-variable-item-gold.selected:not(.no-stock)
 {
    background-color: gold;
}

.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item.button-variable-item-pink,
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item:not(.radio-variable-item).button-variable-item.button-variable-item-pink.selected:not(.no-stock) {
    background-color: pink;
}

.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item.button-variable-item-white,
.woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item:not(.radio-variable-item).button-variable-item.button-variable-item-white.selected:not(.no-stock) {
    background-color: white;
    border: 2px solid #ccc;
}

.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item:hover {
    opacity: 0.8; 
}


.woo-variation-swatches .wvs-style-squared.variable-items-wrapper[data-attribute_name="attribute_color"] .variable-item:not(.radio-variable-item) {
    border-radius: 100px;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: 14px;
}

.single-product.woocommerce div.product form.cart .variations label {
    font-weight: 500;
}

.single-product.woocommerce .quantity .qty {
    padding: 16px 0;
    width: 100px;
    text-align: center;
}

.product_meta {
    float: left;
    width: 100%;
}


body.single-product.woocommerce  .woocommerce-tabs .woocommerce-Tabs-panel table {
    border: 1px solid #f1f1f1;
    border-style: solid;
}

body.single-product.woocommerce  section#products_information .woocommerce-tabs.wc-tabs-wrapper table tr {
    border-bottom: 1px solid #e8e7ec;
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

body.single-product.woocommerce  section#products_information .woocommerce-tabs.wc-tabs-wrapper th {
    padding: 10px 20px;
    min-width: 100px;
    border-right: 1px solid #f1f1f1;
    border-left: none;
    border-top: none;
    border-bottom: none;
    text-align: left;
}

body.single-product.woocommerce  section#products_information .woocommerce-tabs.wc-tabs-wrapper td {
    vertical-align: middle;
    border-right: 1px solid #f1f1f1;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

body.single-product.woocommerce  section#products_information .woocommerce-tabs.wc-tabs-wrapper table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    max-width: 845px;
}

body.single-product.woocommerce  section#products_information .woocommerce-tabs.wc-tabs-wrapper p {
    margin: 0;
    padding: 0;
}

body.single-product.woocommerce  .woocommerce-tabs.wc-tabs-wrapper h2 {
    display: none;
}
.summary.entry-summary .product_info {
    display: none;
}

.single-product.woocommerce div.product form.cart .variations label {
    text-transform: capitalize;
}