/* GLOBAL STYLE*/
html {
    scroll-padding-top: 5rem;
}
header {
    z-index: 3 !important;
    position: relative;
}
.c_black, .c_black a, .c_black p{
    color: #000000 !important;
}
.c_rose{
    color: #D34E70;
}
.btn_cust {
    background-color: #F47394 !important; /* your main pink color */
    color: #fff;
    border: 1px solid transperent;
    border-radius: 32px; /* pill/oval shape */
    text-transform: uppercase;
    box-shadow: inset 0 0px 24px 16px #D34E70, /* soft white inner glow */
    inset 0 -3px 8px 0 #D34E70;   /* soft pink shade at bottom */
    outline: none;
}
.woocommerce-breadcrumb {
    text-align: center !important;
}
.woocommerce-breadcrumb .breadcrumb-separator {
    color: transparent;
}
span.breadcrumb-separator:before {
    content: "•";
    color: black;
    position: absolute;
}
h1, h2, h3, h4, h5 {
    font-family: "Onest" !important;
    font-weight: 200 !important;
}
h1.woocommerce-products-header__title{
    text-align: center !important;
}
/* Header */
.cur_sw .wcml-dropdown a.wcml-cs-item-toggle:after{
    content: url(/wp-content/uploads/2025/10/arrow-1.svg);
    top: auto;
    border: unset;
    width: 10px;
    line-height: 10px;
    transform: scale(1.5);
}
.cur_sw{
    width: 90px;
    height: 40px;
}
.cur_sw .wcml-dropdown.product.wcml_currency_switcher {
    width: auto;
    margin: auto;
}
.search_sw path {
    fill: #9b9b9b;
}
.content-area{
    width:100% !important;
}
.type-post {
    max-width: 1200px;
    margin: auto;
}
.cur_sw .wcml-dropdown li a.wcml-cs-item-toggle {
    padding: 12px;
    border: 1px solid black;
    border-radius: 35px;
    padding-left: 16px;
    font-size: 14px;
    background: white;
    text-transform: uppercase;
}
.cur_sw .wcml-dropdown li a{
    color: black;
    /*line-height: 25px;*/
    /*text-transform: uppercase;*/
    z-index: 2;
}

.cur_sw .wcml-dropdown .wcml-cs-submenu {
    border-top: unset;
    padding-top: 20px;
    padding-bottom: 2px;
    background: #ededed;
    transform: translate(0px, -20px);
    border-radius: 0 0 20px 20px;
    z-index: 1;
}
.cur_sw .wcml-dropdown .wcml-cs-submenu a{
    padding-left: 20px;
    font-size: 14px;
    margin: 5px;
    border-radius: 25px;
    text-transform: uppercase;
}
.cur_sw .wcml-dropdown .wcml-cs-submenu a:hover {
    background: #dddddd;
}
.cur_sw .wcml-cs-submenu li {
    border: unset;
}
img.wcml-spinner {
    display: none;
}
.cur_sw .wcml-cs-submenu li {
    background: none;
}

.cur_sw .wcml-dropdown li {
    border: unset;
    background: unset;
}

.lang_sw .wpml-ls-legacy-dropdown {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    /* background: #000; */
    /* color: #fff; */
    margin-right: 0;
}

.lang_sw .wpml-ls-legacy-dropdown a {
        border: unset;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

.wpml-ls-legacy-dropdown a span {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #ededed;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    background: unset;
    background: #000;
    color: #fff;
    border-radius: 50%;
    z-index: 100 !important;
}
.wpml-ls-legacy-dropdown a {
    background: #000;
    color: #fff;
    border-radius: 50%;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: unset;
    background: #ededed;
    border-radius: 0 0 20px 20px;
    padding-top: 20px;
    transform: translate(0, -20px);
    z-index: 1;
    width: 40px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a span{
    color: black;
    /* background-color: transparent; */
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    width: 34px;
    height:34px;
    line-height: 34px;
    margin:3px;
    background-color: transparent;
}

.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    background: #dddddd;
}
.search_sw svg.dgwt-wcas-ico-magnifier-handler {
    width: 18px;
    height: 18px;
    margin: 11px;
}

.search_sw  a.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {
    height: 40px;
    width: 40px;
    background: black;
    border-radius: 20px;
}
.search_sw .dgwt-wcas-search-wrapp {
    max-width: 40px !important;
}
.lang_sw,.search_sw, .account_sw, .menu_sw{
    min-width: 40px !important;
}
.account_sw, .menu_sw {
    height: 40px;
    /*margin-left: 16px;*/
}
.account_sw a , .menu_sw a{
    height: 40px;
    width: 40px;
    background: black;
    border-radius: 20px;
}
.account_sw svg, .menu_sw svg {
    width: 18px!important;
    height: 18px !important;
    margin: 11px;
}

div#header_center .top_menu a {
    border: 1px solid #d1d1d1;
    border-radius: 25px;
}

div.header_center .top_menu.catalog_box a {
    color: black !important;
    background: white;
    overflow: visible !important;
}

