/* Ecoposuda Theme 2021 */

body {
	font-family: 'Roboto', sans-serif;
	color: #222;
	width: 100%;
	min-width: 320px;
	line-height: 1.5;
	font-size: 14px;
	background-color: #fff;
}

.fa,.fab,.fal,.far,.fas {
	font-size: 14px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold
}

a:hover,
a:focus {
	text-decoration: none;
	color: #1569bc;
	outline: none;
}

.float-left {
	float: left !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important;
}

.fixed {
	position: fixed
}

.fixed-right {
	right: 0;
}

.d-none {
	display: none!important
}

.link {
	color: #00a6ff;
}

.form-indent {
	margin: 20px 0;
}

.header-top {
	background: #efefef;
	height: 40px;
}

.header-top,
.main-header {
	position: relative;
}

.header-indent {
	padding-top: 17px;
}

.header-indent {
	z-index: 101;
}

.main-header {
	position: sticky;
	top: 0;
	box-shadow: none;
	transition: transform .3s ease, margin .05s linear;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.12);
}

.header-top-content {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-top_container,
.header-top .container {
	height: 100%;
}

.header-top_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-users,
.header-logotype,
.header-top-links,
.header-top-item,
.header-top-content,
.top-list {
	height: 100%;
	display: flex;
	align-items: center;
	color: #575757;
}

.header-top-phone,
.menu-mobile-phone {
	font-weight: 700;
    font-size: 15px;
    color: #222;
}

.header-top-phone {
    flex-direction: column;
    align-items: flex-start;
    line-height: 17px;
    justify-content: center;
}

.header-top-phone .info-job {
	font-size: 11px;
	font-weight: 400;
	display: block;
	line-height: 1;
}

.header-top-item+.header-top-item {
	margin-left: 20px;
	position: relative
}

.header-top-links:hover {
	color: #00a651;
}

.main-header a {
	display: block;
	cursor: pointer;
	text-decoration: none
}

.main-header .header-middle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header-logotype {
	margin-right: 20px;
	min-width: 16.666667%;
}

.main-header .header-logo {
	display: inline-block;
	vertical-align: middle;
}

.search {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.search {
		position: absolute;
		bottom: -55px;
		left: 0;
		background: #fff;
		margin-right: 0;
	}
	.header-indent {
		padding: 10px 15px 70px 15px;
	}
	.default-container {
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.search-input .fa {
		position: absolute;
		top: 0;
		left: 0;
		margin: 12px 0 0 12px;
	}
	.search .search-input .input-text {
		padding-left: 33px;
		border-radius: 6px;
	}
}

.search .search-input,
.search-input .input-text {
	width: 100%;
}

.search .search-input {
	position: relative;
}

.search .input-text {
	height: 40px;
	padding: 0 14px;
	border-radius: 50px 0 0 50px;
	background: #f1f1f1;
	border: 0;
}

.input-text::-ms-clear {
	display: none;
}

.input-text::-webkit-input-placeholder {
	color: #9697a1;
}

.input-text:-ms-input-placeholder {
	color: #9697a1;
}

.input-text::placeholder {
	color: #9697a1;
}

.input-text:focus {
	background: #efefef;
}

@media only screen and (min-width: 768px) {
	.main-header .header-menu {
		position: relative;
		margin-top: 12px;
	}
	.header-top {
		z-index: 102;
	}
}

.search .input-text:focus,
.search .input-text:hover {
	border-color: #ccc;
}

.search .search-btn {
	height: 40px;
    border-radius: 0 50px 50px 0;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    background: #161688;
    margin-right: 3px;
    z-index: 1;
}

.search .search-btn:hover {
	background: #1b8813;
}

.main-header .cart-informer {
	text-align: center
}

.header-user {
	position: relative;
}

.user-items>a {
	color: #222;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    outline: none;
    display: flex;
    align-items: center;
	transition: all .3s;
}

@media only screen and (min-width: 768px) {
	.user-items>a {
		padding: 0 10px;
	}
}

.user-items>a:hover {
	color: #00a651;
}

.user-items>a>.fa, .user-items>a>.fas {
	font-size: 21px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.login-text,
.compare-text,
.wishlist-text,
.basket-text {
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.user-items+.user-items {
		margin-left: 10px;
	}	
	.user-items>a>.fa {
		font-size: 19px;
		width: 30px;
		height: 30px;
	}
	.login-text,
	.compare-text,
	.wishlist-text,
	.basket-text {
		display: none;
	}
	.mobile-catalog,
	.mobile-menu {
		position: fixed;
		width: 80%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		background: #fff;
		z-index: 100;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.mobile-menu.menu-show,
	.mobile-catalog.catalog-show {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

.form-currency,
.form-language {
	cursor: pointer;
	border-radius: 3px;
	background: #d8d8d8;
	padding: 3px 5px;
	font-size: 11px;
	position: relative;
}

.header-top-item.header-top-language {
	margin-left: 10px;
}

.count {
	position: absolute;
	top: 0;
	right: 0;
	font-family: Roboto, sans-serif;
	font-size: 10px;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #ff1108;
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 0 2px #fff;
}

@media only screen and (max-width: 767px) {
	.mobile-scroll {
		overflow-y: scroll;
		height: 100%;
	}
	.main-header .header-menu-item+.header-menu-item {
		border-top: 1px solid #ededed;
	}
	.main-header .header-menu-item.sub {
		padding-right: 45px;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23d7d7d7' width='188.7' height='306' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.7 0L0 35.7 117.3 153 0 270.3 35.7 306l153-153z'/%3E%3C/svg%3E");
		background-position: calc(100% - 20px) 18px;
		background-size: 8px;
		background-repeat: no-repeat;
	}
	.main-header .header-menu-item.active {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23bfbfbf' width='306' height='188.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M306 35.7L270.3 0 153 117.3 35.7 0 0 35.7l153 153z'/%3E%3C/svg%3E");
		background-size: 12px;
		background-color: #fafafa;
		background-position: calc(100% - 20px) 24px;
	}
	.header-menu-item.active>.nav-item-link {
		color: #1380d2;
	}
	.header-menu-column {
		padding: 0;
	}
	.dropdown-menu-item {
		padding: 15px 0 0 30px;
	}
	.header-basket .dropdown-menu {
		right: 0;
		left: auto;
	}
}

.header-menu-item.goods-action .nav-item-link .header-item-text {
	color: #fff;
}

.main-header .main-logo h1 {
	margin: 0;
}

.header-basket {
	display: flex;
	align-items: center;
}

.main-header .header-menu-item>a {
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding: 15px 20px;
	color: #222;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.main-header .header-menu-item:hover>a {
	color: #00a651;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.main-header .header-menu-block {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.header-menu-block::-webkit-scrollbar {
		display: none
	}
	.main-header .header-menu:before,
	.main-header .header-menu:after {
		content: "";
		position: absolute;
		top: 0;
		z-index: 15;
		height: 100%;
		width: 85px;
	}
}

@media only screen and (min-width: 768px) {
	.main-header .header-menu-block {
		display: flex;
		justify-content: center;
		max-width: none;
	}
	.main-header .header-menu-item.sub:hover>a {
		opacity: 1;
	}
	.main-header .header-item-text:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: #00a651;
		opacity: 0;
		transform: translateX(-100%);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000;
		transition: transform .5s ease, opacity .5s ease;
	}
	.main-header .header-menu-item:hover .header-item-text:after {
		opacity: 1;
		transform: translateX(0);
	}
	.main-header .header-menu-item>a {
		padding: 0 15px;
		height: 57px;
	}
	.header-submenu {
		display: none;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		border-top: 1px solid #efefef;
		z-index: 2;
	}
	.dropdown-holder {
		background-color: #fff;
		border-radius: 2px;
		transition: box-shadow .3s ease;
	}
	.dropdown-menu-item {
		position: relative;
		overflow: hidden;
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1200px) {
	.header-menu>.container {
		padding: 0;
	}
}

.mm-shadow:after {
	content: "";
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color ease-out .3s;
    -moz-transition: background-color ease-out .3s;
    transition: background-color .3s ease-out;
    visibility: visible;
    background-color: rgba(0,0,0,.4);
    width: 100%;
}

.header-item-text {
	width: 100%;
	overflow: hidden;
	display: inline-flex;
	line-height: 17px;
	position: relative;
	height: 100%;
	align-items: center;
	vertical-align: middle;
}

.header-submenu>.submenu-wrapper>.dropdown-holder {
	width: 100%;
	padding: 0 0 32px;
}

.header-menu-item.active .header-submenu {
	display: block;
}

.nav-dropdown-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin-bottom: 14px;
}

.link-title:link, 
.link-title:visited {
    color: #222;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    -moz-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.dropdown-menu-item,
.main-header .header-menu-column ul {
	list-style: none;
}

.main-header .header-menu-column ul {
	padding: 0;
	margin-bottom: 24px;
}

.header-menu-column a {
	white-space: normal;
}

.main-header .header-menu-column ul li+li {
	margin-top: 5px;
}

.main-header .header-menu-column ul a:hover {
	opacity: 1;
	color: #000;
}

.main-wrapper {
	background: #fff;
	z-index: 46;
}

footer {
	margin-top: 30px;
	color: #fff;
}

footer .footer-primary {
    min-height: 360px;
    background-color: #222222;
}

footer .footer-wrapper {
    padding: 52px 0;
}

footer .footer-contact {
	color: #fff;
}

footer .footer-contact_phone {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

footer .footer-contact_phone-link {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}

footer .footer-primary .footer-list_block a {
	color: #fff;
    opacity: 0.7;
    display: block;
    line-height: 22px;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
	footer .footer-primary .footer-list_block a {
		font-size: 13px;
		line-height: 19px;
	}
}

footer .footer-primary .footer-list_block a:hover {
	text-decoration: underline;
}

footer .footer-primary .footer-list_block li+li {
	margin-top: 8px;
}

footer .footer-social {
	padding-top: 17px;
}

footer .newsletter {
    padding-top: 14px;
}

footer .newsletter-field.has-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

footer .newsletter-field {
    max-width: 250px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    margin-top: 7px;
	height: 37px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .field-input {
	background: #fff;
}

footer .field-input .input {
    font-size: 13px;
    letter-spacing: 0.30px;
    height: 100%;
	width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
	color: #222;
}

footer .newsletter-button button {
    display: inline-block;
	border: 0;
    background-color: #00a651;
    width: 50px;
	height: 35px;
	color: #fff;
    border-radius: 0;
	padding: 0;
}

footer #error-msg span {
	font-size: 13px;
    line-height: normal;
    display: block;
    margin-top: 5px;
}

footer .footer-powered {
    background-color: #282828;
    -webkit-box-shadow: inset 5px 15px 10px -5px rgba(0,0,0,.3);
    box-shadow: inset 5px 15px 10px -5px rgba(0,0,0,.3);
}

footer .footer-powered .powered {
	font-size: 13px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

footer .footer-powered .powered span {
	padding: 10px 0 5px;
    color: #666;
    font-size: 10px;
}

footer .footer-title {
	font-weight: 700;
}

footer .footer-email_link {
	display: block;
	margin-bottom: 5px;
}

footer hr {
    border-top: 1px solid #404040;
	margin-top: 18px;
}

footer .footer-manufacturer {
	padding-top: 30px;
    display: flex;
	flex-wrap: wrap;
}

footer .footer-all_brands h4 {
	margin-bottom: -15px;
    margin-top: revert;
}

footer .footer-manufacturer .manufacturer-link {
	display: block;
    padding: 3px 9px;
    background: #2e2e2e;
    border-radius: 4px;
    color: #fff;
    margin: 0 10px 10px 0;
	transition: all .3s;
}

footer .footer-manufacturer .manufacturer-link:hover {
	background: #4c4c4c;
}

footer .manufacturer-link.active {
	background: #318e5a;
}

.social a {
	width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 18px;
    background: #3c3c3c;
    color: #fff;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 25px;
}

.social a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social a.facebook:hover {
	background: #39599f;
}

.social a.twitter:hover {
	background: #45b0e3;
}

.social a.instagram:hover {
	background: #e2415a;
}

.social a.google_plus:hover {
	background: #dc4a38;
}

.social a.vk:hover {
	background: #4d75a3;
}

.social a.odnoklassniki:hover {
	background: #f58220;
}

.social a.skype:hover {
	background: #45b0e3;
}

.social a.whatsapp:hover {
	background: #40c353;
}

.social a.telegram:hover {
	background: #289fd9;
}

.social a.viber:hover {
	background: #665ca7;
}

#content {
	min-height: 600px;
}

.owl-carousel.carousel .owl-wrapper-outer {
	box-shadow: none;
	border: none;
	border-radius: 8px;
}

#cart .dropdown-menu {
	width: 380px;
	padding: 20px;
	top: 59px;
}

#cart .dropdown-menu::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -10px;
	right: 18px;
	content: "";
}

#cart .table>tbody>tr>td,
#cart .table-bordered {
	border: none;
	padding: 8px 0;
	vertical-align: middle;
}

#cart .dropdown-menu>li>p {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

#cart .cart-btn {
	text-transform: uppercase;
	font-size: 14px;
	padding: 11px 25px 11px;
	border-radius: 4px;
	background: #ff4e4f;
	border: 2px solid #ff4e4f;
	color: #fff;
	font-weight: 600;
}

#cart .cart-btn:hover {
	background: #ee3c3d;
	border-color: #ee3c3d;
}

#cart .product-name {
	width: 50%;
}

