@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

body {
	font-family: 'Roboto', sans-serif;
    background: #f0f2f5;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    line-height: 1.5;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.overflow-hidden {
	overflow: hidden
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold
}

.opacity4 {
	opacity: .4
}

.mb50 {
	margin-bottom: 50px
}

.fa {
	font-size: 14px
}

.card {
	padding: 15px;
	background: #fff;
	margin-bottom: 20px
}

.card.card-outline {
	outline: 2px solid #fa4d62;
	overflow: hidden
}

@media only screen and (min-width:768px) {
	.card {
		padding: 20px
	}
}

@media only screen and (min-width:1366px) {
	.card {
		padding: 30px
	}
}

#content {
	min-height: 600px
}

.form-indent {
	margin: 20px 0
}

.h100 {
	height: 100%!important
}

.main-title {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #ededed
}

@media only screen and (min-width:768px) {
	.main-title {
		padding: 20px
	}
}

.main-title h1,
.main-title h2,
.main-title h3 {
	margin: 0
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

.wrap {
	height: auto;
	min-height: 100%
}

header {
	position: relative;
	font-size: 14px;
	z-index: 60
}

.header-fixed__margin {
	display: block;
	height: 22rem
}

@media only screen and (min-width:768px) {
	.header-fixed__margin {
		height: 14rem
	}
	.common-home .header-fixed__margin {
		height: 12rem
	}
}

.headerfixed-margin.active {
	display: block
}

header .header-top {
	background: #fff
}

header .header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 20;
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}

@media only screen and (min-width:768px) {
	header .header-top {
		border-bottom: 0
	}
	header .header-top-box {
		height: 7rem
	}
}

@media only screen and (max-width:767px) {
	header .header-top-box>.container {
		padding: 0
	}
}

header .header-top .left-wrap .logo {
	height: 100%;
	display: table-cell
}

header .header-top .left-wrap .logo a {
	display: block
}

header .header-top .rw-top {
	background: #1f1c2d
}

header .header-top .rw-inner {
	position: relative;
}

header .header-top .main-menu__catalog {
	position: static;
}

header .header-top .item-info__link {
	font-size: 14px;
    color: #fff;
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

header .header-top .item-info:not(.item-menu):hover {
	background: #302d3e
}

header .header-top .item-menu .cat-link {
	color: #fff;
    background: linear-gradient(to right, #2e83c4, #74be3b);
    font-weight: 700;
    display: flex;
    height: 50px;
    align-items: center;
    padding-left: 20px;
	font-size: 12px
}

header .main-menu .main-menu__article {
	font-size: 0;
}

header .main-menu .item-article {
	display: inline-block;
	vertical-align: top;
}

@media only screen and (min-width:992px) {
	header .header-top .item-menu .cat-link {
		font-size: 13px;
		text-transform: uppercase;
	}
}

header .header-top .catalog-tel {
	font-size: 20px;
    line-height: normal;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
    color: #1f1c2d;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: inherit;
}

header .header-top .catalog-tel i {
	font-size: 22px;
}

header .header-top .catalog-tel span {
	padding-right: 10px
}

header .header-top .phone-item {
	height: 100%;
    width: 100%;
}

header .header-top .phone-item {
	cursor: default
}

header .phone-tel {
	font-weight: 500;
	font-size: 19px;
	display: inline-flex;
	flex-direction: column
}

header .phone-tel a {
	color: #222;
	transition: all .3s;
	display: block;
	font-weight: 700;
	margin-bottom: 5px
}

header .phone-tel a:hover {
	color: #4f84ea
}

header .phone-text-info {
	color: #999;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f2f5;
	padding-bottom: 20px;
	font-weight: 300;
	font-size: 13px
}

header .header-attention {
	position: relative;
	background: #f7f7f7;
	display: block;
	margin: 0 -30px -30px;
	padding: 20px 40px 20px 85px;
	font-size: 15px;
	font-weight: 300;
	margin-top: 35px
}

header .popup-help {
	font-size: 15px
}

header .popup-help div {
	color: #999;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 400
}

header .header-attention:before {
	content: '!';
	background: #81bf3b;
	color: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 30px;
	top: calc(50% - 20px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px
}

header .header-search{
	padding: 5px 0;
}

#cart {
	height: 100%
}

#cart .dropdown-toggle {
	background: linear-gradient(to right, #2e83c4, #74be3b);
	border: 0;
	padding: 0;
	height: 100%;
	border-radius: 0;
	font-size: 0;
	box-shadow: none;
	text-align: left;
	text-transform: none;
	color: #fff
}

@media only screen and (max-width:1199px) {
	#cart .no-products {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	#cart .dropdown-toggle {
		background: white
	}
}

#cart .dropdown-toggle:before {
	content: "";
    position: absolute;
    top: 23px;
    left: 23px;
    z-index: 1;
    background-image: url(/image/catalog/icon-svg/cart-white.svg);
    background-size: 100%;
    width: 22px;
    height: 22px;
}

@media only screen and (min-width:1200px) {
	#cart .dropdown-toggle {
		font-size: 13px;
		font-weight: 500;
		padding: 0 20px 0 73px
	}
	#cart .dropdown-toggle:before {
		left: 30px
	}
}

@media only screen and (min-width:0) and (max-width:767px) {
	#cart .dropdown-toggle:before {
		background-image: url(/image/catalog/icon-svg/cart.svg);
		top: 6px;
		left: 6px;
	}
}

#cart .dropdown-toggle .total-text {
	display: block
}

#cart .dropdown-toggle .count {
	position: absolute;
    left: 45px;
    top: 14px;
    min-width: 18px;
    height: 18px;
    border-radius: 20px;
	background-color: #ff506c;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.8;
    text-align: center;
    z-index: 1;
}

@media only screen and (min-width:0) and (max-width:767px) {
	#cart .dropdown-toggle .count {
		left: 20px;
		top: -4px;
	}
}

header .header-top .main-menu .cat-icon {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0
}

@media(min-width:992px) {
	header .header-top .main-menu .cat-icon {
		margin: 0 20px 0 0
	}
}

header .header-top .main-menu .cat-icon i {
	display: block;
	position: absolute;
	top: 9px;
	width: 20px
}

header .header-top .main-menu .cat-icon i,
header .header-top .main-menu .cat-icon i:before,
header .header-top .main-menu .cat-icon i:after {
	height: 2px
}

header .header-top .main-menu .cat-icon i:before {
	width: 15px
}

header .header-top .main-menu .cat-icon i:after {
	width: 11px
}

header .header-top .main-menu .cat-icon i,
header .header-top .main-menu .cat-icon i:before,
header .header-top .main-menu .cat-icon i:after {
	position: absolute;
	left: 0
}

header .header-top .main-menu .cat-icon i:before,
header .header-top .main-menu .cat-icon i:after {
	content: '';
	display: block;
	-o-transition: width .2s;
	transition: width .2s;
	will-change: width;
	border-radius: 3px
}

header .header-top .main-menu .cat-icon i,
header .header-top .main-menu .cat-icon i:before,
header .header-top .main-menu .cat-icon i:after {
	background: #fff
}

header .header-top .main-menu .cat-icon i:before {
	top: -6px
}

header .header-top .main-menu .cat-icon i:after {
	top: 6px
}

header .header-top .main-menu .item-menu:hover .cat-icon i:before,
header .header-top .main-menu .item-menu:hover .cat-icon i:after {
	width: 20px
}

header .header-top .main-catalog {
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 600px;
	overflow: auto;
	padding: 25px 30px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	pointer-events: none;
}

