body {
	margin: 0;
	padding: 0;
	color: #222;
	height: 100%;
	min-height: 100vh;
	min-width: 320px;
	font-family: 'Inter', sans-serif;
	background: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5
}

@media (max-width: 767px) {
	body {
		padding-top: 70px;
	}
}

.overflow-hidden {
	overflow: hidden
}

.content {
	position: relative;
	overflow: hidden;
}

.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
}

: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 .fa {
	color: #00bc52
}

.whatsapp-link:hover,
.whatsapp-link:focus {
	color: #fff
}

.header-phone .whatsapp-link span.whatsapp-name {
	padding-left: 3px;
    display: inline-block;
	font-weight: 500;
}

.header-phone .header-toggle__lang-cur {
	display: flex;
}

.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 {
	position: relative;
	z-index: 3;
	margin-bottom: 20px;
}

#search .form-control {
	height: 44px;
    background: #fff;
    border: 0;
    border-radius: 8px;
    padding-right: 60px;
    text-overflow: ellipsis;
    font-size: 15px;
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
}

.search-btn {
	position: absolute;
    right: 0;
    border: 0;
    background: 0 0;
    color: #222;
    height: 44px;
    border-radius: 0 8px 8px 0;
    z-index: 2;
    padding: 0;
    width: 60px;
}

.search-btn:hover,
.search-btn:focus {
	background: #0069d9;
	color: #fff
}

.search-btn i {
	font-size: 18px;
	vertical-align: middle
}

.userblock {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #001a34;
    display: flex;
    flex-direction: column;
    height: 44px;
    justify-content: flex-start;
    position: relative;
    width: 76px;
	padding-top: 4px;
}

.userblock .user-select {
	height: 100%;
	width: 100%;
}

.userblock .dropdown-menu .dropdown-item {
	font-style: normal;
    font-size: 15px;
    line-height: normal;
}

.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%;
	height: 100%;
	cursor: inherit
}

.userblock-icon {
	width: 24px;
	height: 24px;
	position: relative
}

.userblock-count {
	font-size: 10px;
    line-height: 15px;
    position: absolute;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff2162;
    color: #fff;
    font-weight: 500;
    right: -10px;
    top: -5px;
}

.userblock-svg {
	color: #222
}

.userblock-text {
	width: 100%;
    font-size: 13px;
    line-height: normal;
    color: #222;
	margin-top: auto;
}

@media (max-width: 1280px) {
	.userblock {
		height: 44px;
		justify-content: center;
		padding-top: 0;
		width: 44px;
	}
	.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
}

@media(min-width:768px) {
	.userblock:not(:last-child) {
		margin-right: 16px;
	}
	.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
	}
	.header-logo {
		margin-right: 24px;
	}
}

.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;
	width: 20px;
    height: 20px;
	color: #1e5bf7
}

.nav-tabs-menu>li:not(.active)>a>svg {
	color: #d7d7d7
}

.nav-tabs-menu>li.active>a {
	color: #222
}

.nav-tabs-container {
	background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    border-radius: 8px;
    overflow: hidden;
}

.nav-tabs-container ul li a {
	position: relative;
	padding: 15px;
	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: #1e5bf7
}

.nav-tabs-menu>li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 3px
}

.nav-tabs-menu>li.active>a:after {
	background: #1e5bf7
}

div.required .control-label:after {
	content: ' *';
	color: red;
	font-weight: 700
}

.header-top {
	color: #222;
    font-size: 13px;
    border-bottom: 1px solid #f4f2ee;
	height: 35px;
}

@media (max-width: 767px) {
	.top-informations {
		display: none;
	}
}

.top-informations ul>li {
	display: inline-block;
	vertical-align: middle
}

.top-informations ul>li+li {
	margin-left: 15px
}

.top-information .top-info_links {
	font-weight: 500;
    color: #222;
}

@media (min-width: 991px) {
	.top-informations ul>li+li {
		margin-left: 20px
	}
}

.header-phone {
	display: flex;
	align-items: center;
}

.header-phone .phone-link {
	color: #222;
    font-size: 14px;
    font-weight: 600;
	display: block;
    margin-left: 15px;
}

.header-phone .top-contacts {
	display: flex;
    align-items: center;
}