li.top_menu.catalog_box a:before {
    content: url(/wp-content/uploads/2025/10/catalog_sq.svg);
    position: absolute;
    display: inline-block;
    opacity: 1 !important;
    background: unset !important;
    line-height: 45px;
    left: 24px;
    transform: scale(1.25);
    z-index: auto;
}
.mob_menu li.top_menu.catalog_box a:before{
    content: "";
    display: none;
}
div.header_center .top_menu a:hover {
    border-color: #d34e70 !important;
}
li.top_menu.catalog_box a, li.top_menu.catalog_box a:hover {
    padding: 0 18px 0 36px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a span{
    color: #d34e70;
}
.search_sw path {
    fill: #9b9b9b;
}
.search_sw a:hover > svg path {
    fill: #d34e70;
}
.account_sw a:hover > svg path ,.menu_sw a:hover > svg path {
    fill: #d34e70;
    stroke-width: 0px;
}
.account_sw a svg path , .menu_sw a svh path{
    stroke-width: 0.4px;
}
.cart_sw {
    background: #D34E70;
    border-radius: 50px;
    height: 42px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    flex-shrink: 0;
    min-width: 128px !important;
    max-width: 140px !important;
    position: relative;
}

.cart_sw:before {
    content: "";
    background: url(/wp-content/uploads/2025/10/cart-ico.svg) no-repeat center center/100% 100%;
    width: 38px;
    height: 38px;
    position: absolute;
    border-radius: 25px;
    right: 2px;
    top: 50%;
    margin-top: -19px;
    line-height: 38px;
    z-index: 1;
    pointer-events: none;
}

.cart_sw a.cart-contents {
    display: block;
}

.cart_sw a.cart-contents span.amount {
    font-weight: 400;
    color: #fff !important;
    font-size: 12px;
    line-height: 42px;
    padding-left: 4px;
    white-space: nowrap;
}

.cart_sw .shoptimizer-cart a.cart-contents .count {
    border: unset !important;
    position: absolute;
    top: -6px;
    right: -4px;
    left: auto;
    font-size: 10px !important;
    background: #D34E70;
    height: 18px;
    min-width: 18px;
    border-radius: 15px;
    color: #fff;
    line-height: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.cart_sw .shoptimizer-cart a.cart-contents .count::after {
    display: none;
}
/* Header */
/* Button **/
div.header_center .top_menu a{
    border-radius: 32px;
}
div.header_center .top_menu a:hover{

}
div.header_center .top_menu a:hover{
    background: linear-gradient(90deg, #E44775, #FF728C);
    color: #fff;
    border: 1px solid transperent;
    border-radius: 32px; /* pill/oval shape */
    /*padding: 16px 48px;*/
    /*font-size: 1.2rem;*/
    /*font-weight: bold;*/
    color: white;
    outline: none;
}

/* Blog */

h1.entry-title {
    text-align: center;
}

/* ARCHIVE PAGE*/
.archive li.product {
    width: calc(25% - 30px) !important;
}
.container-reg, .product-container, #main.site-main {
    max-width: 1390px;
    margin: auto;
}
 li.product {
    border: 1px solid #E0E0E0;
    border-radius: 38px;
    overflow: hidden;
    margin: 15px;
    padding: 0px !important;
    transition: 100ms all;
}
li.product .woocommerce-card__header {
    padding: 10px 20px !important;
}
li.wc-subcategory {
    list-style: none;
    font-family: Onest;
    font-weight: 200;
    font-size: 30px;
    line-height: 31px;
    text-align: center;
    /*max-width: 200px;*/
    margin: 20px auto;
    position: relative;
}
wc-subcat-info{
    position: relative;
}
ul.wc-subcategories-list {
    display: flex;
    flex-direction: row;
    position: relative;
}
li.wc-subcategory a {
    color: #c4c4c4;
}
li.wc-subcategory a:hover {
    color: #d34e70;
}
span.wc-subcat-name {
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
}
 li.product:hover {
    padding-bottom: 80px !important;
}
 li.product .woocommerce-image__wrapper {
    padding-top: 20px;
}
 ul.products li.product .added_to_cart, ul.products li.product .button {
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    bottom: 15px;
}

 ul.products li.product .price {
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: uppercase;
}
 .main_news{
     overflow-y: visible;
 }
 ul.products li.product .button {
    background-color: #F47394 !important; /* your main pink color */
    color: #fff;
    border: 1px solid transperent;
    border-radius: 32px; /* pill/oval shape */
    text-transform: uppercase;
    box-shadow: inset 0 0px 24px 16px #D34E70, /* soft white inner glow */
    inset 0 -3px 8px 0 #D34E70;   /* soft pink shade at bottom */
    outline: none;
}
 li.product:hover {
    margin-bottom: -60px !important;
    /*border-color: #da5678;*/
    box-shadow: 0px 0px 25px 15px rgba(254, 131, 165,0.2)
}
 ul.products li.product .woocommerce-LoopProduct-link {
    font-weight: 400;
    font-size: 20px;
}
 ul.products li.product .added_to_cart,  ul.products li.product .button{
    width: calc(100% - 40px);
}
 .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
    background: black;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    color: white;
}

 .page-numbers .next:after,  .woocommerce-pagination .next:after, .page-numbers .prev:after, .woocommerce-pagination .prev:after {
    background-color: white;
}
 .page-numbers .next:hover:after, .woocommerce-pagination .next:hover:after, .page-numbers .prev:hover:after, .woocommerce-pagination .prev:hover:after {
    background-color: #F47394;
}
ul.products li.product:focus-within::before, ul.products li.product:hover::before{
    box-shadow:unset;
}
li.product:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 38px; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(45deg,#ff000000,#D34E70) border-box;
    mask: /*4*/
            linear-gradient(#000 0 0) padding-box,
            linear-gradient(#000 0 0);
    mask-composite: exclude; /*5*/
    pointer-events: none;
}
/* Quantity button*/
ul.products li.product form.cart.arch_single_prod .added_to_cart, ul.products li.product form.cart.arch_single_prod .button{
    width: 100%;
    bottom: unset;

    text-align: center;
    padding-right: 3rem;
}
form.cart.arch_single_prod {
    display: flex;
    flex-direction: row;
    align-content: center;
    bottom: -15px;
    opacity: 0;
    position: absolute;
}
.archive-qty-wrap {
    z-index: 2;
    position: absolute;
    right: 4px;
    height: 56px;
    top: 4px;
    border-radius: 28px !important;
    overflow: hidden;
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    left: 0% !important;
    margin-left: 0;
}

.quantity.buttons_added {
    z-index: 2;
    position: absolute;
    right: 54px;
    height: 47px;
    top: 4px;
    width: 50px;
}
button.single_add_to_cart_button.button.alt {
    padding-right: 80px;
}
div#judgeme_product_reviews .jdgm-histogram__frequency {
    position: absolute;
}
button.single_add_to_cart_button.button.alt,
.button.add_to_cart_button.ajax_add_to_cart {
    height: 60px;
    background: linear-gradient(90deg, #E44775, #FF728C);
    color: #fff;
    border: 1px solid transperent;
    border-radius: 32px; /* pill/oval shape */
    text-transform: uppercase;
    box-shadow: 0px 4px 7px 0px #D34E7059;
    outline: none;
    padding-left: 0px;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: inline;
    position: relative;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .quantity.buttons_added {
    opacity: 0.25;
}

form.cart {
    position: relative;
}

.product .cart .quantity .input-text {
    border-radius: 28px 0 0 28px !important;
}

.quantity-nav {
    /* position: relative; */
    height: 52px;
    width: 50px;
    right: -50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.quantity .minus, .quantity .plus {
    height: 26px;
}
.quantity .plus {
    border-bottom: 1px solid #d0d0d0;
}
.quantity .minus {
    border-top: 1px solid #d0d0d0;
}
.product .images, .product .woocommerce-product-gallery {
    width: 50%;
}
.product .summary {
    width: 46%;
}
.cg-layout-vertical-left .cg-main-swiper {
    border: 1px solid #D0D0D0;
    border-radius: 50px;
    margin: 0;
}
/* Table Quantity*/

.prod_wrap_wrapp_summ {
    padding: 1rem;
}
.prod_wrap_wrapp_summ  p.price {
    color: black !important;
}
.ywdpd-discount-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    color: black;
}

.ywdpd-discount-item .qty {
    font-weight: 500;
    min-width: 60px;
}

.ywdpd-discount-item .price {
    font-weight: 700;
    min-width: 70px;
}

.ywdpd-discount-badge {
    background-color: #D34E70;
    color: #fff;
    font-size: 0.8em;
    padding: 8px 14px;
    border-radius: 20px;
    min-width: 40px;
    text-align: center;
}

.button.add_to_cart_button.ajax_add_to_cart {
    background-color: #D34E70;
    border: none;
    color: white;
    border-radius: 30px;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 600;
    min-width: 100px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.button.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #a5305a;
}
.discount_table_wrapper {
    position: relative;
    display: flex;
    width: 50%;
    flex-direction: row;
    justify-content: space-around;
}

a.button.add_to_cart_button.ajax_add_to_cart {
    float: right;
    width: 30%;
    margin-left: 20%;
}
.discount_table_wrapper .price del {
    display: none;
}
.ywdpd-discount-item a.added_to_cart.wc-forward {
    display: none;
    position: absolute;
    right: 30px;
    bottom: -20px;
    font-size: 12px;
}
.prod_wrap_wrapp_summ form.cart {
    width: 100% !important;
    position: relative;
    display: inline-block;
}
div#before_single_price_wrapper {
    position: relative;
    width: 50%;
    float: right;
    margin: 1rem 0 1rem;
}
.prod_wrap_wrapp_summ .cgkit-as-variation-price {
    width: 40% !important;
    float: left;
    display: inline-block;
}
.prod_wrap_wrapp_summ span.pre_price {
    font-size: 12px;
    float: left;
}
.prod_wrap_wrapp_summ .custom_price  span.woocommerce-Price-amount.amount {
    font-size: 36px;
    font-weight: 600;
    float: left;
}
div.product .summary form.cart {
    margin: 0.75rem 0 0;
}

.prod_wrap_wrapp_summ .custom_price {
    display: flex;
    flex-flow: column;
    margin: 0.75rem 0 1rem;
    width: 50%;
    float: left;
}
.product table.variations tr {
    display: flex;
    flex-direction: column;
}
.product table.variations td.value {
    width: 100% !important;
}
.prod_wrap_wrapp_summ .custom_price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-size: 20px;
    font-weight: 300;
    white-space: nowrap;
}
.discount_table_wrapper div {
    line-height: 22px;
}
td.plugify_typ_btn .custom_price {
    display: none !important;
}
td.plugify_typ_btn div#before_single_price_wrapper{
    margin: 0 !important;
}
.prod_wrap_wrapp_summ .custom_price span {
    color: black;
}
.woocommerce-message {
    border-radius: 50px;
    padding: 25px 1.618em;
}
#commercegurus-pdp-gallery .swiper-button-next, #commercegurus-pdp-gallery .swiper-button-prev, tr.reset-tr a.reset_variations.thwvs-variation-link {
    border-radius: 25px !important;
}
table.variations select {
    border-radius: 40px;
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 30px;
    border: none !important;
    box-shadow: none !important;
    background-image: url(/wp-content/uploads/2025/10/arrow-down.svg) !important;
    background: #D34E70;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}
.discount_table_wrapper div {
    line-height: 30px;
}
.discount_table_wrapper span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 600;
}
.discount_table_wrapper span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}
.summary details summary {
    font-family: Onest;
    font-weight: 200;
    font-size: 26px;
    text-transform: unset;
    line-height: 22px;
    border-top: unset;
}
.summary.entry-summary details {
    border: 1px solid #d0D0D0;
    margin-bottom: 15px;
    padding: 5px 25px;
    border-radius: 40px;
    height: unset !important;
}
li.swiper-slide,li.swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #d0d0d0;
    border-radius: 15px;
}
li.swiper-slide.swiper-slide-thumb-active{
    border-color: #d34e70;
    border-radius: 15px;
}
.cg-thumb-swiper.swiper-container{
    height: 100%;
}
/*form.cart.arch_single_prod .quantity {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    height: 64px;*/
/*    line-height: 64px;*/
/*    right: 5px;*/
/*    border-radius: 25px;*/
/*}*/