#cart .product-name>a {
	font-size: 13px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 54px;
}

#cart .product-price {
	font-weight: 700;
	font-size: 12px;
}

#cart .trash-icon {
	background-image: url(/image/catalog/icon-svg/trash.svg);
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: contain;
	box-sizing: content-box;
	background-repeat: no-repeat;
	cursor: pointer;
}

#cart .product-clear {
	width: 50px;
}

@media screen and (max-width: 767px) {
	#cart .dropdown-menu {
		width: 300px;
		padding: 10px;
		top: 40px;
		right: -13px;
		margin: 0;
		max-width: 88vw;
	}
	#cart .table>tbody>tr>td,
	#cart .table-bordered,
	#cart .product-name>a {
		font-size: 11px;
	}
}

.product-thumb {
	position: relative;
	background: #fff;
	transition: all .3s;
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	overflow: hidden;
}

.product-grid .product-thumb {
	border-radius: 8px;
	flex-direction: column;
}

.lr-margin-xs {
	margin-left: -5px;
	margin-right: -5px;
}

.lr-margin-sm {
	margin-left: -10px;
	margin-right: -10px;
}

.lr-margin-md {
	margin-left: -15px;
	margin-right: -15px;
}

.lr-margin-lg {
	margin-left: -20px;
	margin-right: -20px;
}