.header-phone .whatsapp-link {
    display: block;
    color: inherit;
    margin-left: 20px;
}

.header-start {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	background: #fff
}

@media (min-width: 768px) {
	.header-start {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.mobile-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999;
		padding: 15px;
		background: #fff;
		border-bottom: 1px solid #ededed;
		display: flex;
	}
	.mobile-contacts {
		margin-left: auto;
		display: flex;
		width: 60px;
		justify-content: space-between;
	}
	.header-logo {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		margin: 10px 0 10px 50px;
	}
	.header-logo img {
		max-height: 35px;
	}
	.header-user {
		z-index: 999;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		padding: 10px 15px;
		background: #fff;
		-webkit-tap-highlight-color: rgba(15,119,176,.1);
    	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
	}
	.userblock {
		height: auto;
		width: auto;
	}
	.header-search {
		width: 100%;
	}
	.userblock-text {
		font-size: 11px;
    	padding-top: 3px;
		display: block;
	}
	.userblock.account .user-select.open .dropdown-menu {
		top: auto;
		bottom: 65px;
	}
}

.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
}

.bg-white {
	background: #fff
}

.mr-32 {
	margin-right: 32px
}

.relative {
	position: relative
}

.w100 {
	width: 100%
}

.menu-button_catalog {
	margin-right: 15px
}

.menu-button_style {
	-webkit-appearance: none;
	border: 0;
	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: #1e5bf7;
	background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .01));
	cursor: pointer;
}

.menu-button {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    background-color: #1e5bf7;
    border: 0;
    border-radius: 8px;
    outline: 0;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    cursor: pointer;
	transition: all .1s;
}

.menu-button:active {
    transform: scale(.97);
}

.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;
	transition: all .3s;
	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;
	user-select: none;
	padding-left: 12px;
	font-size: 15px;
	line-height: 20px;
    font-weight: 500;
}

@media(max-width:991px) {
	.menu-button_text {
		display: none;
	}
}

@media (min-width: 768px) {
	.header-search {
		width: 100%;
		margin-right: 24px;
	}
}

.header-search .input-group {
	width: 100%;
}

.thumbnails {
	position: relative;
}

.thumbnails a {
	display: block;
	position: relative
}

.image-slide {
	position: relative;
}

.additional-img {
	cursor: pointer;
	display: inline-block;
}

.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: 30px;
    background-color: rgb(17 17 24 / 70%);
    font-size: 13px;
    line-height: 14px;
}

.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: 30px;
	display: inline-block;
}

.product-title {
	font-size: 22px;
	line-height: 31px;
	font-weight: 700;
	margin: 20px 0 30px;
}

.heading-tools {
	display: flex;
}

.product-stock .stock {
	display: flex;
	align-items: center;
}

.product-stock .stock svg {
	margin-right: 3px;
}

.product-rating {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.product-rating .rating-star {
	margin-right: 10px
}

.rating-star {
	display: flex;
	position: relative;
	top: -1px;
}

.rating-count {
	font-size: 14px;
}

.rating-count a {
	color: inherit;
}

.product-thumb .rating-count a {
	fill: #999;
	color: #999;
	font-size: 15px;
	color: inherit;
	font-weight: normal;
}

.rating-count span {
	display: inline-block;
	line-height: normal;
	padding-left: 4px
}

.reviews-count {
	cursor: pointer;
}

.reviews-count:hover {
	color: #999
}

.title-container {
	font-size: 14px;
	padding-bottom: 20px
}

.main-top__title h1 {
	margin-bottom: 13px;
    max-width: 890px;
    font-size: 24px;
    line-height: 27px;
}

.price-main {
	font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    display: block;
}

.price-old {
	color: #9b9b9b;
	font-size: 18px;
	line-height: normal;
	display: inline-block;
	position: relative;
}

.price-old:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    transform: rotate(0deg);
    border-bottom: 1px solid;
    border-color: #c5274a;
}

.product-thumb .price-old {
	font-size: 15px;
}

.price-economy {
	background: #fff000;
	color: #222;
	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%)
}

.product-economy {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 15px;
}

.price-percent {
	background: #ff001f;
	color: #fff
}

