@font-face {
	font-family: 'geometria';
	src: url('../fonts/geometria-webfont.eot');
	src: url('../fonts/geometria-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/geometria-webfont.woff2') format('woff2'),
	url('../fonts/geometria-webfont.woff') format('woff'),
	url('../fonts/geometria-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'geometria';
	src: url('../fonts/geometria-bold-webfont.eot');
	src: url('../fonts/geometria-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/geometria-bold-webfont.woff2') format('woff2'),
	url('../fonts/geometria-bold-webfont.woff') format('woff'),
	url('../fonts/geometria-bold-webfont.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 400;
	font-family: 'geometria', Arial, Helvetica, sans-serif;
	line-height: 28px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

.mb15 {
	margin: 15px 0;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: 'geometria', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
.bold {font-weight: 700}

ul.red-dot li {
	margin-left: 30px;
}
ul.red-dot li:before {
	content: "\2022";
	color: #ef0200;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	position: absolute;
}
/************************* common styles *************************/
.holder {
	padding: 0 20px;
}
@media (min-width: 375px){
	.holder {
		padding: 0 24px;
	}
}
@media (min-width: 576px){
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width: 768px){
	.holder {
		max-width: 720px;
	}
}
@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}
@media (min-width: 1300px){
	.holder {
		max-width: 1200px;
	}
}
@media (min-width: 1480px){
	.holder {
		max-width: 1400px;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.title {
	display: block;
	margin: 0 0 45px;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}
.q-home {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 30%;
}
h3 {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
a {transition: all .3s linear;}
p {margin: 0 0 28px;}
p a, .article li a {color: #ef0200;}
.title-center,
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 17px 68px 16px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #ef0200;
	border-radius: 50px;
	transition: all .3s linear;
}
.button:hover {
	background: #d70200;
}
.button-light {
	padding: 16px 68px 15px;
	color: #3b3b3b;
	background: transparent;
	border: 1px solid #d6d6d6;
}
.button-light:hover {
	color: #fff;
	background: #ef0200;
	border: 1px solid #ef0200;
}
.button-border {
	color: #000;
	background: transparent;
	border: 1px solid #ef0200;
}
.button-border:hover {
	color: #fff;
	background: #ef0200;
}
.button-min {
	padding: 11px 27px 9px;
	color: #ef0200;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background: transparent;
	border: 1px solid #ef0200;
	border-radius: 10px;
}
.button-min:hover {
	color: #fff;
	background: #ef0200;
}
.button-min-red {
	min-width: 140px;
	color: #fff;
	background: #ef0200;
	text-transform: uppercase;
}
.button-min-red:hover {
	color: #fff;
	background: #d70200;
	border: 1px solid #d70200;
}
a.payment-button.button.button-min.blue {
    color: #236cbb;
    border: 1px solid #236cbb;
}
a.payment-button.button.button-min.blue:hover {
    color: #fff;
    background: #236cbb;
}
.payment-button:disabled, .payment-button[disabled] {
	cursor: not-allowed;
}
.payment-button {
    margin-left: 10px;
    margin-bottom: 10px;
}
button.button-min-red:disabled,
button.button-min-red[disabled] {
	background-color: #f75856;
	cursor: not-allowed;
}
.button-min-grey {
	color: #fff;
	background: #979797;
	border: 1px solid #979797;
}
.button-min-grey:hover {
	color: #fff;
	background: #848383;
	border: 1px solid #848383;
}
/************************* form-block *************************/
.label {
	display: block;
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 18px;
}
.input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	margin: 0 0 18px;
	font-size: 14px;
	color: #3b3b3b;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}
.textarea {
	display: block;
	width: 100%;
	height: 84px;
	padding: 15px 15px;
	margin: 0 0 18px;
	font-size: 14px;
	resize: vertical;
	color: #3b3b3b;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}
.input.error, .textarea.error {
	border: 2px solid #ef0200;
}
.error-message {
	margin: -11px 0 15px;
	color: #ef0200;
	font-size: 12px;
	line-height: 14px;
}
::-webkit-input-placeholder {color: #858585;}
:-moz-placeholder {color: #858585; opacity: 1;}
::-moz-placeholder {color: #858585; opacity: 1;}
:-ms-input-placeholder {color: #858585;}
.input-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.input-line-col {
	width: 48.3%;
}
.select-item {
	margin: 0 0 19px;
}
.check-item {
	position: relative;
	margin: 0 0 14px;
}
.check-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.check-label {
	display: block;
	padding: 0 0 0 32px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	transition: all 0.3s linear;
}
.check-label:hover {color: #ef0200;}
.check-label:before {
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}
.check-label:after {
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/check.svg) 50% 50% no-repeat;
	background-size: 10px;
	opacity: 0;
}
.check-input:checked + .check-label:after {opacity: 1;}
.radio-item {
	position: relative;
	margin: 0 0 20px;
}
.radio-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.radio-label {
	display: block;
	padding: 0 0 0 32px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	transition: all 0.3s linear;
}
.radio-label:hover {color: #ef0200;}
.radio-label:before {
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
}
.radio-label:after {
	position: absolute;
	top: 4px;
	left: 7px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #ef0200;
	border-radius: 50%;
	opacity: 0;
}
.radio-input:checked + .radio-label {color: #ef0200;}
.radio-input:checked + .radio-label:after {opacity: 1;}
.form-button-wrap {
	padding: 3px 0 0;
}
.form-check {
	padding: 2px 0 6px;
}
.popup .input {
	height: 48px;
	padding: 0 17px;
	margin: 0 0 22px;
	font-size: 16px;
}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding: 137px 0 0;
}
/************************* header *************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
	background: #fff;
	transition: all 0.3s linear;
}
.header.fixed {
	margin-top: -61px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
}
.header.fixed .header-top {
	height: 96px;
	padding: 44px 0 0;
	transition: all 0.3s linear;
}
/************************* header-line *************************/
.header-line {
	height: 41px;
	padding: 14px 0 0;
	border-bottom: 1px solid #e4e4e4;
}
.header-line-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
}
.header-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	line-height: 14px;
}
.header-links li {
	margin: 0 20px 0 0;
}
.header-links li:last-child {margin: 0;}
.header-links a {
	color: #3b3b3b;
	text-decoration: none;
}
.header-links a:hover {
	color: #ef0200;
}
.header-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 12px;
	line-height: 14px;
}
.header-menu li {
	margin: 0 35px 0 0;
}
.header-menu li:last-child {margin: 0;}
.header-menu a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #3b3b3b;
	text-decoration: none;
}
.header-menu a:hover {
	color: #ef0200;
}
.header-menu-icon {
	margin: 0 6px 0 0;
	width: 13px;
}
.header-menu-icon svg {
	display: block;
}
.header-menu-icon path {
	fill: #3b3b3b;
	transition: all 0.3s linear;
}
.header-menu a:hover .header-menu-icon path {
	fill: #ef0200;
}
.header-menu-icon img {
	display: block;
}
.flag-icon {
	width: 19px;
}
.lang-hidden {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 50;
	display: block;
	width: 45px;
	padding: 30px 35px 35px;
	margin-top: 3px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 13%);
}
.lang-hidden::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}
.lang-close {display: none;}
.lang-hidden-text {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 18px;
}
.lang-hidden .button {
	display: block;
	width: 100%;
	padding: 11px 15px 9px;
	color: #ef0200;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #ef0200;
}
.lang-hidden .button:hover {
	color: #fff;
	background: #ef0200;
}
.lang-hidden .select-item{
	height: 36px;
}
.header-cabinet {
	position: relative;
	margin: -8px 0 0;
}
.header-cabinet-link {
	position: relative;
	padding: 7px 35px 5px 14px;
	border: 1px solid #d6d6d6;
	border-radius: 20px;
}
.header-cabinet-link svg {
	position: absolute;
	top: 8px;
	right: 11px;
	width: 10px;
	transition: all 0.3s linear;
}
.header-cabinet-link.active svg {
	transform: rotate(180deg);
}
.header-cabinet-link path {
	fill: #3b3b3b;
	transition: all 0.3s linear;
}
.header-cabinet-link:hover path {
	fill: #ef0200;
}
.header-cabinet-hidden {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 50;
	display: none;
	padding: 7px 14px 9px;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}
.header-cabinet-hidden li {
	margin: 0 0 5px;
}
/************************* header-top *************************/
.header-top {
	height: 96px;
	padding: 34px 0 0;
	transition: all 0.3s linear;
}
.header-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.logo-link {
	text-decoration: none;
	margin: 0 auto;
	display: contents;
}
.header-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	color: #3b3b3b;
	text-decoration: none;
}
.header-logo-img {
	width: 28px;
	min-width: 28px;
	margin: 0 10px 0 0;
}
.header-logo-text {
	padding: 2px 0 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.cart-icon {
	position: relative;
	display: block;
	width: 20px;
}
.cart-icon img {
	display: block;
	width: 100%;
}
.cart-icon-num {
	position: absolute;
	top: -1px;
	left: -11px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	background: #ef0200;
	border-radius: 50%;
}
.cart-icon-num:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	display: block;
	content: '';
	width: 0px;
	height: 0px;
	margin: 0px;
	background: #ef0200;
	border-radius: 50%;
	opacity: 0.4;
	transition: all 0.3s linear, opacity 0.3s linear 0.3s;
}
.cart-icon:hover .cart-icon-num:before {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	opacity: 0;
}
.header-search {display: none;}
.search-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	align-items: center;
	justify-content: center;
	display: none;
}
.search-box.vis {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.search-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
}
.search-wrap {
	position: relative;
	width: 572px;
	max-width: 90vw;
}
.search-box .search-input {
	display: block;
	width: 100%;
	height: 51px;
	padding: 0 45px 0 20px;
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
}
.search-box .search-button {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	cursor: pointer;
}
.search-box .search-button svg {width: 16px;}
.search-box .search-button path {
	fill: #ef0200;
}
img.lang-flag {
	width: 20px;
}
/************************* header-nav *************************/
.header-nav {
	flex: 1;
	padding: 0 80px 0 75px;
}
.header-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: end;
}
.header-nav-list > li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
    padding: 0 15px;
}
.header-nav-list > li > a {
	color: #3b3b3b;
	text-decoration: none;
}
.header-nav-list > li > a:hover {
	color: #ef0200;
}

.nav-parent {
	position: relative;
	padding: 0 20px 0 0;
}
.subnav {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 50;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 44px 35px 35px;
	margin-top: 14px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s linear;
}
.header-nav-list li:hover .subnav {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.subnav.subnav-right {
	left: auto;
	right: 0;
}
.subnav:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
	height: 14px;
	content: '';
}
.subnav-col {
	min-width: 200px;
	padding: 0 15px;
}
.subnav-title {
	margin: 0 0 19px;
	font-size: 22px;
	line-height: 32px;
}
.subnav-list li {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 22px;
}
.subnav-list a {
	color: #3b3b3b;
	text-decoration: none;
}
.subnav-list a:hover {
	color: #ef0200;
}
.mob-nav-icon {
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 250;
	padding: 0 6px 10px 0;
	display: none;
}
.mob-nav-block {
	position: relative;
	display: block;
	width: 14px;
	height: 2px;
	margin: 8px 0 0;
	background: #261421;
	transition: all .3s linear;
}
.mob-nav-block:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #261421;
	transition: all .3s linear;
}
.mob-nav-block:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #261421;
	transition: all .3s linear;
}
.mob-nav-icon.active .mob-nav-block {
	background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
	top: 0;
	transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
	top: 0;
	transform: rotate(-45deg);
}
.header-nav .header-links,
.header-nav .nav-logo,
.header-nav .nav-lang {
	display: none;
}
.header-nav-list>li:last-child .subnav {
	left: auto;
	right: 0;
}
.nav-close {
	display: none;
}
/************************* main page *************************/
/************************* main-slider *************************/
.main-slide img {
	width: 100%;
}
.main-slider .slick-arrow {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
	opacity: 0;
}
.main-slider .slick-prev {
	left: 20px;
}
.main-slider .slick-next {
	right: 20px;
}
.main-slider .slick-arrow:hover {
	background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
}
.main-slider:hover .slick-arrow {opacity: 1;}
/************************* main-section *************************/
.main-section {
	padding: 100px 0 50px;
}
/************************* top-category *************************/
.top-category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -38px;
	padding: 0 0 10px;
}
.top-category-col {
	width: 33.33%;
	padding: 0 38px;
	margin: 0 0 76px;
}
.top-category-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	height: 172px;
	padding: 20px 55px;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}