/*form.cart.arch_single_prod .input-text {*/
/*    height: 54px !important;*/
/*    width: 54px !important;*/
/*    border-radius: 27px !important;*/
/*}*/

ul.products li.product:hover form.cart.arch_single_prod {
    opacity: 1;
    bottom: 15px;
    width: calc(100% - 40px);
    height: 64px;
}
.quant_wrap {
    display: flex;
    flex-direction: column;
    height: 56px;
}
.archive-qty-wrap{ display:inline-flex; align-items:center; gap:0px; }
.archive-qty-wrap .qty-button{display:inline-flex;align-items:center;justify-content:center;
    width: 50px;height: 28px;padding-left: 0;border:1px solid #ddd;background:#fff;
    cursor:pointer;font-size:18px;line-height:1;}
.archive-qty-wrap input.qty{
    font-size: 14px !important;
    width: 50px !important;
    height: 56px !important;
    text-align:center;
    height:34px;
    padding:0 6px;
    border:1px solid #ddd;
}
.term-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding-top: 5rem;
}
.shoptimizer-sorting.sorting-end form.woocommerce-ordering {
    display: none;
}
.shoptimizer-sorting.sorting-end nav.woocommerce-pagination {
    width: 100%;
    text-align: center;
}
.ckit-badge_wrapper {
    font-size: 14px;
}
.ckit-badge {
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 200;
}
/*MAIN PAGE*/