.product-percent {
	background: #222;
	color: #fff;
	border-radius: 20px;
	padding: 1px 5px;
	font-size: 13px;
}

.price-block .all-price {
	display: inline-block;
	margin-bottom: 20px;
}

.discount-summ {
	font-weight: 700
}

.product-buy+.product-buy {
	margin-top: 15px;
}

.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: #f5f5f5;
	height: 45px;
	background: #f5f5f5;
	padding: 0;
	border: 0;
	box-shadow: none
}

.plus-minus .btn {
	border: 0;
	background: #f5f5f5
}

.plus-minus .btn:hover {
	color: #1e5bf7
}

.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
}

.btn-incart {
	flex-grow: 1;
}

.btn-incart button {
	transition: all .3s;
	border-radius: 50px
}

.list-value+.list-value {
	margin-top: 3px
}

.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;
    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;
	flex: 0 0 auto;
    border: 2px solid #c1c7cd;
    border-radius: 4px;
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	background: #1e5bf7;
    border-color: #1e5bf7;
}

input[type=radio]:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

input[type=checkbox]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='8' viewBox='0 0 9 8' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M3 4.836L1.707 3.543A1 1 0 00.293 4.957L3 7.664l5.707-5.707A1 1 0 007.293.543L3 4.836z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 10px
}

input[type=radio] {
	border-radius: 50%
}

.options-toggle input {
    position: absolute;
    opacity: 0;
}

.product-options label.option-btn {
	position: relative;
    margin-bottom: 0;
    font-weight: 400;
}

.product-options .options-item {
	display: block;
    position: relative;
    padding: 5px 10px;
    margin: 4px 8px 4px 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    background: #f7f7f7;
}

.product-options .options-item:hover {
    border-color: #999;
}

.options-toggle input:checked+.options-item {
    border: 1px solid #1e5bf7;
}

.short-attr__title {
	font-size: 15px;
	margin-bottom: 16px;
	margin-top: 0;
}

.short-attr {
	padding-left: 0;
	list-style: none;
	margin: 0
}

@media (min-width: 1440px) {
	.short-attr {
		padding-right: 34px;
	}
}

.short-attr li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	display: flex;
}

.short-attr li+li {
	margin-top: 8px;
}

.short-attr__item--name {
	padding-right: 5px;
	flex-grow: 1;
	background: url(/image/catalog/attr-dotted.png) left 12px repeat-x
}

.short-attr__item--name>span {
	background: #fff;
}

.short-attr li .short-attr__item--text {
	text-align: right;
	font-weight: 400
}

.more-link {
	margin-top: 10px
}

.alert-banner {
	padding: 15px;
	text-align: center;
}

.alert-banner-descr {
	font-size: 13px;
	line-height: 19px
}

.alert-banner-title {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 19px
}

@media only screen and (min-width:768px) {
	.alert-banner {
		padding: 20px
	}
	.alert-banner-title {
		margin-bottom: 12px;
		font-size: 23px;
		line-height: 25px;
	}
	.alert-banner-descr {
		font-size: 14px;
		line-height: 20px;
	}
}

.product-right {
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 0 2px rgb(0 0 0 / 8%), 0 2px 24px rgb(0 0 0 / 6%);
}

@media (max-width: 767px) {
	.product-right {
		margin: 15px 0
	}
}

.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: #dadfe4;
    color: #2862f7;
}

.product-button__toolbar .button-toolbar:hover {
	color: #fff;
	background-color: #636d88;
    border-color: #636d88;
}

.product-button__toolbar .button-toolbar:active {
	transform: scale(.97);
}

.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: #1e5bf7
}

.review-write-text {
	padding-top: 12px;
	color: #222;
	font-size: 15px;
	line-height: 20px;
	transition: transform .25s;
}

.review-write-icon svg {
	transition: all .3s;
}

.review-write-icon:active {
	transform: scale(.95);
}

.review-write-icon:active svg {
	transform: rotate(45deg);
}

#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: #222;
	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: 19px;
    line-height: 23px;
    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: 13px
}

@media (min-width: 768px) {
	.attr-product-list__preview tr td {
		font-size: 15px
	}
}

.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: solid 1px #e5e5e5;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 12px;
}

.related-image {
	width: 100%;
	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: 100px;
	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 110px;
}

