body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	min-width: 32rem;
	font-size: 13px;
}

body.modal-open {
	overflow: inherit;
}

body.active {
	overflow: hidden;
}

#wrapper {
	min-height: 100%;
	max-width: 100%;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.modal-open #wrapper {
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.h1,
	h1 {
		font-size: 33px;
	}
	.h2,
	h2 {
		font-size: 27px;
	}
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-bottom: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PF_BeauSans Pro Regular';
}

a {
	cursor: pointer;
	color: #1383bd;
	position: relative;
}

a:hover {
	text-decoration: none;
	color: #0082cb;
}

.form-control {
	font-size: 13px;
	border: 1px solid #e9e9e9;
}

.fa {
	font-size: 14px;
}

.img-responsive {
	margin: 0 auto;
}

.card {
	background: #fff;
}

.content-bg-white {
	background: #fff;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

:focus {
	outline: none!important;
}

.responsive {
	margin-bottom: 2rem;
}


/* language and currency */

#form-language .btn-link,
#form-currency .btn-link {
	padding: 0 20px;
	height: 35px;
	border: none;
	line-height: 35px;
	text-align: left;
	font-size: 11px;
	color: #333;
}


/* dropdown-menu */

.dropdown-menu {
	border-color: #e5e5e5;
}


/* toolbar */