.slider_roundBox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 38px; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(45deg, #E3E3E3, #D34E70) border-box; /*3*/
    mask: /*4*/ linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
    mask-composite: exclude; /*5*/
    pointer-events: none;
}
.slider_roundBox{
    padding: 25px;
}
.maskM_01 {
    -webkit-mask-image: url('/wp-content/uploads/2025/10/hero2.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: cover;
    mask-image: url('/wp-content/uploads/2025/10/hero2.svg');
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: cover;
    background: #fff; /* The visible background of the section */
}
#main_hero{

}
.card_block{
    background: linear-gradient(92.69deg, #F6F6F6 67.48%, #E7E7E7 100%);
    border-radius: 58px !important;
}
.soc_im:hover a.elementor-icon path{
    fill: #D34E70 !important;
}
.soc_im:hover {
    border-color: #D34E70 !important;
}
/* Single Product Page*/
.prod_wrapp_summ {
    padding: 2rem;
    background: linear-gradient(92.69deg, #F6F6F6 67.48%, #E7E7E7 100%);
    border-radius: 50px;
    margin-bottom: 2rem;
}
h1.product_title.entry-title {
    text-align: left;
    font-size: 2.25rem;
}
.shoptimizer-product-prevnext {
    display: none;
}
.cross-sells .columns-4 li.product, .related .columns-4 li.product, .upsells .columns-4 li.product {
    float: left;
    width: 23%;
}
.full_prod-descr {
    margin-bottom: 2rem;
}
.full_prod-descr.three-lines-only {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.summary details[open] summary:after{
    background: black;
}
.summary details summary:after{
    -webkit-mask-image: url("/wp-content/uploads/2025/10/arrow-down.svg");
    mask-image: url("/wp-content/uploads/2025/10/arrow-down.svg");
    background: #D34E70;
}
td.plugify_qty_col, td.plugify_pip_col, td.plugify_typ_col {
    width: 20%;
    color: black;
}
td.plugify_typ_btn{

}
button.quantity_btn.single_add_to_cart_button.button.alt.wc-variation-selection-needed {
    padding-right: 0;
}
form.cart.quantity {
    width: 100% !important;
    margin: 0 !important;
}

.prod_wrap_wrapp_summ td.plugify_qty_col {
    font-size: 16px;
    font-weight: 600;
}

.prod_wrap_wrapp_summ td.plugify_pip_col {}

.prod_wrap_wrapp_summ td.plugify_pip_col span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 600;
}

.prod_wrap_wrapp_summ td.plugify_pip_col span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-weight: lighter;
    font-size: 20px;
}
td.plugify_typ_btn button.single_add_to_cart_button.button.alt.quantity {
    height: 40px;
    line-height: 25px;
}
.prod_wrap_wrapp_summ {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.prod_wrap_wrapp_summ td.plugify_typ_btn {
    text-align: right;
    padding: 1px 0;
}
.prod_wrap_wrapp_summ td.plugify_typ_col span.disq_perc {
    background: #EA4778;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 12px;
    border-radius: 70px;
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt, .product .cart .single_add_to_cart_button, .shoptimizer-sticky-add-to-cart__content-button a.button, #cgkit-tab-commercekit-sticky-atc-title button, #cgkit-mobile-commercekit-sticky-atc button, .widget_shopping_cart a.button.checkout {
    font-family: "Inter", sans-serif !important;
}

.wc-subcat-count-chip {
    background: linear-gradient(90deg, #E44775, #FF728C);
    opacity: 0.65;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    margin-bottom: 6px;
    height: 18px;
    line-height: 14px;
    right: unset;
    top: -8px;
    transform: translate(-40px, -15px);
}
span.wc-subcat-info {

}
.prod_wrap_wrapp_summ .cgkit-as-variation-price .price span.woocommerce-Price-amount.amount {
    display: none;
}
.hidden{
    display: none!important;
}
button.single_add_to_cart_button.button.alt.quantity {
    padding-right: 0 !important;
}
button.single_add_to_cart_button.button.alt.quantity.variation{
    left: unset !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-noreviews, p.no-comments{
    border-radius: 2rem;
    background: linear-gradient(90deg, #E44775, #FF728C);
}

.product-top-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.product-top-navigation a {
    color: #5D5D5D;
    background: #DADADA;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.single-product .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    width: 50%;
    float: left;
}
.single-product p.stock_new {
    position: relative;
    width: auto;
    float: right;
    text-align: end;
    line-height: 24px;
    font-size: 14px;
    color: black;
}
.single-product p.stock_new:before {
    content: url('/wp-content/uploads/2025/10/avail.svg');
    position: absolute;
    top: 3px;
    left: -24px;
}
.single-product p.stock_new.out-of-stock:before {
    content: url('/wp-content/uploads/2025/10/notavail.svg');
}
.single-product .product.outofstock .prod_wrap_wrapp_summ {
    display: none;
}
.term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description ul, .term-description li, .term-description p, .term-description span {
    width: 100%;
    text-align: left;
}
div#faq_wrapper details {
    background: linear-gradient(92.69deg, #F6F6F6 67.48%, #E7E7E7 100%);
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 54px;
}
div.elementor:has(section#faq_wrap) {
    width: 100%;
}
table.cart td.actions button{
    color: white !important;
}
.cgkit-fsn-amount{
    background: linear-gradient(90deg, #E44775, #FF728C) !important;
}
.woocommerce-cart .quantity.buttons_added{
    right: 0;
}
.mob_menu a.wcml-cs-item-toggle {
    padding-left: 15px !important;
}
@media (min-width: 993px) {
    .woocommerce-breadcrumb {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
/*REVIEWS*/

div#reviews{

}
div#reviews a.jdgm-write-rev-link {
    border-radius: 28px;
    text-decoration: none !important;
}

div#reviews .jdgm-all-reviews__body {
    /* width: 49%; */
    float: left;
    /* display: flex; */
    /* flex-direction: column; */
}

div#reviews .jdgm-rev {
    width: 46%;
    float: right;
    margin-right: 4%;
    background: #F9F9F9;
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 30px;
}

div#reviews .jdgm-subtab span {
    color: black!important;
    text-decoration: none;
    border-radius: 25px;
}

div#reviews .jdgm-row-actions * {
    color: black !important;
}

div#reviews .jdgm-row-product a,div#reviews .jdgm-row-profile a {
    color: black !important;
    text-decoration: none !important;
}

div#reviews .jdgm-row-profile span {
    color: black !important;
    font-weight: 600 !important;
}

div#reviews .jdgm-rev__icon {
    display: none !important;
}
ul.products.columns-4 {
    display: flex;
    flex-direction: row;
}

li.product {
    width: 22.5%;
}