.related-content .rating {
	display: block;
	height: 1.14em;
	margin-bottom: .6875em;
	white-space: nowrap
}

.related-name {
	clear: both;
	display: inline-block;
	color: #222;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
	word-break: break-word
}

.related-content .related-name {
	max-width: 100%;
	vertical-align: top;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}

.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: 19px;
	line-height: 1;
	white-space: nowrap;
	float: left
}

.related-content .main-price {
	margin-right: 0
}

.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: #1f1f22;
	margin-top: 30px
}

.main-footer,
.footer-title,
.main-footer a {
	color: #babac0
}

.footer-title {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: #fff
}

.footer-container {
	width: 100%;
	padding: 64px 0 74px
}

.footer-container ul li {
	display: block;
	padding: 6px 0
}

.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 */

.catwall-column {
	padding-bottom: 30px;
}

.catwall-fill, 
.catwall-item {
    overflow: hidden;
    width: 100%;
}

.catwall-item {
    position: relative;
    padding-bottom: 100%;
}

.catwall-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 24px;
}

.catwall-fill:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.04);
}

.catwall-name {
    margin: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-overflow: ellipsis;
    max-height: 44px;
}

.catwall-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: none;
}

.catwall-image {
    position: absolute;
    width: 100%;
    left: 35%;
    top: 70px;
}

.catwall-image img {
	position: absolute;
    top: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
	object-fit: contain;
}

.catwall-indent {
	position: relative;
    width: 100%;
    overflow: hidden;
	padding-top: 100%;
}

@media (max-width: 575px) {
	.catwall .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.catwall-column {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 16px;
	}
	.catwall-name {
		font-size: 13px;
		line-height: 19px;
	}
	.catwall-image {
		left: 20%;
		top: 50px;
	}
}

/* Owl carousel styles */

.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: #222;
	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: #1e5bf7;
	opacity: 1
}

.owl-carousel.carousel .owl-item {
	text-align: center
}

.swiper-action {
	position: relative;
	background: #f5f5f5;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 2px 0;
}

.swiper-action:hover {
	box-shadow: 0 0 0 2px #1e5bf7;
	background-color: #fff;
}

.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
}

@media(min-width: 1440px) {
	#column-left,
	#column-right {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#content.col-sm-9 {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	#content.col-sm-6 {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	#content.content-large .product-layout:not(.product-list) {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#content.content-columns .product-layout:not(.product-list) {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#content.content-column .product-layout:not(.product-list) {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.product-thumb {
	padding: 20px;
	position: relative;
	background: #fff;
	transition: .2s;
	height: 100%;
	display: flex;
	flex-direction: column;
}

@media (hover) {
	.product-thumb:hover {
		-webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
		box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
		z-index: 5;
		border-radius: 2px;
	}
}

.block-grid {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	#content.col-sm-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#content .block-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	.stock-messages {
		font-size: 13px;
	}
	.product-thumb {
		padding: 15px;
	}
}

.product-thumb .button-form {
	overflow: hidden;
	height: 25px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between
}

.product-sticker .percent {
	box-shadow: 0 0.5rem 1.125rem -0.275rem rgb(255 101 120)
}

.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;
}

.product-thumb .features-buttons a.compare,
.product-thumb .features-buttons a.wishlist {
	width: 35px;
}

.product-thumb .image {
	position: relative;
	margin-bottom: 20px;
	transform: scale(1);
	transition: transform .35s ease
}

.btn-quick-view {
	display: none
}

@media(min-width: 768px) {
	.btn-quick-view {
		display: block
	}
	.mbtn-catalog {
		display: none;
	}
}

.btn-quick-view {
	position: absolute;
	bottom: 90px;
	left: 50%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transform: translateX(-50%);
}

.product-thumb:hover .btn-quick-view {
	opacity: 1;
	visibility: visible
}

.btn-quick-view .btn {
	-webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    border: 0;
    background: #ecf0f4;
    border-radius: 4px;
    color: #222;
}

.product-thumb .stock {
	font-size: 14px;
	margin-bottom: 3px
}

.product-thumb .name {
	margin-bottom: 10px;
    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: 45px;
    max-height: 45px;
}

