:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]{
	padding: 20px 90px !important;
}
.custom-modal {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 830px;
  height: 450px;
  display: none;      /* изначально скрыта */
  opacity: 0;         /* для fade */
  z-index: 99999;
  pointer-events: auto; /* кликабельная модалка сама */
}

/* Контент */
.custom-modal-content {
  position: relative;
  background:transparent;
  width: 100%;
  height: 100%;
}

/* Крестик */
.custom-modal-close {
	position: absolute;
	top: 76px;
    border-radius: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 0;
    background: transparent !important;
    color: #000 !important;
}

.custom-modal-close:hover {
  background: rgba(0,0,0,0.5) !important;
  color: #fff !important;
}

.custom-modal-close:hover svg line{
  stroke: #fff !important;
}

/* картинки */
.img-mobile {
  display: none;
}

/* На мобильных */
@media (max-width: 768px) {
  .custom-modal {
    width: 90%;
    height: auto;
  }
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
}

.modal-btn {
position: absolute;
    left: 37px;
    bottom: 107px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    border: 2px solid #FFC3A7;
    border-radius: 100px;
    padding: 10px 30px;
    color: #252525;
    background-color: #F2ECEC;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 200;
}

.modal-btn:hover {
  color: #FFFFFF;
  background-color: #EC530A;
}

@media all and (max-width:550px){
	.modal-btn {
		left: 20px;
		bottom: 45px;
		font-size: 12px;
	}
	.custom-modal-close {
        right: -10px;
        top: 28px;
		font-size: 36px;
		line-height: 33px;
		padding: 3px 10px;
		border: 2px solid #FFC3A7;
		border-radius: 100px;
		color: #252525 !important;
		background-color: #F2ECEC !important;
	}
	.custom-modal-close:hover{
		color: #fff !important;
		background-color: #EC530A !important;
	}
}

.ma_sticky_cart #elementor-menu-cart__toggle_button::before {
	content: "Корзина";
    display: inline-block;
    font-weight: 400;
    color: inherit;
    font-family: montserrat;
    color: #000;
    font-size: 13px;
	line-height:13px;
}
.ma_sticky_cart .elementor-button-icon{
font-size:20px !Important;
}
.ma_sticky_cart #elementor-menu-cart__toggle_button{
	padding: 5px 10px;
    background: #fff;
}
.ma_thanks .woocommerce-order-details .woocommerce-order-details__title{
	font-family: 'Unbounded' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.ma_thanks .woocommerce-order-details .order_details th {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.loading::after {
    margin-top: -8px !important;
    right: 5px !important;
}
.jet-woo-products .jet-woo-product-button .button {
    color: #252525 !important;
    background-color: #F2ECEC !important;
    border: 1px solid #FFC3A7 !important;
}
.jet-woo-products .jet-woo-product-button .button:hover{
    color: #fff !important;
    background-color: #EC530A !important;
}
.woolentor-payment-method-1 .wc_payment_method > label {
    padding: 10px 30px 10px 50px;
}
.woolentor-payment-method-1 .wc_payment_method > label:before{
	left: 16px !important;
}
.woolentor-payment-method-1 .wc_payment_method > label:after {
    left: 20px !important;
}
.woocommerce-checkout .woolentor-payment-method-1 #payment div.payment_box {
    font-size: 13px !important;
    padding: 20px 20px !important;
}
.login_logo{
	margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.xoo-el-sidebar{
	display:none !important;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    font-weight: 400 !important;
    font-size: 14px !important;
	padding: 11px 10px !important;
    line-height: 14px !important;
	border:1px solid #ededed;
}
#shipping_address_1_field, #shipping_address_2_field, #shipping_new_fild9_field{
	margin-top: 20px;
}
.wl_msc_style_2 .woolentor-step .woolentor-step-footer{
	display:none !important;
}
.woolentor-checkout__shipping-method{
	display:none !important;
}
.rev-addr-msg{
	order:2;
	display: block;
    width: 100%;
}
#shipping_new_fild12_field{
	order:3;
}

#rev-dost-wrapper{
	margin-top:-10px;
	margin-bottom:10px;
}
#shipping_address_step .woolentor-block-heading{
	display:none !important;
}

.rev_dost{
	display: flex;
	gap:20px;
	min-width: 700px;
}
.rev_inp{
    display: flex;
    align-items: center;
    justify-content: start;
	margin: 0;
    line-height: 1;
    position: relative;
    width: 100%;
    padding: 0;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 0px;
	border-radius:30px;
}
.rev_ship{
	position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	cursor:pointer;
}
.rev_inp label{
	display: flex;
    font-size: 13px;
    margin: 0px;
    justify-content: start;
    align-items: start;
    gap: 5px;
    text-align: left;
    font-family: 'Montserrat';
    flex-direction: column;
    font-weight: 400;
    margin-bottom: 2px;
    color: var(--form--color-text);
    line-height: 15px;
    padding: 15px 30px 15px 50px;
    cursor: pointer;
}
.rev_inp label:before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 21px;
    height: 21px;
    content: "";
    -webkit-transition: all 0.3s  ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #ababab;
    border-radius: 100%;
	border-style: solid;
    border-color: #EC530A;
}
.rev_inp label:after {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 13px;
    height: 13px;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%) scale(0.5);
    transform: translateY(-50%) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    background-color: #0089ff;
}
.rev_inp input:checked + label:after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: #EC530A;
}
/* Скрыть адресные блоки, если выбран самовывоз */
body:has(.rev_dost #ship2:checked) #shipping_address_step .woolentor-block-heading,
body:has(.rev_dost #ship2:checked) #shipping_address_1_field,
body:has(.rev_dost #ship2:checked) #shipping_address_2_field,
body:has(.rev_dost #ship2:checked) #shipping_new_fild9_field,
body:has(.rev_dost #ship2:checked) #shipping_new_fild10_field,
body:has(.rev_dost #ship2:checked) #shipping_new_fild11_field,
body:has(.rev_dost #ship2:checked) .rev-addr-msg{
  display: none !important;
}


.wl_msc_style_2 .woolentor-shipping-method-1 {
    margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* Подстраховка: иконку календаря не трогаем */
#billing_new_fild13::-webkit-calendar-picker-indicator { opacity: 1; }

.woocommerce-cart .cart_totals h2, .woocommerce-cart .cart_totals table{
	display:none !important;
}

#shipping_new_fild13_field{
	display:none !Important;
}

.jet-woo-products .jet-woo-product-button .button.added{
    color: #fff !important;
    background-color: #EC530A !important;
    border: 1px solid #F8B393 !important;
}
.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.added::after{
	color:#fff !important;
}

.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart:hover::after{
	color:#fff !important;;
}

@media (min-width: 1025px) {
  #scroll-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    transform: translateY(-110%); /* изначально скрыт */
    transition: transform 0.3s ease;
    z-index: 9999;
    will-change: transform;
  }
  body.admin-bar #scroll-header { top: 32px; } /* если виден WP admin bar */

  #scroll-header.is-visible { transform: translateY(0); }
}

#change_amount_wrapper input{
line-height: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 9px 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: transparent;
    height: 55px;
    width: 100%;
	padding: 0px 0px 0px 20px !important;
	font-family: montserrat !important;
	    height: 37px;
    border-radius: 30px 30px 30px 30px;
	font-size: 14px !important;
}

[for="change_amount"]{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #616060;
    background-color: #ffffff;
}

#payment .form-row{
	width:100% !important;
	max-width:100% !Important;
}

/* Контейнер */
.custom-quantity {
    border: 1px solid #dedede;
    border-radius: 40px;
    padding: 3px;
    background: #f2ecec;
    display: inline-flex;
    align-items: center;
}

/* Поле ввода */
.woocommerce .ma_2step input.input-text.custom-qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  padding: 0px !important;
  max-width:120px !important;
}
[for="shipping_new_fild12"]{
	left:0px !important;
}
[name="order_comments"]{
border: 1px solid #dedede;
}
.payment_methods li label{
	font-size: 13px !important;
	line-height: 20px;
	color: #28303d !important;
	font-weight: 400 !important;
}
.payment_methods li label img{
	display:none;
}
/* Кнопки */
.custom-qty-btn {
    background: #fff !important;
    color: #464543 !important;
    border-radius: 40px !important;
    font-weight: 400;
    width: 20px !important;
    height: 20px !important;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    padding-bottom: 0px !important;
    justify-content: center;
}
.woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 .woolentor-msc2-checkout input.input-text, .woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 .form-row select, .woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 .form-row .select2-container .select2-selection, .woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 .form-row .select2-container .select2-selection .select2-selection__rendered, .woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 .woolentor-msc2-checkout .input-text{
	font-family:montserrat !important;
}
.custom-qty-btn:hover {
    background: #EC530A !important;
    color: #fff !important;
	border:none !Important;
}
.custom-quantity input.input-text{
	border:none !Important;
	border-radius:none !important;
	font-family:montserrat !important;
	height: 18px !important;
}
.custom-qty-btn:hover {
  background: #f7f7f7;
}
#change_amount_field input{
margin-top:5px !Important;
}
input#place_order:hover{
background-color: #EC530A !important;
}
.woocommerce ul.order_details li {
    margin-right: 10px !important;
    padding-right: 10px !important;
}


