/*
Theme Name: Vysokogirne
Author: Potapenko Igor
Description: Тема разработана специально для проекта vysokogirne.com.ua
Version: 1.0
Text Domain: vysokogirne
*/


*{
	margin:0;
	padding:0;
	outline: 0 none !important;
	list-style-position: inside;
}
ul{
	margin-bottom: 0px;
}
p{
	margin: 0;
}
p img{
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a{
    color: #3e77aa;
}
a:focus,
a:hover{
    color: #fb3f4c;
    text-decoration: underline;
}
.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
body{
	position: relative;
	display: flex;
    flex-direction: column;
	max-width: 1920px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
	color: #333;
}
/*Edit-start*/
.redaktor ul{
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.redaktor p{
	color: #444;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.redaktor td{
	border: 1px solid #DBD8D8;
	text-align: center;
}
.redaktor table{
	margin: 40px 0px;
}
.after-title h1::after{
	display: block;
	content: "";
	background: #97C165;
	width: 40px;
	height: 2px;
	margin-top: 13px;
}
.owl-carousel .owl-item{
	-webkit-backface-visibility: visible !important;
}
.sprite::before{
	position: absolute;
	content: "";
	background-image: url("./images/sprite.png");
	background-repeat: no-repeat;
}
.sprite-bg{
	background-image: url("./images/sprite.png");
    background-repeat: no-repeat;
}
.btn-green{
	display: inline-block;
	width: auto;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    background: #97C165;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #97C165;
	margin-top: 0px;
	text-transform: uppercase;
}
.btn-small{
	padding: 8px 16px;
}
.btn-green:focus,
.btn-green:hover{
    color: #000;
    background: transparent;
    opacity: 1;
	text-decoration: none;
}
select,
input{
	width: 100%;
	height: 34px;
	max-width: 400px;
	padding: 0 6px;
	font-size: 18px;
	border-radius: 3px;
	border: 1px solid #dddde0;
	-webkit-box-shadow: inset 2px 2px 0 1px #f2f2f3;
	box-shadow: inset 2px 2px 0 1px #f2f2f3;
}
.input input{
	padding-left: 36px;
}
textarea{
	padding: 5px;
	font-size: 15px;
	border: 1px solid #c2c2cc;
	border-radius: 3px;
	-webkit-box-shadow: inset 3px 3px 1px 0 #eeeeef;
	box-shadow: inset 3px 3px 1px 0 #eeeeef;
	resize: none;
}
/*****/
textarea.error,
select.error,
input.error{
	border-color: #fb5e5e !important;
	-webkit-box-shadow: inset 2px 2px 0 1px #f2f2f3, 0 0 8px #fb5e5e !important;
	box-shadow: inset 2px 2px 0 1px #f2f2f3, 0 0 8px #fb5e5e !important;
}
textarea.success,
select.success,
input.success{
	border-color: #5db75d !important;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #5db75d !important;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #5db75d !important;
}
textarea:focus,
input:focus{
	border-color: #66AFE9 !important;
	-webkit-box-shadow: inset 2px 2px 0 1px #f2f2f3, 0 0 8px rgba(102, 175, 233, 0.6) !important;
	box-shadow: inset 2px 2px 0 1px #f2f2f3, 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
/*****/
input.placeholder:-moz-placeholder,
input.placeholder::-moz-placeholder{
	color: #949a9f;
}
input.placeholder::-webkit-input-placeholder{
    color: #c4cdd5;
}
/*****/
.hidden{
	display: none;
}
/*****/


/* textarea.error,
input.error{
	border-color: red !important;
} */
/*Edit-end*/

/* Header */
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2);
	background-color: white;
	z-index: 99;
}
#header.header-fixed .header-bottom{
	position: fixed;
	top: 0;
	background-color: white;
	width: 100%;
	max-width: 1920px;
	box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2);
	z-index: 99;
}
.header-top{
	padding: 20px 0;
}
.header-logo{
    display: flex;
	justify-content: center;
}
.header-logo a{
	display: inline-block;
}
.header-bottom{
	padding: 5px 0px;
}
.header-menu-wrapper,
.header-bottom-wrapper{
	display: flex;
	justify-content: space-between;
}
.header-menu{
	flex: 1;
}
.header-menu ul{
    overflow: hidden;
	list-style: none;
}
.header-menu ul li{
    float: left;
    width: auto;
    text-align: center;
    border-right: 1px solid #bcb7b7;
}
.header-menu ul li:last-child{
	border-right: none;
}
#header .current-menu-item,
.header-menu ul li:hover{
	background-color: #97C165;
	cursor: pointer;
}
.header-menu ul li a{
	text-decoration: none;
	color: #444444;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 40px;
	display: block;
}
.header-menu ul li.current-menu-item a,
.header-menu ul li:hover a{
	color: white;
}
/*****/
#header-language{
    display: flex;
	margin: 0 20px;
}
#header-language > *{
	border-right: 1px solid #bcb7b7;
}
#header-language > *:last-child{
	border-right: none;
}
#header-language span,
#header-language a{
    display: block;
    padding: 10px 15px;
    color: #444444;
    font-size: 14px;
	text-decoration: none;
    text-transform: uppercase;
}
#header-language span{
	color: #97C165;
}
#header-language a:hover{
	background-color: #97C165;
	color: white;
}
/*****/
.search-form {
	display: flex;
    justify-content: space-between;
    width: 190px;
	padding: 5px;
	background: #97C165;
}
.search-form input.search-input{
	width: 143px;
	height: 31px;
    margin: 0;
    padding: 4px 14px 4px 12px;
    background: #FFF;
	border: 1px solid #97C165 !important;
    color: #858d94;
    font-size: 14px;
}
.search-form .search-submit {
	background: none;
    cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #E2E6E7;
}
.search-form i{
	color: white;
}
.search-form .search-submit:hover i{
	color: #275442;
}
#menu-mobile-close,
#menu-mobile{
	display: none;
	z-index: 99;
}
#menu-mobile i:hover {
	background: #97C165 none repeat scroll 0% 0%;
}
#menu-mobile-close i,
#menu-mobile i {
	color: #275442;
	cursor: pointer;
	font-size: 32px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 45px;
}
#menu-mobile-close i{
	color: #858d94;
}
#menu-mobile-close i:hover{
	color: #444;
}
/*****/
.header-search{
	display: flex;
}
/*****/
.header-cart{
	margin-left: 20px;
	margin-right: 8px;
	padding-top: 5px;
}
.cart-small{
	position: relative;
	display: block;
	width: 34px;
    height: 31px;
}
.cart-small::before{
	background-position: -6px -6448px;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
}
.cart-small:hover::before{
	background-position: -6px -6320px;
}
.count-in-cart {
	display: none;
    position: absolute;
    top: -4px;
    right: -10px;
    width: 22px;
    height: 22px;
    color: #555;
	text-align: center;
    line-height: 23px;
    font-size: 14px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #fdf53c, #e6d512);
}
.full-cart .count-in-cart {
	display: block;
}
/* End Header */


