body {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	background: #f1f4f6;
	color: #2c373e;
	font-size: 14px;
	letter-spacing: -.4px;
	line-height: 20px;
	min-width: 320px;
}

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

*::-webkit-scrollbar {
	width: 5px;
	background-color: #ddd;
}

*::-webkit-scrollbar-thumb {
	background-color: #2a802a;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}


/* tools */

.mb50 {
	margin-bottom: 50px;
}

.fa {
	font-size: 14px;
}

.card {
	padding: 10px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}

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

@media only screen and (min-width: 768px) {
	.cont-title {
		text-transform: uppercase;
		font-size: 16px;
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
	}
	.card {
		padding: 20px;
	}
}

#content {
	min-height: 600px;
}

.form-indent {
	margin: 13px 0;
}

.h100 {
	height: 100%!important;
}

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

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

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


/* bootstrap fix */

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


/* header */

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

header .header-jobs {
	display: none;
}

@media only screen and (min-width: 1200px) {
	header .header-jobs {
		display: table-cell;
	}
}

header .header-jobs .job-text {
	width: 18rem;	
    display: flex;
    height: 100%;
    font-size: 13px;
    align-items: center;
    padding: 0 17px;
    color: black;
    line-height: 17px;
    letter-spacing: normal;
    background: #f1f4f6;
	justify-content: center;
}

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

.header-fixed-margin {
	display: block;
	height: 7rem;
}

@media only screen and (min-width: 768px) {
	.header-fixed-margin {
		height: 14rem;
	}
}

.headerfixed-margin.active {
	display: block;
}

header .header-top {
	margin-bottom: 20px;
	background: #fff;
}

header .header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background-color: #fff;
}

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

@media only screen and (max-width: 991px) {
	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: #2a802a;
}

header .header-top .rw-top .rw-left {
	height: 50px;
}

header .header-top .rw-inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .header-top .main-menu ul.main-menu-middle {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
}

header .header-top .main-menu ul.main-menu-middle>li {
	float: left;
	list-style: none;
}

header .header-top .item-info:hover,
header .header-top .cat-item-title.item-info:hover {
	background: #3c3f50;
}

header .header-top .rw-inner a {
	color: #fff;
}

header .header-top .cat-item-title .cat-link {
	color: #ffd700;
}

header .header-top .main-menu ul.main-menu-middle>li.item-info>a,
header .header-top .rw-inner a,
header .header-top .header-right-item>a {
	font-size: 13px;
}

header .header-top .main-menu ul.main-menu-middle>li.item-info>a {
	display: flex;
	height: 50px;
	line-height: 1;
	padding: 0 15px;
	position: relative;
	align-items: center;
	cursor: auto;
}

@media only screen and (min-width: 1200px) {
	header .header-top .main-menu ul.main-menu-middle>li.item-info>a {
		font-size: 15px;
		padding: 0 20px;
		cursor: pointer;
	}
}

header .header-top .header-right-item {
	height: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
}

header .header-top .header-right-item .phone-block {
	padding: 0;
	margin: 0;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}

header .header-top .header-right-item .phone-block a {
	font-size: 20px;
	line-height: normal;
	position: relative;
	padding-left: 35px;
}

header .header-top .header-right-item .phone-block a:before {
	content: "";
	display: inline-block;
	background: url(/image/catalog/icon-svg/phone.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 2px;
	margin-left: 5px;
}

#cart.btn-group.btn-block {
	height: 100%;
}

#cart.btn-group.btn-block.open>button {
	background-color: #f1f4f6;
}

@media only screen and (min-width: 0px) and (max-width:767px) {
	#cart.btn-group.btn-block.open>button {
		background: #fff;
	}
}

#cart.btn-block>button {
	background: transparent;
	border: 0;
	padding: 0;
	height: 100%;
	border-radius: 0;
	font-size: 0;
	color: #333;
	box-shadow: none;
	text-align: left;
	text-transform: none;
}

@media only screen and (min-width: 992px) {
	#cart.btn-block>button {
		font-size: 13px;
		padding: 0 20px 0 70px;
	}
}

#cart.btn-block>button:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 23px;
	z-index: 1;
	background: url(/image/catalog/icon-svg/shopping-cart.svg) no-repeat;
	background-size: 100%;
	width: 2.4rem;
	height: 2.4rem;
}

@media only screen and (min-width: 0px) and (max-width:767px) {
	#cart.btn-block>button:before {
		top: 4px;
		left: 4px;
	}
}

#cart.btn-block>button .total-text {
	display: block;
}

#cart.btn-block>button>.count {
	position: absolute;
	left: 40px;
	top: 14px;
	min-width: 2.1rem;
	height: 2.1rem;
	border-radius: 20px;
	background-color: #ffd700;
	font-size: 1.3rem;
	color: #373952;
	line-height: 2.1rem;
	text-align: center;
	padding: 0 .5rem;
	z-index: 1;
}

