body {
	font-family: TT Norms;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.oc-control::placeholder, select.form-control::placeholder, textarea.form-control::placeholder, input[type="text"].form-control::placeholder, input[type="password"].form-control::placeholder, input[type="datetime"].form-control::placeholder, input[type="datetime-local"].form-control::placeholder, input[type="date"].form-control::placeholder, input[type="month"].form-control::placeholder, input[type="time"].form-control::placeholder, input[type="week"].form-control::placeholder, input[type="number"].form-control::placeholder, input[type="email"].form-control::placeholder, input[type="url"].form-control::placeholder, input[type="search"].form-control::placeholder, input[type="tel"].form-control::placeholder, input[type="color"].form-control::placeholder{
	color: #A6A6A6;
}
select.form-control, .oc-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
	line-height: 20px;
}
.input-group input, .oc-control, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
	line-height: 20px;
}
.oc-control:focus{
	outline: none;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.title.simpleTitle{
	text-align: left;
	margin-bottom: 25px;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 40px;
	padding-bottom: 22px;
	background-color: #1E1E1E;
	background-image: url('/catalog/view/theme/default/image/footerBg.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 21px 0 23px 0;
	font-size: 12px;
	line-height: 20px;
	color: #A6A6A6;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	display: inline-block;
	margin: 0 12px;
}
.breadcrumb > li:last-of-type::after{
	display: none;
}
.breadcrumb > li:last-of-type, .breadcrumb > li:last-of-type a{
	color: #B91015;
}
.breadcrumb > li{
	display: inline-block;
	white-space: break-spaces;
	max-width: 100%;
}
.breadcrumb a{
	color: #A6A6A6;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 15px 30px;
	height: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	border-radius: 100px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background-color: #ffffff;
	color: #B91015;
	border: 1px solid #B91015;
}
.btn-default:hover, .btn-default:active, .btn-default.active{
	color: #ffffff;
	background: #B91015;
}
button:focus{
	outline: none!important;
}
.btn-primary {
	color: #ffffff;
	background: #B91015;
	border: 1px solid #B91015;
}
#loginModel .checkboxWrap{
	font-size: 12px;
	line-height: 20px;
}
#forget-password{
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #383838;
}
.checkboxWrap{
	position: relative;
	padding-left: 26px!important;
	cursor: pointer;
}
/*.checkboxWrap.active::after{*/
/*	content: '';*/
/*	width: 15px;*/
/*	height: 15px;*/
/*	background: #E7E3E3;*/
/*	position: absolute;*/
/*	left: 2px;*/
/*	top: 2px;*/
/*}*/
.checkboxWrap::before{
	content: '';
	width: 19px;
	height: 19px;
	border: 1px solid #E7E3E3;
	position: absolute;
	left: 0;
	top: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.checkboxWrap.active::before{
	content: url("../image/check.svg");
	background: #EEC178;
	border: #EEC178;
}
.checkboxWrap input{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ffffff;
	color: #B91015;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.transition, .productTab::before, .arrDown, .blogLatestItemTitle, .blogLatestItemImage::before, .productAddToCart, #menu .menuItem svg, .btn, .loginToggleBtn, a, .languageItem, .headerCurrency button, .menuBtn svg, #menu .menuItem {
	-webkit-transition: .35s ease;
	-moz-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}
.cartWrap, .cartBg{
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.headerWrap{
	display: grid;
	grid-template-columns: 14% 86%;
}
.siteHeader{
	position: relative;
	z-index: 100;
}
.siteHeaderWrap{
	max-width: 100%;
	overflow: hidden;
}
.headerPhone, .languageSwitcher, .headerMenu a, .headerCurrency button{
	font-size: 12px;
	line-height: 20px;
	color: #696969;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}
.headerPhone{
	margin-right: 30px;
}
.headerPhone svg{
	margin-right: 8px;
}
.languageSwitcher .languageItem.active, .languageItem:hover, .headerCurrency button.active, .headerCurrency button:hover{
	color: #B91015;
	text-decoration: underline;
}
.languageItem{
	margin-right: 11px;
	cursor: pointer;
}
.languageItem:last-of-type, .loginToggleBtn:last-of-type, .headerMenu a:last-of-type, .headerCurrency button:last-of-type, .headerBtn:last-of-type{
	margin-right: 0;
}
.headerContentTop{
	display: flex;
	align-items: center;
	padding-bottom: 12px;
}
#headerLogo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.languageSwitcher{
	margin-right: auto;
}
.headerMenu a{
	margin-right: 27px;
	display: inline-block;
}
.headerMenu a:hover, .loginMenu a:hover, #menu .menuItem:first-of-type>a, #menu .menuItem a.menuItemChildrenItem:hover{
	color: #B91015;
}
.headerMenu{
	margin-right: 21px;
}
.headerCurrency button, #search input, #search button{
	border: 0px;
	background: rgba(0,0,0,0);
	padding: 0;
	margin: 0 7px 0 0;
}
#search input:focus, #search button:focus{
	outline: none;
}
.headerContent{
	padding-top: 13px;
}
.headerContentBottom{
	position: relative;
	height: 60px;
	padding: 5px 0 5px 28px;
}
.headerContentBottom::before{
	content: url('/catalog/view/theme/default/image/menuIcon.svg');
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
}
.headerContentBottom::after{
	content: '';
	width: 3000px;
	background: #B91015;
	position: absolute;
	left: 50px;
	top: 0;
	height: 100%;
}
.headerContentBottomWrap{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menuBtn{
	background: #D6161C;
	border-radius: 200px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px 0 35px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.menuBtn img{
	margin-right: 4px;
}
.menuBtn svg{
	margin-left: 104px;
}
.menuBlock{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
.menuBtn.active svg{
	transform: rotate(180deg);
}
.menuBlockWrap{
	padding-left: calc(14% + 28px);
}
#menu{
	background: #FFFFFF;
	border: 1px solid #E7E3E3;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}
#menu .menuItem{
	padding: 14px 15px 14px 17px;
	width: 297px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu .menuItem svg{
	cursor: pointer;
}
#menu .menuItem.active svg{
	transform: rotate(90deg);
}
#menu .menuItem:hover{
	background: #F9F9F9;
}
#menu .menuItem a{
	text-decoration: none;
	color: #383838;
}
.menuItemChildren{
	display: none;
}
.menuItemChildren{
	position: absolute;
	left: 100%;
	top: 0;
	background: #FFFFFF;
	border: 1px solid #E7E3E3;
	border-radius: 5px;
	width: 330px;
	padding: 33px 33px 33px 37px;
}
.headerBtns, .menuItemChildrenItem{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menuItemChildrenItem{
	margin-bottom: 11px;
}
.menuItemChildrenItem:last-of-type, .loginMenu a:last-of-type{
	margin-bottom: 0;
}
.menuItemChildrenTitle{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 19px;
}
.menuItemChildrenItemCount{
	font-size: 16px;
	line-height: 20px;
	color: #A6A6A6;
}
#search{
	width: 680px;
}
.searchWrap{
	display: flex;
}
#search input, #search button{
	margin: 0;
	height: 50px;
	background: #FFFFFF;
}
#search input{
	border-radius: 100px 0 0 100px;
	padding: 15px 28px;
	width: calc(100% - 55px);
}
#search button{
	border-radius: 0 100px 100px 0;
	width: 55px;
	border-left: 1px solid #E7E3E3;
}
#search input::placeholder{
	color: #696969;
}
.loginMenu{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	width: 204px;
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
}
.loginMenu a{
	display: inline-block;
	margin-bottom: 22px;
}
.loginMenuWrap{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	width: 100%;
}
.loginMenuWrap .container{
	display: flex;
	justify-content: flex-end;
}
.loginMenu a{
	text-decoration: none;
	color: #383838;
}
.headerBtn{
	display: inline-block;
	margin-right: 17px;
}
.headerBtn img, .headerBtn svg{
	cursor: pointer;
}
.loginBtn{
	position: relative;
	display: flex;
	flex-direction: column;
}
.login .content{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 60px 72px;
	width:546px;
	margin:40px auto 10px;
	overflow:hidden;
	position:relative;
}
.cartBtn{
	position: relative;
}
#cart-total{
	position: absolute;
	width: 13px;
	height: 13px;
	background: #FFFFFF;
	border: 1px solid #B91015;
	border-radius: 50%;
	top: -2px;
	right: -6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 9px;
	color: #B91015;
}
.login .content .forget-form,.login .content .register-form{display:none}
.loginToggleBtns{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
	color: #383838;
	margin-bottom: 36px;
}
.loginToggleBtn{
	cursor: pointer;
	display: inline-block;
	margin-right: 42px;
	padding-bottom: 5px;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.loginToggleBtn.active, .loginToggleBtn:hover{
	border-bottom: 3px solid #B91015;
}
#loginModel .btn{
	width: 100%;
}
#loginBtn{
	margin-bottom: 21px;
}
.form-actions{
	display: flex;
	justify-content: space-between;
}
.socialLogin{
	margin-left: -72px;
	margin-right: -72px;
	border-top: 1px solid #E7E3E3;
	padding: 35px 73px 0 73px;
	margin-top: 28px;
	position: relative;
}
.socialLogin .socialLoginOr{
	position: absolute;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	padding: 0 12px;
	background: #fff;
	top: -9px;
	left: 50%;
	margin-left: -20px;
}
.socialLogin button:first-of-type{
	margin-bottom: 18px;
}
.btnFacebook{
	border-color: #3459D9;
	color: #3459D9;
}
.btnFacebook:hover{
	background: #3459D9;
}
.forget-form h3{
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}
.cartWrap{
	position: fixed;
	background: #fff;
	height: 100%;
	top: 0;
	right: -100%;
	padding-top: 68px;
	min-width: 50%;
	z-index: 1000;
	display: flex;
	flex-direction: column;
}
.cartWrap.active{
	right: 0;
}
.cartClose{
	position: absolute;
	top: 26px;
	right: 43px;
	cursor: pointer;
}
.cartHeader{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #E7E3E3;
	padding: 0 43px 41px 43px;
}
.cartHeader .clearCart{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #696969;
	cursor: pointer;
}
.cartTitle{
	font-weight: bold;
	font-size: 50px;
	line-height: 40px;
}
.cartBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #323232;
	opacity: 0;
	z-index: 999;
	visibility: hidden;
}
.cartBg.active{
	opacity: 0.3;
	visibility: visible;
}
.cartItem{
	display: grid;
	grid-template-columns: 110px auto 120px;
	padding: 18px 43px 32px 43px;
	border-bottom: 1px solid #E7E3E3;
}
.cartItemImg{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.cartItemImg img{
	max-width: 100%;
	height: auto;
}
.cartItemRemove{
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #A6A6A6;
	cursor: pointer;
}
.cartItemTitle{
	margin-bottom: 11px;
}
.cartItemTitle a{
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	text-decoration: none;
}
.cartInfo{
	padding: 43px;
}
.cartItemQuantity{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #E7E3E3;
	border-radius: 100px;
	padding: 7px 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	height: 36px;
}
.cartItemQuantityBtn{
	cursor: pointer;
}
.cartItemPriceWrap{
	text-align: right;
}
.cartItemPriceOld, .productPriceOld{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #A6A6A6;
	display: inline-block;
	position: relative;
}
.cartItemPriceOld::before, .productPriceOld::before{
	content: '';
	width: 100%;
	position: absolute;
	top: 50%;
	height: 1px;
	background: #B91015;
}
.cartItemPrice{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #383838;
	margin-right: 25px;
	margin-bottom: 11px;
}
.cartFooter{
	background: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 43px;
	margin-top: auto;
}
.cartTotal{
	align-items: center;
	display: none;
	margin-right: 50px;
}
.cartTotalTitle{
	font-size: 18px;
	line-height: 20px;
	margin-right: 18px;
}
.cartTotalText{
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
}
.cartTotal:first-of-type{
	display: flex;
}
.cartContent{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.cartContentWrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 80px);
}
.btn.btnIcon{
	position: relative;
	height: 50px;
	background: #B91015;
	padding: 15px 67px;
	text-align: center;
	color: #fff;
	margin: 0 15px;
}
.cartItems{
	height: 100%;
	overflow-y: scroll;
}
.btn.btnIcon::before, .btn.btnIcon::after{
	content: '';
	background-image: url(/catalog/view/theme/default/image/menuIcon.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: -15px;
	top: -1px;
	height: calc(100% + 2px);
	width: 60px;
}
.btn.btnIcon::after{
	transform: scale(-1,1);
	left: auto;
	right: -15px;
}
.cartBtn .cartIconRed, .searchBtn, .mobMenuItem, .mobileSwitchers{
	display: none;
}
#burger{
	display: none;
	margin-right: 17px;
	width: 20px;
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	border-radius: 1.17178px;
}
#burger span{
	display: block;
	position: absolute;
	height: 2px;
	width: 22px;
	background: #B91015;
	opacity: 1;
	left: 0px;
	border-radius: 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#burger span:nth-child(1) {
	top: 0px;
}
#burger span:nth-child(2), #burger span:nth-child(3) {
	top: 7px;
}
#burger span:nth-child(4) {
	top: 14px;
}
#burger.open span:nth-child(1), #burger.open span:nth-child(4) {
	top: 0px;
	width: 0%;
	left: 50%;
}
#burger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slideWrap{
	min-height: 618px!important;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
	position: relative;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
}
.slideWrap::before{
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(84.75deg, #FFFFFF 29.28%, #FFFFFF 56.59%, rgba(255, 255, 255, 0) 94.87%);
	position: absolute;
	left: 0;
	top: 0;
}
.slideContent{
	position: relative;
}
.slideTitle{
	font-weight: bold;
	font-size: 43.2017px;
	line-height: 36px;
	margin-bottom: 19px;
}
.slideText{
	line-height: 20px;
	margin-bottom: 20px;
	max-width: 50%;
}
.slider .btn.btnIcon{
	padding: 15px 96px;
}
.slider .slick-dots{
	right: 76px;
	left: auto;
	padding-bottom: 5px;
	bottom: -27px;
	width: 183px;
	height: 48px;
	display: inline-flex!important;
	justify-content: center;
	align-items: center;
	background-image: url('/catalog/view/theme/default/image/dotsBg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.slick-slide:focus, .slick-slide img:focus, .slick-slide a:focus{
	outline: none;
}
.slick-slide img{
	margin: 0 auto;
}
.slider .slick-arrow::before{
	display: none;
}
.slider .slick-arrow{
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	top: auto;
	bottom: -11px;
	z-index: 2;
}
.slider .slick-prev{
	left: auto;
	right: 215px;
	background-image: url('/catalog/view/theme/default/image/arr-l-red.svg');
}
.slider .slick-next{
	background-image: url('/catalog/view/theme/default/image/arr-r-red.svg');
	right: 110px;
}
.slider .slick-dots li{
	margin: 0 7px;
	padding: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid #B91015;
}
.slider .slick-dots li.slick-active{
	background: #B91015;
}
.slider .slick-dots li::before, .slider .slick-dots li button{
	display: none;
}
.slider{
	margin-bottom: 150px!important;
}
.subtitle{
	font-family: DS Arabic;
	font-size: 50px;
	line-height: 45px;
	text-align: center;
	color: #B91015;
}
.title{
	font-weight: bold;
	font-size: 50px;
	line-height: 45px;
	text-align: center;
}
.specialWrap{
	margin-top: 50px;
}
.product{
	background: #FFFFFF;
	border: 1px solid #E7E3E3;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 17px;
	position: relative;
}
.productImg{
	display: block;
	margin-bottom: 18px;
	position: relative;
}
.productAddToCart{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.productAddToWishlist{
	position: absolute;
	top: 20px;
	right: 17px;
	cursor: pointer;
	z-index: 1;
}
.product:hover .productAddToCart{
	visibility: visible;
	opacity: 1;
}
.productImg img{
	margin: 0 auto;
	display: block;
}
.specialWrap{
	margin-left: -10px;
	margin-right: -10px;
}
.specialWrap .product{
	margin: 0 10px;
}
.productPrice{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.productPriceNew{
	margin-right: 9px;
	color: #B91015;
}
.productTitle{
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.special{
	margin-bottom: 45px;
}
.special .container{
	position: relative;
	padding-bottom: 85px;
}
.specialIcon{
	position: absolute;
	bottom: 0;
	right: 0;
}
.productAddToWishlist.active path{
	fill: #B91015;
	stroke: #B91015;
}
.stickers{
	position: absolute;
	left: 17px;
	top: 17px;
	display: flex;
	align-items: center;
	z-index: 1;
	height: 23px;
	box-sizing: border-box;
}
.sticker{
	margin-right: 6px;
	background: #EEC178;
	border-radius: 100px;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #B91015;
	padding: 5px 9px 4px 10px;
	width: 50px;
	text-transform: uppercase;
}
.specialWrap .slick-arrow{
	width: 25px;
	height: 43px;
	z-index: 10;
}
.specialWrap .slick-arrow::before{
	display: none;
}
.specialWrap .slick-prev{
	left: -2px;
}
.specialWrap .slick-next{
	right: -2px;
}
.specialWrap .slick-next svg{
	transform: rotate(180deg);
}
.specialWrap .slick-arrow:hover rect{
	stroke: #EEC178;
	fill: #EEC178;
}
.specialWrap .slick-arrow:hover path{
	fill: #383838;
}
.specialTitle{
	position: relative;
}
.allSpecials{
	position: absolute;
	top: 25px;
	right: 0;
	color: #B91015;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline;
}
img{
	max-width: 100%;
}
.productAddToCart .mob, .special .btnClear, .instagram .btnClear{
	display: none;
}
.btn.btnClear{
	background-image: url('/catalog/view/theme/default/image/btnBg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	color: #B91015;
	background-color: #fff;
}
.popularCategories{
	margin-bottom: 94px;
}
.popularCategories .title{
	margin-bottom: 50px;
}
.popularCategoriesWrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 54px 23px;
}
.popularCategory a{
	display: inline-block;
	width: 100%;
}
.popularCategory img{
	margin-bottom: 16px;
	width: 100%;
	border-radius: 4px;
}
.popularCategoryTitle{
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 16px;
}
.popularCategoryText{
	margin-bottom: 16px;
}
.popularCategory a.popularCategoryLink{
	color: #B7945B;
	text-decoration: underline;
}
.infoBlock{
	background-color: #000000;
	position: relative;
	background-image: url('/catalog/view/theme/default/image/infoBg.svg');
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 121px;
	padding-bottom: 125px;
	color: #fff;
	margin-bottom: 95px;
}
.infoBlock .subtitle{
	color: #EEC178;
	margin-bottom: 8px;
}
.infoBlock .title{
	margin-bottom: 77px;
}
.infoBlockItem{
	max-width: 398px;
}
.infoBlockItem .subtitle{
	margin-bottom: 13px;
	text-align: left;
}
.infoBlock::before, .infoBlock::after{
	content: '';
	width: 100%;
	height: 45px;
	top: -35px;
	left: 0;
	position: absolute;
	background-image: url('/catalog/view/theme/default/image/ingoBtgTop.svg');
	background-repeat: repeat-x;
}
.infoBlock::after{
	top: auto;
	bottom: -35px;
	transform: rotate(180deg);
}
.infoBlockWrap{
	display: flex;
	justify-content: space-between;
}
.infoBlockItem1{
	margin-top: 34px;
}
.infoBlockItem2{
	align-self: flex-end;
}
.infoBlock .container{
	position: relative;
}
.infoBlock .container::after{
	content: '';
	width: 100%;
	height: 259px;
	background-image: url('/catalog/view/theme/default/image/icon2.svg');
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	bottom: -230px;
	left: 0;
	z-index: -1;
}
.blogLatest{
	margin-bottom: 130px;
}
.blogLatest .title{
	margin-bottom: 50px;
}
.blogLatestWrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	max-width: 1380px;
}
.blogLatestItemImage{
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 29px;
}
.blogLatestItemImage::before{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(238, 193, 120, 0.8);
	border-radius: 5px;
	background-image: url('/catalog/view/theme/default/image/postBg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
}
.blogLatestItem a{
	display: inline-block;
	width: 100%;
}
.blogLatestItemImage img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.blogLatestItem:hover .blogLatestItemImage::before{
	opacity: 1;
}
.blogLatestItemTitle{
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #383838;
	margin-bottom: 16px;
}
.blogLatestItemTitle span, .blogLatestItem:hover .blogLatestItemTitle, .blogLatestItem:hover .blogLatestItemLink{
	color: #B91015;
}
.blogLatestItemText{
	margin-bottom: 16px;
}
.blogLatestItemLink{
	text-decoration-line: underline;
	color: #EEC178;
}
.instagram{
	margin-bottom: 55px;
}
.instagram .title{
	margin-bottom: 50px;
}
.instagramWrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 19px;
}
.instagramItem{
	display: inline-block;
}
.instagramItem img{
	border-radius: 5px;
}
.seoBlockWrap{
	max-height: 80px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	border-radius: 0px;
	background: #B91015!important;
	width: 4px;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
	border-radius: 0px;
	width: 1px;
	background: #E7E3E3!important;
}
.footerLogo img{
	margin-bottom: 32px;
}
.footerText{
	max-width: 333px;
}
.footerTitle{
	margin-bottom: 22px;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #EEC178;
}
.footerMenuWrap a{
	font-size: 16px;
	line-height: 27px;
	color: #696969;
}
.footerMenuWrap{
	display: flex;
	flex-direction: column;
}
.footerTop{
	display: flex;
	justify-content: space-between;
	margin-bottom: 49px;
}
.footerContactsWrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.footerContactsItem{
	position: relative;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 14px;
}
.footerContactsItem span{
	color: #696969;
}
.footerContactsItem:not(.footerSocial) img{
	position: absolute;
	left: 0;
	top: 6px;
}
.footerContactsItemEmail.footerContactsItem img{
	top: 10px;
}
.footerContactsItem.footerSocial{
	padding-left: 0;
	flex-direction: row;
}
.footerContactsItem.footerSocial a{
	display: inline-block;
	margin-right: 18px;
}
.footerBottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#go-top{
	display: flex;
	flex-direction: column;
}
.categories{
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
	margin-bottom: 35px;
	border-bottom: 1px solid #E7E3E3;
}
.categories a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.categoriesItem:not(.categoriesItemChild){
	margin-bottom: 19px;
	font-size: 18px;
	line-height: 20px;
	color: #383838;
}
.categoriesItem.active:not(.categoriesItemChild){
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #383838;
}
.categoriesItem.active.categoriesItemChild{
	color: #B91015;
}
.categoriesItem.categoriesItemChild{
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	margin-bottom: 11px;
	padding-left: 15px;
}
.categoriesItem span{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #A6A6A6;
}
.newsletter_module{
	background: #B91015;
	padding-top: 23px;
	padding-bottom: 24px;
	margin-top: 43px;
}
.newsletter_module .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsletter_module .container::before, .newsletter_module .container::after{
	display: none;
}
.subscribeTitle{
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
	color: #FFFFFF;
}
#button-subscribe{
	background: #EEC178;
	border-radius: 0px 200px 200px 0px;
	padding: 15px 74px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	position: relative;
	height: 50px;
	cursor: pointer;
}
#button-subscribe::after{
	content: url('/catalog/view/theme/default/image/btnBgBeige.svg');
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
}
.newsletter_module .input-group{
	display: flex;
	width: 50%;
	position: relative;
}
.newsletter_module .input-group::before{
	content: url('/catalog/view/theme/default/image/inpBg.svg');
	position: absolute;
	left: -19px;
	top: 0;
	height: 100%;
}
#button-subscribe:focus{
	outline: none;
}
.newsletter_module .input-group input{
	padding: 15px 20px;
	border: 0px;
}
.newsletter_module .input-group input::placeholder{
	color: #696969;
}
.newsletter_module .text-success{
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #fff;
}
.newsletter_module .text-success span{
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 15px;
}
.categoriesItemWrap{
	display: flex;
	align-items: baseline;
}
.categoriesItemWrap.active .arrDown{
	transform: rotate(180deg);
}
h1{
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 31px;
}
.productsWrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 70px;
}
.contentHeader{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contentHeader .input-group .input-group-addon{
	background: rgba(0,0,0,0);
	border: 0px;
}
.contentHeader .input-group select{
	border: 0px;
}
.contentHeader .nice-select{
	border: 0px;
	padding-right: 30px;
}
.contentHeader .nice-select .list{
	right: 0;
	left: auto;
}
.contentHeader .nice-select:after {
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
}
div.bf-panel-wrapper .box-heading{
	background: rgba(0,0,0,0);
	border: 0px;
	padding: 0;
	margin: 0 0 30px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #383838;
}
div.bf-panel-wrapper .box{
	border: 0px;
}
div.bf-layout-id-40 .bf-attr-header, div.bf-layout-id-43 .bf-attr-header{
	background: rgba(0,0,0,0)!important;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	margin-top: 40px;
	color: #383838!important;
}
#product-search .nice-select{
	width: 100%;
}
.btn.focus, .btn:focus, .btn:hover{
	outline: none;
}
.btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover{
	color: #fff;
}
#product-search .checkbox-inline{
	margin-top: 15px;
}
.paginationWrap, .optionsPrice{
	display: none;
}
#number-products{
	margin: 0 3px;
}
.categories .categoriesTitle, .filterTitle{
	display: none;
}
.productInfo{
	display: grid;
	grid-template-columns: 50% 50%;
}
.productPageImg{
	display: grid;
	grid-template-columns: 97px calc(100% - 97px);
}
.productInfoWrap{
	padding-left: 26px;
}
.productImgBigWrap{
	position: relative;
}
.productImgBigWrap .stickers{
	top: 21px;
	right: 22px;
	left: auto;
}
.productImgBigWrap .stickers .stickerPercent{
	background: #B91015;
	color: #fff;
}
.productImgBigWrap .stickers .stickerHit{
	border: 1px solid #B91015;
	background: rgba(0,0,0,0);
	color: #B91015;
}
.productInfo1, .productInfo2, .productInfo3{
	display: flex;
	align-items: center;
	line-height: 20px;
	margin-bottom: 18px;
}
.productInfo2, .productInfo3, .productInfo4{
	padding-bottom: 30px;
	border-bottom: 1px solid #E7E3E3;
	margin-bottom: 30px;
}
.productStock{
	margin-right: 25px;
}
.productModel{
	display: flex;
	align-items: center;
}
.productModelTitle{
	color: #A6A6A6;
	margin-right: 3px;
}
h1.productTitle	{
	margin-top: 0;
	margin-bottom: 27px;
	font-weight: bold;
	font-size: 35px;
	line-height: 38px;
}
.productRating{
	display: flex;
	align-items: center;
	margin-right: 21px;
}
.productRating img{
	margin-right: 6px;
}
.productRatingReal{
	margin-right: 5px;
}
.productRatingTotal{
	color: #A6A6A6;
}
.productWishlist  .productAddToWishlist{
	position: initial;
	display: flex;
	align-items: center;
}
.productWishlistTitle{
	margin-left: 9px;
}
.quantity{
	margin-right: 34px;
}
.quantityWrap{
	margin-top: 11px;
	border: 1px solid #E7E3E3;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 7px 10px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quantityWrap button{
	background: rgba(0,0,0,0);
	border: 0px;
	cursor: pointer;
}
.quantityWrap input{
	width: 30px;
	border: 0px;
	text-align: center;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}