/* Content main*/
#content{
	flex-grow: 1;
	padding-top: 250px;
	padding-bottom: 50px;
}
.links-category{
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.link-category{
	padding: 0px;
	position: relative;
}
.link-category:hover img {
    opacity: 0.8;
}
.link-category:hover .link-category-title.link-4 {
    background-color: rgba(0, 128, 0, 0.85);
}
.link-category:hover .link-category-title.link-5 {
    background-color: rgba(31, 177, 31, 0.85);
}
.link-category:hover .link-category-title.link-6 {
    background-color: rgba(252, 150, 167, 0.85);
}
.link-category:hover .link-category-title.link-7 {
    background-color: rgba(255, 0, 0, 0.8);
}
.link-category a{
	color: white !important;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.6px;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
}
.link-category span{
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	width: inherit;
}
.link-category-title{
	display: block;
	position: absolute;
	top: 50px;
	right: 0px;
	font-weight: bold;
	height: 70px;
	text-align: center;
	width: 160px;
	opacity: 0.8;
	text-transform: uppercase;
}
.link-4{
	background-color: green;
}
.link-5{
	background-color: #1fb11f;
}
.link-6{
	background-color: #fc96a7;
}
.link-7{
	background-color: red;
}
.slogan{
	margin-bottom: 50px;
}
.slogan h1,
.slogan h2,
.slogan h3,
.slogan h4,
.slogan h5,
.slogan h6{
	text-align: center;
	font-size: 29px;
	line-height: 40px;
	text-transform: uppercase;
}
.slogan h1:after,
.slogan h2:after,
.slogan h3:after,
.slogan h4:after,
.slogan h5:after,
.slogan h6:after{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
	content: "";
	background: #97C165;
	height: 2px;
}
.slogan p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 34px;
}
#map {
    width: 100%;
    height: 75vh;
}
/* End Content main */


/* Footer */
.footer-content-2{
	display: flex;
}
.footer-payment-logos{
	display: flex;
    justify-content: center;
}
.footer-payment-logos ul{
	display: inline-flex;
	list-style: none;
}
.footer-payment-logos ul li{
	position: relative;
	margin: 0 15px 15px 0;
}
.footer-payment-logos ul li:last-child{
	margin-right: 0;
}
.footer-payment-logos ul li::before{
	position: absolute;
    content: "";
    background-image: url(./images/payments.png);
    background-repeat: no-repeat;
}
.payment-logo-mastercard{
	width: 76px;
    height: 59px;
}
.payment-logo-mastercard::before{
	width: inherit;
    height: inherit;
	background-position: 0px -52px;
}
.payment-logo-visa{
	width: 90px;
    height: 39px;
    padding-top: 10px;
}
.payment-logo-visa::before{
	width: inherit;
    height: inherit;
    background-position: 0 -179px;
}
/*****/
.footer-menu{
	margin-bottom: 15px;
}
.footer-menu ul{
	list-style: none;
}
.footer-menu ul li{
	
}
.footer-menu ul li a{
	
}
/*****/
.footer-content{
	position: relative;
}
.copyright{
	padding: 30px 0;
	color: #999;
	line-height: 24px;
	text-align: center;
}
.copyright a{
	color: #444 !important;
}
#scroll_top {
    position: fixed;
    display: none;
    width: 50px;
    padding: 13px 0;
    background: rgba(38,38,40,0.4);
    right: 30px;
    bottom: 30px;
    text-align: center;
    z-index: 2;
	font-size: 18px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