.lr-margin-xl {
	margin-left: -30px;
	margin-right: -30px;
}

.lr-padding-xs {
	padding-left: 5px;
	padding-right: 5px;
}

.lr-padding-sm {
	padding-left: 10px;
	padding-right: 10px;
}

.lr-padding-md {
	padding-left: 15px;
	padding-right: 15px;
}

.lr-padding-lg {
	padding-left: 20px;
	padding-right: 20px;
}

.lr-padding-xl {
	padding-left: 30px;
	padding-right: 30px;
}

.main-price {
	color: #222;
	display: inline-block;
	font-size: 17px;
	line-height: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 575px) {
	.main-price {
		font-size: 14px;
	}
}

.price-new {
	margin-right: 5px;
}

.price-old {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #9b9b9b;
	position: relative;
	vertical-align: middle;
}

.price-old:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	height: 1px;
	background-color: #ff5a5a;
	transform: rotate(-9deg);
}

.product-thumb .price-tax {
	display: block;
	font-size: 11px;
}

.product-thumb .price-block {
	margin-bottom: 7px;
}

.product-thumb .product-name {
	position: relative;
}

.product-thumb .product-name>a {
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
	max-height: 55px;
	font-size: 13px;
	line-height: 20px;
}

.product-thumb .product-name>a:hover {
	color: #4b6ecd;
	text-decoration: none;
}

.product-thumb .rating {
	display: flex;
	align-items: center;
}

