body {
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
	min-height: 100vh;
	min-width: 320px;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px
}

.overflow-hidden {
	overflow: hidden
}

.content {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-bottom: 60px
}

.product-title {
	font-weight: 700;
	font-size: 32px;
	margin: 50px 0 30px;
	line-height: 35px
}

@media only screen and (max-width:480px) {
	.product-title {
		font-size: 19px
	}
}

.icon-danger {
	color: #f90007
}

.fw500 {
	font-weight: 500
}

.border {
	border: 1px solid #eee
}

.not-border {
	border: 0
}

.h100 {
	height: 100%
}

.align-middle {
	vertical-align: middle
}

.shadow-xs {
	-webkit-box-shadow: 0 2px 6px #e6e6ef;
	box-shadow: 0 2px 6px #e6e6ef
}

.shadow-sm {
	-webkit-box-shadow: 0 4px 8px 0 #d2dbe0;
	box-shadow: 0 4px 8px 0 #d2dbe0
}

.opacity-65 {
	opacity: .65
}

.mt0,
.mt-0 {
	margin-top: 0
}

.mt10,
.mt-10 {
	margin-top: 10px
}

.mb10,
.mb-10 {
	margin-bottom: 10px
}

.mr10,
.mr-10 {
	margin-right: 10px
}

.ml10,
.ml-10 {
	margin-left: 10px
}

.mb20,
.mb-20,
.m-b-2 {
	margin-bottom: 20px
}

.mb30,
.mb-30,
.m-b-3 {
	margin-bottom: 30px
}

.close {
	position: absolute;
	top: 10px;
	right: 0;
	margin-right: 1.5rem;
	font-size: 3rem;
	z-index: 9;
	text-shadow: none;
	font-weight: 100;
	opacity: 1
}

:focus {
	outline: 0
}

.mr20 {
	margin-right: 20px
}

.mr-15 {
	margin-right: 15px
}

.flex-20 {
	flex: 20
}

.flex-80 {
	flex: 80
}

.mt-15,
.m-t-15 {
	margin-top: 15px
}

.whatsapp-link {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	background: #fff;
	color: #fff;
	margin-left: 22px;
	padding: 0 8px
}

.whatsapp-link .fa {
	color: #11a255
}

.whatsapp-link:hover,
.whatsapp-link:focus {
	color: #fff
}

.whatsapp-link span {
	font-size: 11px;
	padding-left: 3px;
	display: inline-block;
	line-height: 14px;
	color: #333;
	font-weight: 500;
	vertical-align: middle;
	transition: all .3s
}

@media(min-width:1200px) {
	.whatsapp-link span:hover {
		text-decoration: underline;
		color: #11a255
	}
}

.header-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden
}

.header-overlay.active {
	opacity: 1;
	visibility: visible
}

#content {
	min-height: 600px
}

.fa {
	font-size: 14px
}

.tab-content {
	padding: 30px 0 0
}

.header-search .form-control {
	height: 44px;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding-right: 50px;
	text-overflow: ellipsis;
	font-size: 16px;
	-webkit-transition: height .4s ease-in-out;
	transition: height .4s ease-in-out;
	box-shadow: none
}

.search-btn {
	position: absolute;
	right: 0;
	border: 0;
	background: transparent;
	color: #999;
	height: 44px;
	border-radius: 0;
	width: 50px;
	padding: 0
}

.search-btn:hover {
	color: #543fb6
}

.search-btn i {
	font-size: 18px;
	vertical-align: middle
}

.header-user-cont {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	font-size: 14px;
	color: #333
}

.userblock {
	width: auto;
	height: 48px
}

.userblock+.userblock {
	margin-left: 30px
}

.userblock>div {
	width: inherit;
	height: inherit
}

@media(max-width:1199px) {
	.userblock {
		width: 46px;
		display: inline-flex;
		justify-content: center;
		align-items: center
	}
}

.userblock .dropdown-menu .dropdown-item {
	font-style: normal;
	font-size: 16px;
	line-height: 22px
}

@media(max-width:576px) {
	.header-user-cont,
	.header-user,
	.userblock {
		width: inherit
	}
}

.userblock.cart {
	margin-right: 0
}

.userblock-link {
	height: 100%;
	outline: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.userblock-cont {
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: inherit
}

.userblock-icon {
	margin-top: 4px;
	width: 24px;
	height: 24px;
	position: relative
}

.userblock-count {
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	position: absolute;
	box-sizing: border-box;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 100px;
	background-color: #ff5722;
	color: #fff;
	top: -5px;
	transform: translateX(5px)
}

.userblock-svg {
	color: #333
}

.userblock-text {
	width: 100%;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	color: #333
}

@media(max-width:1199px) {
	.userblock-text {
		display: none
	}
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus:-moz-placeholder {
	color: transparent
}

input:focus::-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder {
	color: transparent
}

.nav-flex {
	width: 100%;
	margin: 0;
	background: #f4f4f4;
	padding: 0;
	position: relative;
	list-style: none
}

.nav-flex:after,
.nav-flex:before {
	top: 0;
	background: #f7f7f7;
	background-color: #f4f4f4
}

.nav-flex:before {
	content: "";
	display: block;
	width: 2000px;
	height: 100%;
	position: absolute;
	left: -2000px
}

.nav-flex:after {
	content: "";
	display: block;
	width: 2000px;
	height: 100%;
	position: absolute;
	right: -2000px
}

@media(min-width:768px) {
	.nav-tabs-container ul li {
		margin: 0 40px 0 0
	}
	.nav-flex {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		list-style-type: none;
		-webkit-box-align: center;
		-ms-flex-align: center
	}
}

.nav-tabs-container ul li {
	text-align: center;
	width: auto;
	position: relative;
	border-top: 0;
	border-left: none;
	border-right: 0;
	border-radius: 0;
	vertical-align: middle;
	padding: 0
}

.nav-tabs-menu>li {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-flex: 0
}

.nav-tabs-menu>li>a {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal
}

.nav-tabs-menu>li>a>svg {
	margin-right: 10px;
	color: #543fb6
}

.nav-tabs-menu>li:not(.active)>a>svg {
	color: #d7d7d7
}

.nav-tabs-menu>li.active>a {
	color: #333
}

.nav-tabs-container ul li a {
	position: relative;
	line-height: 75px;
	color: #aaa;
	font-weight: 500;
	text-decoration: none;
	background-color: #f4f4f4
}

.nav-tabs-container ul li:not(.active) a:hover svg,
.nav-tabs-container ul li:not(.active) a:hover {
	color: #a395e6
}

@media screen and (min-width:992px) {
	.nav-tabs-container ul li a {
		font-size: 18px
	}
}

.nav-tabs-menu>li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 5px
}

.nav-tabs-menu>li.active>a:after {
	background: #543fb6
}

div.required .control-label:before {
	content: '* ';
	color: red;
	font-weight: 700
}

.header-top {
	background: #333;
	position: relative;
	padding: 6px 0
}

.top-information li {
	display: inline-block;
	vertical-align: middle
}

.top-information li+li {
	margin-left: 24px
}

.top-information .top-info_links {
	font-size: 14px;
	color: #fff;
	font-weight: 500
}

.top-information .top-info_links:hover {
	text-decoration: none;
	color: #babac0
}

@media(max-width:767px) {
	.header-phone {
		width: 100%;
		display: flex;
		justify-content: space-between
	}
}

.header-phone .phone-link {
	color: #fff;
	font-size: 15px;
	font-weight: 500
}

.header {
	margin-bottom: 20px
}

@media(min-width:992px) {
	.page-wrapper {
	    padding-top: 133px;
	}
	.header {
		box-shadow: 0 10px 17px rgba(0, 0, 0, .05);
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
		margin-bottom: 0
	}
}

.header-start {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 76px;
	background: #fff
}

@media(min-width:769px) {
	.header-top,
	.header-start {
		z-index: 10
	}
}

@media(max-width:991px) {
	.header-start {
		height: auto;
		border-bottom: 1px solid #efefef;
		margin-bottom: 15px
	}
	.header-start .header-logo {
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
		margin-right: 0;
		justify-content: center
	}
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.flex-between {
	justify-content: space-between
}

.flex-wrap {
	flex-wrap: wrap
}

.bg-white {
	background: #fff
}

.mr-32 {
	margin-right: 32px
}

.relative {
	position: relative
}

.w100 {
	width: 100%
}

.menu-button_ctlg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 12px
}

.menu-button_stls {
	-webkit-appearance: none;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	-webkit-transition: all .12s ease-out;
	-o-transition: all .12s ease-out;
	-moz-transition: all .12s ease-out;
	transition: all .12s ease-out;
	background-color: #543fb6;
	background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .01));
	border-radius: 4px;
	cursor: pointer
}