.top-category-content {
	position: relative;
	z-index: 10;
}
.top-category-title {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 32px;
}
.top-category-link {
	position: relative;
	color: #3b3b3b;
	text-decoration: none;
}
.top-category-link svg {
	position: absolute;
	right: -21px;
	bottom: 4px;
	width: 12px;
	transition: all 0.3s linear;
}
.top-category-link path {
	fill: #3b3b3b;
	transition: all 0.3s linear;
}
.top-category-link:hover {
	color: #ef0200;
}
.top-category-link:hover svg {
	transform: translateX(5px);
}
.top-category-link:hover path {
	fill: #ef0200;
}
.top-category-item:hover .top-category-img {margin-right: -10px;}
.top-category-img {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.3s linear;
}
.top-img1 {
	right: -25px;
	bottom: -44px;
}
.top-img2 {
	right: 48px;
	bottom: -50px;
}
.top-img3 {
	right: -42px;
	bottom: -37px;
}
/************************* category *************************/
.category-section {padding: 0 0 100px;}
.category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.category-col {
	width: 20%;
	padding: 0 15px;
	margin: 0 0 57px;
}
.category-item {
	color: #3b3b3b;
	text-align: center;
	text-decoration: none;
}
.category-item:hover {color: #ef0200;}
.category-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 236px;
	transition: all 0.3s ease;
}
.category-img img {
	max-width: 100%;
	max-height: 100%;
}
.category-item:hover .category-img {transform: translateY(-5px);}
.category-title {
	text-align: center;
}
/************************* stores *************************/
.stores {
	margin: 0 0 90px;
	padding: 100px 100px 100px;
	background: #f8f8f8;
	border-radius: 10px;
}
.stores-slider {
	padding: 0 45px;
	margin: 0 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stores-slider img {
	max-height: 100px;
	max-width: 300px;
}
.stores-slide {
	padding: 0 25px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 20;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	cursor: pointer;
	font-size: 0;
	background: url(../images/next.svg) 50% 50% no-repeat;
	background-size: contain;
	transition: all 0.3s linear;
}
.slick-prev {
	left: 0;
	transform: scale(-1, 1);
}
.slick-next {
	right: 0;
}
.slick-arrow:hover {
	background: url(../images/next-hover.svg) 50% 50% no-repeat;
	background-size: contain;
}
/************************* num-block *************************/
.num-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.num-col {
	width: 33.33%;
	padding: 0 15px;
	margin: 0 0 40px;
	text-align: center;
}
.num-value {
	margin: 0 0 5px;
	color: #d6d6d6;
	font-weight: 700;
	font-size: 80px;
	line-height: 80px;
}
.num-value span {
	color: #ef0200;
}
.num-text {
	color: #ef0200;
	font-size: 18px;
	line-height: 28px;
}




/************************* other pages *************************/
/************************* breadcrumbs *************************/
.main {
	padding: 26px 0 10px;
	border-top: 1px solid #e4e4e4;
}
.breadcrumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 48px;
	margin: 0;
}
.breadcrumbs li {
	margin: 0 9px 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #3b3b3b;
	list-style: none;
}
.breadcrumbs li:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 6px;
	height: 6px;
	margin: 4px 6px 0 0;
	background: url(../images/right-arrow.svg) 0 0 no-repeat;
	background-size: contain;
}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
	color: #909090;
	text-decoration: none;
}
.breadcrumbs a:hover {color: #ef0200;}
/************************* product page *************************/
/************************* product *************************/
.product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 98px;
}
.product-photo {
	position: relative;
	width: 46.4%;
}
.product-photo .card-fav {
	font-size: 0;
}
.photo-slider {
	margin: 0 0 45px;
}
.photo-slide img {
	width: 100%;
	border-radius: 10px;
}
.thumbs-slider {
	padding: 0;
}
.thumbs-slide {
	position: relative;
	padding: 0 12px;
	text-align: center;
}
.thumbs-slide img {
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
}
.thumbs-slide.slick-current img {
	border: 1px solid #eeeeee;
}
.product-photo .catalog-fav {
	width: 27px;
	position: absolute;
	right: 0;
}

.product-photo .card-fav {
	position: absolute;
	right: 0;
	z-index: 1;
}

.product-photo .catalog-fav svg, .product-photo .card-fav svg {
	width: 27px;
}
.product-photo .catalog-fav:hover:before {
	width: 39px;
	height: 40px;
	margin: -19px 0 0 -20px;
}
.product-description {
	width: 46.4%;
	margin: -8px 0 0;
}
.product-title {
	margin: 0 0 18px;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
}
.product-title-mob {display: none;}
.product-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 0 23px;
}
.product-rating .rating {
	padding: 1px 12px 10px 0;
}
.product-rating .star {
	width: 15px;
	height: 15px;
	margin: 0 7px 0 0;
}
.product-review-link {
	margin: 0 0 10px;
	color: #858585;
	font-size: 14px;
	line-height: 18px;
}
.product-price {
	margin: 0 0 31px;
	font-size: 28px;
	line-height: 32px;
}
.product-price sup {
	font-size: 16px;
}
.red {color: #ef0200;}
.product-color {
	padding: 0 0 27px;
}
.product-descr-title {
	margin: 0 0 3px;
}
.product-color .color {
	justify-content: flex-start;
	padding: 0 0 5px;
	margin: 0 0 0 -5px;
}
.product-color .color-item {
	width: 34px;
	height: 34px;
	margin: 0 3px 10px;
	border: 2px solid #c7c7c7;
}
.product-color .set-color.active .color-item {
	border: 2px solid #ef0200;
}
.color-item.active {
	box-shadow: 0 0 0 1px #d6d6d6;
}
.product-quantity {
	margin: 0 0 38px;
}
.quantity-holder {
	position: relative;
	width: 144px;
}
.quantity-input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	color: #3b3b3b;
	font-size: 16px;
	text-align: center;
	background: none;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}
.minus {
	left: 0px;
}
.plus {
	right: 0px;
}
.minus, .plus {
	position: absolute;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
}
.minus:before, .plus:before, .plus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	background: #3b3b3b;
	transition: all 0.3s linear;
}
.minus:before, .plus:before {
	width: 10px;
	height: 2px;
	margin: -1px 0 0 -5px;
}
.plus:after {
	width: 2px;
	height: 10px;
	margin: -5px 0 0 -1px;
}
.minus:hover:before, .plus:hover:before, .plus:hover:after {background: #ef0200;}
.product-shipping {
	padding: 0 0 36px;
}
.shipping-country {
	display: inline-block;
	padding: 7px 13px 5px;
	margin: 0 0 0 5px;
	font-size: 14px;
	line-height: 18px;
	background: #fff5c6;
	border-radius: 30px;
}
.shipping-country img {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	margin: 0 0 0 5px;
}
.cant-deliver {
	background: #ffc6c6;
}
.product-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}
.product-buttons .button {
	padding: 12px 27px 10px;
	margin: 0 23px 23px 0;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #ef0200;
	border-radius: 10px;
}
.product-buttons .button-border {
	font-weight: 400;
	text-transform: none;
}
.product-buttons .button svg {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	margin: 0 7px 0 0;
}
.product-buttons .button path {
	fill: #000;
	transition: all 0.3s linear;
}
.product-buttons .button:hover path {
	fill: #fff;
}
.text-muted.small {
	background-color: white;
	padding: 5px 10px;
	border-radius: 38px;
	border: 1px solid;
}
.text-muted.small a {
	font-weight: 700;
}
	/************************* footer *************************/
.product-info {
	padding: 93px 100px 61px;
	margin: 0 0 90px;
	background: #f8f8f8;
	border-radius: 10px;
}
.product-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 26px;
}
.product-tabs li {
	margin: 0 55px 0 0;
	font-size: 22px;
	line-height: 28px;
}
.product-tabs li:last-child {margin: 0;}
.product-tabs a {
	color: #3b3b3b;
	text-decoration: none;
}
.product-tabs a:hover,
.product-tabs .active a {
	color: #ef0200;
}
.list {
	padding: 0 0 20px;
}
.list li {
	position: relative;
	margin: 0 0 8px;
	padding: 0 0 0 17px;
}
.list li:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ef0200;
}
/************************* checkout page *************************/
.step_country {
	width: 100%;
}
.checkout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.checkout-main {
	flex: 1;
	padding: 0 56px 0 0;
}
.checkout-side {
	width: 470px;
	min-width: 470px;
}
.checkout-content {
	max-width: 600px;
	display: none;
}
.checkout-block.active .checkout-content {
	display: block;
}
.checkout-block.active .checkout-content:before {
	position: absolute;
	top: 60px;
	left: 16px;
	bottom: 26px;
	content: '';
	width: 5px;
	background: url(../images/dot.svg) 0 0 repeat-y;
	background-size: contain;
}
.checkout-block:last-child .checkout-content:before {display: none;}