.product-thumb .image {
	overflow: hidden;
	border-radius: 8px;
	transition: all .35s;
	position: relative;
	flex-shrink: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.product-thumb .image a {
	display: block;
	position: relative;
	background-color: rgba(0,0,0,.05);
	width: inherit;
	height: inherit;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.product-grid:hover .image {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.product-grid:hover .image a {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	will-change: transform;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.product-thumb .image img {
	mix-blend-mode: darken;
}

.product-thumb .button-form {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	z-index: 2;
	margin: 15px 15px 0 0;
	transition: all .3s;
}

@media (min-width: 992px) {
	.product-thumb .button-form {
		opacity: 0;
	}
	.product-thumb:hover .button-form {
		opacity: 1;
	}
}

.product-thumb .button-form button+button {
	margin-top: 5px;
}

.product-thumb .product-btn-in-cart {
    margin-top: auto;
    display: flex;
    white-space: nowrap;
}

.product-btn {
	display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 14px;
    border-width: 1px;
    background-color: #0b29cd;
    color: #fff;
}

.short-attribute {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
	margin-top: 8px;
	display: none;
}

.short-attribute ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.short-attribute ul li {
	overflow: hidden;
	display: flex;
}

.short-attribute ul li .attr-left {
	font-size: 13px;
	color: #9fa2ad;
	flex-grow: 1;
	background: url(/image/catalog/icon-png/attribute-dot.png) left 15px repeat-x;
}

.short-attribute ul li .attr-left span {
	background: #fff;
	padding-right: 3px;
}

.short-attribute ul li .attr-right {
	font-size: 13px;
	color: #000000;
	position: relative;
}

.short-attribute ul li .attr-left,
.short-attribute ul li .attr-right {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
}

.product-thumb .caption {
	position: relative;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    border-radius: 0 0 8px 8px;
    min-height: 160px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product-list {
	width: 100%;
}

.product-list .product-thumb {
	flex-direction: row;
}

.product-list .product-thumb .caption .button-group {
	margin-top: 0;
}

.product-list .product-thumb .caption {
	min-width: 0;
	min-height: auto;
	flex-grow: 1;
}

.product-list .product-thumb .product-name {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.product-list .product-thumb.transition .short-attribute {
	display: block;
	z-index: 5;
	position: static;
	width: 30%;
	padding: 0;
	float: left;
}

.product-list .product-thumb.transition .short-attribute:before,
.product-list .product-thumb.transition:hover .short-attribute:after,
.product-list .product-thumb.transition:hover:before {
	display: none;
}

.product-list .product-thumb.transition .short-attribute__list {
	border-radius: 4px;
	position: relative;
	padding: 8px 16px;
	border: none;
	background: #fff;
	margin-right: 15px;
	border: 1px solid #f2f2f2;
}

.product-list .product-thumb .button-form {
	margin: 10px 10px 0 0;
}

.product-list .product-thumb .button-group button {
	width: auto;
	font-size: inherit;
	padding-left: 45px;
}

.product-list .product-thumb .button-group button:after {
	left: 25px;
}

.product-list .product-thumb .caption-content {
	padding-right: 20px;
}

.product-list .short-attribute {
	display: block;
}

.product-list .product-list_percent {
	margin-top: 7px;
}

.product-list .product-thumb .image {
    width: 74px;
    height: 74px;
	margin-right: 20px;
}

@media only screen and (min-width: 576px) {
	.product-list .product-thumb .image {
		width: 125px;
		height: 125px;
		margin-right: 0;
	}
	.product-list .product-thumb .caption {
		padding: 10px 20px;
	}	
}

@media only screen and (max-width: 767px) {
	.product-list .product-thumb .product-btn-in-cart {
		position: absolute;
		right: 0;
		top: 0;
	}
	.product-list .product-thumb .price-block {
		min-height: 50px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}

@media only screen and (min-width: 768px) {
	.short-attribute ul li .attr-left,
	.short-attribute ul li .attr-right {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.product-list .product-thumb .price-block {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		order: 1;
		margin: 0;
	}
	.product-list .product-thumb .product-name:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 0;
		width: 1px;
		height: 100%;
		background: #ededed;
	}
	.product-list .product-thumb .product-name {
		padding-right: 40px;
	}
	.product-list .product-thumb .product-name>a {
		white-space: nowrap;
	}
	.product-list .product-thumb .image {
		width: 172px;
		height: 172px;
		margin-right: 0;
	}
	.product-list .product-thumb .product-name {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.product-list .product-thumb .caption {
		flex-direction: inherit;
	}
	.product-thumb .caption {
		padding: 10px;
	}
	.product-thumb .product-name>a {
		font-size: 14px;
	}
	.product-grid .product-thumb:hover {
		box-shadow: 0 10px 40px -16px rgba(0, 0, 0, .16);
		z-index: 2;
	}
}

.price-economy {
	margin: 0 0 0 4px;
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	height: 14px;
}

.price-percent {
	font-size: 11px;
	color: #222;
	background: #ffe400;
	min-width: 35px;
	text-align: center;
	vertical-align: top;
	border-radius: 30px;
	font-weight: 600;
	cursor: default;
	padding: 0 5px 0 1px;
	display: inline-flex;
	align-items: center;
	height: 18px;
}

.percent-value {
	background: #fff;
	border-radius: 30px;
	height: 16px;
	padding: 0 4px;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.price-absolute {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.rating span {
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	display: inline-block;
	margin-right: 2px;
}

.rating .star {
	background-image: url(/image/catalog/icon-svg/star-full.svg);
}

.rating .star-empty {
	background-image: url(/image/catalog/icon-svg/star-empty.svg);
}

.product-thumb .button-form .compare,
.product-thumb .button-form .wishlist {
	color: #9b9b9b;
	display: inline-block;
	height: 25px;
	width: 25px;
	padding: 0;
	border: 0;
	text-align: center;
	border-radius: 4px;
	background: #ffffff;
}

.product-grid .button-form .compare,
.product-grid .button-form .wishlist {
	height: 30px;
	width: 30px;
}

.product-thumb .button-form .compare:hover,
.product-thumb .button-form .wishlist:hover {
	color: #222;
}

.product-thumb .button-form .wishlist.active,
.product-thumb .button-form .compare.active {
	color: #00a651;
}

.product-extension .caption-content {
	height: 170px;
}

.product-extension .product-name a {
	height: 60px;
}

.toolbar-action #list-view {
	background-image: url(/image/catalog/icon-svg/list.svg);
}

.toolbar-action #grid-view {
	background-image: url(/image/catalog/icon-svg/grid.svg);
}

.toolbar-action #list-view.active {
	background-image: url(/image/catalog/icon-svg/list-active.svg);
}

.toolbar-action #grid-view.active {
	background-image: url(/image/catalog/icon-svg/grid-active.svg);
}

.toolbar-action {
	display: flex;
	align-items: center;
	height: 33px;
	justify-content: flex-end;
}

.toolbar-action>span {
	width: 20px;
	height: 20px;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.toolbar-action>span+span {
	margin-left: 10px;
}

#input-sort.input-form,
#input-limit.input-form {
	border-color: #eff0f4;
	border-width: 2px;
	padding: 0 5px;
	border-radius: 3px;
	background: #fff;
}

#input-sort.input-form,
#input-limit.input-form,
#compare-total.compare-link {
	height: 33px;
}

.toolbar-form {
	justify-content: space-between;
}

.toolbar-form,
.toolbar-left {
	display: flex;
}

.form-sort {
	margin-right: 15px;
}

.subcat-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.product-block .goods-header {
	margin: 0 0 20px;
}

.content-body {
	margin: 36px 0;
}

.reviews-count {
	font-size: 13px;
	color: #222;
	vertical-align: middle;
	display: inline-block;
	margin-left: 3px;
}

.card-cond-item {
	margin: 0 0 36px;
}

.card-cond-item span>span.text-success {
	background: #2bb52d;
}

.card-cond-item span>span.text-danger {
	background: #ff0010;
}

.card-cond-item span>span.text-success,
.card-cond-item span>span.text-danger {
	padding: 2px 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
}

.card-cond-item a {
	color: #3498db;
}

.card-cond-item>p {
	display: block;
	margin: 0 0 3px;
}

.card-cond-item>p>span {
	display: inline-block;
	vertical-align: top;
	color: #222;
}

.card-cond-item .cond-list {
	color: #8b8b8b;
	margin-right: 10px;
}

.product-block .product-button {
	margin: 20px 0;
}

.product-block .order-price {
	line-height: normal;
	margin: 0 0 28px;
	position: relative;
}

.product-block .price .special-price,
.product-block .price .main-price {
	font-size: 35px;
}

.product-block .price .special-price,
.product-block .price .main-price {
	font-weight: 700;
}

.product-block .price .main-price,
.product-block .price .special-price {
	color: #222;
	position: relative;
}

.product-block .price .old-price {
	display: inline-block;
	color: #222;
	position: relative;
	font-size: 15px;
	margin-right: 7px;
	vertical-align: middle;
}

.product-block .price .old-price:before {
	content: "";
	display: block;
	background: #e6244b;
	height: 1px;
	-webkit-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
	width: 100%;
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 1;
}

.product-block .special-price .dsc-tooltip {
	width: 18px;
	height: 18px;
	padding: 0;
	border: 1px solid #d5d5d5;
	border-radius: 100%;
	background: #fff;
	color: #000;
	font-size: 10px;
	line-height: 17px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.product-block .price .discount-price-block {
	margin-top: 15px;
}

.product-block .discount-price-block>div {
	margin-bottom: 5px;
	color: #999;
}

.product-block .discount-price-block .discount-quantity {
	font-weight: 500;
	color: #222;
	padding: 0 7px;
	background: #f0eaa9;
	border-radius: 3px;
	text-align: center;
	font-size: 13px;
	margin-right: 7px;
}

@-webkit-keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.header-menu-nav-toggle i {
	font-size: 24px;
	color: #495057;
}

.tags-group {
	padding: 36px 0 0;
}

.tags-group .tags-list {
	padding: 0;
	margin: 0 0 36px;
}

.tags-group .tags-group-list {
	font-size: 0;
	max-height: 28px;
	overflow: hidden;
}

.tags-group .tags-item {
	background: #f2f2f2;
	border: 0;
	border-radius: 40px;
	display: inline-block;
	margin: 0 8px 8px 0;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.tags-group .tags-item a {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	display: block;
	padding: 4px 12px;
	text-decoration: none;
}

.tags-group .tags-item:hover {
	background: #e5e5e5;
}

.review-title-normal {
	font-weight: 400;
	font-size: 24px;
}

.review-header {
	padding: 36px 0 20px;
}

.product-review-block .comment-info {
	background: #f6f6f6;
	margin: 0 40px 0 0;
	padding: 23px 30px 17px 40px;
	width: calc(100% - 655px);
}

.review-user-block {
	padding-left: 70px;
	position: relative;
	margin: 25px 0;
}

.review-user-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/image/catalog/icon-svg/review-user-icon.svg);
	background-size: cover;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.review-user-block:before,
.review-user-block .review-user-author,
.review-user-block .review-date-added {
	display: inline-block;
}

.review-user-block .review-user-author {
	font-weight: 700;
	font-size: 17px;
	margin-right: 7px;
}

.review-user-block .review-date-added {
	color: #999;
}

.review-user-block .review-user-author,
.review-user-block .review-user-text {
	margin-bottom: 10px;
}

.review-item-count {
	display: inline-block;
	min-width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	border-radius: 30px;
	background: #ffdd00;
	font-size: 13px;
	vertical-align: 3px;
	margin-left: 5px;
}

.text-empty {
	margin-top: 20px;
}

.subcat-block {
	margin-bottom: 24px;
}

.subcat-wrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.subcat-link {
	position: relative;
	overflow: hidden;
	transition: .2s cubic-bezier(.4, 0, .2, 1);
	transition-property: color;
	padding-top: 100%;
	display: block;
	background: rgba(0,0,0,.05);
	border-radius: 8px;
}

.subcat-link:hover img {
	filter: brightness(.86);
}

.subcat-link img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: .2s cubic-bezier(.4, 0, .2, 1);
	transition-property: filter;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: darken;
	will-change: filter;
}

.subcat-name {
	text-align: center;
	color: #000;
	height: 60px;
	margin: 0;
	display: flex;
	align-items: center;
}

.subcat-name span {
	font-weight: 400;
	line-height: 1.24;
	height: 100%;
	display: flex;
	justify-content: center;
	flex: 1;
	padding-top: 15px;
}

.category-module_child a:not(.active):hover {
	color: #000;
}

.category-module {
	font-size: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.category-module ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.category-module ul li+li {
	margin-top: 5px;
}

.category-module a {
	display: block;
	font-size: 14px;
	color: #999;
}

.category-module a:hover {
	color: #222;
}

.link-child:link, 
.link-child:visited {
    color: #999;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    -moz-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.link-child.active {
	color: #00a651;
	font-weight: 700;
}


/* mob-menu */

.mobile-sidebar {
	padding: 20px;
    margin: 0;
    width: 100%;
    background: #f5f5f5;
    height: 55px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.05),0 0 3px rgba(0,0,0,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.12);
}

.mobile-sidebar_title h4 {
	text-transform: uppercase;
	margin: 0;
	color: #222;
}

.mobile-sidebar_icon i {
	font-size: 20px;
}

.menu-control {
	display: inline-block;
	height: 16px;
	width: 16px;
	cursor: pointer;
	vertical-align: middle;
}

.menu-control,
.menu-control span {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.burger-btn {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyMSI+PHBhdGggZmlsbD0iIzNkM2Y1NiIgZD0iTTIyLjUgOWgtMjFBMS40MiAxLjQyIDAgMCAwIDAgMTAuNSAxLjQyIDEuNDIgMCAwIDAgMS41IDEyaDIxYTEuNDIgMS40MiAwIDAgMCAxLjUtMS41QTEuNDIgMS40MiAwIDAgMCAyMi41IDl6TTIyLjUgMGgtMjFBMS40MiAxLjQyIDAgMCAwIDAgMS41IDEuNDIgMS40MiAwIDAgMCAxLjUgM2gyMUExLjQyIDEuNDIgMCAwIDAgMjQgMS41IDEuNDIgMS40MiAwIDAgMCAyMi41IDB6TTIyLjUgMThoLTIxYTEuNSAxLjUgMCAwIDAgMCAzaDIxYTEuNSAxLjUgMCAwIDAgMC0zeiIvPjwvc3ZnPg==) 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 14px;
	margin-right: 12px;
	-webkit-tap-highlight-color: transparent;
	width: 18px;
	color: #222;
}

.menu-mobile-item {
	color: #252525;
	background: #fff;
}

.menu-mobile-list li {
	font-size: 15px;
}

.menu-mobile-item .menu-mobile-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #ededed;
}

.menu-mobile-item i {
	margin-right: 10px;
    width: 15px;
    text-align: center;
}

.menu-mobile-item a {
	color: #252525;
	z-index: 1;
}

.menu-mobile-item .mobile-menu-nav__item_green {
	color: #00a651;
	font-weight: 700;
}

.menu-mobile-list a {
	text-decoration: none;
}

.menu-mobileitem.menu-mobileitem-title .menu-mobile-item-description {
	font-size: 14px;
	color: #858d8f;
	font-weight: 400;
}

.menu-shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	display: none;
	z-index: 100;
}

.menu-shadow.active {
	display: block;
	opacity: .5;
}

.mobile-logo {
	position: absolute;
	top: 50%;
	left: 44%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.mobile-logo a {
	display: block;
}

.mobile-logo img {
	max-width: 100%;
	max-height: 100%;
}


/* mobile menu  */

.mobile-category-title {
	line-height: 50px;
	margin: 0;
	height: 50px;
	width: auto;
	z-index: auto;
	background-color: #eaedef;
	padding-left: 20px;
	display: flex;
	position: relative;
}

.mobile-category-title:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #eaedef;
	z-index: 2;
}

.mobile-category-title>a {
	padding: 0!important;
}

.mobile-category-title>a>span {
	color: #222;
	font-size: 16px;
	margin: 0;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header-submenu {
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		visibility: hidden;
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		padding-left: 20px;
		max-height: 0;
		display: none;
	}
	.header-menu-item.active .header-submenu {
		max-height: 100%;
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		display: block;
	}
}


/* mobile-search */

.mobile-block .mobile-search.show-icon {
	background-image: url(/image/catalog/icon-svg/cancel.svg);
	z-index: 47;
}

.mobile-block .header-search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	top: 50px;
	z-index: 100;
	display: none;
}

.mobile-block .header-search.search-active {
	display: block;
}

.mobile-block .header-search input.input-text {
	border-radius: 0;
	background: #fff;
	font-weight: normal;
}

.mobile-block .search-content input::-webkit-input-placeholder {
	color: #000;
}

.mobile-block .search-content input::-moz-placeholder {
	color: #000;
}

.mobile-block .search-content input:-moz-placeholder {
	color: #000;
}

.mobile-block .search-content input:-ms-input-placeholder {
	color: #000;
}

.product-img {
	position: relative;
}

.product-count {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #ff4e4f;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	width: 20px;
	height: 20px;
	line-height: 21px;
}

.price-tax {
	margin-top: 3px;
}

.discount-price-block {
	margin-top: 18px;
}

.carousel .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	background: #ccc;
	box-shadow: none;
}

.carousel .owl-controls .owl-page span:hover {
	background: #00a651;
	border-color: #00a651;
}

.carousel .owl-controls .owl-page.active span {
	background: #565656;
}

.contact-form i {
	width: 20px;
	color: #00a651;
	font-size: 17px;
	text-align: center;
	margin-right: 5px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contact-form .address-form {
	position: relative;
	color: #a9a9a9;
}

.carousel-box .item {
	padding: 25px 0;
}

.footer-payment {
	margin-top: 20px;
	color: #fff;
}

.footer-payment-item {
	vertical-align: middle;
	margin-right: 10px;
}

.content-categories {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}


/* Category wall */

.category-wall_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.category-wall_item {
	position: relative;
	overflow: hidden;
	/*border-radius: 8px;*/
	transition: all .5s;
	height: 100%;
}

.category-wall_item:hover .category-wall_image {
	transform: scale(1.03)
}

.category-wall_link {
	height: 100px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.category-wall_name {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.category-wall_text {
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-size: 11px;
	width: 100%;
	line-height: 13px;
	height: 42px;
}

@media only screen and (min-width: 576px) {
	.category-wall_text {
		font-size: 15px;
		padding: 0 15px;
		letter-spacing: .03em;
	}
	.category-wall_link {
		height: 200px;
	}
}

.category-wall_shadow {
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent 0%, #aaa 100%);
}

.product-basket_info {
	font-size: 14px;
	color: #757575;
	margin-bottom: 6px;
}

.product-basket_info .compare-btn {
	margin-right: 15px;
}

.product-basket_info,
.product-basket_info .rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#boc_form {
    padding: 20px;
}
.fastorder-image {
    position: relative;
}
#boc_order .input-group-addon {
    color: #ffffff;
    background: #ff7501;
    display: none;
}
#boc_order input.form-control {
    border-radius: 6px!important;
}
.product-basket_info .rating .number-reviews {
	cursor: pointer;
	line-height: 13px;
	padding-left: 5px;
}

.product-basket_info .dot {
	margin-left: 8px;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background-color: #757575;
}

.product-basket_info .product-basket_orders {
	flex-grow: 1;
}

.product-basket_info .product-basket_orders span {
	display: inline-block;
}

.btn-wishlist {
	width: auto;
	font-weight: 500;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	border: 1px solid #0b29cd;
	transition: .15s ease;
	font-family: Roboto, sans-serif;
}

.product-basket_wishlist .btn-wishlist {
	border: none;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	color: #757575;
	padding-left: 0;
	padding-right: 0;
	height: 36px;
}

.product-basket_wishlist .wish-icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Elike_outline_24%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M17%2C2.9A6.43%2C6.43%2C0%2C0%2C1%2C23.4%2C9.33c0%2C3.57-1.43%2C5.36-7.45%2C10l-2.78%2C2.16a1.9%2C1.9%2C0%2C0%2C1-2.33%2C0L8.05%2C19.37C2%2C14.69.6%2C12.9.6%2C9.33A6.43%2C6.43%2C0%2C0%2C1%2C7%2C2.9a6.46%2C6.46%2C0%2C0%2C1%2C5%2C2.54A6.46%2C6.46%2C0%2C0%2C1%2C17%2C2.9ZM7%2C4.7A4.63%2C4.63%2C0%2C0%2C0%2C2.4%2C9.33c0%2C2.82%2C1.15%2C4.26%2C6.76%2C8.63l2.78%2C2.16a.1.1%2C0%2C0%2C0%2C.12%2C0L14.84%2C18c5.61-4.36%2C6.76-5.8%2C6.76-8.63A4.63%2C4.63%2C0%2C0%2C0%2C17%2C4.7c-1.56%2C0-3%2C.88-4.23%2C2.73L12%2C8.5l-.74-1.07C10%2C5.58%2C8.58%2C4.7%2C7%2C4.7Z%22%20fill%3D%22%23828a99%22%2F%3E%3C%2Fsvg%3E)
}