header .header-top .item-menu:hover .main-catalog {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

header .header-top .main-catatalog__inner{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}

header .header-top .main-catatalog__inner>li .menu-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

header .header-top .main-catatalog__inner>li .menu-img img {
	max-width: 100%
}

header .header-top .main-catatalog__inner .submenu>li {
	margin-bottom: 5px
}

header .header-top .main-catatalog__inner li a {
	color: #555;
	display: block
}

header .header-top .item-menu .sub-title {
	font-weight: 600;
	color: #222;
	display: block;
	font-size: 15px;
	line-height: 20px;
}

header .header-top .main-catatalog__inner li a:hover,
header .header-top .main-catatalog__inner li a.sub-title:hover {
	color: #483d8b
}

header .header-top .main-catatalog__inner>li {
	position: relative;
	padding: 15px 24px 24px 65px;
	min-width: 274px;
}

header .header-top .submenu {
	padding-top: 10px;
}

header .header-top .submenu-link {
    font-size: 14px;
}

.overlay {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 59;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 65px, rgba(20, 20, 20, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 65px, rgba(20, 20, 20, 0.4) 100%)
}

/* success modal */
.success-modal {
	position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 300px;
    z-index: 9999;
}

.success-modal .success-container {
	padding: 20px;
    border-radius: 8px;
    background: #020c15;
    padding-right: 37px;
}

.success-modal .success-container,
.success-modal a {
	color: #fff;
}

.success-modal button.close {
	text-shadow: none;
    color: #fff;
    background: #1c2e3d;
    opacity: 1;
    border-radius: 30px;
    width: 20px;
    height: 20px;
}

.success-modal button.close i {
	vertical-align: 3px;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.animated {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.hover-catalog .overlay {
	opacity: 1;
	visibility: visible
}

.header-grid {
	width: 100%;
	display: flex;
	height: 7rem;
}

.flex-none {
	flex: 0 0 auto;
}

@media only screen and (min-width:0) and (max-width:767px) {
	.header-grid {
		height: 6rem
	}
}

.mobile-search,
.mobile-icon-user {
	position: absolute;
	top: 1.5rem;
	line-height: 2.7rem;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 3.2rem;
	text-align: center
}

.mobile-search {
	right: 9rem
}

.mobile-icon-user {
	right: 5rem
}

.mobile-search:after {
	background: url(/image/catalog/icon-svg/search.svg) no-repeat
}

.mobile-icon-user:after {
	background: url(/image/catalog/icon-svg/user.svg)  no-repeat
}

.mobile-search:after,
.mobile-icon-user:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: 100%;
	background-position: 50%;
	width: 20px;
	height: 20px
}

.header-logo {
	z-index: 1;
	flex: 0 0 auto;
}

.header-logo {
	max-width: 237px;
}

.header-logo__name {
	display: block;
    line-height: normal;
    white-space: normal;
	color: inherit;
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.header-logo {
		padding-left: 50px;
	}
	.header-logo__name {
		font-size: 15px;
	}
}

@media only screen and (max-width: 359px) {
	.header-logo {
		max-width: 195px;
	}
}

.header-list-mobile {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	padding: 0;
	transition: transform .4s cubic-bezier(.19, 1, .22, 1);
	transform: translateY(100%);
	overflow-x: hidden;
	overflow-y: auto
}

.header-list-mobile.show {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

@media only screen and (min-width:768px) {
	.header-list-mobile {
		display: none!important
	}
}

.header-cell {
	position: relative;
	display: flex;
	height: 100%;
	justify-content: center;
	transition: background .2s ease-in-out;
	align-items: center;
}

@media only screen and (max-width: 1075px) {
	header .header-open {
		display: none;
	}
}

header .header-open .job-text {
    display: flex;
    height: 100%;
    font-size: 18px;
    align-items: center;
    padding: 0 15px;
    color: black;
    line-height: 20px;
    letter-spacing: normal;
    justify-content: center;
    padding-left: 75px;
    position: relative;
}

header .header-open .job-text:before {
    content: "";
    display: inline-block;
    background: url(/image/catalog/icon-svg/clock-outline.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 20px;
    top: 15px;
}

.account-list-item {
	padding: 0;
	list-style: none
}

.account-list-item-empty:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%
}

.account-list-item-empty {
	border-bottom: 1px solid #ededed
}

.account-list-item-header {
	height: 6rem;
	font-size: 0;
	line-height: 0
}

.account-list__link .icon-login-sign {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem
}

.icon-login-sign {
	background: url(/image/catalog/icon-svg/sign-in.svg) no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	background-size: 100% 100%;
	margin: -3px 10px 0 0
}

.account-list__link>.mobile-list-link:after,
.container-inner>.nav-mobile-list>.nav-mobile-list-item.sub-screen>.nav-mobile-list-link:after {
	content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTQwLjQsMTIxLjNjLTAuOCwwLjgtMS44LDEuMi0yLjksMS4ycy0yLjEtMC40LTIuOS0xLjJjLTEuNi0xLjYtMS42LTQuMiAwLTUuOGw1MS01MS01MS01MWMtMS42LTEuNi0xLjYtNC4yIDAtNS44IDEuNi0xLjYgNC4yLTEuNiA1LjgsMGw1My45LDUzLjljMS42LDEuNiAxLjYsNC4yIDAsNS44bC01My45LDUzLjl6IiBmaWxsPSIjMDAwMDAwIi8+CiAgPC9nPgo8L3N2Zz4K);
    background-size: 1em;
    content: '';
    height: 1em;
    opacity: .7;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 1em;
}

.account-list-item .account-list__link {
	border-bottom: 1px solid #ededed
}

.account-list-item .account-list__link .count {
	min-width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #ff506c;
    font-size: 11px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    margin-left: 7px;
}

.nav-close {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 999;
	background-color: transparent;
	border: 0;
	outline: 0;
	height: 3rem;
	width: 3rem;
	-webkit-appearance: none
}

.nav-close:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(0, 0, 0, .14);
	transition: .2s ease-in-out;
	background: #fff;
}

.nav-close:after {
	content: "";
	background: url(/image/catalog/icon-svg/icon-close.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media only screen and (min-width:768px) {
	.nav-close {
		display: none
	}
	.header-phone {
		flex-grow: 1;
		padding: 0 15px;
	}
}

.header-list-mobile-inner {
	padding: 0
}

.search-control__input {
	border: 1px solid #dde2e8;
    box-shadow: none;
    transition: box-shadow .15s ease-out;
    font-size: 16px;
    padding: 10px 50px 10px 13px;
    border-radius: 5px;
    outline: none;
    height: 40px;
    width: 100%;
    -webkit-appearance: none;
    display: block;
	background: #fff;
}

.search-control__input:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.search-btn {
	position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    padding: 0 15px;
    height: 40px;
}

.search-control-mobile .custom-btn-push {
	font-family: inherit;
	font-size: 17px;
	color: inherit;
	letter-spacing: inherit;
	position: absolute;
	right: 0;
	top: 0
}

.search-control .search-control-submit {
	position: absolute;
	top: 0;
	right: 0;
	color: #4c1e87;
	background-color: transparent;
	width: 5rem;
	height: 100%;
	padding: 0;
	border-radius: 4px;
	font-size: 0
}

.search-control__icon {
	display: block;
	margin: 0 auto;
	background: url(/image/catalog/icon-svg/search.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 20px;
	height: 20px
}

.search-icon__close {
	display: none;
}

@media only screen and (max-width:767px) {
	.header-phone {
		position: fixed;
		width: 100%;
		height: auto;
		background: #fff;
		display: none;
		padding: 1rem;
		z-index: 3;
	}
	.header-account {
		display: none;
	}
	#search {
		padding-left: 35px;
	}
	.search-icon__close {
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
	}
}

.user-blocks {
	width: 7rem;
	flex: 0 0 auto;
}

.header-account__inner {
	height: 100%;
    width: 100%;
}

.header-account__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header-account__icon i {
	display: inline-block;
    background: url(/image/catalog/icon-svg/user.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 20px;
    height: 20px;
}

.header-account__dropdown {
	font-size: 0;
	background-color: #fff;
	width: 50rem;
	padding: 0 3rem
}

.popup-dropdown {
	display: none;
	position: absolute;
	top: 7rem;
	left: 0;
	z-index: 10;
	opacity: 0;
	box-shadow: 3px 5px 10px rgba(0, 0, 0, .07)
}

@media only screen and (min-width:768px) {
	.popup-dropdown {
		transition: opacity .1s ease-out
	}
}

.popup-dropdown__right {
	right: 0;
	left: auto;
	box-shadow: -3px 5px 10px rgba(0, 0, 0, .07)
}

.popup-show .popup-dropdown {
	display: block
}

.popup-open .popup-dropdown {
	opacity: 1
}

.popup-dropdown__close {
	position: absolute;
	top: 3rem;
	right: 3rem;
	height: 3rem;
	width: 3rem;
	text-align: center;
	outline: 0;
	-webkit-appearance: none;
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 50%
}

.popup-dropdown__close:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(0, 0, 0, .14);
	transition: .2s ease-in-out
}

.popup-dropdown__close:hover:before {
	border-color: transparent;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .14)
}

.popup-dropdown__close:after {
	content: "";
	position: absolute;
	background: url(/image/catalog/icon-svg/icon-close.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 1rem;
	height: 1rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.header-account-block {
	padding: 1.8rem 0;
	border-top: 1px solid #ededed
}

.header-account-block-auth {
	padding: 2.8rem 0
}

.header-account-block:nth-child(2) {
	border-top: 0
}

.stroke-btn {
	border: 0;
	background-color: transparent;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .6px;
	line-height: 38px;
	padding: 0 2.8rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out
}

.stroke-btn.stroke {
	background: #fff;
	border-style: solid;
	border-width: 2px
}

.stroke-btn.stroke {
	border-color: #222;
	color: #222
}

.stroke-btn.stroke:hover {
	border-color: #ff506c;
	color: inherit
}

.stroke-btn span {
	z-index: 1
}

.header-account-sign-up {
	margin-left: 20px;
    font-size: 15px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}

.header-account-sign-up:hover {
	color: #483d8b
}

.header-account-list {
	line-height: 2;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.header-account__dropdown::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -10px;
	right: 25px;
	content: ""
}

.header-account-list>li>a {
	color: inherit;
	font-size: 17px
}

.header-account-list .account-links>span {
	position: static;
    display: inline-block;
    margin-left: 7px;
}

.header-account-list a:hover {
	color: #483d8b
}

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

.header-compare:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	bottom: 1rem;
	width: 1px;
	background: #ededed
}

@media only screen and (min-width:0) and (max-width:767px) {
	.header-compare:after {
		display: none
	}
}

.header-compare__inner {
	height: 100%;
	width: 100%;
}

.header-compare__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.header-compare__icon i {
	display: inline-block;
    background: url(/image/catalog/icon-svg/libra.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 22px;
    height: 22px;
}

@media only screen and (min-width:768px) {
	.header-compare-count {
		position: absolute;
		left: 50%;
		top: 15px;
		min-width: 18px;
		height: 18px;
		border-radius: 20px;
		background-color: #ff506c;
		font-size: 11px;
		color: #ffffff;
		line-height: 1.8;
		text-align: center;
	}
	.mobile-contacts .mobile-only{
		display: none;
	}
}

.user-blocks:hover {
	background-color: #f1f4f6
}

.header-cart-empty:hover:after,
.header-account:hover+.header-cell:after {
	display: none
}

@media only screen and (min-width:0) and (max-width:767px) {
	.header-grid .header-cart {
		width: 3.2rem;
		height: 3.2rem;
		position: absolute
	}
}

@media only screen and (max-width:767px) {
	.header-cart {
		top: 1.5rem;
		right: 1.5rem;
		height: 100%;
	}
}

@media only screen and (min-width:1200px) {
	.header-cart {
		width: 190px
	}
}

.header-cart__inner {
	height: 100%;
	width: 100%;
}

@media only screen and (min-width:1200px) {
	.header-cart__inner {
		text-align: left
	}
}

.header-hamburger.mobile-only {
	display: block
}

@media only screen and (min-width:768px) {
	.header-hamburger.mobile-only {
		display: none
	}
}

.header-hamburger {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 30px;
	height: 30px;
	z-index: 2;
	background: transparent;
    padding: 0;
    border: 0;
}

.header-hamburger .header-hamburger__icon {
	width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
	padding-top: 3px;
}

.header-hamburger .header-hamburger__line {
	width: inherit;
    height: 2px;
    background: #222;
    display: block;
}

.header-hamburger .header-hamburger__line.line-middle {
    margin-top: 4px;
}

.header-hamburger .header-hamburger__line.line-bottom {
    margin-top: 4px;
}

.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #fff;
	width: 100vw;
	height: 100%;
	transition: transform .45s cubic-bezier(.19, 1, .22, 1);
	transform: translateX(-100%);
	overflow-x: hidden;
	overflow-y: auto
}

.mobile-nav.open {
	transform: translateX(0)
}

.nav-container {
	padding: 0;
	height: 100%
}

.nav-mobile-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.nav-mobile-list-item {
	border-bottom: 1px solid #ededed
}

.nav-mobile-list-item-header {
	background-color: #ededed;
	height: 5rem;
	margin: 0 -1rem;
	font-size: 0;
	line-height: 0
}

.nav-mobile-list-item-empty {
	background-color: transparent;
	margin: 0
}

.nav-mobile-list-link.has-icon {
	padding-left: 4.5rem
}

.nav-mobile-list-link.has-icon:before {
	content: "";
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-mobile-list-item.icon-catalog .nav-mobile-list-link:before {
	background: url(/image/catalog/icon-svg/grid-menu.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 16px;
    height: 16px;
}

@media only screen and (min-width:0) and (max-width:767px) {
	.sub-screen-sub {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: none
	}
}

@media only screen and (min-width:0) and (max-width:767px) {
	.sub-screen.active>.sub-screen-sub {
		display: block;
		overflow: visible
	}
}

@media only screen and (min-width:0) and (max-width:767px) {
	.sub-screen-back {
		position: absolute;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		background-color: transparent;
		border: 0;
		outline: 0;
		transition: opacity .2s ease-out, visibility .2s ease-out;
		left: 1rem;
		top: 1rem;
		width: 3rem;
		height: 3rem;
		-webkit-appearance: none
	}
	.sub-screen-back:after {
		content: "";
		background: url(/image/catalog/icon-svg/left-arrow.svg) no-repeat;
		background-size: 100%;
		background-position: 50%;
		width: 14px;
		height: 10.05128px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}
}

@media only screen and (min-width:0) and (max-width:767px) {
	.sub-screen-back.active {
		visibility: visible;
		opacity: 1
	}
}

.mobile-only {
	display: block
}

.nav-mobile-list-item-header:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%
}

.nav-mobile-list-link {
	position: relative;
    display: block;
    color: #222;
    padding: 15px;
}

.mobile-phone a {
	color: black;
	font-size: 17px
}

.owl-carousel.carousel .owl-wrapper-outer {
	box-shadow: none;
	border: 0;
	border-radius: 0
}

.product-thumb {
	padding: 15px;
	background: #fff
}

@media only screen and (min-width:768px) {
	.product-thumb {
		padding: 28px
	}
}

.product-thumb {
	height: 100%;
    display: flex;
    flex-direction: column;
}

.product-layout {
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
}

@media only screen and (min-width: 768px) {
	.product-layout:hover {
		box-shadow: 0 8px 25px rgba(48, 48, 48, 0.15);
		z-index: 2;
	}
}

.product-thumb .image {
	position: relative;
	padding-bottom: 28px;
}

.product-thumb .caption {
	min-height: 130px;
	margin-bottom: 20px
}

.stock {
	background: #f0f2f5;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 6px;
    font-weight: 600;
    display: inline-block;
    border-radius: 2px;
}

.product-thumb .product-name {
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 13px;
	color: #222;
	margin-top: 5px;
}

@media only screen and (min-width:768px) {
	.product-thumb .product-name {
		font-size: 15px
	}
	.viewed-box .product-thumb .caption h4 a:hover,
	.product-thumb .product-name:hover {
		color: #483d8b
	}
}

.product-thumb .product-name,
.product-thumb .product-des {
	margin-bottom: 10px
}

.product-thumb .price-button {
	margin-top: auto;
}

.product-thumb .product-des {
	color: #666;
	font-size: 13px;
	display: none
}

.product-thumb .control-fastorder {
	display: none;
	height: 0;
}

.product-thumb .button-group button.btn-primary {
	position: relative;
	padding: 8px 15px 8px 40px;
    font-size: 13px;
    color: #222;
    background-color: #fbe630;
    border: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .225s ease;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fceb36), to(#f7d219));
    background-image: -o-linear-gradient(top, #fceb36, #f7d219);
    background-image: linear-gradient(to bottom, #fceb36, #f7d219);
    -webkit-box-shadow: 0 1.15rem 1.75rem -0.4rem rgb(0 0 0 / 15%);
    box-shadow: 0 1.15rem 1.75rem -0.4rem rgb(0 0 0 / 15%);
    width: 100%;
}

.product-thumb .button-group button:hover {
    color: #222;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 38%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 38%);
}

.product-thumb .button-group button i {
	position: absolute;
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(/image/catalog/icon-svg/cart.svg);
}

.product-thumb .button-group .boc_order_category_btn {
	margin-top: 10px;
}

.product-thumb .price .main-price {
	font-size: 20px;
    color: #333;
    font-weight: 600;
}

.product-thumb .price .main-price,
.product-thumb .price .price-old {
	display: block;
	line-height: normal
}

.product-thumb .price .price-old {
	font-size: 13px;
    color: gray;
    position: relative;
    top: 1px;
    text-decoration: line-through;
}

@media only screen and (max-width:600px) {
	.product-thumb .price .price-old {
		padding-top: 0;
		font-size: 13px
	}
	.product-thumb .price-button {
		min-height: 60px
	}
	.product-thumb .price .main-price {
		font-size: 19px
	}
}

.price-tax {
	display: block;
	color: #337ab7;
	font-size: 11px;
	font-weight: 500
}

@media only screen and (max-width:767px) {
	.price-tax {
		font-size: 11px;
		height: 20px;
		line-height: 20px;
		letter-spacing: -.44px
	}
}

.rating .star {
	background-image: url(/image/catalog/icon-svg/star.svg)
}

.rating .star-empty {
	background-image: url(/image/catalog/icon-svg/star-empty.svg)
}

.rating .star,
.rating .star-empty {
	background-size: 100%;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.product-thumb .reviews-item {
	display: inline-block;
    position: relative;
    padding-left: 30px;
}

.product-thumb .reviews-item:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 10px;
	width: 15px;
	height: 15px;
	display: block;
	background-size: cover;
	background-image: url(/image/catalog/icon-svg/chat-balloon.svg);
}

.product-thumb .reviews-item a {
	color: #526975;
    font-size: 13px;
}

.product-thumb .product-not-available .value {
	display: inline-block;
	font-size: 13px;
	color: gray
}

.product-thumb .product-not-available .stock {
	font-weight: 700;
	color: #9acd32
}

.product-thumb .price-button .button-group {
    width: 100%;
    margin: 20px 0px 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.product-thumb .hover-info {
	display: none!important;
	padding: 0 20px 10px;
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 3;
	left: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 8px 25px rgba(48, 48, 48, 0.2);
	margin-top: 20px;
	border-top: 1px solid;
	border-color: #f1f4f6
}

@media only screen and (min-width:768px) {
	.product-thumb:hover .hover-info {
		display: block!important
	}
}

.product-thumb .hover-info .attributes .short-item {
	margin-top: 7px;
	font-size: 13px;
	line-height: 18px
}

.product-thumb .hover-info .attributes .attr-right {
	color: #222
}

.product-thumb .product-attributeibute:before {
	position: absolute;
	top: -28px;
	left: -20px;
	right: -20px;
	z-index: 1;
	height: 20px;
	content: "";
	background: #fff
}

.toolbar-icons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}

.toolbar-icons span {
	display: flex;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f0f2f5;
    transition: background .2s;
    margin: 0 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    align-items: center;
    justify-content: center;
}

.toolbar-icons span i {
	width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
}

.toolbar-icons span:hover {
	cursor: pointer;
	background-color: #e9ecef
}

.toolbar-icons .percent-icon>span {
	background: #fa5e70;
	color: #fff;
	font-size: 11px;
	cursor: auto
}

@media only screen and (max-width:991px) {
	.product-list .product-thumb .boc_order_category_btn {
		display: none;
	}
}

@media only screen and (min-width:768px) {
	.product-list .product-thumb {
		display: table;
		width: 100%;
		border-right: 0;
		min-height: 183px
	}	
	.product-list .product-thumb>div {
		display: table-cell;
		vertical-align: top
	}
	.product-list .product-thumb .image {
		width: 15%;
		padding-right: 20px;
	}
	.product-list .product-thumb .caption {
		width: 65%;
		padding-right: 20px;
	}
	.product-list .product-thumb .price-button {
		width: 20%;
		text-align: center;
	}
	.product-list .product-thumb .product-des {
		display: block
	}
	.product-list .product-thumb .product-name {
		font-weight: 700;
		font-size: 19px;
		line-height: 26px;
		max-height: inherit
	}
	.product-list .product-thumb .price-button .button-group {
		position: inherit
	}
	.product-list .product-thumb .price-button .price {
		margin-bottom: 15px
	}
	.product-list .product-thumb:hover .hover-info {
		bottom: -173px
	}
	.product-list .product-thumb .toolbar-icons {
		top: 20px;
		right: 20px;
	}
}

.list-group li {
	position: relative;
	list-style: none
}

.list-sub.active>a {
	font-size: 12px;
	color: inherit
}

@media only screen and (min-width:1200px) {
	.list-sub.active>a {
		font-size: 15px;
		font-weight: 600
	}
}

.list-group .list-sub.active>a,
.list-dropdown>li:hover>a,
.list-sub:hover>a {
	background: #ffffff;
	color: #222
}

.list-group .list-dropdown,
.list-group .list-dropdown-menu {
	padding: 0
}

.list-group .list-dropdown-menu {
	padding-bottom: 15px;
	background: #fff;
}

.list-group .list-sub:hover .list-dropdown-menu {
	left: 100%;
	opacity: 1;
	visibility: visible
}

.list-group .list-dropdown-menu>li>a {
	padding: 13px 20px 11px 17px;
	display: block;
	color: #222;
	font-size: 13px;
	transition: all .3s;
	border-bottom: 1px solid #f1f4f6;
	background: #fff;
}

.list-group .list-dropdown-menu>li>a:last-child {
	border-bottom: 0
}

@media only screen and (min-width:1025px) {
	.list-group .list-dropdown-menu>li>a {
		font-size: 15px;
		padding: 5px 20px 5px 60px
	}
}

.list-group .list-dropdown>li>a>img {
	display: none
}

@media(min-width:1200px) {
	.list-group .list-dropdown>li>a {
		padding-left: 60px
	}
	.list-group .list-dropdown>li>a>img {
		position: absolute;
		display: block;
		left: 15px;
		top: 50%;
		mix-blend-mode: multiply;
		z-index: 1;
		transform: translateY(-50%);
	}
}

.list-group .list-sub .list-sub-item:after {
	content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    background: url(/image/catalog/icon-png/plus.png) no-repeat;
    transition: all .3s;
}

.list-group .list-sub .list-sub-item.active:after {
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	#content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media(min-width: 1360px) {
	#column-left, 
	#column-right,
	#content.no-columns .product-grid, 
	.main-menu__catalog {
		-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%;
	}
}

.refine-block {
	margin-bottom: 20px;
}

.refine-block .item {
	text-align: center;
    background: #fff;
    overflow: hidden;
    border-right: 2px solid #f0f2f5;
    border-top: 2px solid #f0f2f5;
}

.refine-block .item:hover a,
.refine-block .item:hover .refine-icon-more {
	color: #483d8b
}

.refine-block .item a {
	line-height: 20px;
    color: #222;
    display: block;
    padding: 30px 0 70px 0;
    position: relative;
}

.refine-icon-more {
	margin: 0 0 0 38px;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
	color: #222;
	vertical-align: middle;
	height: 10px;
	display: none
}

.refine-icon-more:before {
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	line-height: 2.2;
	border-radius: 50%;
	border: 1px solid #f0f2f5;
	top: -8px
}

.refine-block .item a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.28) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.28) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

.refine-block .item:hover>a:before {
	-webkit-animation: shine .75s;
	animation: shine .75s
}

@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}

.refine-block .item .item-name {
	display: flex;
    height: 50px;
    position: absolute;
    width: 100%;
    font-size: 13px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    justify-content: center;
    padding: 0 15px;
}

@media only screen and (min-width:1200px) {
	.refine-block .item .item-name {
		font-size: 15px
	}
}

#list-view.btn.active,
#grid-view.btn.active {
	background: #483d8b;
	color: #fff;
}

#list-view.btn,
#grid-view.btn {
	background: #f0f2f5;
    height: 34px;
    width: 34px;
    padding: 0;
}

#input-sort, #input-limit {
	height: 34px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 31px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #222;
}