.menu-button {
	-webkit-appearance: none;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	line-height: 36px;
	height: 36px;
	padding: 0 16px
}

.menu-button_pdng {
	padding: 12px 20px 12px 14px;
	height: 44px;
	margin: 0
}

.menu-button_burger {
	width: 20px;
	height: 20px;
	padding: 4px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.menu-button_burger .line {
	position: relative;
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 1px;
	background-color: #fff
}

.active-menu .menu-button_burger .line:first-child {
	-webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
	-moz-transform: translateY(5px) translateZ(0) rotate(45deg);
	transform: translateY(5px) translateZ(0) rotate(45deg)
}

.menu-button_burger .line:not(:first-child) {
	margin-top: 3px
}

.active-menu .menu-button_burger .line:nth-child(2) {
	opacity: 0
}

.active-menu .menu-button_burger .line:nth-child(3) {
	-webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
	-moz-transform: translateY(-5px) translateZ(0) rotate(-45deg);
	transform: translateY(-5px) translateZ(0) rotate(-45deg)
}

.menu-button_sp {
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	line-height: 20px
}

.menu-button_text {
	display: inline-block;
	padding-left: 12px;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}

@media(max-width:660px) {
	.menu-button_text {
		display: none
	}
}

@media(max-width:768px) {
	.menu-button_pdng {
		padding: 12px 20px
	}
}

.header-search {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 32px
}

@media(max-width:576px) {
	.header-search {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 18px;
		margin: 0
	}
}

@media(max-width:991px) {
	.menu-relative {
		padding-top: 80px;
		padding-bottom: 20px
	}
}

@media(max-width:576px) {
	.menu-relative {
		padding-bottom: 80px
	}
}

.thumbnails {
	position: relative;
	display: flex
}

.thumbnails a {
	display: block;
	position: relative
}

.image-slide {
	position: relative;
	flex: 1 1 auto;
	min-width: 0
}

.additional-img {
	cursor: pointer;
	margin: 0 14.5% 14.5% 0;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.product-zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	visibility: hidden;
	padding: 8px 16px;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	color: #fff;
	border-radius: 100px;
	background-color: rgb(84, 63, 182, .7);
	font-weight: 500;
	font-size: 12px;
	line-height: 12px
}

.product-zoom:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	content: " ";
	vertical-align: middle;
	background: no-repeat 50%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTExLjcgMTAuMkw4LjggNy40Yy41LS43LjgtMS42LjgtMi42QzkuNiAyLjEgNy40IDAgNC44IDAgMi4xIDAgMCAyLjEgMCA0LjhjMCAyLjYgMi4xIDQuOCA0LjggNC44LjkgMCAxLjgtLjMgMi42LS44bDIuOSAyLjljLjIuMi41LjMuNy4zLjIgMCAuNS0uMS43LS4zLjQtLjQuNC0xLjEgMC0xLjV6TTIuMSA0LjhjMC0xLjUgMS4yLTIuNyAyLjctMi43IDEuNSAwIDIuNyAxLjIgMi43IDIuNyAwIDEuNS0xLjIgMi43LTIuNyAyLjctMS41IDAtMi43LTEuMi0yLjctMi43eiIvPjwvc3ZnPg==")
}

.thumbnails:hover .product-zoom {
	visibility: visible;
	transition: opacity .2s;
	opacity: 1
}