.product-basket_wishlist .btn-wishlist.active .wish-icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h24v24h-24z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m17%202.9a6.43%206.43%200%200%201%206.4%206.43c0%203.57-1.43%205.36-7.45%2010l-2.78%202.16a1.9%201.9%200%200%201%20-2.33%200l-2.79-2.12c-6.05-4.68-7.45-6.47-7.45-10.04a6.43%206.43%200%200%201%206.4-6.43%205.7%205.7%200%200%201%205%203.1%205.7%205.7%200%200%201%205-3.1z%22%20fill%3D%22%23ff3347%22%2F%3E%3C%2Fsvg%3E)
}

.product-basket_wishlist .btn-wishlist.active.animate .wish-icon {
	animation: wishlist_icon_animation .2s ease-out;
}

.wish-icon {
    width: 19px;
    height: 19px;
    transition: opacity 100ms ease-in-out;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	background: no-repeat center/contain;	
}

@keyframes wishlist_icon_animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.15)
    }

    to {
        transform: scale(1)
    }
}

@media only screen and (min-width: 768px) {
	.product-basket_wishlist .btn-wishlist {
		height: 42px;
	}
}

.product-basket_wishlist button:hover {
	color: #222;
}

.btn-text.is-icon {
	line-height: normal;
	padding-left: 7px;
}