.woolentor-msc2-checkout .form-row.place-order button.button{
	display:block !important;
	border-radius: 30px;
    margin-top: 20px;
    background: #f2ecec !important;
    color: #252525;
    border: 1px solid #ffc3a7;
	font-size: 14px;
    font-weight: 500;
    line-height: 16px;
	padding: 10px 30px !important;
}

.woolentor-msc2-checkout .form-row.place-order button.button:hover{
	background: #ec530a !important;
	color:#fff !important;
}

#billing_address_1_field, #billing_address_2_field{
display:none !Important;
}

#shipping_new_fild12_field .woocommerce-input-wrapper{
	margin-top: 7px !important;
    display: block;
}
#shipping_new_fild12_field{
clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important;
}
#information_step .woolentor-step-footer{
	display:none !Important;
}
.form-row{
	max-width: 47% !important;
    margin: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: block;
    float: unset;
}
.wl_msc_style_2 .woolentor-block-heading {
    padding-left: 0px !important;
	margin-bottom: 20px !important;
}
.shipping_address .form-row{
	max-width: 31% !important;
}

.woocommerce-billing-fields__field-wrapper{
	flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100% !important;
}

#shipping_new_fild12_field label{
    top: 0;
    padding: 2px 8px;
    opacity: 1;
    width: max-content;
    z-index: 9;
}
.wl_msc_style_2 .woolentor-step:not(.woolentor-active) .woolentor-block-inner{
    display: block !important;
}
.elementor-5479 .elementor-element.elementor-element-a1a65d2 .wl_msc_style_2 .woolentor-step{
    border: 1px solid #dedede !important;
}

.woocommerce-checkout .wl_msc_style_2 .woolentor-step{
	box-shadow:none !important;
	cursor:default !Important;
}
/*
.woolentor-step-wrapper .woolentor-block-heading{
	display:none !important;
}
*/

.shipping_address{
display:block !important;
}
.woolentor-msc2-checkout .woolentor-title {
    font-weight: 500 !important;
    color: #EC530A !important;
	font-size:14px !important;
}
.woolentor-step-wrapper .woolentor-block-heading:before, .woolentor-step-wrapper  .woolentor-block-heading:after, #ship-to-different-address{
	display:none !Important;
}

.home, .page{
overflow-x:hidden;
}
.woocommerce .woolentor-cart-list .cart .product-thumbnail{
max-width: 140px !important;
}
.ekit-dropdown-back .woocommerce-Price-amount.amount{
    font-size: 14px !important;
}

.postid-8848 .qw_korzina{
	display:none !important;
}

.woocommerce-message .button{
	font-family: montserrat !Important;
    font-weight: 400 !Important;
    border-radius: 20px !Important;
}
.woocommerce-remove-coupon{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55em;
}
.optional{
display:none !Important;
}
.woolentor-cart-product .product-name p{
font-size: 16px;
}

.woocommerce-info {
    border-top-color: #EC530A !important;
}

.woocommerce-info::before {
    color: #EC530A !important;
}


.woocommerce-error, .woocommerce-notices-wrapper, .woocommerce-info, .woocommerce-message{
max-width: 1600px;
margin: 0px auto !Important;
margin-top: 20px !Important;
margin-bottom: 20px !Important;
border-radius: 20px !Important;
color: #2B2A29;
font-family: "Montserrat", Sans-serif;
font-size: 16px;
display: none !important;
}


.woocommerce-error li{
color: #2B2A29;
font-family: "Montserrat", Sans-serif;
margin-bottom: 10px;
font-size: 16px;
}
.woocommerce-notices-wrapper .woocommerce-info{
display:none !Important;
}
.woocommerce-notices-wrapper .woocommerce-info:nth-child(1){
display:block !Important;
}

html{
	zoom:normal !important;
}


.xoo-el-lostpw-tgr{
font-size:13px;
}

.woocommerce-shipping-calculator{
display:none !Important;
}

#id_sbis_field{
display:none !Important;
}

.ekit-back-to-top-container path{
fill:#fff;
}

dl.variation{
display:none !Important;
}