@media only screen and (min-width: 0px) and (max-width:767px) {
	#cart.btn-block>button>.count {
		left: 20px;
		top: -5px;
	}
}

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

header .header-top .main-menu .cat-icon i {
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #ffd700;
}

header .header-top .main-menu .cat-icon i:before,
header .header-top .main-menu .cat-icon i:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 2px;
	background: #ffd700;
	-o-transition: width .2s;
	transition: width .2s;
	will-change: width;
}

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

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

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


/* main-menu */

header .header-top .main-catalog {
	box-sizing: border-box;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 600px;
	overflow: auto;
	padding: 25px 30px 10px;
	background: #fff;
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	-o-transition: opacity .15s, visibility .3s, -o-transform .3s;
	transition: opacity .15s, visibility .3s, transform .3s;
	transition: opacity .15s, visibility .3s, transform .3s, -o-transform .3s;
	will-change: opacity, visibility, transform;
}

header .header-top .main-catalog::-webkit-scrollbar {
	width: 5px;
	background-color: #ddd;
}

header .header-top .main-catalog::-webkit-scrollbar-thumb {
	background-color: #292b39;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

header .header-top .cat-item-title:hover .main-catalog {
	opacity: 1;
	visibility: visible;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

header .header-top .main-catalog .main-cat-inner {
	overflow: hidden;
	font-size: 0;
}

header .header-top .main-catalog .main-cat-inner,
header .header-top .main-catalog .submenu {
	padding: 0;
}

header .header-top .main-catalog .main-cat-inner>li .menu-img {
	display: block;
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

header .header-top .main-catalog .main-cat-inner>li .menu-img img {
	max-width: 100%;
}

header .header-top .main-cat-inner .submenu>li {
	margin-bottom: 4px;
}

header .header-top .main-cat-inner li a {
	color: #555;
	display: block;
	line-height: 1.33;
}

header .header-top .main-cat-inner li a.sub-title {
	font-weight: bold;
	color: #333;
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}

header .header-top .main-cat-inner li a:hover,
header .header-top .main-cat-inner li a.sub-title:hover {
	color: #9acd32;
}

header .main-catalog .main-cat-inner>li {
	display: inline-block;	
	float: left;
	margin: 0 0 30px;
	padding: 0 20px 0 70px;
	position: relative;
	min-height: 60px;
}

@media only screen and (max-width: 991px) {
	header .main-catalog .main-cat-inner>li {
		width: 33.3333%;
	}
	header .main-catalog .main-cat-inner>li:nth-child(3n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1319px) {
	header .main-catalog .main-cat-inner>li {
		width: 25%;
	}
	header .main-catalog .main-cat-inner>li:nth-child(4n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 1320px) {
	header .main-catalog .main-cat-inner>li {
		width: 20%;
	}
	header .main-catalog .main-cat-inner>li:nth-child(5n+1) {
		clear: left;
	}
}

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

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

.header-grid {
	width: 100%;
	display: table;
	height: 100%;
}

.header-grid:after {
	content: "";
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

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

.mobile-icon-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-icon-search {
	right: 9.7rem;
}

.mobile-icon-user {
	right: 5.7rem;
}

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

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

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

.header-cell {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	transition: background .2s ease-in-out;
}

.header-logo {
	position: relative;
	z-index: 1;
	height: 100%;
	padding-left: 70px;
	font-size: 0;
	line-height: 0;
}

.header-logo a {
	vertical-align: middle;
	font-size: 36px;
	white-space: nowrap;
	color: #2a802a;
	font-weight: 800;
	display: inline-block;
}

.header-logo img {
	max-width: 138px;
}

@media only screen and (max-width: 360px) {
	.header-logo img {
		max-width: 100px;
	}
	.header-logo a {
		font-size: 21px;
	}
}

@media only screen and (min-width: 768px) {
	.header-logo {
		vertical-align: middle;
		padding-left: 0;
	}
	.header-logo img {
		max-width: none;
	}
}

@media only screen and (min-width: 1200px) {
	.header-logo {
		padding-right: 20px;
	}
}

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

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

.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-item-header,
.account-list-link {
	margin: 0 10px;
}

.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:before,
.container-inner>.nav-mobile-list>.nav-mobile-list-item.sub-screen>.nav-mobile-list-link:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/image/catalog/icon-svg/right-arrow.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 1rem;
	height: 1rem;
}

.mobile-list-link {
	display: block;
	font-size: 13px;
	color: #666;
	padding: 1.7rem 0 1.7rem 2rem;
	letter-spacing: normal;
	position: relative;
}

.account-list-item .account-list-link {
	padding: 0 1.2rem 0 0;
	border-bottom: 1px solid #ededed;
}

.nav-close {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 999;
	background-color: transparent;
	border: none;
	outline: none;
	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;
}

.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-list-mobile-inner {
	padding: 0;
}

.header-cell:not(.contain-cell) {
	width: 1px;
	overflow: visible;
}

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

.header-search {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.header-search-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%);
}

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

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

.header-search-mobile-control-container {
	position: absolute;
	top: 6rem;
	left: 0;
	width: 100%;
	padding: 0 1rem;
}

.header-search-inner {
	position: relative;
	height: 100%;
	padding: 0 1rem;
	font-size: 0;
	line-height: 0;
}

.header-search .search-block {
	padding-top: 6rem;
}

@media only screen and (min-width: 768px) {
	.header-search {
		display: block;
		position: relative;
	}
	.header-search-inner {
		padding: 0 .5rem 0 1.5rem;
	}
	.header-search .search-block {
		padding-top: 0;
	}
}

.header-search-inner:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.search-control,
.search-control-input,
.search-control-mobile {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.header-search-inner .search-control {
	width: 100%;
}

.search-control-input {
	border: 1px solid #ededed;
	box-shadow: none;
	transition: box-shadow .15s ease-out;
	padding-right: 8rem;
	font-size: 1.4rem;
	padding: 1rem 1.6rem;
	border-radius: 6px;
	outline: none;
	-webkit-appearance: none;
}

.search-control-input:focus {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.search-control-clear {
	display: none;
	position: absolute;
	top: 0;
	right: 5rem;
	height: 100%;
	width: 3rem;
	cursor: pointer;
	z-index: 2;
}

.search-control-clear-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url() no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 15px;
	height: 15px;
}

.custom-btn {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	background-color: transparent;
	padding: 1rem 1.9rem;
	border: none;
	outline: none;
	transition: border-color .1s ease, color .1s ease, background-color .1s ease;
	vertical-align: middle;
	letter-spacing: .7px;
	-webkit-appearance: none;
}

.custom-btn,
.custom-btn:before {
	border-radius: 500px;
}

.custom-btn-push {
	font-family: inherit;
	font-size: 17px;
	color: inherit;
	letter-spacing: inherit;
}

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

.search-control-icon {
	display: block;
	margin: 0 auto;
	background: url(/image/catalog/icon-svg/magnifying-glass.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 1.6rem;
	height: 1.9376rem;
}

.header-account {
	display: none;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.38;
}

@media only screen and (min-width: 768px) {
	.header-account {
		display: table-cell;
		z-index: 1;
		width: 7.2rem!important;
		overflow: inherit!important;
	}
}

.header-account-inner {
	font-size: 0;
	line-height: 0;
	height: 100%;
	padding: 0 2rem;
	white-space: nowrap;
	cursor: pointer;
}

.header-account-icon {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.header-account-icon {
		width: 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: 2rem;
	height: 2rem;
}

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

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

.css-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) {
	.css-dropdown {
		transition: opacity .1s ease-out;
	}
}

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

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

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

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

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

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

.css-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: none;
}

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

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

.stroke-btn.stroke {
	border-color: #ffc800;
	color: #373952;
}

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

.stroke-btn span {
	position: relative;
	z-index: 1;
}

.header-account-sign-up {
	margin-left: 1rem;
}

.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 #ffffff transparent;
	position: absolute;
	top: -10px;
	right: 25px;
	content: "";
}

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

.header-account-list .account-links>span {
	left: auto;
	top: 10px;
	right: -25px;
}

.header-account-list a:hover {
	color: #9acd32;
}

.header-compare {
	display: none;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.38;
}

@media only screen and (min-width: 768px) {
	.header-compare {
		display: table-cell;
		z-index: 1;
		width: 7.2rem!important;
		overflow: inherit!important;
	}
}

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

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

.header-compare-inner {
	font-size: 0;
	line-height: 0;
	height: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.header-compare-icon {
	position: relative;
}

.header-compare-icon,
.header-compare-icon>a {
	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: 2.2rem;
	height: 2.2rem;
}

@media only screen and (min-width: 768px) {
	.header-compare-count {
		position: absolute;
		left: 50%;
		top: 25px;
		transform: translateY(-50%);
		min-width: 2.1rem;
		height: 2.1rem;
		border-radius: 20px;
		background-color: #ffd700;
		font-size: 1.3rem;
		color: #373952;
		line-height: 2.1rem;
		text-align: center;
		padding: 0 .5rem;
	}
}

.header-compare-inner:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.header-wishlist {
	display: none;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.38;
}

@media only screen and (min-width: 768px) {
	.header-wishlist {
		display: table-cell;
		z-index: 1;
		width: 7.2rem!important;
		overflow: inherit!important;
	}
}

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

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

.header-wishlist-inner {
	font-size: 0;
	line-height: 0;
	height: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.header-wishlist-icon {
	position: relative;
}

.header-wishlist-icon,
.header-wishlist-icon>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.header-wishlist-count {
		position: absolute;
		left: 50%;
		top: 25px;
		transform: translateY(-50%);
		min-width: 2.1rem;
		height: 2.1rem;
		border-radius: 20px;
		background-color: #ffd700;
		font-size: 1.3rem;
		color: #373952;
		line-height: 2.1rem;
		text-align: center;
		padding: 0 .5rem;
	}
}

.header-wishlist-icon i {
	display: inline-block;
	background: url(/image/catalog/icon-svg/e-commerce-like-heart.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 2rem;
	height: 2rem;
}

.header-wishlist-inner:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.header-account:hover,
.header-compare:hover,
.header-wishlist:hover,
.header-cart-empty:hover {
	background-color: #f1f4f6;
}

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

.header-cart {
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	font-size: 1.3rem;
	line-height: 1.38;
	background-color: #4c1e87;
	height: 3.2rem;
	border-radius: 3.2rem;
	color: #fff;
	transition: background .2s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.header-cart {
		width: 3.2rem!important;
	}
}

@media only screen and (min-width: 768px) {
	.header-cart {
		position: relative;
		top: auto;
		right: auto;
		z-index: 1;
		height: 100%;
		border-radius: 0;
		width: 7.2rem!important;
		overflow: inherit!important;
	}
}

@media only screen and (min-width: 1200px) {
	.header-cart {
		width: 16rem!important;
	}
}

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

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

.header-cart-empty {
	color: #000;
	background-color: #fff;
}

.header-cart-inner {
	height: 100%;
	white-space: nowrap;
	cursor: pointer;
}

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

.header-cart-inner .status-cart {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.header-cart-inner .status-cart:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}


/* mobile */

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

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

.header-hamburger {
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	background-color: #333;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 3.2rem;
	z-index: 2;
}

.header-hamburger:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(/image/catalog/icon-svg/menu.svg) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 13px;
	height: 13px;
}

.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #fff;
	width: 100%;
	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 1rem;
	list-style-type: none;
}

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

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

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

.container-inner>.nav-mobile-list>.nav-mobile-list-item:not(.nav-mobile-list-item-muted) {
	padding: 0 1rem 0 0;
}

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

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

.nav-mobile-list-item.icon-catalog .nav-mobile-list-link:after {
	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: 0px) 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: 0px) and (max-width: 767px) {
	.sub-screen.active>.sub-screen-sub {
		display: block;
		overflow: visible;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.sub-screen-back {
		position: absolute;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		background-color: transparent;
		border: none;
		outline: none;
		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: 0px) 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 {
	display: block;
	font-size: 13px;
	position: relative;
	color: #666;
	padding: 1.7rem 0 1.7rem 2rem;
}


/* slideshow and carousel */

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


/* product-thumb */

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

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

.product-thumb,
.product-thumb .hover-info {
	-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-thumb:hover {
		box-shadow: 0 8px 25px rgba(48, 48, 48, 0.15);
		z-index: 2;
	}
}

.product-thumb {
	margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
}

.product-thumb .image {
	margin-bottom: 5px;
}

.product-thumb,
.product-thumb .image,
.product-thumb .caption,
.product-thumb .product-name,
.product-thumb .button-group button,
.product-thumb .price,
.product-thumb .price-button,
.product-thumb .hover-info .short-attribute {
	position: relative;
}

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

.product-thumb .product-name {
	font-size: 13px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #000000;
	line-height: 20px;
}

@media only screen and (min-width: 768px) {
	.product-thumb .product-name {
		font-size: 15px;
	}
}

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

.product-thumb .price-button {
	min-height: 100px;
}

.product-thumb .price-button .button-group {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

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

.product-thumb .button-group button {
	padding-left: 40px;
    border-radius: 6px;
    padding: 8px 15px 8px 40px;
    font-size: 13px;

}

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

.product-thumb .button-group button:hover i {
	background-image: url(/image/catalog/icon-svg/shopping-cart.svg);
}

.product-thumb .price .main-price {
	font-size: 20px;
	color: #292b39;
	margin-right: 7px;
}

.product-thumb .price .main-price,
.product-thumb .price .price-old {
	vertical-align: top;
	display: inline-block;
}

.product-thumb .price .main-price {
	font-weight: 500;
}

.product-thumb .price .price-old {
	font-size: 13px;
	color: #373952;
	position: relative;
}

.product-thumb .price .price-old:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f91155;
    pointer-events: none;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media only screen and (max-width: 350px) {
	.product-thumb .price .main-price {
		font-size: 15px;
	}
	.product-thumb .price .price-old {
		padding-top: 0;
	}
}

.product-thumb .price .price-new {
	color: #fa4d62;
	position: relative;
	text-align: left;
}

.tax-block {
	margin-top: 5px;
}

.price-tax {
	display: inline-block;
    font-size: 11px;
    color: #131418;
    line-height: normal;
    letter-spacing: normal;
}

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

.rating .star {
	color: #ffd700;
}

.rating .star-empty {
	color: #ccc;
}

.product-thumb .reviews-item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 35px;
}

.product-thumb .reviews-item:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 15px;
	width: 15px;
	height: 15px;
	display: block;
	background-size: cover;
	background-image: url(/image/catalog/icon-svg/comment-black-oval-bubble-shape.svg);
}

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

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

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

.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 8px 8px;
	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: #000;
}

.product-thumb .short-attribute: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: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(232, 236, 239, 0.9);
	transition: background .2s;
	margin: 0 0 5px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	align-items: center;
	justify-content: center;
}

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

.toolbar-icons span.wishlist-item i {
	background-image: url(/image/catalog/icon-svg/e-commerce-like-heart.svg);
}

.toolbar-icons span.wishlist-item:hover i {
	background-image: url(/image/catalog/icon-svg/e-commerce-like-heart-white.svg);
}

.toolbar-icons span.compare-item i {
	background-image: url(/image/catalog/icon-svg/scale-in-balance.svg);
}

.toolbar-icons span.compare-item:hover i {
	background-image: url(/image/catalog/icon-svg/scale-in-balance-white.svg);
}

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

.toolbar-icons .percent-icon>span {
	background: rgba(250, 77, 98, 0.9);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	cursor: auto;
}


/* product-list */

@media only screen and (min-width: 768px) {
	.product-list .product-thumb {
		display: table;
		width: 100%;
		min-height: 183px;
	}
	.product-list .product-thumb>div {
		display: table-cell;
		vertical-align: middle;
	}
	.product-list .product-thumb .image {
		width: 15%;
		padding-right: 20px;
	}
	.product-list .product-thumb .image img {
		max-width: 100%;
		max-height: 100%;
	}
	.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 {
		height: auto;
	}
	.product-list .product-thumb .toolbar-icons {
		right: 15px;
		top: -7px;
	}
	.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;
	}
}


/* extension/module/category.tpl */

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

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

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

.list-dropdown>li a:before,
.list-sub>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: transparent;
	display: block;
}

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