.toolbar-heading {
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: #FAFAFA;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.toolbar-heading .toolbar-sorting .label,
.toolbar-heading .toolbar-quantity .label {
	color: #333;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.toolbar-heading .toolbar-sorting,
	.toolbar-heading .toolbar-quantity {
		margin-right: 20px;
	}
}

.toolbar-heading .toolbar-sorting .sorting-select,
.toolbar-heading .toolbar-quantity .sorting-select {
	color: #8c8b8b;
	display: inline-block;
	position: relative;
}

.toolbar-heading .toolbar-viewed {
	position: absolute;
	right: 0;
	top: 0;
}

.toolbar-heading .toolbar-viewed>div {
	float: left;
	border-left: 1px solid #e5e5e5;
	width: 60px;
	height: 50px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
}

.toolbar-heading .toolbar-viewed>div>i {
	font-size: 21px;
}

.toolbar-heading .toolbar-viewed>div>i.ion-android-menu {
	font-size: 23px;
}

.grid-view.active,
.list-view.active {
	background: #ebf1f4;
}

.grid-view.active>i,
.list-view.active>i {
	color: #333;
}

.toolbar-heading .form-control {
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	box-shadow: none;
}

.content-title h1 {
	font-size: 32px;
	margin: 0 20px 20px 0;
}


/* focus */

input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input::placeholder {
	opacity: 1;
}

input::-webkit-input-placeholder {
	-webkit-transition-property: opacity, text-indent;
	transition-property: opacity, text-indent;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

input::-ms-input-placeholder {
	-webkit-transition-property: opacity, text-indent;
	transition-property: opacity, text-indent;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

input::placeholder {
	-webkit-transition-property: opacity, text-indent;
	transition-property: opacity, text-indent;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

input:focus::placeholder,
input:focus::-webkit-input-placeholder,
input:focus::-ms-input-placeholder {
	opacity: 0;
	text-indent: 8px;
}

div.required .control-label:after {
	content: '*';
	text-transform: uppercase;
	color: #e22525;
	font-weight: normal;
	margin-left: 7px;
}


/* content */

#content {
	position: relative;
}

.header {
	position: relative;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
	.header {
		height: 178px;
	}
}

.header-top-menu {
	background: #fafafa;
	border-bottom: 1px solid #e5e5e5;
}

.header .header-top {
	height: 35px;
	width: 100%;
}

.header .login-params {
	float: right;
	margin-top: 7px;
	font-size: 0;
}

.header .login-params i {
	font-size: 17px;
	vertical-align: middle;
	margin-right: .1em;
	line-height: 1;
}

@media screen and (max-width:767px) {
	.header .header-top .login-params {
		display: none;
	}
}

.header .login-params a.login {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	padding: 0;
	display: block;
}

.header .login-params a.login-logout {
	padding-left: 20px;
}

.header .login-params a.login:hover,
.header .login-params a.login:hover i,
.header .login-params .dropdown.open a.login {
	color: #e6233a;
}

.header .login-params a.login-register {
	margin-right: 15px;
}

.header .login-params .dropdown-menu>li>a {
	padding: 3px 8px;
	color: #000;
	font-size: 13px;
}

.header .login-params .dropdown-menu>li>a:focus,
.header .login-params .dropdown-menu>li>a:hover {
	background: #edf2f7;
}

.header .header-middle {
	background: #fff;
	height: 83px;
}

.header .header-phones {
	float: left;
	margin-top: 30px;
}

@media (max-width: 419px) {
	.header .header-phones {
		margin-top: 6px;
	}
}

.header .header-phones a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'PF_BeauSans Pro Regular';
}

.header .job-text {
	font-size: 11px;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

@media screen and (max-width: 1299px) {
	.header .job-text {
		display: none!important;
	}
}

@media only screen and (max-width: 820px) {
	.header .header-phones .phone-top {
		font-size: 19px;
	}
}

@media screen and (max-width:820px) {
	.job-text {
		display: none;
	}
}

.header .callback-button {
	background: url(/image/catalog/icon-png/callback-icon.png) left center no-repeat;
	font-size: 14px;
	color: #0070c9;
	padding-left: 13px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	line-height: 18px;
	margin-left: 3px;
}

.header .callback-button span {
	border-bottom: 1px dashed #0070c9;
}

.header .header-menu {
	background: #ffffff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .04), 0 -2px 5px 0 rgba(0, 0, 0, .04);
}

@media only screen and (min-width: 768px) {
	.header .header-menu {
		height: 60px;
	}
}

.header .header-menu .menu-categories {
	float: left;
	position: relative;
	padding-top: 12px;
}

@media screen and (max-width: 767px) {
	.header .header-menu .menu-categories {
		float: none;
	}
	.header .header-menu .menu-categories .menu-categories-title {
		width: auto;
		margin: 0;
	}
	.header .header-menu .d-flex>div {
		width: 100%;
	}
}

.header .header-menu .menu-categories-title {
	height: 35px;
	padding: 11px 16px;
	cursor: pointer;
	background: #212529;
	border-radius: 3px;
	margin-right: 18px;
	width: 166px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.header .menu {
	background: #fff;
	z-index: 301;
	width: 300px;
	position: absolute;
	padding: 10px 0;
	top: 50px;
	box-sizing: border-box;
	display: none;
	border-radius: 4px;
	-webkit-box-shadow: 2px 9px 30px 6px rgba(0, 66, 103, .15);
	box-shadow: 2px 9px 30px 6px rgba(0, 66, 103, .15);
}

@media only screen and (min-width: 1200px) {
	.header .menu {
		width: 234px;
	}
}

@media only screen and (max-width: 767px) {
	.header .menu {
		width: 100%;
	}
}

.header .menu ul {
	line-height: 1.15;
}

.header .menu>ul>li>a {
	text-decoration: none;
	display: block;
	padding: 6px 25px 6px 18px;
	z-index: 6;
	position: relative;
	color: #333;
	font-size: 13px;
}

@media only screen and (max-width:820px) {
	.header .menu>ul>li>.children {
		position: static;
		box-shadow: none;
	}
	.header .menu .children ul.children-list {
		-webkit-column-count: 1;
		column-count: 1;
	}
	.header .menu>ul>li>a {
		padding: 8px 25px 8px 18px;
	}
}

.header .menu>ul>li>div {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 5;
	left: 100%;
	top: 0;
	padding: 12px 25px 15px;
	box-sizing: border-box;
	min-height: 100%;
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
	box-shadow: 0 0 12px rgba(0, 0, 0, .175);
	border-radius: 4px;
}

@media screen and (min-width:1200px) {
	.header .menu>ul>li:hover>div {
		display: block;
	}
}

.header .menu ul.children-list {
	-webkit-column-count: 2;
	column-count: 2;
}

.header .menu>ul>li ul>li>a {
	text-decoration: none;
	color: #000;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}

@media only screen and (max-width: 820px) {
	.header .menu>ul>li ul>li>a {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.header .menu>ul>li>div>ul>li>a {
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	position: relative;
	font-weight: 700;
	padding-bottom: 7px;
}

.header .menu>ul>li .sub-children,
.header .menu>ul>li ul li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

@media only screen and (min-width:821px) {
	.header .menu>ul>li ul li {
		padding: 0 24px 0 0;
	}
}

.header .menu>ul>li .sub-children ul>li {
	padding: 0;
}

.sub-children ul>li.see-all {
	position: relative;
}

.header .menu>ul>li .sub-children ul>li>a {
	font-size: 13px;
	color: #4c4c4c;
	padding: 0;
	line-height: 22px;
}

.header .menu.active,
.header .menu-categories.active .menu {
	display: block;
}

.header .header-menu .menu-categories .menu-categories-title.active {
	position: relative;
	z-index: 301;
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.header .menu>ul>li ul>li>a:hover {
	color: #ff003a;
}

.header .menu>ul>li .sub-children ul>li.see-all>a {
	color: #0082cb;
	font-size: 11px;
	margin: 0 0 5px 0;
	font-weight: 700;
}

.header .menu>ul>li:hover>a {
	color: #ff003a;
}

@media only screen and (min-width:768px) {
	.header .menu>ul>li.column>a {
		background: url(/image/catalog/icon-png/chevron_right.png) 96% center no-repeat;
	}
	.header .menu>ul>li.column:hover>a {
		background: url(/image/catalog/icon-png/chevron-right-red.png) 96% center no-repeat;
	}
}

@media only screen and (max-width:767px) {
	.header .menu>ul>li.column>a:after {
		display: inline-block;
		font-family: "Ionicons";
		content: "\f123";
		position: absolute;
		right: 20px;
		top: 10px;
		color: #808080;
		transition: transform .3s;
		font-size: 8px;
	}
	.header .menu>ul>li.column>a.active:after {
		transform: rotate(180deg);
		color: #ff6b2f;
	}
}

.header .header-middle-menu {
	float: right;
	margin: 30px 0 0 50px;
}

@media (max-width:767px) {
	.header .header-middle-menu {
		display: none;
	}
}

.header .header-middle-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: -1px;
	transition: background-color .1s ease-in-out;
	height: 100%;
	position: relative;
}

@media screen and (max-width: 991px) {
	.header .header-middle-item {
		display: none;
	}
}

.header .header-middle-adaptive {
	display: none;
}

@media screen and (max-width:991px) {
	.header .header-middle-adaptive {
		display: block;
	}
}

.header .header-middle-adaptive .dropdown-menu {
	border: none;
	border-radius: 0;
	margin: 0;
}

.header .header-middle-adaptive .dropdown-menu>li>a {
	color: #333;
	padding-bottom: 10px;
}

.header .header-middle-adaptive .dropdown-menu>li>a:before {
	display: none;
}

.header .header-middle-menu a {
	position: relative;
	display: block;
	padding: 0 10px;
	cursor: pointer;
	height: 100%;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}

.header .header-middle-menu a:hover {
	color: #ff003a;
}

.header .header-middle-menu li:first-child a:before {
	display: none;
}

/* recommendation block */
.recommendation-block {
	float: right;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 0 15px;
    border: 1px dashed #c7c7c7;
    border-radius: 4px;
    font-size: 11px;
	color: #c7c7c7;
}

.recommendation-block>p {
	margin: 0;
}

.recommendation-block>i {
	display: inline-block;
    font-size: 19px;
    padding-right: 10px;
    color: #d8d8d8;
}

.header .header-wishlist {
	display: inline-block;
	width: 80px;
	height: 60px;
	cursor: pointer;
}

.header .header-wishlist:before {
	content: "\42";
	font-family: "dripicons-v2";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #808080;
}

.header .header-wishlist span {
	right: 20px;
	display: none;
	position: absolute;
	top: 15px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border-radius: 17px;
	background-color: #ff003a;
}

.header .header-compare {
	display: inline-block;
	width: 80px;
	height: 60px;
	position: relative;
	cursor: pointer;
}

.header .header-compare:before {
	content: "\e000";
	font-family: "dripicons-v2";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #808080;
}

.header .header-compare span {
	right: 20px;
	display: none;
	position: absolute;
	top: 15px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border-radius: 17px;
	background-color: #ff003a;
}

.header .header-wishlist {
	border-right: 1px solid rgba(239, 239, 239, .5);
}

.header .header-wishlist:hover,
.header .header-compare:hover {
	box-shadow: 2px 0 20px 2px rgba(0, 0, 0, 0.13);
}

.header .header-wishlist:hover:before,
.header .header-compare:hover:before {
	color: #333;
}

.header .header-wishlist,
.header .header-compare {
	float: right;
	transition: .1s ease-in-out;
	border-left: 1px solid rgba(239, 239, 239, .5);
}

@media only screen and (max-width: 767px) {
	.header .header-compare,
	.header .header-wishlist {
		width: 50%;
	}
	.header .header-compare span,
	.header .header-wishlist span {
		left: 50%;
	}
}

.cart {
	z-index: 12;
	position: relative;
	width: 173px;
	float: right;
	padding: 13px 0 13px 18px;
}

.cart>a.cart-title {
	border-radius: 3px;
	position: relative;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #212529;
}

.cart>a.cart-title>span {
	display: flex;
	align-items: center;
	height: 35px;
	line-height: 14px;
	font-size: 13px;
	padding-left: 50px;
	position: relative;
	text-align: left;
	font-weight: 600;
}

.cart .subtotal {
	font-size: 12px;
	line-height: 15px;
}

.cart>a.cart-title>span:before {
	content: "\51";
	font-family: "dripicons-v2" !important;
	position: absolute;
	left: 15px;
	font-size: 21px;
	font-weight: normal;
}

.cart:hover a.cart-title {
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
	.cart {
		width: 100%;
		padding: 12px 0 0 0;
	}
	.text-empty-cart>br,
	.subtotal>br {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cart {
		width: auto;
	}
	.text-empty-cart,
	.subtotal {
		display: none;
	}
}

.cart .load {
	padding: 2rem;
	width: 33rem;
	border: 0;
	-webkit-box-shadow: 2px 9px 30px 6px rgba(0, 66, 103, .15);
	box-shadow: 2px 9px 30px 6px rgba(0, 66, 103, .15);
	top: 50px;
}

@media only screen and (min-width: 1200px) {
	.cart:hover .dropdown-menu {
		display: block;
	}
}

.cart .load .preview {
	border-bottom: 1px solid #e6e9ec;
	overflow: hidden;
}

.cart .load .img_content {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 20%;
}

.cart .load .product-quantity {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 21px;
	line-height: 21px;
	border-radius: 21px;
	padding: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.58);
	color: #fff;
	font-size: 10px;
}

.cart .load .right_block {
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 15px;
}

.cart .load .product-name {
	display: block;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	text-transform: capitalize;
	line-height: 20px;
}

.cart .load .product-name a {
	color: inherit;
	font-size: 13px;
}

.cart .load .product-price {
	display: block;
	font-weight: 700;
	margin: 7px 0 0;
	font-size: 16px;
	font-family: 'PF_BeauSans Pro Regular';
}

.cart .load .remove-from-cart {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #ccc;
}

.cart .remove-from-cart span {
	font-size: 1.7rem;
}

.cart .load .remove-from-cart:hover {
	color: #F44336;
}

.cart .load .attributes_content {
	font-size: 1.2rem;
	margin: .5rem 0 0;
}

.cart .load .attributes_content span {
	display: block;
}

.cart .right_block strong {
	font-weight: 400;
}

.cart .load .price_content {
	overflow: hidden;
	padding: 2rem 0;
	border-bottom: .1rem solid #ebebeb;
}

.cart .load .labels {
	float: left;
}

.cart .load .value {
	float: right;
}

.cart .load .price_inline {
	overflow: hidden;
	line-height: 2.5rem;
}

.cart .load .checkout {
	margin: 2rem 0;
}

.cart .load .checkout a {
	display: block;
	box-shadow: none;
}

.cart .product-block {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.cart .mini-basket-empty {
	position: relative;
	overflow: hidden;
}

.cart .mini-basket-empty p {
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	text-align: left;
	color: #3a4b5e;
}

.cart .voucher-block {
	overflow: hidden;
	position: relative;
}

.cart .voucher-des {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 25rem;
}

.cart .voucher-amount {
	font-size: 1.4rem;
	margin-top: .5rem;
	display: inline-block;
}

.cart .voucher-delete {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.cart .voucher-delete span {
	font-size: 1.7rem;
}

.cart .voucher-delete a {
	color: #ccc;
}

.cart .voucher-delete a:hover {
	color: #F44336;
}

@media only screen and (max-width: 767px) {
	.cart .load {
		width: 100%
	}
}

.cart .products {
	display: none;
}

.cart .cart-subtotals .products:last-child {
	display: block;
}

.cart .products:last-child .labels,
.cart .products:last-child .value {
	font-size: 18px;
	font-weight: 700;
	font-family: 'PF_BeauSans Pro Regular';
}

.grey-bg {
	position: fixed;
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.grey-bg.active {
	display: block;
}

#logo {
	float: left;
    width: 250px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#logo h1 {
	margin: 0;
}

#logo h1 a {
	font-weight: 700;
	color: #333;
	font-size: 34px
}


/* search */

#search {
	margin-top: 12px;
}

.button-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 35px;
	cursor: pointer;
	z-index: 14;
	background: #212529;
	border-radius: 0 3px 3px 0;
	color: #fff;
	display: flex;
	font-weight: 700;
	align-items: center;
	justify-content: center;
}

#search input {
	background: #fff;
	height: 35px;
	outline: none;
	z-index: 13;
	position: relative;
	border: 1px solid #dadada;
	border-radius: 4px;
	width: 100%;
	padding: 7px 80px 7px 13px;
	font-size: 12px;
}

#search input:focus {
	box-shadow: 0 0 10px rgba(196, 196, 196, 0.45);
	border-color: #e6e9ee;
}

@media screen and (max-width: 767px) {
	.search-keywords,
	.search-category {
		margin-bottom: 20px;
	}
}

footer {
	margin-top: 60px;
	padding-top: 60px;
	background-color: #fafafa;
}

footer .container {
	position: relative;
	font-size: 0;
}

@media only screen and (min-width:992px) {
	footer ul {
		margin-bottom: 30px;
	}
}

footer h5 {
	color: #333;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
}

footer li {
	margin-bottom: 10px;
	margin-top: 0;
	display: block;
	line-height: 20px;
}

footer a,
footer li,
footer p {
	font-size: 13px;
	color: #4e5358;
}

footer a.phone {
	font-size: 25px;
	color: #333;
	font-family: 'PF_BeauSans Pro Regular';
	font-weight: 600;
}

footer a:hover {
	color: #ff003a;
	text-decoration: underline;
}

footer .footer-bottom {
	margin-top: 15px;
}

footer .footer-logo {
	margin-bottom: 30px;
}

footer .footer-payment .footer-payment-item {
	vertical-align: middle;
	margin-right: 10px;
}

footer .footer-logo img {
	margin-left: 0;
}

.payments li {
	display: inline-block;
	margin-left: 1rem;
}

.payments a {
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e6e9ec;
}

.footer-border-top {
	border-top: 1px solid #e9e9e9;
}


/* form-group */

.form-group {
	position: relative;
}


/* login */

.forgot {
	float: right;
	font-size: 13px;
	margin-top: 12px;
}


/* breadcrumb */

.breadcrumb {
	padding: 0;
	background: transparent;
}

.breadcrumb>li+li:before {
	display: none;
}

.breadcrumb li:first-child {
	margin-left: 0;
}

.breadcrumb a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	.breadcrumb a {
		font-size: 12px;
	}
}

.breadcrumb a:after {
	content: "";
	background: url(/image/catalog/icon-png/breadcrumb-arrow.png) right center no-repeat;
	width: 8px;
	height: 7px;
	display: inline-block;
	margin: 0 0 0 7px;
}

.breadcrumb li:last-child a:after {
	display: none;
}


/* owl carousel */

.owl-carousel.carousel .carousel-caption {
	color: #FFF;
	text-shadow: 0 1px 0 #3a4b5e;
}

.owl-carousel.carousel .carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.owl-carousel.carousel .carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.owl-carousel.carousel .owl-buttons div {
	opacity: 1;
	color: #3a4b5e;
	text-shadow: none;
	transition: all .3s ease;
	margin: -25px 0 0 0;
	height: 50px;
	width: 50px;
	text-align: center;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	line-height: 50px;
	background: rgba(240, 240, 240, 0.6);
	border-radius: 50%;
}

.owl-carousel.carousel .owl-buttons .owl-prev {
	left: 10px;
}

.owl-carousel.carousel .owl-buttons .owl-next {
	right: 10px;
}

.owl-carousel.carousel .owl-buttons div i {
	font-size: initial;
}

.owl-carousel.carousel .owl-buttons .owl-prev:hover,
.owl-carousel.carousel .owl-buttons .owl-next:hover {
	opacity: 1;
	background: #f0f0f0;
}

.owl-carousel.carousel .owl-item {
	text-align: center;
}

.owl-carousel.carousel:hover .owl-buttons div {
	opacity: 1;
}

#owl-demo.carousel.owl-theme .item img {
	border: 1px solid #dbdcde;
	padding: 5px;
	border-radius: 3px;
	max-width: 75px;
}

#owl-demo.carousel.owl-theme .item img:hover {
	border-color: #ccc;
}

.product-thumb {
	background: #fff;
	position: relative;
	padding: 15px;
	border: 1px solid #e9e9e9;
	margin-right: -1px;
	margin-top: -1px;
}

.product-layout .product-thumb {
	position: relative;
	height: 454px;
}

@media screen and (min-width: 1200px) {
	.product-grid:hover {
		-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
		-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
		z-index: 100;
	}
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin: 0 auto;
}

.product-thumb .item-title {
	overflow: hidden;
	margin-bottom: 12px;
	height: 52px;
	line-height: 19px;
}

.product-thumb .item-title a {
	color: #000;
}

.product-thumb .item-title:hover a {
	color: #e4003a;
}

.product-thumb .caption {
	padding: 15px 0 0 0;
}

.product-thumb .review_rating {
	display: inline-block;
}

.product-thumb .rating>span {
	vertical-align: middle;
}

.product-thumb .review_rating .rating-reviews {
	text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -5px;
}

.product-thumb .price {
	margin: 5px 0 15px;
	line-height: 1.7em;
}

@media screen and (min-width: 768px) {
	.product-thumb .button-group {
		position: absolute;
		bottom: 15px;
		width: 100%;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
		left: 0;
	}
}

.item-price {
	font-family: 'PF_BeauSans Pro Regular';
	color: #212529;
}

.item-price-value {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.price-tax {
	color: #0082cb;
	font-size: 12px;
}

.price-old {
	margin-right: 5px;
	vertical-align: middle;
	color: #adadad;
	text-decoration: line-through;
	font-size: 13px;
}

.item-price .stock-price {
	font-size: 12px;
	color: #333;
	display: none;
}

.price-old,
.product-thumb .price-economy,
.product-thumb .price-economy .economy,
.product-thumb .features-wishlist,
.product-thumb .features-compare {
	display: inline-block;
}

.product-thumb .price-economy {
	padding-top: .5rem;
}

.product-thumb .price-economy .economy {
	padding: 0 .4rem;
	background: #FFEB3B;
}

.product-thumb .features-icons {
	float: right;
	max-width: 55px;
	width: 100%;
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-thumb .features-wishlist i,
.product-thumb .features-compare i {
	font-size: 20px;
	color: #9b9b9b;
}

.product-thumb .features-wishlist {
	margin-right: 4px;
}

.product-thumb .features-compare:hover i {
	color: #e5143a;
}

.product-thumb .features-wishlist:hover i {
	color: #e5143a;
}

.product-thumb .button-group .item-button-buy {
	background: #ff003a;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-align: center;
	line-height: 30px;
	background-size: 20px;
	border-radius: 3px;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}

.tooltip-add-container {
	display: none;
	-webkit-animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
	animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
	position: absolute;
	top: -50px;
	left: 15px;
	z-index: 3;
	white-space: nowrap;
}

.tooltip-add-container.add-show {
	display: block;
}

.tooltip-add {
	height: 38px;
	line-height: 38px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0.6px 20px rgba(0, 0, 0, 0.17);
	padding: 0 10px;
	display: block;
	color: #333;
	font-size: 12px;
	position: relative;
	text-align: center;
}

.tooltip-add:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 20px;
	width: 0;
	height: 0;
	border-color: rgb(255, 255, 255) transparent transparent;
	border-style: solid;
	border-width: 7px 10px 0;
}

@keyframes note {
	0% {
		margin-top: 25px;
		opacity: 0;
	}
	10% {
		margin-top: 0;
		opacity: 1;
	}
	90% {
		margin-top: 0;
		opacity: 1;
	}
	100% {
		margin-top: 25px;
		opacity: 0;
	}
}

.product-thumb .button-group .item-button-buy i {
	color: #fff;
	font-size: 24px;
	line-height: 39px;
}

.add-cart-help {
	color: #5c5c5c;
	padding: 2px 17px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: -45px;
	top: -47px;
	white-space: nowrap;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0 6px 13px 0 rgba(165, 163, 163, .57);
	-moz-box-shadow: 0 6px 13px 0 rgba(165, 163, 163, .57);
	box-shadow: 0 6px 13px 0 rgba(165, 163, 163, .57);
	display: none;
}

.product-thumb .button-group .add-cart-help {
	left: -75px;
	line-height: 29px;
}

.toolbar-header:after {
	content: '';
	clear: both;
	display: table;
}

.product-thumb .stock-empty img {
	filter: alpha(opacity=40);
	opacity: .5;
}

.product-thumb .stock-label {
	position: absolute;
	left: 50%;
	z-index: 4;
	top: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
}

.product-thumb .stock-label .product-stock__label {
	background-color: rgba(0, 0, 0, 0.59);
}

.product-thumb .stock-label span {
	color: #fff;
	height: 30px;
	padding: 0 15px;
	float: left;
	line-height: 30px;
	font-size: 12px;
	border-radius: 25px;
}

.product-thumb .image {
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.product-grid .product-thumb .image {
	-webkit-transition: initial;
	-moz-transition: initial;
	-ms-transition: initial;
	-o-transition: initial;
	transition: initial;
}

.short-attribute {
	display: none;
}

@media only screen and (min-width:768px) {
	.product-layout.product-list .product-thumb {
		height: auto;
		overflow: hidden;
	}
	.product-list .image {
		float: left;
		margin: 0 15px 0 0;
	}
	.product-list .image .normal-img {
		width: 100px;
		height: 100px;
		line-height: 97px;
		display: block;
	}
	.product-list .image img {
		max-width: 100px;
		max-height: 100px;
	}
	.product-list .caption {
		padding: 0;
		float: left;
		max-width: 45%;
		width: 100%;
		padding-right: 15px;
	}
	.product-list .buy-box {
		float: right;
		width: 173px;
		position: relative;
	}
	.product-list .button-group {
		position: static;
		padding: 0;
	}
	.product-list .short-attribute {
		display: block;
		margin-bottom: 5px;
	}
	.product-list .item-title {
		height: auto;
		margin-bottom: 9px;
	}
	.product-list .short-attribute__list {
		font-size: 11px;
	}
	.product-list .short-item {
		display: inline-block;
	}
	.product-list .stock-label span {
		height: 26px;
		padding: 0 10px;
		line-height: 26px;
		font-size: 11px;
	}
	.product-list .tooltip-add-container {
		top: -5px;
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	.product-layout .product-thumb {
		padding: 20px 0;
		height: auto;
	}
	.product-layout .product-thumb .image {
		float: left;
		width: 45%;
	}
	.product-layout .product-thumb .caption {
		padding: 0 20px 0 0;
		min-height: auto;
		width: 55%;
	}
	.product-layout .product-thumb,
	.product-layout .product-thumb .caption,
	.product-layout .product-thumb .buy-box {
		overflow: hidden;
	}
	.product-layout .product-thumb .buy-box {
		padding-right: 20px;
	}
	.product-layout .buy-box .button-group {
		position: relative;
	}
	.product-layout .product-thumb .toolbar-header {
		margin: 0 auto;
	}
	.no-margin {
		margin: 0 0 20px 0;
	}
	.box-left.product-content {
		padding: 35px 15px;
	}
	.product-layout .product-thumb .image a {
		padding: 0 10px;
	}
}

.rating i {
	font-size: 17px;
}

.rating .icon-active>i {
	color: #ffc100;
}

.rating .icon-outline>i {
	color: #d8dce2;
}

.header-container {
	position: relative;
}

.header-container .content-bg-white {
	-webkit-box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	border-bottom: 1px solid #e6e9ec;
}

.checkout-table.table td {
	vertical-align: middle;
	border: none;
}

.checkout-table .img-thumbnail {
	border-color: #dfe5e9;
	border-radius: 0;
}

.checkout-table .checkout-top__tr {
	background: #F5F5F5;
}

.checkout-table .checkout-top__tr>td {
	white-space: nowrap;
	overflow: hidden;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.number-spinner .form-control[name^=quantity] {
	width: 3rem;
	height: auto;
	border-radius: 0;
	background: #f0f2f5;
	box-shadow: none;
	padding: 0;
}

.number-spinner .form-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.number-spinner .form-count span {
	font-size: 23px;
	line-height: 1;
	vertical-align: middle;
}

.number-spinner .btn-minus .btn,
.number-spinner .btn-plus .btn {
	padding: 0 1rem;
	background: #f0f2f5;
	border-color: #f0f2f5;
	height: 3.5rem;
	border-radius: 0;
}

.number-spinner .btn-minus .btn {
	border-radius: 3rem 0 0 3rem;
}

.number-spinner .btn-plus .btn {
	border-radius: 0 3rem 3rem 0;
}

.number-spinner input.form-plus-minus {
	border: transparent;
	font-size: 1.3rem;
	color: #333;
}

.checkout-continue {
	color: #3a4b5e;
}

@media only screen and (max-width:360px) {
	.continue>div {
		text-align: center;
	}
}

.checkout-product-image .info-alert {
	font-size: 27px;
	position: absolute;
	z-index: 1;
	top: -15px;
	left: 0;
}

.checkout-product-image {
	display: table-cell;
	vertical-align: top;
	width: 15%;
	position: relative;
}

.checkout-footer-payment img {
	margin-right: 1rem;
}

.checkout-footer-payment img:last-child {
	margin-right: 0;
}

.checkout-product-image a {
	display: block;
	text-align: center;
}

.checkout-order a {
	color: #fff;
	background: #ff003a;
	border-radius: 4px;
	border: none;
}

.checkout-order a:hover {
	color: #fff;
	background: #c9002e;
}

table.table.table-total td {
	border-top: 0;
	padding: 0 0 .5rem 0;
	color: #333;
	font-family: 'PF_BeauSans Pro Regular';
}

.checkout-product {
	display: table-cell;
	vertical-align: top;
}

.infoLine {
	font-size: 1.3rem;
	margin: 0 0 .5rem;
}

.checkout-product-name {
	margin-left: 20px;
	position: relative;
}

.checkout-table:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.checkout-product-inner {
	position: relative;
	border-bottom: 1px solid #eeeeef;
	display: table;
	margin-bottom: 25px;
	width: 100%;
}

@media only screen and (min-width:768px) {
	.checkout-product-name {
		float: left;
		width: 45%;
	}
	.checkout-total-box {
		float: right;
		width: 48%;
	}
	.checkout-product-inner {
		min-height: 12rem;
		padding: 0 20px 0 0;
	}
	.number-spinner {
		float: left;
	}
	.cart-product-price {
		float: right;
		text-align: right;
	}
}

.product-name-info {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
}

.cart-product-price__total {
	font-size: 18px;
	font-weight: 700;
	font-family: 'PF_BeauSans Pro Regular';
}

.cart-product-price__total span {
	padding-top: 10px;
	color: #757575;
	font-weight: 400;
	font-size: 11px;
	display: block
}

.remove-prod {
	color: #798087;
	cursor: pointer;
	position: absolute;
	right: 20px;
	transition: color .1s ease;
	bottom: 20px;
	font-size: 13px;
}

@media only screen and (max-width:767px) {
	.checkout-total-box {
		margin: 2rem 0 0 2rem;
	}
	.cart-product-price {
		padding: 2rem 0;
	}
}

.table-total tr:last-child .text-total {
	font-size: 1.8rem;
	padding: 0;
	width: 12rem;
	font-weight: 700;
}

.remove-prod:hover {
	color: #d73f3f;
}

.count {
	position: absolute;
    top: 2px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    border-radius: 19px;
    background-color: #ff003a;
    font-size: 11px;
    left: 25px;
}


/* owl-carousel */

.owl-carousel.carousel {
	border-radius: 0;
}

.owl-carousel.carousel .owl-wrapper-outer {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.owl-carousel.carousel .owl-controls {
	background: #f2f2f2;
}

.owl-carousel.carousel .owl-controls .owl-page span {
	display: block;
	width: 25px;
	height: 3px;
	background: #ddd;
	border-radius: 20px;
	box-shadow: none;
}

.owl-carousel.carousel .owl-controls .owl-page.active span {
	background: #3a4b5e;
}

.owl-carousel.carousel .owl-pagination {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 1rem;
}

.owl-carousel.carousel .owl-carousel .owl-buttons div i {
	line-height: 0;
}


/* //owl-carousel */

.mobile-menu-actions,
.mobile-menu-fixed,
.header-top .pull-left {
	display: none;
}

@media screen and (min-width:768px) {
	.header-top .pull-left {
		height: 100%;
		display: block;
	}
}

@media screen and (max-width:767px) {
	.mobile-menu-fixed {
		position: fixed;
		z-index: 1100;
		display: block;
		top: 0;
		left: 0;
		width: 80%;
		max-width: 30rem;
		height: 100%;
		background-color: #fff;
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .3s cubic-bezier(0, 1, .63, 1);
		transition: -webkit-transform .3s cubic-bezier(0, 1, .63, 1);
		transition: transform .3s cubic-bezier(0, 1, .63, 1);
		transition: transform .3s cubic-bezier(0, 1, .63, 1), -webkit-transform .3s cubic-bezier(0, 1, .63, 1);
	}
	.mobile-menu-fixed._visible {
		box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.4);
		transition: all .3s;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.mobile-info-links-item a {
		display: block;
		padding: 1.5rem 2rem;
		color: #333;
		background: url(/image/catalog/icon-png/arrow-right.png) right 15px center no-repeat;
	}
	.mobile-info-links-item+.mobile-info-links-item {
		border-top: .1rem solid #e6e9ec;
	}
	.mobile-info-links,
	.mobile-header-box,
	.mobile-login {
		border-bottom: .1rem solid #e6e9ec;
	}
	.mobile-header-box {
		height: 5.5rem;
		text-align: right;
		padding: 0 1.5rem;
		position: relative;
	}
	.mobile-header-box img {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.mobile-header-title {
		position: absolute;
		left: 2rem;
		top: 1.5rem;
		font-size: 1.9rem;
	}
	.mobile-header-title>i,
	.mobile-menu-actions>i {
		font-size: 21px;
		margin-right: .3em;
		color: #555;
	}
	.mobile-menu-actions {
		position: absolute;
		display: block;
		top: 0;
		font-size: 19px;
		line-height: 38px;
	}
	.mobile-login {
		padding: 0 2rem;
		height: 5rem;
		line-height: 5rem;
	}
	.mobile-login span {
		display: inline-block;
		padding: 0 1rem;
	}
	.mobile-login a {
		color: #333;
	}
}

.refine {
	background: #fff;
	text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
	min-height: 20rem;
}

@media only screen and (min-width:1200px) {
	.refine:hover img {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

.refine img {
	margin: auto;
	margin-top: 30px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.refine .refine-name {
	color: #333;
	padding-top: 20px;
	display: inline-block;
	font-size: 12px;
}

@media only screen and (max-width:767px) {
	.compare-content .table-responsive>.table>tbody>tr>td,
	.compare-content .table-responsive>.table>tbody>tr>th,
	.compare-content .table-responsive>.table>tfoot>tr>td,
	.compare-content .table-responsive>.table>tfoot>tr>th,
	.compare-content .table-responsive>.table>thead>tr>td,
	.compare-content .table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
}

.compare-content td {
	width: 32rem;
}

.compare-content .table-bordered,
.compare-content .table-bordered>tbody>tr>td,
.compare-content .table-bordered>thead>tr>td {
	border: 1px solid #e6e9ec;
}

.compare-content .compare-table .compare-image {
	position: relative;
}

.compare-content .compare-image .compare-remove {
	position: absolute;
	top: 0;
	font-size: 2.1rem;
	color: #ccc;
	margin-left: 30px;
}

.compare-content .compare-image .compare-remove:hover {
	color: red;
}

.compare-content .compare-table>thead>tr>td,
.compare-content .compare-table>thead>tr>th {
	border-bottom-width: 0;
}

.compare-content .compare-table>tbody+tbody {
	border-top: transparent;
}

.compare-content .compare-table strike {
	color: #ccc;
	display: block;
	font-weight: 400;
}

.compare-content .compare-table .compare-price {
	color: #3a4b5e;
}

.compare-content .compare-table .compare-name a {
	color: #1c1c1c;
}

@media only screen and (min-width:768px) {
	.image-content .big-image:hover .view-image {
		display: block;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
}

.image-additional {
	float: left;
	margin: 2px;
}

.image-additional a {
	position: relative;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 47px;
	padding: 4px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}

.image-additional a:hover {
	border: 1px solid #ccc;
}

.thumbnail {
	padding: 0;
	border: 0;
	line-height: 1.42857143;
	background-color: #fff;
	position: relative;
}

.img-thumbnail:hover {
	border-color: #ccc;
}

.product__zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 112px;
	height: 32px;
	text-align: center;
	line-height: 33px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.69);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	font-size: 13px;
}

.thumbnails .thumbnail:hover .product__zoom {
	opacity: 1;
	visibility: visible;
}

.product-characters {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	font-size: 13px;
}

.attr-product-content-block:first-child .attr-product-content-block__content {
	padding-right: 20px;
}

.attr-product-content-block .attr-product-list__preview {
	padding-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.attr-product-preview__link {
	border-bottom: 1px dotted rgba(0, 130, 203, .5);
	display: inline-block;
	line-height: 17px;
	font-size: 13px;
}

.product-attr-table .name-attr span {
	color: #798087;
	padding-right: 5px;
}

.product-attr-table .text-attr span {
	padding-left: 5px;
}

.product-attr-table .attr-border {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	width: 100%;
	margin: 0 -100% 0 0;
	vertical-align: baseline;
	border-bottom: 2px dotted #ccc;
}

.product-attr-table.table>tbody>tr>td {
	overflow: hidden;
	padding: 7px 0 0 0;
}

@media screen and (max-width: 767px) {
	.product-attr-table.table>tbody>tr>td:last-child {
		width: 40%;
	}
	.product-attr-table.table>tbody>tr>td:first-child {
		width: 60%;
	}
	.product-attr-table.table>tbody>tr>td {
		font-size: 13px;
	}
}

.attr-product-content-block .attr-product-list__preview .attr-product-list__preview-text {
	color: #000;
}

.product-content .short-description {
	line-height: 23px;
	padding-bottom: 10px;
	color: #777;
}

.product-content .short-description a,
.product-content .attr-product-preview__link a {
	display: table;
	line-height: normal;
	padding-top: 5px;
}

.box-title {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.content-title h1 {
		font-size: 28px;
		line-height: 3.2rem;
	}
}

.content-title:after {
	content: "";
	display: table;
	clear: both;
}

.product-content .button-block .btn:hover {
	background: #f2f2f2;
}

.product-button__toolbar>a {
	color: #333;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.product-button__toolbar>a>i {
	padding-right: 5px;
	vertical-align: middle;
}

.product-content .button-toolbar:hover {
	color: #0079d0;
}

.product-content .icon-toolbar {
	font-size: 17px;
}

.product-content .button-block>div {
	display: inline-block;
	cursor: pointer;
	padding: 5px 16px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.product-content .button-block>div:hover,
.product-content .button-block>div:hover {
	border-color: #798087;
}

.product-content .product-options {
	padding-bottom: 0;
}

.product-content .product-options .checkbox,
.product-content .product-options .radio {
	display: inline-block;
	margin: 0.77775rem 0.77775rem 0 0;
	vertical-align: middle;
	transition: all .2s ease-in-out;
}

.product-content .product-info {
	overflow: hidden;
	padding: 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-size: 13px;
}

.product-content .product-info>div {
	display: inline-block;
	padding-right: 10px;
}

.product-content .price-block__summary .price-block__base {
	line-height: 31px;
	font-size: 25px;
	color: #333;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'PF_BeauSans Pro Regular';
}

.product-content .price-block__summary .stock-price {
	padding-bottom: 1rem;
	font-size: 1.3rem;
	display: none;
}

.product-content .price-block .sale-right {
	position: absolute;
	top: 0;
	right: 0;
}

.product-content .all-price .sale-right {
	text-align: center;
	display: inline-block;
}

.product-content .list-info li {
	padding-bottom: 5px;
}

.product-content .price-block__old-price {
	font-size: 1.44rem;
	display: inline-block;
	text-decoration: line-through;
}

.product-content .product-rating {
	padding: 15px 0;
	overflow: hidden;
	width: 100%;
}

.product-content .brand-img {
	display: block;
}

.product-content .brand-text {
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px dotted rgba(0, 130, 203, .5);
}

.product-content .product-rating a {
	margin-left: 5px;
	border-bottom: 1px dotted rgba(0, 130, 203, .5);
	font-size: 12px;
}

.product-attr-table>tbody>tr>td>strong {
	font-size: 13px;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 7px 10px;
	font-weight: 700;
	background: linear-gradient(to right, #f5f5f5, #FFF);
}

.product-attr-table>tbody>tr>td,
.product-attr-table.table>tbody+tbody {
	border: none;
}

.price-summary .icon-check {
	font-size: 18px;
}

.product-content .content-descr {
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, .075);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, .075);
	box-shadow: 0 0 12px rgba(0, 0, 0, .075);
	border-radius: 4px;
	line-height: 1.4em;
	padding: 18px 30px;
	margin-bottom: 20px;
}

.price-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.price-block .all-price {
	font-size: 13px;
}

.price-block .price-block__summary,
.price-block .button-group,
.price-block .stock-status,
.price-block .stock-status span {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.price-block .button-group {
		margin: 0;
	}
}

.price-block .button-group {
	float: right;
	text-align: right;
}

.price-block .stock-status span {
	font-size: 13px;
	padding: 0 8px;
	height: 25px;
	line-height: 23px;
	border-radius: 3px;
	border: 1px solid;
	margin-top: 10px;
}

.price-block .price-economy {
	margin-bottom: 15px;
}

.price-block .button-group .btn,
.price-block .button-group .fastorder-buttons {
	border-radius: 4px;
	font-size: 14px;
	height: 38px;
	padding: 0;
}

.price-block .button-group .fastorder-buttons {
	border: 1px solid #e6e9ec;
}

.price-block .button-group .fastorder-buttons:hover>a {
	color: #0079d0;
}

.product-instock {
	color: #3cb371;
}

.product-nostock {
	color: #ea1523;
}

.box-col-section {
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.content-wrapper {
	background: #fff;
	width: 100%;
	display: inline-block;
	margin-bottom: 2rem;
}

.col-left,
.col-center,
.col-right {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media only screen and (min-width: 768px) {
	.col-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
	.col-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}
}

@media only screen and (min-width: 992px) {
	.col-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 61%;
		flex: 0 0 61%;
		max-width: 61%;
	}
	.col-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 39%;
		flex: 0 0 39%;
		max-width: 39%;
	}
}

@media only screen and (min-width: 1200px) {
	.col-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 37.3%;
		flex: 0 0 37.3%;
		max-width: 37.3%;
	}
	.col-center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 34.2%;
		flex: 0 0 34.2%;
		max-width: 34.2%;
	}
	.col-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28.5%;
		flex: 0 0 28.5%;
		max-width: 28.5%;
	}
}


/* popun in product.tpl */

.modal-container {
	text-align: left;
	padding: 20px 30px 30px;
	background: #fff;
	position: relative;
}

.modal-buy-popup {
	padding-top: 0;
	height: 122px;
	display: block;
}

@media only screen and (max-width: 533px) {
	.modal-buy-popup {
		height: auto;
		display: block;
		text-align: center;
	}
}

.modal-buy-popup img {
	height: 9rem;
	float: left;
	margin-top: 0;
	margin-right: 1.2rem;
}

@media only screen and (max-width: 533px) {
	.modal-buy-popup img {
		float: none;
		margin: 12px auto;
		display: block;
	}
}

.modal-buy-popup h4 {
	padding-left: 110px;
	margin: 0;
	line-height: 24px;
	color: #3a4b5e;
	font-weight: 700;
	font-size: 17px;
}

@media only screen and (max-width: 533px) {
	.modal-buy-popup h4 {
		padding: 0;
	}
}

.modal-buy-popup span {
	color: #333;
	display: block;
	font-weight: 400;
}

.modal-buy-close {
	margin-bottom: 20px;
}

.buy-popup-btn {
	box-sizing: border-box;
	display: inline-block;
	width: 214px;
	float: left;
	text-align: center;
	border-radius: 4px;
}

@media only screen and (max-width: 533px) {
	.buy-popup-btn {
		margin: 0 auto;
		display: block;
		width: 100%;
		float: none;
	}
}

.buy-popup-btn.left {
	margin-right: 12px;
	color: #3a4b5e;
	line-height: 38px;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #f0f2f5;
}

@media only screen and (max-width: 533px) {
	.buy-popup-btn.left {
		margin: 12px auto;
	}
}

.buy-popup-btn.right {
	background: linear-gradient(to bottom, #ee2250, #c91d44);
	cursor: pointer;
	line-height: 40px;
	color: #fff;
}

.modal-container:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}


/* colors */

.orange {
	color: #f0ad4e;
}

.skyblue {
	color: #5bc0de;
}

.grey {
	color: #798087;
}


/* pagination */

.descriptions {
	padding: 20px 0;
}

.paginations {
	text-align: center;
	background-color: #fff;
}

.paginations-list {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0;
	height: 35px;
	line-height: 35px;
	float: left;
	font-size: 14px;
}

.paginations-results {
	margin: 15px 0;
	color: #3a4b5e;
	display: inline-block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	float: right;
}

@media only screen and (max-width: 600px) {
	.paginations-list,
	.paginations-results {
		float: none;
	}
}

.pagination {
	margin: 0;
}


/* tools */

.w-100 {
	width: 100%;
}

.m-0 {
	margin: 0;
}

.m-t-0 {
	margin-top: 0;
}

.m-t-1 {
	margin-top: 1rem;
}

.m-t-2 {
	margin-top: 2rem;
}

.m-b-1 {
	margin-bottom: 1rem;
}

.m-b-2 {
	margin-bottom: 2rem;
}

.m-b-3 {
	margin-bottom: 3rem;
}

.p-0 {
	padding: 0;
}

.p-1 {
	padding: 1rem;
}

.p-r-0 {
	padding-right: 0;
}

.p-20-0 {
	padding: 20px 0;
}

.p-r-1 {
	padding-right: 10px;
}

.p-t-0 {
	padding-top: 0;
}

.p-b-0 {
	padding-bottom: 0;
}

.p-t-1 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-2 {
	padding-top: 20px;
}

.f-left {
	float: left;
}

.height-4 {
	height: 40px;
}

.f-s-0 {
	font-size: 0;
}

.f-s-1 {
	font-size: 11px;
}

.f-s-13 {
	font-size: 13px;
}

.f-s-14 {
	font-size: 14px;
}

.f-s-16 {
	font-size: 16px;
}

.f-s-18 {
	font-size: 18px;
}

.f-s-2 {
	font-size: 20px;
}

.d-b {
	display: block;
}

.m-0-auto {
	margin: 0 auto;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-r-1 {
	margin-right: 10px;
}

.m-r-2 {
	margin-right: 20px;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-t-5 {
	margin-top: 5px;
}

.d-i-b {
	display: inline-block;
}

.wdth-45 {
	width: 45px;
}

.v-a-m {
	vertical-align: middle;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-t-15 {
	margin-top: 1.5rem;
}

.black {
	color: #000;
}


/******************/

.modal {
	text-align: center;
}

.modal-dialog {
	text-align: left;
	-webkit-animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
	animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
}


/* account */

.account-row li {
	margin-bottom: 2rem;
	position: relative;
}

.account-row li a {
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	color: #3a4b5e;
}

.account-row li:hover {
	background: #f8f8f8;
}

.account-row li>span {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 1;
	font-size: 24px;
	color: #2781ff;
}

.account-row h4 {
	border-bottom: 1px solid #ddd;
	min-height: 4rem;
}

.account-block .list-unstyled li {
	line-height: 28px;
}


/* product options */

.product-options .checkbox,
.product-options .radio {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.product-options .checkbox .checkbox-text,
.product-options .radio .radio-text {
	color: #323232;
	font-weight: 400;
	min-width: 57px;
	font-size: 12px;
	height: 30px;
	border: 1px solid #dbdcde;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 3px;
	vertical-align: top;
}

.product-options .radio .radio-text:hover,
.product-options .checkbox .checkbox-text:hover {
	border-color: #9f9f9f;
}

.product-checkbox,
.product-radio {
	display: none;
}

.product-options .checkbox label,
.product-options .radio label {
	padding: 0;
}

.product-options .product-checkbox:checked~label .checkbox-text,
.product-options .product-radio:checked~label .radio-text {
	border-color: #e6263a;
}

.product-options .product-checkbox:checked~label .checkbox-price,
.product-options .product-checkbox:checked~label .checkbox-text,
.product-options .product-radio:checked~label .radio-price,
.product-options .product-radio:checked~label .radio-text {
	color: #e6263a;
}


/* button up */

.scrolltop {
	font-size: 0;
	bottom: 30px;
	left: 2rem;
	height: 50px;
	width: 50px;
	position: fixed;
	cursor: pointer;
	z-index: 999;
	text-align: center;
	line-height: 50px;
}

.scrolltop._visible:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.scrolltop:before {
	content: "\f366";
	font-family: "Ionicons";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
	background: #b2b2b2;
	border-radius: 4px;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all .2s ease;
	border: 1px solid #b2b2b2;
}

.scrolltop:hover:before {
	background: #00b956;
	border-color: #00b956;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.scrolltop:hover:before {
		transform: scale(1.1);
	}
}

@media only screen and (min-width: 1600px) {
	.scrolltop {
		left: 90px;
	}
}

.review-rating {
	font-size: 0;
	color: #dadae6;
	display: inline-block;
	vertical-align: middle;
}

.review-rating input {
	display: none;
}

.review-rating * {
	margin: 0;
}

.review-rating label {
	color: #dadae6;
}

.review-rating label .ion-android-star {
	font-size: 28px;
	padding: .2rem .4rem .2rem 0;
	cursor: pointer;
}

.review-star.checked,
.review-star.active {
	color: #e5193a;
}

#review .review-wrap {
	position: relative;
	margin-bottom: 20px;
}

#review .review-head .review-date {
	color: #b5b5b5;
	font-size: 14px;
	line-height: 25px;
	padding-left: 10px;
}

#review .review-head .rating {
	padding-bottom: 10px;
}

#review .review-date>span {
	padding-right: .3rem;
}

#review .review-body {
	position: relative;
	border-radius: 4px;
	color: #000;
	line-height: 1.5384;
	font-size: 13px;
}

#review .review-username {
	font-size: 15px;
	font-weight: 700;
}

.review-box-title {
	font-size: 31px;
	text-align: center;
	font-family: 'PF_BeauSans Pro Regular';
	padding: 30px 0 20px;
}

.comment-info {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 30px;
}

.comment-info:before {
	content: ' ';
	background: #ededed;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
}

.rating-reviews-qty {
	vertical-align: middle;
	margin-left: 6px;
	color: #3a4b5e;
}

.rating-reviews-qty .ion-ios-chatbubble {
	font-size: 2.2rem;
	line-height: 1;
	margin-right: .3rem;
}

.sale-sticker {
	display: inline-block;
	vertical-align: middle;
}

.sale-sticker .sale-discount {
	min-width: 35px;
    text-align: center;
    height: 17px;
    line-height: 17px;
    color: #ffffff;
    border-radius: 2px;
    background: #8ac512;
    font-size: 12px;
}

.wishlist a {
	float: right;
	margin-right: 5px;
	width: 40px;
}

.account-bookmark:hover {
	box-shadow: none;
}

.wishlist .price {
	font-size: 0;
}

.account-bookmark h4 a {
	line-height: 18px;
}

.wishlist .product_price .price-new {
	font-size: 14px;
}

.sitemap ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 40px;
}

.product-thumb .btn-account-wishlist {
	position: absolute;
	top: 15px;
	right: 15px;
}

@-webkit-keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.dropdown-menu>li>.btn-sign-in {
	padding: 11px 11px 10px;
	color: #fff;
}

.dropdown-menu>li>.btn-sign-in:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.dropdown-menu .nav-login {
	padding: 20px 20px 0 20px;
}

.dropdown-menu .nav-login-btn {
	padding: 0 20px 20px 20px;
}

.dropdown-menu .nav-register-link>a {
	background: transparent;
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 14px;
	color: #009ee0;
}

.dropdown-menu .nav-register-link>a:hover {
	background: transparent;
}

.brand-logo {
	margin-bottom: 10px;
}

.brand-logo a {
	display: block;
}

.brand-logo img {
	padding: 15px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.brand-logo .brand-name {
	color: #333;
}

.brand-logo .brand-name:hover {
	text-decoration: underline;
}

@media only screen and (min-width:1200px) {
	.brand-logo:hover img {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

.banner-apple-text {
	position: absolute;
	z-index: 5;
	top: 10%;
	left: 15%;
}

#top-container {
	height: 30px;
	line-height: 30px;
	background-color: #333;
	font-size: 0;
}

@media only screen and (max-width:768px) {
	#top-container {
		white-space: nowrap;
		overflow-x: scroll;
	}
}

#top-container .top-item>ul>li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
}

#top-container .top-item>ul>li>a {
	color: #fff;
	display: block;
	padding: 0 15px;
	font-size: 14px;
}

#top-container .top-item>ul>li:hover {
	background: #0060e8;
}

