.home, .page{
overflow-x:hidden;
}
.modal-window, .modal-window__content{
    background: none !important;
}

/* По умолчанию скрываем мобильную версию */
.img-mobile {
  display: none;
}

/* На мобильных скрываем desktop-версию и показываем мобильную */
@media (max-width: 768px) {
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
}

.woocommerce-message .button{
	font-family: montserrat !Important;
    font-weight: 400 !Important;
    border-radius: 20px !Important;
}

.woocommerce-Price-amount.amount, .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: "Inter", Sans-serif;
font-size: 16px;
}

.woocommerce-error li{
color: #2B2A29;
font-family: "Inter", 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: "Inter", Sans-serif;
font-size: 14px !important;
font-weight: 500 !important;
border-radius: 17px !important;
color: #FFFFFF !important;
background-color: #EC530A !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: #A6A6A6 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout{
font-family: "Inter", Sans-serif;
font-size: 14px !important;
font-weight: 500 !important;
border-radius: 17px !important;
color: #FFFFFF !important;
background-color: #000 !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{
background-color: #A6A6A6 !important;
}

.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: 12px;
    line-height: 15px;
    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: 160px !important;
	max-width: 160px !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: "Inter", 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: "Blue Curve", Sans-serif !important;
font-size: 22px !important;
font-weight: 500 !important;
}

.woocommerce-MyAccount-content button, .wc-backward{
font-family: "Inter", Sans-serif;
font-size: 14px !important;
font-weight: 500 !important;
border-radius: 30px !important;
color: #FFFFFF !important;
background-color: #EC530A !important;
padding: 15px 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;
}

.woocommerce-MyAccount-content button:hover, .wc-backward:hover{
background-color: #A6A6A6 !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: "Blue Curve", 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: "Inter", 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: "Inter", 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: "Inter", Sans-serif;
}
.lkd_ves{
font-size:11px;
font-family: "Inter", Sans-serif;
}

.lkd_nazv span{
	font-weight:600;
}

.lk_img{
width:10%;
border-radius: 10px;
overflow:hidden;
}

.lk_detali{
color: #000;
font-family: "Inter", Sans-serif;
font-size: 18px;
font-weight: 500;
margin-bottom:10px;
margin-top:30px;
}

.lk_2{
font-size:13px;
}
.lk_status{
font-family: "Blue Curve", 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: #FFFFFF ! Important;
    background-color: #EC530A ! Important;
    text-decoration: none ! Important;
    border-radius: 30px ! Important;
    padding: 12px 39px ! Important;
    font-family: "Inter", 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{
border:none !Important;
background:#000 !Important;
}

.xoo-el-tabs li{
border-radius:20px;
overflow:hidden;
}
.xoo-el-tabs{
display:flex;
gap:10px;
flex-direction:row;
font-family: "Inter", 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: "Inter", Sans-serif !Important;
font-size: 14px !Important;
font-weight: 400 !Important;
}
.span.xoo-el-sing-subtxt{
font-family: "Inter", 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: "Inter", 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: "Blue Curve", 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: #FFFFFF;
background-color: #EC530A;
text-decoration: none;
border-radius: 30px 30px 30px 30px;
padding: 10px 25px;
font-family: "Inter", Sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 16px;
}
.rolls_grid a:hover{
background:#000
}

.ma_2step .woolentor-msc2-checkout textarea.input-text {
    padding: 20px 30px !important;
    min-height: 150px;
}

#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;
}

.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: "Inter", 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 #F8B393;
    border-radius: 40px;
    padding: 3px;
    background: #FEE9DF;
}

.ekit-mini-cart-container, .ekit-mini-cart--backdrop{
display:none !Important;
}


.rl_header{
text-align: left;
color: #EC530A;
font-family: "Blue Curve", 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: "Inter", Sans-serif;
font-size: 20px;
font-weight: 500;
margin: 20px 20px 10px 20px;
text-align: left;
line-height:26px;
}

.rp_weight{
font-family: "Inter", Sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px;
margin-bottom: 20px;
color: #464543;
}

.rp_desc{
font-family: "Inter", Sans-serif;
font-size: 14px;
font-weight: 300;
margin: 0px 0px 0px 20px;
text-align: left;
line-height:24px;
}

.rp_price{
font-family: "Inter", Sans-serif;
font-size: 16px;
font-weight: 500;
text-align: left;
margin: 30px 0px 0px 20px;
position: absolute;
bottom: 20px;
}