.list-group .list-sub.active>a:before,
.list-dropdown>li:hover>a:before,
.list-sub:hover>a:before {
	background: #373952;
}

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

.list-group .list-dropdown-menu {
	position: absolute;
	left: 100%;
	width: 100%;
	z-index: 1100;
	margin-left: -1px;
	background: #fff;
	top: 0;
	display: none;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.list-group .list-sub {
	position: relative;	
}

.list-group .list-sub>a>i {
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 1;
}

@media only screen and (min-width: 1200px) {
	.list-group .list-sub>a>i {
		top: 23px;
	}
}

.list-group .list-sub:hover .list-dropdown-menu {
	display: block;
}

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

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

.list-group .list-dropdown-menu>li>a:hover {
	background: #f1f4f6;
}

.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: 15px;
		z-index: 1;
	}
}

@media (min-width: 1360px) {
	#column-left,
	#column-right {
		width: 20%;
	}
	#content.col-sm-9 {
		width: 80%;
	}
	#content.col-sm-6 {
		width: 60%;
	}
}


/* product/category/category.tpl */

.refine-block .item {
	text-align: center;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(201, 211, 216, 0.43);
    box-shadow: 0 1px 3px 0 rgba(201, 211, 216, 0.43);
}

.refine-block .item:hover {
	box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
}

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