.alert-template {
	margin: 0;
	width: 280px;
	border-radius: 5px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	text-align: center;
	box-shadow: 0 10px 12px rgba(0, 0, 0, .2);
	background: rgba(49, 66, 82, .95);
	border-radius: 0;
	min-height: 40px;
	line-height: 40px;
	padding: 15px;
	top: auto;
}

.alert-template .close {
	filter: alpha(opacity=100);
	opacity: 1;
	text-shadow: none;
	color: #fff;
}

.alert-template>a {
	font-size: 18px;
	padding: 5px 10px;
	color: #fff;
	border: 1px solid;
	text-shadow: 0 1px rgb(0, 0, 0);
}

.alert-template>a:hover {
	color: #fff;
	border-color: #fff;
}

.information-information-8 .alert-template {
	display: none;
}

.alert-template .buy-template {
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px rgb(0, 0, 0);
}

.value-economy {
	color: #3cb371;
	border-radius: 3px;
	font-size: 13px;
	background: #f5f5f5;
	padding: 2px 6px;
	display: inline-block;
	margin-top: 4px;
}

.economy-title {
	display: block;
	font-size: 13px;
}

#modal-cart .modal-success .modal-img {
	text-align: center;
}

#modal-cart .modal-success .modal-message {
	margin: 10px 0;
}