.sale-sticker {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.product-content {
	padding: 25px 0
}

.product-sticker span {
	padding: 0 7px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 500
}

.main-title h1 {
	font-size: 32px;
	line-height: 41px;
	font-weight: 700;
	padding: 0
}

@media(min-width:768px) {
	.main-title h1 {
		margin: 0
	}
}

.heading-tools {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.product-rating {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	align-items: center
}

.product-rating .rating-star {
	margin-right: 10px
}

.rating-star,
.rating-count {
	display: flex;
	line-height: 0
}

.rating-count a {
	display: inherit;
	align-items: center
}

.product-thumb .rating-count a {
	fill: #999;
	color: #999
}

.rating-count svg {
	margin-right: 5px
}

.rating-count span {
	display: inline-block;
	line-height: normal;
	padding-left: 4px
}

.title-container {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px
}

.price-main {
	font-size: 42px;
	line-height: 54px;
	font-weight: 700
}

.price-old {
	font-weight: 400;
	padding-left: 18px;
	color: #777;
	text-decoration: line-through;
	font-size: 18px;
	position: relative
}

.product-thumb .price-old {
	padding-left: 0
}

.price-economy {
	background: #fff000;
	color: #333;
	background-color: #faf144;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#faf144), to(#ffd21c));
	background-image: -webkit-linear-gradient(top, #faf144 0, #ffd21c 100%);
	background-image: -o-linear-gradient(top, #faf144 0, #ffd21c 100%);
	background-image: linear-gradient(-180deg, #faf144 0, #ffd21c 100%)
}

.price-percent {
	background: #d63500;
	color: #fff
}

.price-block .price-economy {
	padding: 5px 12px;
	border-radius: 50px;
	background: #fff;
	color: #333;
	border: 2px solid #ffd600
}

.price-block .all-price {
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 6px;
	padding: 14px;
	border: 1px dashed #6a58bf
}

.discount-summ {
	font-weight: 700
}

.plus-minus .btn-left {
	border-radius: 50px 0 0 50px
}

.plus-minus .btn-right {
	border-radius: 0 50px 50px 0
}

.plus-minus .form-control {
	border-radius: 0;
	border-color: #efefef;
	height: 45px;
	width: 50px;
	background: #efefef;
	padding: 0;
	border: 0;
	box-shadow: none
}

.plus-minus .btn {
	padding: 0;
	width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #efefef
}

.plus-minus .btn:hover {
	color: #543fb6
}

.button-cart {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.btn.in_cart {
	background: #16c668;
	border-color: #16c668;
	color: #fff;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25)
}

.button-cart.btn.in_cart {
	color: transparent;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	transition: all .35s
}

#button-cart {
	overflow: hidden;
	position: relative
}

#quickview-button-cart,
#button-cart,
#button-fastorder {
	border-radius: 50px
}

.button-cart:after {
	content: 'В корзине';
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 18px;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}

.button-cart.in_cart:after {
	left: 0
}

.product-buttons .btn {
	height: 45px
}

.list-value+.list-value {
	margin-top: 3px
}

.title-value strong {
	margin-right: 8px
}

.product-options .checkbox,
.product-options .radio {
	display: inline-block;
	margin: 0 0 4px 0;
	vertical-align: middle;
	transition: all .2s ease-in-out
}

input[type=checkbox],
input[type=radio] {
	position: relative;
	display: inline-block;
	height: 20px;
	min-width: 20px;
	overflow: hidden;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	border: 1px solid #babac0;
	border-radius: 3px
}

input[type=radio]:checked,
input[type=checkbox]:checked {
	background-color: #fff
}

input[type=radio]:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23543fb6%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

input[type=checkbox]:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23543fb6%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

input[type=radio] {
	border-radius: 50%
}

.fake-checkbox input[type=checkbox],
.fake-radio input[type=radio] {
	margin-left: 1rem;
	display: none
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	margin-left: -25px
}

.product-options .fake-checkbox label,
.product-options .fake-radio label {
	border: 1px solid #babac0;
	min-height: 37px;
	padding: 5px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: none;
	color: #333;
	border-radius: 4px;
	letter-spacing: normal
}

.checkbox-inline,
.radio-inline,
.checkbox label,
.radio label {
	display: inline-flex;
	align-items: center;
	padding-left: 25px
}

.fake-checkbox input:checked+label,
.fake-radio input:checked+label {
	border-color: #333;
	border-width: .2rem
}

.short-attr {
	padding-left: 0;
	list-style: none;
	margin: 0
}

.short-attr li {
	position: relative;
	padding-left: 16px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden
}

.short-attr li:before {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	position: absolute;
	content: "\2022";
	top: 0;
	left: 0;
	margin-top: -4px;
	color: #543fb6
}

.short-attr li span {
	display: inline-block;
	margin-left: 7px;
	font-weight: 400
}

.more-link {
	margin-top: 8px
}

.alert-banner {
	margin: 10px 0 20px;
	padding: 17px 10px;
	text-align: center;
	background: #9370db;
	color: #fff;
	border-radius: 4px
}

.alert-banner-descr {
	font-size: 13px;
	line-height: 19px
}

.alert-banner-title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 19px
}

@media only screen and (min-width:768px) {
	.alert-banner {
		margin: 15px 0 12px;
		padding: 20px
	}
	.alert-banner-title {
		margin-bottom: 12px;
		font-size: 22px;
		line-height: 21px
	}
	.alert-banner-descr {
		font-size: 15px;
		line-height: 20px
	}
}

.product-button__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	text-align: center
}

.price-block .product-button__toolbar {
	justify-content: flex-start;
	padding-bottom: 30px
}

.product-button__toolbar .button-toolbar {
	border: 1px solid rgba(40, 47, 55, .15);
	border-radius: 30px;
	background: transparent;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 13px;
	border-color: #6c757d;
	font-weight: 600;
	color: #6c757d
}

.product-button__toolbar .button-toolbar:hover {
	color: #fff;
	background-color: hsla(208, 7%, 46%, .9)
}

.product-button__toolbar .button-toolbar:focus {
	transform: translateY(2px)
}

.product-button__toolbar .btn+.btn {
	margin-left: 12px
}

.comment-info {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 30px
}

.comment-info:before {
	content: ' ';
	background: #f0f2f4;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px
}

.review-box-title {
	font-size: 22px;
	font-weight: 700;
	display: block;
	padding: 30px 0 0;
	line-height: 33px;
	max-width: 650px;
	margin: 0 auto
}

.review-toggle {
	display: flex;
	flex-direction: column;
	padding: 48px 40px 40px;
	cursor: pointer;
	outline: 0;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto
}

.review-write-icon {
	width: 56px;
	height: 56px;
	padding: 16px;
	border-radius: 56px;
	background-color: #543fb6
}

.review-write-text {
	padding-top: 12px;
	color: #333;
	font-size: 16px;
	line-height: 20px
}

#review .review-wrap {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1
}

#review .review-width {
	display: flex;
	flex-wrap: wrap
}

@media(min-width:768px) {
	#review .review-user-info {
		width: 25%
	}
}

@media(min-width:992px) {
	#review .review-user-info {
		width: 20%
	}
}

@media(min-width:1200px) {
	#review .review-user-info {
		width: 10%
	}
}

#review .review-username {
	color: #333;
	font-weight: 700
}

#review .review-date {
	font-size: 13px;
	color: #6c757d;
	margin-top: 6px;
	display: block;
	margin-bottom: 6px
}

#review .review-body {
	width: 100%
}

@media(max-width:767px) {
	#review .review-body {
		margin-top: 20px
	}
}

@media(min-width:768px) {
	#review .review-body {
		width: 512px
	}
}

@media(min-width:1200px) {
	#review .review-body {
		width: 50%
	}
}

.review-rating {
	font-size: 0;
	color: #dadae6;
	display: inline-block;
	padding-left: 10px
}

.review-rating input {
	display: none
}

.review-rating * {
	font-size: 18px;
	margin: 0;
	vertical-align: -1px
}

.review-rating label {
	color: #dadae6
}

.review-star.active,
.review-star.checked {
	color: #fbcf3a
}

.review-rating label .fa-star {
	cursor: pointer;
	width: 21px;
	display: inline-block
}

.empty-block-title {
	font-size: 20px;
	font-weight: 700
}

.attr-product-list__title {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 10px;
	font-weight: 700
}

.attr-product-list__preview {
	width: 100%;
	margin-bottom: 30px
}

.attr-product-list__preview tr td {
	line-height: 20px;
	padding: 5px 0 5px;
	font-size: 16px
}

.attr-product-list__preview tr td:last-child {
	width: 40%
}

.attr-product-list__preview tr td:first-child {
	padding-right: 10px;
	width: 60%
}

.attr-product-list__preview tr td:first-child>div {
	background: url(/image/catalog/attr-dotted.png) left 13px repeat-x
}

.attr-product-list__preview tr td span.attr-name {
	background: #fff;
	position: relative
}

.related.row {
	margin-left: -10px;
	margin-right: -10px
}

.related .product-layout {
	padding-left: 10px;
	padding-right: 10px
}