.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.12) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 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 img {
	margin-bottom: 20px;
	padding-top: 20px;
}

.refine-block .item .item-name {
	display: flex;
	height: 60px;
	position: absolute;
	width: 100%;
	font-size: 13px;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(255, 255, 255);
	align-items: center;
	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: #2a802a;
	color: #fff;
}

#list-view.btn,
#grid-view.btn {
	background: #ffffff;
	color: #333;
}

.nice-select.form-control,
#input-sort,
#input-limit {
	height: 31px;
	border: 0;
	padding: 0 10px;
	font-size: 13px;
	line-height: 31px;
}

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

/* .product-card .row {
	margin-left: -2px;
	margin-right: -2px;
}

.product-card [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
} */


/* product.tpl */

.catalog-detail {
	padding: 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.04);
}

.product-quantity button.btn-primary {
	min-width: 180px;
    border-radius: 3px;
    text-transform: none;
}

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

.detail-bottom {
	padding: 10px 15px;
}

#tab-specification .table>tbody>tr>td {
	width: 50%;
}

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

.product-options .cont-title {
	margin-top: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 300;
	margin-bottom: 20px;
}

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

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

.catalog-header,
.catalog-info-user {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.catalog-info-user {
		padding-right: 33rem;
	}
}

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

@media only screen and (min-width: 768px) {
	.catalog-header {
		padding: 20px;
	}
	.catalog-header h1 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 10px;
	}
}