.product-thumb .name .name-link {
	color: #222;
	display: block;
	font-size: 15px;
	line-height: 22px
}

@media(max-width:575px) {
	.product-thumb .name .name-text {
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 40px;
		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;
	margin-top: auto;
	padding-top: 50px;
}

.product-thumb:hover .button-add-cart button {
	color: #ffffff;
    border-color: #2862f7;
    background: #2862f7;
}

.product-thumb .button-add-cart button {
	font-size: 13px;
}

.product-thumb .price .main-price {
	position: relative;
	font-size: 19px;
	line-height: 22px;
	display: block;
	font-weight: 700
}

.price-tax {
	font-size: 11px;
}

.short-attribute {
	font-size: 13px;
	line-height: 20px
}

@media(max-width:767px) {
	.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-attribute-list:last-child {
	margin-bottom: 0;
}

.short-attribute .short-attr-left {
	overflow: hidden;
	margin-right: 5px;
	flex-grow: 1;
	flex-shrink: 0;
}

.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: 4px
}

@media only screen and (min-width:905px) {
	.product-list .product-thumb {
		display: block;
	}
	.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;
		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%;
		height: 100%;
	}
	.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;
		line-height: normal;
		font-size: 17px
	}
	.product-list .product-thumb .price {
		text-align: center;
		margin-bottom: 20px
	}
	.product-list .product-thumb .price .main-price {
		font-size: 24px
	}
	.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: 75%;
	}
}

.popup-title {
	font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.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
}

#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-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 {
	padding: 20px 60px 30px 30px
}

.popup-caption h3 {
	font-size: 30px;
	line-height: normal;
	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: 40px
}

.modal-product_name {
	margin-bottom: 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.modal-message .footer-btns {
	margin-top: 20px;
}

.modal-product_name h4 {
	margin-top: 0
}

@media (max-width: 575px) {
	.modal-msg {
		flex-direction: column;
		text-align: center;
	}
}

.modal-img {
	flex-shrink: 0;
}

.modal-message {
	flex-grow: 1;
	padding-top: 30px
}

@media (min-width: 576px) {
	.modal-message {
		padding-top: 0;
		padding-left: 30px
	}
}

.modal-message .new-price {
	font-size: 23px;
    line-height: 26px;
    padding-top: 10px;
    font-weight: 600;
}

#modal-quickview .modal-dialog {
    width: 95%;
	max-width: 1140px;
}

#modal-quickview .modal-body {
	padding: 0;
	display: flex;
	flex-direction: row;
	margin: 0
}

#modal-quickview .quickview-image {
	text-align: center
}

#modal-quickview #additional-images {
	margin-top: 20px;
}

#modal-quickview .quickview-center,
#modal-quickview .quick-view-right {
	border-left: 1px solid #ecf0f1
}

#modal-quickview .quickview-image,
#modal-quickview .quickview-center,
#modal-quickview .quick-view-right {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100vh;
	width: 33.333333%;
	padding: 15px;
}

@media (min-width: 992px) {
	#modal-quickview .quickview-image,
	#modal-quickview .quickview-center,
	#modal-quickview .quick-view-right {
		padding: 30px;
	}
}

#modal-quickview .quickview-image::-webkit-scrollbar,
#modal-quickview .quickview-center::-webkit-scrollbar,
#modal-quickview .quick-view-right::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(200, 200, 200, 0);
}

#modal-quickview .quickview-image::-webkit-scrollbar-thumb,
#modal-quickview .quickview-center::-webkit-scrollbar-thumb,
#modal-quickview .quick-view-right::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #cdcdcd;
}

#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: #222;
	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-order {
	display: flex;
	align-items: center
}

#modal-quickview .price-block .plus-minus {
	margin-right: 15px
}

#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: #222;
	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%);
	color: #222;
	border: 0
}

#modal-quickview .quickview-buttons .form-control,
#modal-quickview .quickview-buttons .btn {
	height: 38px;
}

#modal-quickview .quickview-buttons .form-control {
	width: 30px;
}

#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: #1e5bf7
}

#modal-quickview #additional-images .img-thumbnail:hover,
#modal-quickview #additional-images .img-thumbnail.active {
	opacity: 1
}

/* Subcategory image */

