a {
	color: #333;
}
a:hover {
  color: #c40000;
}
body {
	min-width: 1240px;
}
.form-control:focus {
  border-color: #cf0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #c40000;
  border-color: #c40000;
}
.btn-primary:hover {
  background-color: #cf0000;
  border-color: #cf0000;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus {
  background-color: #c40000;
  border-color: #c40000;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #f67973;
  border-color: #f67973;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:focus {
  background-color: #c40000;
  border-color: #c40000;
}
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #cf0000;
  border-color: #cf0000;
}
.dropdown-menu:before {
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
}
.nav-main .dropdown-menu:before {
  opacity: 1;
}
.container {
	width: 1240px;
}
@media (min-width: 768px) {
	.container {
		width: 1240px;
	}
}
.site-breadcrumb .container {
	min-height: 38px;
	margin-bottom: 10px;
}
.breadcrumb {
	margin: 0 0;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 18px;
	background-color: #f3f3f3;
	border-radius: 0;
}
.site-topbar {
	color: #333;
	font-size: 14px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
}
.site-topbar a, .navbar-inverse .navbar-nav > li > a {
	color: #666;
}
.site-topbar .nav>li>a:focus, .site-topbar .nav>li>a:hover {
	color: #c40000;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #c40000;
	background-color: transparent;
}
.site-topbar a:hover, .navbar-inverse .navbar-nav > li > a:hover {
	text-decoration: none;
}
.site-topbar .navbar-nav > li:hover > a .caret {
	transform:rotate(180deg);
}
.site-topbar .sep {
	background-color: #bbb;
}
.site-topbar .currency-selector .dropdown-toggle .icon {
	color: #fff;
	background-color: #666;
}
.site-topbar .currency-selector .dropdown-toggle:hover .icon {
	color: #fff;
	background-color: #c40000;
}
.site-header {
	background-color: #fff;
	border-bottom: none;
	box-shadow: none;
}
.site-header .logo {
	height: 100px;
	margin: 20px 0;
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 100px;
}
.site-header .logo img {
	height: 100px;
	margin: 0;
}
.site-header .search {
	position: relative;
	float: right;
	margin: 45px 10px 0 0;
	padding: 0;
}
.site-header .search > a {
	display: none;
}
.quick-search-box {
	display: block;
	height: 50px;
	width: 450px;
	min-width: 450px;
	padding: 0;
}
.quick-search-box:before {
	display: none;
}
.quick-search-box form {
	padding: 0;
}
.quick-search-box .input-group {
	padding: 0;
}
.quick-search-box .keyword {
	height: 50px;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	background-color: #fff;
  border: 2px solid #c40000;
  border-right-width: 0;
	border-radius: 0;
  outline: none;
}
.quick-search-box .submit {
	z-index: 9 !important;
	height: 50px;
	width: 50px;
	padding: 0;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	background-color: #c40000;
	border: none;
	border-radius: 0;
}
.quick-search-box .hot-keywords {
	height: 28px;
	padding: 5px 0;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.quick-search-box .hot-keywords a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 0;
	color: #999;
	white-space: nowrap;
}
.quick-search-box .hot-keywords a:hover {
	color: #c40000;
	text-decoration: underline;
}