.product-card {
	margin-bottom: 20px
}

.product-card>.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0
}

.product-card>.row>[class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
	margin-bottom: 2px;
}

@media only screen and (max-width:767px) {
	.product-quantity,
	.product-buy-btn {
		margin-bottom: 20px
	}
}

#tab-specification .table>tbody>tr>td {
	color: #333;
	line-height: 20px;
	padding: 10px 0 8px;
	border: 0
}

#tab-specification .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent
}

#tab-specification .table>tbody>tr>td:first-child span.white {
	background: #fff;
	position: relative
}

#tab-specification .table>tbody>tr>td:first-child span.td-attr {
	padding-right: 10px
}

#tab-specification .table>tbody>tr>td:first-child {
	width: 60%;
	padding-right: 10px
}

#tab-specification .table>tbody>tr>td:last-child {
	width: 40%
}

@media only screen and (min-width:768px) {
	#tab-specification .table>tbody>tr>td:first-child {
		width: 70%
	}
	#tab-specification .table>tbody>tr>td:first-child>div {
		background: url(/image/catalog/icon-png/dotted.png) 100% 90% repeat-x
	}
	#tab-specification .table>tbody>tr>td:first-child span.td-attr {
		display: inline
	}
	#tab-specification .table>tbody>tr>td:last-child {
		width: 30%
	}
}