.password-wrap {
	height: 0;
	overflow: hidden;
}
/************************* tabs ***************************/
.tab-content {
	padding-bottom: 30px;
}
.tab-content__header {
	margin-bottom: 50px;
}
/************************* checkout-block *************************/
.checkout-block {
	position: relative;
	padding: 0 0 40px 56px;
}
.checkout-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 16px;
}
.checkout-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	padding: 3px 0 0;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	background: #3b3b3b;
	border-radius: 50%;
}
.checkout-title {
	padding: 3px 0 0;
	color: #3b3b3b;
	font-size: 22px;
	line-height: 32px;
}
.checkout-top-link {
	padding: 13px 0 0;
	font-size: 12px;
	line-height: 20px;
	display: none;
}
.past .checkout-top-link {
	display: block;
}
.checkout-top-link a {
	color: #858585;
}
.checkout-text {
	margin: 0 0 22px;
}
.checkout-mail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 450px;
	padding: 0 0 17px;
}
.checkout-mail .input {
	margin: 0
}
.checkout-mail .button {
	width: 170px;
	min-width: 170px;
	margin: 0 0 0 11px;
	padding: 11px 10px 9px;
}
.checkout-login {
	padding: 5px 0 15px;
	font-size: 14px;
	line-height: 20px;
}
.checkout-login a {color: #ef0200;}
.checkout-subtitle {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 28px;
}
.form-part {
	padding: 0 0 20px;
}
.shipping-radio .radio-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.shipping-price {
	color: #3b3b3b;
	font-weight: 700;
}
.checkout-data li {margin: 0 0 4px;}
.checkout-block.past .checkout-num {
	background: #858585;
}
.checkout-block.past .checkout-title {
	color: #858585;
	cursor: pointer;
}
.checkout-block.active .checkout-num {
	background: #ef0200;
}
.checkout-block.active .checkout-title {
	color: #ef0200;
}
/************************* order *************************/
.order {
	padding: 46px 56px 50px;
	background: #f8f8f8;
	border-radius: 10px;
}
.order-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 26px;
}
.order-title {
	font-size: 22px;
	line-height: 28px;
}
.order-edit {
	margin: 8px 0 0;
	color: #858585;
	font-size: 12px;
	line-height: 18px;
}
.order-prod {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 6px 0 0;
	margin: 0 0 29px;
	font-size: 14px;
	line-height: 20px;
}
.order-prod-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 60px;
	margin: -6px 20px 0 0;
	border-radius: 10px;
}
.order-prod-img img {
	max-width: 100%;
	max-height: 100%;
}
.order-prod-info {
	flex: 1;
}
.order-prod-name {
	margin: 0 0 6px;
}
.order-prod-name a {
	color: #3b3b3b;
	text-decoration: none;
}
.order-prod-info .color {
	justify-content: flex-start;
	padding: 0;
}
.order-prod-info .color-item {
	width: 15px;
	height: 15px;
	margin: 0;
}
.order-prod-quantity {
	width: 50px;
	text-align: center;
}
.order-prod-price {
	width: 60px;
	text-align: right;
	font-weight: 700;
}
.order-prod-price sup {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	font-size: 10px;
}
.order-total {
	padding: 26px 0 12px;
	border-top: 1px solid #e6e6e6;
}
.order-total-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 12px 0 12px;
	font-size: 14px;
	line-height: 20px;
}
.order-total-sum {
	font-weight: 700;
}
.order-total-sum sup {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	font-size: 10px;
}
.code-form {
	position: relative;
	padding: 0 94px 0 0;
}
.code-input {
	margin: 0;
	background: transparent;
}
.code-button {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 83px;
	padding: 12px 5px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	background: #ef0200;
	border-radius: 10px;
	transition: all .3s linear;
}
.code-button:hover {
	background: #d70200;
}
/************************* catalog-page *************************/
.main-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sidebar {
	width: 308px;
	min-width: 308px;
	margin: 0 57px 0 0;
}
.content {
	flex: 1;
	padding: 0 0 60px;
}
/************************* sidebar *************************/
.sidebar .title {color: #858585;}
.button-mob {display: none;}
.result {
	padding: 19px 23px 18px;
	margin: 0 0 50px;
	font-size: 14px;
	line-height: 18px;
	background: #f8f8f8;
	border-radius: 10px;
}
.result-title {
	margin: 0 0 10px;
	font-weight: 700;
}
.result-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -9px 0 0;
	padding: 0 0 10px;
}
.result-item {
	position: relative;
	padding: 3px 29px 3px 12px;
	margin: 0 9px 9px 0;
	font-size: 12px;
	color: #3b3b3b;
	text-decoration: none;
	border: 1px solid #ef0200;
	border-radius: 20px;
}
.result-delete {
	position: absolute;
	top: 8px;
	right: 10px;
}
.result-delete svg {
	display: block;
	width: 8px;
	height: 8px;
}
.result-delete path {
	fill: #3b3b3b;
	transition: all 0.3s linear;
}
.result-delete:hover path {
	fill: #ef0200;
}
.result-text {
	margin: 0 0 15px;
}
.result-clear {
	color: #858585;
}
/************************* filter *************************/
.filter-block {
	padding: 0 0 30px;
}
.filter-part {
	padding: 0 0 20px;
}
.filter-title {
	margin: 0 0 26px;
	font-size: 22px;
	line-height: 32px;
}
.check-item {
	margin: 0 0 14px;
}
.filter-block .check-input:checked + .check-label {
	color: #ef0200;
}
.range {
	margin: 0 0 28px;
}
.range-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 20px;
}
.range-slider.noUi-target {
	background: #eeeeee;
	border-radius: 4px;
	border: 0;
}
.range-slider.noUi-horizontal {
	height: 4px;
}
.range-slider .noUi-connect {
	background: #ef0200;
}
.range-slider.noUi-horizontal .noUi-handle {
	width: 8px;
	height: 8px;
	right: -2px;
	top: -2px;
	cursor: pointer;
}
.range-slider .noUi-handle {
	background: #ef0200;
	border: 2px solid #ef0200;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: none;
}
.range-slider .noUi-handle:after, .range-slider .noUi-handle:before {
	display: none;
}
/************************* content *************************/
.sorting {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 10px 10px 4px 16px;
	margin: 0 0 58px;
	background: #f8f8f8;
	border-radius: 10px;
}
.sorting-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 9px 0 0;
}
.sorting-left .check-item {
	margin-right: 30px;
}
.sorting-left .check-input:checked + .check-label {
	color: #ef0200;
}
.sorting-left .check-label:before {
	background: transparent;
}
.sorting-left .check-input:checked + .check-label:before {background: #fff;}
.sorting-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 6px;
}
.sorting-select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sorting-select-text {
	padding: 8px 17px 0 0;
	font-size: 14px;
	line-height: 18px;
}
.sorting-select-wrap {
	width: 180px;
	min-width: 180px;
}
.sorting-select .select-item {
	margin: 0;
}
.sorting-select .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 7px 30px 0 15px;
	height: 34px;
	color: #a1a1a1;
	background: transparent;
}
.sorting-select .ui-selectmenu-button-open span.ui-selectmenu-text {
	background: #fff;
}
.sorting-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sorting-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0 0 0 10px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
}
.sorting-button svg {
	width: 14px;
	height: 14px;
}
.sorting-button path {
	fill: #909090;
	transition: all 0.3s linear;
}
.sorting-button:hover path {
	fill: #ef0200;
}
.sorting-button.active {
	background: #909090;
	border: 1px solid #909090;
}
.sorting-button.active path {
	fill: #fff;
}
/************************* pagination *************************/
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 0 0 20px;
}
.pagination li {
	margin: 0 5px 10px;
}
.pagination a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #3b3b3b;
	text-decoration: none;
	border-radius: 10px;
}
.pagination a:hover {color: #ef0200;}
.pagination .active {
	color: #fff;
	background: #ef0200;
}
/************************* catalog-card *************************/
.card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	/*
	padding: 0 0 31px;
	margin: 0 0 36px;
	border-bottom: 1px solid #e4e4e4;
	*/
}
.card-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 170px;
	min-width: 170px;
	height: 170px;
	margin: 0 33px 4px 0;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}