.search-history-box {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	width: 400px;
	margin-top: 10px;
	padding: 0 0 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.search-history-box .header {
	margin-bottom: 10px;
	padding: 10px 15px 0;
}
.search-history-list .item {
	padding: 0 15px;
}

.site-header .quick-cart {
	margin: 45px 0 0;
	padding: 0;
}
.site-header .quick-cart > a {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 70px 0 50px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	background-color: #cf0000;
}
.site-header .quick-cart > a i {
	position: absolute;
	left: 0;
	height: 50px;
	width: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
.site-header .quick-cart .cart-count {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	min-width: 50px;
	padding: 0 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	background-color: #c40000;
	opacity: 1;
}
.site-header .quick-cart-box:before {
	top: -15px;
	right: 16px;
}
.site-header .quick-cart.auto-width > a {
	padding-right: 0;
}
.site-header .quick-cart.auto-width .cart-count {
	position: static;
	display: block;
	float: right;
	margin-left: 10px;
}
.site-header-nav {
  background-color: #c40000;
}
.nav-main-wrapper {
	position: relative;
	float: none;
	clear: both;
	padding: 0;
	background-color: #c40000;
}
.nav-main-wrapper:before {
	position: absolute;
	left: 210px;
	content: '';
	display: none;
	height: 40px;
	width: 54px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent);
}
.nav-main > li > a {
	height: 40px;
	padding: 0 24px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
[lang=en] .nav-main > li > a {
	padding: 0 24px;
	font-size: 16px;
}
.nav-main > li > a i {
	margin-left: 3px;
}
.nav-main > li:hover > a, .nav-main > li > a:hover, .nav-main > li > a:focus, .nav-main .open > a, .nav-main .open > a:focus, .nav-main .open > a:hover {
	background-color: #a80000;
  opacity: 1;
}
.nav-main > li:hover > a i {
	transform:rotate(180deg);
}

.nav-main > .dropdown > .dropdown-menu {
	min-width: 180px;
	margin: 0;
	padding: 10px 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.nav-main > .dropdown > .dropdown-menu:after {
	display: none;
}
.nav-main > .dropdown > .dropdown-menu > li > a {
	height: 34px;
	padding-left: 24px;
	font-size: 16px;
	line-height: 24px;
}
.nav-main > .dropdown > .dropdown-menu > li:hover > a {
	background-color: transparent;
}
.nav-main .all-categories {
	position: relative;
	z-index: 1001;
	width: 210px;
	margin-right: 15px;
}
.nav-main .all-categories > a {
	padding: 0 15px;
  background-color: #a80000;
}
.nav-main .all-categories > a i {
	float: right;
	font-size: 28px;
	line-height: 40px;
}
.nav-main .all-categories > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 9px 0 0;
	list-style: none;
	background-color: #fff;
	border: 2px solid #c40000;
	border-top-width: 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.nav-main .all-categories:hover > ul {
	display: block;
}
.nav-main .all-categories > ul > li {
	position: relative;
	z-index: 10;
	float: left;
	width: 100%;
	padding: 1px 2px;
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #fff;
}
.nav-main .all-categories > ul > li:first-child {
	border-top-color: #fff;
}
.nav-main .all-categories > ul > li > a {
	display: block;
	height: 35px;
	overflow: hidden;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 16px;
	line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-main .all-categories > ul > li > a:hover {
	text-decoration: none;
}
.nav-main .all-categories > ul > li > a i {
	position: absolute;
	top: 2px;
	right: 6px;
	color: #999;
	font-size: 22px;
	line-height: 35px;
}
.nav-main .all-categories.max-15 > ul > li > a i, .nav-main .all-categories.max-16 > ul > li > a i {
	top: 2px;
	line-height: 30px;
}
.nav-main .all-categories > ul > li.parent > a {
	padding-right: 25px;
}
.nav-main .all-categories > ul > li.parent > a i {
	top: 12px;
}
.nav-main .all-categories > ul > li.parent:hover > a i {
	top: 11px;
}
.nav-main .all-categories > ul > li.no-subtitle > a i {
	top: 3px;
}
.nav-main .all-categories > ul > li.no-subtitle:hover > a i {
	top: 2px;
}
.nav-main .all-categories .name {
	vertical-align: middle;
}
.nav-main .all-categories .parent-icon {
	height: 32px;
	width: 32px;
	margin-left: -12px;
	vertical-align: middle;
}
.nav-main .all-categories.max-15 .parent-icon, .nav-main .all-categories.max-16 .parent-icon {
	height: 30px;
	width: 30px;
}
.nav-main .all-categories .sub-icon {
	height: 50px;
	width: 50px;
	margin-right: 5px;
	vertical-align: middle;
}
.nav-main .all-categories .subtitle {
	display: block;
	height: 16px;
	overflow: hidden;
	margin-top: -3px;
	margin-bottom: 8px;
	padding: 0 25px 0 13px;
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-main .all-categories .subtitle a {
	margin-right: 10px;
	color: #999;
}
.nav-main .all-categories .subtitle a:hover {
	text-decoration: none;
}
.nav-main .all-categories > ul > li:hover > a {
	color: #e32031;
}
.nav-main .all-categories > ul > li > ul {
	visibility: hidden;
	position: absolute;
	top: -2px;
	left: 100%;
	width: 588px;
	max-height: 500px;
	overflow: auto;
	padding: 9px;
	list-style: none;
	background: #fff;
	border: 2px solid #c40000;
	box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.2);
}
.nav-main .all-categories > ul > li.lower > ul {
	top: auto;
	bottom: -2px;
}
.nav-main .all-categories > ul > li:hover > ul {
	visibility: visible;
}
.nav-main .all-categories > ul > li.parent:hover {
	padding: 0 2px;
	border-top: 2px solid #c40000;
	border-bottom: 2px solid #c40000;
}
.nav-main .all-categories > ul > li.parent:hover:after {
	content: '';
	position: absolute;
	right: -2px;
	top: 0;
	z-index: 101;
	height: 100%;
	width: 8px;
	overflow: hidden;
	background-color: #fff;
}
.nav-main .all-categories > ul > li > ul:before {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	width: 15px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}
.nav-main .all-categories > ul > li > ul > li {
	border-top: 1px solid #eee;
}
.nav-main .all-categories > ul > li > ul > li:first-child {
	border-top-width: 0;
}
.nav-main .all-categories > ul > li > ul > li > a {
	display: inline-block;
	min-width: 80px;
	padding: 5px 0 5px 10px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	vertical-align: top;
}
.nav-main .all-categories > ul > li > ul > li > a:hover {
	text-decoration: none;
}
.nav-main .all-categories > ul > li > ul > li:hover > a {
	color: #e32031;
}
.nav-main .all-categories > ul > li > ul > li > ul {
	/*display: inline-block;*/
	/*max-width: 480px;*/
	list-style: none;
	padding: 5px 0;
}
.nav-main .all-categories > ul > li > ul > li > ul > li {
	display: inline-block;
	padding: 4px 0;
}
.nav-main .all-categories > ul > li > ul > li > ul > li a {
	float: left;
	min-height: 18px;
	padding: 0 8px;
	color: #666;
	font-size: 14px;
	line-height: 17px;
	white-space: nowrap;
	border-left: 1px solid #eee;
}
.nav-main .all-categories > ul > li > ul > li > ul > li a:hover {
	color: #e32031;
}
.nav-main .all-categories.compact > ul {
	padding: 0;
}
.nav-main .all-categories.compact > ul > li > a {
	height: 33px;
	line-height: 33px;
}
.nav-main .all-categories.compact.max-15 > ul > li > a, .nav-main .all-categories.compact.max-16 > ul > li > a {
	height: 30px;
	line-height: 30px;
}
.nav-main .all-categories .two-level > ul {
	width: 250px;
}
.nav-main .all-categories .two-level > ul > li {
	display: inline-block;
	width: 236px;
	border-top-width: 0;
}
.nav-main .all-categories .two-level > ul > li > a {
	display: block;
	min-width: 80px;
	padding: 5px 10px 5px 10px;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-main .all-categories .two-level > ul > li > a:hover {
	color: #e32031;
	background-color: transparent;
	border-radius: 5px;
}
.nav-main .all-categories .two-level > ul.two-col {
	width: 500px;
}
.nav-main .all-categories .two-level > ul.three-col {
	width: 802px;
}
.nav-main .all-categories .two-level > ul.three-col > li {
	width: 256px;
}
.nav-main .all-categories .two-level > ul.small-grid {
	width: 802px;
	padding: 19px;
}
.nav-main .all-categories .two-level > ul.small-grid > li {
	width: 80px;
	text-align: center;
}
.nav-main .all-categories .two-level > ul.small-grid > li a {
	padding: 5px;
	font-size: 14px;
}
.nav-main .all-categories .two-level > ul.small-grid > li .sub-icon {
	margin: 0 auto 5px;
}
.nav-main .all-categories .two-level > ul.small-grid > li .name {
	display: block;
	height: 25px;
	overflow: hidden;
}

.nav-main .all-categories.max-8 .parent-icon {
	height: 30px;
	width: 30px;
}
.nav-main .all-categories.max-8 .subtitle {
	margin-bottom: 6px;
}

.common-home .nav-main .all-categories > a i {
	display: none;
}
.common-home .nav-main .all-categories > ul {
	display: block;
	min-height: 450px;
	height: 450px;
	box-shadow: 5px 0 8px 0 rgba(0,0,0,0.2);
	overflow: hidden;
}
.common-home .nav-main .all-categories > ul:hover {
	height: auto !important;
	overflow: initial;
}
.common-home .nav-main .all-categories.max-14 > ul {
	min-height: 520px;
	height: 520px;
}
.common-home .nav-main .all-categories.max-15 > ul {
	min-height: 520px;
	height: 520px;
}
.common-home .nav-main .all-categories.max-16 > ul {
	min-height: 520px;
	height: 520px;
}

.sticky-header {
	position: fixed;
	z-index: 1020;
	top: -50px;
	left: 0;
	height: 50px;
	width: 100%;
  background-color: #c40000;
  background-color: rgba(196,0,0,0.95);
	transition: top 0.3s ease;
}
.sticky-header.active {
	top: 0;
}
.sticky-header .logo {
	float: left;
	height: 30px;
	max-width: 210px;
	margin: 10px 0;
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
}
.sticky-header .logo img {
	display: block;
	height: 30px;
	margin: 0;
}

.sticky-header .quick-cart {
	float: right;
	height: 50px;
	width: 50px;
	margin: 0;
	padding: 0;
}
.sticky-header .quick-cart > a {
	position: relative;
	display: block;
	height: 50px;
	text-align: center;
}
.sticky-header .quick-cart > a .text {
	display: none;
}
.sticky-header .quick-cart > a i {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
.sticky-header .quick-cart .cart-count {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 18px;
	min-width: 18px;
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background-color: #a80000;
	border-radius: 10px;
}
.sticky-header .search {
	position: relative;
	float: right;
	margin-right: 10px;
}
.sticky-header .search > a, .sticky-header .quick-search-box .hot-keywords {
	display: none;
}
.sticky-header .quick-search-box {
	height: 30px;
	width: 400px;
	min-width: 400px;
	margin: 10px 0;
	border-radius: 0;
}
.sticky-header .quick-search-box .keyword {
	height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
  border-width: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
.sticky-header .quick-search-box .submit {
	height: 30px;
	width: 30px;
	color: #c40000;
	font-size: 18px;
	line-height: 30px;
	background-color: transparent;
}
.sticky-header .quick-search-box .submit:hover {
	background-color: transparent;
}

.sticky-header .quick-action {
	float: right;
	height: 50px;
	width: 50px;
	margin: 0;
	padding: 0;
}
.sticky-header .quick-action > a {
	position: relative;
	display: block;
	height: 50px;
	text-align: center;
}
.sticky-header .quick-action > a .text {
	display: none;
}
.sticky-header .quick-action > a i {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
.sticky-header .dropdown-menu:before {
	top: -14px;
	right: 18px;
}

.sticky-header-bar {
	position: fixed;
	z-index: 1020;
	top: -50px;
	left: 0;
	height: 43px;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
}
.sticky-header-bar.active {
	top: 0;
}
.sticky-header-bar .tab {
	float: left;
	height: 43px;
	width: 1010px;
	border-left: 1px solid #ddd;
}
.sticky-header-bar .action {
	float: right;
	width: 200px;
}
.sticky-header-bar .action .btn {
	display: block;
	height: 43px;
	width: 100%;
	border-radius: 0;
}

@media (max-width: 768px) {
	body {
		min-width: auto;
	}
	.container {
		width: auto;
	}
	.breadcrumb {
		margin: 0 -15px;
	}
	.product-product .breadcrumb > li:last-child {
		display: none;
	}
	.product-product .site-breadcrumb .container {
		margin-bottom: 0;
	}
	.site-header .logo {
		margin: 10px 0;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
	}
	.site-header .logo img {
		height: 50px;
		margin-top: 0;
	}
	.site-header .quick-cart, .site-header .search, .site-header .sep {
		margin-top: 20px;
	}
	.site-header .navbar-toggle {
		margin-top: 23px;
		color: #c40000;
	}
	.site-header .quick-cart {
		margin: 20px 0 0;
	}
	.site-header .quick-cart > a, .site-header .search > a {
		display: block;
		height: 30px;
		width: 30px;
		padding: 0;
		color: #c40000;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		background-color: transparent;
	}
	.site-header .quick-cart > a i {
		position: absolute;
		left: 0;
		height: 30px;
		width: 30px;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
	}
	.site-header .quick-cart > a .text {
		display: none;
	}
	.site-header .quick-cart > a .cart-count {
		position: absolute;
		top: -5px;
		right: -5px;
		height: auto;
		min-width: 20px;
		padding: 0 5px;
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		background-color: rgba(0, 0, 0, 0.26);
		border-radius: 10px;
		opacity: 1;
	}
	.site-header .quick-cart-box:before {
		top: -13px;
		right: 6px;
	}
	.quick-search-box {
		display: none;
		height: auto;
		width: 90%;
		min-width: 260px;
		padding: 15px;
		background-color: #fff;
	}
	.quick-search-box:before {
		display: block;
	}
	.quick-search-box .keyword {
		border: 1px solid #ccc;
	}
	.quick-search-box .hot-keywords {
		margin: 5px 0 0;
	}
	.quick-search-box .hot-keywords a {
		color: #666;
	}
	.quick-search-box .hot-keywords a:hover {
		color: #000;
	}
	.search-history-box {
		width: 100%;
	}
	.nav-main-wrapper {
		position: absolute;
		top: 100%;
		right: 10px;
		z-index: 1000;
		min-width: 180px;
		margin: 0 !important;
		padding: 0;
		background-color: #fff;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	}
	.nav-main-wrapper.in {
		overflow-y: inherit;
	}
	.nav-main {
		padding: 10px 0;
	}
	.nav-main > li {
		float: none;
	}
	.nav-main > li > a {
		height: auto;
		padding: 5px 15px;
		color: #333;
		line-height: 1.5em;
	}
	.nav-main .all-categories {
		width: auto;
		margin: 0;
	}
	.nav-main .all-categories > a {
		padding: 5px 15px;
    background-color: transparent;
	}
  .nav-main .all-categories > a:hover, .nav-main .all-categories:hover > a {
    background-color: transparent;
  }
	.nav-main .all-categories > a i {
		display: none;
	}
	.nav-main .all-categories > ul, .nav-main .all-categories:hover > ul {
		display: none;
	}
	.common-home .nav-main .all-categories > ul {
		display: none;
	}
	.dropdown-menu li > a:hover {
		color: #e32031;
		background-color: #f3f3f3;
		background-image: none;
	}
	.nav-main > li:hover > a, .nav-main > li > a:hover, .nav-main .open > a, .nav-main .open > a:focus, .nav-main .open > a:hover {
		background-color: #f3f3f3;
	}
	.nav-main > .dropdown > .dropdown-menu {
		min-width: 180px;
		margin: 0;
		padding: 10px 0;
		background-color: #fff;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.nav-main > .dropdown > .dropdown-menu:after {
		display: none;
	}
	.nav-main > .dropdown > .dropdown-menu > li > a {
		height: auto;
		padding-left: 3px 20px;
		color: #333;
		font-size: 16px;
		line-height: 24px;
	}
	.nav-main > .dropdown > .dropdown-menu > li:hover > a {
		background-color: #f3f3f3;
	}
	.nav-main .dropdown-menu:after {
	    opacity: 0;
	}
	.dropdown-menu .dropdown-menu {
		top: 100%;
	    left: 0;
	    min-width: 180px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 20px;
		color: #333;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #e32031;
		background-color: #f3f3f3;
	}
	body.fixed-width .site-header .logo {
		height: 100px;
		font-size: 50px;
		line-height: 100px;
	}
	body.fixed-width .site-header .logo img {
		height: 100px;
		margin: 0;
	}
	body.fixed-width .site-header .quick-cart, body.fixed-width .site-header .search, body.fixed-width .site-header .sep {
		margin-top: 45px;
	}
	body.fixed-width .site-header .navbar-toggle {
		display: none;
		margin-top: 22px;
	}
	body.fixed-width .nav-main-wrapper {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		z-index: 1000;
		min-width: auto;
		margin: 0 !important;
		padding: 0;
		background-color: #c40000;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	body.fixed-width .nav-main > li {
		float: left;
	}
	body.fixed-width .nav-main > li > a {
		height: 40px;
		line-height: 40px;
	}
	.nav-main-wrapper:before {
		z-index: auto;
		top: 0;
		left: 210px;
		right: auto;
		border: none;
		height: 40px;
		width: 54px;
	}
}


.site-footer {
	margin-top: 20px;
	padding: 0;
	color: #666;
	background-color: #f5f5f5;
	border-top: none;
}
.site-footer .footer-listing {
	padding: 15px;
	background-color: #eee;
}
.site-footer .footer-title {
	padding: 10px 0 10px 20px;
}
.site-footer .footer-title h4 {
	margin-bottom: 0;
}
.site-footer .footer-content li {
	padding: 5px 0 0 20px;
	line-height: 20px;
}
.site-footer .contact-box {
	padding: 20px 20px 10px;
	background-color: #e8e8e8;
}
.site-footer .contact-box h4 {
	font-size: 22px;
}
.site-footer .contact-phone {
	margin-bottom: 5px;
	color: #333;
	font-size: 28px;
}
.footer-feature {
	height: 66px;
	padding: 0 20px;
	background-color: #cf0000;
}
.footer-feature a {
	float: left;
	width: 20%;
	color: #eee;
	font-size: 18px;
	line-height: 66px;
	text-align: center;
}
.footer-feature a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-feature a .number {
	margin-right: 5px;
	font-size: 36px;
	vertical-align: middle;
}
.footer-feature a .text {
	vertical-align: middle;
}
.footer-feature.one-col a {
	width: 100%;
}
.footer-feature.two-col a {
	width: 50%;
}
.footer-feature.three-col a {
	width: 33.33%;
}
.footer-feature.four-col a {
	width: 25%;
}
.footer-bar {
	padding: 30px 0 50px;
	color: #888;
	text-align: center;
	background-color: #f5f5f5;
}
.footer-bar a {
	color: #888;
}
.footer-bar a:hover {
	color: #000;
	text-decoration: underline;
}
.footer-bar .links a {
	border-right: none;
}
.footer-bar .site-links {
	margin-top: -30px;
	padding: 15px;
	padding-bottom: 5px;
	background-color: #eee;
	border-bottom: none;
}
@media (max-width: 768px) {
	.footer-feature {
		height: auto;
		padding: 10px;
		text-align: center;
	}
	.footer-feature a {
		display: inline-block;
		float: none;
		width: auto;
		margin: 0 10px;
		font-size: 14px;
		line-height: 30px;
	}
	.footer-feature a .number {
		margin-right: 5px;
		font-size: 16px;
	}
}

.back-to-top {
	right: 10px;
	bottom: 10px;
	height: 50px;
	width: 50px;
	font-size: 38px;
	line-height: 44px;
	background-color: #999;
	border-radius: 0;
}
.back-to-top:after {
	display: none;
}
.back-to-top:hover, .back-to-top:focus {
	background-color: #c40000;
}
h1.heading {
	color: #333;
}
#column-left {
	float: left;
	width: 210px;
	margin-right: 20px;
	padding: 0;
}
#column-right {
	float: left;
	width: 210px;
	margin-left: 20px;
}
#content.has-side {
	float: left;
	width: 980px;
}
#content.has-both {
	float: left;
	width: 750px;
}
@media (max-width: 768px) {
	#column-left {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#column-right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	#content.has-side {
		float: none;
		width: auto;
	}
	#content.has-both {
		float: none;
		width: auto;
	}
	body.fixed-width #column-left {
		float: left;
		width: 210px;
		margin-right: 20px;
	}
	body.fixed-width #column-right {
		float: left;
		width: 210px;
		margin-left: 20px;
	}
	body.fixed-width #content.has-side {
		float: left;
		width: 980px;
	}
	body.fixed-width #content.has-both {
		float: left;
		width: 750px;
	}
}
.tab-switcher {
	height: 43px;
}
.tab-switcher .nav-tabs {
	margin: 0;
	background: #f8f8f8;
	border-width: 0;
	border-top: 2px solid #e8e8e8;
	border-bottom: 1px solid #ddd;
}
.tab-switcher .nav-tabs li {
	margin: -2px 0 -1px -1px;
	padding-left: 1px;
	border-width: 0;
	border-top: 2px solid #ddd;
}
.tab-switcher .nav-tabs li a {
	float: left;
	height: 41px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
	background: #f3f3f3;
	border-width: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.tab-switcher .nav-tabs li.active {
	border-top: 2px solid #c40000;
}
.tab-switcher .nav-tabs > li.active > a,
.tab-switcher .nav-tabs > li.active > a:focus,
.tab-switcher .nav-tabs > li.active > a:hover {
	color: #c40000;
	background-color: #fff;
	border-width: 0;
	border-right: 1px solid #ddd;
	border-bottom-color: transparent;
}
.tab-switcher .nav-tabs li a:hover .badge, .tab-switcher .nav-tabs li a:focus .badge {
	color: #fff;
	background-color: #ddd;
}
.tab-switcher .nav-tabs li.active .badge, .tab-switcher .nav-tabs li.active a:hover .badge, .tab-switcher .nav-tabs li.active a:focus .badge {
	color: #fff;
	background-color: #c40000;
}
.tab-switcher .nav-tabs li.last a, .tab-switcher .nav-tabs li.last a:focus, .tab-switcher .nav-tabs li.last a:hover {
	border-right-width: 0;
}
.slider-banners a:before,
.small-banners a:before,
.home-main-slider a:before,
.home-bottom-banners a:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	border: 0 solid rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: all .3s ease;
}
.slider-banners a:hover:before,
.small-banners a:hover:before,
.home-main-slider a:hover:before,
.home-bottom-banners a:hover:before {
	border-width: 10px;
	opacity: 0.5;
}
.product-img .image {
	/*background-color: #fff;*/
}