.product-related {
	overflow: hidden;
	border: 1px solid #eee;
	padding: 1.42em;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	border-radius: 12px
}

.related-image {
	width: 100%;
	height: 14.57em;
	text-align: center;
	font-size: 1em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .875em
}

.product-related .related-image {
	float: left;
	width: 30%;
	height: auto;
	margin-bottom: 0;
	display: block
}

.product-related .related-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.related-content {
	margin: 0 0 0 33%;
	height: 11em
}

.related-content .rating {
	display: block;
	height: 1.14em;
	margin-bottom: .6875em;
	white-space: nowrap
}

.related-name {
	clear: both;
	display: inline-block;
	color: #333;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: 600;
	word-break: break-word
}

.related-content .related-name {
	max-width: 100%;
	height: 73;
	max-height: 73px
}

.related-buttons {
	position: absolute;
	bottom: 1.42em
}

.related-price {
	clear: both;
	position: relative;
	font-weight: 500
}

.related-content .related-price {
	clear: none;
	height: 1.5em;
	margin-bottom: 0
}

.related-price .main-price {
	font-size: 22px;
	line-height: 1;
	white-space: nowrap;
	float: left
}

.related-content .main-price {
	margin-right: 0
}

.related-content .button-add-cart {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box
}

.related-content .related-add-cart {
	position: relative;
	bottom: auto;
	left: auto;
	height: auto;
	padding: 10px 0 0
}

.related-content .related-add-cart .btn {
	height: 38px;
	width: 98px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px
}

.tags-container {
	margin-top: 33px
}

.product-tags {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 18px
}

.product-tags a {
	flex: 0 0 auto;
	padding: 6px 16px;
	color: #001a34;
	margin: 0 6px 6px 0;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 16px;
	height: 32px;
	background: #f2f3f5;
	display: flex;
	align-items: center
}

.attribute-attention {
	background: url(/image/catalog/icon-png/icon-attention.png) left center no-repeat;
	padding: 17px 0 15px 40px;
	margin-top: 15px;
	font-size: 13px;
	color: #b1b1b1;
	line-height: 20px
}

.number-views {
	padding: 10px 12px;
	border-radius: 8px;
	background-color: #f2f3f5;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px
}

.number-views_inline {
	display: inline-block
}

.number-views svg {
	margin-right: 8px
}

.rating .rating-star span {
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: cover
}

.rating .rating-star span+span {
	margin-left: 5px
}

.rating .star {
	background-image: url(/image/catalog/icon-svg/rating-star.svg)
}

.rating .star-empty {
	background-image: url(/image/catalog/icon-svg/filled-star.svg)
}

.main-footer {
	background: #333;
	margin-top: 30px
}

.main-footer,
.footer-title,
.main-footer a {
	color: #babac0
}

.footer-title {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #fff
}

.footer-container {
	width: 100%;
	padding: 64px 0 74px
}

.footer-container ul li {
	display: block;
	padding: 6px 0
}

.footer-container .contact-info .phone {
	font-size: 20px;
	line-height: 34px;
	display: block;
	font-weight: 400
}

.footer-border-top {
	border-top: 1px solid #4a4a4a;
	padding-top: 13px;
	font-size: 13px
}

.footer-link {
	cursor: pointer;
	transition: color .12s ease-out;
	text-decoration: none;
	outline: 0;
	touch-action: manipulation;
	font-size: 14px;
	line-height: 20px;
	display: block
}

.footer-link:active,
.footer-link:hover {
	color: #fff
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.social {
	order: 1
}

.social a {
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 12px;
	border: 1px solid #4a4a4a;
	line-height: 48px;
	position: relative
}

.social a {
	margin-right: 5px
}

.social a:hover {
	color: #fff
}

.social a i {
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.category-wall>.row {
	margin-left: -5px;
	margin-right: -5px
}

.category-fix {
	padding-left: 5px;
	padding-right: 5px
}

.category-item {
	position: relative;
	height: 100%;
	background-color: #fff;
	border-radius: 8px
}

.category-item:hover .category-image {
	transform: scale(.9)
}

.category-wall .category-image {
	text-align: center;
	margin: 0 auto;
	background: #f4f6f7;
	padding: 20px
}

.cat-image {
	display: block
}

.category-image {
	display: block;
	margin-bottom: .75em;
	overflow: hidden;
	transform: scale(1);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	transition: transform .35s ease
}

.category-item img {
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-o-object-fit: cover;
	object-fit: cover;
	mix-blend-mode: darken
}

.cat-caption {
	margin-top: auto;
	text-align: center;
	margin: 20px 0;
	height: 50px
}

.cat-name {
	font-weight: 500;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis
}

@media(max-width:992px) {
	.cat-name {
		font-size: 13px
	}
}

.absolute-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.owl-wrapper-outer {
	border: 0;
	border-radius: 12px;
	box-shadow: none
}

.owl-carousel.carousel .carousel-caption {
	color: #FFF;
	text-shadow: 0 .1rem 0 #333
}

.owl-carousel.carousel .carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome
}

.owl-carousel.carousel .carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome
}

.owl-carousel.carousel .owl-buttons div {
	color: #333;
	text-shadow: none;
	transition: all .3s ease;
	margin: -30px 0 0 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	box-shadow: 0 2px 8px rgb(4, 6, 28, 0.15)
}

.owl-carousel.carousel .owl-buttons div i {
	transform: translate(0, 5px);
	font-size: 30px
}

.owl-carousel.carousel .owl-buttons .owl-prev {
	left: 15px
}

.owl-carousel.carousel .owl-buttons .owl-next {
	right: 15px
}

.owl-carousel.carousel .owl-buttons .owl-prev:hover,
.owl-carousel.carousel .owl-buttons .owl-next:hover {
	border-color: transparent;
	color: #543fb6;
	opacity: 1
}

.owl-carousel.carousel .owl-item {
	text-align: center
}

.swiper-action {
	position: relative;
	background: #f5f5f6;
	border-radius: 12px;
	background-color: #f5f5f6;
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center
}

.swiper-horizontal .swiper-action {
	width: 100%;
	margin-right: 0
}

.carousel-module .swiper-action:last-child {
	margin-right: 0
}

.swiper-action img {
	mix-blend-mode: darken;
	width: auto;
	height: auto;
	margin: 0
}

.product-thumb {
	margin-bottom: 60px;
	position: relative;
	background: #fff;
	transition: .2s
}

.product-thumb .button-form {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between
}

.product-sticker {
	left: 0
}

.product-sticker .percent {
	box-shadow: 0 .5rem 1.125rem -0.275rem rgb(224, 121, 59, 0.9)
}

.product-thumb .features-buttons {
	display: flex
}

.product-thumb .features-buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #999;
	border-radius: 32px;
	margin-top: -10px
}

.product-thumb .features-buttons a.compare,
.product-thumb .features-buttons a.wishlist {
	width: 48px;
	height: 48px
}

.product-thumb .image {
	position: relative;
	margin-bottom: 20px;
	transform: scale(1);
	transition: transform .35s ease
}