.optionsWrap .form-group{
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
.optionsWrap .form-group label{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}
.optionsWrap .form-group label::before{
	display: none;
}
.optionsWrap div.nice-select{
	padding: 7px 30px 7px 20px;
	border: 1px solid #E7E3E3;
	box-sizing: border-box;
	border-radius: 100px;
	height: 36px;
}
.optionsWrap div.nice-select::after{
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
}
.optionsWrap .nice-select .list{
	border-radius: 20px;
}
.productInfo4 .productPrice{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 26px;
}
.productPriceTitle{
	margin-bottom: 10px;
}
.productBtns{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 0;
}
.productBtns #button-cart, .productBtns .oc-product-btn button, .btnFull{
	background-image: url('/catalog/view/theme/default/image/btnFull.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-color: rgba(0,0,0,0);
	border: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff!important;
}
.productBtns .oc-product-btn button{
	color: #B91015!important;
}
.productBtns .oc-product-btn button:hover{
	background-image: url('/catalog/view/theme/default/image/btnFull.png');
	color: #fff!important;
}
.productBtns #button-cart svg{
	margin-right: 9px;
}
.productBtns #button-cart svg *{
	-webkit-transition: .35s ease;
	-moz-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}
.productBtns #button-cart:hover, .btnFull:hover{
	background-image: url('/catalog/view/theme/default/image/btnClear.png');
	color: #B91015!important;
}
.productBtns #button-cart:hover svg path{
	fill: #B91015;
}
.productBtns .oc-product-btn{
	width: 100%;
	margin: 0 0 0 10px;
}
.productBtns .oc-product-btn button{
	background-image: url('/catalog/view/theme/default/image/btnClear.png');
	color: #B91015;
}
.share{
	display: flex;
	align-items: center;
	line-height: 19px;
	color: #303030;
	margin-bottom: 100px;
}
.share a{
	display: flex;
	flex-direction: column;
	margin-right: 15px;
}
div.mfpnew-bg{
	background: #323232;
	opacity: 0.3;
}
.mfpnew-close-btn-in button.mfpnew-close{
	font-size: 0px;
	color: #fff;
	top: 27px;
	right: 27px;
}
button.mfpnew-close::before{
	content: url('/catalog/view/theme/default/image/close.svg');
}
.oc-body .row{
	display: flex;
	flex-direction: column;
}
.oc-body .row .col-sm-6{
	width: 100%;
}
#oc_submit{
	width: 100%;
}
.ocInfo{
	margin-bottom: 22px;
	text-align: center;
}
#error-not-found .btnFull{
	width: 247px;
}
.productTabsWrap{
	display: grid;
	grid-template-columns: 270px calc(100% - 270px);
	margin-bottom: 100px;
}
.productTabContent{
	display: none;
}
.productTabContent.active{
	display: block;
}
#productAttr table{
	width: 60%;
}
#productAttr table td{
	padding-bottom: 18px;
}
#productAttr table .attributeTitle{
	font-weight: bold;
	display: inline-block;
	width: 100%;
	margin-right: 13px;
	position: relative;
	overflow: hidden;
}
#productAttr table .attributeTitle::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #E7E3E3;
	position: absolute;
	bottom: 0;
	right: 13px;
	z-index: -2;
}
#productAttr table .attributeTitle span{
	display: inline-block;
	background: #fff;
	padding-right: 9px;
}
.productTab{
	font-weight: 500;
	font-size: 20px;
	left: 28px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 13px;
	cursor: pointer;
	left: 0;
}
.productTab::before{
	content: '';
	width: 3px;
	height: 0px;
	background: #B91015;
	position: absolute;
	left: 0;
	top: 0;
}
.productTab.active::before, .productTab:hover::before{
	height: 100%;
}
.productTab sup{
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #B91015;
}
.productTabsContent{
	padding-left: 45px;
	border-left: 1px solid #E7E3E3;
}
#productReviews{
	max-width: 670px;
}
#form-review{
	display: none;
	border: 1px solid #E7E3E3;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 35px 43px;
	margin-bottom: 46px;
}
.reviewFormTitle2{
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 16px;
}
.reviewFormTitle{
	width: 100%;
	border: 1px solid #E7E3E3;
	padding: 20px 0;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 25px;
	text-align: center;
}
.reviewFormTitle span{
	display: inline-block;
	text-decoration-line: underline;
	color: #B91015;
}
.form-review-stars-wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.form-review-stars-wrap label {
	display: inline-block;
	cursor: pointer;
	margin-right: 6px;
	margin-bottom: 0;
}
#form-review textarea.form-control{
	height: 109px;
}
#form-review div.required .control-label:before{
	display: none;
}
#form-review.form-horizontal .control-label{
	padding-top: 0;
	margin-bottom: 12px;
}
.form-review-stars-wrap label img {
	width: 15px;
	height: 14px;
}
.form-review-stars-wrap input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.form-review-stars .form-label{
	font-weight: 500;
	margin-bottom: 14px;
}
#button-review, #button-xreviews{
	height: 50px;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #A6A6A6;
	padding: 16px 0;
	background-image: url('/catalog/view/theme/default/image/btnGreyClear.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border: 0px;
	background-color: rgba(0,0,0,0);
}
.reviewAuthor{
	font-weight: bold;
	margin-right: 16px;
}
#review img{
	margin-right: 6px;
}
.reviewDate{
	font-weight: 500;
	font-size: 16px;
	color: #ABABAB;
}
#xreviews .table > tbody > tr > td, #xreviews .table > tbody > tr > th, #xreviews .table > tfoot > tr > td, #xreviews .table > tfoot > tr > th, #xreviews .table > thead > tr > td, #xreviews .table > thead > tr > th,
#review .table > tbody > tr > td, #review .table > tbody > tr > th, #review .table > tfoot > tr > td, #review .table > tfoot > tr > th, #review .table > thead > tr > td,  #review .table > thead > tr > th{
	padding: 0;
	border: 0px;
}
#review .table > tbody > tr > td, #xreviews .table > tbody > tr > td{
	padding-bottom: 30px;
}
#review .table > tbody > tr:last-of-type, #xreviews .table > tbody > tr:last-of-type{
	border-bottom: 1px solid #E7E3E3;
}
#review .table, #xreviews .table{
	margin-bottom: 30px;
}
.productRelatedWrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 19px;
}
#product-product .special, #product-product .special .container{
	padding-bottom: 0;
}
#product-product .specialTitle.title{
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
}
#product-product .specialWrap{
	margin-top: 25px;
}
.productWrap{
	overflow: hidden;
}
#information-information h1{
	font-weight: bold;
	font-size: 50px;
	line-height: 38px;
	margin-bottom: 36px;
}
#information-information .table > tbody > tr > td, #information-information .table > tbody > tr > th, .table > tfoot > tr > td, #information-information .table > tfoot > tr > th, #information-information .table > thead > tr > td, #information-information .table > thead > tr > th{
	border-top: 0px;
}
.deliveryTitle{
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 26px;
}
.delivery{
	margin-bottom: 60px;
}
.deliveryWrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.deliveryItemImg{
	min-height: 50px;
}
.deliveryItemTitle{
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 5px;
}
.deliveryItemText{
	line-height: 25px;
}
.blogHeader{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}
.blogHeader .title{
	margin-bottom: 0;
}
.blogCategories a{
	display: inline-block;
	padding: 17px 0;
	background-image: url('/catalog/view/theme/default/image/btnBlog.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 246px;
	height: 50px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #383838;
	margin-right: 30px;
}
.blogCategories a:last-of-type{
	margin-right: 0;
}
.blogCategories a sup{
	font-weight: 500;
	font-size: 8px;
	line-height: 9px;
	color: #B91015;
	margin-left: 3px;
}
.blogWrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px 20px;
	margin-bottom: 69px;
}
.paginationBlock{
	text-align: center;
}
.blogItemTitle{
	display: inline-block;
	width: 100%;
	margin-top: 17px;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #383838;
}
.blogPageWrap{
	max-width: 914px;
	margin: 0 auto;
}
.blogPageImg{
	margin-bottom: 36px;
}
.blogPageContent img{
	float: left;
	padding-right: 38px;
}
.blogPageContent::after{
	content: '';
	display: table;
	clear: both;
}
.blogShare.share{
	clear: both;
	border-top: 1px solid #E7E3E3;
	padding-top: 30px;
	margin-top: 47px;
	margin-bottom: 77px;
}
.blogPageWrap .title{
	text-align: left;
}
.blogRelatedTitle{
	font-weight: bold;
	font-size: 35px;
	line-height: 36px;
	margin-bottom: 20px;
}
.contactsWrap{
	display: grid;
	grid-template-columns: 40% 60%;
}
.contactsItem{
	margin-bottom: 34px;
}
.contactsTitle{
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 4px;
}
.contactsItemItem{
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 21px;
}
.contactsItemItem, .contactsItemItem a{
	font-weight: 500;
	font-size: 16px;
	line-height: 38px;
	color: #383838;
}
.contactsItemItem span{
	display: inline-block;
	margin-left: 13px;
	font-weight: normal;
}
.contactsItemItem img{
	position: absolute;
	left: 0;
	top: 12px;
}
.contactsItemCooperationWrap{
	display: flex;
	align-items: flex-end;
}
.contactsItemCooperationContent{
	padding-left: 13px;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: #383838;
}
.contactsItemCooperationContent a{
	color: #383838;
}
.contactsItemCooperationContent span{
	display: inline-block;
	width: 100%;
	color: #A6A6A6;
}
.contactsItemCooperation{
	margin-bottom: 70px;
}
.contactsLocationsContent .contactsTitle{
	margin-bottom: 25px;
}
.contactsLocationsWrap .contactsItemTitle{
	margin-bottom: 8px;
}
.contactsLocationsWrap .contactsItem, .contactsLocationsWrap .contactsItem a{
	font-weight: 500;
	color: #383838;
	line-height: 28px;
}
.contactsPageTitle{
	text-align: left;
}
.contactsForm .contactsTitle{
	margin-bottom: 5px;
}
.contactsFormGrid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: -15px;
	margin-right: -15px;
}
.contactsFormGrid .form-group::after{
	content: '';
	display: table;
	clear: both;
}
.contactsFormGrid textarea{
	height: 251px;
}
.contactsForm .btnIcon{
	width: calc(100% - 30px);
}
.simplecheckout-step{
	display: grid!important;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 20px;
}
.simplecheckout-left-column, .simplecheckout-right-column{
	width: 100% !important;
}
#simplecheckout_cart{
	position: sticky;
	top: 30px;
}
.simplecheckout-block-content .radio{
	border: 1px solid #383838;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px 30px;
	margin: 0 0 15px 0;
}
.simplecheckout-block-content .radio.active{
	border-color: #B91015;
	color: #B91015;
}
.simplecheckout-block-content .radio label{
	margin: 0!important;
	font-weight: bold;
	position: relative;
	display: flex!important;
	align-items: center;
	justify-content: space-between;
	padding-left: 31px;
}
.simplecheckout-block-content .radio label input{
	display: none;
}
.simplecheckout-block-content .radio label::before{
	content: '';
	height: 11px;
	width: 11px;
	border: 1px solid #383838;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}
.simplecheckout-block-content .radio.active label::before{
	border-color: #B91015;
}
.simplecheckout-block-content .radio.active label::after{
	content: '';
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #B91015;
	position: absolute;
	top: 7px;
	left: 3px;
}
.form-group label[for="cheque"]{
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #696969;
}
.cartItem button{
	border: 0px;
	background: rgba(0,0,0,0);
}
.checkoutCartTitle{
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 44px;
}
#simplecheckout_cart .cartItems{
	border-top: 1px solid #E7E3E3;
	margin-bottom: 31px;
}
div.simplecheckout-cart-total{
	border: 0px;
}
#simplecheckout_cart{
	border-bottom: 0;
	padding-bottom: 0;
}
.couponWrap{
	display: flex;
	align-items: center;
}
.couponTitle{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 12px;
}
.simplecheckout-step .cartItem{
	padding: 18px 37px 32px 0px;
}
#simplecheckout_button_cart{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #B91015;
	height: 50px;
	border: 1px solid #B91015;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
	padding: 16px 0px;
	width: 241px!important;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