#scroll_top a{
	color: white;
}
#scroll_top:hover{
	cursor: pointer;
	background-color: #97C165;
}
.social ul{
	list-style: none;
}
.social ul li{
	float: left;
	margin-right: 25px;
}
.social ul li i{
	font-size: 18px;
	color: #AAA;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.social ul li a:hover i{
	color: #97C165;
}
/* End Footer */


/* Breadcrumb */
.breadcrumb{
	width: 100%;
	background: #F5F5F5;
	padding: 12px 20px;
	color: #747474;
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.breadcrumb span{
	margin: 0 5px;
}
.breadcrumb a i{
	font-size: 16px;
}
/* End breadcrumb */


/* Contacts */
.contact-col{
	margin-bottom: 50px;
}
.contact-form form{
	margin: 30px 0;
}
.contact-form .block {
    margin-bottom: 20px;
}
.contact-form .text_input{
	width: 100%;
}
.contact-form textarea {
    height: 190px;
    resize: none;
}
.contact-form p {
    font-size: 14px;
}
.contact-form-button{
	text-align: right;
}
.block select,
.block input,
.block textarea {
    border: 1px solid #E2E6E7;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px;
    color: #444;
    margin: 0;
}
.block select{
	padding: 0 25px 0 12px;
	background: white;
}
.box-header{
	border-bottom: 1px solid #E2E6E7;
	line-height: 24px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: normal;
}
h4.box-header::after {
    margin-bottom: -1px;
	display: block;
	content: "";
	background: #97C165;
	width: 40px;
	height: 2px;
	margin-top: 13px;
	margin-bottom: 0px;
}
.our-contacts{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
}
.our-contacts p{
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-left: 126px;
}
.our-contacts p.our-contacts-title{
	margin-top: 24px;
}
.our-contacts i{
	float: left;
    font-size: 48px;
    margin-right: 30px;
    color: #97C165;
    border: 1px solid #E2E6E7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	height: 96px;
	width: 96px;
	line-height: 92px;
	vertical-align: middle;
	text-align: center;
}
.page-contacts #map {
    height: 450px;
	max-height: 80vh;
	margin-bottom: 50px;
}
/* End contacts */


/* Notice */
#notice{
	display: none;
	z-index: 11111;
	width: auto;
	background-color: rgba(242, 60, 50, 0.95);
	color: white;
	margin-left: 0px;
	left: 10px;
	top: 10px;
	margin-top: 0px;
	position: fixed;
	border: 1px solid #B9B9B9;
	margin-right: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 10px 15px;
}
#notice p{
	margin-top: 5px;
	margin-bottom: 5px;
}
#notice span{
	font-size: 18px;
}
#notice.green{
	background: rgba(71, 164, 71, 0.95);
}
#notice.red{
	background-color: rgba(242, 60, 50, 0.95);
}
/* End notice */