.main-product_title {
	font-size: 20px;
	line-height: 28px;
	color: #212121;
	margin: 0;
}

.main-product_price {
	margin-top: 8px;
	margin-bottom: 16px;
}

.main-product_price .main-price {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #00a651;
	margin-right: 16px;
}

.main-product_price .old-price {
	color: #999;
	text-decoration: line-through;
}

.product-info {
	margin-bottom: 20px;
}

.product-info_list {
	margin-top: 8px;
}

.product-info_list .list-item {
	color: #777888;
}

.btn-block_count .control-label {
	font-size: 14px;
	line-height: 24px;
}

.count-quantity {
	margin-bottom: 16px;
	display: flex;
}

.count-quantity .count-number {
	border: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, .87);
	padding: 0;
	height: 38px;
	width: 100%;
	border-radius: 2px;
	font-family: Roboto, sans-serif;
	text-align: center;
}

.count-quantity_wrapper {
	width: 120px;
	height: 40px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .12);
}

.count-quantity .count-btn {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 38px;
	width: 38px;
	padding: 0;
	border: 0;
	background: #fff;
	border-radius: 0;
}

.count-quantity .count-btn.count-btn_plus {
	right: 0;
}

.count-quantity .count-btn.count-btn_minus {
	left: 0;
}

.count-quantity .count-btn.count-btn_plus:before,
.count-quantity .count-btn.count-btn_plus:after,
.count-quantity .count-btn.count-btn_minus:after {
	content: "";
	position: absolute;
	background: #222;
}