@media only screen and (min-width:612px) {
	#modal-cart .modal-success .modal-message,
	#modal-cart .modal-success .modal-img,
	#modal-cart .modal-success .all-price {
		display: inline-block;
		vertical-align: top;
	}
	#modal-cart .modal-success .all-price {
		padding-left: 20px;
		width: 150px;
	}
	#modal-cart .modal-success .modal-img {
		text-align: center;
		margin-right: 15px;
	}
	#modal-cart .modal-success .modal-message {
		font-size: 14px;
		width: 290px;
		margin-top: 0;
	}
}

#modal-cart .product-economy_block {
	white-space: nowrap;
}

#modal-cart .modal-success .modal-message>.form-group:first-child {
	margin-bottom: 5px;
	color: #222;
}

#modal-cart .modal-success .modal-message .alert-light {
	border-color: #f2f6f8;
	margin-bottom: 0;
}

#modal-cart .modal-success .old-price {
	color: #798087;
	text-decoration: line-through;
	text-align: right;
	padding-right: 5px;
}

#modal-cart .modal-success .new-price {
	text-align: right;
	position: relative;
	font-size: 24px;
}

#modal-cart .modal-success .economy {
	text-align: right;
	padding-top: 10px;
}

#modal-cart .modal-success .economy-text {
	display: inline-block;
}