/* 404 */
h4.box-header.not-found-header{
	border: none;
	font-size: 30px;
}
.box-header.not-found-header:after{
	width: 80px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.not-found-txt{
	text-align: center;
	margin-top: 50px;
}
.not-found-txt p{
	margin-top: 50px;
}
.not-found-href{
	margin-top: 70px;
	margin-bottom: 30px;
	text-align: center;
}
/* End 404 */


/* Kind menu */
.kind-menu ul{
	display: flex;
	list-style: none;
}
.kind-menu ul li{
	position: relative;
	flex: 25%;
	min-height: 39px;
	text-align: center;
}
.kind-menu ul li a{
	display: inline-block;
	height: 34px;
	color: #337ab7 !important;
	text-decoration: none;
}
.kind-menu ul li .kind-menu-img{
	float: left;
}
.kind-menu ul li .kind-menu-img img{
	width: 32px;
	height: 32px;
}
.kind-menu ul li a span{
	float: left;
	padding: 0px 0px 0px 10px;
	line-height: 32px;
	font-size: 18px;
}
.kind-menu ul li a:hover span::after,
.kind-menu ul li.current-menu-item a span::after{
	display: block;
	content: "";
	height: 2px;
	background: #337ab7;
}
/* End kind menu */


/* Public info */
.info-title h1{
	margin-top: 0px;
}
/* End public info */


/* Cloud-tags */
.cloud-tags{
	margin-bottom: 20px;
}
.cloud-tags h2{
	border-bottom: 1px solid #E2E6E7;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: normal;
}
.cloud-tags h2::after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-bottom: -1px;
	background: #97C165;
}
.cloud-tags ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-top: 20px;
	list-style: none;
}
.cloud-tags ul li{
	margin-right: 7px;
	margin-bottom: 7px;
}
.cloud-tags ul li a{
	display: block;
	padding: 10px 12px;
	border: 1px solid #E2E6E7;
	color: #999;
	line-height: 16px;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
.cloud-tags ul li a:focus{
	text-decoration: none;
}
.cloud-tags ul li a:hover{
	border-color: #97C165;
	background: #97C165;
	color: #FFF;
	text-decoration: none;
}
/* End Cloud-tags */


/* Products */
.products{
	
}
.products > ul{
	list-style: none;
}
.products > ul > li{
	margin-bottom: 30px;
}
.box-product{
	font-size: 13px;
}
.box-product .product-img {
    padding-top: 25px;
}
.product-img {
	position: relative;
    padding: 0 10px;
}
.product-img a {
	height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-img a img {
    max-height: 100%;
}
.product-title {
    position: relative;
    margin: 7px 0 12px;
    max-height: 52px;
    word-wrap: break-word;
    overflow: hidden;
}
.product-title::before{
    content: "";
    position: absolute;
	top: 41px;
    left: 0;
    right: 0;
    height: 12px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
}
/*****/
.short-description{
	margin-bottom: 12px;
    line-height: normal;
    color: #999;
}
/*****/
.product-status {
    margin-bottom: 10px;
}
.product-sidebar-price .product-status {
    margin-bottom: 15px;
}
.product-status .sold {
    color: #333;
}
.product-status .available {
    color: #4dbf42;
}
.product-status > div {
    font-weight: bold;
    line-height: 1;
}
/*****/
.product-price {
    display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}
.product-sidebar-price .product-price{
	justify-content: center;
	margin-bottom: 10px;
}
.product-price > div{
	margin-right: 8px;
    margin-bottom: 7px;
}
.product-sidebar-price .product-price > div{
	margin-right: 0;
}
.product-sidebar-price .product-price.promotion-cost > div:not(:last-child){
	margin-right: 8px;
}
.old-cost,
.first-cost {
    display: block;
    padding: 7px 7px 5px;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fff3b5;
}
.old-cost {
    position: relative;
    padding: 6px 0;
    color: #999;
    background: none;
}
.old-cost .cost,
.first-cost .cost {
    position: relative;
    font-size: 18px;
    line-height: 1em;
}
.promotion-cost .first-cost {
    color: #fb515d;
}
.old-cost .cost::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fb515d;
}
.old-cost span,
.first-cost span {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 300;
}
.product-price.sold .first-cost {
    background: #eee;
    color: #999;
}
.product-attention-top{
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
}
.promobg-3{
    background-position: 0 -5084px;
    width: 76px;
    height: 28px;
}
.ua .promobg-3{
	background-position: 0 -6164px;
}
/* End Products */


/* Pagination */
.paginav{
	text-align: center;
}
.paginav ul{
	list-style: none;
	display: inline-flex;
    flex-wrap: wrap;
}
.paginav li{
	margin-left: 7px;
	margin-bottom: 7px;
}
.paginav li:first-child {
    margin-left: 0;
}
.paginav li a{
	display: block;
	color: #999;
	width: 35px;
	padding: 9px 0 10px;
	border: 1px solid #E2E6E7;
	text-align: center;
	background: #FFF;
	margin: 0;
	text-decoration: none;
	line-height: 1;
	min-width: 1em;
}
.paginav li a:hover,
.paginav li span.current {
    color: #FFF;
    background-color: #97C165;
    border-color: #97C165;
}
.paginav li span{
	display: block;
	font-size: 16px;
	width: 35px;
	padding: 9px 0 10px;
	border: 1px solid #E2E6E7;
	text-align: center;
	line-height: 1;
}
/* End pagination */


/* Info */
/* .info-docs{
	margin-top: 30px;
}
.info-docs ul{
	list-style: none;
}
.info-docs ul li{
	margin-bottom: 20px;
}
.info-docs ul li:last-child{
	margin-bottom: 0px;
}
.info-docs ul li a{
	font-size: 16px;
}
.info-docs ul li a:hover{
	text-decoration: none;
}
.info-docs ul li i{
	font-size: 36px;
	color: #AAA;
	margin-right: 10px;
} */
/* End info*/


/* Price-list */
/* .price-list{
	margin-top: 30px;
}
.price-list table{
	width: 100%;
	border-collapse: collapse;
}
.price-list thead th{
	padding: 12px 20px;
	text-align: center;
	border: 1px solid #97C165;
	background: #97C165;
	color: white;
}
.saj-price-category td{
	padding: 3px 12px;
	border: 1px solid silver;
	color: #f06000;
	font-weight: bold;
	font-size: 16px;
	border-top: 2px solid rgb(185, 185, 185);
}
.saj-price-plant td{
	padding: 1px 4px;
	font-size: 12px;
	border: 1px solid silver;
}
.saj-price-plant td:nth-child(1),
.saj-price-plant td:nth-child(5),
.saj-price-plant td:nth-child(6){
	text-align: center;
}
.saj-price-plant td:nth-child(6){
	color: green;
	font-weight: bold;
} */
/* End Price-list */


/* Catalog */
.catalog-section{
	margin-bottom: 30px;
}
.categories{
	
}
.categories > ul{
	margin-right: 0;
	list-style: none;
}
.categories > ul > li{
	border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.box-category .category-img {
    padding-top: 25px;
}
.category-img {
	position: relative;
    padding: 0 10px;
}
.category-img a {
	height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-img a img {
    max-height: 100%;
}
.category-title {
    margin: 10px 0 7px;
    font-size: 16px;
    word-wrap: break-word;
	text-align: center;
}
.category-title a {
    display: inline-block;
    line-height: 1.2;
}
ul.category-subcat {
    list-style: none;
}
ul.category-subcat li {
    border-bottom: 1px solid #eaeaea;
}
ul.category-subcat li:last-child {
    border-bottom: none;
}
ul.category-subcat li a {
    display: block;
    position: relative;
    padding: 10px 18px 10px 0;
    line-height: 1.2;
	font-size: 13px;
    word-wrap: break-word;
    text-decoration: none;
}
ul.category-subcat li a:hover {
    background: #fbfcee;
}
ul.category-subcat li a::before {
    background-position: 0 -1256px;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 13px;
    margin-top: -5px;
}
ul.category-subcat li a:hover::before {
    background-position: 0 -1244px;
}
/* End Catalog */


/* Catalog menu */
.catalog-content{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 300px);
    min-height: 1px;
}
.catalog-sidebar{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	width: 300px;
    min-height: 1px;
}
#catalog{
	margin-top: 20px;
    background: #97C165;
    -webkit-box-shadow: 1px 3px 7px 0 rgba(200,200,200,0.5);
    box-shadow: 1px 3px 7px 0 rgba(200,200,200,0.5);
}
#catalog > ul {
    list-style: none;
}
#catalog > ul > li a:hover {
    background: #80ae4a;
}
#catalog > ul > li a {
    position: relative;
    display: block;
    width: 100%;
	height: 31px;
    padding-left: 16px;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    line-height: 31px;
    cursor: pointer;
    overflow: hidden;
	color: white;
}
#catalog > ul > li a > span {
    display: block;
    width: calc(100% - 30px);
    overflow: hidden;
}
.menu-catalog > li.menu-item-has-children > a > i{
    position: absolute;
    top: 9px;
    right: 10px;
	color: white;
	transition: all 0.3s ease 0s;
}
.menu-catalog > li.menu-item-has-children.current-product-ancestor > a > i,
.menu-catalog > li.menu-item-has-children.current-menu-item > a > i{
	transform: rotate(90deg);
}
.menu-catalog .sub-menu{
	display: none;
	list-style: none;
	background: #add183;
}
#catalog > .menu-catalog .sub-menu > li > a{
	padding-left: 30px;
}
/* End Catalog menu */