.elementor-menu-cart__footer-buttons{
	display: flex !important;
    flex-direction: column !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart{
font-family: "Montserrat", Sans-serif;
font-size: 14px !important;
font-weight: 500 !important;
border-radius: 17px !important;
color: #252525 !important;
background-color: #F2ECEC !important;
border: 1px solid #F2ECEC !important;
padding: 5px 30px !important;
line-height: 25px !important;
display: inline-flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
margin-top:30px !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{
background-color: #EC530A !important;
border: 1px solid #EC530A !important;
color: #fff !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout{
font-family: "Montserrat", Sans-serif;
font-size: 14px !important;
font-weight: 500 !important;
border-radius: 17px !important;
color: #252525 !important;
background-color: #F2ECEC !important;
border: 1px solid #FFC3A7 !important;
padding: 5px 30px !important;
line-height: 25px !important;
display: inline-flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{
border: 1px solid #EC530A !important;
color: #fff !important;
background-color: #EC530A !important;
}

.widget_shopping_cart_content .elementor-menu-cart__product-name.product-name p{
	color:#EC530A !important;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-family:montserrat;
	line-height:14px;
}

.elementor-menu-cart__product-image a, .elementor-menu-cart__product-image img {
    border-radius: 6px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
    font-size: 14px;
    line-height: 16px;
    display: block;
}
.elementor-menu-cart__subtotal strong, .elementor-menu-cart__subtotal  span, .elementor-menu-cart__subtotal bdi{
    font-size: 13px;
}

.elementor-menu-cart__product-price .quantity{
    font-size: 12px;
    line-height: 15px;
    display: block;
}

.menu-left-close {
    z-index: 9999999 !important;
}

.elementor-3716 .elementor-element.elementor-element-cce8b30 img {
	width: 130px !important;
	max-width: 130px !important;
}

.elementor-kit-3713 a {
    font-family: "montserrat", Sans-serif !important;
}

.woocommerce .woolentor-fields-1.wl_on_top .woocommerce-additional-fields__field-wrapper .form-row label, .woocommerce .woolentor-fields-1.wl_on_top .woocommerce-additional-fields__field-wrapper .focused label {
    top: 0;
    padding: 2px 8px;
    opacity: 1;
    width: max-content;
    z-index: 9;
    position: absolute;
}

.woocommerce .woolentor-fields-1.wl_on_top .woocommerce-additional-fields__field-wrapper .form-row{
margin-bottom:30px;
}

.woocommerce .woolentor-fields-1 .woocommerce-additional-fields__field-wrapper label{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #616060;
    background-color: #ffffff;
}


.lk_roduct{
margin-bottom:20px;
padding:25px;
border-radius:20px;
box-shadow: 4px 6px 11px -5px rgba(0, 0, 0, 0.28);
border: 1px solid #EBEBEB;
}

.lk_obsh{
display: flex;
gap: 20px;
justify-content: space-between;
align-items: start;
}

.woocommerce-Address address{
    margin-top: 20px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.woocommerce-MyAccount-content form input.input-text {
height: 37px;
border-radius: 30px;
font-family: "Montserrat", Sans-serif;
border: 1px solid #dedede;
line-height: 25px;
background-color: transparent;
font-size: 14px !important;
}
.woocommerce-MyAccount-content form p{
display:block;
}

.woocommerce-MyAccount-content form fieldset{
border: 1px solid #ccc;
    margin-top: 30px;
    border-radius: 30px;
}

.woocommerce-MyAccount-content form legend{
color: #EC530A !important;
font-family: "Montserrat", Sans-serif !important;
font-size: 22px !important;
font-weight: 500 !important;
}

.woocommerce-MyAccount-content button, .wc-backward{
font-family: "Montserrat", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 30px !important;
    color: #252525 !important;
    background-color: #F2ECEC !important;
    padding: 10px 30px !important;
    line-height: 16px !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px !important;
    border: 1px solid #FFC3A7 !important;
}

.woocommerce-MyAccount-content button:hover, .wc-backward:hover{
background-color: #EC530A !important;
color:#fff !important;
}

.woocommerce-address-fields__field-wrapper{
margin-top:30px !important;
}

.u-columns.woocommerce-Addresses.col2-set.addresses{
display: flex;
gap: 40px;
}
.col2-set .col-1, .col2-set .col-2 {
    flex: unset !important;
}
.woocommerce-account .addresses .title h3, .woocommerce-MyAccount-content h3{
color: #EC530A !important;
font-family: "Montserrat", Sans-serif !important;
font-size: 30px !important;
font-weight: 500 !important;
display:block;
width:100%;
float:unset;
}

.woocommerce-MyAccount-content form label{
color: #000000;
font-family: "Montserrat", Sans-serif;
font-size: 16px;
font-weight: 400;
}

.woocommerce-account .addresses .title .edit {
	background:#EC530A;
	color:#fff;
	border: 1px solid #EC530A;
    float: left !important;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 12px;
}

.woocommerce-account .addresses .title .edit:hover{
    border: 1px solid #ccc;
    background:#fff;
	color:#000;
}

.lk_details{
display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.lk_nazv{
color: #EC530A;
font-family: "Montserrat", Sans-serif;
font-size: 22px;
font-weight: 500;
display:flex;
flex-direction:column;
gap:10px;
}
.lk_prod_info{
margin-top: 20px;
display: flex;
flex-direction: row;
gap:30px;
padding: 10px;
border-radius:10px;
border: 1px solid #F8B393;
}

.lkd_nazv{
font-size:14px;
font-family: "Montserrat", Sans-serif;
}
.lkd_ves{
font-size:11px;
font-family: "Montserrat", Sans-serif;
}

.lkd_nazv span{
	font-weight:600;
}

.lk_img{
width:10%;
border-radius: 10px;
overflow:hidden;
}

.lk_detali{
color: #000;
font-family: "Montserrat", Sans-serif;
font-size: 18px;
font-weight: 500;
margin-bottom:10px;
margin-top:30px;
}

.lk_2{
font-size:13px;
}
.lk_status{
font-family: "Montserrat", Sans-serif;
color: #EC530A;
font-size:16px;
}

.lk_nazv span{
color:#000;
}

.woocommerce-MyAccount-content p{
display:none;
}

.woolentor-user-area{
display:none !Important;
}

.elementor-element-1eae258{
padding:0px !Important;
margin-bottom:0px !Important;
}

.ma_logout{
font-size: 11px;
}

.ma_login{
color: #000;
font-size: 14px;
line-height: 19px;
display:flex;
gap:5px;
align-items:center;
}

.ma_login .log_right{
display:flex;
align-items:start;
flex-direction:column;
}

.ma_login .log_right a:nth-child(1){
color: #EC530A;
}

.ma_login .log_left{
max-width:40px;
width:40px;
min-width: 40px;
}
.ma_login .log_right a:hover{
text-decoration:underline;
}

.ma_login .log_left img{
width:100%;
height:auto;
border-radius:40px;
overflow:hidden;
}

.ma_login span{
font-size: 12px;
color: #000;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
display: flex ! Important;
color: #252525 !important;
    background-color: #F2ECEC !important;
    border: 1px solid #FFC3A7 !important;
    text-decoration: none ! Important;
    border-radius: 30px ! Important;
    padding: 12px 39px ! Important;
    font-family: "Montserrat", Sans-serif ! Important;
    font-size: 16px ! Important;
    font-weight: 400 !Important;
    line-height: 16px ! Important;
    text-align: center ! Important;
    align-items: center;
    height: 50px;
    justify-content: center;
    margin-top: 60px !important;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover{
	color: #fff !important;
    background-color: #EC530A !important;
}

.xoo-el-tabs li{
border-radius:20px;
overflow:hidden;
}
.xoo-el-tabs{
display:flex;
gap:10px;
flex-direction:row;
font-family: "Montserrat", Sans-serif !Important;
font-size: 14px !Important;
font-weight: 400 !Important;
}
.xoo-el-form-label span, .xoo-aff-required.xoo-aff-checkbox_single a, .xoo-aff-required.xoo-aff-checkbox_single, .xoo-aff-required.xoo-aff-checkbox_single label{
font-family: "Montserrat", Sans-serif !Important;
font-size: 14px !Important;
font-weight: 400 !Important;
}
.span.xoo-el-sing-subtxt{
font-family: "Montserrat", Sans-serif !Important;
font-size: 14px !Important;
font-weight: 400 !Important;
margin-top:20px !Important;
}
.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{
background:none !Important;
}
.xoo-el-wrap{
border-radius: 30px !Important;
overflow: hidden !Important;
border: 1px solid #000;
box-shadow: 4px 6px 11px -5px rgba(0, 0, 0, 0.28);
}
.xoo-aff-input-group .xoo-aff-input-icon {
    border: none !Important;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"]{
 border: none !Important;
 font-family: "Montserrat", Sans-serif !Important;
font-size: 14px !Important;
font-weight: 500 !Important;
}
.xoo-aff-input-group {
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 1px solid #ccc !important;
}

.xoo-el-sing-head{
    color: #EC530A;
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 400;
	line-height: 26px;
}

.sub-menu-toggle{
display:none !Important;
}

.left_cola{
height: 100% !important;
overflow-y: auto !important;
}

.left_cola::-webkit-scrollbar {
width: 0px !important;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
background: transparent !important;
}

.rolls_grid{
display: flex;
flex-direction: row;
gap: 15px;
flex-wrap: wrap;
}

.rolls_grid a{
    color: #000;
    background-color: #f2ecec;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 25px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
	border: 1px solid #FFC3A7;
}
.rolls_grid a:hover{
background:#EC530A;
color:#fff;
border: 1px solid #EC530A;
}

.ma_2step .woolentor-msc2-checkout textarea.input-text {
    padding: 20px 30px !important;
    min-height: 110px;
}

#billing_country_field, #shipping_country_field{
display:none !Important;
}

.woocommerce .ma_thanks table.shop_table {
    border-collapse: collapse !Important;
	box-shadow: 0 0 0 1px #E4E4E4;
	border: 1px solid #E4E4E4;
    border-radius: 30px;
    overflow: hidden;
	font-size: 13px;
}

.ma_thanks .woocommerce-order-details .order_details tfoot td {
    font-size: 13px !Important;
    line-height: 16px !Important;
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 34px;
}

ul.order_details li strong{
margin-top:30px;
}


.woolentor-quantity-btn.woolentor-quantity-increase, .woolentor-quantity-btn.woolentor-quantity-decrease{
display:none !Important;
}

.woolentor-review-order-1 .quantity{
border:none !important;
}

.woocommerce .ma_2step input.input-text {
    padding: 0px 0px 0px 20px !important;
}

.woocommerce .ma_2step ul#shipping_method li {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop_table.cart tr.cart_item .product-name {
    max-width: 70%;
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: #fff !important;
	color:#464543 !important;
    border-radius: 40px !important;
	width: 35px !important;
	height:35px !important;
	font-size: 23px;
    font-weight: 400;
}

body .jet-woo-products__item .qib-button-wrapper .minus.qib-button, body .jet-woo-products__item .qib-button-wrapper .plus.qib-button {
	background: #fff !important;
    color: #464543 !important;
    border-radius: 40px !important;
    width: 27px !important;
    height: 27px !important;
    font-size: 19px;
    font-weight: 400;
	padding: 1px 8px 8px !important;
}

body .jet-woo-products__item .jet-woo-product-button {
    position: absolute;
    bottom: 0px;
    width: 100%;
	padding-right: 10px;
}

.jet-woo-products__item .qib-button-wrapper button.qib-button, .jet-woo-products__item .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 27px !important;
}
.jet-woo-products__item .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 17px ! Important;
    padding: 7px 9px 8px ! Important;
    width: 100% ! Important;
    height: 27px !important;
	font-family: montserrat !important;
}

.jet-woo-products__item .qib-button-wrapper{
	margin:0px !important;
	margin-left:10px !important;
}

.jet-woo-products .jet-woo-products__item  .quantity {
    display: flex !important;
}

.rev_row{
	display:flex;
	justify-content:space-between;
	gap:20px;
	align-items:start;
	order:2;
	padding-right:10px;
}
.rev_row div, .rev_row span{
    align-items: start;
    margin-top: 0px !important;
    padding-top: 0px ! Important;
    line-height: 16px;
}

.woolentor-cart-list .woolentor-cart-product-details-list {
    line-height: 19px;
}

.woocommerce-shipping-destination, .shipping-calculator-button{
font-size: 14px;
line-height: 14px;
margin-top:45px;
}

body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
    background: #EC530A !important;
	color:#fff !important;
}

.quantity.wqpmb_quantity{
font-family: "Montserrat", Sans-serif !Important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    background: transparent !Important;
    border: none !Important;
	font-size: 17px !Important;
	padding: 6px 9px 8px !Important;
    width: 50px !Important;
	height:35px !important;
	font-weight: 500;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 35px !important;
}

body .ma_dost .qib-button-wrapper .minus.qib-button, body .ma_dost .qib-button-wrapper .plus.qib-button {
    width: 20px !important;
    height: 20px !important;
padding: 0px;
    font-size: 17px;
    text-align: center;
    line-height: 17px;
}

.ma_dost .woolentor-review-order-1 .quantity {
    width: 60px;
	height: 20px !important;
}

.ma_dost .qib-button-wrapper button.qib-button, .ma_dost .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 20px !important;
    padding: 0px;
}