.product-options .cont-title {
	margin-top: 0;
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: normal;
	color: inherit
}

.thumbnails-block {
	padding-bottom: 20px;
}

.thumbnails-block .slider-for {
	margin-bottom: 20px;
}

.image-additional {
	position: relative;
	cursor: pointer;
    display: inline-block!important;
    float: none!important;
    transition: .2s ease-in-out;
    width: 6rem!important;
    height: 5rem!important;
}

.image-additional:before,
.image-additional:after {
	content: "";
    display: block;
    height: 5rem!important;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 5rem!important;
    transform: translate(-50%,-50%);
}

.slider-nav {
    position: relative;
    display: block;
    text-align: center;
}

.slider-nav__container {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider-nav .slick-arrow {
	height: 4.4rem;
    position: absolute;
    top: 0;
    width: 4.4rem;
    border-radius: 0;
    box-shadow: none;
    transform: none!important;
    margin-top: 0;
    opacity: 1;
    bottom: 0;
}

.slider-nav .slick-prev.slick-arrow {
	right: 0;
}

.slider-nav .slick-next.slick-arrow {
	left: 0;
}

.slider-nav .slick-slide img {
    display: none;
}

@media only screen and (min-width: 768px) {
	.thumbnails-block .slider-nav {
		width: 36.6rem;
	}
	.slider-nav {
		display: inline-block;
		height: 5rem;
		overflow: hidden;
		padding: 0 3.3rem;
	}
	.slider-nav__container {
		font-size: 0;
		line-height: 0;
		text-align: center;
		padding-top: 3rem;
		display: block;
		position: static;
		margin: 0 -2rem;
	}
	.image-additional:before {
		box-sizing: border-box;
		border: 1px solid #ededed;
	}
	.image-additional.slick-active:after {
		background: rgba(0,0,0,.3);
		opacity: 0;
		transition: .2s ease-in-out;
	}
	.slider-nav .slick-arrow {
		width: 3.3rem;
		height: 5rem;
	}
	.slider-nav .slick-slide img {
		display: block;
		left: 50%;
		max-height: 4.8rem;
		max-width: 4.8rem;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}

.image-additional.slick-current:after {
    opacity: 1;
}

.thumbnails {
	list-style: none;
	padding: 0;
	font-size: 0
}

.catalog-bottom,
.catalog-center,
.catalog-header {
	background: #fff;
	padding: 10px
}

.catalog-bottom {
	margin-bottom: 30px;
	background: #fafafa
}

.catalog-header,
.catalog-center {
	border-bottom: 1px solid #ededed
}

.catalog-center {
    margin-bottom: 30px;
}

.catalog-detail,
.detail-bottom {
	margin-bottom: 20px;
}

.catalog-detail {
    padding: 15px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

@media only screen and (min-width: 768px) {
    .catalog-detail {
        padding: 20px 25px;
    }
}

@media only screen and (min-width:768px) {
	.catalog-info-user {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

@media only screen and (min-width:1280px) {
	.catalog-center .box-center {
		padding-right: 40px
	}
}

.catalog-header h1 {
	font-weight: 800;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    letter-spacing: normal;
}

@media only screen and (min-width:768px) {
	.catalog-bottom,
	.catalog-center,
	.catalog-header {
		padding: 30px
	}
	.catalog-header h1 {
		font-size: 31px;
		line-height: 41px;
		flex: 1;
		padding-right: 65px;
		margin-bottom: 0
	}
}

.catalog-header .item-stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.catalog-header .item-stats .sku-block {
	font-size: 13px;
	margin-right: 10px
}

.catalog-header .item-stats .rating a {
	padding-left: 30px;
	font-size: 14px;
	color: #222;
	letter-spacing: normal
}

.catalog-header .item-stats .rating a:hover {
	color: rgba(13, 82, 214, 1)
}

.catalog-header .product-btn {
	display: none
}

@media only screen and (min-width:768px) {
	.catalog-header .product-btn {
		display: block
	}
}

.catalog-header .item-stats .rating a.review-link:before,
.catalog-header .item-stats .rating a.review-write:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 10px;
	width: 15px;
	height: 15px;
	display: block;
	background-size: cover
}

.catalog-header .item-stats .rating a.review-link:before {
	background-image: url(/image/catalog/icon-svg/speech-bubble.svg)
}

.catalog-header .item-stats .rating a.review-write:before {
	background-image: url(/image/catalog/icon-svg/writing.svg)
}

.thumbnails-block .additional-photo {
	display: inline-block
}

.thumbnails-block .additional-photo {
	margin: 0 10px 10px 0
}

.product-attribute {
	color: #999;
	font-size: 13px;
	padding: 0 0 20px
}

.reviews-rate {
	height: 17px;
	display: inline-block;
	margin: 0 0 17px 0;
	vertical-align: top;
	line-height: 17px
}

.reviews-rate .rating span {
	width: 15px;
	height: 15px
}

.review-link {
	line-height: 21px;
    vertical-align: top;
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 13px;
    white-space: nowrap;
}

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

.product-brand__image {
	flex: 0 0 auto;
	margin-right: 10px;
}

.product-brand__image img {
	width: 100px;
}

.product-brand__name {
	display: block;
    flex-grow: 1;
    white-space: normal;
	font-size: 13px;
}

.product-attribute__text {
	margin: 0;
	padding: 0;
	list-style: none
}

.product-attribute__text li {
	padding-bottom: 7px
}

.product-attribute__text li span:not(.button-link) {
	color: #222
}

.item-stats .rating {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline
}

.item-stats .rating .star {
	margin-right: 3px
}

.item-stats .review-link {
	padding-left: 10px;
	text-decoration: underline;
	font-size: 13px
}

.icon-special img {
	padding-right: 10px
}

.rating-info-block {
	padding: 12px 0;
	margin: 0 0 12px;
	border-top: 1px solid #e6eae6;
	overflow: hidden
}

.rating-info-block .average-rating {
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 19px;
	color: #29353b
}

.rating-info-block .rating>span>i {
	font-size: 26px
}

.based-review {
	margin: 20px 0 5px 0
}

.based-review-text {
	font-size: 15px;
	display: inline-block;
	height: 32px;
	border-radius: 50px;
	padding: 0 15px;
	line-height: 32px;
	color: #222;
	background: rgba(217, 227, 236, .5)
}

.based-review-text>span {
	color: #29bb44;
	padding-right: 25px;
	font-weight: 600
}

.based-review-text>span:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	width: 15px;
	height: 15px;
	display: block;
	background-size: cover;
	background-image: url(/image/catalog/icon-svg/comment.svg)
}

.form-review-entry {
	margin: 30px 0
}

.table.table-attributes strong {
	font-size: 20px;
	padding: 8px 0;
	display: block;
	font-weight: 600
}

.product-quantity input {
	padding: 0 10px;
    border: 1px solid #ccc;
    width: 50px;
    height: 35px;
    border-width: 1px 0 1px 0;
    font-size: 15px;
    text-align: center;
}

.product-quantity .plus-minus {
	display: -webkit-flex;
	display: flex
}

.product-buy-btn .button-cart {
	display: flex;
	flex-wrap: wrap;
}

.product-quantity .plus-minus button {
	width: 35px;
    height: 35px;
    line-height: 30px;
    padding: 0;
}

.product-quantity .plus-minus button.btn-pls {
    border-radius: 3px 0 0 3px;
}

.product-quantity .plus-minus button.btn-mns {
    border-radius: 0 3px 3px 0;
}

.product-quantity .plus-minus button:active,
.product-quantity .plus-minus button:focus,
.product-quantity .plus-minus button:hover {
	background: #f1f4f6;
    border-color: #cccccc;
}

.product-price .price {
	margin-bottom: 20px
}

.product-price .price .price-caption {
	font-weight: 700
}

.product-price .price-info {
	margin-right: 20px;
}

.product-price .price .price-panel {
	color: #222;
	line-height: 1;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-price .product-price-original {
	display: flex;
	align-items: center;
	height: 30px;
}

.product-price .price .price-old {
	text-decoration: line-through;
	color: #999;
	margin-right: 10px;
	font-size: 18px;
}

.product-price .price .product-sticker {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	background: #ffdd1c;
	color: #222;
	font-size: 13px;
	vertical-align: middle;
}

.product-price .price .product-economy {
	background: #efefef;
	padding-left: 3rem;
}

.product-price .price .product-economy:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .9rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.product-price .price .product-economy:after {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(/image/catalog/icon-svg/flame.svg);
}

.product-price .price .main-price {
	font-size: 41px;
    font-weight: 700;
	line-height: normal;
}

.product-btn {
	font-size: 0
}

.product-btn button.btn {
	border-radius: 30px;
    position: relative;
    padding-left: 33px;
}

@media only screen and (max-width:360px) {
	.product-btn button.btn {
		font-size: 12px
	}
}

.product-btn button.btn:hover {
	background: #f8f9fa;
	border-color: #e9ecef;
	color: #483d8b
}

.product-btn button.btn+.btn {
	margin-left: 8px
}

.product-btn button.btn:before {
	content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    background-size: 100%;
    width: 16px;
    height: 16px;
}

.discount-price {
	color: #6e7683;
	font-size: 15px;
	padding-bottom: 5px
}

.discount-price>span {
	color: #222;
	display: inline-block;
	text-align: left
}

.product-checkbox,
.product-radio {
	display: none
}

.product-options {
	font-size: 0
}

.product-options label.control-label {
	font-size: 13px
}

.product-options .radio,
.product-options .checkbox {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0
}

.product-options input[type=radio],
.product-options input[type=checkbox] {
	position: absolute;
	left: -9999px
}

.product-options .checkbox label,
.product-options .radio label {
	padding-left: 0
}

.product-options .options-text {
	background-color: #ededed;
    border-radius: 3px;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    padding: 0 10px;
    transition: all .2s ease-in-out;
    line-height: 34px;
}

.product-options .options-image,
.product-options .options-text {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.product-options .alert {
	font-size: 13px
}

.product-options input:checked~label .options-text {
	background: #483d8b;
	color: #fff
}

.product-options label img {
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	border: 2px solid #ddd;
	padding: 3px
}

.product-options input:checked~label img {
	border: 2px solid #483d8b
}

.promo {
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 0;
	line-height: 1.4;
	margin-left: -10px
}

.promo,
.promo__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:1199px) {
	.promo,
	.promo__item {
		flex-wrap: wrap;
		margin-bottom: 10px
	}
}

.promo__item {
	margin-left: 10px;
	text-decoration: none;
	width: calc(50% - 10px);
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.04) 0 2px 4px 0
}

.promo__icon {
	display: block;
	-ms-flex: none;
	flex: none;
	width: 60px;
	height: 60px
}

.promo__icon img {
	border-radius: 4px;
	width: 100%;
	height: 100%
}

.promo__info {
	-ms-flex: 1;
	flex: 1;
	margin-left: 20px
}

.promo__title {
	color: #2a2a2a;
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	transition: color .2s ease-out
}

.promo__text {
	color: #686f8a;
	display: block;
	font-size: 13px
}

@media screen and (max-width:1024px) {
	.promo__item {
		text-align: center
	}
	.promo__icon {
		margin-bottom: 20px
	}
	.promo__info {
		margin-left: 0
	}
}

@media screen and (max-width:767px) {
	.promo__item {
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: left;
		width: 100%
	}
	.promo__icon {
		margin-bottom: 0
	}
	.promo__info {
		margin-left: 20px
	}
	.promo {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0
	}
}

.promo-img {
	font-size: 0;
	display: none
}

@media only screen and (min-width:768px) {
	.promo-img {
		font-size: 0;
		display: block
	}
}

.promo-img__flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.promo-img__flex-item {
	border-radius: 3px;
	-ms-flex: none;
	flex: none;
	overflow: hidden;
	width: 49%
}

.promo-img img {
	border-radius: 3px;
	width: 100%
}

.promo-img__flex-item img {
	transition: transform .5s ease-out
}

.promo-img__flex-item:hover img {
	transform: scale(1.05)
}

.promo-img__content {
	line-height: 1.4;
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.promo-img__content-title,
.promo-img__content-title-top {
	display: block;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.promo-img__content-title-top {
	color: #aadc46;
	font-size: 15px
}

.promo-img__content-title {
	color: #fff;
	font-size: 24px
}

.promo-img__content-title,
.promo-img__content-title-top {
	display: block;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.promo-img__content-link {
	color: #fff;
	border-bottom: 2px solid #aadc46;
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
	transition: border .1s ease-out
}

@media screen and (max-width:767px) {
	.promo-img__flex {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: -30px
	}
	.promo-img__flex-item {
		margin-top: 30px;
		width: 100%
	}
	.promo-img__content {
		padding: 15px
	}
}

.promo-img__flex-item a {
    display: block;
    position: relative;
}

.footer {
	background: #000000;
	font-weight: 400;
	line-height: 22px;
	margin-top: 20px
}

.footer .footer-wrap {
	width: 100%;
	padding: 55px 20px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto
}

.footer .footer-wrap .h5 {
	margin-top: 0;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 0
}

.footer .footer-wrap .h5::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 10px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none;
    width: 50px;
    height: 1px;
    background: rgba(42, 184, 88, 1);
}

.footer .footer-wrap ul>li>a {
	font-size: 15px;
	line-height: 22px;
	color: #999;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

.contact-item {
	margin-bottom: 15px
}

.contact-item:last-child {
	margin-bottom: 0
}

.footer-copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px
}

@media only screen and (max-width:480px) {
	.footer-copy .powered {
		margin-bottom: 15px
	}
}

.footer .phone {
	font-size: 17px
}

.footer .email-form a,
.footer .phone,
.footer .contact-form {
	color: #fff
}

.footer .contact-form {
	padding-top: 15px;
}

.footer .list-unstyled {
	padding: 15px 10px 30px 0;
	margin: 0
}

@media only screen and (min-width:768px) {
	.footer .list-unstyled {
		padding: 19px 10px 48px 0
	}
	.footer .contact-form {
		padding-top: 19px;
	}
}

.footer .footer-wrap .contact-form i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: rgba(42, 184, 88, 1);
}

.footer ul>li>a:hover {
	color: #fff
}

@media only screen and (min-width:992px) {
	.footer .col-sm-3 {
		width: 20%
	}
}

.footer-bottom {
	padding: 20px 0 0;
	font-size: 13px;
	color: #fff;
	border-top: 1px solid #130b27;
}

.footer-payment-item {
	vertical-align: middle;
	margin-right: 6px
}

.footer .footer-email-block {
	background-color: #dee2e6
}

.footer .footer-email-block .footer-email-wrapper {
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
}

.footer-email-wrapper .news-img {
	background: rgba(0, 0, 0, 0) url(/image/catalog/icon-svg/newsletter.svg) no-repeat scroll center center;
	background-size: 100%;
	float: left;
	height: 55px;
	margin: 0 25px 0 0;
	width: 55px;
}

.heading-title {
	margin-bottom: 50px
}

.footer-email-wrapper .footer-email-content .heading-title {
	overflow: hidden;
	margin: 0;
	text-align: left
}

.footer-email-wrapper .h5 {
	font-size: 20px;
    color: #222000;
    margin: 0 0 5px;
    line-height: 25px;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.block_newsletter .news-text-warp {
	margin: 2px 0 0
}

.footer .news-text-warp {
	margin-top: 5px
}

.footer-email-wrapper .newsletter-form {
	width: 100%
}

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

.footer-email-wrapper .newsletter-form .form-group {
	margin: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 0
}

.footer-email-wrapper .newsletter-form .form-group .input-news {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: left
}

.input-email {
	padding: 10px 150px 10px 15px;
	width: 100%;
	border: 0;
	background-color: #fff!important;
	border-radius: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-rad: 8px;
	height: 48px
}

.newsletter-form .text-danger,
.newsletter-form .text-success {
	font-size: 13px;
	display: inline-block;
	position: absolute;
	background: #fff;
	width: 160px;
	top: 60px;
	left: 0;
	padding: 8px 10px;
	border-radius: 4px;
	color: #222;
	line-height: 16px;
	z-index: 10;
	text-align: left;
	-webkit-box-shadow: 2px 2px 16px rgba(3, 38, 67, .14);
	box-shadow: 2px 2px 16px rgba(3, 38, 67, .14);
}

.newsletter-form .text-success:after,
.newsletter-form .text-danger:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -10px;
	right: 18px;
	content: "";
}

.footer-email-wrapper .newsletter-form .form-group .subscribe-btn {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: auto;
	right: 5px
}

.subscribe-btn .btn {
	text-transform: capitalize;
    color: #222000;
    padding: 7px 25px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 5px;
    height: 38px;
    border: 0;
    overflow: hidden;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    background: #ffd700;
}

.footer .footer-email-block .container {
	padding: 30px
}

#cart .dropdown-menu {
	width: 400px;
	padding: 30px;
	border-radius: 0;
	margin: 0
}

#cart .dropdown-menu::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -10px;
	right: 18px;
	content: ""
}

#cart .product-img {
	width: 15%;
}

#cart .product-img .product-image__link {
	position: relative;
}