.catalog-header .item-stats {
	display: flex;
	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: #333;
	position: relative;
	letter-spacing: normal;
}

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

@media only screen and (min-width: 768px) {
	.catalog-header .product-btn {
		position: absolute;
		right: 0;
		top: 16px;
		z-index: 1;
		display: block;
	}
}

.thumbnails-block .thumbnails .main-photo {
	border: 0;
}

.catalog-header .item-stats .rating a.review-link:before,
.catalog-header .item-stats .rating a.review-write:before,
.thumbnails-block .thumbnails .main-photo: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/comment-black-oval-bubble-shape.svg);
}

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

.thumbnails-block .image-additional {
	display: inline-block;
}

.thumbnails-block .image-additional a {
	margin: 0 10px 10px 0;
}

.thumbnails-block .thumbnails .main-photo:before {
	background-image: url(/image/catalog/icon-svg/expand.svg);
	top: auto;
	bottom: 20px;
	left: auto;
	right: 20px;
	width: 30px;
	height: 30px;
}

.short-attr {
	margin-top: 20px;
    font-size: 11px;
    color: #999;
}

.icon-special img {
	padding-right: 10px;
    position: relative;
    top: -2px;
}

/* attributes in product.tpl */

.tab-pane-title {
	font-size: 23px;
}


