/* header */
.header {
	padding: 20px 0;
}
.header-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.header-top__callback {
	margin-left: auto;
}
.top-nav__list {
	margin: 0;
	display: flex;
	align-items: center;
}
.top-nav__item {
	margin-right: 30px;
}
.top-nav__item:last-child {
	margin-right: 0;
}
.top-nav__link {
	color: #111;
	font-size: 14px;
}
.callback-box__btn {
	position: relative;
	display: block;
	padding-right: 12px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.2px;
}
.callback-box__btn .svg-icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-20%);
}
.header-top__currency {
	margin-left: 30px;
}
.form-currency {
	position: relative;
}
.form-currency__btn {
	position: relative;
	display: block;
	padding-right: 12px;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	color: #111;
}
.form-currency__btn .svg-icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-20%);
}
.header-top__lang {
	margin-left: 30px;
}
.form-language {
	position: relative;
}
.form-language__btn {
	display: block;
	position: relative;
	padding-right: 12px;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	color: #111;
}
.form-language__btn .svg-icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-20%);
}
.header-main {
	display: flex;
	align-items: center;
}
.header-main__search {
	width: 56%;
	max-width: 770px;
	margin-left: auto;
}
.header-main__actions {
	margin-left: 25px;
	/*margin-left: auto;*/
}
.actions {
	display: flex;
	align-items: center;
}
.actions__btn {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background: #4E8648;
	border: 1px solid #fff;
}
.actions__btn .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #fff;
}
.actions-user {
	position: relative;
}
.actions-user__btn {
	border-radius: 4px 0px 0px 4px;
}
.actions-cart {
	position: relative;
}
.header-cart__btn {
	border-radius: 0px 4px 4px 0px;
}
.header-cart__total {
	width: 16px;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	background: #E74040;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
}
.actions-mob {
	display: none;
}
.search input {
	height: 40px;
	background: #F9F9F9;
	border: 1px solid #E6E6E6;
	box-shadow: none;
}
.search input::placeholder {
	color: #737373;
}
.search input:focus {
	box-shadow: inset 0 0px 2px rgba(78, 134, 72, .55);
}
.search-btn {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
	background: #4E8648;
	border-radius: 0px 4px 4px 0px;
}
.search-btn .svg-icon {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #4E8648;
}
/* end header */
/* footer */
.footer {
	padding-top: 20px;
	background: #252734;
	font-size: 14px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color:rgba(78, 134, 72)
}
.footer-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0;
	margin: 0 -15px;
}
.footer-item {
	padding: 0 15px;
	width: 100%;
	max-width: 270px;
}
.footer-title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
}
.footer .svg-icon {
	fill: #fff;
}
.footer-phone {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}
.footer-user {
	margin: 30px 0;
}
.footer-user__item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.footer-user__link {
	display: block;
	padding: 5px 0;
	font-weight: 700;
}
.footer-user .svg-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.footer-user__link:hover .svg-icon {
	fill: #4E8648;
}
.footer-list a {
	margin-bottom: 10px;
	display: block;
}
.footer-action {
	display: flex;
	color: #fff;
}
.footer-lang {
	margin-right: 30px;
}
.footer-lang .form-language__btn {
	color: #fff;
}
.footer-currency .form-currency__btn {
	color: #fff;
}
.footer-bottom {
	padding: 10px 0;
	background: #21252A;
}
.footer-bottom__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
/* end footer */
/* main-menu */
.main-menu {
	position: relative;
	padding: 0;
	background: #4E8648;
	z-index: 1;
}
.main-menu__header {
	display: none;
}
.main-menu__list {
	display: flex;
}
.main-menu__item {
	width: 100%;
	padding: 0 15px;
	margin-left: -1px;
	transition: .3s;
}
.main-menu__item:hover {
	background-color: #fff;
}
.main-menu__item:hover .main-menu__link {
	color: #252B42;
}
.main-menu__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 195px;
	height: 100%;
	padding: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.04em;
}
.main-menu__link:after {
	content: '';
	width: 1px;
	height: 25px;
	background: #fff;
	opacity: .5;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}