.tollbar-sub .row {
	margin-right: -10px;
    margin-left: -10px;
}

.subcat-columns {
	padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.subcat-columns.is-image {
	padding-bottom: 30px;
}

.subcat-name__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    background-color: transparent;
    border-radius: 4px;
}

.subcat-name {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: background-color,-webkit-box-shadow;
    transition-property: background-color,box-shadow,-webkit-box-shadow;
}

.subcat-name:hover {
	border-color: inherit;
}

/* Custom select */
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: #222;
	border: 2px solid #c1c7cd;
	padding: 8px 30px 8px 10px
}

select:focus {
	outline: 0;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.custom-select {
	height: 40px;
    max-width: 100%;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fff;
    line-height: 25px;
    font-size: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    border: 0;
}

#list-view,
#grid-view {
	display: inline-flex;
    align-items: center;
    height: 35px;
    border-width: 2px;
    background: #f5f5f6;
    border-radius: 6px;
    border: 0;
	-webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
}

#list-view.active,
#grid-view.active {
	color: #1e5bf7
}

.category-description {
	font-size: 15px;
	position: relative
}

.description.text-collapse {
	max-height: 235px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px
}

.description>span {
	color: #222;
	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: #222;
	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: #222;
	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: 15px;
}

.support-list {
	list-style: none;
	padding-left: 0;
}

.support-link+.support-link {
	margin-top: 10px;
}

.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;
	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: #1e5bf7
}

.advant__item:hover>div {
	color: #fff
}

.advant__value {
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 15px;
	color: #1e5bf7
}

.advant__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #222
}

.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
}


/* PC Menu */