.rp_btn{
font-family: "Inter", 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{
background:#EC530A;
display:inline-flex;
align-items:center;
gap:15px;
color:#fff;
font-family: "Inter", Sans-serif;
font-size: 15px;
font-weight: 400;
text-decoration:none;
padding: 9px 50px;
border-radius: 30px;
}

.qw_btn:hover{
    background: #464543 !important;
}


.qw_btn span{
color:#fff;
font-family: "Inter", Sans-serif;
font-size: 16px;
font-weight: 600;
}

.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: "Inter", Sans-serif;
font-size: 20px;
line-height:20px !important;
font-weight: 500;
max-width: 60px !important;
}

.qw_quantity{
    background: #FEE9DF;
    display: inline-flex;
	border:1px solid #F8B393;
	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: "Blue Curve", Sans-serif;
    font-size: 20px;
    font-weight: 400;
	line-height: 24px;
	margin-top:40px;
}

.qw_title{
    color: #EC530A;
    font-family: "Blue Curve", Sans-serif;
    font-size: 36px;
    font-weight: 400;
	line-height: 36px;
	/* max-width: calc(67% - 20px);	*/
}

.qw_weight{
    color: #464543;
    font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 300;
	/* width: calc(33% - 20px); */
}

.qw_desc{
color:#464543;
font-family: "Inter", Sans-serif;
font-size: 14px;
line-height:17px;
font-weight: 400;
margin-top:40px;
}

.qw_sostav2{
color:#464543;
font-family: "Inter", 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;
}

.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: "Inter", Sans-serif;	
}

.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: 400px;
z-index:2;
}

.yith-wcqv-button.qvicon span{
display:none !important;
}

.prod_weight{
order: 1;
font-family: "Inter", Sans-serif;
font-size: 14px;
font-weight: 300;
margin-left: 20px;
margin-bottom: 20px;
color:#464543;
}

.jet-woo-products .jet-woo-products__item {
    min-height: 530px !important;
}

.jet-woo-products .jet-woo-product-price {
    position: absolute;
    bottom: 20px;
}
.jet-woo-products .jet-woo-product-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.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: 14px !important;
padding: 0px;
margin: 0px;
line-height: 15px;
justify-content: start;
align-items: start;
gap: 5px;
text-align: left;

flex-direction: column;
}

.woocommerce ul#shipping_method {
    display: flex;
    flex-direction: column;
    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: "Inter", Sans-serif;
text-align:center;
font-size: 16px;
}

.elementor-widget-wl-thankyou-order-form p.woocommerce-thankyou-order-received{
font-family: "Inter", Sans-serif;
text-align:center;
font-size: 22px;
}

.lishki li{
font-family: "Inter", 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: "Inter", 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: "Inter", 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: "Inter", 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: "Inter", 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: "Inter", 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: 5px !important;
    right: 5px ! Important;
	border-radius:30px !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: "Inter", 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: "Inter", 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:"Inter", 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: 14px;
}
}


@media all and (max-width:550px){
.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;
}
	
.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: 10px 20px;
    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: 20px;
    line-height: 23px;
}
.qw_weight {
   font-size: 15px;
   line-height: 17px;
}
.qw_sostav2 {
    font-size: 10px;
    gap: 15px;
	padding: 5px 0px;
}
.qw_desc {
    margin-top: 10px;
	font-size: 12px;
    line-height: 15px;
}
.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: 15px;
    padding: 9px 50px;
    border-radius: 30px;
    flex-grow: 1;
    justify-content: center;
}
.qw_btn div{
display:none;
}
.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: 40px !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 .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-product-title a{
	font-size: 13px !important;
	line-height: 16px !important;
	overflow: hidden;
	text-overflow: ellipsis !important;
	max-height: 43px;
	height:43px;
	display:block;
	position:relative;
}
.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%);
}
*/
.prod_weight {
    margin-left: 10px !important;
	font-size: 11px !important;
}
.jet-woo-product-excerpt{
   display:none !important;
}
.jet-woo-products .jet-woo-products__item {
    min-height: 300px !important;
}
.jet-woo-products .jet-woo-product-price {
    bottom: 32px;
}
.jet-woo-products .jet-woo-product-button {
    bottom: 10px;
    right: 10px;
    width: calc(100% - 20px);
}
.jet-woo-product-button .button {
	border-radius: 6px !important;
	padding: 5px !important;
	font-size: 11px !important;
	width: 100%;
}
.yith-wcqv-button.qvicon {
    height: 230px;
}
.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: 14px;
    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;
}

}