.woocommerce.yith-similar-products.cols-4 {
    padding-right: 2.617924em;
    padding-left: 2.617924em;
}
section.related.products h2, .woocommerce.yith-similar-products.cols-4 h2 {
    margin-top: 2rem;
    font-size: 60px !important;
    text-transform: uppercase;
    text-align: center;
    font-family: 'ONEST' !important;
}
.woocommerce.yith-similar-products.cols-4{
    max-width: calc(2000px + 5.2325em);
    margin: auto;
    margin-bottom: 3rem;
    overflow: visible;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    gap: 10px;
    padding-bottom: 3rem;
}
p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward{
    background: transparent;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    width: 50%;
    border-radius: 25px;
    box-shadow: 0px 4px 7px #b5b5b5;
    font-size: 12px;
}
.widget_shopping_cart .buttons .checkout:before{
    display: none;
}
.widget_shopping_cart .buttons .checkout:after{
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
    background-color: #fff;
    -webkit-mask-image: url(/wp-content/uploads/2025/11/arrow-right.svg);
    mask-image: url(/wp-content/uploads/2025/11/arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
a.button.checkout.wc-forward {
    position: relative;
    padding-left: 0;
}
p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    background: linear-gradient(90deg, #E44775, #FF728C) !important;
    box-shadow: 0px 4.4px 6.28px 0px #D34E7059;
    border: unset;
    color: white;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item a {
    font-family: 'Onest';
}

.shoptimizer-mini-cart-wrap .product_list_widget li .quantity {
    font-size: 16px;
    color: black;
}

.widget_shopping_cart .woocommerce-mini-cart-item .amount span.woocommerce-Price-currencySymbol {
    font-weight: 300;
    font-size: 14px;
}

.widget_shopping_cart .woocommerce-mini-cart-item .amount {
    font-size: 24px;
}
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 24px;
}

.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 300;
}

.widget_shopping_cart p.total {
    line-height: 26px;
}
.product-type-simple div.my-plugify-card {
    padding: 0px;
}
.product-top-navigation.mob {
    display: none;
}
tr.plugify_tbl_row:first-child {
    display: none;
}
p.form-row.terms.wc-terms-and-conditions-toggle {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"] {
    border-radius: 2rem;
    padding: 1.5em 1em !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 2rem!important;
    padding: 1.5em 1em !important;
    border: 1px solid #d2d6dc!important;
}
.zen-ui-select__value {
    border-radius: 2rem !important;
    padding: 0.75em 1em !important;
    border: 1px solid #d2d6dc !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: .25rem!important;
    overflow: visible!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem!important;
    right: 0.5rem!important;
}
textarea {
    border-radius: 1.5rem!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0em !important;
    border-color: #d2d6dc !important;
}
.checkout-wrap {
    display: none;
}
tr.cart-subtotal {
    display: none;
}
#order_review .shop_table tr.shipping th {
    border-top: 1px solid #e2e2e2;
    border-radius: 1rem 1rem 0px 0px;
}
.checkout-wrap {
    display: none;
}
tr.cart-subtotal {
    display: none;
}
#order_review .shop_table tr.shipping th {
    border-top: 1px solid #e2e2e2;
    border-radius: 1rem 1rem 0px 0px;
}
tr.order-total {
    border-radius: 0px 1rem 1rem 0px;
}
.woocommerce-checkout-review-order-table tr.order-total td {
    border-bottom-right-radius: 1rem;
}
.woocommerce-checkout-review-order-table tr.order-total th {
    border-bottom-left-radius: 1rem;
}
#payment .payment_methods {
    border-radius: 1rem;
}
.select2-dropdown {
    border: 1px solid #ffffff;
    box-shadow: 1rem 2rem 2rem #f7f7f7;
}
.woocommerce-cart .quantity.buttons_added {
    position: relative;
}
table.cart td.product-quantity .quantity .qty {
    z-index: 1000 !important;
    padding: 0 !important;
    font-size: 16px;
}
body .woocommerce a.button.alt {
    border-radius: 2rem;
}
.cart_totals .shop_table {
    border-radius: 2rem;
}
tr.order-total {
    border-bottom: none !important;
}
.cart_totals .shop_table tr.order-total td, .cart_totals .shop_table tr.order-total th {
    border-bottom: none;
}
.cart_totals .shop_table {
    border: 1px solid #e2e2e2;
}
table.cart td.actions button {
    border-radius: 2rem;
}
span.unit-price-display {
    width: 100%;
}
@media (max-width: 1920px) {
    div.header_center li.top_menu.catalog_box a {
        padding-left: 25px !important;
    }
    li.top_menu.catalog_box a:before{
        line-height: 32px!important;
        left: 16px!important;
    }
}
.select2-dropdown {
    border: 1px solid #ffffff;
    box-shadow: 1rem 2rem 2rem #f7f7f7;
}
#payment .place-order .button {
    border-radius: 2rem;
    background: linear-gradient(90deg, #E44775, #FF728C)
    box-shadow: 0px 4.4px 6.28px 0px #D34E7059;
}
.custom_price del bdi {text-decoration: line-through;font-size: 1rem;}

.custom_price del span.woocommerce-Price-amount.amount {
    line-height: .8rem;
}
/* 1. Hide the entire price container text (including the dash) */
.price {
    visibility: hidden;
    font-size: 0 !important;
}

/* 2. Bring back only the first price amount */
.price .woocommerce-Price-amount:first-child,
.price .woocommerce-Price-amount:first-child bdi {
    visibility: visible;
    font-size: 18px !important; /* Adjust size to match your design */
    display: inline-block;
}
.product .cart .quantity .input-text {
    width: 60px;
}
table.cart td.product-quantity .qty{
    width: 50px;
}
.ckit-badge_wrapper {
    font-size: 1rem !important;
    left: 1.5rem;
    top: 1.5rem;
    border-radius: 2rem !important;
}