/* review in product.tpl */

.rating-info-block {
	padding: 12px 0;
	margin: 0 0 12px;
	/* border-bottom: 1px solid #e6eae6; */
	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: #222426;
	background: rgba(217, 227, 236, .5);
}

.based-review-text>span {
	color: #29bb44;
	padding-right: 25px;
	position: relative;
	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: 2.5rem;
	padding: 8px 0;
	display: block;
	font-weight: 400;
}

@media only screen and () {
	.table.table-attributes strong {
		font-size: 3.5rem;
	}
}


/* Plus Minus Button ib product.tpl */

.product-quantity input {
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	width: 60px;
	height: 35px;
	border-width: 1px 0 1px 0;
	text-align: center;
}

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

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

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

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

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


/* price block */

.product-price .price {
	position: relative;
	margin-bottom: 20px;
	min-height: 60px;
}

.product-price .price .price-caption {
	left: 0;
	bottom: 0;
	font-weight: 700;
}

.product-price .price .price-panel {
	position: relative;
	padding-top: 25px;
	color: #292b39;
	float: right;
	line-height: 1;
}

.product-price .price .price-panel .price-old {
	top: 0;
	right: 0;
	color: #FF2323;
	line-height: 1.5em;
}

.product-price .price .price-panel .price-old>.value {
	color: #292b39;
	margin-right: 10px;
	position: relative;
}

.product-price .price .price-panel .price-old>.value:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f91155;
    pointer-events: none;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.product-price .price .product-sticker {
	padding: 0 6px;
	background: #fa4d62;
	color: #fff;
	font-size: 13px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	position: relative;
}

.product-price .price .product-sticker:before {
	content: "";
	border-width: 10px 0px 10px 6px;
	border-style: solid;
}

.product-price .price .product-sticker:before {
	width: 0px;
	height: 0px;
	position: absolute;
	left: -6px;
	top: 0px;
}

.product-price .price .product-sticker:before {
	border-color: #fa4d62 #fa4d62 #fa4d62 transparent;
}

.product-price .price .price-panel .main-price {
	font-size: 38px;
	font-weight: 700;
}

.product-price .price .tax-block,
.product-price .price .price-panel .price-old,
.product-price .price .price-caption {
	position: absolute;
}

.product-price .price .tax-block {
	top: 0;
	left: 0;
	margin: 0;
}

.product-btn {
	font-size: 0;
}

.product-btn button.btn {
	border-color: #e5ebf1;
    position: relative;
    border-radius: 30px;
    padding: 0 15px 0 35px;
    line-height: 30px;
    font-size: 13px;
    color: #526975;
}

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

.product-btn button.btn:hover {
	background: transparent;
    border-color: #b8d1ff;
    color: #558cf0;
}

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

.product-btn button.btn.btn-wishlist:before {
	background-image: url(/image/catalog/icon-svg/e-commerce-like-heart.svg);
}

.product-btn button.btn.btn-compare:before {
	background-image: url(/image/catalog/icon-svg/scale-in-balance.svg);
}

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

.discount-price,
.list-product>li {
	color: #888;
	font-size: 15px;
	padding-bottom: 5px;
}

.discount-price>span,
.list-product>li>span:not(.stock) {
	color: #000;
	min-width: 142px;
	display: inline-block;
	text-align: left;
}