.count-quantity .count-btn.count-btn_plus:after,
.count-quantity .count-btn.count-btn_minus:after {
	height: 2px;
	width: 14px;
}

.count-quantity .count-btn.count-btn_plus:after,
.count-quantity .count-btn.count-btn_minus:after {
	right: 11px;
}

.count-quantity .count-btn.count-btn_plus:before {
	top: 13px;
	height: 14px;
	width: 2px
}

.count-quantity .count-btn[disabled] {
	opacity: .4;
	cursor: not-allowed;
}

.quantity-stock {
	display: flex;
	align-items: center;
	margin-left: 16px;
}

.quantity-stock span {
    color: #26c85f;
}

.main-button_cart {
	height: 48px;
    padding: 0 15px;
    border: 0;
    background: #00a651;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;	
}

@media only screen and (min-width: 768px) {
	.main-button_cart {
		width: 50%;
	}
}

.compare-btn .btn-compare {
	padding: 0;
	background: transparent;
	border: 0;
	line-height: 0;
	color: #757575;
}

.compare-btn .btn-compare:hover {
	color: #222;
}

.compare-btn .btn-compare.active .fa {
	color: #00a651;
}

#column-left .extension-module .product-layout,
#column-right .extension-module .product-layout {
	width: 100%;
}

#column-left .extension-module .product-layout .price-percent,
#column-right .extension-module .product-layout .price-percent {
	display: none;
}

@media only screen and (min-width: 1360px) {
	#column-left .extension-module .product-layout,
	#column-right .extension-module .product-layout {
		width: 50%;
	}
}

.alert-minimum {
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid;
	display: inline-block;
	border-color: #00a651;
	font-size: 13px;
}

.alert-minimum span {
	padding-left: 10px;
}

.count-maximum_alert {
	display: none;
	color: #fff;
	text-align: center;
	padding: 3px 8px;
	position: absolute;
	font-size: 12px;
	background: #00a651;
	border-radius: 4px;
	white-space: nowrap;
	bottom: 100%;
	right: -100%;
	z-index: 1;
	margin-bottom: 10px;
}

.count-maximum_alert:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 5%;
	border-width: 4px;
	border-style: solid;
	border-color: #00a651 transparent transparent;
}

.count-btn_plus:hover+span {
	display: inherit;
}

.tags {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.tags a {
	flex: 0 0 auto;
	padding: 6px 16px;
	color: #000000;
	margin: 0 6px 6px 0;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 16px;
	height: 32px;
	background: #efefef;
	display: flex;
	align-items: center;
}

.tags a:active,
.tags a:focus,
.tags a:hover {
	cursor: pointer;
	background: #eaedef;
	color: #4b6ecd;
}

.thumbnails {
	margin-top: 15px;
}

.gallery-thumbnails {
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	display: flex;
}

.gallery-thumbnails .main-thumbs {
	width: 14.5%;
}

.gallery-thumbnails .main-image {
	position: relative;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 85%;
}

.additional-wrapper {
	background: #fff;
	border-radius: inherit;
	position: relative;
}

.image-additional {
	cursor: pointer;
	margin: 0 14.5% 14.5% 0;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.image-additional.slick-current.slick-active .thumbnail {
	border-color: #00a651;
}

.gallery-thumbnails .thumbnail {
	margin-bottom: 0;
	border-color: rgba(204, 204, 204, 0.48);
	border-radius: 0;
	transition: none;
	padding: 0;
}

.gallery-thumbnails .main-image .thumbnail {
	margin-left: 1px;
}

.inner-block {
	margin-bottom: 30px;
}

.tabs-container {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.tabs-container .nav-tabs {
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
	font-size: 0;
}

.nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-bottom-color: #ddd;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
	background-color: #f2f2f2;
}

.tabs-container .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #00a651;
    left: 0;
}

.tabs-container .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}

.nav-tabs > li > a {
    border: none;
}

.nav-tabs li a {
    color: #222;
	border-radius: 0;
	font-size: 14px;
}

.tabs-container .tab-content {
    padding: 15px;
}

@media (max-width: 767px) {
	.nav-tabs li a {
		font-size: 12px;
		padding: 10px;
	}
}

.easyzoom {
	float: left;
}