/* Product sidebar */
.product-sidebar {
    margin-bottom: 20px;
}
.product-sidebar-info {
    margin-bottom: 15px;
}
.product-sidebar-info h6 {
    margin: 0 0 5px;
    font-size: 14px;
	font-weight: 700 !important;
    color: #000;
}
.product-sidebar-info p{
	font-size: 13px;
}
/* ENd Product sidebar */


/* Cart */
#cart-popup{
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 900px;
	padding: 35px 40px 35px 45px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -5px 0 0 #c1c1c1;
	box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -5px 0 0 #c1c1c1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	z-index: 900;
}
#cart-popup-close{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	overflow: hidden;
}
#cart-popup-close::before{
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-position: 0 -1362px;
}
#cart-popup-close:hover::before{
	background-position: 0 -1322px;
}
#cart-popup-close:active::before{
	background-position: -39px -1322px;
}
/*****/
.cart-title{
	margin: 0 0 30px;
}
.cart-title > h2{
	margin: 0;
	font-weight: 400;
}
/*****/
.empty-cart-title{
	margin-bottom: 50px;
	text-align: center;
}
.empty-cart-title h2{
	display: inline-block;
	position: relative;
	margin-top: 0;
	padding-top: 29px;
	color: #9c9fa4;
	text-align: center;
	font-size: 46px;
	font-weight: 400;
}
.empty-cart-title h2::before{
	background-position: 0px -6730px;
    width: 52px;
    height: 48px;
    margin-left: -74px;
}
/*****/
.cart-products ul{
	list-style: none;
}
.cart-products ul li{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.cart-products ul li:last-child{
	margin-bottom: 0;
}
/*****/
.cart-product-delete-img{
	float: left;
	position: relative;
	width: 140px;
}
.cart-product-delete{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cart-product-delete a{
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
}
.cart-product-delete a::before{
	background-position: 1px -1295px;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	top: 0;
	left: 0;
}
.cart-product-delete a:hover::before{
	background-position: 1px -1270px;
}
.cart-product-delete a:active::before{
	background-position: -24px -1270px;
}
/*****/
.cart-product-img{
	display: table;
	width: 100px;
	margin-left: 40px;
}
.cart-product-img a{
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
.cart-product-img a img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
    height: auto;
}
/*****/
.cart-product-body{
	float: left;
	padding-left: 15px;
	width: calc(100% - 140px);
}
.cart-product-title a{
	font-size: 16px;
}
.cart-product-total{
	margin-top: 30px;
}
/*****/
.wrap-coltotal-1,
.wrap-coltotal-3{
	float: left;
}
.wrap-coltotal-2{
	float: right;
}
/*****/
.inform-1,
.inform-2,
.inform-3{
	float: left;
	height: 34px;
}
.inform-1 div{
	display: inline-block;
	margin-top: 1px;
	padding: 7px 7px 5px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	background: #eaeaea;
}
.inform-1 span,
.inform-3 span{
    font-size: 12px;
    margin-left: 2px;
}
.inform-2{
	width: 125px;
}
.inform-2 > div{
	position: relative;
	width: inherit;
	text-align: center;
}
.inform-2 a{
	display: none;
	position: relative;
	width: 21px;
	height: 20px;
	margin: 7px 5px 0;
	vertical-align: top;
}
.totalquantity,
.amountsum{
	display: inline-block;
	position: relative;
}
.totalquantity::before{
	background-position: -1px -4758px;
	top: 12px;
	right: calc(100% + 10px);
	width: 8px;
	height: 10px;
}
.cart-products ul li:hover .totalquantity::before{
	display: none;
}
.cart-products ul li:hover .inform-2 a{
	display: inline-block;
}
.inform-2 input{
	width: 40px;
	font-weight: 400;
	text-align: center;
}
.product-minus::before{
	background-position: 0 -5901px;
	top: 9px;
	left: 0;
	width: inherit;
	height: 2px;
}
.product-minus:hover::before{
	background-position: 0px -5837px;
}
.product-minus:active::before{
	background-position: 0px -5829px;
}
.product-plus::before{
	background-position: -1px -4277px;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}
.product-plus:hover::before{
	background-position: -1px -4168px;
}
.product-plus:active::before{
	background-position: -1px -4124px;
}
.inform-3{
	width: 155px;
	text-align: right;
}
.inform-3 > div{
	position: relative;
	height: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}
.amountsum::before{
	background-position: -14px -4758px;
	top: 12px;
	right: calc(100% + 10px);
	width: 9px;
	height: 10px;
}
/*****/
.inform-title{
	display: none;
	position: absolute;
	min-width: 60px;
	bottom: calc(100% + 5px);
	color: #999;
	font-size: 11px;
	line-height: 11px;
	font-weight: 300;
	text-align: left;
}
/*****/
.cart-total{
	display: flex;
    justify-content: flex-end;
}
.cart-total-button{
	display: inline-block;
	min-width: 300px;
	padding: 13px 12px;
	background: #eaeaea;
    border: 1px solid #eaeaea;
    border-top: none;
}
.cart-total-sum{
	margin-bottom: 2px;
	text-align: left;
	font-weight: 400;
}
.cart-total-title{
	margin-right: 30px;
	font-size: 24px;
}
.cart-total-uah{
    float: right;
    font-size: 26px;
}
.cart-total-uah-sign{
    font-size: 18px;
}
.cart-total-button .wrap-button{
	width: 100%;
}
.cart-total-button .btn-green{
	width: inherit;
}
/* End Cart */


/* Search-result */
.no-result{
	margin-top: 10px;
}
.no-result p{
	font-size: 23px;
	font-weight: 400;
	color: #333;
}
.search-result-title-quotes{
	color: #ccc;
	font-weight: 500;
}
/* End Search-result */


/* Нас. пункты */
.wrap-area-input-input {
    position: relative;
}
.lists-cities{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 300px;
	margin-top: 5px;
	padding: 0 6px;
	border-radius: 4px;
	border: 1px solid #93acc4;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 10;
}
.wrap-area-input-input .lists-cities{
	display: none;
}
.wrap-area-input-input.active .lists-cities{
	display: block;
}
.lists-cities ul{
	list-style: none;
	margin: 5px;
}
.lists-cities ul li:hover{
	background: #F5F5F5;
}
.lists-cities ul li span.select-dropdown-link{
	display: block;
	padding: 5px 0 6px 1px;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
	line-height: 15px;
	font-size: 13px;
}
.lists-cities ul li:last-child span.select-dropdown-link{
	border-bottom: none;
}
.lists-cities ul li:hover span.select-dropdown-link{
	color: #97C165;
}
.lists-cities ul li.not-found{
	background: none;
	cursor: default;
	color: black;
}
.queridValue{
	font-weight: 400;
	color: #000;
}
.lists-cities ul li:hover span.select-dropdown-link .queridValue{
	color: #97C165;
}
.queridRegion{
	color: #999;
}
/*****/
/* END Нас. пункты */


/* Megafilter */
.megafilter{
	margin-top: 10px;
}
.megafilter-wrapper{
	
}
.megafilter-row{
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.megafilter-col-12,
.megafilter-col-4{
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
}
.megafilter-col-4{
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.megafilter-col-12{
	flex: 0 0 100%;
    max-width: 100%;
}
/*****/
.m-filter{
	margin-bottom: 10px;
}
.m-filter-exclude{
	margin-bottom: -18px;
	text-align: right;
}
.m-filter-wrapper{
	
}
.m-filter > label{
	margin-bottom: 3px;
    display: inline-block;
	font-size: 14px;
}
.m-filter-date input{
	width: 100px;
	text-align: center;
}
.m-filter-datetime input{
	width: 140px !important;
	text-align: center;
}
.m-filter-phone input{
	width: 150px !important;
	text-align: center;
}
.m-filter-checkbox input[type=checkbox]{
	width: auto;
}
.m-filter-textarea.m-filter-fullwidth textarea,
.m-filter-input.m-filter-fullwidth input{
	width: 100%;
}
/*****/
.m-filter-ids input,
.m-filter-multiselect .chosen-container,
.m-filter-fullwidth .chosen-container.chosen-container-single,
.m-filter-fullwidth .chosen-container-multi .chosen-choices li.search-field{
	width: 100% !important;
}
.m-filter-semiwidth .chosen-container.chosen-container-single,
.m-filter-semiwidth .chosen-container-multi .chosen-choices li.search-field{
	width: 300px !important;
}
.m-filter-semiwidth .chosen-container-multi .chosen-choices li.search-field,
.m-filter-fullwidth .chosen-container-multi .chosen-choices li.search-field{
	float: left !important;
}
.search-choice-close{
	-webkit-transition: unset;
	transition: unset;
}
.chosen-results .no-results span{
	font-weight: bold;
}
.chosen-results .no-results span::after,
.chosen-results .no-results span::before{
	content: '"';
}
.chosen-single.error{
	border-color: #fb5e5e !important;
	box-shadow: inset 2px 2px 0 1px #f2f2f3, 0 0 8px #fb5e5e !important;
}
/*****/
.quicksearch-preloader{
	position: absolute;
	background-color: rgba( 255, 255, 255, 0.95);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 23;
}
.quicksearch-preloader span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
}
.m-filter-select.m-filter-ajax .quicksearch-preloader span{
	top: calc(50% + 33px/2);
}
/* End Megafilter */


/* Checkout */
.checkout-form form {
	flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkout-form .block {
    margin-bottom: 20px;
}
.checkout-form .text_input {
    width: 100%;
}
.checkout-form textarea {
    height: 190px;
    resize: none;
}
.checkout-form-group{
	margin-bottom: 20px !important;
}
/*****/
.chosen-container.chosen-container-single{
	width: 100% !important;
}
.chosen-container-single .chosen-single{
	height: 34px;
	line-height: 34px;
}
.chosen-container-single .chosen-single div b {
   background-position: 0 7px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
	background-position: -18px 9px;
}
.chosen-container-single .chosen-single abbr{
	top: 11px;
}
/*****/
.order-success{
    padding: 30px 0;
	color: #97C165;
    font-size: 18px;
    text-align: center;
}
/*****/
.check-accept-order{
	font-size: 13px;
    color: #999;
    margin-bottom: 0 !important;
}
/* End Checkout */


/* Single-product */
.page-product h1{
	margin-bottom: 11px;
}
.product-image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
    max-height: 500px;
	margin-bottom: 20px;
	border: 1px solid #eaeaea;
}
.product-image img{
	display: block;
    max-width: 100%;
	max-height: 100%;
    height: auto;
}
.product-images {
    margin-bottom: 20px;
}
.product-images ul{
	display: flex;
	flex-wrap:wrap;
	list-style: none;
}
.product-images ul li{
	border-radius: 3px;
    border: 1px solid #eaeaea;
    background: #fff;
	height: 80px;
    overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}
.product-images ul li:hover,
.product-images ul li.active{
	border: 1px solid rgba(135, 242, 123, .5);
}
.product-images ul li:hover{
	cursor: pointer;
}
.product-images img{
	display: block;
    max-width: 100%;
	max-height: 100%;
    height: auto;
}
/*****/
.product-content{
	margin-bottom: 40px;
}
/*****/
.product-sidebar-price{
	width: 100%;
	max-width: 320px;
    margin-bottom: 30px;
    padding: 18px 20px;
    border-radius: 10px;
    border: 3px solid #fff3b5;
    text-align: center;
}
.product-sidebar-price > div:last-child{
	margin-bottom: 0;
}
/* End Single-product */



/* Overlay */
#overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 70px);
	background-color: rgb(0, 0, 0);
	opacity: 0.7;
	z-index: 101;
}
#overlay_loader{
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 997;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#overlay_loader{
	z-index: 998;
	cursor: none;
}
.loader{
	position: fixed;
	top: 50%;
	left: 50%;
	height: 64px;
	width: 64px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	z-index: 999;
	display: none;
	cursor: none;
}
.loader img{
	border-radius: 18px;
	-moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}
/* End overlay */


/* Modal window */
#modal_window{
	position: fixed;
	display: block;
	z-index: 1000;
	height: auto;
	top: 50%;
	left: 50%;
	background: #fff;
	box-shadow: 0px 0px 8px #97C165;
	-webkit-box-shadow: 0px 0px 8px #97C165;
	-moz-box-shadow: 0px 0px 8px #97C165;
	max-width: 1200px;
	width: 75vw;
	transform: translate(0%, -250%);
	-moz-transform: translate(0%, -250%);
    -webkit-transform: translate(0%, -250%);
    -o-transform: translate(0%, -250%);
	-ms-transform: translate(0%, -250%);
	-khtml-transform: translate(0%, -250%);
	min-height: 400px;
	max-height: 75vh;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	margin-left: -37.5vw;
	overflow: hidden;
}
#modal_window.active{
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-khtml-transform: translate(0%, -50%);
}
#ascrail2000{
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-khtml-transform: translate(0%, -50%);
	margin-left: -37.5vw;
	display: none;
}
.one-plant-wrap{
	margin: 15px;
}
#modal_window_close{
	position: absolute;
	top: 35px;
	right: 15px;
	-webkit-transform: translateY(-70%);
	-khtml-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	transform: translateY(-70%);
	z-index: 10;
}
#modal_window_close i {
    color: #858d94;
	cursor: pointer;
	font-size: 32px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 45px;
}
#modal_window_close i:hover {
    color: #444;
}
/* End modal window */