/* product-checkbox and product-radio */
.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 1rem 1rem 0;
}
.product-options .checkbox label,
.product-options .radio label {
    padding-left: 0;
}
.product-options .radio .radio-text,
.product-options .checkbox .checkbox-text {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    background: #f7f7f7;
    border-radius: .3rem;
    cursor: pointer;
	font-size: 13px;
}
.product-options .alert {
	font-size: 13px;
}
.product-options .radio .checkbox-price,
.product-options .checkbox .checkbox-price {
    display: inline-block;
    vertical-align: middle;
    color: #777;
    font-size: 1.1rem;
    line-height: 0;
	margin-left: .5rem;
}
.product-options .radio .radio-price,
.product-options .radio .radio-text
.product-options .checkbox .checkbox-price,
.product-options .checkbox .checkbox-text {
	transition: all .2s ease-in-out;
}
.product-options .product-radio:checked ~ label .radio-text,
.product-options .product-checkbox:checked ~ label .checkbox-text {
    background: #00c3f5;  
}
.product-options .product-radio:checked ~ label .checkbox-price,
.product-options .product-radio:checked ~ label .radio-text,
.product-options .product-checkbox:checked ~ label .checkbox-price,
.product-options .product-checkbox:checked ~ label .checkbox-text {
	color: #fff;
}
.product-options label img {
	border-radius: 50%;
    width: 4rem;
    height: 4rem;
	border: 2px solid #ddd;
	padding: 3px;
}
.product-options .product-radio:checked ~ label img {
	border: 2px solid #00c3f5;
}

/* quantity-form in product.tpl */
.quantity-form {
	margin-top: 20px;
}

.quantity-form span {
	font-size: 15px;
    letter-spacing: normal;
}


/* Стили для блока "Преимущества" */

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

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

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

.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: 30px;
		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;
	position: relative;
	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;
	}
}


/* footer */

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

.footer .footer-wrap {
	width: 100%;
	padding: 30px 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	border-top: 1px solid #3c3f50;
}

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

.footer .footer-wrap ul>li>a {
	font-size: 13px;
	line-height: 17px;
	color: #999;
	display: block;
}

@media only screen and (min-width: 1024px) {
	.footer .footer-wrap .phone {
		font-size: 20px;
	}
}

.footer .footer-wrap .contact-form>li i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ecbe00;
	margin-right: 7px;
}

.footer .footer-wrap .contact-form>li>a,
.footer .footer-wrap .address-form,
.footer .footer-wrap .footer-payment>p {
	color: #fff;
}

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

.footer .footer-wrap ul>li+li {
	margin-top: 12px;
}

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

.footer-bottom {
	padding: 20px 0 0;
	background: #246624;
	font-size: 13px;
	color: #ffffff;
}

.footer-payment {
	margin-top: 20px;
}

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

.footer-social {
	margin-top: 15px;
}

.footer-social>a>span {
	font-size: inherit;
	color: #fff;
}

.footer-social-item {
	width: 40px;
	line-height: 40px;
	text-align: center;
	height: 40px;
}

.footer-social-link {
	display: inline-block;
	font-size: 18px;
	border: 1px solid #58646c;
	border-radius: 20px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	color: #58646c;
}

.footer-social-item+.footer-social-item {
	margin-left: 5px;
}

.footer .footer-email-block {
	background-color: #e4ed32;
}

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

.footer .footer-email-block .footer-email-wrapper,
.footer .footer-email-block .footer-email-content {
	clear: both;
}

.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 0 0;
	text-align: left;
}

.footer-email-wrapper .footer-email-content .heading-title h5 {
	font-size: 20px;
	color: #000000;
	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%;
}

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

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

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

.newsletter-form .text-danger,
.newsletter-form .text-success {
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 10px;
	text-align: left;
	padding: 0 7px;
	display: inline-block;
	border-radius: 3px;
}

.newsletter-form .text-danger {
	color: #ffffff;
	background: #ff0000;
}

.newsletter-form .text-success {
	color: #ffffff;
	background: #26a026;
}

.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;
	background-color: #246624;
	color: #ffffff;
	padding: 7px 25px;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	border-radius: 4px;
	height: 38px;
	border: none;
	overflow: hidden;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
}

.subscribe-btn .btn:hover {
	background-color: #ECBE00;
	border: none;
	color: #000000;
}

.footer .footer-email-block .container {
	padding: 33px 0;
}


/* common/cart.tpl */

#cart a:not(.btn-primary) {
	color: inherit;
}

#cart .dropdown-menu {
	width: 450px;
	padding: 20px;
	top: 70px;
	margin: 0;
	border-radius: 0;
}

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

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

#cart .dropdown-menu>li>p {
	font-size: 17px;
	margin: 0;
	font-weight: 700;
}

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

@media only screen and (max-width: 767px) {
	#cart .product-name>a {
		padding-left: 17px;
	}
}

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