.easyzoom img {
	display: block;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

img.lazy.lazy-loaded {
	opacity: 1;
	visibility: visible;
}

.heading_title {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: inherit;
	font-weight: 700;
	line-height: normal;
	color: inherit;
}

.indent-top-1 {
	margin-top: 10px!important;
}

.indent-bottom-1 {
	margin-bottom: 10px!important;
}

.indent-left-1 {
	margin-left: 10px!important;
}

.indent-right-1 {
	margin-right: 10px!important;
}

.indent-top-2 {
	margin-top: 20px!important;
}

.indent-bottom-2 {
	margin-bottom: 20px!important;
}

.indent-left-2 {
	margin-left: 20px!important;
}

.indent-right-2 {
	margin-right: 20px!important;
}

.indent-top-3 {
	margin-top: 30px!important;
}

.indent-bottom-3 {
	margin-bottom: 30px!important;
}

.indent-left-3 {
	margin-left: 30px!important;
}

.indent-right-3 {
	margin-right: 30px!important;
}

.active-btn:active,
.active-btn:hover {
	background-color: #1b8813;
}

.active-btn:active {
	background-color: #ec3b4c;
}

.compare-btn a {
	display: inline-block;
    height: 36px;
    line-height: 37px;
    white-space: nowrap;
    padding: 0 16px;
	position: relative;
    transition: all .12s ease-out;
    background-color: #e8e8e8;
    border-radius: 3px;
    color: inherit;
}

.compare-btn a:hover {
    background-color: #dcdcdc;
}

.compare-btn a:active {
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -o-transform: scale(.97);
    transform: scale(.97);
}

.compare-btn a i {
	padding-right: 7px;
	margin-left: -3px;
}

.animate-none {
	animation: none;
}

.animate-spin {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.btn-spin {
	margin: 0 10px 0 -5px;
	display: none;
}

.btn-spin-xs {
	width: 20px;
	height: 20px;
}

.btn-spin-sm {
	width: 24px;
	height: 24px;
}

.btn-spin-md {
	width: 32px;
	height: 32px;
}

.btn-spin-lg {
	width: 48px;
	height: 48px;
}

.btn-spin-lg {
	width: 64px;
	height: 64px;
}

.btn-spin-xl {
	width: 72px;
	height: 72px;
}

.btn-spin-xxl {
	width: 96px;
	height: 96px;
}

.opacity-25 {
    opacity: .25!important;
}

.sitemap a {
	color: #222;
	text-decoration: underline;
}

.sitemap a:hover,
.sitemap a:active {
	color: #00a651;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.indent-li li {
	margin-bottom: 8px;
}

.table-nowrap {
	white-space: nowrap!important;
}

.items-start {
	align-items: flex-start;
}

.items-end	{
	align-items: flex-end;
}

.items-center	{
	align-items: center;
}

.items-baseline	{
	align-items: baseline;
}

.items-stretch {
	align-items: stretch;
}

.flex-col {
	flex-direction: column;
}

.justify-start {
	justify-content: flex-start;
}

.inline-flex {
	display: inline-flex;
}

.w100 {
	width: 100%;
}

/* compare table */

.product-compare .main-header {
	position: relative;
}

.product-compare .compare {
	padding-top: 15px;
}

.product-compare .column {
	padding: 42px 15px 19px;
    display: flex;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    -moz-transition: transform .2s ease-out,-moz-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out,-moz-transform .2s ease-out,-o-transform .2s ease-out;
}

.product-compare .column-width {
    position: relative;
    width: 200px;
    min-width: 200px;
    padding-right: 30px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

.product-compare .column-indent {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-compare .compare-img {
    margin-bottom: 6px;
}

.product-compare .compare-title {
    position: absolute;
    top: 17px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #808080;
    font-size: 11px;
}

.product-compare .column-border {
    position: relative;
    border-top: 1px solid #e8e8e8;   
    -webkit-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    transition: background .15s ease-out;
}

.product-compare .column.column-reviews {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-compare .column-hover:hover {
    background: #f4f4f4;
}

.product-compare .compare-content h1 {
	margin: 0;
}

.product-compare .text-lighter {
	color: #bfbfbf;
}

.not-border {
	border: none;
}

.product-compare .compare-review_count {
	padding-top: 3px;
}

.product-compare .delete-product_compare {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 30px;   
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.product-compare .compare-delete {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-compare .cmpr-action {
	width: inherit;
    height: inherit;
    text-align: center;
}

.product-compare .cmpr-action i {
	font-size: 21px;
    opacity: .5;
    width: inherit;
    height: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	background: #090e12;
}

.product-compare .cmpr-action:hover>i {
	opacity: 1;
}

.product-compare .compare-review_count,
.product-compare .column-width,
.product-compare .column-product_name {
	font-size: 12px;
}

.product-compare .column-product_name {
    height: 82px;
    overflow: hidden;
}

.compare-fixed_container {
	height: 216px;
}

@media (min-width: 768px) {
	.compare-fixed_container {
		height: 256px;
	}
	.product-compare .compare-review_count,
	.product-compare .column-width,
	.product-compare .column-product_name {
		font-size: inherit;		
	}
	.product-compare .column-indent {
		padding: 20px;
	}
	.product-compare div:hover>.delete-product_compare {
		opacity: 1;
		visibility: visible;
	}
	.product-compare .delete-product_compare {
		visibility: hidden;
		opacity: 0;
	}
	.product-compare .delete-product_compare {
		top: 20px;
	}
	.product-compare .column-indent {
		margin: 0 20px 0 -20px;
	}
}

.fixed-shadow {
    z-index: 14;
    background: #fff;	
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    -moz-transition: box-shadow .2s linear,-moz-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear,-moz-box-shadow .2s linear;
    -webkit-box-shadow: 0 0 transparent;
    -moz-box-shadow: 0 0 transparent;
    box-shadow: 0 0 transparent;
    width: 100%;
    position: relative;
}

.product-compare .compare-fixed.fixed {
	position: fixed;
    top: 0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.14);
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.14);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14);
}

.product-compare .reset-padding{
    padding-top: 19px;
}

.product-compare .column-attributes_title {
	font-size: 18px;
    font-weight: 700;
    color: #222;
    padding: 20px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
	.product-compare .column-width:last-child {
		padding-right: 0;
	}
	.product-compare .column-compare {
		overflow: hidden;
	}
	.product-compare .column-border {
		overflow-x: auto;
	}	
	.product-compare .column-width {
		width: 100%;
		min-width: 0;
		padding-right: 15px;
	}
	.product-compare .column-width .price .flex {
		flex-direction: column;
	}
}

.benefits-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.benefits-content {
	padding: 10px 15px;
	flex-grow: 1;
}

.benefits-services .item {
    margin: 0 0 30px
}

.benefits-services .benefits-title {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px
}

.benefits-services .benefits-description {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px
}

.side-contacts-body {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #fff;
}

.side-contacts-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #00a651;
    font-weight: 700;
}

.side-contacts-block {
    margin-bottom: 20px;
}

.side-contacts-text {
    font-size: 14px;
}

.side-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.side-link {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
}

.side-link i {
    flex-shrink: 0;
    margin-right: 5px;
    fill: #334aa0;
}
.product-thumb:hover .dis {
    display: block;
    position: absolute;
	bottom: 160px;
    z-index: 999;
    background: #fff;
    width: 100%;
    text-align: center;
}

.dis {
display: none;
}
.dis ul {
	padding-top: 15px;
}
.btn-group-lg>.btn, .btn-lg, .btn {
    border-radius: 50px;
}
 .product-btn {
    height: 40px;
    padding: 15px 40px;
}
.input-group {
    width: 100%;
}
@media (min-width: 768px) {
.col-pd-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.main-button_cart {
    width: 50%;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
}
.main-button_cart:last-child {
    margin-left: 0px;
}
}
#boc_form .col-mb-10+.col-mb-10 {
    margin-top: 10px;
}
.btn-block_count form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-module a {
	color: #222!important;
}
.blog-module .product-thumb .image img {
    mix-blend-mode: screen;
}
/* features */
.tizers_block {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.tizers_block {
    margin-top: 23px;
}
.tizers_block {
    font-size: 0px;
    margin: 0px 0px 30px;
    text-align: center;
    padding: 0px 0px 9px;
    border-bottom: 1px solid #f2f2f2;
}
.tizers_block .top_block {
    padding: 0px;
    margin-bottom: 30px;
}
.tizers_block * {
    line-height: 18px;
}
.top_block {
    margin: 0px 0px 24px;
    padding: 42px 0px 0px;
}
.tizers_block .title_block {
    display: block;
    text-align: left;
	font-size: 20px;
	line-height: 18px;
}
.tizers_block .item {
    padding: 0 25px 0 25px;
	color: #000;
    margin: 0px 0px 34px;
    white-space: nowrap;	
	width: 100%;
	min-height: 100px;
	height: 100px;
}
.tizers_block .item .img {
    margin: 0px 0px 0px 0px;
    width: auto;
    height: 75px;
	min-width: 80px;
	font-size: 13px;
    color: #555;
}
.tizers_block .item .img {
    background: transparent;
}
.tizers_block .item .title {
    text-align: center;
    font-size: 14px;
	padding: 0px;
	white-space: normal;
}
h3.title-block, .common-home h3 {
	margin: 50px 0px;
    font-weight: 300;
    text-transform: uppercase;	
	font-size: 22px;
}