.card-img img {
	max-width: 95%;
	max-height: 95%;
}
.card-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
}
.card-info {
	flex: 1;
	padding: 0 35px 0 0;
}
.card-title {
	margin: -6px 0 3px;
	font-size: 24px;
	line-height: 32px;
}
.card-title a {
	color: #3b3b3b;
	text-decoration: none;
}
.card-title a:hover {
	color: #ef0200;
}
.card-status {
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 18px;
}
.card-status a {
	color: #858585;
}
.card-price {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 32px;
}
.card-price sup {
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
	font-size: 13px;
}
.card-text {
	font-size: 14px;
	line-height: 22px;
}
.card-side {
	width: 160px;
	min-width: 160px;
	text-align: center;
}
.card-side .button {
	width: 100%;
	padding: 8px 10px 6px;
	margin: 0 0 20px;
	font-size: 14px;
	border: 1px solid #ef0200;
	border-radius: 10px;
}
.card-side .button svg {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	margin: 0 7px 0 0;
}
.card-side .button path {
	fill: #000;
	transition: all 0.3s linear;
}
.card-side .button:hover path {
	fill: #fff;
}
.card-fav {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	color: #858585;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.card-fav-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: -1px 7px 0 0;
}
.card-fav-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0px;
	height: 0px;
	margin: 0px;
	background: url(../images/heart.svg) 50% 50% no-repeat;
	background-size: contain;
	opacity: 0.4;
	transition: all 0.3s linear, opacity 0.3s linear 0.3s;
}
.card-fav:hover .card-fav-icon:before {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	opacity: 0;
}
.card-fav svg {
	position: relative;
	display: block;
	width: 19px;
}
.card-fav path {
	fill: #d6d6d6;
	transition: all 0.3s linear;
}
 .card-fav:hover {
	color: #ef0200;
}
.card-fav.active path, .card-fav:hover path {
	fill: #ef0200;
}
/************************* catalog *************************/
.catalog-section {padding: 0 0 90px;}
.catalog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -28px;
}
.catalog.catalog-card {
	flex-direction: column;
	margin: -20px 0 0;
	padding: 0 0 24px;
}
.catalog-grid .catalog-col {
	width: 25%;
	padding: 0 28px;
	margin: 0 0 58px;
}
.content .catalog-grid .catalog-col {width: 33.33%;}
.catalog-grid .card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.catalog-grid .card-img {
	width: 100%;
	min-width: 1px;
	height: 297px;
	margin: 0 0 10px;
	border: 0;
	border-radius: 0;
}
.catalog-grid .card-img img {
	max-width: 100%;
	max-height: 100%;
}
.catalog-label-wrap {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 50;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.catalog-label {
	padding: 9px 14px 7px;
	margin: 0 0 9px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background: #ef0200;
	border-radius: 0 17px 17px 17px;
}
.label-free {
	background: #00b500;
}
.catalog-label img {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	margin: -5px 0 -1px 4px;
}
.catalog-card .catalog-label-wrap {display: none;}
.catalog-grid .card-content {
	display: block;
}
.catalog-grid .card-info {
	padding: 0;
}
.catalog-grid .card-title {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 24px;
}
.catalog-grid .card-status {display: none;}
.catalog-grid .card-text {display: none;}
.catalog-grid .card-side {
	width: auto;
	min-width: 1px;
}
.catalog-grid .card-side .button {display: none;}
.catalog-grid .card-fav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
.catalog-grid .card-fav-icon {
	margin: 0;
}
.catalog-grid .card-price {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 24px;
}
.catalog-grid .card-price sup {
	margin-top: -2px;
	font-size: 10px;
}
.card-price span {
	display: inline-block;
	vertical-align: top;
}
.price-discount {
	margin: 0 10px 0 0;
	color: #ef0200;
	font-weight: 700;
}
.price-old {
	text-decoration: line-through;
}
.catalog-bottom {
	margin: auto 0 0;
}
.catalog-card .catalog-bottom {
	display: none;
}
.color {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 0 0 5px;
}
.catalog-list .color {
	justify-content: flex-start;
}
.catalog-list .catalog-col {
	width: 100%;
}
.color-item {
	width: 30px;
	height: 30px;
	margin: 0 5px 10px;
	border-radius: 50%;
	border: 2px solid #c7c7c7;
}
.rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.catalog-list .catalog-bottom .rating {
	justify-content: flex-start;
	margin-bottom: 20px;
}

.catalog-bottom .rating {justify-content: center;}
.star {
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	background: url(../images/star.svg) 50% 50% no-repeat;
	background-size: contain;
}
.star:last-child {margin: 0;}
.star-full {
	background: url(../images/star-full.svg) 50% 50% no-repeat;
	background-size: contain;
}



/************************* cabinet *************************/
.cabinet {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 90px;
}
.cabinet-side {
	width: 308px;
	min-width: 308px;
	margin: 0 57px 0 0;
}
.cabinet-main {
	flex: 1;
}
/************************* cabinet-side *************************/
.cabinet-nav {
	padding: 43px 50px 30px;
	background: #f8f8f8;
	border-radius: 10px;
}
.cabinet-side-title {
	margin: 0 0 21px;
	font-size: 22px;
	line-height: 32px;
}
.cabinet-nav-list li {
	margin: 0 0 10px;
}
.cabinet-nav-list a {
	color: #3b3b3b;
	text-decoration: none;
}
.cabinet-nav-list a:hover,
.cabinet-nav-list .active {
	color: #ef0200;
}
/************************* cabinet-main *************************/
.cabinet-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 50px;
}
.cabinet-tabs li {
	margin: 0 55px 0 0;
	font-size: 22px;
	line-height: 28px;
}
.cabinet-tabs li:last-child {margin: 0;}
.cabinet-tabs a {
	color: #3b3b3b;
	text-decoration: none;
}
.cabinet-tabs a:hover,
.cabinet-tabs .active a {
	color: #ef0200;
}
.form-wrap {
	max-width: 600px;
}
.input-date {
	padding-left: 38px;
	background: #fff url(../images/calendar.svg) 13px 50% no-repeat;
	background-size: 14px;
}
.input-line-country .input-line-col:first-child {
	width: auto;
	flex: 1;
}
.input-line-country .input-line-col:last-child {
	width: 159px;
	min-width: 159px;
	margin: 0 0 0 3.4%;
}
.form-adress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
}
.form-adress-input {
	flex: 1;
}
.form-adress-button {
	margin: 0 0 18px 11px;
}
.form-button-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}
.form-button-wrap .button {
	margin: 0 20px 0 0;
}
.adress-section {
	padding: 0 0 57px;
	margin: 0 0 51px;
	border-bottom: 1px solid #d6d6d6;
}
.adress-section:last-child {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.adress-section-title {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 28px;
}
/************************* coupon *************************/
.coupon-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 0 30px;
	padding: 39px 292px 39px 39px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}
.coupon-item:last-child {margin: 0;}
.coupon-discount {
	padding: 9px 14px 7px;
	margin: 0 40px 0 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	background: #ef0200;
	border-radius: 0 17px 17px 17px;
}
.coupon-prod {
	font-size: 14px;
	line-height: 20px;
}
.coupon-prod a {
	color: #ef0200;
}
.coupon-date {
	margin: 0 70px 0 auto;
	font-size: 14px;
	line-height: 20px;
}
.coupon-right {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	width: 292px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background: #ef0200 url(../images/round-bg.svg) -11px 50% no-repeat;
	border-radius: 0 10px 10px 0;
}
.coupon-right:hover {
	background: #d70200 url(../images/round-bg.svg) -11px 50% no-repeat;
}
.coupon-right-text {
	padding: 0 60px 0 0;
	color: #fff;
	font-weight: 700;
	letter-spacing: 4px;
	background: url(../images/copy.svg) 100% 50% no-repeat;
	background-size: 20px;
}
/************************* dashboard *************************/
.dashboard {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -18px -36px;
}
.dashboard-col {
	width: 50%;
	padding: 0 18px;
	margin: 0 0 36px;
}
.dashboard-col-big {
	width: 100%;
}
.dashboard-item {
	padding: 52px 55px 48px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}
.dashboard-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 5px;
}
.dashboard-title {
	margin: 0 0 5px;
	font-size: 28px;
	line-height: 32px;
}
.dashboard-num {
	display: inline-block;
	vertical-align: top;
	min-width: 30px;
	padding: 4px 8px 2px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	background: #ef0303;
	border-radius: 10px;
}
.dashboard-num.empty {
	color: #858585;
	background: #d6d6d6;
}
.dashboard-edit {
	margin: 10px 0 5px;
	color: #858585;
	font-size: 12px;
	line-height: 20px;
}
.dashboard-link {
	position: relative;
	color: #3b3b3b;
	text-decoration: none;
}
.dashboard-link svg {
	position: absolute;
	right: -21px;
	bottom: 4px;
	width: 12px;
	transition: all 0.3s linear;
}
.dashboard-link path {
	fill: #3b3b3b;
	transition: all 0.3s linear;
}
.dashboard-link:hover {
	color: #ef0200;
}
.dashboard-link:hover svg {
	transform: translateX(5px);
}
.dashboard-link:hover path {
	fill: #ef0200;
}
.cabinet-note {
	position: relative;
	padding: 17px 45px 17px 21px;
	margin: 0 0 36px;
	font-size: 14px;
	line-height: 20px;
	background: #cfeeff;
	border-radius: 10px;
}
.cabinet-note a {
	color: #ef0303;
}
.cabinet-note b {text-transform: uppercase;}
.note-close {
	position: absolute;
	top: 17px;
	right: 15px;
	padding: 5px;
}
.note-close svg {
	display: block;
	width: 11px;
	height: 11px;
}
.note-close path {
	fill: #3b3b3b;
	transition: all 0.3s linear;
}
.note-close:hover path {
	fill: #ef0303;
}
/************************* wishlist *************************/
.cabinet-main .catalog-grid .catalog-col {
	width: 33.33%;
}
.catalog-delete {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
}
.catalog-delete svg {
	display: block;
	width: 100%;
	height: 100%;
}
.catalog-delete path {
	fill: #ef0303;
}
.catalog-delete:hover {
	transform: rotate(180deg);
}
/************************* history *************************/
.history {
	padding: 0 0 28px;
}
.history-item {
	margin: 0 0 30px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
}
.history-item.active {
	background: #f8f8f8;
}
.history-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 38px 30px;
	font-size: 14px;
	line-height: 20px;
}
.history-prod {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex: 1;
}
.history-order {
	margin: 0 50px 0 0;
}
.history-order-name {
	margin: 0 0 8px;
}
.history-status {
	display: inline-block;
	vertical-align: top;
	padding: 3px 15px 2px;
	color: #3d5b33;
	font-size: 12px;
	line-height: 18px;
	background: #aee998;
	border-radius: 10px;
}
.status-pending {
	color: #756000;
	background: #ffea7c;
}
.status-canceled {
	color: #7c7c7c;
	background: #dadada;
}
.status-delivery {
	color: #5b7f8e;
	background: #c0edff;
}
.status-disput {
	color: #783736;
	background: #ff9998;
}
.history-seller a {
	color: #ef0200;
}
.history-price {
	width: 23%;
	min-width: 23%;
}
.history-price-text {
	margin: 0 0 10px;
}
.history-price-sum {
	font-weight: 700;
	font-size: 16px;
}
.history-price-sum sup {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	font-size: 10px;
}
.history-link {
	width: 100px;
	min-width: 100px;
	color: #ef0200;
	text-align: right;
}
.history-hidden {
	display: none;
}
.history-hidden .order-prod {
	align-items: center;
	padding: 13px 38px 14px;
	margin: 0;
	font-size: 16px;
	background: #fff;
	border-top: 1px solid #e4e4e4;
}
.history-hidden .order-prod-quantity {
	width: 23%;
	min-width: 23%;
	text-align: left;
}
.history-hidden .order-prod-price {
	width: 100px;
	min-width: 100px;
	font-weight: 400;
}
.order-prod-quantity sup {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	font-size: 10px;
}
.history-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 38px;
	border-top: 1px solid #e4e4e4;
}
.history-buttons .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 10px 9px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	background: #989898;
	border-radius: 10px;
	margin: 0 8px;
}
.history-buttons .button:hover {
	background: #848383;
}
.history-buttons .button-red {
	background: #ef0200;
}
.history-buttons .button-red:hover {
	background: #d70200;
}
/************************* dispute open *************************/
.input-note {
	margin: -10px 0 17px;
	color: #939393;
	font-size: 14px;
	line-height: 20px;
}
.form-part .radio-block {padding-top: 8px;}
.checkout-note {
	margin: -13px 0 13px;
	font-size: 14px;
	line-height: 20px;
}
.dicpute-info-title {
	margin: 0 0 19px;
	font-size: 22px;
	line-height: 32px;
}
.dicpute-info p {
	margin: 0 0 24px;
	line-height: 24px;
}
.dicpute-info p:last-child {margin: 0;}
.dicpute-info b {display: block;}