@-webkit-keyframes slide-in-bottom {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.header-nav__submenu {
	position: absolute;
    top: calc(100% + 20px);
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
}

@media screen and (max-width: 767px) {
	.header-nav__submenu {
		display: none;
	}
}

.header-nav__submenu.menu-open {
    display: inherit;
    -webkit-animation: .15s slide-in-bottom;
    animation: .15s slide-in-bottom;
}

.header-nav__submenu-container {
	position: absolute;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(23,23,23,.12);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
    width: 100%;
}

.header-submenu__col--grey {
	-ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 16px 10px 0;
    border-right: 1px solid #f2f2f2;
}

@media (min-width: 1240px) {
	.header-submenu__col--grey {
		width: 320px;
	}
}

.header-submenu__col--white {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: -11px;
}

.header-submenu__title {
	padding: 0;
	margin: 0;
	font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
}

.header-submenu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-submenu .category-link {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 36px 5px 10px;
    border-radius: 4px;
	color: #222;
}

.header-submenu__item.active .category-link:after {
	position: absolute;
	content: "";
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.813 9.012c0 .338-.113.563-.338.788L7.1 13.175c-.45.45-1.125.45-1.575 0a1.088 1.088 0 010-1.575l2.588-2.588-2.588-2.587a1.088 1.088 0 010-1.575c.45-.45 1.125-.45 1.575 0l3.375 3.375c.225.225.338.45.338.787z' fill='%23999'/%3E%3C/svg%3E")
}

.header-submenu__item.active .category-link {
	background-color: #f5f5f5;
}

.header-submenu .category-link img {
	margin-right: 16px;
	flex-shrink: 0;
	mix-blend-mode: multiply;
}

.header-submenu .category-link span {
	flex-grow: 1;
	max-width: 240px;
}

.header-submenu__block {
	position: relative;
    display: none;
    height: 100%;
    margin: 0 20px;
    padding: 10px 0 20px;
}

.header-submenu__block.active {
	display: block;
}

.header-submenu__container {
	width: 100%;
}

.header-submenu__inner {
	font-size: 0;
}

.header-submenu__column {
	display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 24px 24px 0 0;
}

@media (max-width: 1199px) {
	.header-submenu__column {
		width: 33.3333%;
	}
}

@media (max-width: 1023px) {
	.header-submenu__column {
		width: 50%;
	}
}

.submenu-link {
	display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
	color: #222;
}

.link-bold {
	font-weight: 700;
}

.header-submenu__subchild {
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0;
	page-break-inside: avoid;
	list-style-type: none;
	break-inside: avoid;
	font-size: 15px;
}

.header-submenu__subchild__item {
	margin-bottom: 6px;
}

.child-link {
	display: block;
    color: #737373;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}

.submenu-link:hover,
.child-link:hover {
	color: #1e5bf7;
}


/* Mobile menu */

.mobile-catalog {
	position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    transition: left .3s;
}

.mobile-catalog.open {
	left: 0;
}

.mobile-catalog__panel {
	display: flex;
    justify-content: start;
    align-items: center;
    height: 55px;
    min-height: 55px;
    padding-left: 20px;
    border-bottom: 1px solid #ededed;
}

.mobile-catalog__title {
	font-size: 18px;
    font-weight: 600;
	line-height: normal;
}

.mobile-catalog__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	margin-left: auto;
	color: #4c1e87;
	transform: rotate(180deg);
	appearance: none;
}

.mobile-catalog__inner {
	flex-grow: 1;
}

.mobile-catalog__list {
	list-style: none;
	margin: 0;
	background-color: #fff;
	padding: 0 0 70px;
}

.mobile-catalog__item:not(:last-of-type) {
	border-bottom: 1px solid #ededed;
}

.mobile-item {
	appearance: none;
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	padding: 18px 20px 18px 26px;
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
	line-height: normal;
}

.mobile-catalog__name {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #222;
	flex-grow: 1;
}

.mobile-catalog__back {
	display: flex;
	margin-right: 20px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 100%;
	color: #222;
	appearance: none;
}

.mobile-catalog__image {
	margin-right: 16px;
}

.mobile-catalog__icon__arrow {
	color: #999;
}

.mobile-catalog__info ul li+li {
	border-top: 1px solid #ededed
}

.mobile-catalog__info ul li a,
.mobile-phone a {
    display: block;
    padding: 15px 20px;
    color: inherit;
    line-height: normal;
}

.mobile-phone i {
	font-size: 18px;
    vertical-align: -2px;
}

.mobile-phone .form-icon {
	width: 18px;
    height: 18px;
    display: inline-block;
}

.mobile-switch .dropdown-toggle {
	display: none;
}

.mobile-switch .dropdown-menu {
	display: block;
    padding: 0;
    margin: 0;
    position: static;
    box-shadow: none;
    border-radius: 0;
	width: 100%;
	font-size: 0;
}

.mobile-switch form > * {
	width: 100%;
}

.mobile-switch .dropdown-menu li {
	display: inline-block;
    vertical-align: top;
	margin: 0 10px 10px 0;
}

.mobile-switch .dropdown-menu button {
	border: 1px solid #ededed;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
	font-size: 11px;
}

.mobile-switch .dropdown-menu button img {
	margin-right: 5px;
}

.mobile-switch .dropdown-menu button.active {
    background: #1678a6;
    color: #fff!important;
    border-color: #1678a6;
}

.mobile-switch {
	padding: 20px;
}

.mobile-contacts__phone-link {
	color: inherit
}

/* END Mobile menu */

.clear-button {
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	background-color: transparent;
}

.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: 4px;
	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_options {
	font-size: 14px;
}

.checkout-product_text a {
	text-decoration: none;
	color: #222;
	display: block
}

.checkout-product_text span {
	font-size: 17px;
	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: 23px;
    display: inline-block;
    line-height: normal;
    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;
}

.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: 14px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #222
}

.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: 4px;
	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 {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden
}

.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
}

.cart .dropdown-main {
	padding: 30px
}

@media(max-width:575px) {
	.cart .dropdown-basket {
		width: 320px;
		padding: 0;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
		overflow: hidden;
	}
	.cart .dropdown-backdrop {
		background-color: rgba(0, 0, 0, .5)
	}
	.cart .dropdown-main {
		padding: 15px
	}
	.cart .price-content .labels {
		font-size: 13px;
	}
}

.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 {
	font-weight: bold;
	padding-top: 5px
}

.cart .right-block span {
	display: block
}

.cart .product-name a {
	color: inherit;
	font-size: 13px;
	display: block;
	line-height: 18px;
}

.cart .product-name a:hover {
	color: #1e5bf7
}

.cart .mini-basket {
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	margin-right: -15px;
	padding-right: 15px
}

.cart .mini-basket::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(200, 200, 200, 0);
}

