/*   
Theme Name: SiteRussia
Theme URI: siterussia.ru
Description: Дизайн сайта разработанный компанией Site Russia
Author: Wolf
Author URI: siterussia.ru
Version: 1.0
*/

@font-face {
    font-family: 'Gilroy';
	src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
    url('fonts/Gilroy-Regular.woff') format('woff'),
    url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display:swap;
}

@font-face {
    font-family: 'Gilroy';
	src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
    url('fonts/Gilroy-Medium.woff') format('woff'),
    url('fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display:swap;
}


@font-face {
    font-family: 'Gilroy';
	src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
    url('fonts/Gilroy-Bold.woff') format('woff'),
    url('fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display:swap;
}

@font-face {
    font-family: 'stars';
    src: url('fonts/stars.woff2') format('woff2'),
    url('fonts/stars.woff') format('woff');
	font-display:swap;
}



/* iPhone 5 */
@media (max-width: 360px){
	#footer .col-m-2{grid-template-columns: repeat(1, 1fr);}
	#mobile img{width: 130px!important;}
	#scats {grid-template-columns: repeat(2,1fr)!important;}
	#map .grid a{font-size: 14px;}
	/* Пагинация */
	.page-numbers li a, .page-numbers li span{line-height: 33px!important;width: 33px!important;height: 33px!important;}
}



/* Все что меньше 921 + iPad вертикальный */
@media (max-width: 921px) {
	#header, #menu, #top, .sh{display: none;}
	#mobile{box-shadow: 0px 2px 15px rgb(0 0 0 / 3%);padding: 15px;position: relative;}
	#mobile img{width: 170px;}
	#mobile a{outline: none;}
	#mobile .cart{display: inline-flex;position: relative;text-decoration: none;align-items: center;}
	#mobile .cart .count{color: #fff;font-size: 10px;font-weight: 300;line-height: 1;border-radius: 50%;background: #e5111f;min-width: 18px;height: 18px;padding: 4px 2px;position: absolute;left: 20px;top: -4px;text-align: center;}
	#mobile .wishlist svg{opacity: 1!important;}

	#mmenu{padding: 0px!important;-webkit-overflow-scrolling: touch;background-color: white;border-radius: 0px;}
	#mmenu .modal-dialog a{color: black;}
	#mmenu .modal-dialog {height: 100%;margin: 0;}
	#mmenu .modal-content {height: 100%;width: 100vw;border-radius: 0;}
	#mmenu .close{opacity: 1;}
	
	
	#mmenu .cont{padding-top: 20px;font-size: 18px;padding-bottom: 70px;display: grid;gap: 5px;}
	#mmenu .cont span{display: block;}
	#mmenu .cont .phone{display: block;font-weight: bold;font-size: 20px;}
	#mmenu .cont .ph{display: flex;gap: 10px;flex-wrap: wrap;}
	#mmenu .cont .time{color: gray;font-size: 15px;}
	#mmenu .cont .mail{color: #74c044;}
	#mmenu .cont .ad{font-size: 15px;}
	#mmenu .cont .cit{color: #74c044;font-weight: bold;}
	#mmenu .cont .button{color: white;display: block;}
	
	#mmenu .nav{display: inline-block;width: 100%;padding-top: 20px;list-style: none;margin-bottom: 20px;}
	#mmenu .nav>ul{padding: 0px;}
	#mmenu .nav>li{border-bottom: 1px solid #F8F8F8;padding: 10px 0px;list-style: none;}
	#mmenu .nav>li>a{text-transform: uppercase;font-weight: 500;}
	
	#mmenu .nav .sub-menu{padding-top: 10px;}
	#mmenu .nav .sub-menu>li{padding: 10px 0px;list-style: none;}
	
	#mmenu .nav ul.hide {display: none!important;}
	#mmenu .nav .menu-item-has-children {position: relative;}
	#mmenu .nav span.menu-closed:after {content: "";width: 50px;max-height: 50px;position: absolute;right: 0;top: 6px;bottom: 6px;background-image: url('images/marrow.svg');background-size: 12px 7px;background-position: center;background-repeat: no-repeat;transform-origin: center;transform: rotate(-90deg);-webkit-transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1), opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1), opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);}
	#mmenu .nav span.menu-closed:before {content: "";position: absolute;right: 50px;top: 6px;bottom: 6px;border-left: 1px solid #F8F8F8;}
	#mmenu .nav span.menu-closed.menu-open:after{transform: rotate(0deg);opacity: 0.3;}
	#mmenu .nav span.menu-closed.menu-open:before{opacity: 0;}
	
	#mmenu .login{display: block;color: #74c044!important;font-weight: 700;font-size: 18px;}
	#mmenu .t{margin: 10px 0 5px;color: #81888f;font-size: 14px;}
	#mmenu .pay{display: flex;gap: 5px;flex-wrap: wrap;}
	
	
	h1{font-size: 35px;}
	h2{font-size: 30px;}
	.block{padding: 20px 0px;}
	.grid{gap: 20px;}
	.col-m-2{grid-template-columns: repeat(2, 1fr);}
	.o1{order: 1;}
	.o2{order: 2;}
	.m-s-2{grid-column: span 2;}
	
	#slider .item{height: 250px;background-position: center!important;}
	#slider .item .title{font-size: 28px;line-height: 30px;margin-bottom: 10px;}
	#slider .item .desc{max-width: 60%;line-height: 20px;font-size: 14px;}
	#slider .item .phone{font-size: 20px;}
	#slider .item .button{padding: 10px 20px;margin-top: 10px;display: block;}
	
	#top_filters{font-size: 14px;margin-bottom: 20px!important;}
	
	#prem{font-size: 14px;padding-top: 0px;}
	#prem h2 span{display: block;}
	#prem .title{font-size: 16px!important;}
	
	#total .num{font-size: 250px;line-height: 200px;}
	.block h2, .block h1{text-align: center;}
	.block h2 .more{display: block;}

	#scats {grid-template-columns: repeat(3,1fr);}
	
	#cats{margin-right: -5px;margin-left: -5px;}
	#cats .col-6{padding-right: 5px;padding-left: 5px;}
	#cats .item .title{font-size: 18px;}
	
	#tovar h1{margin-top: 20px!important;}
	
	#tovar .posted_in{display: flex!important;flex-wrap: nowrap;gap: 5px;overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;white-space: nowrap;}
	#tovar .posted_in::-webkit-scrollbar, #tovar .nav::-webkit-scrollbar{display: none;}
	#tovar .posted_in a{display: inline-block;padding: 3px 10px;white-space: nowrap;border-radius: 4px;background-color: #F6F7F8;}

	#tovar .nav{display: flex;flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;white-space: nowrap;}

	.wishlist svg {width: 30px;height: 30px;}

	#tovar .woocommerce-variation-description {position: absolute;top: -12px;}
	#tovar .woocommerce-variation-description p{margin: 0px;}
	#tovar .stock, #tovar .out-of-stock{position: absolute;top: -25px;right: 0px;}
	#tovar .posted_in{}
	#tovar .bts{display: grid;gap: 10px;grid-template-columns: 1fr 2fr;}
	#tovar .bts .buy_now_button{grid-column: span 2;}
	#tovar .inf{font-size: 12px!important;line-height: 15px;}
	
	#profile{text-align: center;}
	#profile .menu{margin-bottom: 20px;justify-content: center;}
	.woocommerce table.shop_table_responsive th, .woocommerce .woocommerce-orders-table__cell-order-actions:before{display: none;}
	.woocommerce table.shop_table td:first-child, .woocommerce table.shop_table .product-thumbnail{border: none;}
	.woocommerce table.shop_table_responsive td{display: block;text-align: center;}
	.woocommerce table.shop_table_responsive .product-remove{position: absolute;right: 0px;}
	table.shop_table_responsive tr td[data-title]:before {content: attr(data-title) ": ";font-weight: 600;float: left;}
	.woocommerce table.shop_table_responsive .cart_item{display: block;border-bottom: 20px solid #fafafa;position: relative;}
	.woocommerce table.shop_table img{height: auto;max-width: 150px!important;}
	
	/* Пагинация */
	.page-numbers li a, .page-numbers li span{line-height: 35px;width: 35px;height: 35px;}
	
	/* Рейтинг */
	.reviews-list .review-item .review-content{flex-direction: column-reverse;}
	.reviews-list .review-item .review-content img{margin: 0px auto;display: block;}
	
	#accordion a{font-size: 14px;}

	#footer{text-align: center;}

	#footer	.cont{padding-top: 20px;}
	#footer .pay{justify-content: center;}
	
	#mfb{display: block;position: relative;width: 100%;border: none;padding: 10px;background-color: #fcfcfc;font-weight: bold;font-size: 14px;margin-bottom: 15px;margin-top: -5px;color: black;}
	#mfb:after {color: #ccc;content: "\2193";font-size: 20px;position: absolute;top: 3px;right: 15px;}
	#mfb:before {color: #ccc;content: "\2193";font-size: 20px;position: absolute;top: 3px;left: 15px;}
}

@media (min-width: 768px) {
	.col-pl-2{grid-template-columns: repeat(2, 1fr);}
	.col-pl-3{grid-template-columns: repeat(3, 1fr);}
	
	#menu .nav a{font-size: 14px;}
	#header .button{font-size: 13px;}
	#total .num{overflow: hidden;}
	
	#slider .item .bts{display: flex;gap: 10px;}

	#customer_login{display: grid;gap: 30px;grid-template-columns: 1fr 1fr;}

	#scats {grid-template-columns: repeat(6,1fr);}
	
	#cats .item .title{font-size: 22px;}
	
	/* Пагинация */
	.page-numbers li a, .page-numbers li span{line-height: 40px;width: 40px;height: 40px;}
}


@media (min-width: 992px) {
	#mobile, #ms{display: none!important;}
	#mfb{display: none;}
	
	.grid{gap: 30px;}
	.col-pc-2{grid-template-columns: repeat(2, 1fr);}
	.col-pc-3{grid-template-columns: repeat(3, 1fr);}
	.col-pc-4{grid-template-columns: repeat(4, 1fr);}
	.col-pc-5{grid-template-columns: repeat(5, 1fr);}
	.col-pc-1-2{grid-template-columns: 1fr 2fr;}
	
	.block{padding: 30px 0px;}
	.block h2, .block h1{padding-top: 0px!important;padding-bottom: 30px!important;font-size: 40px;}
	.block h1{padding-bottom: 20px;}
	
	.fullscreen .modal-content{height: 100%;width: 100vw;}
	.fullscreen .modal-body{padding-top: 50px;}

	
	#za .modal-dialog{margin: 0px;right: 0px;position: absolute;}
	#za .modal-body{padding: 40px;}
	#za .modal-body .t{font-size: 45px;line-height: 54px;padding-bottom: 30px;}
	#za .modal-body .st{font-size: 22px;line-height: 34px;padding-bottom: 30px;}
	#za .modal-body .poly{padding-top: 3vh;}
	
	#top a{font-size: 14px;}
	#top .nav{gap: 10px;}
	.time{font-size: 14px;white-space: nowrap;}
	
	#header .logo{margin-bottom: 18px;}
	
	#slider .item{height: 450px;}
	#slider .item .title{font-size: 60px;}
	#slider .item .desc{font-size: 28px;max-width: 40%;}
	#slider .item .button{margin-top: 20px;font-size: 18px;}
	#slider .phone{font-size: 25px;}
	
	#total .num{font-size: 450px;line-height: 350px;}

	#scats {grid-template-columns: repeat(8,1fr);}
	#cats .item h2{font-size: 18px;}
	
	/* Фильтр */
	.pwf-woo-filter-inner{display: grid;grid-template-columns: repeat(4, 1fr);column-gap: 20px;margin-bottom: 10px;}
	.pwf-field-item-container{margin-bottom: 0px!important;}
	
	#tovars .size{-webkit-transform: translate3d(0,-50px,0);transform: translate3d(0,-50px,0);transition: .15s;}
	#tovars .item:hover .size{-webkit-transform: translate3d(0, 0,0);}
	
	#tovars .item .button{padding: 10px;}
	#tovars .item .buynow{padding: 10px!important;}
	
	#tovar .woocommerce-variation-description{position: absolute;top: 0px;left: -235px;background-color: #ffffff90;padding: 3px;}
	#tovar .bts{display: flex;gap: 10px;}
	#tovar .kup {margin-top: 10px;}
	#tovar .posted_in a:not(:last-child)::after {content: ", ";}


	#profile{display: flex;justify-content: space-between;}

	#footer .lic{grid-column: span 2;}
	#footer .brands{grid-column: span 3;}
	#footer .brands ul{display: grid;grid-template-columns: repeat(3, 1fr);}
	
	#reviews .comments{grid-template-columns: repeat(2, 1fr);}
	#rating_page .reviews-list{grid-template-columns: repeat(2, 1fr);}
	
}

@media (min-width: 1200px) {
	.container{max-width: 1200px!important;}
	#top a{font-size: 16px;}
	#top .nav{gap: 15px;}
	#menu .nav a{font-size: 15px;}
	#header .button{font-size: 15px;}
	.time{font-size: 14px;}
	
	#scats {grid-template-columns: repeat(11,1fr);}


	#tovars .item .button{padding: 10px 20px;}
	#tovars .item .buynow{padding: 10px 20px!important;}
	
	
} 






html, body{
	font-family: 'Gilroy',Arial,Helvetica,sans-serif!important;
	font-size: 16px!important;
	margin: 0px;
	padding: 0px;
	color: black;

}
h1{margin-bottom: 0px!important;margin-top: 0px!important; padding-top: 10px!important;padding-bottom: 30px!important;font-weight: bold!important;}
h2{margin-bottom: 0px!important;margin-top: 0px!important; padding-bottom: 20px!important;padding-top: 20px!important;font-weight: bold!important;}
.aligncenter{display: block;margin: 5px auto 5px auto;}
.alignright{float:right;padding-left: 10px;padding-bottom: 10px;}

.box img {-moz-transition: all 0.25s ease-out;-o-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;}
.box img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
.ppage{min-height: 500px;padding-top: 20px;padding-bottom: 20px;}
.p404{text-align: center;padding: 50px 0px;}
.grid{display: grid;}
.lang{display: flex;gap: 5px;}

svg{overflow: visible;}

.citylist h3 {clear: both;}
.citylist a{color: black;text-decoration: none;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;}
.citylist a:hover{color: #74c044;}
.citylist ul{gap: 0px 20px;}


.breadcrumbs, .breadcrumbs a{color: #999999;font-size: 14px;padding-bottom: 10px;}

.gallary .title{color: black;text-align: center;font-weight: 500;margin-top: 10px;}

.block h2 span, .block h1 span, .block h2 a{color: #74c044;}
.block h2 .more{font-size: 16px;color: black;text-decoration: underline;}

/* Кнопка вверх */ 
.btn-back-top{position:fixed;bottom:15px;right:15px;display:flex;align-items:center;justify-content:center;width:45px;height:45px;background-color:#74c044;color:#fff;border-radius:2px;text-decoration:none;opacity:0;visibility:hidden;transform:translateY(20px);transition:all 0.3s ease;z-index:1000;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.btn-back-top:hover{opacity:1!important;transform:translateY(0);color:white!important}
.btn-back-top.visible{opacity:0.8;visibility:visible;transform:translateY(0)}
@media(max-width:768px){.btn-back-top{width:40px;height:40px;bottom:10px;left:10px}}

/* Кнопка вотсап */
.whatsapp-button{position: fixed;right: 60px;bottom: 60px;background: #25D366;border-radius: 50%;width: 60px;height: 60px;z-index: 9999;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 11px rgb(37 211 102);}
.whatsapp-button:before,.whatsapp-button:after {content: " ";display: block;position: absolute;border: 1px solid #25D366;left: -20px;right: -20px;top: -20px;bottom: -20px;border-radius: 50%;animation: animate 1.5s linear infinite;opacity: 0;backface-visibility: hidden; }
.whatsapp-button:after{animation-delay: .5s;}
@keyframes animate{0%{transform: scale(0.5);opacity: 0;}50%{opacity: 1;}100%{transform: scale(1.2);opacity: 0;}}
@media (max-width: 921px) {.whatsapp-button{bottom: 10px;right: 10px;width:50px;height:50px;}.whatsapp-button svg{width: 30px;}}

/* Кнопка телеги */
.tg-button{position: fixed;right: 60px;bottom: 130px;background: #27a7e7;border-radius: 50%;width: 60px;height: 60px;z-index: 9999;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 11px #27a7e7,;}
.tg-button:before, .tg-button:after {content: " ";display: block;position: absolute;border: 1px solid #27a7e7;left: -20px;right: -20px;top: -20px;bottom: -20px;border-radius: 50%;animation: animate 1.5s linear infinite;opacity: 0;backface-visibility: hidden; }
.tg-button:after{animation-delay: .5s;}
@keyframes animate{0%{transform: scale(0.5);opacity: 0;}50%{opacity: 1;}100%{transform: scale(1.2);opacity: 0;}}
@media (max-width: 921px) {.tg-button{bottom: 70px;right: 10px; width:50px;height:50px;}.tg-button svg{width: 30px;}}


/* Топ акция */
.ntf{background-color: #f32c11;color: white;padding: 10px;}
.ntf .but{color: white;font-weight: bold;}
.ntf .ntf-close{color: white;text-decoration: none;font-size: 35px;line-height: 20px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.ntf .container{display: flex;gap: 15px;justify-content: space-between;align-items: center;}

/* Ваш город ? */
.city{position: relative;}
.citychose{position: absolute;background-color: #74c044;padding: 15px 20px;top: 4.6em;border-radius: 10px;color: white;box-shadow: 0px 20px 45px rgb(0 0 0 / 16%);z-index: 777;font-size: 14px;}
.citychose:before{width: 1.3rem;height: 1.3rem;content: '';position: absolute;top: -.5rem;transform: rotate(45deg) skew(10deg,10deg);border-radius: .3rem;left: 2rem;background: inherit;}
.citychose .chose{display: flex;gap: 15px;}
.citychose .chose a{color: white;white-space: nowrap;font-weight: bold;border-bottom: dotted 1px;text-decoration: none;}
.citychose .chose a:hover{border-bottom: none;}
.citychose .title{margin-bottom: 5px;}
.citychose .title span{font-weight: bold;}
.citychose .city-close.x{position: absolute;top: 5px;right: 9px;color: white;text-decoration: none;font-size: 27px;line-height: 20px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
@media (max-width: 921px) {.citychose{left: 0;right: 0;margin: auto;max-width: 300px;top: 55px;}}

.owl-controls{display: flex;margin-top: 20px;justify-content: center;}
.owl-controls svg path{opacity: 0.5;}
.owl-controls svg:hover path{opacity: 1;}
.owl-dots{text-align: center;}
.owl-dot span {width: 10px;height: 10px;margin: 0px 5px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;border-radius: 30px;}
.owl-dot.active span, .owl-dots .owl-dot:hover span {background: #74c044;}




/* Убираем обводку у кнопок */
button:active, button:focus {outline: none;}
button::-moz-focus-inner {border: 0;}

/*Animate*/
.button, #top a, #header a, #slider .phone, #menu .nav a, #cats .item a, .owl-controls svg path, .owl-controls .owl-dot span, #slider .owl-nav svg path, #slider .s1 .owl-nav, #tovar .owl-nav, #tovars .item a, .breadcrumbs a, #footer a, #footer .menu a, #contact .item a, #map .city a, #car .video svg, #tovar .bts .buy_now_button, #tovar .posted_in a{-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;text-decoration: none;}

/*HOVER*/
#top a:hover, #header a:hover, #slider .phone:hover, #menu .nav a:hover, #cats .item a:hover, #tovars .item a:hover, .breadcrumbs a:hover, #footer a:hover, #contact .item a:hover, #map .city a:hover, #tovar .posted_in a:hover{color: #74c044!important;}

.button{display: inline-block;text-align: center;background-color: #74c044;padding: 10px 40px;color: white;font-weight: bold;border-radius: 25px;font-size: 15px;border: none;cursor: pointer;}
.button:hover{background-color: #62a538;color: white;text-decoration: none;}
.button:disabled{background-color: #cccccc!important;cursor: default;}

.wpcf7 .poly, .woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-checkbox-text{font-size: 14px;}
.wpcf7 .poly a, .woocommerce-privacy-policy-text a, .woocommerce-terms-and-conditions-checkbox-text a{color: #74c044!important;}

.phone{white-space: nowrap;}

#cartmes{color: red;font-size: 18px;font-weight: bold;text-align: center;}

#top{color: #999999;padding: 11px 0px;}
#top .top{display: flex;align-items: center;justify-content: space-between;}
#top a{color: #999999;}
#top .login{color: #74c044;font-weight: 700;}
#top .wishlist, #mobile .wishlist{display: inline-flex;position: relative;text-decoration: none;align-items: center;}
#top .wishlist svg, #mobile .wishlist svg{opacity: .3;}
#top .wishlist .count, #mobile .wishlist .count{color: #fff;font-size: 10px;font-weight: 300;line-height: 1;border-radius: 50%;background: #74c044;min-width: 18px;height: 18px;padding: 4px 2px;position: absolute;left: 20px;top: -4px;text-align: center;}

#header{padding: 20px 0px;color: #999999;box-shadow: 0px 2px 15px rgb(0 0 0 / 3%);}
#header .text{position: absolute;white-space: nowrap;color: black;font-weight: bold;bottom: -15px;right: 15px;font-size: 12px;}
#header .cit{position: absolute;white-space: nowrap;color: black;font-weight: bold;bottom: -15px;right: 15px;font-size: 12px;max-width: 220px;overflow: hidden;text-transform: uppercase;width: 100%;direction:rtl;text-align: right;}
#header .cit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: -moz-linear-gradient(right, rgba(255,255,0, 0.2), #fc0 100%);
    background: -webkit-linear-gradient(right, rgb(255 255 255 / 20%), #fff 100%);
    background: -o-linear-gradient(right, rgba(255,255,0, 0.2), #fc0 100%);
    background: -ms-linear-gradient(right, rgba(255,255,0, 0.2), #fc0 100%);
    background: linear-gradient(to left, rgb(255 255 255 / 20%), #fff 100%);
   }
#header .phone{display: block;font-size: 20px;color: black;font-weight: 500;line-height: 20px;}
#header .ph{position: relative;}
#header .ph .pmes{position: absolute;top: -5px;left: 170px;z-index: 2;display: flex;gap: 3px;}
#header .mail{font-size: 14px;color: black;white-space: nowrap;}
#header .time{font-size: 12px;white-space: normal;line-height: 12px;}
#header .aws-search-field{border-top: 0px;border-left: 0px;border-right: 0px;padding-left: 0px;}
#header .aws-search-field::placeholder{font-size: 16px;}
#header .aws-form-btn{background: transparent;border-top: 0px;border-right: 0px;border-left: 0px;}
#header .cart{display: flex;justify-content: flex-end;align-items: center;text-decoration: none;}
#header .cart svg{overflow: visible;}
#header .cart .info{padding-left: 10px;}
#header .cart .info .price{color: black;font-weight: bold;line-height: 20px;}
#header .cart .info .count{color: #999999;font-size: 12px;}

#ms .aws-search-field{border-left: 0px;border-right: 0px;background-color: #fcfcfc;border-color: #efefef;}
#ms .aws-search-field::placeholder{font-size: 16px;}
#ms .aws-form-btn{background: transparent;border-right: 0px;border-left: 0px;background-color: #fcfcfc;border-color: #efefef;}

#seo{font-style: italic;font-size: 14px;}
#seo a{color: #74c044;font-weight: 500;}

#menu{padding: 10px 0px;}
#menu .nav{display: flex;justify-content: space-between;}
#menu .nav a{color: black;color: black;text-transform: uppercase;font-weight: 500;}
#menu .nav .current-menu-item > a, #menu .nav .current-menu-parent > a{color: #62a538;}
#menu .menu-item-has-children:after{content: url(images/arr.svg);margin-left: 3px;position: relative;top: -2px;}
#menu .menu-item-has-children:hover .sub-menu{display: block;}
#menu .sub-menu{display: none;position: absolute;background: white;box-shadow: 0 10px 29px 0 rgba(0,0,0,.05);padding: 10px 0px;list-style: none;z-index: 10;}
#menu .sub-menu li{padding: 5px 20px;}
#menu .sub-menu a{text-transform: none;}

#slider .item{display: flex;flex-direction: column;justify-content: center;align-items: baseline;font-weight: bold;}
#slider .ph{margin-top: 10px;display: flex;align-items: center;gap: 10px;}
#slider .phone{display: block;}
#slider .ph .pmes{display: flex;gap: 3px;}
#slider .s1:hover .owl-nav{opacity: 1;}
#slider .owl-nav{opacity: 0;}
#slider .owl-nav svg:hover path{fill: #74c044;}
#slider .owl-nav .owl-prev{position: absolute;left: 10px;top: calc(50% - 6.625px);}
#slider .owl-nav .owl-next{position: absolute;right: 10px;top: calc(50% - 6.625px);}
#slider .item .calc{background-color: #e33d8c;}

#prem .grid>div{display: flex;gap: 15px;align-items: center;}
#prem .grid strong{font-size: 18px;}
#prem .title{font-size: 20px;margin-bottom: 5px;font-weight: 500;}


#total{background-color: #fcfcfc;}
#total img, #text2 img{border-radius: 10px;}
#total .title{font-size: 36px;}
#total .num2{color: #74c044;font-size: 80px;line-height: 90px;}
#total .st{font-size: 18px;margin-bottom: 15px;}
#total p, #total ul{color: #898989;}

#faq{background-color: #fcfcfc;}
#accordion .item{padding: 10px 0px;border-top: 1px solid #E6E6E6;}
#accordion .item:first-child{border: none;}
#accordion a{display: flex;justify-content: space-between;align-items: center;color: #898D90;text-transform: uppercase;cursor: pointer;gap: 15px;}
#accordion a:hover{color: #74c044;text-decoration: none;}
#accordion a:after { content:"-";font-size: 30px;line-height: 19px;letter-spacing: 0.04em;text-transform: uppercase;color: #BDBDBD;}
#accordion .collapsed:after {content:"+";font-size: 30px;line-height: 19px;letter-spacing: 0.04em;text-transform: uppercase;color: #BDBDBD;}
#accordion .text{padding-top: 10px;}
#accordion .text p {margin-bottom: 10px;}

#map{background: url(images/map.png) center top no-repeat;background-size: contain;text-align: center;font-weight: 500;}
#map .big{font-size: 20px;margin-bottom: 20px;}
#map .grid{row-gap: 5px;margin-bottom: 10px;}
#map .grid a{text-transform: uppercase;color: black;}

#zakaz .wpcf7{padding: 30px;border: 2px solid #74c044;border-radius: 15px;}
#zakaz .wpcf7-text, #zakaz .wpcf7-textarea{border: 1px solid #cfcfcf;border-radius: 10px;padding: 10px;}
#zakaz .photo{display: flex;font-size: 14px;overflow:hidden;}
#zakaz .codedropz-upload-inner h3, #zakaz .codedropz-upload-inner span{display: none;}
#zakaz .codedropz-upload-inner a{color: gray;}

.wishpage{text-align: center;}
.wishpage .bottom .button{display: inline-block;margin-top: 20px;}

/* Форма связи */
.wpcf7{position: relative;}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .screen-reader-response, .wpcf7 .wpcf7-form .ajax-loader, .wpcf7 .wpcf7-form .wpcf7-response-output{display: none;}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid{border-bottom: 1px solid red!important;}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output{display: block;font-size: 14px;color: red;font-weight: 500;}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output{display: block;font-size: 14px;color: green;font-weight: 500;border: 2px solid green;padding: 10px;text-align: center;background-color: #00800005;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-mask, .wpcf7 .wpcf7-textarea{border: none;border-bottom: 1px solid #54556020;padding: 10px 0px;width: 100%;margin-bottom: 10px;}
.wpcf7 .wpcf7-form.submitting .ajax-loader {display: block;background-image: url(images/ajax-loader.gif);width: 24px;height: 24px;position: absolute;bottom: -25px;}
.wpcf7 .button{margin-top: 10px;}


/* Фильтр */
.pwf-field-item-title{margin-bottom: 5px!important;text-transform: none!important;letter-spacing: normal!important;}
.pwf-field-item{margin-bottom: 5px!important;}
.noUi-base, .noUi-connects{margin-top: 15px!important;}
.pwf-range-slider-labels{margin-top: 10px!important;}
.pwf-sticky-button, .pwf-button-text{text-transform: none!important;letter-spacing: normal!important;}




#customer_login .input-text, .woocommerce-form-login .input-text, .lost_reset_password .input-text{padding: 13px;border: 1px solid #D7D7DD;width: 100%;}
#customer_login .woocommerce-form-login__submit, #customer_login .woocommerce-form-register__submit, .woocommerce-form-login .woocommerce-form-login__submit{display: block;width: 100%;}
#customer_login .lost_password{text-decoration: underline;text-align: center;}
#customer_login .col-1, #customer_login .col-2{max-width: 100%;padding: 0px;}
#customer_login .button, .lost_reset_password .button{display: inline-block;background-color: #74c044;padding: 15px 20px;color: white;text-decoration: none;text-transform: uppercase;border: none;}
.woocommerce-form-login .lost_password a, .woocommerce-privacy-policy-link{color: #212529;text-decoration: underline}


#catalog{background-color: #fcfcfc;}
#catalog img{mix-blend-mode: darken;}

#tagscat{margin-bottom: 20px;}
#tagscat .tags{display: flex;flex-wrap: wrap;gap: 5px;max-height: 60px;overflow: hidden;transition: max-height 0.3s ease-in-out;}
#tagscat .tags a{border-radius: 8px;padding: 3px 7px;text-decoration: none;color: #7F7F7F;text-align: center;font-size: 12px;border: 1px solid #b9b9b9;}
#tagscat .tags a:hover{background: #212529;color: white!important;text-decoration: none;border-color: #212529;}
#tagscat .more-tags{color: #000;font-weight: 700;display: flex;justify-content: end;font-size: 12px;text-decoration: underline;}

#tagstov .tags{display: flex;flex-wrap: wrap;gap: 8px;}
#tagstov .tags a{background: #74c044;border-radius: 8px;padding: 10px 15px;text-decoration: none;color: white;text-align: center;font-size: 14px;}
#tagstov .tags a:hover{background: #212529;color: white!important;text-decoration: none;}




#cats .item{margin-bottom: 20px;text-align: center;}
#cats .item a{color: black;text-decoration: none;}
#cats .item img{max-width: 100%;height: auto;}
#cats .item .title{display: block;padding: 10px 0px;color: black;text-decoration: none;height: 43px;overflow: hidden;}


.scroll{display: flex;flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;gap: 5px;scrollbar-width: none;} /* display: flex;flex-wrap: nowrap; */
.scroll.all{flex-wrap: wrap;}
@media (max-width: 360px){.scroll.all{display: grid;grid-template-columns: repeat(3, 1fr)!important;}}
@media (max-width: 576px) {.scroll.all{display: grid;grid-template-columns: repeat(4, 1fr);}}
@media (min-width: 768px) {.scroll.all{display: grid;grid-template-columns: repeat(7, 1fr);}}
@media (min-width: 992px) {.scroll.all{display: grid;grid-template-columns: repeat(11, 1fr);}}
/*.scroll.all .item{flex-grow: 1;max-width: 81px;}*/
.scroll::-webkit-scrollbar {height: 2px;-webkit-appearance: none;-moz-appearance: none;appearance: none;display: none;}
.scroll::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.scroll::-webkit-scrollbar-thumb {background: #AAC375;}

/*#scats{margin-top: -15px;margin-bottom: 15px;}
#scats .t{font-weight: bold;font-size: 12px;text-transform: uppercase;}
#scats .more-tags{text-align: right;color: black;font-size: 12px;font-weight: bold;text-decoration: underline;display: grid;justify-content: end;}
#scats .item.active a{color: #62a538;}*/
#scats {gap: 5px;margin-bottom: 20px;}
#scats .item{text-align: center;background-color: #fcfcfc;padding: 5px;}
#scats .item img{width: 75px;height: auto;margin-bottom: 5px;mix-blend-mode: darken;}
#scats .item a{color: #484848;text-decoration: none;}
#scats .item .title{font-size: 12px;font-weight: bold;line-height: 13px;}


#top_filters{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
#top_filters .ordering{display: flex;align-items: center;gap: 10px;}
#top_filters .woocommerce-result-count{margin: 0px;}
#top_filters .woocommerce-ordering select {color: #000;display: inline-block;width: auto;padding: 5px 25px 5px 10px;border: 1px solid #e6e6e6;-webkit-border-radius: 3px;border-radius: 3px;-moz-appearance: none;-webkit-appearance: none;appearance: none;background-color: transparent;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2364707b%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat,repeat;
    background-position: right .7em top 50%,0 0;
    -webkit-background-size: .5em auto,100%;
    background-size: .5em auto,100%;
    cursor: pointer
}

#top_filters .pwf-note-item{background: #F6F7F8;border: none;font-weight: 500;}


#tovars{margin-right: 0px;margin-left: 0px;}
#tovars .tovar{padding-right: 0px;padding-left: 0px;}
#tovars .item{text-align: center;margin-bottom: 30px;position: relative;overflow: hidden;}

#tovars .item .image{position: relative;overflow: hidden;}
#tovars .item .image .desc{color: #888;position: absolute;background-color: white;font-size: 12px;padding: 10px 15px;transition: .15s;border-top: 1px solid #f8f5f5;}
#tovars .item:hover .image .desc{transform: translateY(-100%);}
#tovars .item .image .desc p{margin: 0px;}

#tovars .item img{max-width: 100%;height: auto;}
#tovars .item .title{display: block;font-size: 18px;padding: 10px 0px;color: black;text-decoration: none;height: 43px;overflow: hidden;}
#tovars .item .price{font-size: 25px;font-weight: bold;}
#tovars .item .price del{font-size: 16px;font-weight: 100;}
#tovars .item .price ins{color: #e31e24;text-decoration: none;}
#tovars .item .price .screen-reader-text, .aws_result_price .screen-reader-text{display: none;}

#tovars .item .btss{display: flex;gap: 10px;justify-content: center;}
#tovars .item .button:hover{color:white!important;}
#tovars .item .screen-reader-text{display: none;}
#tovars .item .buynow{display: inline-block;text-align: center;background-color: #727272;padding: 10px 20px;color: white;font-weight: bold;border-radius: 25px;font-size: 15px;border: none;}
#tovars .item .buynow:hover{color:white!important;background-color: #404040;}
#tovars .size{position: absolute;top: -3px;right: 0px;color: black;font-size: 14px;font-weight: 500;z-index: 5;background-color: #ffffff90;padding-left: 5px;}
#tovars .size p {margin: 0px;}

#tovars .item .wishlist{position: absolute;top: 5px;left: 5px;cursor: pointer;opacity: 0.3;}
#tovars .item .wishlist:hover{animation: heart-ripple 2s linear infinite;}
#tovars .item .wishlist.active{opacity: 1;animation: heart-ripple 2s linear infinite;}
#tovars .item .wishlist.active path{fill: #74c044;}

#tovar .wishlist{position: absolute;top: 5px;left: 20px;cursor: pointer;opacity: .3;z-index: 2;}
#tovar .wishlist:hover{animation: heart-ripple 2s linear infinite;}
#tovar .wishlist.active{opacity: 1;animation: heart-ripple 2s linear infinite;}
#tovar .wishlist.active path{fill: #74c044;}



#tovar .row{margin-top: 10px;}
#tovar .woocommerce-product-gallery__image img{max-width: 100%;height: auto;}

#tovar .main{margin-bottom: 10px;}
#tovar .main .video{position: relative;padding-top: 100%;overflow: hidden;}
#tovar .main .video iframe{position: absolute;left: 0;top: -39%; width: 100%;height: 178%;border: 0;}

#tovar .woocommerce-variation-description{z-index: 9;}
#tovar .woocommerce-variation-description p{margin: 0px;}



#tovar .thumbs{margin-top: 10px;margin-bottom: 20px;}
#tovar .thumbs:hover .owl-nav{opacity: 1;}
#tovar .owl-nav{opacity: 0;}
#tovar .owl-nav svg:hover path{fill: #74c044;}
#tovar .owl-nav .owl-prev{position: absolute;left: 10px;top: calc(50% - 6.625px);}
#tovar .owl-nav .owl-next{position: absolute;right: 10px;top: calc(50% - 6.625px);}


#tovar .sku{font-size: 14px;color: #999999;}
#tovar h1{font-size: 30px;font-weight: 400!important;padding: 10px 0px!important;}
#tovar .stock{display:inline-block;background-color: #74c044;color: white;font-size: 14px;padding: 3px 10px;margin-top: 10px;}
#tovar .out-of-stock{display:inline-block;background-color: red;color: white;font-size: 14px;padding: 3px 10px;margin-top: 10px;}
#tovar .kup {color: gray;font-size: 14px;}
#tovar .sku_wrapper{display: none;}

#tovar .posted_in{font-size: 14px;}
#tovar .posted_in a{color: black;}


#tovar .posted_in, #tovar .tagged_as{display: block;}
#tovar .short{font-size: 14px;margin-top: 20px;}
#tovar .price{display: block;font-size: 40px;margin: 10px 0px;font-weight: 500;}
#tovar .price del{font-size: 25px;font-weight: 100;}
#tovar .price ins{color: #e31e24;text-decoration: none;}

/* Выбор вариаций */
#tovar .variations{display: none;}
#tovar .variation-selector{margin: 15px 0px;;}
#tovar .variation-selector label{font-size: 18px;font-weight: bold;}
#tovar .variation-container{display: flex;flex-wrap: wrap;gap: 5px;}
#tovar .variation-container span{cursor: pointer;padding: 5px 11px;border: 1px solid #ccc;border-radius: 3px;border-color: #bbbbbb;color: #bbbbbb;}
#tovar .variation-container span.selected{border-color: #74c044;color: #74c044;border-width: 2px;font-weight: 600;}

.quantity {display: inline-flex;border: 1px solid #ececec;border-radius: 5px;justify-content: space-between;}
.quantity input {-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;outline: none;width: 50px;min-height: 40px;text-align: center;}
.quantity button {display: inline-flex;align-items: center;justify-content: center;background: none;border: none;font-size: 0;color: black;width: 30px;height: 100%;min-height: 40px;cursor: pointer;position: relative;padding: 8px;-webkit-tap-highlight-color: transparent;}
.quantity button:active,.quantity button:focus {outline: none;}
.quantity button:before {content: '';width: 13px;height: 1.5px;background-color: black;}
.quantity .quantity-plus:after {content: '';position: absolute;width: 1.5px;height: 13px;background-color: black;}
.quantity input[type="number"]::-webkit-inner-spin-button,.quantity input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.quantity input[type="number"] {-moz-appearance: textfield;}

#tovar .screen-reader-text{display: none;}
#tovar .bts{margin-top: 10px;}
#tovar .bts .button{border-radius: 0px;}
#tovar .bts .buy_now_button{display: inline-block;text-align: center;background-color: #727272;padding: 10px 30px;color: white;font-weight: bold;font-size: 15px;border: none;}
#tovar .bts .buy_now_button:hover{color:white!important;background-color: #404040;}

#tovar .inf{margin-top: 15px;font-size: 14px;display: flex;align-items: center;gap: 10px;}

#tovar .t{margin-top: 10px;margin-bottom: 5px;}
#tovar .pay{display: flex;gap: 10px;flex-wrap: wrap;}


#tovar .upakovka label{margin-bottom: 5px;}
#tovar .utitle{font-size: 1.125em;font-weight: bold;}
#tovar .upakovka .upak{display: none;}
.radio-custom {width: 20px;height: 20px;border: 1px solid #6d6c6f;border-radius: 3px;position: relative;margin-right: 5px;cursor: pointer;}
.checkbox-custom,.radio-custom,.label {display: inline-block;vertical-align: middle;}
.checkbox:checked + .checkbox-custom::before,
.upak:checked + .radio-custom::before {content: "";display: block;position: absolute;top: 2px;right: 2px;bottom: 2px;left: 2px;background: #74c044;border-radius: 2px;	}
.radio-custom,.upak:checked + .radio-custom::before {}

#tovar .nav{margin-top: 20px;}
#tovar .nav a{background-color: #fcfcfc;color: #484848;border-radius: 2px;font-weight: 500;font-size: 18px;padding: 10px 20px;margin-right: 10px;}
#tovar .nav .active{background-color: #74c044;color: white;}
#tovar .tab-content{border: 5px solid #fcfcfc;padding: 30px;margin-top: -5px;}
#tovar .tab-content a{color: #74c044;font-weight: bold;}

#tovar .tab-content .har{width: 100%;}
#tovar .tab-content .har tr{}
#tovar .tab-content .har th{padding: 3px;}
#tovar .tab-content .har td:nth-child(2) {padding-left: 20px;}



#contact{padding-top: 20px;}
#contact .item{font-size: 14px;color: #999999;}
#contact .item a, #contact .item .ad{display: block;font-size: 20px;color: black;font-weight: 500;line-height: 20px;}

#footer{background-color: #F6F7F8;padding: 80px 0px;font-size: 15px;}
#footer a{color: black;}
#footer .title{margin-top: 20px;}
#footer .button{display: block;color: white;margin-top: 20px;padding: 10px;}
#footer .button:hover{color: white!important;}
#footer .widget-title{font-size: 18px;margin-bottom: 15px;}
#footer ul{padding: 0px;list-style: none;}
#footer ul li{padding: 5px 0px;}
#footer .phone{display: block;font-size: 20px;font-weight: 500;}
#footer .ad{margin: 10px 0px;}
#footer .mail{display: block;color: #74c044;font-weight: 500;white-space: nowrap;}
#footer .soc{margin-top: 20px;}
#footer .copy{font-size: 12px;font-style: italic;margin-top: 10px;color: #999999;}
#footer .login{display: block;margin-top: 10px;color: #74c044;font-weight: bold;}
#footer .t{margin-top: 15px;margin-bottom: 5px;}
#footer .pay{display: flex;gap: 5px;flex-wrap: wrap;}
#footer .inn{font-size: 12px;margin-top: 10px;color: #f6f7f8;}

#phonedel{font-size: 18px;}
#phonedel .sob{margin: 20px 0px;}
#phonedel .sob>div{display: flex;align-items: center;gap: 10px;font-size: 16px;}
#phonedel .title{text-align: center;background-color: #fcfcfc;padding: 30px;border-radius: 10px;}
#phonedel .button{display:block;margin-top: 15px;}
#phonedel ol {list-style-type: none;counter-reset: num;position: relative;margin: 0 0 0 60px;padding: 15px 0 5px 0;}
#phonedel ol li {position: relative;padding: 0 0 25px 0;}
#phonedel ol li:after {content: counter(num); counter-increment: num;display: inline-block;position: absolute;top: -5px;left: -50px;width: 38px;height: 38px;line-height: 39px;background: #74c044;color: white;text-align: center;font-size: 18px;border-radius: 50%;}
#phonedel ol:before {content: ''; position: absolute;top: 15px;bottom: 15px;left: -31px;width: 1px;border-left: 1px solid #74c044;}
#phonedel ol li:last-child:before {content: ''; display: inline-block;position: absolute;top: 0;bottom: 0;left: -38px;width: 28px;background: #fff;}





.fullscreen{padding: 0px!important;color: black;-webkit-overflow-scrolling: touch;}
.fullscreen .modal-dialog a{color: black;}
.fullscreen .modal-dialog {max-width: 100%;width: 100%;height: 100%;min-height: 100%;margin: 0;padding: 0;}
.fullscreen .modal-content {height: 100%;min-height: 100%;border-radius: 0;background: white;overflow:auto;}
.fullscreen .modal-body{font-size: 16px;}
.fullscreen .close{position: absolute; right: 15px;}
.fullscreen .close .closeico{content: url(images/close.svg);}
.fullscreen .title{font-size: 30px;font-weight: 500;padding-bottom: 15px;margin-top: 40px;}
.fullscreen .st{font-size: 18px;padding-bottom: 10px;}
.fullscreen .list, .fullscreen .menu ul{list-style: none;padding-left: 0px;padding-top: 15px;font-size: 18px;gap: 0px 20px;}
.fullscreen .list li, .fullscreen .menu li{padding-bottom: 5px;}
.fullscreen .select2-selection, .fullscreen .select2-selection__arrow{height: 40px!important;}
.fullscreen .select2-selection__rendered{line-height: 40px!important;}






/* Мой аккаунт */
#profile{background-color: white;box-shadow: 0 10px 29px 0 rgba(0,0,0,.05);padding: 20px;margin-bottom: 20px;}
#profile .menu{display: flex;}
#profile .menu a{color: black;font-weight: bold;margin: 0 20px;text-decoration: none;}
#profile .menu .is-active{border-bottom: 2px solid #74c044;color: #74c044;}
#profile .user{display: inline-flex;align-items: center;}
#profile .user .name{font-size: 18px;font-weight: bold;border-right: 1px solid #D5D5D5;padding-right: 10px;margin-right: 10px;}
#profile .button {padding: 5px 35px;}
#profile_info{background-color: white;box-shadow: 0 10px 29px 0 rgba(0,0,0,.05);padding: 20px;}
#profile_info .form-row{display: block;margin: 0px 0px 20px 0px;}
#profile_info input{padding: 13px;border: 1px solid #D7D7DD;width: 100%;}
#billing_country_field, #profile_info .form-row-last, #profile_info .optional, #customer_details .optional, .thwcfe-section-title{display: none!important;}


#thanks{text-align: center;font-size: 18px;}
#thanks svg{margin: 10px 0px;}
#thanks .button{margin: 20px 0px;}
#thanks .mail{color: gray;}


/*
.woocommerce-error, .woocommerce-info, .woocommerce-message {padding: 1em 2em 1em 3.5em;margin-bottom:15px;position: relative;background-color: white;color: #515151;border-top: 3px solid #ed5658;display: flow-root;box-shadow: 0 10px 29px 0 rgba(0,0,0,.05);}
.woocommerce-message::before, .woocommerce-info::before {content: "\2714";display: inline-block;position: absolute;top: 1em;left: 1.5em;}
.woocommerce-message .button, .woocommerce-info .button {float: right;padding: 5px 15px;}
#tovar .woocommerce-message .button:hover{color: white!important;}
.woocommerce-info{border-top-color: #74c044;}
.woocommerce-message .restore-item{color: red;}
.woocommerce-error {border-top-color: red;}
.woocommerce-message{border-top-color: #74c044;}
*/


/* Оповещение в корзине и др */
.wc-block-components-notice-banner{display: flex;border: 1px solid;border-radius: 4px;color: #2f2f2f;font-size: .875em;font-weight: 400;gap: 12px;padding: 16px;margin: 16px 0;}
.wc-block-components-notice-banner .wc-block-components-notice-banner__summary {font-weight: 600;margin: 0 0 8px;}
.wc-block-components-notice-banner .wc-forward {-moz-appearance: none;appearance: none;background: transparent!important;border: 0;color: #2f2f2f!important;float: right;margin: 0;opacity: .6;padding: 0!important;text-decoration-line: underline;text-underline-position: under;font-weight: 500;font-size: 14px;}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content{-ms-grid-row-align: center;align-self: center;flex-basis: 100%;}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content a{color: #2f2f2f;text-decoration-line: underline;opacity: .6;font-weight: 500;}

.wc-block-components-notice-banner.is-error{background-color: #fff0f0;border-color: #cc1818}
.wc-block-components-notice-banner.is-error .svg{position: relative;width: 24px;height: 24px;padding: 4px;border-radius: 50%;background-color: #cc1818;}
.wc-block-components-notice-banner.is-error .svg::before{content: '';background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42IiBoZWlnaHQ9IjE3LjYiIHZpZXdCb3g9IjAgMCAxNy42IDE3LjYiPjxwYXRoIGQ9Ik0xMiwzLjJBOC44LDguOCwwLDEsMCwyMC44LDEyLDguODEzLDguODEzLDAsMCwwLDEyLDMuMlptMCwxNkE3LjIsNy4yLDAsMSwxLDE5LjIsMTIsNy4yMzQsNy4yMzQsMCwwLDEsMTIsMTkuMlpNMTEsMTdoMlYxMUgxMVptMC04aDJWN0gxMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjIgLTMuMikiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');background-repeat: no-repeat;background-size: 100% 100%;display: block;width: 100%;height: 100%;transform: rotate(180deg);}

.wc-block-components-notice-banner.is-info{background-color: #f4f8ff;border-color: #007cba;}
.wc-block-components-notice-banner.is-info .svg{position: relative;width: 24px;height: 24px;padding: 4px;border-radius: 50%;background-color: #007cba;}
.wc-block-components-notice-banner.is-info .svg::before{content: '';background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42IiBoZWlnaHQ9IjE3LjYiIHZpZXdCb3g9IjAgMCAxNy42IDE3LjYiPjxwYXRoIGQ9Ik0xMiwzLjJBOC44LDguOCwwLDEsMCwyMC44LDEyLDguODEzLDguODEzLDAsMCwwLDEyLDMuMlptMCwxNkE3LjIsNy4yLDAsMSwxLDE5LjIsMTIsNy4yMzQsNy4yMzQsMCwwLDEsMTIsMTkuMlpNMTEsMTdoMlYxMUgxMVptMC04aDJWN0gxMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjIgLTMuMikiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');background-repeat: no-repeat;background-size: 100% 100%;display: block;width: 100%;height: 100%;}

.wc-block-components-notice-banner.is-success{background-color: #f4fff7;border-color: #4ab866;}
.wc-block-components-notice-banner.is-success .svg{position: relative;width: 24px;height: 24px;padding: 6px;border-radius: 50%;background-color: #4ab866}
.wc-block-components-notice-banner.is-success .svg::before{content: '';background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS43IiBoZWlnaHQ9IjEwLjYiIHZpZXdCb3g9IjAgMCAxMS43IDEwLjYiPjxwYXRoIGQ9Ik0xNi43LDcuMWwtNi4zLDguNUw3LjEsMTMuMWwtLjksMS4yLDQuNSwzLjRMMTcuOSw4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuMiAtNy4xKSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');background-repeat: no-repeat;background-size: 100% 100%;display: block;width: 100%;height: 100%;}






.woocommerce-cart-form thead th{background-color: #74c044;color: white;}
.woocommerce table.shop_table {background-color: white;box-shadow: 0 10px 29px 0 rgba(0,0,0,.05);margin: 0 -1px 24px 0;text-align: left;width: 100%;}
.woocommerce table.shop_table th {font-weight: 700;padding: 9px 12px;line-height: 1.5em;}
.woocommerce table.shop_table td {border-top: 1px solid rgba(0,0,0,.1);padding: 9px 12px;vertical-align: middle;line-height: 1.5em;}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {font-weight: 700;border-top: 1px solid rgba(0,0,0,.1);}
.woocommerce table.shop_table img{height: 100px;width: auto;}
.woocommerce table.shop_table a{color: black;text-decoration: none;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;}
.woocommerce table.shop_table a:hover{color: #74c044;}
.woocommerce table.shop_table .quantity .screen-reader-text{display: none;}
.woocommerce table.shop_table .quantity .qty {width: 3.631em;text-align: center;}
.woocommerce table.shop_table a.remove {display: block;font-size: 1.5em;height: 1em;width: 1em;text-align: center;line-height: 1;border-radius: 100%;color: red!important;text-decoration: none;font-weight: 700;border: 0;}
.woocommerce table.shop_table a.remove:hover{color:#fff!important;background:red}
.woocommerce table.shop_table .actions{text-align: right;}
.woocommerce table.shop_table .button{padding: .618em 1em;}
.woocommerce table.shop_table .button:disabled{cursor: not-allowed;opacity: .5;}
.woocommerce table.shop_table .product-name{font-weight: 500;}


#customer_details .form-row{display: block;margin: 0px 0px 15px 0px;}
#customer_details input, #customer_details textarea, #customer_details select{padding: 13px;border: 1px solid #D7D7DD;width: 100%;border-radius: 5px;}
#customer_details .checkbox{display: inline-flex;white-space: nowrap;align-items: center;}
#customer_details .checkbox input{width: 20px;margin-right: 10px;}

/*
.pagination{text-align: center;display: block;width: 100%;margin-bottom: 20px;}
.pagination a{color: #6E6E6E;}
.pagination .current{color: #2CC1D6;font-weight: 500;text-decoration: underline;}
.pagination .page-numbers{padding: 3px;}


.comments-pagination .nav-links{display: flex;margin-bottom: 20px;}
.comments-pagination .page-numbers{color: black;min-width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;text-decoration: none;padding: 5px;}
.comments-pagination .page-numbers:hover{font-weight: bold;}
.comments-pagination .page-numbers.current{color: #ffffff;background-color: #000000;}
*/

#payment{background: white;padding: 20px;}
#payment a{color: black;text-decoration: none;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;}
#payment a:hover{color: #74c044;}
#payment ul{padding: 0px;}
#payment li{list-style: none;}
#payment .methods{border-bottom: 1px solid #d3ced2;}
#payment .payment_box{position: relative;background-color: #edf2f4;color: #515151;padding: 15px; margin: 15px 0;}
#payment .payment_box p{margin: 0px;}
#payment .payment_box:before{content: "";display: block;border: 1em solid #edf2f4;border-right-color: transparent;border-left-color: transparent;border-top-color: transparent; position: absolute;top: -.75em;left: 0;margin: -1em 0 0 2em;}
#payment .checkbox{padding-left: 5px;}

/* Пагинация */
.page-numbers{padding: 0px;display: flex;justify-content: center; list-style: none;margin-top: 10px;}
.page-numbers li a, .page-numbers li span{text-align: center;color: #434343;display: block;font-size: 14px;transition: all 0.3s ease-in-out;text-decoration: none;font-weight: 500;}
.page-numbers li a:focus,.page-numbers li a:hover,.page-numbers li span.current {color: white;background-color: #000;}

/*
.woocommerce nav.woocommerce-pagination ul{padding: 0px;display: flex;justify-content: center;}
.woocommerce nav.woocommerce-pagination ul li {float: left;overflow: hidden; min-width: 40px;text-align: center;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span{color: #434343;display: block;font-size: 14px;line-height: 40px;transition: all 0.3s ease-in-out;font-family: "Poppins", sans-serif;text-decoration: none;}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {color: #ffffff !important;background-color: #000000;}
*/


/* Общий рейтинг */
.average-rating .rating-number{font-size: 45px;font-weight: bold;}
.average-rating>div{display: flex;align-items: center;gap: 15px;}

/* Сообщение об отправке */
.reviews_mes{background-color: var(--greencolor);color: white;text-align: center;padding: 10px;margin: 10px 0px;}
.reviews_mes.bad{background-color: red;}

/* Форма для отправки отзыва */
.reviews_form{display: grid;gap: 10px;margin-bottom: 20px;background-color: #f9f9f9;padding: 40px;border-radius: 10px;}
.reviews_form .text{padding: 15px;width: 100%;background-color: white;border: none;}
.reviews_form .stars{unicode-bidi: bidi-override;direction: rtl;display: flex;justify-content: end;}
.reviews_form fieldset{ border: none; padding: 0; margin: 0; }
.reviews_form .stars input{display: none;}
.reviews_form .stars label{cursor: pointer;font-family: "stars";color: var(--greencolor);font-size: 30px;margin-bottom: 0px;}
.reviews_form .stars label:before{content: "\e801";}
.reviews_form .stars > input:checked ~ label:before, .reviews_form .stars > input + label:hover ~ label:before, .reviews_form .stars > input + label:hover:before {content: "\e800";}
.reviews_form .upload input{width: 100%;}

/* Листинг отзывов */
#rating_page .reviews-list{display: grid;gap: 20px;}
.reviews-list .review-item{background-color: #f9f9f9;padding: 20px;border-radius: 10px;}
.reviews-list .review-item .review-content{display: flex;justify-content: space-between;gap: 20px;font-size: 14px;}
.reviews-list .review-item .review-content img{border-radius: 50%;min-width: 150px;}
.reviews-list .review-item .author{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}
.reviews-list .review-item .name{font-size: 18px;overflow: hidden;text-overflow: ellipsis;max-width: 150px;}
.reviews-list .review-item .date{color: gray;font-size: 14px;}







/* Временно */

.comments-pagination .nav-links {
    display: flex;
    margin-bottom: 20px
}

.comments-pagination .page-numbers {
    color: #000;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px
}

.comments-pagination .page-numbers:hover {
    font-weight: 700
}

.comments-pagination .page-numbers.current {
    color: #fff;
    background-color: #000
}








/* Отзывы */
#rews .comment{background-color: #f9f9f9;padding: 20px;border-radius: 10px;}
#rews .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
#rews .name{font-size: 18px;}
#rews .time{color: gray;font-size: 14px;}
#rews .text{font-size: 14px;}
#rews .text .dco-attachment{margin-left: 15px;}
#rews .stars{margin: 10px 0px;gap: 2px;}
#rews .dashicons-star-filled:before{color: #74c044;}
#rews img, #reviews img{max-width: 150px !important;height: auto !important;border-radius: 50%;}
#rews .add{margin-top: 20px;display: flex;justify-content: center;}
#rews .add .but1{display: inline-block;background: #f5f5f5;color: #788090;padding: 10px 20px;font-size: 15px;border-radius: 2px;margin-right: 15px;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;text-decoration: none;}
#rews .add .but2{display: inline-block;background: #74c044;color: white;padding: 10px 20px;font-size: 15px;border-radius: 2px;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;text-decoration: none;}
#rews .add .but1:hover, #rews .add .but2:hover{background-color: black;text-decoration: none;color: white;}
#rews button.owl-next{position: absolute;right: 0;top: 50%;background-color: white!important;box-shadow: 0 0 10px 10px white;-webkit-box-shadow: 0 0 10px 10px white;outline: none;padding: 5px 0px 5px 5px!important;}
#rews .owl-prev{position: absolute;left: 0;top: 50%;background-color: white!important;box-shadow: 0 0 10px 10px white;-webkit-box-shadow: 0 0 10px 10px white;outline: none;padding: 5px 5px 5px 0px!important;}
#rews .owl-prev.disabled, #rews .owl-next.disabled{display: none;}
#rews .owl-prev path, #rews .owl-next path{fill: #b5b5b9;}

#reviews .total{font-size: 45px;font-weight: bold;display: flex;align-items: center;}
#reviews .total .count{margin-right: 15px;}
#reviews .dashicons-star-filled:before{color: #74c044;}
#reviews .add{background-color: #f9f9f9;padding: 40px;border-radius: 10px;}
#reviews .add a{color: black;}
#reviews .add textarea, #reviews .add .form-control{border: none;padding: 10px;width: 100%;border-radius: 5px;}
#reviews .add .comment-form-attachment__input{width: 100%;}
#reviews .add .comment-form-cookies-consent{margin-top: 15px;}
#reviews .add .rating-container *{font-size: 30px;}
#reviews .add .button{background-color: #74c044;color: white;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;text-decoration: none;border: none;}
#reviews .add .button:hover{background-color: black;}
#reviews .comments{display: grid;gap: 20px;margin: 20px 0px;}

.rating-container {font-size: 0;unicode-bidi: bidi-override;direction: rtl;}
.rating-container * {font-size: 1.4rem;}
.rating-container > input {display: none;}
.rating-container > input + label {font-family: "stars";width: 1em;cursor: pointer;}
.rating-container > input + label:before {content: "\e801";color: #888;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;text-decoration: none;}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {content: "\e800";color:#74c044;}
.rating-container:hover > input + label:before {content: "\e801";color: #888;}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {content: "\e800"color:#74c044;}

.stars{font-size: 20px;font-family: "stars";color: #74c044;display: flex;align-items: center;}
.stars .star-filled:before {content: "\e800";}
.stars .star-empty:before {content: "\e801";}

@media (max-width: 360px){
	#calc .left .card, #calc .right{padding: 10px!important;}
	#calc .right .temp-cart-item{display: flex!important;flex-direction: column;}
	#calc .left .items .variations{flex-direction: column;}
}

@media (max-width: 921px) {
	#calc .left .card, #calc .right{padding: 20px!important;}
}

@media (min-width: 992px) {
    #calc {grid-template-columns: 2fr 1fr;}
}


#calc{display: grid;gap: 20px;}
#calc a{color: black;text-decoration: none;}
#calc .left .card{background: #fcfcfc;padding: 30px 30px 20px 30px;border-radius: 2px;margin-bottom: 10px;}
#calc .left .card .tab:after,  #calc .left .card .cattitle:after{content:"–";float: right;color: inherit;font-size: 30px;line-height: 30px;color: #212529;}
#calc .left .card .collapsed:after {content:"+";font-size: 40px;line-height: 30px;}
#calc .left #products .collapsed:after{font-size: 30px;}
#calc .left .card .cattitle:after{font-size: 25px;}

#calc .left .card .tab{font-size: 20px;font-weight: 500;padding-bottom: 10px;display: block;}
#calc .left .card .tab span{color: #b1b3ba;margin-right: 15px;}
#calc .left .cattitle{display: flex;align-items: center;justify-content: space-between;background-color: #f5f5f5;padding: 0px 10px;margin-bottom: 5px;border-radius: 2px;}
#calc .left .items{gap: 20px;text-align: center;margin-bottom: 30px;}
#calc .left .items img {max-width: 100%;height: auto;border-radius: 2px;}
#calc .left .items .title{font-weight: 500;font-size: 14px;line-height: 16px;overflow: hidden;height: 33px;margin-top: 5px;}
#calc .left .items .price{font-weight: bold;margin: 5px 0px;display: block!important;}
#calc .left .items .variations{font-size: 14px;display: flex;gap: 2px;align-items: center;margin-bottom: 5px;justify-content: space-between;}
#calc .left .items select{
	border: 1px solid #ececec;
	color: black;
	padding: 2px 15px 2px 5px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f9f9f9;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22%3E%3Cpath fill%3D%22%23333%22 d%3D%22M4.293 6.293a1 1 0 0 1 1.414 0L8 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.414z%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
    background-position: right center;
    border-radius: 2px;
	min-width: 80px;
}
#calc .left .items select:focus {
    border-color: gray;
    outline: none;
    box-shadow: 0 0 5px rgba(163, 213, 255, 0.5);
}
#calc .left .items .button{padding: 5px;width: 100%;}
#calc .left .color-circle{display: inline-block;width: 22px;height: 22px;border-radius: 50%;border: 1px solid #0000000f;vertical-align: middle;}

#calc .right{background: #fcfcfc;padding: 30px;border-radius: 2px;position: -webkit-sticky;position: sticky; align-self: start;top: 20px;}
#calc .right .title{font-size: 20px;font-weight: 500;padding-bottom: 10px;}
#calc .right .temp-cart-item{font-size: 15px;display: grid;grid-template-columns: 2fr 0.8fr 1fr 0.8fr;justify-content: space-between;align-items: center;gap: 10px;border-bottom: 1px dashed #e0e0e0;padding: 5px 0px;}
#calc .right .item-name{}
#calc .right .quantity-controls{display: flex;align-items: center;gap: 5px;}
#calc .right .decrease-quantity, #calc .right .increase-quantity {cursor: pointer;font-size: 25px;}
#calc .right .item-quantity{white-space: nowrap;}

#calc .right .item-price{white-space: nowrap;}
#calc .right .remove-item-button{color: #74c044;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 500;}
#calc .right .total{font-size: 20px;margin: 10px 0px;text-align: center;font-weight: 500;}
#calc .right #minimum-order-message{color: #74c044;text-align: center;margin-bottom: 10px;font-weight: 500;font-size: 14px;}
#calc .right .button{width: 100%;}
#calc .right .button:disabled {background-color: #cccccc;color: #666666;cursor: not-allowed;}
#calc .right .wpcf7-text, #calc .right .wpcf7-textarea{background-color: #f5f5f5;padding: 10px;border-radius: 2px;}
#calc .right .info{font-size: 14px;margin-top: 10px;color: gray;font-style: italic;}

#calc #floating-cart-indicator {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #74c044;
    background-image: url('images/cart_calc.svg'); 
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border-radius: 10px; 
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: flex;
	z-index: 9999;
}

#calc #floating-cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #212529;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}


#calc .toast {
    visibility: hidden;
	min-width: 250px;
	white-space: nowrap;
    background-color: #74c044;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 16px 16px 16px 55px; /* Отступ для иконки слева */
    position: fixed;
    z-index: 10001; /* Высокий z-index */
    left: 50%; /* Центрирование по горизонтали */
    bottom: 30px;
    font-size: 17px;
    border-radius: 10px;
    box-shadow: 0px 0 10px 3px #74c044;
    background-image: url('images/cart_calc.svg'); /* Иконка корзины */
    background-size: 30px; /* Размер иконки */
    background-repeat: no-repeat;
    background-position: 15px center; /* Позиционирование иконки */
    transform: translateX(-50%); /* Центрирование по горизонтали */
}

#calc .toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}



@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}