.ma_dost .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 16px ! Important;
    height: 20px !important;
}

.ma_dost .woolentor-product-thumb img{
border-radius:20px;
overflow:hidden;
}

body .qib-button-wrapper {
    border: 1px solid #dedede;
    border-radius: 40px;
    padding: 3px;
    background: #f2ecec;
}

.ekit-mini-cart-container, .ekit-mini-cart--backdrop{
display:none !Important;
}


.rl_header{
text-align: left;
color: #EC530A;
font-family: "Montserrat", Sans-serif;
font-size: 36px;
font-weight: 400;
line-height: 36px;
margin-bottom:30px;
}

.ma_rel_prods .products::before, .ma_rel_prods .products::after {
    content: " ";
    display: none !important;
}

.ma_rel_prods .products{
display:flex;
gap: 30px ! Important;
flex-flow: unset ! Important;
column-gap: 30px ! Important;
justify-content: space-between !important;
margin: 0 !important;
}

.rp_title{
font-family: "Montserrat", Sans-serif;
font-size: 20px;
font-weight: 500;
margin: 20px 20px 10px 20px;
text-align: left;
line-height:26px;
}

.rp_weight{
font-family: "Montserrat", Sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px;
margin-bottom: 20px;
color: #464543;
}

.rp_desc{
font-family: "Montserrat", Sans-serif;
font-size: 14px;
font-weight: 300;
margin: 0px 0px 0px 20px;
text-align: left;
line-height:24px;
}

.rp_price{
font-family: "Montserrat", Sans-serif;
font-size: 16px;
font-weight: 500;
text-align: left;
margin: 30px 0px 0px 20px;
position: absolute;
bottom: 20px;
}

.rp_btn{
font-family: "Montserrat", Sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 16px;
display: inline-block;
color: #FFFFFF;
background-color: #EC530A;
text-decoration: none;
border-radius: 30px 30px 30px 30px;
padding: 10px 39px 10px 39px;
text-align: center;
position: absolute;
bottom: 20px;
right: 20px;
}

.rp_btn:hover {
    background-color: #000000;
    text-decoration: none;
}

.ma_rp{
box-shadow: 4px 6px 11px -5px rgba(0, 0, 0, 0.28);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #EBEBEB;
border-radius: 30px;
overflow:hidden;
width: calc(25% - 40px);
min-height:530px;
position:relative;
}
.ma_rp .main_prod_img{
border-radius: 30px;
overflow:hidden;
display:block;
}

.qw_btn{
display:inline-flex;
align-items:center;
gap:5px;
font-family: "Montserrat", Sans-serif;
font-size: 15px;
font-weight: 400;
text-decoration:none;
padding: 9px 50px;
border-radius: 30px;
color: #252525;
background-color: #F2ECEC;
border: 1px solid #FFC3A7;
}

.qw_btn:hover{
    color: #fff !important;
    background-color: #EC530A !important;
}


.qw_btn span{
color: #252525;
font-family: "Montserrat", Sans-serif;
font-size: 16px;
font-weight: 400;
}

.qw_btn:hover span{
    color: #fff !important;
}

.qw_korzina{
margin-top:40px;
display:flex;
justify-content:space-between;
align-items:center;
}

.qw_but{
	color:#464543 !important;
	background:#fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
}

.qw_but:hover{
    background: #EC530A !important;
	color:#fff !important;
}

.qw_input{
text-align:center;
border:none !important;
background:transparent;
padding:0px !Important;
color:#464543 !important;
font-family: "Montserrat", Sans-serif;
font-size: 20px;
line-height:20px !important;
font-weight: 500;
max-width: 60px !important;
}

.qw_quantity{
    background: #f2ecec;
    display: inline-flex;
	border:1px solid #dedede;
	align-items:center;
    border-radius: 30px;
    width: auto;
    justify-content: stretch;
	padding: 2px;
}

.elementor-lightbox-image{
border-radius:20px !important;
overflow:hidden;
border: 2px solid #616161 !important;
}

/*
.qw_header{
display:flex;
flex-direction:row;
gap:40px;
}
*/

.qw_sostav{
    color: #464543;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
	line-height: 24px;
	margin-top:40px;
}

.qw_title{
    color: #EC530A;
    font-family: "Unbounded", Sans-serif;
    font-size: 26px;
    font-weight: 400;
	line-height: 36px;
	/* max-width: calc(67% - 20px);	*/
}

.qw_weight{
    color: #464543;
    font-family: "Montserrat", Sans-serif;
    font-size: 23px;
    font-weight: 300;
	/* width: calc(33% - 20px); */
}

.qw_desc{
color:#464543;
font-family: "Montserrat", Sans-serif;
font-size: 14px;
line-height:17px;
font-weight: 400;
margin-top:40px;
}

.qw_sostav2{
color:#464543;
font-family: "Montserrat", Sans-serif;
font-size: 14px;
line-height:19px;
font-weight: 400;
margin-top:40px;
padding: 10px 0px;
border-top: 1px solid #FCD3C0;
border-bottom: 1px solid #FCD3C0;
margin-top: 10px;
color:#EC530A;
display:flex;
flex-direction:row;
gap:40px;
}

.qw_sostav2 .qw_har{
width: calc(50% - 40px);
}

.qw_sostav2 .qw_har div{
display:flex;
justify-content: space-between;
}

.qw_sostav2 span{
color: #464543;
}

/*
.qw_weight span{
margin-right:20px;
}
*/

.dialog-type-lightbox {
    background-color: rgb(0 0 0 / 100%) !important;
}