/************************* contact form *************************/
form#contact_us_form {
	padding-bottom: 76px;
	max-width: 700px;
}
/************************* order details *************************/
.detail-block {
	padding: 52px 58px 44px;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
}
.detail-title {
	margin: 0 0 19px;
	font-size: 28px;
	line-height: 32px;
}
.detail-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -29px;
}
.detail-col {
	width: 33.33%;
	padding: 0 29px;
}
.detail-info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 4px;
}
.detail-adress li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 4px;
}
.detail-adress-name {
	width: 160px;
	min-width: 160px;
}
/************************* message-block *************************/
.message-block {
	padding: 0 0 58px;
	margin: 0 0 40px;
	border-bottom: 1px solid #d6d6d6;
}
.message-block .title {
	margin: 0 0 32px;
}
.file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	padding: 3px 0 21px;
}
.file-button {
	position: relative;
	margin: 0 15px 0 0;
}
.file-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.file-button .button {position: relative;}
.file-text {
	flex: 1;
	padding: 7px 0 0;
}
.file-text-big {
	margin: 0 0 1px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
}
.file-text-min {
	color: #989898;
	font-size: 10px;
	line-height: 14px;
}
/************************* chat *************************/
.chat-title {
	margin: 0 0 30px;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
}
.chat-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.chat-post {
	max-width: 610px;
	padding: 23px 30px 25px;
	margin: 0 0 30px auto;
	background: #f8f8f8;
	border-radius: 10px;
}
.chat-answer {
	margin: 0 auto 30px 0;
	background: #fff5c7;
}
.chat-top {
	margin: 0 0 13px;
	font-size: 12px;
	line-height: 24px;
}
.chat-top b {
	padding: 0 15px 0 0;
	font-size: 15px;
}
.chat-text {
	font-size: 15px;
	line-height: 24px;
}
.chat-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 18px 0 0;
	margin: 0 0 -10px;
}
.chat-photo a {
	margin: 0 10px 10px 0;
}
/************************* cart *************************/
.cart {
	padding: 0 0 35px;
}
.cart-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 0 55px;
}
.cart-main {
	flex: 1;
	padding: 0 30px 0 0;
}
.cart-side {
	width: 470px;
	min-width: 470px;
}
.cart-side .order-total {
	padding: 0 0 12px;
	border-top: 0;
}
.cart-side .button-min-red {
	width: 100%;
	text-transform: none;
}
.cart-side .code-form {
	margin: 0 0 22px;
}
.cart-side .code-button {
	background: #979797;
}
.cart-side .code-button:hover {
	background: #848383;
}
.cart-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 1px 20px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 10px 10px 0 0;
}
.cart-seller {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}
.cart-seller a {
	color: #ef0200;
}
.cart-place {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	position: relative;
	z-index: 10;
}
.cart-place-text {
	margin: 0 18px 0 0;
	font-size: 14px;
	line-height: 20px;
}
.cart-place-text a, .cart-place-text a:visited  {
	color: #3b3b3b;
	transition: all .3s linear;
	text-decoration: none;
}
.cart-place-text a:hover {
	color: #ef0200;
}
.cart-place .select-item {
	margin: 0;
}
.cart-place .ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 7px 30px 0 11px;
	height: 34px;
	color: #a1a1a1;
	background: #f8f8f8;
}
.cart-bottom {
	min-height: 10px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 0 0 10px 10px;
}
.cart-warning {
	padding: 17px 19px 16px;
	font-size: 12px;
	line-height: 18px;
	background: #f9d500;
	border: 1px solid #f9d500;
}
.cart-warning b {text-transform: uppercase;}
/************************* footer *************************/
.cart-table {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.cart-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	padding: 11px 65px 11px 11px;
	font-size: 16px;
	line-height: 24px;
}
.cart-prod {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex: 1;
}
.cart-prod-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 60px;
	margin: 0 17px 0 0;
}
.cart-prod-img img {
	max-width: 100%;
	max-height: 100%;
}
.cart-prod-info {
	flex: 1;
}
.cart-prod-name {
	margin: 0 0 6px;
}
.cart-prod-name a {
	color: #3b3b3b;
	text-decoration: none;
}
.cart-prod-name a:hover {
	color: #ef0200;
}
.cart-prod-info .color {
	justify-content: flex-start;
	padding: 0;
}
.cart-prod-info .color-item {
	width: 15px;
	height: 15px;
	margin: 0;
}
.cart-price {
	width: 100px;
	min-width: 100px;
	text-align: center;
}
.cart-quantity {
	width: 140px;
	min-width: 140px;
	text-align: center;
}
.cart-quantity .quantity-holder {
	width: 100px;
	margin: 0 auto;
}
.cart-quantity .quantity-input {
	height: 34px;
	font-size: 14px;
}
.cart-quantity .minus, .cart-quantity .plus {
	width: 34px;
	height: 34px;
}
.cart-price sup {
	display: inline-block;
	vertical-align: top;
	margin-top: -3px;
	font-size: 11px;
}
.cart-line .catalog-delete {
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
.cart-table-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	padding: 5px 65px 4px 11px;
	color: #939393;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.cart-top-prod {
	flex: 1;
	padding: 0 0 0 10px;
}
.cart-top-price {
	width: 100px;
	min-width: 100px;
	text-align: center;
}
.cart-top-quantity {
	width: 140px;
	min-width: 140px;
	text-align: center;
}
/************************* site-closed *************************/
.site-closed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}
.site-closed-block {
	width: 100%;
	max-width: 300px;
}
.site-closed-logo {
	margin: 0 0 50px;
	text-align: center;
}
.site-closed-logo img {width: 103px;}
.site-closed-text {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}
.site-closed-text svg {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	margin: 2px 0 0 5px;
}
.site-closed-text path {
	fill: #ef0200;
}
/************************* categories *************************/
.categories {
	padding: 0 0 20px;
}
.categories-name {
	margin: 0 0 22px;
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
}
.sub-categories-name {
	margin: 8px 0;
	font-size: 20px;
}
.categories-name a {
	color: #ef0200;
	text-decoration: none;
}
.categories-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0 0 38px;
}
.categories-list li {
	width: 20%;
	padding: 0 15px;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 24px;
}
.categories-list a {
	color: #3b3b3b;
	text-decoration: none;
}
/************************* footer *************************/
.brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 365px;
	padding: 30px;
	margin: 0 0 10px;
	color: #000;
	background: #f8f8f8;
	border-radius: 10px;
}
.brand-logo {
	margin: 0 0 29px;
}
.brand-logo img {
	max-width: 250px;
}
.brand-name {
	font-size: 22px;
	line-height: 32px;
}
.brand-name .verified {
	width: 28px;
}
.brand-text {
	font-size: 12px;
	line-height: 18px;
}
.shop-policy {
	cursor: pointer;
	padding: 10px 15px;
	height: 40px;
	overflow: hidden;
	transition: height 1s;
}
.shop-policy.show {
	height: auto;
}