.ckit-badge {
    border-radius: 1rem!important;
    opacity: 1 !important;
    padding: .5rem 1rem!important;
}
.single-product .site-content .col-full{
    background-color: transparent !important;
    position: relative;
    z-index: 1;
}
.woocommerce-message {
    background: linear-gradient(90deg, #E44775, #FF728C) !important;
    box-shadow: 0px 4px 7px 0px #D34E7059;
    overflow: visible !important;
}
.woocommerce-variation.single_variation {
    display: inline-block;
    width: 50%;
}

.woocommerce-variation-add-to-cart.variations_button {
    width: 80%;
    display: inline-block;
}
.single_variation_wrap {
    display: flex;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled div#before_single_price_wrapper {
    width: 100%;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    width: 100%;
}
.single_variation_wrap.hide_var_wrap .woocommerce-variation.single_variation {
    display: none !important;
}
.single_variation_wrap.hide_var_wrap div#before_single_price_wrapper {
    width: 50% !important;
}
.elementor-popup-modal .elementor-nav-menu li {
    border-bottom: 1px solid #e4e4e4;
    margin-right: 1.5rem;
}
.woocommerce-shipping-fields, ul#shipping_method input#shipping_method_0_free_shipping6, ul#shipping_method label[for="shipping_method_0_free_shipping6"]{
    display: none !important;
}
/*ul.products li.product .price span {display: none;}*/
ul.products li.product .price span:first-child {display: inline;}
.button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 2rem;
    background: linear-gradient(90deg, #E44775, #FF728C);
    box-shadow: 0px 4px 7px 0px #D34E7059 !important;
}
a.button.wc-forward{
    box-shadow: unset;
}
.woocommerce-cart .cart-empty:before,.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message:before{
    background: linear-gradient(#ffa7be, #d35172);
}
.cart_sw{
    background: linear-gradient(90deg, #E44775, #FF728C);
    box-shadow: 0px 4px 7px 0px #D34E7059 !important;
}
span.wc-subcat-info {
    position: relative;
    display: flex;
}
td.product-quantity {
    display: flex;
    justify-content: center;
}

table.cart td {
    border-bottom: unset;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    border-radius: 2.5rem;
    background: linear-gradient(90deg, #E44775, #FF728C);
}
.shoptimizer-sorting .woocommerce-ordering {
    margin-bottom: 0;
    display: inline-flex;
    order: 2;
    width: 40%;
}
.custom-products-count {
    order: 3;
    width: 20%;
    margin: auto;
    text-align: center;
    font-size: 12px;
    font-family: Inter;
}
.shoptimizer-sorting .woocommerce-pagination {
    order: 4;
    width: 40%;
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev{
    color: #00000000;
}
.shoptimizer-mini-cart-wrap .product_list_widget img {
    max-width: 75px;
    width: 75px;
}
form.checkout h3 {
    display: block;
    margin-bottom: 5px;
    color: #111;
    font-size: 14px;
    font-weight: 600 !important;
}
.wc-urk-shipping-form-group {
    padding: 10px 0 !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-weight: 400;
}
label.wc-ukr-shipping-checkbox {
    font-size: 14px;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
     margin-right: 0.25rem;
}
h1.woocommerce-products-header__title.page-title {
    margin: 0 0 0.25rem !important;
}
.select2-container {
    z-index: 1 !important;
}
table.cart .product-price {
    display: none !important;
}
.non_inter {
    pointer-events: none;
}
/* --- 1. Filter Button Style --- */
.custom-filter-trigger {
    background: #e8e8e8;
    color: #000000;
    border: none;
    padding: 8px 15px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    border-radius: 25px;
    float: left;
}

/* Ensure sorting container clears floats or uses flex */
.shoptimizer-sorting::after {
    content: "";
    display: table;
    clear: both;
}

/* --- 2. Sidebar (Hidden on Left) --- */
.archive.woocommerce #secondary,
.search.woocommerce #secondary {
    position: fixed;
    top: 0;
    left: -30%;          /* Hide off-screen */
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 40px 20px;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    transition: left 0.3s ease-in-out;
    display: block !important; /* Override theme's display:none logic if any */
}
.archive.woocommerce #primary ,
.search.woocommerce #primary {
    width: 100% !important;
    float: none !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
/* Class added by JS to show sidebar */
.archive.woocommerce #secondary.active-sidebar,
.search.woocommerce #secondary.active-sidebar {
    left: 0;
}

/* --- 3. Close Button & Overlay --- */
.custom-filter-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0 10px;
}
.filter-open .filters.close-drawer{
    display: none !important;
}
/* Dark Overlay when sidebar is open */
/*body.sidebar-open::after {*/
/*    content: '';*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.5);*/
/*    z-index: 9999;*/
/*}*/
.bapf_sfilter.divi_checkbox_class .bapf_colaps_smb, .bapf_sfilter.divi_checkbox_class .bapf_desci, .bapf_sfilter.divi_color_class .bapf_colaps_smb, .bapf_sfilter.divi_color_class .bapf_desci, .bapf_sfilter.divi_image_class .bapf_colaps_smb, .bapf_sfilter.divi_image_class .bapf_desci{
    background: unset;
    width: unset;
}
.hide{
    display: none !important;
}
@media (max-width: 1920px) {
    li.menu-item a {
        font-size: 14px !important;
    }
}
@media (max-width: 1600px) {
    li.menu-item a {
        font-size: 12px !important;
    }
    div.header_center li.top_menu.catalog_box a {
        padding-left: 25px;
    }
    li.top_menu.catalog_box a:before {
        top: 0px !important;
        left: 16px !important;
    }
    .cart_sw a.cart-contents span.amount{
        padding-left: 4px;
        padding-right: 22px;
    }
    .cur_sw .wcml-dropdown li a.wcml-cs-item-toggle{
        padding-left: 8px;
    }
    .wcml-dropdown a.wcml-cs-item-toggle:after{
        right: 4px;
    }
    .cur_sw .wcml-dropdown .wcml-cs-submenu a {
        padding-left: 3px;
        font-size: .75rem;
        white-space: nowrap;
    }
    a.product-detail-trigger {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    .product-top-navigation {
        flex-flow: wrap;
        justify-content: flex-start;
        gap: 10px 10px;
    }

    .product-top-navigation a {
        padding: 2px 12px;
        font-size: 12px;
    }
    h1.product_title.entry-title{
        font-size: 32px;
    }
    li.product{
        margin: 5px;
    }
    .cur_sw .wcml-dropdown li a.wcml-cs-item-toggle{
        font-size: 12px;
    }
    .cur_sw .wcml-dropdown a.wcml-cs-item-toggle:after{
        transform: scale(1.2);
    }
}
@media (max-width: 1450px) {
    .head_left_menu ul li a,.head_right_menu ul li a {
        padding: 0px 2px 14px !important;
    }
    .head_right_menu {
        left: -5%;
        width: 30% !important;
    }
    .head_right_icons {
        width: 90% !important;
    }
    .head_right_icons .cur_sw {
        left: -10px;
    }
    .head_right_menu nav {
        position: absolute;
        width: max-content;
        display: inline-block;
        top: -10px;
    }
    .head_left_menu{
    }

    li.menu-item a {
        font-size: 12px !important;
    }
    .cur_sw .wcml-dropdown li a.wcml-cs-item-toggle{
        padding: 14px 2px;
        text-align: center;
    }
    .cur_sw .wcml-dropdown .wcml-cs-submenu a{

    }
    .prod_wrap_wrapp_summ .custom_price{
        width: 33%;
    }
    div#before_single_price_wrapper{
        width: 67%;
    }
    .prod_wrap_wrapp_summ .custom_price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
        font-size: 18px;
    }
    .prod_wrap_wrapp_summ .custom_price span.woocommerce-Price-amount.amount {
        font-size: 32px;
    }
}
@media (max-width: 1350px) {
    header .cur_sw .wcml-dropdown a.wcml-cs-item-toggle:after{
        display: none;
    }
}
@media (max-width: 1300px) {
    .prod_wrapp_summ,.prod_wrap_wrapp_summ{
        padding: 1.5rem !important;
    }
    td.plugify_typ_btn button.single_add_to_cart_button.button.alt{
        width: 100%;
        left: unset !important;
    }
}
@media (max-width: 1260px) {
    .head_right_icons {
        width: 100% !important;
    }
    .head_right_icons .cur_sw {
        left: -5px;
    }
    .head_right_menu {
        left: -10%;
        width: 25% !important;
    }
}