.main-menu__item:last-child .main-menu__link:after {
	display: none;
}
.main-menu__dropdown {
	display: none;
	width: 100%;
	padding: 30px 0;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	z-index: -1;
}
.main-menu__item:hover .main-menu__dropdown {
	display: block;
}
.menu-dropdown__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
	align-items: center;
	gap: 20px 0;
}
.menu-dropdown__item {
	width: 33.33%;
	padding: 0 30px;
	border-right: 1px solid #ececec;
}
.menu-dropdown__link {
	font-weight: bold;
	color: #000;
}
.menu-dropdown__link:hover {
	color: #4E8648;
}
.menu-child__list {
	margin-top: 5px;
}
.menu-child__item {
	padding: 10px 0;
}
.menu-child__link {
	color: #000;
}
.menu-child__link:hover {
	color: #4E8648;
}
/* end main-menu */
/* sidebar */
.sidebar-information {
	padding: 20px 0;
	background: #FAFAFA;
}
.sidebar-information__list a {
	position: relative;
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	color: #1E2225;
}
.sidebar-information__list a.active {
	font-weight: bold;
}
.sidebar-information__list a.active:before {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -2px;
	background-color: #4E8648;
}
/* end sidebar */
/* banner */
.slider-show {
	width: 100%;
}
.slider-show__item {
	position: relative;
}
.slider-show__img {
	margin: 0 auto;
	min-height: 600px;
	object-fit: cover;
}
.slider-show__footer {
	padding: 30px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
}
.slider-show__footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(37, 39, 52, 0.7);
}
.slider-show__flex {
	position: relative;
	display: flex;
	align-items: center;
}
.slider-show__info {
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #fff;
}
.slider-show__title {
	margin-bottom: 15px;
	color: #fff;
}
.slider-show__descr {
	font-weight: 500;
}
.slider-show__descr ul {
	width: 100%;
	max-width: 490px;
	padding-left: 25px;
	line-height: 1.6;
}
.slider-show__btn {
	font-weight: 700;
	font-size: 14px;
	border-color: #fff;
	color: #fff;
}
.slider-show__btn:hover {
	color: #fff;
}
.slider-show__navigation {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
}
.slider-show__nav {
	padding: 10px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.slider-show__nav .svg-icon {
	fill: #fff;
	width: 15px;
	height: 9px;
}
.slider-show__nav--prev .svg-icon {
	transform: rotate(90deg);
}
.slider-show__nav--next .svg-icon {
	transform: rotate(-90deg);
}
/* end banner */
.scheme-work__desct {
	font-weight: 500;
	letter-spacing: .2px;
}
.scheme-work__main {
	margin: 30px -15px 0;
	display: flex;
}
.scheme-work__item {
	width: 100%;
	max-width: 300px;
	padding: 0 15px;
}
.scheme-work__top {
	position: relative;
	margin-bottom: 15px;
}
.scheme-work__numb {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	background: #4E8648;
	border-radius: 50%;
}
.scheme-work__dots {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
}
.scheme-work__dot {
	width: 10px;
	height: 10px;
	background: #4E8648;
	border-radius: 50%;
	margin-left: 27px;
}
.scheme-work__text {
	font-weight: 500;
	letter-spacing: 0.2px;
}
/* product category */
.row-products {
	margin: 0;
}
.row-products .product-category__thumb {
	margin-bottom: -1px;
}
.product-category .product-layout {
	padding: 0;
	margin-right: 0px;
}
.product-category__thumb {
	padding: 25px 25px 20px;
	border: 1px solid #fff;
	/*overflow: auto;*/
	background: #fff;
  position: relative;
}
.product-category__image {
	margin-bottom: 5px;
}
.product-category__image a {
	display: block;
	text-align: center;
}
.product-category__image img {
	margin: 0 auto;
}
.product-category__rating-wrap {
	margin-bottom: 15px;
}
.product-category__rating {
	margin-bottom: 5px;
	color: #737373;
	font-size: 14px;
}
.product-category__rating .svg-icon {
	width: 14px;
	height: 14px;
	fill: #F8B653;
}
.product-category__article {
	font-weight: 500;
	font-size: 14px;
	color: #232428;
}
.product-category__name-wrap {
	margin-bottom: 15px;
}
.product-category__brand {
	min-height: 20px;
	margin-bottom: 5px;
}
.product-category__brand a {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #252B42;
}
.product-category__name {
	min-height: 35px;
}
.product-category__name a {
	font-weight: 500;
	color: #252B42;
}
.product-category__price {
	font-weight: 700;
	font-size: 16px;
}
.product-category__cart {
	display: block;
	width: 100%;
}
.product-category__wishlist {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.product-category__wishlist .svg-icon {
	fill: #252B42;
	width: 20px;
	height: 17px;
	transition: .3s;
}
.product-category__wishlist .svg-icon--heart-full {
	display: none;
}
.product-category__wishlist:hover .svg-icon {
	fill: #F08E8E;
}
.product-category__wishlist:hover .svg-icon--heart {
	display: none;
}
.product-category__wishlist:hover .svg-icon--heart-full {
	display: block;
}
.product-layout:hover .product-category__wishlist {
	display: block;
}
.pagination {
	margin: 15px auto;
	display: block;
	text-align: center;
}
.pagination > li {
	display: inline-block;
}
.pagination > li {
	padding: 0 5px;
}
.pagination > li > a, .pagination > li > span {
	float: none;
	display: block;
	padding: 10px 15px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	border: 1px solid #ECECEC;
	border-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #4E8648;
	border-color: #4E8648;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background: none;
	border-color: #4E8648;
	color: #4E8648;
}
.products-sort {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.products-sort__sort {
	display: flex;
	align-items: center;
}
.products-sort__label {
	margin-bottom: 0;
	font-size: 14px;
}
.products-sort__active {
	display: flex;
	width: 100%;
	align-items: center;
    justify-content: space-between;
}
.wr_view_sort{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}
.products-sort__active .wr_view_sort button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 40px;
	height: 37px;
	border: 1px solid #ECECEC;
	border-radius: 4px;
}
.products-sort__active .wr_view_sort button.active {
	background: #4E8648;
	border-color: #4E8648;
}
.products-sort__active .products-sort__grid {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.products-sort__active .products-sort__list {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.products-sort__active.products-sort__active .svg-icon {
	display: block;
	fill: #4E8648;
}
.products-sort__active button.active .svg-icon {
	fill: #fff;
}
.products-sort__ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.products-sort__ul li {
	border: 1px solid #ECECEC;
	margin-right: -1px;
}
.products-sort__ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.products-sort__ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.products-sort__ul a {
	display: block;
	padding: 10px;
	font-size: 12px;
	color: #1E2225;
}
.products-sort__ul a.active {
	background: #ECECEC;
}
.product-category.slider-js {
	padding-right: 5px;
}
/* end product category */
.hide_descktop {
	display: none;
}
@media screen and (max-width: 1200px) {
	.hide_descktop {
		display: inline-block;
		width: 100%;
	}
	.hide_descktop button {
		width: 95%;
	}
	.filter_cat_wr{
		display: none;
	}
	.close_filter {
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        padding: 5px 10px;
        background: #4e8649;
        display: inline-block;
        border-radius: 4px;
        float: right;
        clear: both;
		width: auto;
	}
	.filter_cat_wr.filter_cat_open{
		display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 300px;
		height: 100%;
        overflow-y: auto;
	}
}
/* categories-prev */
.categories-prev__item {
	padding: 25px;
	border: 1px solid #ECECEC;
}
.categories-prev__link {
	display: block;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 24px;
	color: #000;
}
.categories-prev__link img {
	margin-bottom: 30px;
}
.categories-sublist__link {
	display: block;
	padding-right: 85px;
	font-size: 16px;
	color: #000;
	position: relative;
}
.categories-sublist__total {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.categories-prev__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
@media (min-width: 768px) and (max-width:991px) {
  .categories-prev__item {
      padding: 10px;
  }  
  .categories-prev__link {
    font-size: 16px;
  }
}
/* end categories-prev */
/* product */
.product-header {
	margin: 60px 0;
}
.product-main {
	margin-bottom: 60px;
}
.product-info {
	margin-bottom: 20px;
}
.product-info__item {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}
.product-info__item-right {
	margin-left: auto;
}
.product-info__rating {
	margin-left: auto;
}
.product-more__item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
}
.product-more__item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.product-price {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: #FAFAFA;
	color: #252B42;
}
.product-price__col {
	flex-shrink: 0;
	margin-right: 30px;
}
.product-price__name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.product-price__btn {
	width: 100%;
	max-width: 220px;
	margin-left: auto;
}
.product-price__current {
	font-weight: bold;
	font-size: 24px;
}
.product-info .pageform .control-label {
	display: none;
}
.product-price__wishlist {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.2px;
}
.product-price__wishlist .svg-icon {
	vertical-align: top;
	margin-right: 10px;
}
.product-autocar__title {
	margin-bottom: 5px;
	font-weight: bold;
}
.delivery-pay__item {
	margin-bottom: 20px;
}
.delivery-pay__title {
	margin-bottom: 5px;
	font-weight: bold;
}
.delivery-pay__content ul {
	padding-left: 25px;
}
.product-information {
	margin-bottom: 60px;
}
.specification-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -10px;
}
.specification-list:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.specification-item {
	padding: 0 15px;
	width: 50%;
}
.specification-row {
	margin: 0;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ececec;
}
#review {
	margin-bottom: 60px;
}

.product-grid .product-category__info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  
  .product-grid .product-category__caption  {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .product-grid .product-category__price {
    margin-top: auto;
  }
  
  .product-grid .product-category__name-wrap {
    margin-bottom: 5px;
  }
  
  .product-list .product-category__thumb {
    display: flex;
    gap: 15px;
	align-items: center;
	justify-content: space-between;
  }
  
  .product-list  .product-category__image {
      margin-bottom: 0;
    flex: 0 0 100px;
  }  
  
  .product-list  .product-category__cart {
      display: inline-block;
      width: 100%;
      margin-top: 0px;
  }  
  
  .product-list .product-category__wishlist {
      right: auto;
      left: 10px;
  }
  
  .slider-js .product-category__name a {
    height: 82px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  
  .slider-js .slick-track {
    margin-left: initial;
  }
  
  .slider-js .slick-list {
    padding-right: 1px;
  }  
}

.wrapper-product-price {
	display: flex;
}
.wrapper-product-price.no_cost_prav {
	flex-wrap: wrap;
}
.wrapper-product-price.no_cost_prav  .product-price__col {
    margin-bottom: 20px;
    margin-right: 10px;
}
@media (max-width: 1200px) {
	.product-price__btn {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.product-price {
		flex-wrap: wrap;
	}
	.wrapper-product-price.no_cost_prav .q-mob-q {
		width: 100%;
	}
}
@media (max-width: 991px){
	.wrapper-product-price.no_cost_prav .q-mob-q {
		width: 100%;
	}
}
/*@media (max-width: 699px){*/
/*	.footer-item {*/
/*		max-width: 100%;*/
/*	}*/
/*}*/
/* end product */