#cart .table>tbody>tr>td,
#cart .table-bordered {
	border: 0;
	padding: 8px 0
}

#cart .total-inform .table>tbody>tr:last-child>td.text-left,
#cart .total-inform .table>tbody>tr:last-child>td.text-right {
	font-size: 22px;
	font-weight: 700
}

#cart .total-inform .table>tbody>tr>td {
	vertical-align: middle
}

#cart .dropdown-menu>li>p {
	font-size: 17px;
	margin: 0;
	text-transform: uppercase
}

#cart .cart-btn {
	text-transform: uppercase;
	font-size: 14px;
	padding: 11px 25px 11px;
	border-radius: 4px;
	background: #ff4e4f;
	border: 2px solid #ff4e4f;
	color: #fff;
	font-weight: 600
}

#cart .cart-btn:hover {
	background: #ee3c3d;
	border-color: #ee3c3d
}

#cart .product-name {
	width: 50%
}

#cart .product-minicart_price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cart .table .product-name {
	padding-left: 10px
}

#cart .product-name>a {
	font-size: 13px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 54px;
	margin-bottom: 6px;
	color: inherit
}

@media only screen and (max-width:767px) {
	#cart .table .product-name {
		padding-left: 20px
	}
}

#cart .product-price {
	font-weight: 700;
	font-size: 18px;
	color: #222
}