#modal-compare .modal-body .show-text,
#modal-wishlist .modal-body .show-text {
	overflow: hidden;
	padding: 10px 0 20px 0;
	font-size: 16px;
	display: block;
}

#modal-cart .modal-success .sku {
	display: block;
	padding-bottom: 10px;
}

.mobile-header {
	height: 5rem;
	background: #252d4c;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.mobile-hamburger {
	position: absolute;
}

.mobile-icon {
	color: #fff;
	display: block;
	width: 6rem;
	height: 5rem;
	text-align: center;
	line-height: 5rem;
}

.mobile-icon>i {
	font-size: 3.3rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

.mobile-sidebar.open {
	transform: translateX(0);
}

.mobile-sidebar {
	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-sidebar_container {
	padding: 0;
	height: 100%;
}

.mobile-sidebar_inner {
	max-width: 154rem;
	height: 100%;
	margin: 0 auto;
}

.mobile-sidebar-list {
	margin: 0;
	padding: 0 1rem;
	list-style-type: none;
	padding-top: 5rem;
}

.mobile-sidebar-list_item {
	border-bottom: 1px solid #e6e9ec;
}

.mobile-sidebar-list_item .phone {
	font-weight: 900;
	color: #222;
}

.mobile-sidebar-list_item:first-child {
	border-top: 1px solid #e6e9ec;
}

.mobile-sidebar-list_item_header {
	background-color: #ededed;
	height: 6rem;
	margin: 0 -1rem;
	font-size: 0;
	line-height: 0;
}

.mobile-sidebar-list_item_empty {
	background-color: transparent;
	margin: 0;
}

.mobile-sidebar-list_link {
	display: block;
	color: #666;
}

.mobile-sidebar-list_link {
	padding: 1.5rem;
}

.mobile-logo {
	display: table-cell;
	height: inherit;
	vertical-align: top;
	transition: background .2s ease-in-out;
	padding-left: 5rem;
}

.mobile-logo img {
	max-width: 80%;
}

.mobile-logo:after {
	content: "";
	width: 0;
	height: 100%;
}

.mobile-logo a {
	color: #fff;
	font-size: 2.4rem;
}

.mobile-logo:after,
.mobile-logo a {
	display: inline-block;
	vertical-align: middle;
}

.mobile-user_header i,
.mobile-user_cart i,
.mobile-header-wishlist,
.mobile-header-compare i {
	font-size: 3rem;
	color: #fff;
}

.mobile-header-compare {
	position: absolute;
	right: 14rem;
	top: 0;
	width: 5rem;
	height: 5rem;
	line-height: 2;
	text-align: center;
}

.mobile-header-compare .compare-count,
.mobile-header-wishlist .wishlist-count {
	top: 8px;
	right: 0;
}

.mobile-header-wishlist {
	position: absolute;
	right: 7.5rem;
	width: 5rem;
	height: 5rem;
	text-align: center;
	line-height: 1.9;
}

.mobile-header-wishlist a {
	color: #fff;
}

.mobile-user_cart .cart>button {
	border: none;
	line-height: 0;
	height: 0;
}

.mobile-user_cart .cart>button .count {
	top: -5px;
	right: -10px;
}

.mobile-user_cart .cart>button .subtotal {
	display: none;
}

.mobile-user_cart .cart-text,
.mobile-user_cart .cart-right_container {
	padding: 0;
}

.mobile-user_cart .cart-total_content,
.mobile-user_cart .cart-text,
.mobile-user_cart .cart-right_container {
	text-align: left;
}

.mobile-user_cart .cart-total_title {
	font-size: 14px;
}

.mobile-user_cart .cart-product-inner {
	height: 10rem;
}

.mobile-user_cart .cart-product_total {
	padding-left: 1rem;
}

.mobile-user_cart .cart-product_remove-button,
.mobile-user_cart .cart-product_total {
	vertical-align: top;
	margin-top: 4px;
}

.mobile-user_cart .cart-products {
	margin-bottom: 2rem;
}

.mobile-user_cart .cart-dropdown_title,
.mobile-user_cart .cart-block_bottom {
	padding: 0 2rem;
}

.mobile-user_cart .cart-body {
	width: 100%;
}

.mobile-user_cart .cart-content {
	padding: 8rem 2rem;
}

.mobile-user_cart .img-thumbnail {
	max-width: 5rem;
}

.mobile-user_cart .cart-options {
	padding: 0 1rem;
	margin: .4rem 0 1rem;
	width: 19rem;
}

.mobile-user_cart .cart-image_link {
	float: left;
	padding: 0 1rem;
}

.mobile-user_cart .cart-dropdown.show {
	position: fixed;
	width: 100%;
	height: 100vh;
	opacity: 1;
	bottom: auto;
	overflow: auto;
}

.mobile-user_header {
	position: absolute;
	top: 0;
	right: 20rem;
	line-height: 1.9;
	width: 5rem;
	height: 5rem;
	text-align: center;
}

.mobile-user_cart {
	position: absolute;
	right: 25px;
	top: 12px;
	width: 30px;
	height: 30px;
}

.mobile-user_cart .mobile-cart-counter {
	display: inline-block;
	vertical-align: middle;
}

.mobile-search-close {
	display: none;
}

.mobile-top_container {
	position: fixed;
	width: 100%;
	z-index: 10;
}

@media only screen and (max-width:991px) {
	.search-mobile {
		visibility: hidden;
		opacity: 0;
		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%);
	}
	.search-mobile.show {
		visibility: visible;
		opacity: 1;
	}
	.search-mobile.open {
		transform: translateY(0);
	}
	.search-mobile_container {
		position: absolute;
		top: 6rem;
		left: 0;
		width: 100%;
		padding: 0 1rem;
	}
	.mobile-search-close {
		display: block;
	}
}

@media only screen and (min-width:992px) {
	.large-item {
		border: none!important;
		list-style: none;
		display: inline-block;
		vertical-align: top;
	}
}


/* banners on home */

.promo-banners {
	padding: 30px;
	background: #fff;
	min-height: 25rem;
	overflow: hidden;
	margin: 30px 0 70px 0;
	border-radius: 2px;
}

.promo-banners a {
	position: relative;
	display: block;
	height: 216px;
}

.promo-banners>div>div:after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 2.5rem;
	z-index: 2;
	opacity: 1;
	background-color: #ededed;
	width: 1px;
	transition: opacity .1s .1s;
	height: 100%;
}