.btn-quick-view {
	display: none
}

@media(min-width:992px) {
	.btn-quick-view {
		display: block
	}
}

.btn-quick-view {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}

.product-thumb:hover .btn-quick-view {
	opacity: 1;
	visibility: visible
}

.btn-quick-view .btn:active,
.btn-quick-view .btn:focus,
.btn-quick-view .btn:active:focus,
.btn-quick-view .btn {
	background: #ff5722;
	border: 0;
	color: #fff
}

.btn-quick-view .btn {
	border-radius: 4px;
	font-size: 14px
}

.product-thumb .stock {
	font-size: 14px;
	margin-bottom: 3px
}

.product-thumb .name {
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: .2s cubic-bezier(.4, 0, .2, 1);
	transition-property: color;
	height: 48px;
	max-height: 48px
}

.product-thumb .name .name-link {
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 24px
}

@media(max-width:600px) {
	.product-thumb .name {
		height: 70px;
		max-height: 70px
	}
	.product-thumb .name .name-text {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 60px;
		display: block;
		line-height: 20px
	}
}

.product-thumb .rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden
}

.product-thumb .rating .rating-right a {
	font-size: 13px;
	color: #6c757d;
	display: flex
}

.product-thumb .rating-right svg {
	width: 16px;
	height: 16px;
	fill: #999;
	margin-right: 8px
}

.product-thumb .product-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	min-height: 100px
}

.product-thumb .price .main-price {
	position: relative;
	font-size: 22px;
	line-height: 26px;
	display: block;
	font-weight: 700
}

.product-thumb .button-add-cart .btn {
	padding: 3px 20px;
	font-weight: 500;
	font-size: 16px;
	border-radius: 4px;
	color: #fff;
	line-height: 22px;
	height: 40px
}

.short-attribute {
	font-size: 14px;
	line-height: 20px
}

@media(max-width:768px) {
	.short-attribute {
		font-size: 12px
	}
}

.short-attribute .short-attribute-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden
}

.short-attribute .short-attr-left {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	min-width: 1px;
	overflow: hidden;
	margin-right: 5px;
	text-overflow: ellipsis
}

.short-attribute .short-attr-left span {
	position: relative;
	padding-right: 5px
}

.short-attribute .short-attr-left span:after {
	content: '';
	position: absolute;
	background-image: -webkit-linear-gradient(left, #ccc 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
	background-image: -o-linear-gradient(left, #ccc 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
	background-image: linear-gradient(to right, #ccc 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
	background-repeat: repeat-x;
	background-size: 5px 2px;
	height: 2px;
	width: 100000px;
	left: 100%;
	bottom: 5px
}

.short-attribute .short-attr-right {
	max-width: 50%
}

@media only screen and (min-width:905px) {
	.product-list .product-thumb:after {
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden
	}
	.product-list .product-thumb .product-bottom,
	.product-list .product-thumb .button-form {
		float: right;
		justify-content: flex-end;
		margin-bottom: 0;
		padding: 0 20px
	}
	.product-list .product-thumb .button-form .product-sticker {
		padding-right: 20px
	}
	.product-list .product-thumb .image {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
		width: 25%
	}
	.product-list .product-thumb .product-bottom {
		margin: 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 25%
	}
	.product-list .product-thumb .rating {
		width: 150px;
		display: inline-flex
	}
	.product-list .product-thumb .name {
		height: 50px;
		max-height: 50px
	}
	.product-list .product-thumb .name {
		width: 50%
	}
	.product-list .product-thumb .name {
		height: auto
	}
	.product-list .product-thumb .name .name-link {
		line-height: 24px
	}
	.product-list .product-thumb .name .name-text {
		font-weight: 600;
		font-size: 17px
	}
	.product-list .product-thumb .price {
		text-align: center;
		margin-bottom: 20px
	}
	.product-list .product-thumb .price .main-price {
		font-size: 25px
	}
	.product-list .product-thumb .stock {
		display: inline-block
	}
	.product-list .product-thumb .attr-product-content-block .attr-product-list__preview {
		font-size: 13px
	}
	.product-list .product-thumb .name .name-link:after {
		display: none
	}
	.product-list .product-thumb .short-attribute {
		width: 38%;
		display: inline-block
	}
}

.modal-content {
	border: 1px solid transparent;
	border-radius: 8px;
	-webkit-animation: submenu-show .3s cubic-bezier(.68, -.55, .265, 1.55);
	animation: submenu-show .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.modal-header,
.modal-body,
.modal-footer {
	padding: 20px
}

.modal-header {
	border-bottom: 1px solid #ecf0f1
}

#modal-wishlist .modal-success,
#modal-compare .modal-success {
	display: flex;
	align-items: center
}

#modal-wishlist .modal-success .success-content,
#modal-compare .modal-success .success-content {
	padding: 0 20px
}

#modal-review .modal-form,
#modal-fastorder .modal-form,
#modal-popuplogin .modal-form {
	padding: 29px 35px 35px
}

#popup-cart .form-head,
#modal-quickview .form-head,
#modal-review .form-head,
#modal-fastorder .form-head,
#modal-popuplogin .form-head {
	padding: 20px 75px 20px 35px
}

#popup-cart .main-heading,
#modal-quickview .main-heading,
#modal-review .main-heading,
#modal-fastorder .main-heading,
#modal-popuplogin .main-heading,
#answer-modal .main-heading {
	font-weight: 700;
	line-height: 36px
}

#modal-popuplogin .form-forgotten {
	display: flex;
	align-items: center;
	justify-content: space-between
}

#modal-popuplogin .modal-form .text-danger,
#modal-popuplogin .form-register-text-value,
#modal-popuplogin .form-forgotten a {
	font-size: 13px
}

#modal-popuplogin .form-register-text-value {
	color: #6c757d;
	font-size: 13px;
	line-height: 20px
}

#modal-popuplogin .form-footer {
	padding: 16px 0 16px;
	padding-left: 35px;
	padding-right: 35px;
	border-top: 1px solid #f2f2f2;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0 0 8px 8px
}

#modal-popuplogin .form-footer .form-register-text {
	margin-top: 10px
}

@media(min-width:550px) {
	#modal-popuplogin .form-footer .form-register-text {
		flex: 1;
		padding-left: 20px;
		margin: 0
	}
}

#modal-popuplogin .form-footer .btn-register {
	padding: 8px 15px;
	font-size: 13px
}

.popup-caption {
	background: #f7f7f7;
	background-color: #f4f4f4;
	padding: 26px 60px 23px 40px
}

.popup-close {
	position: absolute;
	display: block;
	right: 20px;
	top: 30px;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	border: 0;
	font-size: 5rem;
	padding: 0;
	line-height: 0;
	font-weight: 300;
	z-index: 1
}

.popup-caption h3 {
	font-size: 30px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-weight: 300;
	word-break: break-word
}

.content-wrapper {
	background: #fff;
	width: 100%;
	display: flex;
	margin-bottom: 2rem;
	flex-wrap: wrap;
	overflow: hidden
}

