@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//zabuketami.ru/wp-content/themes/zabuketaminew/fonts/woodmart-font-1-400.woff2?v=8.3.6") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(72,91,78);
	--wd-alternative-color: rgb(216,212,165);
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-accented-bgcolor: rgb(72,91,78);
	--btn-accented-bgcolor-hover: rgb(72,91,78);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(216,212,165);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(72,91,78);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-color: rgb(255,255,255);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-bg: rgb(72,91,78);
	--wd-arrow-bg-hover: rgb(70,67,83);
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-bg: rgb(70,67,83);
}
.product-labels .product-label.onsale {
	background-color: rgb(221,51,51);
}
.product-labels .product-label.featured {
	background-color: rgb(72,91,78);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 12px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(72,91,78);
}

/* Контейнер карусели */
.cuw-offers {
    position: relative;
    overflow: hidden;
    padding: 0 40px !important;
    margin-bottom: 30px;
}

/* Трек со слайдами — горизонтальный скролл */
.cuw-carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cuw-carousel-track::-webkit-scrollbar {
    display: none;
}

/* ⭐ КЛЮЧЕВОЕ: каждый слайд занимает 100% ширины трека */
.cuw-offer {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 0 5px; /* маленькие отступы между слайдами */
    box-sizing: border-box;
}

/* Стрелки навигации */
.cuw-carousel-prev,
.cuw-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #256f45;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 28px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.cuw-carousel-prev {
    left: 0;
}

.cuw-carousel-next {
    right: 0;
}

.cuw-carousel-prev:hover,
.cuw-carousel-next:hover {
    background-color: #1a5335;
    transform: translateY(-50%) scale(1.1);
}

/* Пагинация (точки/полоски) */
.cuw-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.cuw-dot {
    width: 40px;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cuw-dot.active {
    background-color: #256f45;
    width: 60px;
}

/* Адаптив — на всех экранах по 1 товару */
@media (max-width: 768px) {
    .cuw-offers {
        padding: 0 20px !important;
    }
    
    .cuw-carousel-prev,
    .cuw-carousel-next {
        width: 32px;
        height: 32px;
        font-size: 22px;
    }
}
/* Скрываем все карусели кроме нужной */
.cuw-offers:not([data-location="woocommerce_review_order_before_payment"]) {
    display: none !important;
}

/* Но если внутри есть товары — показываем */
.cuw-offers:not([data-location="woocommerce_review_order_before_payment"]):has(.cuw-offer) {
    display: none !important; /* всё равно скрываем */
}

/* Основной контейнер карусели (только нужный) */
.cuw-offers[data-location="woocommerce_review_order_before_payment"] {
    position: relative;
    overflow: visible;
    padding: 0 40px !important;
    margin: 20px 0 30px;
    display: block !important;
}

/* Трек со слайдами */
.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
}

.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-track::-webkit-scrollbar {
    display: none;
}

/* Слайд — 1 товар на всю ширину */
.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-offer {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
}

/* Стрелки */
.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-prev,
.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #256f45;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 28px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-prev {
    left: 0;
}

.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-next {
    right: 0;
}

.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-prev:hover,
.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-next:hover {
    background-color: #1a5335;
    transform: translateY(-50%) scale(1.1);
}