.ma_qw{
display:flex;
flex-direction:row;
gap:40px;
}

.ma_qw2 .elementor-shortcode{
display:flex;
flex-direction:row;
gap:40px;
}

.qw_left{
width: calc(45% - 40px);
}

.qw_right{
width: calc(55% - 40px);
}


.product-card-wrapper picture{
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.product-card-wrapper picture img, .product-card-wrapper picture source{
width:100%;
}

.product-slider-list-item a:hover, .product-card-wrapper a:hover{
opacity:0.5;
}

.product-slider-list {
    display: flex;
    justify-content: left;
    position: relative;
    gap: 20px;
    overflow: hidden;
	margin-top:20px;
}
.product-slider-list-item {
    cursor: pointer;
    width: calc(50% - 20px);
}

.yith-wcqv-main .product{
padding:40px;
}

.yith-quick-view .yith-quick-view-close {
    width: 41px;
    height: 41px;
    background-size: 100% !important;
}

#loftloader-wrapper{
z-index:999999999999 !important;
}

.yith-quick-view .yith-wcqv-head {
    top: -32px;
    right: -29px;
    width: 30px;
    height: 30px;
}

.yith-quick-view-nav.reveal a.yith-wcqv-next div img, .yith-quick-view-nav.reveal a.yith-wcqv-prev div img{
    display: none;
font-family: "Montserrat", Sans-serif;	
}

.yith-quick-view.yith-modal{
z-index:999999999 !important;
}

.yith-quick-view.yith-modal .yith-quick-view-overlay {
    background: #4f4f4ff0 ! Important;
}

.yith-wcqv-head .yith-quick-view-close {
    background: url(/wp-content/themes/yamal/img/close.png) no-repeat center;
}
.yith-wcqv-head .yith-quick-view-close:hover{
    background: url(/wp-content/themes/yamal/img/close2.png) no-repeat center;
}

.woocommerce-product-gallery__image .outofstock{
display:none !Important;
}

.woocommerce table.shop_attributes{
border:none !Important;
margin-bottom: 0px;
margin-top: 8px;
}

.yith-quick-view.yith-modal .yith-wcqv-main {
    border: 2px solid #FCD3C0 !Important;
    box-shadow: none !important;
    border-radius: 20px;
}

body .yith-quick-view.yith-modal .yith-quick-view-content div.images {
    width: 100% !important;
}

.woolentor-thumbanis-image li::marker{
display:none;
}
.woolentor-thumbanis-image{
display:flex;
gap:20px;
padding:0px !important;
margin-top:20px;
}
.woolentor-thumbanis-image li{
list-style-type:none;
width:50%;
display:flex;
border-radius:20px;
overflow:hidden;
max-height: 130px;
height: 130px;
position: relative;
}
.woolentor-thumbanis-image li img {
    height: auto !important;
    position: absolute;
    left: 0px;
    top: 0px;
}

.woolentor-thumbanis-image li img{
width:100%;
}

.yith-wcqv-button.qvicon{
position: absolute !important;
zoom: 1;
top: 0px;
left: 0px;
width: 100%;
height: 360px;
z-index:2;
}

.yith-wcqv-button.qvicon span{
display:none !important;
}

.prod_weight{
order: 1;
font-family: "Montserrat", Sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px;
margin-bottom: 20px;
color:#464543;
}

.jet-woo-products .jet-woo-products__item  .prod_weight{
	order: 3;
	margin-left: 0px;
	margin-bottom: 0px;
}

.jet-woo-products .jet-woo-products__item {
    min-height: 460px !important;
}


.left_cola a:hover .elementor-widget-container p{
color:#EC530A;
}

.ma_button .elementor-widget-container:hover{
background:#EC530A;
color:#fff;
border-color:#EC530A;
cursor:pointer;
}

.ma_imga img{
max-width:100% !important;
}

.jet-woo-product-thumbnail a{
display: flex;
max-height: 220px;
align-items:center;
justify-content:center;
}

.elementor-3716 .elementor-element.elementor-element-c3b20a2 .ekit-dropdown-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.woocommerce ul#shipping_method li {
    display: flex;
    align-items: center;
    justify-content: end;
}

.woocommerce ul#shipping_method li label {
display: flex !important;
font-size: 11px !important;
padding: 0px;
margin: 0px;
line-height: 15px;
justify-content: start;
align-items: start;
gap: 5px;
text-align: left;
    font-family: 'Montserrat';
flex-direction: column;
}

.woocommerce ul#shipping_method {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: start;
}

.elementor-520 .elementor-element.elementor-element-54c6827 *:not(i) {
    font-size: 14px !important;
}

.woocommerce ul#shipping_method li input {
    margin: 0px !important;
    margin-right: 10px !important;
}

.shop_table.cart tr.cart_item div.product-thumbnail img {
    height: auto !important;
}

.woolentor-review-order-1 .quantity {
    display: flex;
}
.woocommerce .woolentor-review-order-1 .quantity .qty {
    font-size: 14px !important;
    line-height: 14px !important;
}

.woolentor-msc2-checkout .input-text {
    border-radius: 30px 30px 30px 30px;
    padding: 10px !important;
    font-size: 14px !important;
}

.wl_msc_style_2 .woolentor-step.woolentor-complete .woolentor-block-heading:before {
    border-color: #000 !important;
}

.wl_msc_style_2 .woolentor-step.woolentor-active .woolentor-block-heading:after, .wl_msc_style_2 .woolentor-step.woolentor-complete .woolentor-block-heading:after {
    background-color: #000 !important;
}

.woocommerce .woolentor-msc2-checkout .woolentor-btn.woolentor-btn-text {
    color: #fff !important;
	padding: 15px 30px;
}

.wl_msc_style_2 .woolentor-btn:hover{
    background-color: #A6A6A6 !important;
}

.woocommerce-checkout .woolentor-payment-method-1 #payment div.payment_box {
    font-size: 14px !important;
}

#order_review table.shop_table tfoot tr:not(.order-total,.woolentor-save) th, #order_review table.shop_table tfoot tr.order-total th{
    text-align: left;
}

.elementor-widget-wl-thankyou-order-form p{
font-family: "Montserrat", Sans-serif;
text-align:center;
font-size: 16px;
}

.elementor-widget-wl-thankyou-order-form p.woocommerce-thankyou-order-received{
font-family: "Montserrat", Sans-serif;
text-align:center;
font-size: 22px;
}

.lishki li{
font-family: "Montserrat", Sans-serif;
}

.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-header, .xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-body{
min-width:100%;
}

.xt_woofc-title, .xt_woofc-product-title-inner, .xt_woofc-price bdi, .xt_woofc-delete-item span, .xt_woofc-footer span{
font-family: "Montserrat", Sans-serif;
}