.popup-message {
	padding: 30px 40px 40px
}

.modal-image {
	margin-bottom: 30px
}

.modal-product_name h4 {
	margin-top: 0
}

.modal-message {
	padding-left: 30px
}

.modal-message .new-price {
	font-size: 28px;
	line-height: 33px;
	font-weight: 700
}

#modal-quickview .modal-body {
	padding: 0;
	display: flex;
	flex-direction: row;
	margin: 0
}

#modal-quickview .modal-body .quickview-image {
	width: 33.333333%;
	padding: 30px;
	text-align: center
}

#modal-quickview .quickview-image .thumb {
	margin-bottom: 20px
}

#modal-quickview .quickview-center {
	width: 33.333333%;
	padding: 30px;
	max-height: 560px;
	overflow-y: auto;
	overflow-x: hidden
}

#modal-quickview .quick-view-right {
	width: 33.333333%;
	padding: 30px;
	max-height: 560px;
	overflow-y: auto;
	overflow-x: hidden;
	border-left: 1px solid #ecf0f1
}

#modal-quickview .price-block .product-informer {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	flex-wrap: wrap;
	align-items: center
}

#modal-quickview .product-sku .stock-value {
	height: 26px;
	line-height: 27px;
	white-space: nowrap;
	font-size: 12px;
	color: #333;
	border-radius: 2px;
	background-color: #f7f7f7;
	text-align: center;
	z-index: 1;
	padding: 0 7px;
	display: block
}

#modal-quickview .product-content .price-block__summary .price-block__base {
	position: relative;
	margin: 0;
	font-size: 27px;
	line-height: 31px;
	font-weight: 700
}

#modal-quickview .price-block .button-group,
.price-block .btn-fast-order {
	margin-top: 20px
}

#modal-quickview .price-block .button-group-order {
	display: flex;
	align-items: center
}

#modal-quickview .price-block .plus-minus {
	display: flex;
	align-items: center;
	width: 120px;
	margin-right: 20px
}

#modal-quickview .price-block-economy {
	margin: 8px 0;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #555
}

#modal-quickview .product-content .price-block__old-price {
	position: relative;
	padding: 0;
	font-size: 18px;
	text-decoration: line-through;
	color: #5d5d64;
	display: inline-block
}

#modal-quickview .economy-text {
	display: inline-block;
	margin-right: 10px
}

#modal-quickview .price-benefit {
	display: inline-block;
	font-size: 12px;
	padding: 2px 7px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 16px;
	font-weight: 700;
	background: #fff000;
	color: #333;
	border: 0
}

#modal-quickview .form-control,
#modal-quickview .quickview-buttons .btn {
	height: 38px;
	line-height: 1
}

#modal-quickview .price-block .button-group .btn-incart {
	flex: 1;
	position: relative
}

#modal-quickview #additional-images .img-thumbnail {
	border-width: 2px;
	border-color: #f2f2f2;
	border-radius: 4px;
	width: 60px;
	height: 60px;
	margin-bottom: 3px;
	opacity: .5;
	cursor: pointer
}

#modal-quickview #additional-images .img-thumbnail.active {
	border-color: #543fb6
}

#modal-quickview #additional-images .img-thumbnail:hover,
#modal-quickview #additional-images .img-thumbnail.active {
	opacity: 1
}

.subcat {
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	text-align: center;
	list-style: none;
	margin-bottom: 80px
}

@media(min-width:768px) {
	.subcat {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media(min-width:1200px) {
	.subcat {
		grid-template-columns: repeat(6, 1fr)
	}
}

.refine {
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	flex-direction: column;
	border: 0;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	color: #333
}

.refine-image {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: transform ease .2s, box-shadow ease .2s;
	background: #f5f5f6;
	border-radius: 12px
}

.refine-image img {
	mix-blend-mode: multiply;
	transition: transform .2s ease-in
}

@media(min-width:992px) {
	.refine:hover img {
		transform: scale(calc(124 / 120))
	}
}

.refine-name {
	padding-top: 8px;
	white-space: normal;
	color: #333
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	position: relative;
	background-image: url(/image/catalog/icon-png/select.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #333;
	border: 1px solid #d6d6d6;
	padding: 8px 30px 8px 15px
}

select:focus {
	outline: 0;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.custom-select {
	height: 40px;
	max-width: 100%;
	cursor: pointer;
	font-size: 1em;
	border-radius: 8px;
	background-color: #fff
}

#list-view,
#grid-view {
	border-radius: 8px;
	height: 40px
}

#list-view.active,
#grid-view.active {
	background: #ff5722;
	border-color: #ff5722;
	color: #fff
}

.category-description {
	font-size: 15px;
	position: relative
}

.description.text-collapse {
	max-height: 235px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px
}

.description>span {
	color: #333;
	border-bottom: 1px dashed #333;
	line-height: 17px;
	z-index: 2;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s
}

.description .toggle {
	position: absolute;
	left: 50%;
	bottom: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	cursor: pointer
}

.description.text-collapse:after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: opacity .25s ease
}

.manufacturer-section {
	margin-top: 40px
}

.manufacturer-list {
	margin-bottom: 56px
}

.manufacturer-list_title {
	display: block;
	color: #001a34;
	font-size: 21px;
	margin-bottom: 12px;
	font-weight: 700
}

.manufacturer-list_item {
	display: flex;
	flex-wrap: wrap
}

.manufacturer-list_link {
	flex: 0 0 calc(50% - 8px);
	display: block;
	color: #333;
	margin-bottom: 16px;
	margin-right: 8px
}

@media(min-width:576px) {
	.manufacturer-list_link {
		flex: 0 0 calc(33.333333% - 8px)
	}
}

@media(min-width:768px) {
	.manufacturer-list_link {
		flex: 0 0 calc(25% - 8px)
	}
}

.mfrtext {
	padding: 4px 8px;
	text-transform: capitalize;
	color: #333;
	margin-right: 8px;
	border-radius: 2px
}

.mfr-link:hover {
	cursor: pointer;
	background-color: #f1eeff
}

.manufacturer-index {
	cursor: pointer;
	background-color: #f1eeff;
	display: inline-block;
	font-weight: 600;
	margin: 0 0 10px
}

.manufacturer-abc {
	align-items: flex-start;
	margin-bottom: 16px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

.support-image {
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden
}

.support-image img {
	border-radius: 12px
}

.support-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0
}

@media(min-width:1200px) {
	.support-list {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(min-width:1366px) {
	.support-list {
		grid-template-columns: repeat(3, 1fr)
	}
}

.support-list .support-link {
	display: inline-block;
	vertical-align: top;
	font-size: 16px
}

.locations-stores {
	padding: 30px;
	border: 1px solid #ececec;
	position: relative;
	transition: transform ease .2s, box-shadow ease .2s;
	margin-bottom: 20px;
	border-radius: 12px
}

.locations-stores:hover {
	border-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	background-color: #fff
}

.advant {
	margin: 30px 0
}

.advant__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.advant__item {
	width: -webkit-calc(100%);
	width: calc(100%);
	padding: 25px;
	margin: 5px 0;
	text-align: center;
	background-color: #f5f5f6;
	transition: all .3s;
	cursor: default;
	border-radius: 12px
}

@media only screen and (min-width:768px) {
	.advant__item {
		width: -webkit-calc(20% - 10px);
		width: calc(20% - 10px)
	}
}

.advant__item:hover {
	background: #543fb6
}

.advant__item:hover>div {
	color: #fff
}

.advant__value {
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 15px;
	color: #543fb6
}

.advant__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #333
}

.advant__percent {
	font-size: 24px
}

.advantage-banners-title {
	line-height: 1.3
}

.advantage-banners-title,
.advantage-banners-title-text {
	font-weight: 700;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	max-width: 230px;
	text-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.advantage-banners-title-text {
	font-size: 11px;
	line-height: 16px;
	margin-top: 16px;
	text-transform: uppercase;
	letter-spacing: 1.1px
}

.advantage-image {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.advantage-image img {
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	object-fit: cover
}

.advantage-banners-item {
	z-index: 2;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	min-height: 323px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform
}

.advantage-description {
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center
}

.advantages-block {
	margin-bottom: 20px
}

.advantage:hover img {
	transform: scale(1)
}

.advantage-banners .advantage-link {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.advantage-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	white-space: normal;
	margin-bottom: 20px
}

.menu-transition {
	opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	visibility: hidden;
	pointer-events: none
}

.menu-container.menu-translate {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px)
}

.menu-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	min-height: 100vh;
	overflow-y: auto
}

@media(max-width:768px) {
	.menu-container {
		position: fixed;
		width: 286px;
		top: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100%
	}
}

.menu-left {
	background: #fff;
	display: inline-block;
	width: 256px;
	z-index: 23;
	padding: 15px 0
}

.menu-item {
	display: block
}

@media(min-width:1200px) {
	.menu-item-sub:hover .menu-child {
		opacity: 1;
		visibility: visible
	}
}

.menu-item-sub.active .content-panel {
	opacity: 1;
	visibility: visible
}

.menu-item-sub.active>a:after {
	transform: rotate(90deg);
	opacity: .5
}

.menu-item-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	background: #fff;
	position: relative;
	z-index: 27;
	color: inherit;
	border-radius: 4px;
	padding: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%
}

.menu-item-logo {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background: transparent 50% 50% no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	mix-blend-mode: darken
}

.menu-category .menu-item-link {
	padding-top: 10px;
	padding-bottom: 10px
}

.menu-item-sub .menu-item-link:after {
	width: 20px;
	height: 20px;
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbC1vcGFjaXR5PSIuOSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMjBsLTEuNC0xLjQgNi42LTYuNi02LjYtNi42TDEwIDRsOCA4eiIvPjwvc3ZnPg==);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	transition: all .3s;
	opacity: .2
}