@media screen and (max-width: 1199px) {
.page-product .catalog-sidebar{
	display: none;
}
.page-product .catalog-content{
	width: 100%;
}
.header-menu ul li a{
	padding: 10px 15px;
}

}/*@media screen and (max-width: 1199px) */


@media screen and (max-width: 991px) {
.header-menu-wrapper{
	flex-direction: column;
}
.header-menu{
	width: 100%;
	background-color: white;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	padding: 60px 0px 0px;
}
.header-bottom.show-menu .header-menu{
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-khtml-transform: translateY(0%);
}
.header-menu ul li{
	float: none;
	width: 100%;
	border: none;
}
#header-language{
	justify-content: center;
	margin: 0;
}
#menu-mobile {
	display: block;
	margin-top: 8px;
}
.header-bottom.show-menu #menu-mobile-close{
	display: block;
}
#menu-mobile-close{
	position: absolute;
	top: 35px;
	right: 15px;
	-webkit-transform: translateY(-70%);
	-khtml-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	transform: translateY(-70%);
}
.kind-menu ul li{
	width: 50%;
	text-align: left;
}
.header-top {
	padding: 10px 0;
}
.header-logo{
	justify-content: space-between;
}
.header-logo a{
	max-width: 200px;
}
#content{
	padding-top: 140px;
}
.header-search {
	width: 100%;
	justify-content: flex-end;
}
.contact-form-button{
	text-align: center;
}
.contact-form-description{
	margin-bottom: 20px;
}
/****/
#cart-popup{
    width: calc(100% - 30px);
}
.inform-2 {
    width: 160px;
}
.inform-3{
	width: auto;
}
/*****/
.catalog-content,
.catalog-sidebar {
    width: 100%;
}
#catalog {
    display: none;
}
.kind-menu ul {
    flex-wrap: wrap;
}
.kind-menu ul li {
    flex: 50%;
}
.checkout-form select,
.checkout-form input{
	max-width: 100%;
}
/*****/
.footer-content-2 {
    flex-direction: column-reverse;
}
}/*@media screen and (max-width: 991px) */