#toogle-shop-policy {
	margin-bottom: 10px;
	display: block;
}
/************************* footer *************************/
.footer {
	padding: 86px 0 97px;
	background: #f8f8f8;
}
.footer-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -15px;
	padding: 0 0 65px;
}
.footer-col {
	width: 25%;
	padding: 0 15px;
}
.footer-title {
	margin: 0 0 21px;
	font-size: 22px;
	line-height: 28px;
}
.footer-nav {
	padding: 0 0 5px;
}
.footer-nav li {
	margin: 0 0 10px;
	line-height: 22px;
}
.footer-nav a {
	color: #3b3b3b;
	text-decoration: none;
}
.footer-nav a:hover {color: #ef0200;}
.footer-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-webs a {
	margin: 0 15px 0 0;
}
.footer-webs svg {
	height: 15px;
}
.footer-webs path {
	fill: #3b3b3b;
	transition: all 0.3s linear;
}
.footer-webs a:hover path {fill: #ef0200;}
.sub-form {
	position: relative;
	margin: 0 0 19px;
}
.sub-input {
	width: 100%;
	height: 42px;
	padding: 0 40px 0 16px;
	color: #3b3b3b;
	font-size: 16px;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	transition: all 0.3s linear;
}
.sub-input:hover,
.sub-input:focus {
	color: #000;
	background: #fff;
	border: 1px solid #ef0200;
}
.sub-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 42px;
	cursor: pointer;
	background: url(../images/compass.svg) 0 50% no-repeat;
	background-size: 18px;
}
.sub-text {
	color: #a1a1a1;
	line-height: 22px;
}
.footer-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-pay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 40%;
	margin-right: -20px;
}
.footer-pay img {
	margin: 0 20px 20px 0;
}
.pay1 {width: 29px; height: 18px;}
.pay2 {width: 52px; height: 18px;}
.pay3 {width: 66px; height: 19px;}
.pay4 {width: 30px; height: 18px;}
.pay5 {width: 57px; height: 18px;}
.pay6 {width: 78px; height: 19px;}
.footer-bottom-left {
	max-width: 55%;
}
.footer-copy {
	margin: 0 0 19px;
	line-height: 22px;
}
.footer-copy span {
	color: #ef0200;
}
.footer-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 14px;
}
.footer-links a {
	margin: 0 17px 5px 0;
	color: #a1a1a1;
	text-decoration: none;
}
.footer-links a:hover {color: #ef0200;}
/************************* popups *************************/
.popup {
	display: none;
	width: 400px;
	border-radius: 10px;
}
.popup.fancybox-content {padding: 45px 55px 50px;}
.popup-title {
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}
.login-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 13px;
}
.login-pass {
	margin: 0 0 7px;
	color: #3b3b3b;
	font-size: 14px;
	line-height: 18px;
}
.form-link {
	padding: 35px 0 0;
	line-height: 20px;
	text-align: center;
}
.form-link a {
	color: #3b3b3b;
}
.form-button {
	width: 100%;
	font-weight: 700;
	padding: 12px 15px;
	text-transform: uppercase;
	border-radius: 10px;
}
.button.form-button {padding: 12px 15px;}
.popup-webs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 22px 0 0;
}
.popup-web {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28%;
	height: 48px;
	background: #ccc;
	border-radius: 10px;
}
.popup-fb {background: #2561d1;}
.popup-fb:hover {background: #1852bd;}
.popup-tw {background: #0799f3;}
.popup-tw:hover {background: #038ce0;}
.popup-google {background: #ebebeb;}
.popup-google:hover {background: #e1e1e1;}
.popup-fb img {width: 12px;}
.popup-tw img {width: 22px;}
.popup-google img {width: 19px;}
.popup-disput {
	width: 580px;
}
.popup-disput .popup-title {
	text-align: left;
}
.popup-text {
	margin: 0 0 23px;
}
.popup-disput .button-min-red {
	text-transform: none;
}
a.link-filter-opt {
	color: #3b3b3b;
	text-decoration: none;
}


.cols-12 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.cols-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.cols-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.cols-12 img {
	width: 100%;
	position: absolute;
	top: 14px;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(0);
	max-width: 100%;
}
.cols-12 .top-category-item {
	height: auto;
	min-height: 160px;
}
.cols-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.cols-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.cols-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.cols-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.shop-name {
	position: absolute;
	z-index: 100;
}
.shop-name a {
	text-decoration: none;
	color: #3b3b3b;
}
.shop-name img.img-rounded {
	max-width: 28px;
	padding: 0 5px 0 12px;
}
.shop-name img.verified {
	max-width: 18px;
	padding: 4px 5px 4px 0;
}
.swiper-container.desktop {
	display: block;
}
.swiper-container.mobile {
	display: none;
}
/************************* media *************************/
@media screen and (max-width: 1480px) {
	.header-nav {
		padding: 0 40px 0 35px;
	}
	.top-category {
		margin: 0 -28px;
	}
	.top-category-col {
		padding: 0 28px;
	}
	.top-category-item {
		padding: 20px 35px;
	}
	.history-order {
		max-width: 240px;
		margin: 0 40px 0 0;
	}
}
@media screen and (max-width: 1300px) {
	.header-nav-list > li {
		font-size: 13px;
	}
	.header-nav {
		padding: 0 30px 0 25px;
	}
	.top-category-item {
		align-items: flex-start;
		height: 322px;
		padding: 40px 45px;
	}
	.top-category-img {
		position: absolute;
		right: auto;
		left: 50%;
		max-width: 90%;
		max-height: 220px;
		transform: translateX(-50%);
	}
	.stores {
		margin: 0 0 90px;
		padding: 100px 50px 100px;
	}
	.checkout-main {
		padding: 0 40px 0 0;
	}
	.checkout-side {
		width: 420px;
		min-width: 420px;
	}
	.order {
		padding: 36px 40px 40px;
	}
	.content .catalog-grid .catalog-col {
		width: 50%;
	}
	.sorting-right {
		padding: 0 0 12px;
	}
	.card-content {
		display: block;
	}
	.card-info {
		padding: 0 0 24px;
	}
	.coupon-item {
		display: block;
		padding: 39px 260px 39px 39px;
	}
	.coupon-right {
		width: 260px;
	}
	.coupon-discount {
		display: inline-block;
		margin: 0 0 15px;
	}
	.coupon-prod {
		margin: 0 0 15px;
	}
	.coupon-right-text {
		padding: 0 40px 0 0;
	}
	.dashboard-item {
		padding: 52px 35px 48px;
	}
	.cabinet-main .catalog-grid .catalog-col {
		width: 50%;
	}
	.history-top {
		padding: 30px 30px 30px;
	}
	.history-order {
		max-width: 160px;
		margin: 0 30px 0 0;
	}
	.history-seller {margin: 0 10px 0 0;}
	.history-hidden .order-prod {
		padding: 13px 30px 14px;
	}
	.history-buttons {
		padding: 30px;
	}
	.detail-col {
		width: 100%;
		padding: 0 29px;
	}
	.chat-post {
		max-width: 520px;
	}
	.cart-side {
		width: 360px;
		min-width: 360px;
	}
	.cart-table-top {
		padding: 5px 25px 4px 11px;
	}
	.cart-line {
		padding: 11px 25px 11px 11px;
		font-size: 14px;
		line-height: 20px;
	}
	.categories-list li {
		width: 25%;
	}

}
@media screen and (max-width: 1023px) {
	#wrapper {
		padding: 121px 0 0;
	}
	.header.fixed {
		margin-top: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
	}
	.header-line {
		height: 0;
		padding: 0;
		border-bottom: 0;
	}
	.header-line .header-links,
	.header-line .header-menu {display: none;}
	.lang-hidden {
		position: fixed;
		top: 0;
		right: 100%;
		width: 100vw;
		height: 100vh;
		z-index: 600;
		display: block !important;
		padding: 48px 48px 10px;
		margin-top: 0;
		border-radius: 0;
		background-color: #fff;
		box-shadow: none;
		transition: all 0.3s linear;
	}
	.lang-hidden.vis {
		right: 0%;
	}
	.lang-close {
		position: absolute;
		top: 22px;
		right: 23px;
		display: block;
		width: 16px;
	}
	.lang-close svg {
		width: 100%;
		display: block;
	}
	.header-top {
		height: 121px;
		padding: 17px 0 0;
	}
	.header.fixed .header-top {
		height: 60px;
		padding: 17px 0 0;
	}
	.header-top-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		position: relative;
	}
	.header-logo {
		margin: 0 auto;
		transition: all 0.3s linear;
	}
	.header-cart {
		position: absolute;
		top: 1px;
		right: 0;
	}
	.header-search {
		display: block;
		position: relative;
		width: 100%;
		height: 39px;
		padding: 1px 0 0;
		margin: 15px 0 0;
		transition: all 0.3s linear;
	}
	.header.fixed .header-logo {
		margin: -48px auto 0;
		visibility: hidden;
		overflow: hidden;
	}
	.header.fixed .header-search {
		width: 80%;
		margin: 15px 10% 0;
	}
	.search-input {
		width: 100%;
		height: 38px;
		padding: 0 40px 0 16px;
		color: #3b3b3b;
		font-size: 16px;
		border: 1px solid #d6d6d6;
		border-radius: 10px;
	}
	.search-button {
		position: absolute;
		top: 1px;
		right: 0;
		width: 38px;
		height: 38px;
		cursor: pointer;
		background: url(../images/loupe-icon.svg) 9px 50% no-repeat;
		background-size: 14px;
	}
	.mob-nav-icon {display: block;}
	.header-nav {
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		display: block;
		width: 100%;
		padding: 48px 48px 10px;
		z-index: 540;
		overflow-y: auto;
		box-sizing: border-box;
		display: block;
		background: #fff;
		transition: all 0.5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	.header-nav-list {
		display: block;
		padding: 0 0 28px;
	}
	.header-nav-list > li {
		margin: 0 0 12px;
		font-size: 16px;
		line-height: 24px;
	}
	.subnav {
		display: none;
	}
	.subnav-col {
		width: 100%;
	}
	.header-nav .header-links,
	.header-nav .nav-logo,
	.header-nav .nav-lang {
		display: block;
	}
	.nav-logo {
		margin: 0 0 30px;
	}
	.nav-logo img {
		width: 28px;
	}
	.header-nav .header-links {
		padding: 0 0 23px;
	}
	.header-nav .header-links li {
		margin: 0 0 12px;
		font-size: 16px;
		line-height: 24px;
	}
	.nav-lang {
		margin: 0 0 44px;
	}
	.nav-lang-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		position: relative;
		height: 40px;
		padding: 0 30px 0 12px;
		font-size: 14px;
		line-height: 18px;
		color: #3b3b3b;
		overflow: hidden;
		text-decoration: none;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: #fff;
		border: 1px solid #d6d6d6;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.nav-lang-button img {
		width: 19px;
		margin: 0 8px 0 0;
	}
	.nav-lang-button::after {
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 15px;
		left: auto;
		content: '';
		width: 10px;
		height: 10px;
		background: url(../images/arrow-down.svg) 50% 50% no-repeat;
		background-size: contain;
		transform: rotate(-90deg);
	}
	.nav-close {
		position: absolute;
		top: 22px;
		right: 23px;
		display: block;
		width: 16px;
	}
	.nav-close svg {
		width: 100%;
		display: block;
	}

	.main-slider .slick-arrow {
		opacity: 1;
	}
	.main-section {
		padding: 80px 0 30px;
	}
	.top-category {
		margin: 0 -15px;
		padding: 0 0 100px;
	}
	.top-category-col {
		padding: 0 15px;
		margin: 0;
	}
	.top-category-item {
		align-items: flex-start;
		height: 322px;
		padding: 40px 45px;
	}
	.title {
		margin: 0 0 35px;
		font-size: 30px;
		line-height: 36px;
	}
	.catalog-section {padding: 0 0 70px;}
	.catalog.catalog-grid {
		margin: 0 -15px;
	}
	.catalog-grid .catalog-col {
		width: 33.33%;
		padding: 0 15px;
		margin: 0 0 40px;
	}
	.category-section {
		padding: 0 0 70px;
	}
	.category-col {
		width: 25%;
		margin: 0 0 30px;
	}
	.stores {
		margin: 0 0 70px;
		padding: 70px 30px;
	}
	.num-col {
		width: 100%;
		margin: 0 0 40px;
	}
	.num-value {
		font-size: 60px;
		line-height: 60px;
	}
	.footer {
		padding: 70px 0 70px;
	}
	.footer-top {
		padding: 0 0 45px;
	}
	.footer-col {
		width: 50%;
		margin: 0 0 20px;
	}
	.breadcrumbs {
		padding: 0 0 28px;
	}
	.product {
		margin: 0 0 50px;
	}
	.product-photo {
		width: 100%;
		padding: 0 0 50px;
	}
	.product-description {
		width: 100%;
		margin: 0;
	}
	.product-title {display: none;}
	.product-title-mob {
		display: block;
		margin: 0 0 30px;
	}
	.photo-slider {
		margin: 0 0 25px;
	}
	.product-info {
		padding: 53px 60px 41px;
		margin: 0 0 70px;
	}
	.checkout {
		display: block;
		padding: 0 0 50px;
	}
	.checkout-main {
		padding: 0;
	}
	.checkout-side {
		width: auto;
		min-width: 1px;
	}
	.order {
		padding: 46px 50px 50px;
	}
	.main-block {display: block;}
	.sidebar {
		width: auto;
		min-width: 1px;
		margin: 0;
	}
	.filter-block {
		display: none;
		width: 300px;
	}
	.filter-block.fancybox-content {padding: 30px 30px 10px;}
	.button-mob {
		display: block;
	}
	.button-light.button-mob {
		padding: 10px 15px 9px;
		margin: 0 0 20px;
	}
	.content {
		padding: 0 0 30px;
	}
	.content .catalog-grid .catalog-col {
		width: 33.33%;
	}
	.sorting-right {
		padding: 0 0 12px;
	}
	.cabinet {
		display: block;
		padding: 0 0 60px;
	}
	.cabinet-side {
		width: auto;
		min-width: 1px;
		margin: 0;
		padding: 0 0 10px;
	}
	.cabinet-nav {
		display: none;
		width: 300px;
	}
	.cabinet-nav-list li:last-child {
		margin: 0;
	}
	.cabinet-main .catalog-grid .catalog-col {
		width: 33.33%;
	}
	.detail-block {
		padding: 35px 30px 25px;
	}
	.detail-title {
		font-size: 24px;
		line-height: 28px;
	}
	.cart {
		padding: 0 0 20px;
	}
	.cart-box {
		display: block;
		margin: 0 0 50px;
	}
	.cart-main {
		padding: 0 0 30px;
	}
	.cart-side {
		width: auto;
		min-width: auto;
	}
	.adress-section {
		padding: 0 0 35px;
		margin: 0 0 25px;
	}
	.categories-name {
		margin: 0 0 22px;
		font-size: 24px;
		line-height: 32px;
	}
	.sub-categories-name {
		margin: 8px 0;
		font-size: 20px;
	}
	.categories-list li {
		width: 33.33%;
	}
	.brand {
		min-height: 300px;
		padding: 30px 20px;
		margin: 0 0 10px;
	}
	.header-nav-list > li > .active {
		color: #ef0200;
	}
	.subnav.active {
		position: relative;
		left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 6px 10px;
		transform: translateY(5px);
		transition: all 0.3s linear;
		box-shadow: none;
	}
	form#contact_us_form {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.main-slider .slick-arrow {
		width: 24px;
		height: 24px;
		margin-top: -12px;
	}
	.main-slider .slick-prev {
		left: 10px;
	}
	.main-slider .slick-next {
		right: 10px;
	}
	.top-category-item {
		align-items: flex-start;
		height: 280px;
		padding: 30px 25px;
	}
	.top-category-img {
		max-width: 90%;
		max-height: 180px;
	}
	.top-category-title {
		font-size: 24px;
		line-height: 28px;
	}
	.category-col {
		width: 33.33%;
	}
	.product-info {
		padding: 36px 40px 21px;
		margin: 0 0 70px;
	}
	.product-tabs {
		padding: 0 0 16px;
	}
	.product-tabs li {
		margin: 0 30px 10px 0;
		font-size: 21px;
		line-height: 28px;
	}
	.content .catalog-grid .catalog-col {
		width: 50%;
	}
	.cabinet-tabs {
		padding: 0 0 16px;
	}
	.cabinet-tabs li {
		margin: 0 30px 10px 0;
		font-size: 21px;
		line-height: 28px;
	}
	.dashboard-col {
		width: 100%;
		margin: 0 0 30px;
	}
	.dashboard-item {
		padding: 30px 24px;
	}
	.cabinet-main .catalog-grid .catalog-col {
		width: 50%;
	}
	.history-top {
		display: block;
		padding: 30px 24px;
	}
	.history-prod {display: block;}
	.history-order {
		max-width: none;
		margin: 0 0 15px;
	}
	.history-seller {
		margin: 0 0 15px;
	}
	.history-price {
		width: auto;
		min-width: auto;
		margin: 0 0 15px;
	}
	.history-hidden .order-prod {
		padding: 13px 24px 14px;
	}
	.history-buttons {
		padding: 24px 24px 4px;
	}
	.history-buttons .button {
		width: 100%;
		margin: 0 0 20px;
	}
	.cart-table-top {display: none;}
	.cart-line {
		display: block;
		padding: 10px 24px;
	}
	.cart-prod {margin: 0 0 15px;}
	.cart-price {
		width: auto;
		min-width: 1px;
		text-align: left;
		margin: 0 0 15px;
	}
	.cart-quantity {
		width: auto;
		min-width: 1px;
		text-align: left;
		margin: 0 0 15px;
	}
	.cart-quantity .quantity-holder {
		width: 140px;
		margin: 0;
	}
	.cart-top {
		padding: 24px 24px 14px;
		border-bottom: 0;
	}
	.categories-list {
		padding: 0 0 25px;
	}
	.categories-name {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 24px;
	}
	.categories-list li {
		width: 50%;
		font-size: 14px;
	}
	.sub-categories-name {
		margin: 8px 0;
		font-size: 14px;
	}
	.swiper-container.desktop {
		display: none;
	}
	.swiper-container.mobile {
		display: block;
	}
}
@media screen and (max-width: 576px) {
	.header.fixed .header-search {
		width: 76%;
		margin: 15px 12% 0;
	}
	.main-section {
		padding: 24px 0 1px;
	}
	.top-category {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -24px 10px;
		padding: 0 16px 30px;
		overflow-x: auto;
		display: flex;
		flex-direction: row;
	}
	.top-category-col {
		width: auto;
		padding: 0 8px;
		margin: 0;
	}
	.top-category-item {
		align-items: flex-start;
		width: 140px;
		min-width: 140px;
		height: 170px;
		padding: 20px 24px;
	}
	.top-category-title {
		margin: 0;
		font-size: 18px;
		line-height: 20px;
	}
	.top-category-link {
		font-size: 12px;
		line-height: 14px;
	}
	.top-category-link svg {
		bottom: 1px;
	}
	.top-category-img {
		max-width: 90%;
		max-height: 120px;
	}
	.top-img1 {bottom: -21px;}
	.top-img2 {bottom: -30px;}
	.top-img3 {bottom: -20px;}
	.title {
		margin: 0 0 16px;
		font-size: 22px;
		line-height: 32px;
	}
	.catalog-section {
		padding: 0 0 35px;
	}
	.catalog.catalog-grid {
		margin: 0 -12px;
	}
	.catalog-grid .catalog-col {
		width: 50%;
		padding: 0 12px;
		margin: 0 0 24px;
	}
	.catalog-grid .card-img {
		height: 160px;
	}
	.catalog-label {
		padding: 8px 11px 6px;
		font-size: 12px;
		line-height: 14px;
	}
	.catalog-label img {
		width: 22px;
		margin: -7px 0 -1px 4px;
	}
	.catalog-grid .card-title {
		margin: 0 0 7px;
		font-size: 14px;
		line-height: 20px;
	}
	.catalog-grid .card-price {
		font-size: 14px;
		line-height: 20px;
	}
	.button {
		padding: 8px 28px 7px;
		font-size: 14px;
		line-height: 20px;
	}
	.button-light {
		padding: 7px 28px 6px;
	}
	.category-section {
		padding: 0 0 38px;
	}
	.category {
		margin: 0 -12px;
	}
	.category-col {
		width: 50%;
		padding: 0 12px;
		margin: 0 0 24px;
	}
	.category-img {
		height: 140px;
		margin: 0 0 10px;
	}
	.category-title {
		font-size: 14px;
		line-height: 20px;
	}
	.stores {
		margin: 0 0 35px;
		padding: 17px 24px 24px;
	}
	.stores-slider {
		padding: 10px 25px;
		margin: 0 0 20px;
		text-align: center;
		display: block;
	}
	.stores-slider .slick-slide img {
		display: inline-block;
		max-width: 100%;
	}
	.stores-slide {
		padding: 0 15px;
	}
	.num-col {
		margin: 0 0 29px;
	}
	.num-value {
		margin: 0 0 6px;
		font-size: 50px;
		line-height: 40px;
	}
	.num-text {
		font-size: 14px;
		line-height: 20px;
	}
	.footer {
		padding: 33px 0 28px;
	}
	.footer-col {
		width: 100%;
		margin: 0 0 15px;
	}
	.footer-title {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 24px;
	}
	.footer-nav li {
		margin: 0 0 6px;
		font-size: 14px;
		line-height: 18px;
	}
	.footer-bottom {
		flex-direction: column-reverse;
	}
	.footer-pay {
		max-width: none;
		margin-right: 0;
		padding: 0 0 8px;
	}
	.footer-bottom-left {
		max-width: none;
	}
	.popup.fancybox-content {
		padding: 30px 35px;
	}
	.breadcrumbs {
		padding: 0 0 20px;
	}
	.product {
		margin: 0 0 20px;
	}
	.product-title {
		margin: 0 0 16px;
		font-size: 22px;
		line-height: 32px;
	}
	.photo-slider {
		margin: 0 0 20px;
	}
	.thumbs-slide {
		padding: 0 10px;
	}
	.product-photo {
		padding: 0 0 40px;
	}
	.product-rating {
		padding: 0 0 13px;
	}
	.product-price {
		margin: 0 0 25px;
	}
	.product-color {
		padding: 0 0 20px;
	}
	.product-quantity {
		margin: 0 0 30px;
	}
	.product-shipping {
		padding: 0 0 30px;
	}
	.product-buttons .button {
		width: 100%;
		margin: 0 0 23px;
	}
	.product-info {
		padding: 30px 24px 5px;
		margin: 0 -24px 35px;
	}
	.checkout-block {
		padding: 0 0 20px 40px;
	}
	.checkout-num {
		width: 28px;
		height: 28px;
		padding: 2px 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	.checkout-title {
		padding: 2px 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	.checkout-top-link {
		padding: 6px 0 0;
	}
	.input-line-col {
		width: 100%;
	}
	.checkout-mail {
		display: block;
	}
	.checkout-mail .input {
		margin: 0 0 18px;
	}
	.checkout-mail .button {
		width: 100%;
		min-width: 1px;
		margin: 0;
	}
	.order {
		padding: 25px;
	}
	.order-prod {
		display: block;
	}
	.order-prod-img {
		margin: 0 0 10px;
	}
	.order-prod-info {
		margin: 0 0 10px;
	}
	.order-prod-quantity {
		margin: 0 0 10px;
		width: auto;
		text-align: left;
	}
	.order-prod-price {
		width: auto;
		text-align: left;
	}
	.checkout-subtitle {
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.checkout-data {
		font-size: 14px;
		line-height: 20px;
	}
	.checkout-data li {
		margin: 0 0 10px;
	}
	.result {
		margin: 0 0 30px;
	}
	.sorting {
		padding: 25px 25px 22px;
		margin: 0 0 30px;
	}
	.sorting-left {
		padding: 0;
	}
	.sorting-left .check-item {
		margin-right: 20px;
	}
	.sorting-right {
		display: block;
		width: 100%;
		padding: 0;
	}
	.sorting-select-wrap {
		width: auto;
		min-width: 1px;
		flex: 1;
	}
	.sorting-buttons {
		padding: 15px 0 0;
	}
	.sorting-button:first-child {margin: 0;}
	.pagination {padding: 15px 0 0;}
	.pagination li {
		margin: 0 3px 10px;
	}
	.content {
		padding: 0 0 20px;
	}
	.catalog-card {
		padding: 0;
		margin: 0;
	}
	.card {
		padding: 0 0 15px;
		margin: 0 0 25px;
	}
	.card-img {
		width: 70px;
		min-width: 70px;
		height: 70px;
		margin: 0 20px 0 0;
	}
	.card-title {
		margin: -3px 0 6px;
		font-size: 22px;
		line-height: 28px;
	}
	.cabinet-tabs {
		padding: 0 0 20px;
	}
	.cabinet-tabs li {
		font-size: 18px;
		line-height: 24px;
	}
	.input-line-country .input-line-col:first-child {
		width: 100%;
	}
	.input-line-country .input-line-col:last-child {
		width: 100%;
		min-width: 1px;
		margin: 0;
	}
	.coupon-item {
		display: block;
		padding: 24px 24px 95px;
	}
	.coupon-right {
		top: auto;
		right: 24px;
		left: 24px;
		bottom: 24px;
		width: auto;
		padding: 10px 10px 10px;
		border-radius: 10px;
	}
	.detail-block {
		padding: 30px 24px 20px;
	}
	.detail-title {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 28px;
	}
	.detail-adress li {display: block;}
	.detail-adress-name {
		width: auto;
		min-width: 1px;
		font-weight: 700;
	}
	.history {
		padding: 0 0 10px;
	}
	.message-block {
		padding: 0 0 40px;
		margin: 0 0 30px;
	}
	.chat-title {
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 28px;
	}
	.chat-post {
		padding: 23px 24px 20px;
	}
	.chat-post:last-child {margin: 0;}
	.cart-seller {
		margin: 0 0 15px;
	}

	.cols-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cols-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cols-12 img {
		top: 25px;
	}
	.cols-12 .top-category-item {
		height: auto;
		min-height: 80px;
	}
	.cols-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cols-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cols-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.cols-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	form#contact_us_form {
		padding-bottom: 23px;
	}
}

@media screen and (max-width: 500px) {
	.categories-list li {
		width: 100%;
	}
}

@media screen and (max-width: 374px) {

}

/* fixes */

.swiper-container {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.country-wrap {
	width: 100%;
	text-align: center;
}

img.small-loading {
	max-width: 35px;
}

#payment-methods li {
	display: none;
}
#payment-methods li.visible {
	display: block;
}

.product-info-rating-count {
	display: none;
}

/* feedback page */

.feedback-wrap {
	display: flex;
	margin-bottom: 40px;
}
.feedback-wrap>div {
	max-width: 50%;
	flex: 1 1 auto;
	margin: 0 15px;
}
.feedback-title {
	width: 100%;
	margin: 0 55px 0 0;
	font-size: 22px;
	line-height: 28px;
}

.feedback-seller-title {
	font-size: 20px;
	line-height: 28px;
	margin: 25px 10px;
}
.feedback-seller .seller {
	display: flex;
}

.feedback-seller .seller>div {
	margin: 0 15px;
}
.feedback-seller .seller>div.seller-logo {
	width: 100px;
 }
.feedback-seller .seller>div.seller-name {
	flex: 1 0;
}
.feedback-seller .product-info-rating-count {
	display: block;
	font-size: 0.85em;
}
a.product-info-title {
	color: #3b3b3b;
	text-decoration: none;
}

.feedback-product .text-info {
	color: #ee0201;
}
.feedback-product .small {
	font-size: 0.8em;
}
.product-feedback-header-wrap, .product-feedback-wrap, .product-info-feedback-wrap {
	font-size: 20px;
	line-height: 28px;
	margin: 25px 10px;
	padding: 10px 0;
}
.product-feedback-header-wrap, .product-info-feedback-wrap {
	display: flex;
}
.product-feedback-header-wrap, .product-feedback-wrap {
	border-bottom: 1px solid #ccc;
}
.product-feedback-header-wrap:last-child, .product-feedback-wrap:last-child {
	border-bottom: none;
}
.product-feedback-header-wrap span:first-child, .product-info-feedback-wrap span:first-child {
	width: 110px;
}
.product-feedback-header-wrap span:last-child, .product-info-feedback-wrap span:last-child {
	flex: 1 0;
}

/* Price page */

.container.price {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}
.container.price .price-card {
	position: relative;
    min-width: 300px;
    height: 255px;
	border-radius: 15px;
	margin: 25px;
}
.container.price .price-card .price-box {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: #f9f9f9;
	border-radius: 15px;
	border: 2px solid #e2e2e2;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
}
.container.price .price-card:hover .price-box {
	transform: translateY(-20px);
	box-shadow: 0 20px 30px rgba(0,181,0,0.3) ;
	border: 2px solid #00b500;
}
.container.price .price-card .price-box .price-content{
padding: 20px;
text-align: center;
}
.container.price .price-card .price-box .price-content{
padding: 20px;
text-align: center;
}

.container.price .price-card .price-box .price-content .price {
font-size: 30px;
font-weight: 600;
}
.container.price .price-card .button-border {
    padding: 9px 20px 9px;
    margin-top: 30px;
}
.container.price .price-card .button-border {
	color: #000;
	background: transparent;
	border: 1px solid #00b500;
}
.container.price .price-card .button-border:hover {
	color: #fff;
	background: #00b500;
}
.container.price .price-card ul {
	padding: 15px 0;
}
.container.price .price-card .price-box .price-content ul {

}

/* benefits block */

.benefits-cards {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
}
.benefits-card {
	position: relative;
	width: 320px;
	height: 400px;
	margin: 30px;
	border-radius: 20px;
	background: #121e3a;
	box-shadow: 0 10px 0 #e2e2e2;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.benefits-card:before {
	content: '';
	position: absolute;
	top: -140px;
	left: -30%;
	width: 100%;
	height: 130%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2));
	transform: rotate(35deg);
	pointer-events: none;
	filter: blur(7px);
}
.benefits-card:nth-child(1) {
	background: linear-gradient(to bottom, #ffd9ef, #fcbfff);
}
.benefits-card:nth-child(2) {
	background: linear-gradient(to bottom, #b0b4ff, #9bc8ff);
}
.benefits-card:nth-child(3) {
	background: linear-gradient(to bottom, #dcffde, #c7e3a6);
}
.benefits-card .icon {
	position: relative;
	width: 100px;
	height: 90px;
	background: #fff;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	z-index: 100;
	text-align: center;
	padding-top: 10px;
}
.benefits-card .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 30px;
	background: transparent;
	border-top-right-radius: 20px;
	box-shadow: 10px -2px 0 2px #fff;
}
.benefits-card .icon::after {
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 30px;
	background: transparent;
	border-top-left-radius: 20px;
	box-shadow: -10px -2px 0 2px #fff;
}
.benefits-card .content {
	position: absolute;
	margin: 30px;
	padding-top: 100px;
}

.benefits-card .content .benefits-title {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 20px;
}
.benefits-card .icon img {
	width: 60px;
	filter: invert(21%) sepia(9%) saturate(9%) hue-rotate(38deg) brightness(101%) contrast(94%);
}

/*  accordeon */

.faqHeader {
	font-size: 20px;
	margin: 20px 0 10px;
}

.accordion-toggle {
	width: 100%;
	color: #ef0200;
	background-color: #fff;
	display: block;
	padding: 5px 12px;
	margin: 7px 0;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #ef0200;
}
.accordion-toggle:hover {
	color: #fff;
	background-color: #ef0200;
}
.panel-collapse {
	display: block;
	margin-bottom: 0;
	margin-left: 15px;
	padding-left: 10px;
	border-left: 1px solid #ef0200;
	height: 0;
	overflow: hidden;
}
.panel-collapse.collapse {
	height: auto;
	margin-bottom: 30px;
}
span.open-subnav {
	display: none;
	color: #a7a7a7;
}
.header-nav-list > li > .open-subnav.active {
	color: #a7a7a7;
	transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
	.header-nav-list li .subnav {
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
	.header-nav-list > li a {
		display: block;
		width: 100%;
	}
	span.open-subnav {
		border: 1px solid #a7a7a7;
		border-radius: 50%;
		padding: 0 3px;
		color: #a7a7a7;
		width: 26px;
		height: 26px;
		position: absolute;
		text-align: center;
		right: 0;
		display: block;
		top: 0;
		background-color: white;
	}
}

/*********** Dropdown searsh **********/

/* Dropdown Button */
.dropbtn {
	background-color: #ffffff;
	color: #3b3b3b;
	padding: 12px;
	font-size: 12px;
	box-shadow: 1px 1px 10px #eee;
	cursor: pointer;
	margin: 4px 2px 0;
	width: 200px;
	text-align: left;
	border-radius: 5px;
	border: 1px solid #eee;
	transition: 150ms linear all;
}
.dropbtn:after {
	content: "";
	display: inline;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #202020;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	transition: 150ms linear all;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	border: 1px solid #f2302e;
	color: #f2302e;
}
.dropbtn:hover:after {
	border-top: 6px solid #f2302e;
}

/* The search field */
#myInput {
	box-sizing: border-box;
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	position: absolute;
	z-index: 2;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	margin: 0 2px 0 2px;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
}

.dropdown .delivery.show {
	display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	position: absolute;
	background-color: #fff;
	min-width: 197px;
	border: 1px solid #ddd;
	z-index: 1;
	max-height: 174px;
	overflow: auto;
	margin: 0 2px;
	top: 69px;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #3d3d3d;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	max-height: 260px;
	overflow: auto;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f2302e;
	color: white;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