.menu-category .menu-item:hover .menu-item-link {
	background-color: #f4f4f4
}

.menu-category .menu-item:hover .menu-item-link,
.menu-item-link:focus,
.menu-item-link:hover {
	color: #543fb6
}

.menu-item-text {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: -2px
}

.menu-item-link>span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.content-panel {
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 22;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 30px 0 30px 300px;
	opacity: 0;
	visibility: hidden;
	background: #fff
}

@media(max-width:768px) {
	.content-panel {
		position: static;
		padding: 0;
		height: auto
	}
	.content-panel,
	.menu-parent-name {
		display: none
	}
}

.content-panel:before {
	content: "";
	width: 1px;
	background: rgba(0, 0, 0, .09);
	position: absolute;
	top: 0;
	left: 270px;
	height: 100%;
	z-index: 1
}

@media(min-width:769px) {
	.menu-category .menu-item:first-child .content-panel {
		opacity: 1;
		visibility: visible
	}
}

.menu-catalog-children {
	overflow: hidden;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	padding: 0;
	list-style: none
}

@media only screen and (max-width:1365px) {
	.menu-catalog-children {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

@media only screen and (max-width:1199px) {
	.menu-catalog-children {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}

.menu-catalog-subchildren {
	padding: 32px 42px 0 0;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid
}

@media(max-width:768px) {
	.menu-catalog-children {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		padding: 0 0 20px 12px
	}
	.menu-catalog-subchildren {
		padding: 22px 0 0 0
	}
}

.menu-catalog-subchild {
	padding-top: 4px;
	padding-left: 0;
	list-style: none
}

.menu-catalog-child-children .child-link {
	line-height: 22px;
	display: block;
	margin-top: 8px;
	font-size: 16px
}

.child-link:link,
.child-link:visited {
	color: #333
}

.child-title-link {
	margin-bottom: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #333
}

.menu-title-link {
	color: inherit;
	font-size: 32px;
	display: block;
	line-height: 1.3;
	font-weight: 800
}

.menu-title-link:active,
.menu-title-link:hover,
.menu-catalog-children a:active,
.menu-catalog-children a:hover {
	color: #777
}

.child-parent {
	padding-left: 43px
}

@media(max-width:991px) {
	.child-parent {
		padding-left: 30px
	}
}

.checkout-table {
	width: 100%;
	min-height: 220px;
	padding: 10px 0
}

.checkout-table:first-child {
	padding-top: 0
}

.checkout-product-inner {
	display: table;
	width: 100%;
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 15px
}

.checkout-product-image {
	vertical-align: top;
	overflow: hidden;
	position: relative;
	display: table-cell
}

@media(min-width:641px) {
	.checkout-product-image {
		width: 25%
	}
}

.checkout-product {
	padding-left: 25px;
	vertical-align: top;
	display: table-cell;
	width: 50%
}

.cart-product-price {
	display: table-cell;
	width: 25%
}

.checkout-product_text {
	width: 90%;
	margin: 10px 0;
	line-height: 22px
}

.checkout-product_text a {
	text-decoration: none;
	color: #151515;
	display: block
}

.checkout-product_text span {
	font-size: 18px;
	font-weight: 700;
	display: block
}

.remove-product {
	background: #fff;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 999;
	float: right;
	display: none;
	border: 0;
	padding: 0
}

.checkout-product-inner:hover .remove-product {
	display: block
}

.checkout-price {
	font-size: 31px;
	display: inline-block;
	line-height: 36px;
	font-weight: 700;
	margin-top: 10px
}

.remove-product .delete-icon {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	transform: rotate(45deg)
}

.remove-product .delete-icon::before {
	background: #d5d5d5;
	width: 2px;
	height: 20px;
	margin: auto;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block
}

.remove-product .delete-icon::after {
	background: #d5d5d5;
	width: 20px;
	height: 2px;
	margin: auto;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block
}

@media only screen and (min-width:768px) {
	.number-spinner {
		display: inline-block;
		vertical-align: middle
	}
}

.number-spinner {
	font-size: 0;
	line-height: 0
}

.number-spinner,
.cart-product-price {
	padding-top: 20px
}

.number-spinner .btn-minus,
.number-spinner .btn-plus,
.number-spinner input.form-plus-minus {
	display: inline-block
}

.number-spinner .btn-minus .btn,
.number-spinner .btn-plus .btn {
	border-radius: 50%;
	padding: 0;
	background: transparent;
	border-color: #eee;
	font-size: 13px;
	width: 30px;
	height: 30px
}

.number-spinner .quantity-input {
	text-align: center;
	margin-right: -1px;
	margin-left: -1px;
	font-weight: 500
}

.number-spinner .quantity-button,
.number-spinner .quantity-input {
	height: 30px;
	width: 46px;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #333
}

.number-spinner .quantity-button {
	transition: all .3s ease;
	position: relative;
	border-radius: 5px;
	width: 34px
}

.number-spinner .quantity-button:hover {
	background-color: #f2f2f2
}

.number-spinner .btn-minus {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.number-spinner .btn-plus {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.checkout-orders {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden
}

.details-cart {
	padding: 15px 0;
	margin: 5px 20px 0;
	font-size: 18px;
	font-weight: 800;
	line-height: 25px;
	border-bottom: 1px solid #f5f5f5
}

.detail-total li {
	width: 100%;
	overflow: hidden
}

.detail-total .checkout-weight,
.detail-total .text-total {
	font-size: 21px
}

.detail-total {
	width: 100%;
	padding: 20px;
	box-sizing: border-box
}

.checkout-order {
	margin-top: 20px
}

@media(max-width:640px) {
	.checkout-product-image {
		max-width: 240px;
		margin: 0 auto;
		padding: 0;
		border: 0
	}
	.checkout-product {
		padding: 0
	}
	.checkout-product_text,
	.checkout-product-image,
	.checkout-product,
	.cart-product-price {
		display: block;
		width: 100%
	}
	.detail-total li {
		font-size: 11px
	}
}

.buyer-question {
	background: #f7f7f7;
	padding: 13px 23px;
	line-height: 24px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	flex: 3
}

.buyer-question:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background: url(/image/catalog/icon-png/left-arrow.png) no-repeat;
	position: absolute;
	left: -7px;
	top: 10px
}

.answer-item {
	overflow: hidden;
	margin-top: 25px;
	padding-top: 25px
}

.answer-item+.answer-item {
	border-top: 1px solid #f1f1f1
}

.answer-item .author {
	font-weight: bold
}

.text-answer {
	color: black;
	position: relative;
	word-wrap: break-word;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 2em;
	border: 1px solid #eaeaea;
	padding: 10px 20px
}

.text-answer:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 8px;
	background: url(/image/catalog/icon-png/top-arrow.png) no-repeat;
	position: absolute;
	left: 40px;
	top: -8px
}

.answer-logo {
	padding-right: 20px;
	flex: 1
}

.answer-content {
	flex: 3
}

.question-answer {
	font-size: 24px;
	color: #868c93;
	font-weight: 300
}

.answer-author {
	margin-right: 20px;
	flex: 1
}

.answer {
	padding-top: 20px
}

@media only screen and (min-width:992px) {
	.answer {
		padding-left: 25%
	}
}

.questions-header {
	margin-bottom: 30px
}

.answer-months {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	margin-top: 6px;
	display: block;
	line-height: 20px
}

.required .error {
	border-color: #ff9292
}

.cart .dropdown-basket {
	width: 360px;
	padding: 0
}

@media(max-width:575px) {
	.cart .dropdown-basket {
		width: 320px;
		padding: 0;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.cart .dropdown-backdrop {
		background-color: rgba(0, 0, 0, .5)
	}
}

.cart .dropdown-main {
	padding: 30px
}

.cart .dropdown-title {
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .58px;
	line-height: 1;
	text-transform: uppercase;
	color: #2f4045;
	margin-bottom: 20px
}

.cart .img-content {
	position: relative;
	flex: 1;
	margin-right: 12px
}

.cart .img-content img {
	max-width: 61.25px;
	max-height: 61.25px
}

.cart .right-block {
	flex: 3;
	padding-right: 35px;
	position: relative;
	min-height: 70px
}

.cart .product-price {
	padding-top: 5px
}

.cart .right-block span {
	display: block
}

.cart .product-name a {
	color: inherit;
	font-size: 14px;
	display: block;
	line-height: 20px;
	font-weight: 500
}

.cart .product-name a:hover {
	color: #543fb6
}

.cart .mini-basket {
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	margin-right: -15px;
	padding-right: 15px
}

.cart .remove-from-cart {
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
	cursor: pointer
}

.cart .remove-from-cart:hover {
	color: #999
}

.cart .options-content {
	padding-top: 5px
}

.cart .options-content span {
	font-size: 11px
}

.cart .product-quantity {
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	top: 0;
	min-width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	background: #fe0000;
	color: #fff
}

.cart .product-block+.product-block {
	margin-top: 20px
}

.cart .dropdown-footer {
	background-color: #f1f4f4
}

.cart .price-content {
	margin-bottom: 20px
}

.cart .price-content .labels {
	font-weight: 600
}

.cart .cart-subtotals {
	line-height: 26px
}

.cart .empty-basket-img {
	margin-bottom: 20px;
	margin-top: 20px
}

.cart .mini-basket-empty {
	font-weight: 600;
	text-transform: uppercase
}

@media(max-width:480px) {
	.product-thumb .short-attribute,
	.product-thumb .product-sticker,
	.product-thumb .rating-count {
		display: none
	}
	.product-thumb .stock {
		font-size: 11px;
		font-weight: 500
	}
	.product-thumb .product-bottom {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: auto
	}
	.product-thumb .rating {
		margin-bottom: 15px
	}
	.product-thumb .price,
	.product-thumb .button-add-cart {
		width: 100%
	}
	.product-thumb .button-add-cart .btn {
		width: inherit
	}
	.product-thumb .price {
		height: 50px;
		display: flex;
		flex-direction: column;
		margin-bottom: 15px
	}
	.product-thumb .button-add-cart,
	.product-thumb .price .main-price {
		margin-top: auto
	}
}

@media(max-width:576px) {
	.product-thumb .price .main-price {
		font-size: 20px
	}
	.product-thumb .price-old {
		font-size: 15px
	}
}

.ui-hidden {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	overflow: hidden
}

.breadcrumb>li {
	font-size: inherit
}

.breadcrumb>li>a {
	color: #7b7b7d
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #333;
	letter-spacing: normal;
	text-transform: none
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #f90007
}

@media(min-width:1600px) {
	#column-left.col-sm-3,
	#column-right.col-sm-3 {
		width: 20%
	}
	#content.col-sm-9 {
		width: 80%
	}
	#content.col-sm-6 {
		width: 60%
	}
}

.container-main-title {
	margin-bottom: 56px
}

.container-main-title h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 44px;
	line-height: 48px;
	font-weight: 700;
	width: 940px
}

@media only screen and (max-width:767px) {
	.container-main-title h1 {
		font-weight: 400;
		font-style: normal;
		font-size: 28px;
		line-height: 36px;
		font-weight: 700
	}
}

@media only screen and (max-width:1023px) {
	.container-main-title h1 {
		width: 100%
	}
}

.catalog-sort {
	margin-bottom: 30px
}