/* Точки пагинации */
.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-dot {
    width: 40px;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-dot.active {
    background-color: #256f45;
    width: 60px;
}

/* Адаптив */
@media (max-width: 768px) {
    .cuw-offers[data-location="woocommerce_review_order_before_payment"] {
        padding: 0 20px !important;
    }
    
    .cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-prev,
    .cuw-offers[data-location="woocommerce_review_order_before_payment"] .cuw-carousel-next {
        width: 32px;
        height: 32px;
        font-size: 22px;
    }
}


.vag-hide {display:none !important;}


















.wd-carousel {
  will-change: transform;
}
.wd-slide-bg {
  content-visibility: auto;
  contain-intrinsic-size: 1200px 630px;
}


.extra-options .above, .single-product .product .extra-options .above, .single-product div.product table.extra-options th.above, table.extra-options td.above {display:grid;}
.label-tag  {font-weight:500;}

.optionsplus 
{padding: 20px;
    display: block;
    border: 2px dashed var(--brdcolor-gray-300);
	border-radius: var(--wd-brd-radius);}


.thwepo-img-wrap {display:none;visibility:none;}

.single input[type=radio] + label:before {display:inline-block;}
.thwepo-image-label{display:inline-block;}
.thwepo-image-item img {display:none;visibility:none;}


.simpleshopmessage {font-size:16px;border:1px solid;border-radius:15px; padding:10px;display:none !important;width:auto;visibility:hidden;}

.simpleshopmessage {height:100%;margin-top:10px;}


.shop_table.shop_table_responsive.cart {
    margin-bottom: 20px;
}

.wd-fg-label:before {font-size:26px;padding-left:10px;color:#800d7b;}

#billing_country_field { display: none; }
.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
    margin-top: auto;
    height: 50px;
}



.podpiska  .vc_column-inner {padding-top:0;}
.pricepodpiska {font-weight:600;font-size:16px !important;padding-bottom:5px;color:#800d7b;}
.Podpiskah {margin-bottom:5px;}
.snoska {margin-bottom:5px;font-size:11px;font-weight:300 !important;}

.single .wd-btn-icon{width:30px;}


.whb-col-mobile .info-box-wrapper {width:40%;}
.whb-col-mobile .wd-header-text{width:50%;}


@media (max-width:767px) {
	#chaty-widget-0 .on-hover-text {display:none;}}
.wd-side-hidden.wd-opened {
    z-index: 1111111111;
}

#menu-item-38002 a {color: #800d7b !important;}
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {min-height:40px !important;}

#chaty-widget-0 .chaty-widget {
	left: 10px;}


.whb-col-right .wd-header-text {flex: none !important;}

input[type=radio]{
    display: none;
}
  
input[type=radio] + label{
    display: inline-block;
    line-height: 36px;
      color: #34495e;
    cursor: pointer;
    margin-bottom: 10px;
}
  
input[type=radio] + label:before{
    background:#eee;
	content:"";
    display: inline-block;
	text-align:center;
    width: 26px;
    height: 26px;
    vertical-align: middle;
	transition:0.5s;
    margin-right: 14px;border-radius:10px;
}
input[type=radio] + label:hover:before{
    background:#ddd;
	transition:0.5s;
	content:"";
	opacity:0.7;
    display: inline-block;
}
    

input[type=radio]:checked + label:before{
    background: #800d7b;
	content: "\f107";
font-family: "woodmart-font";
font-weight: 600;
	font-size:16px;
	line-height:26px;
	color:#fff; border-radius:10px;
}

input[type=radio]:checked + label:hover:before{
    background: #800d7b;
	content: "\f107";
	opacity:1;
	cursor:default !important;
font-family: "woodmart-font";
font-weight: 600;
	font-size:20px;
	line-height:26px;
	color:#fff; border-radius:5px;
}




.cart-table-section {display:grid;}

.shop_table.shop_table_responsive.cart{order:1;}
.fp_apply_reward {order:0;padding-bottom:20px;}



#rs_apply_coupon_code_field {display:inline-block;width:49%;float:left;}
#mainsubmi{display:inline-block;width:49%;float:right;}


#mainsubmi {border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));}

.fp_apply_reward #default_field {font-weight:500;font-size:18px;}

#mainsubmi:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover);
}

.wrap-price .variablerelatedmessage {display:none;}


table.variations .label span {display:none;}


@media (max-width: 768.98px) {
	
	.product_title {font-size:22px !important;margin-bottom: 0;}
	.product-summary-shadow .summary-inner {
		padding: 10px 15px 15px;}
	.archive .wd-swatch.wd-text {
    min-width: 1.5em!important;
	min-height: 1.5em !important;}
}











.wd-quantity-overlap div.quantity {
	height: 42px;}
.quick-shop-wrapper [class*="wd-reset-bottom"].variation-swatch-selected {
    --wd-var-table-mb: 10px !important;
}

.variation-swatch-selected .reset_variations{display:none !important;}
.wd-reset-var{display:none !important;}
.archive .wd-attr-selected {display:none !important;}

.archive .variations .label.cell {display:none;}
.reset_variations {display:none !important; }


.wd-sticky-btn-cart .price {display:none;}

[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text .wd-swatch-text {font-size:14px!important;}

@media (min-width: 1025px) {
    .woocommerce>.cart-data-form {
        flex: 0 0 calc(58.333333%);
        max-width: calc(58.333333%);
    }
}
@media (min-width: 1025px) {
    .woocommerce>.cart-totals-section {
        flex: 0 0 calc(38.666667% );
        max-width: calc(38.666667% );
    }
}


.woocommerce-cart .woocommerce-shipping-totals.shipping {display:none !important;}

.woocommerce-cart .order-total{display:none !important;}



.variableshopmessage {color:#333;}

.woocommerce-mini-cart__buttons .btn-cart {color:#fff !important;}
.woocommerce-mini-cart__buttons .btn-cart:hover {background:#650072;}

.rs_message_for_single_product
{
    background: #800d7b21;
	color:#333;}
	
.rs_message_for_single_product:before {color:#800d7b !important;}
	
	

.rs_message_for_single_product .woocommerce-Price-amount
{
	color:#333;
}






.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {min-height: 47px !important;}



.hzag {font-size:18px;font-weight:500;}
.evc-predefined-style .evc-shortcode h4 {font-size:18px;}
.evc-predefined-style .evc-shortcode p {font-size:16px;}

.wpcf7-form-control.wpcf7-submit.has-spinner {background:#800d7b;border-radius:5px; color:#fff;}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {background:#650072;}


.cart-product-label {color:#333;font-weight:500;}

tr.cart_item .product-total .amount {color:#800d7b;font-weight:500;}
.evc-icon-with-text .evc-iwt-icon {color:#800d7b;}

.checkout .woocommerce-shipping-totals.shipping {display:block !important;}
.checkout .woocommerce-shipping-totals.shipping  th {display:block !important;width:100% !important; }
.checkout .woocommerce-shipping-totals.shipping  td {display:block !important;width:100% !important;text-align:left !important;}
.checkout #shipping_method input.shipping_method {float:left;margin-inline-start: 0px;margin-right:5px;}


.mc4wp-alert, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {
	 display: block;}

#ship-to-different-address {display:none !important;}



.wd-sticky-btn .rs_message_for_single_product {display:none;}

.wd-sticky-btn  form.cart {gap:0;}

.wd-sticky-btn .single_add_to_cart_button {margin-left:10px;}






.product_title {font-size:26px;}
.wd-reset-var {display:none;}
.single-product-page del .amount  {color:#a30404;}


.hide-larger-price .price>span:nth-child(2) {
    display: block;
}

.archive .rs_message_for_single_product {display:none !important;}





.hide-larger-price 
.archive .rs_message_for_single_product {display:none !Important;}

.product-element-bottom .wrap-price .price .variableshopmessage {display:none !important;}


.archive .price {text-align:center;margin:auto;letter-spacing:1px;}

.archive del .amount {color:#a30404;font-size:16px !important;}


.wd-toolbar-label {
   
    inset-inline: 0;
    
    font-weight: 500!important;
    font-size: 8px!important;
    padding: 1px 0;
}
.woocommerce-breadcrumb  {font-size:12px;font-weight:500;}
.wd-products-per-page .per-page-title {font-weight:400;}

@media (min-width: 1025px) {
    .title-size-small {
        --wd-title-sp: 10px !important;
        --wd-title-font-s: 32px !important;
			margin-bottom: 20px !important;
    }
}
@media (max-width: 1024px) {
    .title-size-small {
        --wd-title-sp: 10px !important;
        --wd-title-font-s: 26px !important;
			        margin-bottom: 20px;
    }
 
}
#premmerce_filter_filter_widget-3 .filter__item {border:none;}

.ui-widget-content {border:none;}
.ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin-left: 0;
}

@media  (max-width: 767px) {
	.promo-banner .wrapper-content-banner {padding:10px;}
	
}


a, body, p, h1, h2, h3, h4, h5, h6 {font-family:Montserrat !important;}


@media only screen and (max-width: 1025px) {
	.catforpkmain {display:none !important;}
}

@media only screen and (min-width: 1025px) {
	.catformobplans {display:none;}
}




@media (min-width: 1025px) and (max-width: 1200px) {
		
	
	.banner-subtitle {line-height: 20px!important;;
        font-size: 16px !important;}
	.banner-title {
        line-height: 25px!important;;
        font-size: 18px!important;;
    }
	.promo-banner .wrapper-content-banner {padding:20px !important;}
	
.wd-fontsize-s {
    font-size: 14px;
}	
	
	
}



.whb-top-bar .whb-col-right a {color:#fff;font-size:16px;}


.blockcons img {border-radius:25px;}

.wd-nav-arrows.wd-pos-sep:after {display:none;}


.extra-options .above, .single-product .product .extra-options .above, .single-product div.product table.extra-options th.above, table.extra-options td.above {display:grid;}
.label-tag  {font-weight:500;}

.optionsplus 
{padding: 20px;
    display: block;
    border: 2px dashed var(--brdcolor-gray-300);
	border-radius: var(--wd-brd-radius);}


.thwepo-img-wrap {display:none;visibility:none;}

.single input[type=radio] + label:before {display:inline-block;}
.thwepo-image-label{display:inline-block;}
.thwepo-image-item img {display:none;visibility:none;}


.simpleshopmessage {font-size:16px;border:1px solid;border-radius:15px; padding:10px;display:none !important;width:auto;visibility:hidden;}

.simpleshopmessage {height:100%;margin-top:10px;}


.shop_table.shop_table_responsive.cart {
    margin-bottom: 20px;
}

.wd-fg-label:before {font-size:26px;padding-left:10px;color:#800d7b;}

#billing_country_field { display: none; }
.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
    margin-top: auto;
    height: 50px;
}



.podpiska  .vc_column-inner {padding-top:0;}
.pricepodpiska {font-weight:600;font-size:16px !important;padding-bottom:5px;color:#800d7b;}
.Podpiskah {margin-bottom:5px;}
.snoska {margin-bottom:5px;font-size:11px;font-weight:300 !important;}

.single .wd-btn-icon{width:30px;}


.whb-col-mobile .info-box-wrapper {width:40%;}
.whb-col-mobile .wd-header-text{width:50%;}


@media (max-width:767px) {
	#chaty-widget-0 .on-hover-text {display:none;}}
.wd-side-hidden.wd-opened {
    z-index: 1111111111;
}

#menu-item-38002 a {color: #800d7b !important;}
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {min-height:40px !important;}

#chaty-widget-0 .chaty-widget {
	left: 10px;}


.whb-col-right .wd-header-text {flex: none !important;}

input[type=radio]{
    display: none;
}
  
input[type=radio] + label{
    display: inline-block;
    line-height: 36px;
      color: #34495e;
    cursor: pointer;
    margin-bottom: 10px;
}
  
input[type=radio] + label:before{
    background:#eee;
	content:"";
    display: inline-block;
	text-align:center;
    width: 26px;
    height: 26px;
    vertical-align: middle;
	transition:0.5s;
    margin-right: 14px;border-radius:10px;
}
input[type=radio] + label:hover:before{
    background:#ddd;
	transition:0.5s;
	content:"";
	opacity:0.7;
    display: inline-block;
}
    

input[type=radio]:checked + label:before{
    background: #800d7b;
	content: "\f107";
font-family: "woodmart-font";
font-weight: 600;
	font-size:16px;
	line-height:26px;
	color:#fff; border-radius:10px;
}

input[type=radio]:checked + label:hover:before{
    background: #800d7b;
	content: "\f107";
	opacity:1;
	cursor:default !important;
font-family: "woodmart-font";
font-weight: 600;
	font-size:20px;
	line-height:26px;
	color:#fff; border-radius:5px;
}




.cart-table-section {display:grid;}

.shop_table.shop_table_responsive.cart{order:1;}
.fp_apply_reward {order:0;padding-bottom:20px;}



#rs_apply_coupon_code_field {display:inline-block;width:49%;float:left;}
#mainsubmi{display:inline-block;width:49%;float:right;}


#mainsubmi {border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));}

.fp_apply_reward #default_field {font-weight:500;font-size:18px;}

#mainsubmi:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover);
}

.wrap-price .variablerelatedmessage {display:none;}


table.variations .label span {display:none;}


@media (max-width: 768.98px) {
	
	.product_title {font-size:22px !important;margin-bottom: 0;}
	.product-summary-shadow .summary-inner {
		padding: 10px 15px 15px;}
	.archive .wd-swatch.wd-text {
    min-width: 1.5em!important;
	min-height: 1.5em !important;}
}











.wd-quantity-overlap div.quantity {
	height: 42px;}
.quick-shop-wrapper [class*="wd-reset-bottom"].variation-swatch-selected {
    --wd-var-table-mb: 10px !important;
}

.variation-swatch-selected .reset_variations{display:none !important;}
.wd-reset-var{display:none !important;}
.archive .wd-attr-selected {display:none !important;}

.archive .variations .label.cell {display:none;}
.reset_variations {display:none !important; }


.wd-sticky-btn-cart .price {display:none;}

[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text .wd-swatch-text {font-size:14px!important;}

@media (min-width: 1025px) {
    .woocommerce>.cart-data-form {
        flex: 0 0 calc(58.333333%);
        max-width: calc(58.333333%);
    }
}
@media (min-width: 1025px) {
    .woocommerce>.cart-totals-section {
        flex: 0 0 calc(38.666667% );
        max-width: calc(38.666667% );
    }
}


.woocommerce-cart .woocommerce-shipping-totals.shipping {display:none !important;}

.woocommerce-cart .order-total{display:none !important;}



.variableshopmessage {color:#333;}

.woocommerce-mini-cart__buttons .btn-cart {color:#fff !important;}
.woocommerce-mini-cart__buttons .btn-cart:hover {background:#650072;}

.rs_message_for_single_product
{
    background: #800d7b21;
	color:#333;}
	
.rs_message_for_single_product:before {color:#800d7b !important;}
	
	

.rs_message_for_single_product .woocommerce-Price-amount
{
	color:#333;
}






.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {min-height: 47px !important;}



.hzag {font-size:18px;font-weight:500;}
.evc-predefined-style .evc-shortcode h4 {font-size:18px;}
.evc-predefined-style .evc-shortcode p {font-size:16px;}

.wpcf7-form-control.wpcf7-submit.has-spinner {background:#800d7b;border-radius:5px; color:#fff;}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {background:#650072;}


.cart-product-label {color:#333;font-weight:500;}

tr.cart_item .product-total .amount {color:#800d7b;font-weight:500;}
.evc-icon-with-text .evc-iwt-icon {color:#800d7b;}

.checkout .woocommerce-shipping-totals.shipping {display:block !important;}
.checkout .woocommerce-shipping-totals.shipping  th {display:block !important;width:100% !important; }
.checkout .woocommerce-shipping-totals.shipping  td {display:block !important;width:100% !important;text-align:left !important;}
.checkout #shipping_method input.shipping_method {float:left;margin-inline-start: 0px;margin-right:5px;}


.mc4wp-alert, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {
	 display: block;}

#ship-to-different-address {display:none !important;}



.wd-sticky-btn .rs_message_for_single_product {display:none;}

.wd-sticky-btn  form.cart {gap:0;}

.wd-sticky-btn .single_add_to_cart_button {margin-left:10px;}






.product_title {font-size:26px;}
.wd-reset-var {display:none;}
.single-product-page del .amount  {color:#a30404;}


.hide-larger-price .price>span:nth-child(2) {
    display: block;
}

.archive .rs_message_for_single_product {display:none !important;}





.hide-larger-price 
.archive .rs_message_for_single_product {display:none !Important;}

.product-element-bottom .wrap-price .price .variableshopmessage {display:none !important;}


.archive .price {text-align:center;margin:auto;letter-spacing:1px;}

.archive del .amount {color:#a30404;font-size:16px !important;}


.wd-toolbar-label {
   
    inset-inline: 0;
    
    font-weight: 500!important;
    font-size: 8px!important;
    padding: 1px 0;
}
.woocommerce-breadcrumb  {font-size:12px;font-weight:500;}
.wd-products-per-page .per-page-title {font-weight:400;}

@media (min-width: 1025px) {
    .title-size-small {
        --wd-title-sp: 10px !important;
        --wd-title-font-s: 32px !important;
			margin-bottom: 20px !important;
    }
}
@media (max-width: 1024px) {
    .title-size-small {
        --wd-title-sp: 10px !important;
        --wd-title-font-s: 26px !important;
			        margin-bottom: 20px;
    }
 
}
#premmerce_filter_filter_widget-3 .filter__item {border:none;}

.ui-widget-content {border:none;}
.ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin-left: 0;
}

@media  (max-width: 767px) {
	.promo-banner .wrapper-content-banner {padding:10px;}
	
}


a, body, p, h1, h2, h3, h4, h5, h6 {font-family:Montserrat !important;}


@media only screen and (max-width: 1025px) {
	.catforpkmain {display:none !important;}
}

@media only screen and (min-width: 1025px) {
	.catformobplans {display:none;}
}




@media (min-width: 1025px) and (max-width: 1200px) {
		
	
	.banner-subtitle {line-height: 20px!important;;
        font-size: 16px !important;}
	.banner-title {
        line-height: 25px!important;;
        font-size: 18px!important;;
    }
	.promo-banner .wrapper-content-banner {padding:20px !important;}
	
.wd-fontsize-s {
    font-size: 14px;
}	
	
	
}
html body > :not(.preloader-plus) {
  opacity: none !important;
}
html body {
  opacity: 1 !important;
}
@media (min-width: 1025px) {
	.menu-item-50008 {display:none;}
.menu-item-50009 {display:none;}
.menu-item-50010 {display:none;}
.wd-page-title .title {font-weight:500!important;font-size:36px !important;}
h1 {font-weight:500;font-size:36px;}
p {font-size:16px;color:#333;}
.title-after_title  {font-size:16px;color:#333;}
.title-subtitle {color:#485b4e !important;font-weight:500 !important;font-size:20px;}
.liner-continer .woodmart-title-container {color:#485b4e !important;font-weight:500;font-size:36px;}
}

@media (min-width: 768px) and (max-width: 1024px) {
	h1 {font-weight:500;font-size:28px;}
.wd-page-title .title {font-weight:500!important;font-size:28px!important;}
p {font-size:16px;color:#333;}
.title-after_title  {font-size:16px;color:#333;}
.title-subtitle {color:#485b4e !important;font-weight:500 !important;font-size:20px;}
.liner-continer .woodmart-title-container {color:#485b4e !important;font-weight:500;font-size:28px;}
}

@media (min-width: 577px) and (max-width: 767px) {
	h1 {font-weight:500;font-size:22px;}
.wd-page-title .title {font-weight:500!important;font-size:22px!important;}

p {font-size:14px;color:#333;}
.title-after_title  {font-size:14px;color:#333;}
.title-subtitle {color:#485b4e !important;font-weight:500 !important;font-size:16px;}
.liner-continer .woodmart-title-container {color:#485b4e !important;font-weight:500;font-size:22px;}
}

@media (max-width: 576px) {
	h1 {font-weight:500;font-size:22px;}
.wd-page-title .title {font-weight:500!important;font-size:22px!important;}




p {font-size:14px;color:#333;}
.title-after_title  {font-size:14px;color:#333;}
.title-subtitle {color:#485b4e !important;font-weight:500 !important;font-size:16px;}
.liner-continer .woodmart-title-container {color:#485b4e !important;font-weight:500;font-size:22px;}
}