.promo-banners .row:last-child .last-child:after {
	background: #fff;
}

@media only screen and (min-width: 992px) {
	.promo-banners>div>div:after {
		display: block;
	}
}

.promo-banners .icon-block {
	text-align: center;
}

.promo-banners .icon-block i {
	font-size: 42px;
	color: #415669;
	vertical-align: middle;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 75px;
	background: #f5f5f5;
	border-radius: 50%;
}

.promo-banners .banner-title {
	color: #3a4b5e;
	margin-bottom: 1rem;
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.promo-banners .banner-text {
	color: #3a4b5e;
	margin-top: 15px;
	font-weight: 400;
	line-height: 20px;
}

.promo-banners .text {
	padding-top: 2rem;
	text-align: center;
}

.banners {
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.25);
}

.product-layout:first-child .banners {
	border-left: 0;
}

.banners img {
	margin: 0 auto;
}

.banners:hover a:before {
	transform: scale(1.05);
}

.banners img {
	transition: transform 1s ease 0s;
	border-radius: 2px 2px 0 0;
}

.banners a:before {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: transform 0.5s ease 0s;
	width: 100%;
	z-index: 3;
}

.banners span {
	position: absolute;
	padding: 7px 25px;
	left: 15px;
	bottom: 15px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
	font-size: 17px;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px transparent;
	box-shadow: 0 2px 5px transparent;
}