@media screen and (max-width: 767px) {
#quick_link{
	display: none;
}
.social{
	text-align: center;
}
.social ul{
	display: inline-block;
}
.social ul li:last-child{
	margin-right: 0px;
}
.left-menu{
	padding-right: 0px;
	margin-bottom: 40px;
}
.kind-menu ul li {
	width: 100%;
}
.block-group table thead th,
.block-group table tbody td{
	display: none;
}
.block-group table tbody td:nth-child(1),
.block-group table tbody td:nth-child(2),
.block-group table tbody td:last-child,
.block-group table thead th:nth-child(1),
.block-group table thead th:nth-child(2),
.block-group table thead th:last-child{
	display: table-cell;
}
#modal_window{
	width: 90vw;
	margin-left: -45vw;
}
#ascrail2000{
	margin-left: -45vw;
}
.contact-form .text_input {
    max-width: 100%;
}
.footer-menu,
.footer-payment-logos {
    margin-bottom: 30px;
}
}/*@media screen and (max-width: 767px)*/


@media screen and (min-width: 768px) {
.social{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-right: 30px;
	transform: translateY(-50%);
}
}/*@media screen and (min-width: 768px)*/


@media screen and (max-width: 610px) {
	/* .page-main #content .links-category .col-xs-3 {
		width: 50%;
	} */
}/*@media screen and (max-width: 610px)*/


@media screen and (max-width: 575px) {
#scroll_top{
	display: none !important;
}
.category .col-xs-6{
	width: 100%;
}
.block-group table tbody td:nth-child(1),
.block-group table thead th:nth-child(1){
	display: none;
}
#modal_window .images-background{
	width: 100%;
	display: block;
}
.link-category-title{
	width: 130px;
}
.link-category a{
	font-size: 14px;
}
/*****/
.cart-product-delete-img {
    float: none;
	width: 100%;
}
.cart-product-body{
	float: none;
    width: 100%;
	margin-top: 20px;
    padding: 0;
}
.cart-product-total {
    margin-top: 10px;
}
.wrap-coltotal-1,
.wrap-coltotal-3 {
    margin-bottom: 10px;
}
.cart-total-button {
    min-width: auto;
}
.kind-menu ul {
    flex-direction: column;
}
/*****/
.box-product {
    max-width: 270px;
    margin: 0 auto;
}
.product-image{
	height: 50vh;
}
}/*@media screen and (max-width: 575px)*/