.cart .mini-basket::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #cdcdcd;
}

.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: 10px;
    position: absolute;
    top: 0;
    min-width: 21px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    border-radius: 20px;
	background-color: #5bbff7;
    background-image: -webkit-linear-gradient(bottom,#4e9cc6 0,#5ec6ff 100%);
    background-image: linear-gradient(to top,#4e9cc6 0,#5ec6ff 100%);
    text-shadow: 0.5px 1px 0 rgb(0 0 0 / 16%);
    color: #fff;
    padding-left: 2px;
}

.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 .empty-basket-img svg {
	color: #ececec
}

.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;
		padding-top: 10px;
	}
	.product-thumb .rating {
		margin-bottom: 15px
	}
	.product-thumb .price,
	.product-thumb .button-add-cart {
		width: 100%
	}
	.product-thumb .button-add-cart .btn {
		font-size: 13px;
		width: inherit
	}
	.product-thumb .price {
		margin-bottom: 15px
	}
}

@media(max-width:575px) {
	.product-thumb .price .main-price {
		font-size: 15px
	}
	.product-thumb .price-old {
		font-size: 13px
	}
}

.ui-hidden {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	overflow: hidden
}

.breadcrumb>li>a {
	color: #7b7b7d
}

.container-main-title {
	margin-bottom: 56px
}

.container-main-title h1 {
	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
}

#form-currency .dropdown-toggle,
#form-language .dropdown-toggle {
	padding: 0;
    border: 0;
    border-radius: 3px;
    color: #222;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 500;
}

#form-currency .currency-select,
#form-language .language-select {
	text-align: left;
	color: inherit;
	text-decoration: none;
}

.alert-minimum {
	font-size: 14px;
}

.demo-banners {
	margin-bottom: 20px;
}

.demo-banners img {
	border-radius: 8px;
}

.option-warning svg {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.option-warning__text {
	padding-left: 60px;
    line-height: 20px;
}

.more-catlist__list {
	margin: 0 10px 10px 0;
}

.more-catlist__link {
	display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 21px;
    color: #5d5d64;
    text-decoration: none;
    transition: all .3s;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
}

.more-catlist__link:focus, .more-catlist__link:hover {
    border-color: #1e5bf7;
}

#d_quickcheckout .btn-group-justified > .btn-group .btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

#d_quickcheckout div.required .control-label:before {
    display: none;
}

#d_quickcheckout label {
    font-size: 13px;
    font-weight: 700;
}

#d_quickcheckout .btn.active.focus, #d_quickcheckout .btn.active:focus, #d_quickcheckout .btn.focus, #d_quickcheckout .btn:active.focus, #d_quickcheckout .btn:active:focus, #d_quickcheckout .btn:focus,
#d_quickcheckout input[type=file]:focus, #d_quickcheckout input[type=checkbox]:focus, #d_quickcheckout input[type=radio]:focus {
    outline: none!important;
}

#d_quickcheckout input[type=radio], #d_quickcheckout input[type=checkbox] {
    margin: 0;
	vertical-align: top;
}

#d_quickcheckout .input-group-btn > .btn,
#d_quickcheckout .form-control {
	height: 36px;
}

#d_quickcheckout .text-danger {
    font-size: 12px;
}

#d_quickcheckout .has-error .form-control {
    border-color: #dc3545;
}

#d_quickcheckout .text-danger,
#d_quickcheckout .has-error .checkbox, 
#d_quickcheckout .has-error .checkbox-inline, 
#d_quickcheckout .has-error .control-label, 
#d_quickcheckout .has-error .help-block, 
#d_quickcheckout .has-error .radio, 
#d_quickcheckout .has-error .radio-inline, 
#d_quickcheckout .has-error.checkbox label, 
#d_quickcheckout .has-error.checkbox-inline label, 
#d_quickcheckout .has-error.radio label, 
#d_quickcheckout .has-error.radio-inline label {
	color: #dc3545;
}

#d_quickcheckout .has-error .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgb(220 53 69 / 25%);
}

#d_quickcheckout .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(0 123 255 / 25%);
}

#d_quickcheckout .alert {
    font-size: 14px;
}

.list-group-child {
	margin-top: 10px;
}