@media only screen and (max-width: 991px) {
	.banners {
		margin-bottom: 2rem;
	}
}

.promo-block-shadow {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	display: block;
	position: absolute;
	background: #3a4b5e;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .1;
}

.promo-block-item:hover .promo-block-shadow {
	opacity: .4;
}

.banners:hover a>img {
	transform: scale(1.1);
}

.widget-banner {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.widget-banner img {
	width: 100%;
}

.banner-body {
	padding-bottom: 2rem;
	background: #f5f5f5;
	border-radius: 6px;
}

.banner-body .title {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	padding: 20px 20px 10px;
}

.banner-body .subtitle {
	position: relative;
	text-align: center;
	padding: 0 20px 0;
}

.b-main-btn {
	background: #f2903c;
	color: #fff;
	border-color: #f2903c;
}

.banner-body .b-main-btn {
	width: 150px;
	margin: 15px auto 0;
	display: block;
}

.b-main-btn:hover {
	background-color: #d27a30;
	border-color: #d27a30;
	color: #fff;
}

.banner-price {
	text-align: center;
	margin-top: 0;
	font-size: 33px;
}


/* news */

.news-content {
	position: relative;
	height: 20rem;
}

.news-content h4 {
	line-height: 1.3;
	font-size: 1.5rem;
	font-weight: 400;
}

.news-content .btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-box.card {
	padding: 2rem;
}

.news-date,
.news-viewed {
	color: #b1bfc8;
}

.news-description {
	height: 6.7rem;
	overflow: hidden;
}


/* ProductFixedPanel */

@media screen and (min-width: 992px) {
	#ProductFixedPanel .container {
		position: relative;
	}
	#ProductFixedPanel.fixedContent {
		position: fixed;
		transition: top .3s ease-in-out;
		top: -100px;
		background: #fff;
		z-index: 300;
		width: 100%;
		left: 0;
	}
	#ProductFixedPanel.fixedContent._fixed {
		top: 0;
		-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06), 0 -2px 5px 0 rgba(0, 0, 0, .04);
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06), 0 -2px 5px 0 rgba(0, 0, 0, .04);
	}
	#ProductFixedPanel .fixed-box {
		height: 80px;
	}
	#ProductFixedPanel .fixed-image {
		position: absolute;
		left: 15px;
		top: 0;
		display: block;
		height: 100%;
		width: 100px;
	}
	#ProductFixedPanel .fixed-image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 80px;
		padding: 10px;
	}
	#ProductFixedPanel .fixed-name {
		position: absolute;
		left: 128px;
		top: 0;
		height: 100%;
		max-width: 33.333333%;
		padding-top: 10px;
	}
	#ProductFixedPanel .fixed-name>p {
		white-space: nowrap;
		overflow: hidden;
		font-size: 17px;
		text-overflow: ellipsis;
	}
	#ProductFixedPanel .fixed-price {
		position: absolute;
		right: 230px;
		top: 0;
		height: 100%;
		padding-top: 15px;
	}
	#ProductFixedPanel .fixed-btn-cart {
		position: absolute;
		right: 20px;
		top: 0;
		height: 100%;
		padding-top: 15px;
		width: 180px;
	}
	#ProductFixedPanel .fixed-price .fixed-priceBase {
		font-size: 32px;
		font-weight: 600;
		color: #333;
		font-family: 'PF_BeauSans Pro Regular';
	}
	#ProductFixedPanel .fixed-price .fixed-Oldprice {
		display: none;
	}
	#ProductFixedPanel .fixed-buttons {
		text-align: center;
		width: 100px;
		margin: 0 auto;
	}
	#ProductFixedPanel .fixed-Compareblock {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	#ProductFixedPanel .fixed-Compareblock:before {
		content: "";
		position: absolute;
		width: 1px;
		background: #dadada;
		height: 25px;
		left: 50%;
	}
	#ProductFixedPanel .fixed-addToCart {
		display: block;
		width: 130px;
		margin: 0 auto;
		margin-top: 7px;
	}
	#ProductFixedPanel .fixed-addToCart .btn {
		padding: 8px 12px;
	}
	#ProductFixedPanel .fixed-Compareblock>span {
		display: inline-block;
		width: 40px;
		height: 30px;
		line-height: 33px;
		cursor: pointer;
	}
	#ProductFixedPanel .fixed-Compareblock>span:hover i {
		color: #0082cb;
	}
	#ProductFixedPanel .fixed-Compareblock>span>i {
		font-size: 23px;
		color: #c3c3c3;
	}
	#ProductFixedPanel .rating.fixed-rating>a {
		font-size: 14px;
		color: #333;
		padding-left: 10px;
	}
}