#simplecheckout_button_cart:hover{
	background: #B91015;
	color: #fff;
}
#simplecheckout_cart .form-control{
	width: calc(100% - 241px);
	border-radius: 10px 0px 0px 10px;
	height: 50px;
}
#agreement_checkbox input{
	display: none;
}
#agreement_checkbox label{
	padding: 0;
	text-align: center;
}
#agreement_checkbox{
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #696969;
	margin: 0!important;
}
#agreement_checkbox a{
	color: #B91015;
	text-decoration: underline;
}
#buttons .simplecheckout-button-right{
	display: flex;
	flex-direction: column-reverse;
}
#simplecheckout_button_confirm{
	margin-bottom: 13px!important;
}
#buttons{
	padding: 0;
	margin: 0;
}
.accountMenu.list-group a{
	border: 0px;
	padding: 15px 25px;
	border-radius: 5px;
	display: grid;
	grid-template-columns: 37px calc(100% - 37px);
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-shadow: none;
	color: #383838;
}
.accountMenu.list-group a.active, .accountMenu.list-group a:hover{
	background: #FFEDED;
	border: 0px;
}
.accountHeader{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.accountHeader .title{
	text-align: left;
	margin-bottom: 0;
}
.accountHeader a{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #A6A6A6;
}
#account-account #content, #account-order #content, .simple-content:not(.simpleCheckoutContent), #account-address #content,
#account-password #content{
	max-width: 684px;
}
.orderLink{
	color: #383838;
}
.orderLink:hover{
	text-decoration: underline;
	color: #B91015;
}
.accountMenuList{
	display: flex;
	align-items: center;
	background: #F9F9F9;
	border-radius: 5px;
	margin-bottom: 22px;
}
.simpleregister-block-content .col-sm-10{
	width: 100%;
}
.profileTitle{
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 7px;
}
.accountMenuList a{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #F1EDED;
	height: 60px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	opacity: 0.5;
}
.accountMenuList a.active, .accountMenuList a:hover{
	color: #B91015;
	opacity: 1;
}
.accountMenuList a:last-of-type{
	border-right: 0;
}
.addressesWrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
.addressItem{
	background: #F9F9F9;
	border-radius: 5px;
	padding: 26px 28px 26px 52px;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.accountHeader .profileTitle{
	margin-bottom: 0;
}
.profileHeader.accountHeader{
	margin-bottom: 16px;
}
.profileHeader.accountHeader a{
	color: #B91015;
}
.addressItemContent{
	margin-bottom: 23px;
	position: relative;
}
.addressItemContent::before{
	content: '';
	width: 11px;
	height: 11px;
	border: 1px solid #383838;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: -24px;
}
.addressItem:hover .addressItemContent::before{
	border-color: #B91015;
}
.addressItem:hover .addressItemContent::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #B91015;
	position: absolute;
	top: 11px;
	left: -21px;
}
.addressItemBtns{
	display: flex;
	align-items: center;
}
.addressItemBtns a{
	margin-right: 28px;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-decoration-line: underline;
	color: #A6A6A6;
}
.addressItemBtns a:last-of-type{
	margin-right: 0;
}
.addressItemBtns a.addressItemBtnEdit{
	color: #B91015;
}
.reviewsWrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 21px;
}
.xreviewsTitle{
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 16px;
}
#form-xreviews div.required .control-label:before{
	display: none;
}
#form-xreviews.form-horizontal .control-label{
	margin-bottom: 12px!important;
}
#form-xreviews input, #form-xreviews textarea, #form-xreviews input::placeholder, #form-xreviews textarea::placeholder{
	font-weight: bold;
}
.reviewSuccessWrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.reviewSuccessTitle{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
	margin-top: 27px;
}
#error-not-found #content{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.textError{
	max-width: 492px;
	margin: 35px auto;
}
#error-not-found h1{
	margin-bottom: 0;
}
@media (min-width: 601px){
	.slideContent{
		background-image: none!important;
	}
}
@media (max-width: 1440px){
	.special{
		padding-left: 15px;
		padding-right: 15px;
	}
	.specialIcon{
		right: 15px;
	}
	#search{
		width: 500px;
	}
	.container{
		width: 100%;
	}
	.slider{
		margin-left: -15px;
		margin-right: -15px;
	}
	.slideWrap{
		padding: 0 15px;
	}
}
@media (max-width: 1200px){
	.simple-content fieldset{
		width: 100%;
	}
	.blogHeader{
		flex-direction: column;
	}
	.blogHeader .title{
		margin-bottom: 30px;
	}
	#search{
		width: 300px;
	}
	.slideWrap {
		min-height: 500px !important;
	}
	.footerText{
		max-width: 250px;
	}
	.subscribeTitle{
		max-width: 45%;
	}
}
@media (max-width: 1024px){
	.productsWrap, .deliveryWrap{
		grid-template-columns:  1fr 1fr;
	}
	.productInfoWrap{
		padding-left: 0;
	}
	.productInfo, .contactsWrap{
		grid-template-columns: 100%;
	}
	.contactsForm{
		margin-bottom: 30px;
	}
	.popularCategoriesWrap{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.menuBtn svg {
		margin-left: 15px;
	}
	.menuBtn{
		padding: 0 16px;
	}
	.slideWrap {
		min-height: 400px !important;
	}
	.newsletter_module .container{
		flex-direction: column;
	}
	.subscribeTitle{
		max-width: 100%;
		margin-bottom: 20px;
	}
	.newsletter_module .input-group::before{
		left: -5px;
	}
	.newsletter_module .input-group{
		padding: 0 15px;
		width: 100%;
	}
}
@media (max-width: 768px){
	.accountMenuList{
		flex-direction: column;
	}
	.accountMenuList a{
		border-bottom: 1px solid #F1EDED;
		border-right: 0px;
	}
	.accountMenuList a:last-of-type{
		border-bottom: 0px;
	}
	.categories .categoriesTitle, .filterTitle{
		display: block;
	}
	.productTabsWrap, .addressesWrap{
		grid-template-columns: 100%;
	}
	.productTabsContent{
		padding-left: 0;
		border: 0px;
	}
	.share{
		margin-bottom: 50px;
	}
	.categories{
		padding-bottom: 0;
		border-bottom: 0px;
		margin-bottom: 15px;
	}
	.contentHeader{
		margin-top: 15px;
	}
	.categoriesWrap, .filterWrap{
		display: none;
		margin-top: 15px;
	}
	.infoBlockWrap{
		flex-direction: column;
	}
	.infoBlockItem{
		max-width: 100%;
	}
	.infoBlock{
		padding: 50px 0;
		background-image: url(/catalog/view/theme/default/image/icon2.svg);
		background-position: center -20%;
	}
	.infoBlock .subtitle{
		margin-bottom: 12px;
	}
	#content{
		overflow: hidden;
	}
	.infoBlock img{
		margin: 0 auto 10px auto;
	}
	.infoBlock .title{
		margin-bottom: 25px;
	}
	.infoBlockItem1{
		margin-top: 0;
		margin-bottom: 41px;
	}
	.infoBlock .subtitle{
		line-height: 25px;
		margin-bottom: 0;
	}
	.infoBlockItemText{
		opacity: 0.32;
	}
	.popularCategoriesWrap, .blogWrap{
		grid-template-columns: 1fr 1fr;
	}
	.blogWrap{
		grid-gap: 20px;
	}
	.blogItemTitle{
		font-size: 16px;
		line-height: 18px;
	}
	.btn{
		font-size: 12px;
		line-height: 14px;
	}
	.productAddToCart .mob{
		display: initial;
	}
	.allSpecials, .productAddToCart img:not(.mob){
		display: none;
	}
	.subtitle{
		font-size: 25px;
		line-height: 20px;
	}
	.title{
		font-size: 22px;
		line-height: 45px;
	}
}
@media (max-width: 900px){
	.blogCategories a{
		display: block;
		margin-bottom: 15px;
		margin-right: 0;
	}
	#simplecheckout_cart{
		margin-bottom: 15px;
	}
	div.simplecheckout-block{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.simplecheckout-step{
		grid-template-columns: 100%;
	}
	.reviewsWrap{
		display: flex;
		flex-direction: column-reverse;
	}
	.reviewsFormWrap{
		margin-bottom: 30px;
	}
	#form-xreviews{
		padding: 30px 20px!important;
	}
	.blogCategories a:last-of-type{
		margin-bottom: 0;
	}
	.cartWrap{
		right: -130%;
	}
	.footerTop{
		margin-bottom: 38px;
	}
	.footerTop{
		flex-direction: column;
	}
	.footerText{
		max-width: 100%;
	}
	.footerLogo img{
		margin-bottom: 14px;
	}
	.footerLogo{
		margin-bottom: 30px;
	}
	.footerMenu{
		margin-bottom: 30px;
	}
	.cartWrap{
		padding-top: 40px;
	}
	.cartHeader{
		padding: 10px 20px 20px 20px;
	}
	.cartClose{
		top: 15px;
		right: 20px;
	}
	.cartTitle {
		font-size: 30px;
		line-height: 25px;
	}
	.cartContentWrap{
		height: calc(100% - 57px);
	}
	.btn.btnIcon{
		padding: 15px 37px;
	}
	.cartItem, .cartFooter{
		padding: 15px 20px;
	}
	.menuBlockWrap{
		width: 100%;
 		background: #FFFFFF;
		border: 1px solid #E7E3E3;
		padding: 10px 0;
	}
	.mobMenuItem{
		display: inline-block;
		width: 100%;
		padding: 5px 15px;
		text-decoration: none;
		color: #383838;
	}
	.mobileSwitchers{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px 15px 15px;
		border-bottom: 1px solid #E7E3E3;
	}
	#menu{
		width: 100%;
		border: 0px;
		border-bottom: 1px solid #E7E3E3;
	}
	#menu .menuItem svg{
		width: 20px;
		height: 15px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.menuItemChildren{
		position: initial;
		border: 0px;
		background: rgba(0,0,0,0);
		padding: 10px 5px 10px 10px;
		width: 100%;
	}
	#menu .menuItem{
		width: 100%;
		padding: 5px 15px;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}
	.headerMenu a{
		margin-right: 10px;
	}
	#search, .headerContentTop, .menuItemChildrenTitle, .menuBtn, .headerContentBottom::before, .headerContentBottom::after, .cartBtn .cartIconWhite{
		display: none;
	}
	.headerBtn svg path{
		fill: #B91015;
	}
	.cartBtn .cartIconRed, .searchBtn, #burger{
		display: initial;
	}
	#cart-total{
		border-color: #fff;
		background: #B91015;
		color: #fff;
	}
	#headerLogo{
		margin-right: auto;
	}
	.headerBtn{
		margin-right: 10px;
	}
	.headerContentBottomWrap{
		justify-content: flex-end;
	}
	#headerLogo img{
		max-width: 53px;
	}
	.headerContent{
		padding-top: 0;
	}
	.headerWrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headerContentBottom{
		height: auto;
		padding: 0;
	}
	.siteHeader{
		padding: 10px 0;
		background: #fff;
	}
	#search{
		position: absolute;
		width: 100%;
		background: #B91015;
		left: 0;
		top: 44px;
	}
	.siteHeaderWrap{
		overflow: visible;
		position: relative;
	}
	.headerContentBottom, .headerContentBottomWrap{
		position: initial;
	}
	.searchWrap{
		padding: 15px;
	}
}
@media (max-width: 600px){
	h1.productTitle {
		font-size: 25px;
		line-height: 28px;
	}
	#product-product .special {
		margin-right: -30px;
		margin-left: -15px;
	}
	.oc{
		width: 95% !important;
	}
	#form-review{
		padding: 30px 20px;
	}
	.oc-head{
		padding: 30px 20px 15px 20px!important;
	}
	.oc-body{
		padding: 0 20px!important;
	}
	.oc-footer{
		padding: 0 20px 30px 20px!important;
	}
	.contentHeader{
		flex-direction: column;
	}
	.contentHeader{
		margin: 30px 0 10px 0;
	}
	.subscribeTitle{
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 18px;
		text-align: center;
	}
	.newsletter_module .input-group input{
		height: 50px;
	}
	#button-subscribe{
		padding: 15px 30px;
	}
	.seoBlockWrap{
		max-height: 102px;
	}
	.popularCategoriesWrap .slick-list{
		padding-left: 0px!important;
	}
	.popularCategories{
		margin-right: -15px;
		margin-bottom: 44px;
	}
	.popularCategories .title, .blogLatest .title, .instagram .title{
		margin-bottom: 5px;
	}
	.popularCategory{
		margin-right: 10px;
	}
	.popularCategoryText, .blogLatestItemText{
		margin-bottom: 0;
	}
	.blogLatestWrap{
		grid-template-columns: 100%;
	}
	.popularCategory a.popularCategoryLink, .blogLatestItemLink{
		display: none;
	}
	.blogLatestItemImage, .blogLatestItemTitle, .popularCategory img, .popularCategoryTitle{
		margin-bottom: 10px;
	}
	.special .btnClear, .instagram .btnClear{
		display: inline-block;
		width: 100%;
		height: 50px;
		padding: 18px 0;
		margin-top: 20px;
	}
	.specialWrap{
		margin-top: 4px;
	}
	.special{
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 60px;
	}
	.special .container{
		padding-bottom: 0;
	}
	.productAddToCart{
		opacity: 1;
		visibility: visible;
	}
	.specialWrap .slick-list{
		padding-left: 0!important;
	}
	.slideWrap{
		background-image: none!important;
		padding: 0;
		min-height: auto!important;
	}
	.slideContent{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		min-height: 300px;
		padding: 0 15px;
		background-repeat: no-repeat;
		width: 100%;
		background-position: center center;
		background-size: 100% auto;
		text-align: center;
	}
	.slider .slick-dots{
		width: 100%;
		right: 0;
		background: #F4F4F4;
		height: 50px;
		bottom: -50px;
		padding-bottom: 0;
	}
	.slider .slick-prev{
		left: 15px;
		right: auto;
	}
	.slider .slick-next{
		right: 15px;
	}
	.slider .btn.btnIcon {
		padding: 8px 65px;
		height: 35px;
	}
	.slideText{
		margin-bottom: 10px;
	}
	body{
		font-size: 14px;
		line-height: 18px;
	}
	.slideTitle{
		font-weight: bold;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 0;
	}
	.slider .slick-arrow{
		bottom: -37px;
	}
	.slideText br, .specialIcon{
		display: none;
	}
	.slider{
		margin-bottom: 110px!important;
	}
	.login .content{
		max-width: 90%;
		padding: 40px 30px;
	}
	.socialLogin{
		margin-left: -30px;
		margin-right: -30px;
		padding: 30px 30px 0 30px;
	}
	label{
		margin-bottom: 8px;
	}
	.form-control{
		height: 40px;
		padding: 10px 15px;
	}
	.form-group{
		margin-bottom: 15px;
	}
	.btn {
		padding: 10px 30px;
		height: 40px;
	}
	.cartItem{
		grid-template-columns: 60px auto 120px;
	}
	.cartFooter{
		flex-direction: column;
	}
	.cartTotal{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.cartItemContent{
		padding-left: 10px;
	}
	.cartWrap{
		right: -150%;
		width: 90%;
	}
	.blogLatest{
		margin-bottom: 60px;
	}
	.deliveryWrap{
		grid-template-columns: 100%;
		grid-gap: 20px;
	}
	.delivery{
		margin-bottom: 50px;
	}
	#information-information h1, .blogRelatedTitle{
		font-size: 30px;
		line-height: 38px;
	}
}
@media (max-width: 500px){
	.couponWrap{
		flex-direction: column;
		width: 100%;
	}
	#simplecheckout_cart .form-control{
		width: 100%;
		border-radius: 10px 10px 0 0;
		text-align: center;
	}
	#simplecheckout_button_cart{
		width: 100% !important;
		border-radius: 0 0 10px 10px;
		max-width: 100%;
	}
	.contactsFormGrid textarea {
		height: 151px;
	}
	.footerContactsWrap, .productsWrap, .contactsFormGrid{
		grid-template-columns: 100%;
	}
	.footerBottom{
		flex-direction: row-reverse;
	}
	footer{
		background-size: 200px auto;
	}
	.blogWrap{
		grid-template-columns: 100%;
	}
	.blogPageContent img{
		float: none;
		width: 100% !important;
		height: auto;
		padding-right: 0;
		padding-bottom: 20px;
	}
}
@media (max-width: 400px){
	.btn-load-pagination{
		font-size: 0px!important;
	}
	.btn-load-pagination .title-button{
		margin-left: 0px!important;
	}
	.cartItem {
		grid-template-columns: 40px auto 120px;
	}
}