.product-list > .product-item {
	float: left;
	width: 25%;
	margin: 0;
	padding: 15px;
}
.product-list .product-img .image {
	margin: 0 auto;
	height: 160px;
	width: 160px;
}
.product-list .product-info {
	min-height: 65px;
	padding: 0;
}
.product-list .product-info .title {
	margin: 8px 0;
	height: 44px;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	-webkit-line-clamp: 2;
}
.product-list .product-info .title .name {
	display: inline;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
.product-list .product-info .price {
	height: 26px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
}
.product-list .product-info .price-pre {
	margin-left: 5px;
	font-size: 14px;
}
.product-list .product-info .sales {
	text-align: left;
}
.product-list .product-img .action {
	bottom: 15px;
}
.product-list .product-img .action button, .product-list .product-img .action a {
	margin: 0 3px;
	line-height: 30px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
}
.product-list .product-img .action button:hover, .product-list .product-img .action a:hover {
	color: #cf0000;
	background-color: #f8f8f8;
	border: 1px solid #eee;
}
.product-list.five-col .product-item {
	width: 20%;
}
.full-wrap .product-list {
	padding: 20px;
}
.product-list-grouped .product-item {
	float: none;
	width: auto;
	margin-bottom: 15px;
	padding: 0 0 15px;
}
.product-list-grouped .product-img .image {
	height: 100px;
	width: 100px;
}
.product-list-grouped .product-info {
	min-height: 100px;
	padding: 0 10px;
}

.box {
	margin-bottom: 10px;
	border:	1px solid #ddd;
}
.box .header {
	height: 39px;
	border-bottom-width: 0;
}
.box .header h3 {
	margin: 0;
	padding: 0 15px;
	color: #333;
	font-size: 17px;
	line-height: 39px;
}
.box .header .action {
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	color: #999;
	font-size: 15px;
	line-height: 39px;
}
.box .header .action:hover {
	color: #e32031;
	text-decoration: none;
}
.box.primary, .box-primary {
	border-color: #c40000;
}
.box.primary .header, .box-primary .header {
	color: #fff;
	background-color: #c40000;
}
.box.primary .header a, .box-primary .header a {
	color: #fff;
}
.box.categories .header h3 {
	color: #fff;
}
.box.categories .panel-group {
	margin-bottom: 0;
}
.box.categories .panel {
	border-width: 0;
	border-radius: 0;
	box-shadow: none;
}
.box.categories .panel+.panel {
	margin-top: 0;
}
.box.categories .panel-heading {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}
.box.categories .panel-heading+.panel-collapse>.panel-body {
	border-top-width: 0;
	border-bottom: 1px solid #dcdcdc;
}
.box.categories .toggle {
	display: block;
	float: right;
	margin-left: 5px;
	height: 18px;
	width: 18px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: #999;
}
.box.categories .toggle:hover {
	background-color: #c40000;
}
.box.categories .subs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box.categories .subs li {
	display: block;
}
.box.categories .subs li a {
	display: block;
	padding: 3px 10px 3px 0;
}
.box.categories .subs li.active a {
	font-weight: bold;
}
.box.categories .subs.two-col li {
	float: left;
	min-width: 50%;
}
.aside-wrap .product-list {
	padding: 0 0 9px 0;
}
.aside-wrap .product-item {
	position: relative;
	min-height: 86px;
	width: 100%;
	padding: 8px 9px 8px 85px;
}
.aside-wrap .product-img {
	position: absolute;
	top: 9px;
	left: 9px;
	height: 68px;
	width: 68px;
}
.aside-wrap .product-img .image {
	height: 100%;
	width: 100%;
}
.aside-wrap .product-img .action {
	display: none;
}
.aside-wrap .product-img .tip {
	display: none;
}
.aside-wrap .product-info .title {
	height: 40px;
	margin: 5px 0;
}
.aside-wrap .product-info .product-label {
	display: none;
}
.aside-wrap .product-info .price {
	margin: 0;
}
.aside-wrap .product-info .price-pre {
	display: none;
}

.home-main-section {
	padding-left: 210px;
}
.home-main-slider {
	float: left;
	height: 330px;
	width: 800px;
	margin: 0 0 10px;
}
.home-main-slider .swiper-slide img {
	height: 330px;
	width: 800px;
}
.home-main-slider .swiper-button-next, .home-main-slider .swiper-button-prev {
	height: 50px !important;
	width: 50px !important;
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	text-shadow: none;
	background-image: none;
	background-color: #999;
	opacity: 0;
}
.home-main-slider .swiper-button-next:after, .home-main-slider .swiper-button-prev:after {
	display: none;
}
.home-main-slider:hover .swiper-button-next, .home-main-slider:hover .swiper-button-prev {
	opacity: 0.5;
}
.home-main-slider .swiper-button-next:hover, .home-main-slider .swiper-button-prev:hover {
	background-color: #cf0000;
}
.home-main-slider .swiper-pagination-bullet {
	background-color: #999;
	opacity: 0.8;
}
.home-main-slider .swiper-pagination-bullet-active {
	background-color: #cf0000 !important;
}

.home-bottom-banners {
	float: left;
	height: 120px;
	width: 1000px;
	margin: -10px 0 10px;
	background-color: #f8f8f8;
}
.home-bottom-banners a, .home-bottom-banners img {
	position: relative;
	display: block;
	float: left;
	height: 120px;
	width: 200px;
}
.home-news-section {
	float: left;
	width: 200px;
}
.home-news-section .news-list {
	height: 170px;
	background-color: #f3f3f3;
}
.home-news-section .news-list .header {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
}
.home-news-section .news-list .header h3 {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 39px;
}
.home-news-section .news-list .header .more {
	float: right;
	margin-right: 15px;
}
.home-news-section .news-list ul {
	padding: 0 9px 6px 9px;
	margin: 0;
	list-style: none;
}
.home-news-section .news-list li {
	padding: 2px 0 2px 3px;
	height: 25px;
	overflow: hidden;
	line-height: 20px;
	border-top: 1px solid #ddd;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-qr-box {
	height: 160px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.home-qr-box .qr-item {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.home-qr-box .header {
	height: 39px;
	line-height: 39px;
}
.home-qr-box .header h3 {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 39px;
}
.home-qr-box .image {
	display: block;
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 5px 10px 10px;
}
.home-qr-box .image img {
	height: 100%;
	width: 100%;
}
.home-qr-box .text {
	margin: 0 10px 10px 0;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.home-main-section.max-14 .home-main-slider {
	height: 400px;
}
.home-main-section.max-14 .home-main-slider .swiper-slide img {
	height: 400px;
	width: 800px;
}
.home-main-section.max-14 .home-news-section .news-list {
	height: 240px;
}
.home-main-section.max-14 .home-news-section .news-list ul {
	height: 198px;
	overflow: hidden;
}
.home-main-section.max-14 .home-news-section .news-list li {
	height: 33px;
	line-height: 28px;
}
.home-main-section.max-15 .home-main-slider {
	height: 400px;
}
.home-main-section.max-15 .home-main-slider .swiper-slide img {
	height: 400px;
	width: 800px;
}
.home-main-section.max-15 .home-news-section .news-list {
	height: 240px;
}
.home-main-section.max-15 .home-news-section .news-list ul {
	height: 198px;
	overflow: hidden;
}
.home-main-section.max-15 .home-news-section .news-list li {
	height: 33px;
	line-height: 28px;
}
.home-main-section.max-16 .home-main-slider {
	height: 400px;
}
.home-main-section.max-16 .home-main-slider .swiper-slide img {
	height: 400px;
	width: 800px;
}
.home-main-section.max-16 .home-news-section .news-list {
	height: 240px;
}
.home-main-section.max-16 .home-news-section .news-list ul {
	height: 198px;
	overflow: hidden;
}
.home-main-section.max-16 .home-news-section .news-list li {
	height: 33px;
	line-height: 28px;
}
.home-tab-switcher {
	float: left;
	height: 316px;
	width: 1010px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-top-width: 0;
}
.home-tab-switcher .nav-tabs li a {
	height: 41px;
	width: 210px;
	line-height: 41px;
}
.home-tab-switcher .product-list {
	margin: 0 10px;
}
.home-tab-switcher .product-item {
	width: 20%;
	padding: 20px 9px 24px 10px;
}
.home-second-section .limited-offer-box, .home-second-section .flash-sale-box {
	float: left;
	height: 316px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.limited-offer-box .header {
	height: 42px;
	line-height: 42px;
}
.limited-offer-box .header h3 {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 39px;
}
.limited-offer-box .header .more {
	float: right;
	padding: 0 15px 0 0;
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 39px;
}
.limited-offer-box .product-item {
	position: relative;
	width: 100%;
}
.limited-offer-box .product-item .price {
	position: absolute;
	left: 10px;
	top: 10px;
}
.limited-offer-box .product-item .price-pre {
	display: none;
}
.limited-offer-box .countdown {
	display: block;
	min-height: 20px;
	overflow: hidden;
	padding: 3px;
	color: #666;
	line-height: 20px;
	text-align: center;
	background-color: #f6f6f6;
	border-radius: 3px;
}
.limited-offer-box .countdown span {
	padding:0 1px 0 2px;
	color:#d0412c;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}

.flash-sale-box {
	position: relative;
}
.flash-sale-box .header {
	height: 42px;
	line-height: 42px;
}
.flash-sale-box .header h3 {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 39px;
}
.flash-sale-box .header .more {
	float: right;
	padding: 0 15px 0 0;
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 39px;
}
.flash-sale-box .product-item {
	position: relative;
	width: 100%;
}
.flash-sale-box .product-item .title {
	height: 18px;
}
.flash-sale-box .product-item .price {
	position: absolute;
	left: 10px;
	top: 10px;
}
.flash-sale-box .product-item .price-pre {
	display: none;
}
.flash-sale-box .countdown-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #f8f8f8;
}
.flash-sale-box .countdown-wrapper .tip {
	display: inline-block;
	vertical-align: middle;
}
.flash-sale-box .countdown-wrapper .countdown {
	display: inline-block;
	vertical-align: middle;
}
.flash-sale-box .countdown-wrapper .days {
	color: #e32031;
	font-size: 16px;
}
.flash-sale-box .countdown-wrapper .hours, .flash-sale-box .countdown-wrapper .minutes, .flash-sale-box .countdown-wrapper .seconds {
	display: inline-block;
	min-width: 26px;
	margin: 0 3px;
	padding: 0 3px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background-color: #333;
	border-radius: 3px;
}
.flash-sale-box .countdown-wrapper .colon {
	color: #666;
	font-size: 16px;
	line-height: 20px;
}
.flash-sale-box .swiper-pager {
	top: 88px;
}
.flash-sale-box .swiper-button-next, .flash-sale-box .swiper-button-prev {
	height: 50px !important;
	width: 30px !important;
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	text-shadow: none;
	background-image: none;
	background-color: #999;
	opacity: 0;
}
.flash-sale-box .swiper-button-next:after, .flash-sale-box .swiper-button-prev:after {
	display: none;
}
.flash-sale-box:hover .swiper-button-prev {
	left: 0;
}
.flash-sale-box:hover .swiper-button-next {
	right: 0;
}
.flash-sale-box:hover .swiper-button-next, .flash-sale-box:hover .swiper-button-prev {
	opacity: 0.5;
}
.flash-sale-box .swiper-button-next:hover, .flash-sale-box .swiper-button-prev:hover {
	background-color: #cf0000;
}

@media (max-width: 768px) {
	.product-list .product-item {
		width: 25%;
	}
	.product-list .product-img .image {
		height: auto;
		width: auto;
		max-height: 160px;
		max-width: 160px;
	}
	.home-main-section {
		margin: 0 -15px;
		padding: 0;
	}
	.home-main-slider {
		float: none;
		height: auto;
		width: 100%;
		margin: 0;
	}
	.home-main-slider .swiper-slide img {
		height: auto;
		width: auto;
		min-height: 50px;
	}
	.home-main-slider .swiper-button-next, .home-main-slider .swiper-button-prev {
		display: none;
	}
	.home-news-section {
		display: none;
		float: none;
		width: 100%;
	}
	.home-news-section .news-list {
		height: auto;
	}
	.home-news-section .news-list ul {
		padding: 0 15px;
	}
	.home-news-section .news-list li {
		padding: 0;
		height: 30px;
		line-height: 30px;
	}
	.home-news-section .news-list li a {
		display: block;
	}
	.home-qr-box {
		display: none;
	}
	.home-bottom-banners {
		float: left;
		height: auto;
		width: 100%;
		margin: 0 0 10px;
	}
	.home-bottom-banners > a, .home-bottom-banners > img {
		float: left;
		height: auto;
		width: 50%;
	}
	.home-bottom-banners > a img {
		height: auto;
		width: 100%;
	}
	.home-bottom-banners :nth-child(n+5) {
		display: none;
	}
	.home-second-section {
		margin: 0 -15px;
	}
	.home-tab-switcher {
		height: auto;
		width: 100%;
		overflow: hidden;
		border-width: 0;
	}
	.home-tab-switcher .nav-tabs {
		width: 101%;
	}
	.home-tab-switcher .nav-tabs li {
		width: 33.33%;
	}
	.home-tab-switcher .nav-tabs li a {
		height: 41px;
		width: 100%;
		line-height: 41px;
	}
	.home-tab-switcher .product-item {
		width: 25%;
		padding: 20px 9px 24px 10px;
	}
	.home-tab-switcher .product-item:nth-child(n+5) {
		display: none;
	}
	.home-second-section .limited-offer-box, .home-second-section .flash-sale-box {
		float: none;
		height: auto;
		width: auto;
		margin: 0 15px 10px;
		border: 1px solid #ddd;
		box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
	}
	.limited-offer-box .product-item {
		width: 25%;
	}
	.flash-sale-box .product-list {
		margin: 0;
	}
	.flash-sale-box .product-item {
		width: 100%;
	}
	.limited-offer-box .product-item:nth-child(n+5) {
		display: none;
	}
}
@media (max-width: 425px) {
	.product-list .product-item {
		width: 50%;
	}
	.product-list.five-col .product-item {
		width: 50%;
	}
	.home-tab-switcher .product-item {
		width: 50%;
		padding: 20px 9px 24px 10px;
	}
	.flash-sale-box .product-item {
		width: 100%;
	}
}
.home-category-section {
	float: left;
	width: 100%;
}
.home-category-section .section-header {
	float: left;
	width: 100%;
}
.home-category-section .section-header h2 {
	float: left;
	margin: 0;
	padding-left: 15px;
	color: #00bcf1;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 50px;
}
.home-category-section .section-header h2 a {
	color: #00bcf1;
}
.home-category-section .section-menu {
	float: right;
	padding: 15px; 
}
.home-category-section .section-menu > li > a {
	padding: 0;
	margin-left: 10px;
	color: #999;
}
.home-category-section .section-menu > li > a:hover {
	color: #333;
	background-color: transparent;
}
.home-category-section .banners {
	float: left;
	width: 210px;
}

.slider-banners img {
	height: 100%;
	width: 100%;
}
.slider-banners .swiper-button-next, .slider-banners .swiper-button-prev {
	height: 50px;
	width: 30px;
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	text-shadow: none;
	background-image: none;
	background-color: #999;
	opacity: 0;
}
.slider-banners .swiper-button-next:after, .slider-banners .swiper-button-prev:after {
	display: none;
}
.slider-banners:hover .swiper-button-prev {
	left: 0;
}
.slider-banners:hover .swiper-button-next {
	right: 0;
}
.slider-banners:hover .swiper-button-next, .slider-banners:hover .swiper-button-prev {
	opacity: 0.5;
}
.slider-banners .swiper-button-next:hover, .slider-banners .swiper-button-prev:hover {
	background-color: #cf0000;
}
.slider-banners .swiper-pagination {
	left: 15px;
	bottom: 10px;
	width: auto;
	line-height: 5px;
	text-align: left;
}
.slider-banners .swiper-pagination-bullet {
	height: 5px;
	width: 36px;
	margin: 0 2px 0 0;
	background-color: #999;
	border-radius: 0;
	opacity: 0.5;
}
.slider-banners .swiper-pagination-bullet-active {
	background-color: #cf0000 !important;
}
.home-category-section .slider-banners {
	height: 370px;
	overflow: hidden;
	margin: 0;
}
.home-category-section .small-banners {
	height: 180px;
	margin-bottom: 10px;
	overflow: hidden;
}
.home-category-section .small-banners a, .home-category-section .small-banners img {
	position: relative;
	display: block;
	height: 90px;
	width: 100%;
}
.home-category-section .products {
	float: left;
	height: 550px;
	width: 800px;
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.home-category-section .extras {
	float: left;
	height: 550px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-top-width: 0;
	border-bottom: 2px solid #00bcf1;
}
.home-category-section .products .product-item {
	height: 274px;
	overflow: hidden;
	padding: 21px 10px 24px 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.home-category-section .products .product-item:nth-child(4n+1) {
	border-left-width: 0;
}
.home-category-section .product-label {
	height: 16px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 15px;
	border-radius: 3px;
}
.home-category-section img.product-label {
	height: 16px;
	padding: 0;
	border-width: 0;
}
.home-category-section .price-hidden-tip {
	margin-left: 6px;
	padding: 0 6px;
	font-size: 12px;
	line-height: 20px;
}
.small-tab-switcher .nav-tabs li a {
	height: 30px;
	width: 99px;
	font-size: 16px;
	line-height: 30px;
}
.small-tab-switcher .nav-tabs li.active {
	border-top: 2px solid #00bcf1;
}
.small-tab-switcher .nav-tabs > li.active > a,
.small-tab-switcher .nav-tabs > li.active > a:focus,
.small-tab-switcher .nav-tabs > li.active > a:hover {
	color: #333;
}
.home-category-section .sidebar-product-list {
	padding: 8px 0;
}
.sidebar-product-list .product-item {
	position: relative;
	height: 100px;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	border-top: 1px solid #ddd;
}
.sidebar-product-list .product-img {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.sidebar-product-list .product-img .image {
	height: 80px;
	width: 80px;
}
.sidebar-product-list .product-img .action {
	display: none;
}
.sidebar-product-list .product-info .price-pre {
	display: none;
}
.sidebar-product-list .product-info .title {
	margin: 0 0 5px;
	height: 57px;
	line-height: 19px;
	-webkit-line-clamp: 3;
}
.sidebar-product-list .product-info .product-label {
	display: none;
}
.sidebar-product-list .product-info .price {
	margin-bottom: 0;
	line-height: 20px;
}
.sidebar-product-list .index {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	height: 22px;
	width: 22px;
	color: #fff;
	font-size: 22px;
	background-color: #00bcf1;
}
.sidebar-comment-list {
	padding: 8px 0;
}
.sidebar-comment-list .item {
	height: 166px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
.sidebar-comment-list .product {
	position: relative;
	min-height: 50px;
	padding: 10px 10px 10px 70px;
}
.sidebar-comment-list .product .image {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	height: 50px;
	width: 50px;
}
.sidebar-comment-list .product .name {
	display: block;
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sidebar-comment-list .product .rating {
	display: block;
	font-size: 12px;
	color: #ccc;
	line-height: 18px;
}
.sidebar-comment-list .review {
	position: relative;
	min-height: 50px;
	padding: 0 70px 10px 10px;
}
.sidebar-comment-list .review .user {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 50px;
}
.sidebar-comment-list .review .user img {
	margin-bottom: 5px;
	background-color: #f6f6f6;
	border-radius: 50%;
}
.sidebar-comment-list .review .user-name {
	display: block;
	height: 18px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sidebar-comment-list .review .text {
	display: block;
	height: 54px;
	overflow: hidden;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sidebar-comment-list .review .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar-comment-list .review .time {
	height: 18px;
	overflow: hidden;
	color: #ccc;
	font-size: 14px;
	line-height: 18px;
}
@media (max-width: 768px) {
	.home-category-section {
		width: auto;
		margin: 0 -15px;
	}
	.home-category-section .section-header {
		float: none;
		margin-top: 20px;
	}
	.home-category-section .section-header h2 {
		float: none;
		font-size: 20px;
		line-height: 30px;
	}
	.home-category-section .section-menu {
		float: none;
		margin: 0;
		padding: 5px 15px 10px 5px;
	}
	.home-category-section .section-menu > li {
		display: inline-block;
	}
	.home-category-section .banners, .home-category-section .extras {
		display: none;
	}
	.home-category-section .products {
		float: none;
		height: auto;
		width: auto;
		margin-bottom: 10px;
	}
}
@media (max-width: 425px) {
	.home-category-section .products .product-item {
		height: 274px;
		overflow: hidden;
		padding: 21px 10px 24px 10px;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.home-category-section .products .product-item:nth-child(2n+1) {
		border-left-width: 0;
	}
}
.product-intro {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.product-intro .image-wrap {
	float: left;
	width: 468px;
}
.product-intro .info-wrap {
	float: left;
	width: 541px;
	padding-bottom: 999em;
	margin-bottom: -999em;
	background-color: #f8f8f8;
}
.product-intro .extra-wrap {
	float: left;
	width: 199px;
}
.product-intro .primary-images {
	padding: 9px;
}
.product-intro .primary-images .image {
	margin: 0;
}
.product-intro .thumbnails {
	padding: 9px 10px 9px 29px;
}
.product-intro .thumbnails .image {
    width: 60px;
}
.product-intro .thumbnails .image a {
	border: 1px solid #ddd;
}
.product-intro .thumbnails .image a:hover {
	border: 2px solid #999;
}
.product-intro .product-con {
	padding: 10px 15px 0;
}
.product-intro .product-con h1 {
	padding: 0;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
}
.product-intro .product-con .labels {
	margin-bottom: 12px;
}
.product-intro .intro {
	padding: 5px 0;
}
.product-intro .desc {
	padding: 5px 0;
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.product-intro .price-box {
	margin: 10px 0 10px;
	padding: 0 15px;
}
.product-intro .promotion-box {
	margin: 10px 0 10px;
	padding: 0 15px;
}
.product-intro .selected-option-tip {
	min-height: 32px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 5px 15px;
	line-height: 22px;
}
.product-intro .sales {
	margin: 10px 0 10px;
	padding: 0 15px;
}
.discounts-table > thead > tr > td, .discounts-table > thead > tr > th, .discounts-table > tbody > tr > td {
	padding: 5px 15px;
}
.product-intro .variations {
	margin: 30px 0 10px;
	padding: 15px 15px 10px;
	background-color: #f2f2f2;
}
.product-intro .variations .form-group {
	margin-bottom: 5px;
}
.product-intro .variations .control-label {
	float: left;
	width: 50px;
    margin: 7px 0 0 0;
}
.product-intro .variations .qty .control-label {
    margin: 12px 0 0 0;
}
.product-intro .variations .control-content {
	display: block;
	margin-left: 60px;
	font-size: 14px;
	vertical-align: top;
}
.product-intro .box-options {
    margin: 0;
    padding: 10px;
    color: #666;
    border: none;
}
.product-intro .product-btns {
	padding: 0 15px;
}
.product-intro .product-btns .btn {
	float: left;
}
.product-intro .btn-show-review .number {
	margin-right: 5px;
}
.product-intro .btn-show-review:hover {
	color: #e32031;
	cursor: pointer;
}
.product-intro .product-services {
	padding: 0 15px;
}
.product-btns .btn-default, .product-btns .btn-default:focus {
	color: #c40000;
	background-color: #ffeeea;
	border-color: #c40000;
}
.product-btns .btn-default:hover {
	background-color: #fff;
}
.product-btns .btn-primary, .product-btns .btn-primary:focus {
	color: #fff;
	background-color: #c40000;
	border-color: #c40000;
}
.product-btns .btn-primary:hover {
	background-color: #cf0000;
	border-color: #cf0000;
}

.top-reviews {
	border-top: 1px solid #ddd;
}
.top-reviews .header {
	padding: 0 18px;
}
.top-reviews .header h3 {
	margin: 0;
	font-size: 17px;
	line-height: 40px;
}
.top-reviews .list {
	padding: 0 10px;
}
.top-reviews .item {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f8f8f8;
	border-radius: 10px;
}
.top-reviews .user {
	position: relative;
	display: block;
	min-height: 40px;
	margin-bottom: 5px;
	padding-left: 50px;
}
.top-reviews .user img {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}
.top-reviews .user-name {
	display: block;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.top-reviews .rating {
	color: #999;
	font-size: 12px;
}
.top-reviews .text {
	height: 60px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.top-reviews .time {
	display: block;
	color: #aaa;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
}

.product-content {
	margin-top: 0;
}

.product-main {
	overflow: hidden;
	margin-bottom: 10px;
}
.product-main .detail-wrap {
	float: left;
	min-height: 100%;
	width: 1010px;
	border: 1px solid #ddd;
	border-top-width: 0;
}
.product-main .aside-wrap {
	float: left;
	width: 200px;
	padding-bottom: 999em;
	margin-bottom: -999em;
	background-color: #f8f8f8;
}
.product-main .aside-wrap .box {
	margin-bottom: 0;
	border-width: 0;
}
.product-main .tab-content {
	border-width: 0;
}
.product-main .tab-switcher .nav-tabs li a, .sticky-header-bar .tab-switcher .nav-tabs li a {
	width: 201px;
}
.product-main .tab-switcher .nav-tabs li.last a, .sticky-header-bar .tab-switcher .nav-tabs li.last a {
	width: 204px;
}
.product-main .tab-switcher.four-col .nav-tabs li a, .sticky-header-bar .tab-switcher.four-col .nav-tabs li a {
	width: 252px;
}
.product-main .tab-switcher.five-col .nav-tabs li a, .sticky-header-bar .tab-switcher.five-col .nav-tabs li a {
	width: 201px;
}
.product-main .tab-switcher.six-col .nav-tabs li a, .sticky-header-bar .tab-switcher.six-col .nav-tabs li a{
	width: 168px;
}
.product-main .tab-switcher.seven-col .nav-tabs li a, .sticky-header-bar .tab-switcher.seven-col .nav-tabs li a{
	width: 144px;
}
.product-main .tab-switcher.eight-col .nav-tabs li a, .sticky-header-bar .tab-switcher.eight-col .nav-tabs li a{
	width: 126px;
}
.product-main .aside-wrap .header {
	height: 43px;
	background-color: #e8e8e8;
}
.product-main .aside-wrap .header h3 {
	margin: 0;
	padding: 0 16px;
	color: #333;
	font-size: 18px;
	line-height: 43px;
}
.product-main .aside-wrap .product-list {
	padding-top: 9px;
	max-height: 870px;
	overflow: auto;
}
.product-main .detail-specs {
	display: none;
}
.nav-box {
	padding: 35px 15px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0;
}
.nav-box li a:hover {
	text-decoration: none;
}
.nav-box li i {
	display: none;
}

.product-action-bar {
	display: none;
	position: fixed;
	z-index: 1020;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
}
.product-action-bar .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}
.product-action-bar .action-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-width: 48px;
	color: #666;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.product-action-bar .action-icon .icon {
	display: block;
	position: relative;
	margin: 0 auto 5px;
	color: #333;
	font-size: 18px;
}
.product-action-bar .action-icon .count {
	position: absolute;
	top: 3px;
	right: 3px;
	min-width: 16px;
	padding: 0 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	background-color: #ee0a24;
	border: 1px solid #fff;
	border-radius: 16px;
	transform: translate(50%, -50%);
}
.product-action-bar .icon-heart-fill {
	color: #ee0a24;
}
.product-action-bar .action-button {
	flex: 1;
	height: 40px;
	border-radius: 0;
}
.product-action-bar .action-button:first-of-type {
	margin-left: 5px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.product-action-bar .action-button:last-of-type {
	margin-right: 5px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

@media (max-width: 768px) {
	.product-product .back-to-top {
		bottom: 60px;
	}
	.product-action-bar {
		display: block;
	}
	.product-action-bar .container {
		padding: 0;
	}
	.product-product .sticky-header-bar {
		height: 35px;
	}
	.sticky-header-bar .container {
		padding: 0;
	}
	.sticky-header-bar .tab {
		border-width: 0;
	}
	.sticky-header-bar .action {
		display: none;
	}
	.product-intro {
		margin: 0 -15px;
		border-width: 0;
	}
	.product-intro .image-wrap {
		float: none;
		width: 100%;
	}
	.product-intro .primary-images {
		padding: 0;
	}
	.product-intro .thumbnails {
		padding: 9px 5px 9px 15px;
	}
	.product-intro .info-wrap {
		float: none;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
		background-color: #f8f8f8;
	}
	.product-btns {
		display: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-intro .extra-wrap {
		float: none;
		width: 100%;
	}
	.product-intro .box-options {
		margin: 20px 0;
		padding: 15px;
		color: #666;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.top-reviews {
		margin: 20px 0;
	}
	.product-main {
		margin: 0 -15px;
	}
	.product-main .detail-wrap {
		float: none;
		width: 100%;
		border-width: 0;
	}
	.product-main .tab-switcher, .sticky-header-bar .tab-switcher {
		height: 35px;
		width: 100%;
		overflow: hidden;
	}
	.product-content .nav-tabs, .sticky-header-bar .nav-tabs  {
		width: 101%
	}
	.product-content .nav-tabs li, .sticky-header-bar .nav-tabs li {
		width: 25.1%;
	}
	.product-main .tab-switcher .nav-tabs li a, .sticky-header-bar .tab-switcher .nav-tabs li a {
		display: block;
		height: 33px;
		width: 100%;
		font-size: 14px;
		line-height: 30px;
	}
	.product-main .tab-switcher.four-col .nav-tabs li a, .product-main .tab-switcher.six-col .nav-tabs li a, .sticky-header-bar .tab-switcher.four-col .nav-tabs li a, .sticky-header-bar .tab-switcher.six-col .nav-tabs li a {
		width: 100%;
	}
	.product-main .tab-switcher .nav-tabs li.last a, .sticky-header-bar .tab-switcher .nav-tabs li.last a {
		width: 100%;
	}
	.product-main .tab-switcher .nav-tabs .spesc-tab, .product-main .tab-switcher .nav-tabs .article-tab, .sticky-header-bar .tab-switcher .nav-tabs .spesc-tab, .sticky-header-bar .tab-switcher .nav-tabs .article-tab {
		display: none;
	}
	.product-content .container {
		padding: 0 15px;
	}
	.product-content .nav-tabs .badge, .sticky-header-bar .nav-tabs .badge {
		display: none;
	}
	.product-content .tab-content {
		padding: 20px 15px;
	}
	.product-main .detail-specs {
		display: block;
	}
	.product-main .aside-wrap {
		float: none;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.aside-wrap .product-item {
		width: 50%;
	}
	.nav-box {
		padding: 10px 0;
	}
	.nav-box li {
		float: left;
		width: 50%;
	}
	.nav-box li a {
		display: block;
		padding: 5px 5px 5px 20px;
		border-radius: 5px;
	}
}
@media (max-width: 425px) {
	.aside-wrap .product-item {
		width: 100%;
	}
}

[lang='en'] .nav-main .all-categories > ul > li > a {
	font-size: 14px;
}


.flash-sale-product-list .product-item {
	float: none;
	width: auto;
	margin-bottom: 20px;
	padding: 0;
}
.flash-sale-product-list .product-img .image {
	height: 100%;
	width: 100%;
}
.flash-sale-product-list .product-info {
	padding: 20px 15px;
}
.flash-sale-product-list .product-info .title {
	height: 26px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media (max-width: 560px) {
	.flash-sale-product-list .product-item {
    height: 150px;
	}
	.flash-sale-product-list .product-img {
    height: 150px;
    width: 150px;
	}
	.flash-sale-product-list .product-info {
    height: 150px;
    margin-left: 150px;
    padding: 10px 15px;
	}
	.flash-sale-product-list .product-info .title {
		margin-bottom: 10px;
	}
	.flash-sale-product-list .product-info .intro {
		display: none;
	}
	.flash-sale-product-list .product-info .price {
		bottom: 46px;
	}
	.flash-sale-product-list .product-info .price-now {
    padding: 0 6px;
    font-size: 16px;
	}
	.flash-sale-product-list .product-info .action {
    bottom: 10px;
	}
	.flash-sale-product-list .btn {
    padding: 5px 18px;
    min-width: 100px;
    height: 38px;
    line-height: 26px;
    font-size: 16px;
	}
}

.activity-banner {
	border-radius: 0;
}
.activity-banner .activity-type {
	padding-left: 15px;
}
.activity-banner .activity-more {
	padding-right: 15px;
}
.activity-banner .activity-more:hover {
	border-radius: 0;
}

.catalog-category {
	margin-bottom: 20px;
}
.catalog-category h2 {
	margin-bottom: 10px;
	color: #666;
	font-size: 28px;
	line-height: 40px;
}
.catalog-category h2 .image {
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
.catalog-category h2 .name {
	vertical-align: middle;
}
.catalog-item {
	margin-bottom: 10px;
}
.catalog-item a {
	display: block;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.catalog-item a:hover {
	background-color: #f8f8f8;
	text-decoration: none;
}
.catalog-item .image {
	display: block;
	max-width: 100%;
	margin: 0 auto 10px;
}
.catalog-item .name {
	display: block;
	padding: 10px 0;
	color: #666;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.quickview-modal .product-intro {
	margin-bottom: 0;
	border-width: 0;
}
.quickview-modal .product-intro .image-wrap {
	width: 400px;
}
.quickview-modal .product-intro .primary-images {
	padding: 10px;
}
.quickview-modal .product-intro .info-wrap {
	width: 400px;
}
.quickview-modal .product-intro .product-info {
	min-height: 350px;
}
.quickview-modal .product-intro .variations {
	margin: 30px 0 0;
}

.account-login .site-breadcrumb, .account-register .site-breadcrumb, .account-forgotten .site-breadcrumb {
	display: none;
}
.account-login .site-footer, .account-register .site-footer, .account-forgotten .site-footer {
	margin-top: 0;
}
.account-login #content, .account-register #content, .account-forgotten #content {
	min-height: 780px;
	padding-top: 80px;
	padding-bottom: 50px;
/*	background-image: url('../img/login_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;*/
}
.user-center #column-left {
	width: 210px;
}