.xt_woofc-cart-open .xt_woofc-checkout{
    background: #fec302 !important;
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover, .xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus{
    background: #FB7377 !important;
}

.woocommerce ul.products li.product a{

}

.xt_woofc-trigger.xt_woofc-icontype-image .xt_woofc-trigger-cart-icon {
background: #fec302 url(/wp-content/themes/super/img/cart.png) no-repeat !important;
background-color: #fec302;
background-size: 43px !important;
background-position: center center !important;
overflow: hidden !important;
border-radius: 100px !important;
}

.xt_woofc-animation-morph .xt_woofc-trigger {
    width: 60px !important;
    height: 60px !important;
    top: 12px !important;
}

.xt_woofc-is-desktop .xt_woofc-pos-bottom-right .xt_woofc-wrapper, .xt_woofc-is-tablet .xt_woofc-tablet-pos-bottom-right .xt_woofc-wrapper, .xt_woofc-is-mobile .xt_woofc-mobile-pos-bottom-right .xt_woofc-wrapper {
    bottom: 125px !important;
    right: 31px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.xt_woofc-icontype-image{
    width: 60px !important;
    height: 60px !important;
}

.xt_woofc-wrapper{
box-shadow:none !Important;
}

.xt_woofc-trigger{
background:none !Important;
}

.added_to_cart{
font-family: "Montserrat", Sans-serif !Important;
font-size: 14px;
display: inline-block !Important;
background: #e3e3e3;
border-radius: 30px;
margin-top: 20px;
line-height: 14px;
padding: 10px;
width: auto;
}

.overthis{
overflow:hidden;
}

.elementor-widget-image img{
height:auto !important;
}

.ma_policy h1, .ma_policy h2, .ma_policy h3, .ma_policy h4, .ma_policy h5, .ma_policy td, .ma_policy li{
font-family: "Montserrat", Sans-serif !Important;
}

.leaf1{
	 -webkit-animation:spin1 22s ease-in-out infinite;
}

.leaf2{
	 -webkit-animation:spin1 17s ease-in-out infinite;
}

.wl_msc_style_2 .woolentor-step{
border-radius:30px !important;
border-width:1px;
}

.wl_msc_style_2 .woolentor-step.woolentor-active{
border: 1px solid #000 !important;
}

.wl_msc_style_2 .woolentor-step.woolentor-active{
border: 1px solid rgba( 255, 255, 255, 0.48 );
}

.glasser{
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 30px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.glasser2 .elementor-nav-menu--main{
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 30px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.ma_white{
padding:20px 30px;
font-family: "Montserrat", Sans-serif;
color:#000;
background:#FEFEED;
font-size:24px;
line-height:24px;
text-align:center;
border:1px solid #FB7377;
border-radius:20px;
cursor:pointer;
display:block;
}

.ma_white:hover{
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.ma_purple{
padding:20px 30px;
font-family: "Montserrat", Sans-serif;
color:#fff;
background:#FB7377;
font-size:24px;
line-height:24px;
text-align:center;
border:1px solid #fff;
border-radius:20px;
cursor:pointer;
display:block;
}

.ma_purple:hover{
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}


@-webkit-keyframes spin1{
	0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(6deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    } 
}


.elementor-element-ca4d870 a, .elementor-element-538b5de a{
color:#000;
}

[data-elementor-type="wp-page"]{
overflow:hidden;
}

body .modal-window__wrapper.has-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

body .modal-window__content-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
	align-items:center;
	justify-content:center;
}
.modal-window__close {
    top: 82px !important;
    right: 33px !important;
    background: none !important;
    color: #000 !important;
    border-radius: 30px !important;
	font-size:40px !important;
	padding-bottom: 3px !important;
}
.modal-window__close.-image:after {
    height: 42px !important;
}

.ma_input{
max-width:80% !Important;
width:80% !Important;
text-align:center;
border:0px !Important;
border-radius:30px !Important;
background:#f3f3f3;
font-size: 16px;
font-family: inter;
}
.ma_checkbox{
display: flex;
gap: 5px;
font-family: inter;
font-size: 12px;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}

.ma_checkbox input[type=checkbox] {
    -webkit-appearance: none;
    outline: none;
    height: 17px;
    width: 17px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    display: inline-block;
    position: relative;
    background: #ffe600;
    border: 1px solid #ffe600;
    box-sizing: border-box;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 0;
}
.ma_checkbox a{
text-decoration:underline;
}
.ma_checkbox input[type=checkbox].check-text:checked:after {
    content: '';
    position: absolute;
    height: 60%;
    width: 30%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-22%) rotate(45deg);
    transform: translateY(-22%) rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.i_tele2{
display:none;
}

.form_nazv{
font-size: 20px;
font-family: inter;
text-align: center;
font-weight: 500;
}

.b_but{
color: #ffffff;
font-size: 15px;
font-family: 'inter';
line-height: 1.55;
font-weight: 500;
letter-spacing: -0.1px;
border-radius: 100px;
background-color: #181818;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 16px 20px;
display:flex;
text-align:center;
justify-content:center;
cursor:pointer;
}
.b_but:hover{
color: #181818;
background:#ffe600;
}

.y_but{
color: #181818;
font-size: 18px;
font-family: 'inter';
line-height: 1.55;
font-weight: 600;
letter-spacing: -0.1px;
border-radius: 100px;
background-color: #ffe600;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 26px 30px;
display:flex;
justify-content:center;
cursor:pointer;
}
.y_but:hover{
color: #fff;
background:#181818;
}
.y_but2, .ma_but2{
color: #181818;
font-size: 15px;
font-family: 'inter';
line-height: 1.55;
font-weight: 600;
letter-spacing: -0.1px;
border-radius: 100px;
background-color: #ffe600;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 16px 20px;
display:flex;
justify-content:center;
cursor:pointer;
}
.y_but2:hover, .ma_but2:hover{
color: #fff;
background:#181818;
}
.ma_but2{
min-width:250px;
}
.ma_text span{
font-size:14px;
}
.ma_map2, .ma_video{
border-radius:30px;
overflow:hidden;
}

.y_text span{
background:#ffe600;
padding: 0px 23px;
border-radius:30px;
}
.ma_list li{
font-family: "Montserrat", Sans-serif;
}
.y_text2 span{
background:#ffe600;
color:#000;
padding: 0px 23px;
border-radius:30px;
}

.disabledContent {
    cursor: not-allowed;
    background-color: rgb(229, 229, 229) !important;
}

.uspeh1, .uspeh2{
font-family: inter;
text-align: center;
font-size: 13px;
padding: 20px;
border: 1px solid #efefef;
border-radius: 30px;
}
.uspeh2{
	border: 1px solid #ff0000;
}


.t706__carticon-imgwrap {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.t706__carticon-img {
    width: 40px;
    height: 40px;
    padding: 18px 20px 22px;
    stroke: #000;
	box-sizing: content-box;
}
.t-heading_sm {
    font-size: 28px;
    line-height: 1.17;
	margin-bottom: 30px;
}
.t-text {
    font-family: 'inter';
    font-weight: 300;
	font-size: 18px;
    line-height: 1.55;
}
.t-sociallinks {
    margin-top: 30px;
}
.t-sociallinks__item {
    display: inline-block;
    margin: 4px 1px 0;
}
#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(174, 31, 5, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(174, 31, 5, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(174, 31, 5, 0);
	}
}
.t651__btn_wrapper {
position: fixed;
    bottom:50px;
    right: 50px;
    height: 60px;
    width: 60px;
	z-index:999;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
animation: pulse 2s infinite;
cursor:pointer !important;
}
.t651__icon, .t651__icon-close {
    fill: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.t651__popup {
    -webkit-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}
.t651__popup-container {
    margin: 0;
    top: initial;
    left: initial;
    bottom: 125px;
    right: 100px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    background: #fff;
    position: fixed;
    z-index: 9;
    cursor: default;
    text-align: center;
    max-width: 360px;
	font-family: "Montserrat", Sans-serif;
}
.t651__wrapper {
    padding: 30px 35px 40px;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 65vh;
}
.t651__input-container {
    margin: 0 auto;
}
.t651__blockinput-errorbox {
    background: #F95D51;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'inter';
}
.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}
.t651__blockinput-errors-text {
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    font-family: 'inter';
}
.t651__blockinput-errors-item {
    padding-top: 10px;
    display: none;
    font-family: 'inter';
}
.t651__blockinput-success {
    text-align: center;
    padding: 20px;
    font-family: 'inter';
}
.t-input__vis-ph {
    font-size: 16px;
    font-family: 'inter';
    line-height: 1;
    opacity: .5;
    position: absolute;
    left: 20px;
    top: 12px;
    height: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: left;
    transform-origin: left;
    pointer-events: none;
    white-space: nowrap;
}
.t651 .t-input__vis-ph {
    top: 17px;
}
.t651__blockbutton {
    vertical-align: middle;
    width: 100%;
}
.t-submit {
    font-family: 'inter';
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
	text-transform: inherit;
}
.t651__submit {
    height: 50px;
    padding: 0;
    width: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background-color: #fa8669;
    color: #fff;
    border-width: 0;
	font-family: 'inter';
}
.t-submit {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    font-family: 'P22UndergroundCYProHeavy', sans-serif !important;	
}
.t-submit:hover {
    background-color: #290b0b !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.003) !important;
}
.t651__blockinput {
    vertical-align: middle;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}
.t651__additional-info {
    margin-top: 30px;
}
.t651__text {
    margin-top: 10px;
    margin-bottom: 4px;
}
.t651__blockinput input{
margin-bottom:5px !Important;
}
.t651 .t-input_pvis {
    padding: 22px 20px 10px 20px;
}
.t651__input {
    outline: none;
    height: 50px;
}

.t-input {
    margin: 0;
	font-family: 'inter';
    font-size: 100%;
    height: 50px !Important;
    padding: 0 20px;
    font-size: 16px;
    line-height: 50px !Important;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.t-input__vis-ph.act{
    left: 15px;
    font-size: 13px;
    top: -14px;
	font-family: 'inter';
}
.shthis{
display:block !important;
}

.t651__btn-text {
position: fixed;
    right: 130px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    bottom: 40px;
    background: #292929;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.t651__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.t651__blockbutton button{
font-family:"Montserrat", Sans-serif !Important;
}

@media all and (max-width:1024px){
.y_but {
    font-size: 15px;
}
.qw_left {
    width: calc(40% - 40px);
}
.qw_right {
    width: calc(60% - 40px);
}
.qw_btn {
    font-size: 13px;
    padding: 12px 20px;
}
.qw_btn span {
    font-size: 13px;
}
}


.xoo-el-form-container ul.xoo-el-tabs li {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 11px 10px !important;
    line-height: 14px !important;
    border: 1px solid #ededed;
}

.shop_table.cart tr td {
padding:0px !important;
}
@media all and (max-width:1367px){
.ma_sticky_cart #elementor-menu-cart__toggle_button::before {
    font-size: 13px;
}
}
@media all and (max-width:550px){
.ma_thanks ul.order_details li {
	font-size: 14px !important;
}
.ma_thanks ul.order_details li strong {
    font-size: 14px !important;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
}
.uc-side-menu-items ul ul.sub-menu li a{
font-weight: 400 !important;
}
.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.loading::after {
    margin-top: -7px !important;
    right: 2px !important;
}
.rev_row{
	padding-right:0px;
}
.jet-woo-products__item .qib-button-wrapper{
	margin-left:0px !important;
}
.rev_dost {
    gap: 10px;
    min-width: 300px;
    flex-direction: column;
}
.rev_inp label {
    padding: 15px 15px 15px 50px;
}
#change_amount_wrapper input{
	height:unset !Important;
	padding: 12px 20px !important;
}
.woocommerce .woolentor-cart-list  tr.cart_item .woolentor-product-price{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.woocommerce .woolentor-cart-list .woolentor-product-quantity {
    margin-bottom: 0px !important;
}
.woocommerce .woolentor-cart-list  tr.cart_item div.product-price .amount {
    font-size: 14px !important;
}
.wl_cart_table .woolentor-cart-product {
    padding: 10px !important;
    display: flex !important;
	flex-direction: row !important;
}
.wl_cart_table tr.cart_item div.product-thumbnail img {
    border-radius: 10px !important;
}
.wl_cart_table .product-name {
	margin: 0px 0px 0px 0px !important;
}	
.woocommerce .woolentor-cart-list .cart .product-thumbnail {
	max-width: 23% !important;
	margin-right: 0px !important;
}

.woolentor-cart-product-content-left .woolentor-product-name{
    text-align: left !Important;
    font-size: 13px !Important;
    margin-left: 10px !Important;
	line-height: 16px !Important;
	margin-bottom: 5px !Important;
}

.woolentor-cart-product-actions.wl-style--1{
	display:none !Important;
	-webkit-box-pack: left !Important;
	-ms-flex-pack: left !Important;
	justify-content: left !Important;
}

.woolentor-cart-list .woolentor-cart-product-content {
    gap: 5px !Important;
}

.woocommerce .woolentor-cart-list .woolentor-product-price {
	text-align: left !important;
	margin-left: 10px !important;
	font-size: 15px !Important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 13px ! Important;
    padding: 6px 9px 8px ! Important;
    height: 20px !important;
}
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    width: 20px !important;
    height: 20px !important;
    font-size: 19px;
    font-weight: 400;
    padding: 0px;
}
.woocommerce .woolentor-cart-list .woolentor-product-quantity {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: start !important;
	margin-left: 10px !important;
}
.jet-woo-products__item .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 13px ! Important;
    padding: 0px 6px 0px ! Important;
    width: 100% ! Important;
    height: 14px !important;
    font-family: montserrat !important;
}
.jet-woo-products__item  .jet-woo-product-button .button {
        font-size: 12px !important;
        line-height: 12px !important;
}	
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 20px !important;
    line-height: 20px;
}

.elementor-widget-wl-cart-table-list .woocommerce{
justify-content: start;
align-items: start;
display: flex;
}

.elementor-widget-wl-cart-table-list .woolentor-cart-product {
    padding: 10px !important;
}

.woocommerce-error, .woocommerce-notices-wrapper, .woocommerce-info, .woocommerce-message{
margin-top: 100px !important;
}

.ekit-template-content-markup.ekit-template-content-header{
z-index: 9999999;
    position: relative;
}
	
.modal-window__content{
	max-width:320px !Important;
	left:50% !important;
	margin-left:-160px !Important;
	padding:15px !Important;
}
.ma_checkbox{
	font-size: 10px;
}
.t651__btn_wrapper {
    bottom: 10px;
    right: 10px;
}
.t651__popup-container {
    bottom: 90px;
    right: 50px;
}

.rolls_grid {
    gap: 8px;
}
.rolls_grid a {
	padding: 4px 8px;
        font-size: 12px;
}
.elementor-3716 .elementor-element.elementor-element-cce8b30 img {
	width: 210px !important;
	max-width: 210px !important;
}
.ma_qw {
    flex-direction: column;
    gap: 30px;
}
.qw_left, .qw_right{
	width: 100%;
}
.yith-wcqv-wrapper{
	top: 30px !important;
    height: calc(100% - 60px) !important;
}
.yith-quick-view-content .product{
	overflow-y: auto;
}
.qw_title {
	font-size: 19px;
    line-height: 23px;
}
.qw_weight {
   font-size: 15px;
   line-height: 17px;
}
.qw_sostav2 {
    font-size: 11px;
    gap: 15px;
	padding: 5px 0px;
}
.qw_desc {
    margin-top: 10px;
	font-size: 13px;
    line-height: 16px;
}
.qw_sostav {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}
.qw_sostav2 .qw_har {
    flex-grow: 1;
}
.yith-wcqv-main .product {
    padding: 10px;
}
.qw_korzina{
	flex-direction: row;
	align-items: stretch;
	gap: 10px;
	margin-top: 20px;
}
.qw_quantity {
    justify-content: space-between;
	flex-grow: 1;
}
.qw_btn{
    align-items: center;
    font-size: 13px;
    padding: 9px 20px;
    border-radius: 30px;
    flex-grow: 1;
    justify-content: center;
}
.qw_input {
    font-size: 16px !important;
    line-height: 20px !important;
    max-width: 30px !important;
}

.woocommerce .qw_btn img, .woocommerce-page .qw_btn img {
    height: 15px;
}
.woocommerce-MyAccount-content {
    width: 100% !important;
	margin-top: 30px;
}
.lk_obsh {
    flex-direction: column;
}
.lk_prod_info {
    flex-direction: column;
}
.lk_img {
    width: 100%;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    flex-direction: column;
}
.woocommerce ul.order_details {
    flex-direction: column;
	margin: 0px;
    padding-left: 0px;
}
.elementor-widget-wl-thankyou-order-form p.woocommerce-thankyou-order-received {
    font-size: 18px;
}
ul.order_details li strong {
    margin-top: 5px;
    margin-bottom: 30px;
}
.woocommerce ul.order_details li {
    float: unset;
    margin-right: 0px;
    border-right: unset;
    padding-right: 0px;
    margin-left: 0;
    padding-left: 0;
}
.elementor-widget-wl-thankyou-order-details{
	display:none;
}

.shop_table.cart tr.cart_item .product-name {
    max-width: 100%;
}
.wl_update_cart_shop{
	display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}
.elementor-5457 .elementor-element.elementor-element-617696c .cart_totals .shop_table tr th, .elementor-5457 .elementor-element.elementor-element-617696c .cart_totals .shop_table tr td {
    border-width: 0px !important;
}
.woocommerce table.shop_table_responsive tr td[data-title="Доставка"], .woocommerce-page table.shop_table_responsive tr td[data-title="Доставка"]{
	display: flex !important;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    text-align: left !important;
    padding: 10px !important;
    border-radius: 30px;
    overflow: hidden;
}

/*
.uc-menu-button-wrapper:before{
	content:'Меню';
	font-family:inter;
	font-size:13px;
	color:#000;
	width:50px;
	left:-55px;
	top:9px;
	position:absolute;
}
*/

.woocommerce .woolentor-fields-1.wl_on_top .has-value label, .woocommerce .woolentor-fields-1.wl_on_top .focused label {
    max-width: 300px !important;
}
.woocommerce .woolentor-fields-1 .woocommerce-billing-fields__field-wrapper, .woocommerce .woolentor-fields-1 .woocommerce-shipping-fields__field-wrapper, .woocommerce .woolentor-fields-1 div.create-account {
    gap: 15px !important;
}
.woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 :is(.woocommerce-account-fields,.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields) .form-row:not(.create-account), .woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 :is(.woocommerce-account-fields,.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields) input.input-text, .woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 :is(.woocommerce-account-fields,.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields) select {
    height: 50px !important;
}
.elementor-5479 .elementor-element.elementor-element-a1a65d2 .wl_msc_style_2 .woolentor-step{
	border:none !Important;
}
.form-row, .shipping_address .form-row{
    max-width: 100% !important;
}
#shipping_address_step{
	margin-top:-20px !Important;
}
.woolentor-msc2-step{
	padding:5px !important;
}
.shipping_address .form-row#shipping_address_2_field, .shipping_address .form-row#shipping_new_fild9_field, .shipping_address .form-row#shipping_new_fild10_field, .shipping_address .form-row#shipping_new_fild11_field{
max-width:47% !important;
}
#order_review.woolentor-review-order-1 .woolentor-product-content-bottom {
    gap: 0px !important;
}
.woolentor-step-wrapper #information_step .woolentor-block-heading{
    display: block !important;
	margin-top:20px !important;
}
.woolentor-step-wrapper #information_step .woolentor-block-heading:before,.woolentor-step-wrapper #information_step .woolentor-block-heading:after{
display:none !important;
}
 .woocommerce .elementor-5479 .elementor-element.elementor-element-a1a65d2 :is(.woocommerce-account-fields,.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields) input.input-text.custom-qty-input{
	height:18px !Important;
}
#payment_method_step{
	margin-top:-40px !important;
}
.payment_methods li label{
	font-size: 13px !important;
	line-height: 20px;
	color: #28303d !important;
	font-weight: 400 !important;
}
[data-step-target="#shipping_address_step"]{
	display:none !Important;
}
.woocommerce ul#shipping_method {
    flex-direction: column;
    gap: 0px;
}
.elementor-5479 .elementor-element.elementor-element-a1a65d2 .woolentor-step-footer .woolentor-btn.woolentor-btn-text {
    padding: 5px 15px !important;
}
.wc_payment_methods.payment_methods.methods{
	padding-left:0px !important;
}
.woolentor-payment-method-1 .payment_box {
    text-align: center !important;
    font-size: 15px !important;
}
.jet-woo-product-title a{
	font-size: 12px !important;
	line-height: 14px !important;
	display:block;
}
.jet-woo-products__item .jet-woo-product-button .cart{
display:flex;
justify-content:space-between;
}
body .qib-button-wrapper {
    padding: 2px;
}
.jet-woo-products__item .quantity {
    width: 31px !important;
    margin: 0px 0px 0px 0px !important;
}
body .jet-woo-products__item .qib-button-wrapper .minus.qib-button, body .jet-woo-products__item .qib-button-wrapper .plus.qib-button {
    background: #fff !important;
    color: #464543 !important;
    border-radius: 40px !important;
    width: 14px !important;
    height: 14px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 400;
	text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    padding: 0px 0px 0px 0px !important;
	padding-bottom: 1px !important;
}
.qw_but{
		background: #fff !important;
        color: #464543 !important;
        border-radius: 40px !important;
        width: 25px !important;
        height: 25px !important;
        font-size: 21px !important;
        line-height: 18px !important;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 0px 0px 0px !important;
        padding-bottom: 2px !important;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__footer-buttons, .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__product:not(:first-of-type), .elementor-menu-cart__subtotal {
    padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.elementor-menu-cart__product{
	align-items: end;
}
.jet-woo-product-title a{
	font-size: 16px !important;
	line-height: 18px !important;
	overflow: hidden;
	text-overflow: ellipsis !important;
	max-height: 35px;
	height:35px;
	display:block;
	position:relative;
}
.elementor-3722 .elementor-element.elementor-element-eafd231 .jet-woo-products .jet-woo-product-price .price {
    font-size: 11px;
}
.jet-woo-product-title a:after{
	content:'';
	position: absolute;
	bottom: -1px;
	left: 0px;
	height: 16px;
	width: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	display:none;
}

.prod_weight {
    margin-left: 10px !important;
	font-size: 11px !important;
}
.rev_row .jet-woo-product-price .price{
	font-size: 14px !important;
}
.rev_row div, .rev_row span {
    line-height: 11px;
}
.rev_row .price{
display:block !Important;
}
.jet-woo-product-excerpt{
   display:none !important;
}
.jet-woo-products .jet-woo-products__item {
    min-height: 245px !important;
}
.jet-woo-products__item .qib-button-wrapper button.qib-button, .jet-woo-products__item .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 14px !important;
}
body .jet-woo-products__item .jet-woo-product-button {
    padding-right: 0px;
	padding-left: 0px;
}
.jet-woo-products .jet-woo-product-price {
    bottom: 32px;
}
.jet-woo-products .jet-woo-product-button {
    bottom: 10px;
    right: 0px;
    width: calc(100% - 20px);
}
.jet-woo-product-button .button {
	border-radius: 12px !important;
	padding: 5px !important;
	width: 101px;
}
.yith-wcqv-button.qvicon {
    height: 170px;
}
.product-slider-list{
display:none !important;
}
.qw_header{
	line-height:20px;
}
.yith-quick-view .yith-quick-view-close {
    width: 30px;
}
.qw_but {
    width: 25px;
    height: 25px;
    line-height: 19px;
    border-radius: 25px;
    padding: 0px;
    justify-content: center;
	align-items:unset;
}
.ma_qw2 .elementor-shortcode{
flex-direction: column;
}
.rl_header{
font-size: 20px;
line-height: 23px;
}
.ma_rp {
	width: calc(50% - 6px);
}
.related ul.products {
flex-direction: row !important;
flex-wrap: wrap !important;
gap: 30px ! Important;
column-gap: 10px ! Important;
}
.ma_rp {
    border-radius: 10px;
	min-height: 300px;
}
.ma_rp .main_prod_img {
    border-radius: 10px;
}
.rp_title {
	margin: 10px;
	font-size: 12px !important;
	line-height: 14px !important;
	display: block;
}
.rp_desc{
display:none;
}
.rp_btn{
bottom: 10px;
right: 10px;
width: calc(100% - 20px);
border-radius: 6px !important;
padding: 5px !important;
font-size: 11px !important;
}
.rp_weight {
    margin-left: 10px;
}
.rp_price {
    margin: 30px 0px 0px 10px;
    bottom: 40px;
}


html, body{
	padding-left:0px !Important;
	overflow-x:hidden !Important;
}
[data-elementor-type="wp-page"]{
	overflow-x:hidden !Important;
}
.left_cola{
display:none !important;
}


.jet-woo-products .jet-woo-product-thumbnail{
max-height:126px;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper{
	margin-top:0px !important;
}
.lk_roduct {
    margin-bottom: 10px;
    padding: 5px;
}

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    color: #000;
}