@media screen and (max-width: 991px) {
	#ProductFixedPanel {
		display: none!important;
	}
}


/* fastorder */

.fastorder-buttons {
	text-align: center;
	margin-top: 10px;
}

.fastorder-buttons .fastorder-btn {
	color: #333;
	font-size: 13px;
	display: block;
	padding: 10px 16px;
}

.fastorder-buttons .fastorder-btn:hover {
	color: #e6223a;
}

#modal-fastorder .price .price-old {
	text-decoration: line-through;
	color: #ccc;
	display: block;
}

#modal-fastorder .price .base-price {
	font-size: 28px;
}

#modal-fastorder .fast-order-top {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 10px 0;
}

#modal-fastorder .fastorder-header-box {
	padding-left: 39px;
}

#modal-fastorder .fast-order-top .image {
	float: left;
	width: 33.333333%;
	text-align: center;
	padding: 0 20px;
}

#modal-fastorder .fast-order-top .image img {
	vertical-align: top;
}

#modal-fastorder .fast-order-top .product-name {
	float: right;
	width: 66.666667%;
	padding-right: 20px;
}

#modal-fastorder .product-name .product-name-link {
	margin-top: 10px;
}

#modal-fastorder .fast-order-top .fastorder-price {
	font-size: 27px;
	padding-top: 20px;
	color: #333;
	font-weight: 600;
	font-family: 'PF_BeauSans Pro Regular';
}

#modal-fastorder .fastorder-price .price-old {
	display: none;
}

#modal-fastorder .entry-group .b-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#modal-fastorder .entry-group .b-input .text-danger {
	font-size: 15px;
}

#modal-fastorder .fast-order-bottom .entry-group .b-input {
	width: 50%;
}

#modal-fastorder .fast-order-bottom .entry-group {
	margin: 0 -5px 10px;
	font-size: 0;
	letter-spacing: normal;
}


/* animation */

@-webkit-keyframes color-shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

@keyframes color-shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

.color-shake {
	-webkit-animation: color-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: color-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.acc-wish-delete {
	position: absolute;
	left: 50%;
	z-index: 4;
	top: 30%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	color: #fff;
	height: 30px;
	padding: 0 25px;
	float: left;
	line-height: 30px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.61);
	font-size: 15px;
}

.acc-wish-delete:hover {
	color: #fff;
}


/* table */

table.list {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border-radius: 3px;
	border-style: hidden;
	box-shadow: 0 0 0 1px #e5e5e5;
	margin-bottom: 25px;
	color: #242d37;
}

table.list td {
	padding: 15px 19px;
	vertical-align: top;
	border: 1px solid #eaeaea;
}

table.list thead td {
	background: #f4f5f7;
	white-space: nowrap;
	padding: 15px 19px;
	font-weight: 600;
}


/* login and register */

.white-form,
.register {
	padding: 20px;
	border: 1px solid #e6e9ec;
	border-radius: 4px;
}

.white-form h3,
.register h3 {
	margin-top: 0;
	margin-bottom: 20px;
}


/* menu navbar */

@media only screen and (min-width: 768px) {
	.header-menu .navbar-left {
		-ms-flex: 1;
		flex: 1;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-menu #search {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	margin-right: 18px;
	clear: both;
}

@media only screen and (max-width: 767px) {
	.header-menu #search {
		margin-right: 0;
	}
}


/* tab-content */

#tabs-container {
	margin-top: 20px;
}

.tab-content {
	padding: 20px 0;
}


/* text-color */

.text-warning {
	color: #ffa100;
}


/* sku in product.tpl */

.sku-main {
	margin-top: -10px;
	margin-bottom: 18px;
	color: grey;
	font-size: 13px;
}

@media (min-width: 1360px) {
	#column-left,
	#column-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#content.col-md-9,
    #tabs-container .col-md-9	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	#content.col-md-6,
    #tabs-container .col-md-6	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}