.button-link {
	text-align: right;
    cursor: pointer;
    color: #483d8b;
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width:767px) {
	#cart .dropdown-menu {
		display: block;
		width: 100%;
		margin: 0;
		top: 0;
		position: fixed;
		height: 100%;
		padding: 60px 25px;
		opacity: 0;
		visibility: hidden;
		transition: transform .4s cubic-bezier(.19, 1, .22, 1);
		transform: translateY(100%)
	}
	.open>.dropdown-menu {
		transform: translateY(0)!important;
		opacity: 1!important;
		visibility: visible!important
	}
	#cart .product-name {
		width: auto
	}
}

#cart span.no-products {
	white-space: normal;
}

#cart .total-inform table {
	display: none;
}

#cart .product-img img {
	max-width: 50px
}

.product-count {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #483d8b;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	width: 20px;
	height: 20px;
	line-height: 21px
}

.language-selector {
	white-space: normal;
    display: block;
    font-size: 14px;
    margin: 10px 0;
}

.account-list-item .language-selector,
.account-list-item .currency-selector {
	margin: 20px 0;
	padding: 0 20px;
	border: 0
}

.currency-selector .language-selector-label,
.currency-selector .currency-selector-label,
.language-selector .language-selector-label,
.language-selector .currency-selector-label {
	font-size: 17px;
	color: inherit
}