@media (max-width: 1024px) {

    ul.products li.product .price {
        font-size: 18px !important;
    }
    .woocommerce-checkout:not(.woocommerce-order-received) .site-main{
        padding-top: 0rem;
    }
    .woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info,
    .woocommerce-checkout .woocommerce-message, .woocommerce-checkout.woocommerce-noreviews,
    .woocommerce-checkout p.no-comments {
        margin-bottom: 0rem;
    }
    input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"],.select2-container--default .select2-selection--single{
        padding: 0.5em .25em !important;
    }
    .woocommerce-checkout .content-area {
        z-index: 1;
        position: relative;
    }
    .shoptimizer-sorting {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }
    ul.wc-subcategories-list{

    }
    .shoptimizer-sorting .woocommerce-ordering{
        width: 100%;
    }
    .custom-products-count {
        width: 100%;
        margin: 10px auto;
        opacity: .5;
    }
    wc-subcat-info{
        position: unset;
    }
    .wc-subcat-count-chip{
        right: unset;
        top: 0px;
        height: 15px;
        line-height: 12px;
        transform: translate(-25px, -10px);
    }
    .woocommerce-message {
        border-radius: 25px;
        padding: 0.618em;
    }
    .single-product .woocommerce-message .message-inner .buttons-wrapper {
        display: flex;
        justify-content: center;
    }
    .single-product .woocommerce-message .message-inner .buttons-wrapper a.button {
        font-size: 12px;
    }
    .message-content {
        text-align: left !important;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
        width: 30px;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
        margin: 3px 0px;
    }
    .summary details summary {
        font-size: 1rem;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 0.5rem;
    }
    .cross-sells ul.products li.product, .mobile-scroll ul.products li.product, .related.products ul.products li.product, .upsells.products ul.products li.product,.woocommerce.yith-similar-products ul.products li.product{
        max-width: 190px;
        min-width: 190px;
    }
    .cross-sells ul.products, .m-grid-2 .cross-sells ul.products, .mobile-scroll ul.products, .related.products ul.products, .upsells.products ul.products{
        padding-left: 0.25em ;
    }

    .elementor-wc-products ul.products{
        grid-column-gap: 5px !important;
        grid-row-gap: 5px !important;
    }
    li.product .woocommerce-card__header {
        padding: 5px 5px 5px !important;
    }
    .single-product .content-area {
        width: 100% !important;
        margin-left: 0;
    }

    .product-details-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .ckit-badge_wrapper{
        font-size: .7rem !important;
        left: 0px;
        top: 0px;
    }
    .ckit-badge{
        padding: .2rem .5rem !important;
    }
    select.orderby{min-width: 94vw !important;}
    .product .images, .product .woocommerce-product-gallery {
        width: 100%;
    }

    .product .summary {
        width: 100%;
    }
    .col-full{

    }
    .prod_wrapp_summ {
        padding: 0.75rem !important;
        border-radius: 2rem;
        margin-bottom: 25px;
    }
    .prod_wrap_wrapp_summ td.plugify_typ_col span.disq_perc{
        padding: 8px 12px;
        width: unset !important;
    }
    td.plugify_qty_col, td.plugify_pip_col, td.plugify_typ_col {
        width: unset;
        padding:6px 0px !important;
    }
    .prod_wrap_wrapp_summ td.plugify_pip_col span.woocommerce-Price-amount.amount {
        font-size: 18px;
    }
    .prod_wrap_wrapp_summ td.plugify_pip_col span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
        font-size: 12px;
    }
    td.plugify_qty_col, td.plugify_pip_col, td.plugify_typ_col{

    }
    td.plugify_typ_btn div#before_single_price_wrapper{
        margin: 0 !important;
    }
    .prod_wrap_wrapp_summ td.plugify_qty_col{
        font-size: 14px;
        white-space: nowrap;
    }
    td.plugify_typ_btn,td.plugify_typ_col {
        padding: 0 !important;
    }
    div.product.product-type-simple .summary form.cart{
        margin: 0;
        padding: 0.75rem;
    }
    div.product .summary td.plugify_typ_btn form.cart{
        padding: 0;
    }
    td.plugify_typ_btn button,td.plugify_typ_btn button.disabled:not(.temporary) {
        color: transparent !important;
        background-color: #d5d5d5 !important;
        width: 41px!important;
        height: 41px!important;
    }
    td.plugify_typ_btn div#before_single_price_wrapper{
        bottom: -3px !important;
    }

    td.plugify_typ_btn button:before {
        content: "";
        background: url(/wp-content/uploads/2025/11/cart_add_to_cart.svg) no-repeat center center / 100% 100%;
        width: 20px;
        height: 15px;
        position: absolute;
        border-radius: 25px;
        right: 25%;
        top: 50%;
        margin-top: -7px;
        line-height: 20px;
        z-index: 1;
        pointer-events: none;
    }
    .single_variation_wrap,div.my-plugify-card {
        padding: 0.75rem !important;
        overflow: hidden !important;
    }

    button.single_add_to_cart_button.button.alt, .button.add_to_cart_button.ajax_add_to_cart {
        font-size: 14px;
    }

    div#before_single_price_wrapper {
        width: 55%;
    }

    .prod_wrap_wrapp_summ .custom_price {
        width: 45%;
    }
    .prod_wrap_wrapp_summ{
        padding: unset !important;
        border-radius: 2rem !important;
    }

    button.single_add_to_cart_button.button.alt {
        width: 100%;
        left: 0 !important;
    }

    div.my-plugify-card {
        padding: 1rem;
    }
    header#masthead {
        display: none;
    }

    .woocommerce-loop-product__title {
        font-size: 12px !important;
    }
    /*.shoptimizer-archive .swiper-slide {*/
    /*    width: unset !important;*/
    /*}*/
    ul.products li.product .woocommerce-LoopProduct-link {
        font-size: .8rem !important;
    }

    .shoptimizer-plp-carousel--pagination {
        display: none !important;
    }

    ul.products {
        column-gap: 10px;
        row-gap: 10px;
    }
    .woocommerce-pagination .page-numbers li {
        margin: 0 0px 6px;
    }
    .swiper-wrapper .swiper-backface-hidden .swiper-slide{
        width: unset !important;
    }
    ul.products li.product {
        width: 100% !important;
        padding: 0rem !important;
        margin: 0 !important;
    }
    li.product .woocommerce-image__wrapper {
        padding-top: 0px !important;
    }
    li.product,li.product:hover:after{
        border-radius: 2rem;
    }

    li.swiper-slide img {
        border-radius: 15px;
    }
    .lang_sw .wpml-ls-legacy-dropdown{
        width: 30px;
        height: 30px;
    }
    .lang_sw .wpml-ls-legacy-dropdown a,.search_sw a.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler,.account_sw a, .menu_sw a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .search_sw svg.dgwt-wcas-ico-magnifier-handler,.account_sw svg, .menu_sw svg{
        margin: 6px;
    }
    .account_sw, .menu_sw {
        height: 30px;
    }
    .search_sw .dgwt-wcas-search-wrapp{
        max-width: 30px !important;
    }
    .lang_sw, .search_sw, .account_sw, .menu_sw{
        min-width: 30px !important;
    }
    .product-top-navigation.pc {
        display: none;
    }
    .product-top-navigation.mob {
        display: unset;
    }
    .product-top-navigation.mob {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .product-top-navigation.mob a {
        white-space: nowrap;
    }
    .product-top-navigation.mob a {
        white-space: nowrap;
    }

    .quantity-nav {
        width: 25px;
        right: -28px;
        height: 36px;
    }
    .quantity-button.quantity-down:before, .quantity-button.quantity-up:before {
        left: 40%;
    }
    .product .cart .quantity .input-text {
        width: 32px;
        font-size: 14px;
        height: 36px;
    }
    .quantity.buttons_added {
        right: 32px;
        width: 29px;
    }
    td.plugify_typ_btn button.single_add_to_cart_button.button.alt{
        width: 40px !important;
        float: left;
    }
    button.single_add_to_cart_button.button.alt {
        white-space: nowrap;
        font-size: 12px;
        padding-left: 0px;
        height: 44px;
        line-height: 44px;
        padding-right: 50px;
    }
    .prod_wrap_wrapp_summ .custom_price span.woocommerce-Price-amount.amount {
        font-size: 24px;
    }
    .prod_wrap_wrapp_summ span.pre_price {
        font-size: 10px;
    }
    .prod_wrap_wrapp_summ .custom_price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
        font-size: 10px;
    }
    .quantity .minus, .quantity .plus {
        height: 18px;
    }
    h1.product_title.entry-title {
        font-size: 24px;
    }
    .summary details summary:after{
        width: 10px;
        height: 10px;
    }
    .summary.entry-summary details {
        padding: 8px 16px;
        border-radius: 1.5rem;
    }
    .product-details-wrapper{
        padding-bottom: 0rem;
    }
    td.product-price span.woocommerce-Price-amount.amount:nth-child(2) {
        padding-left: 5px;
    }
    .select2-container--default .select2-selection--single, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"] {
        padding: 0.5em 1em !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 1.5rem !important;
    }
    .zen-ui-select__value {
        padding: 0.5em 1em !important;
    }
    textarea#order_comments {
        line-height: unset;
        height: unset;
    }
    input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"] {
        height: 30px;
    }
    .entry-content:not(.wc-tab) p.form-row {
        margin-bottom: 0.5rem;
    }
    section.related.products h2, .woocommerce.yith-similar-products.cols-4 h2{
        font-size: 24px !important;
    }
    .related.products ul.products{
        margin-left: unset !important;
    }
    .cross-sells ul.products li.product .woocommerce-card__header, .mobile-scroll ul.products li.product .woocommerce-card__header, .related.products ul.products li.product .woocommerce-card__header, .upsells.products ul.products li.product .woocommerce-card__header{
        box-shadow: unset !important;
    }
    .cart_sw .shoptimizer-cart a.cart-contents .count {
        color: white !important;
        z-index: 1;
    }
    .archive ul.products li.product .button{
        padding-left: 10px !important;
    }
    .mob_fixed {
        padding: 1rem;
        z-index: 6 !important;
    }
    li.top_menu.catalog_box a:before {
        top: 7px !important;
        left: 20px !important;
    }
    .mob_fixed .cart_sw {
        min-width: 100px !important;
    }
    .mob_fixed .menu_catalog a{
        padding-right: 20px !important;
        color: black !important;
    }
    .woocommerce.yith-similar-products ul.products {
        flex-wrap: nowrap;
        flex-direction: row;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        overflow-x: scroll;
    }

    .woocommerce.yith-similar-products {
        padding: 0 !important;
    }
    section.related-wrapper section.related.products {
        padding: 0 !important;
    }
    .catalog_swipper .swiper-wrapper div[data-elementor-type="loop-item"] {
        width: unset !important;
    }
    li.wc-subcategory {
        font-size: 1rem;
        max-width: unset !important;
        width: 100% !important;
        margin: auto;
        line-height: 24px;
        position: unset;
        line-height: 16px;
        max-width: 120px !important;
        margin-top: 0px !important;
    }
    ul.wc-subcategories-list {
        flex-wrap: nowrap;
        flex-direction: row;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        overflow-x: scroll !important;
        width: unset !important;
        gap: 0 20px;
        margin: 0;
        padding: 10px 0px;
    }
    .wc-subcategories-wrap {
        max-width: 100% !important;
        overflow: hidden;
    }
    .sticky-m .mobile-filter, .sticky-m #cgkitpf-horizontal{
        top: 0px !important;
        margin: 18px 0px 18px -1.3em;
        position: relative !important;
    }
    span.wc-subcat-info {
    }
    span.wc-subcat-name {
        /*white-space: nowrap;*/
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 26px;
    }
    ul.products li.product .added_to_cart, ul.products li.product .button {
        height: 34px;
        line-height: 18px;
        font-size: 12px;
        width: 100%;
        bottom: 2px;
        box-shadow: inset 0 0px 15px 8px #D34E70, inset 0 -4px 7px 0 #D34E70;
    }
    ul.products li.product .added_to_cart, ul.products li.product .button {
        height: 42px;
        line-height: 28px;
        font-size: 12px;
        width: 100%;
        bottom: 2px;
        box-shadow: inset 0 0px 15px 8px #D34E70, inset 0 -4px 7px 0 #D34E70;
    }
    form.cart.arch_single_prod {
        position: relative;
        opacity: 1;
        bottom: 2px;
        height: 50px;
    }
    .archive-qty-wrap input.qty {
        width: 28px !important;
        height: 38px !important;
        font-size: 12px !important;
    }
    .product .cart .quantity .input-text{
        padding: 0 !important;
    }
    .archive-qty-wrap .quant_wrap {
        height: 36px;
    }
    .col-full {
        padding-left: 0.5em;
        padding-right: 0.5em;
        overflow: hidden;
    }
    .archive-qty-wrap .qty-button {
        height: 18px;
        width: 24px;
        font-size: 16px;
        font-weight: 200;
    }
    .archive-qty-wrap {
        top: 11px;
        height: 36px;
        border-radius: 18px !important;
    }
    ul.products li.product:hover form.cart.arch_single_prod {
        opacity: 1;
        bottom: 2px;
        height: 50px;
        width: 100%;
    }
    div.header_center li.top_menu.catalog_box a {
        padding-left: 30px !important;
    }
    nav.woocommerce-breadcrumb {
        white-space: unset !important;
    }
    .shoptimizer-sorting nav {
        display: none;
    }
    .shoptimizer-sorting.sorting-end nav {
        display: unset;
    }
    .woocommerce-pagination .page-numbers li .page-numbers {
        border: unset;
        box-shadow: unset;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 25px;
    }
    .page-numbers .next:after, .woocommerce-pagination .next:after,
    .page-numbers .prev:after, .woocommerce-pagination .prev:after{
        background-image: url(/wp-content/uploads/2025/11/arrow_left.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent !important;
        mask-image: unset !important;
    }
    .page-numbers .prev:after, .woocommerce-pagination .prev:after{
        transform: translate(-6px, -6px) rotate(180deg);
    }
    .ckit-badge_wrapper{
        left: 5px;
        top: 5px;
    }
    .ckit-badge{
        border-radius: 15px;
    }
    .mob_menu .wcml-dropdown a.wcml-cs-item-toggle:after{
        right: 10px;
    }
    .card_block{
        border-radius: 18px !important;
    }
}

@media (max-width: 990px) {
    #filter-trigger {
        display: none;
    }
}
@media (max-width: 768px) {
    .woocommerce.archive #secondary {
        padding-top: 4rem;
    }
    .custom-filter-close {
        color: black !important;
        top: 0;
        right: 0px;
        padding: 2px 8px 6px;
        background: #cfcfcf;
        border-radius: 0 0 0 7px;
    }
}
@media (min-width: 993px) {

    .columns-4 ul.products li.product, .cross-sells .columns-4 li.product, .related .columns-4 li.product, .upsells .columns-4 li.product {
        width: 22.5%;
    }
}
@media (min-width: 993px) {

}