#cart .trash-icon {
	background-image: url(/image/catalog/icon-svg/icon-close.svg);
	width: 10px;
	height: 10px;
	display: inline-block;
	background-size: contain;
	box-sizing: content-box;
	background-repeat: no-repeat;
	cursor: pointer;
}

#cart .product-clear {
	width: 50px;
}

@media screen and (max-width: 767px) {
	#cart .dropdown-menu {
		display: block;
		width: 100%;
		margin: 0;
		top: 0;
		position: fixed;
		height: 100%;
		padding: 60px 10px;
		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 .product-img {
	position: relative;
}

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

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


/* language and currency */

.language-selector {
	white-space: normal;
	display: block;
	font-size: 14px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
	margin: 10px 0;
}

.account-list-item .language-selector,
.account-list-item .currency-selector {
	margin: 20px 0;
	padding: 0 30px;
	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 {
	padding: 0;
}

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

.currency-selector li .btn-link,
.language-selector li .btn-link {
	padding: 4px 4px;
	margin-right: 5px;
	font-size: 13px;
	font-weight: 400;
	color: #666666;
}

.currency-selector li .btn-link:last-child,
.language-selector li .btn-link:last-child {
	margin-right: 0;
}

.currency-selector li .btn-link:hover,
.language-selector li .btn-link:hover {
	color: #9acd32;
	text-decoration: none;
}


/* brand logo */

.brand-logo a {
	display: block;
    padding: 15px;
    border: 1px solid #f1f4f6;
    margin-bottom: 20px;
}

.brand-logo img {
	transition: all .3s;
}

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

.brand-logo .brand-name {
	display: block;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	margin-top: 10px;
}

.brand-logo a:hover img {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}


/* alert header */

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


/* login */

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

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


/* tags */

.tags-group .tags-list {
	padding: 0;
	margin: 0 0 36px;
	font-size: 0;
}

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

.tags-group .tags-item {
	background: #ffffff;
	border: 0;
	border-radius: 40px;
	display: inline-block;
	margin: 0 8px 8px 0;
	-webkit-transition: background .5s;
	transition: background .3s;
}

.tags-group .tags-item a {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}

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


/* carousel */

.slider-carousel.carousel {
	background: #fff;
	padding: 25px 0;
}


/* contact.tpl */


/* rating-review in product.tpl*/

.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 {
	display: none;
}

.review-rating * {
	font-size: 21px;
	vertical-align: middle;
	cursor: pointer;
}

.review-rating label {
	color: #dadae6;
}

.review-star.active,
.review-star.checked {
	color: #ffa500;
}

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


/* checkout-cart */

.checkout-info {
	position: relative;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
}

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

.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 #f1f4f6;
		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%;
}

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

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

.checkout-info-body h5 {
	color: #000;
}

@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 {
	display: block;
	border: 2px solid;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	background: #f90500;
	color: #fff;
}

.checkout-info-button {
	position: relative;
}

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

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

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

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

.checkout-header-right .button-remove {
	font-size: 13px;
	color: #999;
	cursor: pointer;
	letter-spacing: normal;
}

.checkout-header-right .button-remove:hover {
	color: #f90500;
}

.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: 31px;
	font-weight: 800;
	color: #000;
}

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

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

.checkout-payment:last-child .checkout-title>h4 {
	font-size: 31px;
    font-weight: 800;
    color: #000;
}

.checkout-info-name-list small {
	border: 2px solid #ffd700;
	padding: 0 5px;
	margin: 5px 0;
	display: table;
	border-radius: 3px;
	letter-spacing: normal;
	font-size: 13px;
}

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


/* checkout/cart.php  */

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

.empty-cart {
	color: #000;
	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;
}


/* product/compare.tpl */

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

/* viewed products */
.viewed-box {
	margin-bottom: 20px;
}
.viewed-box .product-thumb {
	display: flex;
    min-height: 153px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #f1f4f6;
}
.viewed-box .product-thumb .image {
	min-width: 90px;
    min-height: 90px;
    margin: 0;
}
.viewed-box .product-thumb .caption {
	margin: 0 0 0 20px;
}
.viewed-box .product-thumb .caption h4 {
	margin: 0 0 10px;
    font-size: 16px;
    line-height: 19px;
    max-height: 38px;
    overflow: hidden;
}
.viewed-box .product-thumb .caption h4 a {
	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;
    font-size: 17px;
    line-height: 18px;
}
.viewed-box .product-thumb .price .price-new:before {
	display: none!important;
}

/* category_wall */
.category-wall {
	margin-bottom: 20px;
}
.category-wall .cat-wall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    white-space: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
	padding: 20px;
}
.category-wall .cat-name {
    font-weight: 700;
    color: #001a34;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	padding: 0 16px 0 0;
}
.category-wall .cat-image {
    width: 100%;
    position: relative;
}
.category-wall .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.category-wall .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.category-wall .img-container .main-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}