.currency-selector ul,
.language-selector ul {
	font-size: 0;
	padding: 0
}

.currency-selector li,
.language-selector li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 0 0;
}

.currency-selector li .btn-link,
.language-selector li .btn-link {
	padding: 5px 7px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    border: 1px solid #e4dfdf;
    border-radius: 4px;
    line-height: normal;
}

.currency-selector li .btn-link:hover,
.language-selector li .btn-link:hover {
	color: #483d8b;
	border-color: #c9c9c9;
	text-decoration: none
}

.currency-selector li .btn-link img,
.language-selector li .btn-link img {
	margin: 0 2px 2px 0
}

.brand-logo a {
	display: block;
    padding: 15px;
    position: relative;
    text-align: center;
    color: #b1bfc8;
    border: 1px solid #ededed;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 0 -1px -1px;
}

.brand-logo img {
	mix-blend-mode: darken;
	transition: all .3s
}

.brand-logo img {
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.brand-logo:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.brand-logo a:hover {
	border-color: #ededed
}

.brand-logo .brand-name {
	font-size: 11px;
	color: #222;
	margin-top: 10px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s
}

.brand-logo a:hover .brand-name {
	color: #483d8b
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.form-login>h2,
.form-register>h2,
.form-forgot>h2 {
	margin-top: 0;
	font-weight: 300
}

.login-content .btn {
	padding: 10px 20px
}

.catalog-bottom .h3 {
	margin: 0 0 10px;
}

.tags-group .tags-title {
	margin-top: 0;
}

.tags-group .tags-list {
	padding: 0;
	font-size: 0;
	list-style: none;
	margin: 0
}

.tags-group .tags-group-list {
	font-size: 0;
	max-height: 28px;
	overflow: hidden
}

.tags-group .tags-item {
	display: inline-block;
	margin: 0 8px 8px 0
}

.tags-group .tags-item a {
	color: #222;
	font-weight: 400;
	font-size: 15px;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px #ececec;
	border-radius: 4px;
	background: #fff
}

.tags-group .tags-item a:hover {
	box-shadow: inset 0 0 0 1px #ccc;
	color: #222
}

.tags-group .tags-item:hover {
	background: #e5e5e5
}

.slider-carousel.carousel {
	background: #fff
}

.slider-carousel.carousel .item:after {
	content: "";
	position: absolute;
	right: 0;
	height: 66.6666%;
	top: 16.6666%;
	width: 1px;
	background-color: #f0f2f5
}

.slider-slideshow {
	background: #fff;
	margin: 20px 0 20px 0
}

.input-title {
	display: block;
	margin-bottom: 1rem;
	font-size: 15px
}

.review-rating {
	font-size: 0;
	color: #dadae6;
	display: inline-block;
	vertical-align: middle
}

.review-rating input[type=radio] {
	display: none
}

.review-rating * {
	font-size: 21px;
	vertical-align: middle;
	cursor: pointer;
	line-height: 19px;
	margin-right: 2px
}

.review-rating label {
	color: #ccc
}

.review-star.active,
.review-star.checked {
	color: #483d8b
}

.review-rating label .ion-android-star {
	font-size: 28px;
	padding: .2rem .4rem .2rem 0;
	cursor: pointer
}

.checkout-info {
	position: relative;
	margin-bottom: 20px
}

.checkout-info,
.checkout-card {
	box-shadow: rgba(0, 0, 0, 0.04) 0 2px 4px 0
}

.checkout-info,
.checkout-info .checkout-header {
	border-bottom: 1px solid #f0f2f5
}

.checkout-info-image {
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	justify-content: center;
	background: #fff;
	border-bottom: 1px solid #f1f4f6
}

@media only screen and (min-width:992px) {
	.checkout-info {
		margin-bottom: 0
	}
}

@media only screen and (min-width:768px) {
	.checkout-info {
		padding-left: 18rem
	}
	.checkout-info-image {
		width: 18rem;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
		height: 100%;
		border-right: 1px solid #f0f2f5;
		border-bottom: 0
	}
}

.checkout-info .checkout-header .checkout-info-header,
.checkout-info .checkout-info-body,
.checkout-header-right,
.checkout-info-button,
.checkout-price-block,
.checkout-payment {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.checkout-price-block .c-price+.c-price {
	margin-left: 6.2rem
}

.checkout-info .checkout-image-block {
	display: inline-block;
	vertical-align: middle
}

.checkout-info .checkout-header,
.checkout-info .card {
	margin-bottom: 0
}

.checkout-info .checkout-header .h3 {
	margin: 0;
	font-size: 21px;
	width: 100%;
	font-weight: 700;
}

.checkout-info .checkout-header .h3 a {
	color: #222
}

.checkout-info .checkout-header .h3,
.checkout-info-body .h5 {
	letter-spacing: normal
}

.checkout-info-body .h5 {
	color: #222;
	font-weight: 600
}

@media only screen and (min-width:768px) {
	.checkout-info-body .h5 {
		margin: 0 0 5px 0
	}
}

.checkout-stock {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1
}

.checkout-stock span {
	font-size: 17px
}

.checkout-info-button .form-control {
	padding: 0 20px 0 10px;
	font-size: 13px;
	border-color: #dbe0e5;
	border-radius: 0
}

.checkout-info-button .form-control,
.checkout-info-button button {
	display: inline-block;
	line-height: 25px
}

.checkout-info-button .form-control {
	width: 50px;
	border: 0;
	padding: 0;
	text-align: center;
}

.checkout-info-button button {
	cursor: pointer;
    display: inline-block;
    width: 30px;
    text-align: center;
    background: #dbe0e5;
    line-height: 30px;
    border: 0;
    padding: 0;
    border-radius: 100%;
    color: #222;
}

.checkout-info-button button:hover {
	border-color: #dbe0e5
}

.checkout-info-button .plus-minus {
	display: flex
}

.checkout-info-body>div {
	padding-right: 10px
}

.checkout-summary {
	border-bottom: 1px solid #ededed;
	padding: 20px;
	margin: -20px -20px 20px
}

.checkout-text {
	font-weight: 700
}

.checkout-payment:last-child .checkout-text {
	font-size: 28px;
	font-weight: 700;
	color: #222
}

.checkout-title h4 {
	color: #999;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
	line-height: 28px
}

.checkout-payment:last-child {
	margin-top: 10px
}

.checkout-payment:last-child .checkout-title>.h4 {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: #222
}

.checkout-info-name-list small {
	border: 1px solid #483d8b;
    padding: 2px 4px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 4px;
    font-size: 11px;
    line-height: 13px;
}

.checkout-weight {
	display: inline-block;
    background: #6a5acd;
    color: #fff;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 18px;
    border-radius: 2px;
}

.empty-cart-inner {
	color: #222;
	font-size: 1.5rem;
	line-height: 2.4rem;
	max-width: 60rem;
	text-align: center;
	margin-top: 3rem
}

.empty-cart {
	color: #222;
	font-size: 2.2rem;
	line-height: 2.6rem;
	margin-bottom: 2rem
}

@media only screen and (min-width:768px) {
	.empty-cart-inner {
		margin: 7rem auto
	}
	.empty-cart {
		font-size: 3.6rem;
		line-height: 3.6rem;
		font-weight: 300
	}
}

.empty-cart-inner p {
	margin: 0;
	padding-bottom: 2rem
}

.emtpy-compare {
	font-size: 3rem;
	line-height: normal;
	font-weight: 300;
	max-width: 60rem;
	margin: 70px auto
}

.viewed-box {
	margin-bottom: 20px
}

.viewed-box .product-thumb {
	display: flex;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #f0f2f5;
	width: 100%;
	margin: -1px -1px 0 0
}

.viewed-box .product-thumb .image {
	min-width: 90px;
	min-height: 90px;
	padding: 0;
	margin: 0
}

.viewed-box .product-thumb .caption {
	margin: 0 0 0 20px;
	display: flex;
	flex-direction: column
}

.viewed-box .product-thumb .buy-box {
	margin-top: auto
}

.viewed-box .product-thumb .caption .viewed-link {
	margin: 0 0 10px;
	line-height: 19px;
	max-height: 38px;
	font-weight: 400;
	overflow: hidden;
	color: inherit;
	text-overflow: ellipsis;
	font-size: 15px
}

.viewed-box .product-thumb .price .price-old {
	padding: 0;
	line-height: 18px
}

.viewed-box .product-thumb .price .price-new {
	padding: 0
}

.viewed-box .product-thumb .price .price-new:before {
	display: none!important
}

/* Category wall */

.category-wall .category-card {
	background: #fff;
}

@media(max-width:767px) {
	.product-thumb .xd_stickers_wrapper {
		top: 10px;
		left: 10px
	}
	.product-thumb .xd_stickers {
		font-size: 9px;
		text-transform: none;
		height: 45px;
		width: 45px
	}
}

input[type=checkbox],
input[type=radio] {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 2px;
	cursor: pointer
}

input[type=radio]:checked,
input[type=checkbox]:checked {
	background-color: #483d8b
}

input[type=radio]:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%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%23fff%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%23fff%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%
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 0
}

.price-vat {
	margin-top: -13px;
	margin-bottom: 20px
}

.contact-article h3 {
	margin-top: 0
}

.contact-panel {
	font-size: 15px;
	font-weight: 400;
	color: #222;
	line-height: 26px
}

:focus {
	outline: none!important
}

.alert-minimum {
	padding: 10px;
	border-radius: 6px;
	margin: 15px 0 20px;
	background: #f9ef96;
	font-size: 13px
}

.alert-minimum i {
	margin-right: 5px
}

.attribute-title {
	color: #222;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px
}

.toolbar-products {
	margin-bottom: 20px;
	background: #fff;
	padding: 10px
}

@media only screen and (min-width:768px) {
	.attribute-title {
		font-size: 29px;
		line-height: 36px
	}
	.toolbar-products {
		padding: 20px
	}
}


/* tools */

.mt20 {
	margin-top: 20px;
}

@keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.lds-rolling {
	position: relative;
	text-align: center;
}

.lds-rolling div,
.lds-rolling div:after {
	position: absolute;
	width: 160px;
	height: 160px;
	border: 20px solid #bbcedd;
	border-top-color: transparent;
	border-radius: 50%;
}

.lds-rolling div {
	-webkit-animation: lds-rolling 1s linear infinite;
	animation: lds-rolling 1s linear infinite;
	top: 100px;
	left: 100px;
}

.lds-rolling div:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lds-rolling {
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	margin: 0 auto;
}

.fastorder-price {
	font-size: 32px;
    font-weight: 700;
}

.fastorder-image {
	position: relative;
}

.fastorder-product-name {
	margin-top: 0;
}

#boc_form {
	padding: 20px;
}

#boc_form .col-mb-10+.col-mb-10 {
	margin-top: 10px;
}

#boc_submit {
	max-width:250px; 
	margin:0 auto;
}

.tabs-container.tabs-theme .nav-tabs {
	background: #f7f7f7;
	border-bottom: 1px solid #ededed;
}

.tabs-container.tabs-theme .nav-tabs>li>a {
	background: transparent;
}

.tabs-container.tabs-theme .nav-tabs>li>a {
	padding: 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin-right: 0;
    border: 0;
    border-top: 3px solid transparent;
    border-radius: 0;
}

@media (min-width: 768px) {
	.tabs-container.tabs-theme .nav-tabs>li>a {
		padding: 13px 30px 16px;
	}
}

.tabs-container.tabs-theme .nav-tabs>li.active>a, 
.tabs-container.tabs-theme .nav-tabs>li.active>a:focus, 
.tabs-container.tabs-theme .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #fff;
    border-top-color: #483d8b;
}

@media only screen and (max-width: 767px) {
	.nav-tabs>li {
		float: none;
		margin-bottom: 0;
		width: 100%;
	}
}

.link-telegram {
	color: #039be5 !important;
}