img {
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
}
body {
	background: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
h1, h2, h3 {
	font-family: 'Open Sans';
}
h1 {
	margin: 0 0 15px 0;
	border-bottom: 3px solid #eee;
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}

h1.em, h2.em, h3.em, h4.em h5.em h6.em {
	padding: 8px 10px;
	background: #fff;
	border: none;
	border-left: 3px solid #e00100;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
a.kandi {
	color: #e00100;
}
a.kandi:hover, a.kandi:active, a.kandi:focus {
	color: #b30000;
}
button:active, button:focus {
	outline: none;
}
a.thumbnail-frame {
	transition: all ease 0.25s;
}
a:hover.thumbnail-frame {
	border-color: rgba(240,0,0,0.5);
}
a.grow-underline, a.grow-underline:active, a.grow-underline:focus {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	transition: all ease .3s;
}
a.grow-underline:after {
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: #e00100;
	transition: all ease .3s;
}
a.grow-underline:hover {
	text-decoration: none;
	color: #e00100;
}
a.grow-underline:hover:after {
	width: 100%;
}

.article-limited {
	position: relative;
	max-height: 120px;
	overflow: hidden;
}
.article-limited:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#fff 100%);
	background-repeat: repeat-x;
}
.article-limited.nolimit {
	max-height: none;
}
.article-limited.nolimit:before {
	content: none;
}
.article-expander {
	font-size: 85%;
}

.text-danger {
	color: #e00100;
}

/* Width limiter */
.body-width-limiter {
	position: relative;
	margin: 0 auto;
	/* max-width: ?; Max-width is set in #render-head.php */
	min-width: 320px;
}

/* Navbar */
.main-nav-placeholder {
	height: 87px;
	background: #fff;
}
.nav-a,
.nav-a:active,
.nav-a:focus {
	display: block;
	color: #555;
	font-size: 18px;
	transition: all ease .3s;
}
.nav-item-active,
.nav-a:hover {
	color: #e00100;
	text-decoration: none;
	background: #eee;
	background: rgba(0,0,0,0.07);
}

.main-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.main-nav-expanded {
	bottom: 0;
	overflow: auto;
	/* background: rgba(0,0,0,0.1); */
}
.main-nav-bar {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-bottom: 2px solid #e00100;
}
.main-nav-body {
	position: relative;
	height: 85px;
}
.nav-logo {
	position: absolute;
	left: 15px;
	top: 0;
	width: 176px;
	height: 80px;
	margin-top: 5px;
}
.nav-logo h1 {
	margin: 0;
	padding: 0;
	border: none;
}
.nav-logo img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease .3s;
	backface-visibility: hidden;
}
.nav-logo img:hover {
	transform: scale(1.03);
}
.nav-info-box {
	position: absolute;
	right: 15px;
	top: 5px;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
}
.nav-info-box a {
	float: left;
	display: block;
	padding: 0 8px;
	color: #666;
	border-radius: 10px;
	transition: all ease .3s;
}
.nav-info-box a:hover, .nav-info-box a:active, .nav-info-box a:focus {
	background: rgba(0,0,0,0.1);
	color: #e00100;
	text-decoration: none;
}
.nav-info-box-facebook {
	width: auto;
	height: 24px;
	display: block;
}
.nav-menu-box {
	position: absolute;
	left: 0;
	right: 15px;
	bottom: 0;
}
.compact-nav {
	position: relative;
	/* display: none; */
}
.nav-trigger {
	display: block;
	float: right;
	width: 56px;
	height: 56px;
	padding-top: 18px;
}
.nav-trigger .nt-line {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 3px;
	background: #555;
	margin-bottom: 6px;
	transition: all ease .3s;
}
.nav-trigger:hover .nt-line,
.nav-item-active .nt-line {
	background: #e00100;
	transform: scale(1.05);
}
.nav-item-active .nt-line.a {
	transform: translateY(9px) rotate(135deg);
}
.nav-item-active .nt-line.b {
	opacity: 0;
}
.nav-item-active .nt-line.c {
	transform: translateY(-9px) rotate(-135deg);
}
.nav-icons {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-icons > li {
	position: relative;
	display: block;
	float: left;
}
.nav-menu {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-menu > li {
	position: relative;
	display: block;
	float: left;
}
.nav-menu > li.ni-collapsed-only {
	display: none;
}
.nav-item-text {
	display: block;
	height: 56px;
	padding: 0 15px;
	line-height: 56px;
	white-space: nowrap;
	transition: all ease .2s;
}
.nav-item-text:hover {
	/* letter-spacing: 1px; */
	color: #e00100;
	text-decoration: none;
	transform: scaleX(1.1);
}
.nav-item-icon {
	display: block;
	width: 56px;
	height: 56px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.nav-item-icon .glyphicon,
.nav-item-icon .icesym {
	font-size: 24px;
	line-height: normal;
}
.nav-item-icon img {
	display: block;
	width: 100%;
	height: auto;
	filter: grayscale(100%) opacity(80%);
	transition: all ease .2s;
}
.nav-item-icon:hover img, .nav-item-icon:active img, .nav-item-icon:focus img {
	filter: grayscale(0%) opacity(100%);
	transform: scale(1.05);
}
.nav-item-icon.current,
.nav-item-text.current {
	border-bottom: 3px solid #e00100;
}
.main-nav-badge {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	font-size: 11px;
	text-align: center;
	padding: 0 2px;
	line-height: 18px;
	min-width: 20px;
	height: 20px;
	background: #244f86;
	background: #e00100;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 15px;
}

.main-nav-dropdown-menu {
	display: none;
	position: absolute;
	top: 58px;
	right: 0;
	margin: 0 -1px;
	padding: 5px 0;
	list-style-type: none;
	background: #fff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
	border: 1px solid #ddd;
	border-top: 0;
	z-index: 999;
}
.main-nav-dropdown-menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav-dropdown-menu > ul > li {
	display: block;
	position: relative;
}
.main-nav-dropdown-menu > ul > li.separator {
	margin: 5px 0;
	height: 1px;
	background: #ccc;
}
.main-nav-dropdown-menu > ul > li > a {
	color: #555;
	display: block;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	white-space: nowrap;
	text-align: right;
	min-width: 150px;
	transition: all ease .3s;
}
.main-nav-dropdown-menu > ul > li > a:hover {
	color: #e00100;
	background: rgba(0,0,0,0.1);
	letter-spacing: 1px;
}
.main-nav-dropdown-menu > ul > li > a.current {
	border-right: 4px solid #e00100;
	padding-right: 22px;
	color: #e00100;
}
.main-nav-dropdown-fixed {
	display: none;
	position: fixed;
	top: 87px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	overflow: auto;
}
.main-nav-dropdown-dialog {
	margin: 0 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

/* Content */
.content-wrapper {
	background: #fff;
	color: #333;
}
.gray-content-wrapper {
	background: #eee;
	color: #333;
}
.christmas-content-wrapper {
	color: #333;
	background: url(/themes/kandi/img/christmas/bkg-top.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #dc0000;
}
.content-body {
	padding: 30px 15px;
	min-height: 500px;
}

/* Breadcrumbs */
.breadcrumbs-wrapper {
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	font-size: 85%;
	color: #777;
}
.breadcrumbs-body {
	margin: 0 auto;
	padding: 0 15px;
	list-style-type: none;
	font-size: 12px;
}
.breadcrumbs-body > li {
	display: inline-block;
}
.breadcrumbs-body > li.inner:before {
	content: "»";
	padding: 0 10px;
}

/* Footer */
.footer {
	border-top: 1px solid #bbb;
	font-size: 80%;
}
.footer-body {
	padding: 0 15px;
}
.footer-row {
	padding: 10px 0;
	/* border-bottom: 1px solid #bbb; */
}
.footer-body a {
	color: #666;
}
.footer-body a:hover {
	color: #e00100;
}
.footer-bottomline {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 70%;
	color: #ddd;
}
.footer-bottomline p {
	margin: 0;
}
.footer-bottomline a {
	color: #aaa;
}
.footer-bottomline a:hover {
	color: #777;
}

/* Login */
.login-logo {
	margin: 15px auto;
	max-width: 250px;
}

/* Back to top */
#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background: #e00100;
	color: #ddd;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.33);
	border-radius: 100px;
}
#back-to-top.show {
	display: block;
	opacity: 0.5;
	transition: opacity 0.2s ease-out;
}
#back-to-top.show:hover {
	opacity: 1 !important;
}

.floating-wrapper {
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.floating-wrapper h1, .floating-wrapper h2, .floating-wrapper h3, .floating-wrapper h4	{
	padding: 5px 0 15px 0;
	margin: 0;
	border: none;
}

/* Body-left */
#body-left {
	position: static;
	float: left;
	overflow: hidden;
	left: 0;
	width: 254px;
	/* border-right: 1px solid #ddd; */
	padding-top: 30px;
	padding-left: 15px;
}
#body-left.fixed .floating-wrapper {
	border: none;
	box-shadow: none;
}
.body-left-wrapper {
}
#body-left h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
}
#body-left h2 a {
	color: #e00100;
}

.body-left-ul-list,
.body-left-ul-tiles {
	list-style: none;
	margin: 0;
	padding: 0;
}
.body-left-ul-list .body-left-ul-list {
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-left: 1px solid #e00100;
}
.body-left-ul-list li {
	display: table;
	width: 100%;
	font-size: 14px;
	margin-bottom: 5px;
}
.body-left-ul-list li:after {
	display: table;
	content: " ";
	clear: both;
}
.body-left-ul-list li:last-of-type {
	margin-bottom: 0;
}
.body-left-ul-list li > a,
.body-left-ul-list li > a:active,
.body-left-ul-list li > a:focus {
	display: block;
	padding: 2px;
	margin-bottom: 5px;
	color: #555;
	transition: all ease 0.15s;
}
.body-left-ul-list li > a:hover {
	background-color: rgba(0,0,0,0.05);
}
.body-left-ul-list li > a:hover,
.body-left-ul-list li > a.active {
	text-decoration: none;
	color: #e00100;
}
.body-left-ul-list li > a.active {
	font-weight: bold;
}
.body-left-ul-list li > a.highlighted {
	background: rgba(0,0,0,0.05);
}
.body-left-ul-list-thumbnail {
	display: table-cell;
	width: 40px;
	height: 40px;
}
.body-left-ul-list-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.body-left-ul-list li > a img {
	-webkit-filter: grayscale(100%) opacity(80%);
	filter: grayscale(100%) opacity(80%);
	transition: all ease .2s;
}
.body-left-ul-list li > a:hover img,
.body-left-ul-list li > a.active img {
	-webkit-filter: grayscale(0) opacity(100%);
	filter: grayscale(0%) opacity(100%);
}
.body-left-ul-list-label {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0 5px 5px;
}
.body-left-ul-list-label.top {
	font-size: 15px;
	padding: 0 0 0 10px;
}

.body-left-ul-tiles {
	margin: 0 -5px;
}
.body-left-ul-tiles li {
	display: block;
	float: left;
	width: 50%;
}
.body-left-ul-tiles li > a {
	display: block;
	margin: 5px;
	color: #555;
	border: 1px solid #eee;
	transition: all ease 0.15s;
}
.body-left-ul-tiles li > a:hover,
.body-left-ul-tiles li > a:focus,
.body-left-ul-tiles li > a:active,
.body-left-ul-tiles li > a.active {
	background: rgba(0,0,0,0.02);
	text-decoration: none;
	color: #e00100;
	border-color: rgba(224,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.body-left-ul-tiles-thumbnail {
	display: block;
	padding: 1px;
}
.body-left-ul-tiles-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.body-left-ul-tiles li > a img {
	-webkit-filter: grayscale(100%) opacity(80%);
	filter: grayscale(100%) opacity(80%);
	transition: all ease .2s;
}
.body-left-ul-tiles li > a:hover img,
.body-left-ul-tiles li > a.active img {
	-webkit-filter: grayscale(0) opacity(100%);
	filter: grayscale(0%) opacity(100%);
}
.body-left-ul-tiles-label {
	display: block;
	height: 20px;
	font-size: 14px;
	text-align: center;
}
/* Toggle */
#body-left-toggle {
	margin-top: 15px;
	display: none;
}
#body-left-toggle button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	background: #e00100;
	color: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	opacity: 0.5;
	transition: all ease .3s;
}
#body-left-toggle button:hover {
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#body-left-toggle button span:before {
	content: "\e875";
}
/* Body-right */
#body-right {
	overflow: hidden;
	margin-left: 240px;
}
/*
.product-category-page-subcategories {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product-category-page-subcategories > li {
	float: left;
	width: 20%;
	padding: 1px;
}
.product-category-page-subcategories > li > a {
	display: block;
	background: #eee;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
}
*/
.category-page-heading {
	margin: 15px 0 15px 0;
	font-size: 18px;
}

.pagination > li {
	margin-left: 5px;
	background: none;
}

.pagination > li > i,
.pagination > li > a,
.pagination > li > span {
	min-width: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
}
.pagination > li i.ellipse {
	border: none;
	background: none;
	padding: 0;
	width: auto;
	min-width: auto;
}
.pagination > li:first-child > i,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border: 1px solid #ddd;
	border-radius: 0;
	transition: all ease 0.3s;
}
.pagination > li:last-child > i,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border: 1px solid #ddd;
	border-radius: 0;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	border: 1px solid #ddd;
	border-radius: 0;
	background: #eee;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	border: 1px solid #e00100;
	color: #fff;
	background: #e00100;
}

.pagination > .active > a,
.pagination > .active > span {
	background: #e00100;
	border-color: #e00100;
}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #be1d0e;
	border-color: #be1d0e;
}
.pagination > li input {
	border: 1px solid #ddd;
	background: #fff;
	color: #e00100;
	line-height: 28px;
}

.slider-25-10-wrapper {
	position: relative;
	padding-bottom: 40%;
	height: 0;
}
.slide-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hp-brands {
	margin: 20px 0;
}

.hp-brands-car {
	height: 120px;
}
.hpbc-a {
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 20px;
}
.hpbc-a img {
	display: block;
	width: 100%;
	height: auto;
	filter: grayscale(100%) opacity(60%);
	transition: all ease 0.2s;
}
.hpbc-a:hover img {
	filter: grayscale(0) opacity(100%);
}
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.owl-nav a {
	display: block;
	position: absolute;
	top: -25px;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* background: rgba(255,0,0,0.25); */
	font-size: 40px;
	line-height: 40px;
	color: #333;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	opacity: 0.5;
}
.owl-nav a:hover {
	color: #e00100;
	opacity: 1;
	text-decoration: none;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}

.hompeage-links-wrapper {
	position: relative; /* Make the shadow visible */
	z-index: 70;
	background: #fff;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
}
.homepage-links {
	width: 100%;
	table-layout: fixed;
}
.homepage-links td {
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
}
.homepage-links a, .homepage-links a:active, .homepage-links a:focus {
	display: block;
	padding: 10px 0;
	color: #333;
	font-weight: bold;
	transition: all ease 0.3s;
	border-bottom: 1px solid transparent;
	transition: all ease 0.25s;
}
.homepage-links a:hover {
	text-decoration: none;
	color: #e00100;
	border-bottom: 1px solid #e00100;
	letter-spacing: 1px;
}

.homepage-heading {
	text-align: center;
	border-bottom: 1px solid #e00100;
}
.homepage-pe, .homepage-pe:active, .homepage-pe:focus {
	position: absolute;
	border: 2px solid #555;
	font-size: 24px;
	line-height: 24px;
	padding: 25px 15px;
	color: #000;
	opacity: 0.6;
	transition: all ease 0.3s;
	text-decoration: none;
}
.homepage-pe:hover {
	border: 2px solid rgba(224,1,0,0.5);
	background: rgba(255,255,255,0.5);
	letter-spacing: 0.5px;
	color: #e00100;
	opacity: 1;
	text-decoration: none;
}
.homepage-pe.ea {
	top: 30px;
	right: 15px;
	left: 50%;
	text-align: right;
}
.homepage-pe.el {
	right: 50%;
	left: 15px;
	bottom: 45px;
}

.brand-page-list {
}
.brand-page-list section {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.brand-page-list h2 {
	margin: 0 0 15px 0;
	padding: 0;
}
.brand-page-li-thumbnail {
	float: left;
	width: 30%;
	max-width: 160px;
	margin-right: 15px;
}
.brand-page-li-thumbnail.odd {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
.brand-page-li-thumbnail > a {
	display: block;
	border: 1px solid #ddd;
	padding: 1px;
	transition: all ease .3s;
}
.brand-page-li-thumbnail > a:hover {
	border-color: rgba(240,0,0,0.5);
}
.brand-page-li-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.brand-page-li-description {
	font-size: 15px;
}
.brand-page-li-body {
	overflow: hidden;
}
.brand-page-li-title {
	font-size: 24px;
	/* font-family: 'Open Sans Light'; */
	color: #555;
}
.brand-page-image {
	float: right;
	width: 24%;
	min-width: 140px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.brand-page-info {
	font-size: 15px;
}


.cat-page-list {
	list-style: none;
	margin: 0 -7.5px;
	padding: 0;
}
.cat-page-list li {
	float: left;
	width: 16.665%;
}
.cat-page-li-body {
	overflow: hidden;
	padding: 0 7.5px 30px 7.5px;
}
.cat-page-li-thumbnail {
}
.cat-page-li-thumbnail a {
	display: block;
	/* border: 1px solid #ddd; */
	padding: 15px;
	transition: all ease .3s;
	max-width: 100px;
	margin: 0 auto;
}
.cat-page-li-thumbnail a:hover {
	border-color: #e00100;
}
.cat-page-li-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease .3s;
	filter: grayscale(100%) opacity(80%);
}
.cat-page-li-thumbnail a:hover img {
	filter: grayscale(0) opacity(100%);
	transform: scale(1.1);
}
.cat-page-li-title, .cat-page-li-title:active, .cat-page-li-title:focus {
	display: block;
	height: 40px;
	margin-top: 5px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	color: #555;
	transition: all ease .3s;
}
.cat-page-li-title:hover {
	text-decoration: none;
	color: #e00100;
}
.cat-page-li-description {
	font-size: 13px;
}

.cat-page-page-image {
	float: right;
	width: 24%;
	min-width: 140px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.hp-cards {
	/* padding: 0 15px; */
	margin-bottom: 15px;
}

.hp-card {
	display: block;
	margin: 0 0 15px 0;
}
.hp-card > img {
	transition: all ease 0.25s;
	display: block;
	width: 100%;
	height: auto;
}
.hp-card:hover > img, .hp-card:active > img, .hp-card:focus > img {
	transform: scale(1.025);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

@media(max-width: 1023px) {
	#body-cover {
		display: none;
		position: fixed;
		z-index: 88;
		background: rgba(0,0,0,0.33);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	#body-left {
		display: none;
		padding: 0;
	}
	#body-left.fixed {
		display: block;
		position: fixed;
		top: 87px;
		bottom: 0;
		z-index: 88;
		background: #fff;
		border: none;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		overflow: auto;
	}
	#body-left-toggle {
		display: block;
		position: fixed;
		z-index: 88;
		top: 95px;
	}
	#body-left-toggle.expanded {
		left: 255px;
	}
	#body-left-toggle.expanded button {
		opacity: 1;
	}
	#body-left-toggle.expanded button span:before {
		content: "\e877";
	}
	#body-right {
		margin: 0;
	}
	.hpbc-a {
		width: 100px;
		height: 100px;
	}
}
@media(max-width: 959px) {
}
@media(max-width: 767px) {
	.hpbc-a {
		width: 90px;
		height: 90px;
	}
	.cat-page-list li {
		width: 25%;
	}
}
@media(max-width: 559px) {
	.nav-info-box {
		display: none;
	}
	.nav-menu > li.ni-collapsed-only {
		display: block;
	}
	.compact-nav {
		display: block;
	}
	.main-nav-dropdown-menu {
		top: 50px;
	}
	.main-nav-dropdown-fixed {
		top: 50px;
	}
	.nav-logo {
		width: 124px;
		height: 56px;
		margin: 0;
	}
	.main-nav-placeholder {
		height: 50px;
	}
	.main-nav-body {	
		height: 50px;
	}
	.nav-logo {
		width: 110px;
		height: 50px;
		margin: 0;
	}
	.nav-menu-box {
		right: 0;
	}
	.nav-item-icon {
		width: 50px;
		height: 50px;
	}
	.nav-trigger {
		width: 50px;
		height: 50px;
		padding-top: 15px
	}
	.nav-trigger .nt-line {
		width: 25px;
		margin-bottom: 5px;
	}
	.nav-item-active .nt-line.a {
		transform: translateY(8px) rotate(135deg);
	}
	.nav-item-active .nt-line.c {
		transform: translateY(-8px) rotate(-135deg);
	}
	.nav-icons > li > a {
		width: 44px;
		height: 50px;
		padding: 10px 7px;
	}
	.main-nav-badge {
		top: 1px;
		right: 1px;
	}
	.main-nav-dropdown-dialog {
		margin: 0 5px;
		padding: 15px 10px;
	}
	.main-nav-dropdown-menu {
		top: 52px;
	}
	.main-nav-dropdown-fixed {
		top: 52px;
	}
	#body-left-toggle {
		top: 60px;
	}
	#body-left.fixed {
		top: 52px;
	}
	.hp-brands {
		margin: 30px 0;
	}
}
@media(max-width: 479px) {
	.homepage-pe, .homepage-pe:active, .homepage-pe:focus {
		font-size: 18px;
		line-height: 18px;
		padding: 10px 10px;
	}
	.hpbc-a {
		width: 80px;
		height: 80px;
	}
	.hp-brands {
		margin: 15px 0;
	}
	.cat-page-list li {
		width: 33.332%;
	}
}

.hp-random-products {
	list-style: none;
	margin: 0 -7.5px;
	padding: 0;
}
.hp-random-products > li {
	float: left;
	width: 25%;
}
.hp-product-wrapper {
	padding: 0 7.5px 15px 7.5px;
}
.hp-product {
	position: relative;
	border: 1px solid #eee;
}
.hp-product-image {
	position: relative;
	background: #000;
	overflow: hidden;
}
.hp-product-image img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.95;
	transition: all ease 0.25s;
}
.hp-product-text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 5px;
	background: rgba(255,255,255,0.5);
	color: #333;
	font-size: 12px;
	text-align: center;
	transition: all ease 0.25s;
	line-height: normal;
}
td.hp-product-price {
	color: #e00100;
	pointer-events: none;
}
.hp-p-int {
	font-size: 26px;
}
.hp-p-frac {
	font-size: 12px;
	vertical-align: top;
}
.hp-p-dot {
	display: none;
	font-size: 1px;
}
.hp-p-currency {
	font-size: 12px;
}
.hp-product:hover .hp-product-image img {
	opacity: 1;
	transform: scale(1.025);
}
.hp-product:hover .hp-product-text {
	background: rgba(255,255,255,0.8);
}
@media(max-width: 959px) {
	.hp-random-products > li {
		width: 33.32%;
	}
}
@media(max-width: 639px) {
	.hp-random-products > li {
		width: 50%;
	}
}
@media(max-width: 479px) {
	.hp-random-products > li {
		float: none;
		width: auto;
		max-width: 250px;
		margin: 0 auto;
	}
}


.hp-random-brands {
	list-style: none;
	margin: 0 -7.5px;
	padding: 0;
}
.hp-random-brands > li {
	float: left;
	width: 50%;
}
.hp-brand img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.95;
	transition: all ease 0.25s;
}
.hp-brand-wrapper {
	padding: 0 7.5px 15px 7.5px;
}
.hp-brand {
	position: relative;
	border: 1px solid #eee;
}
.hp-brand:hover img {
	opacity: 1;
	transform: scale(1.025);
}
@media(max-width: 767px) {
	.hp-random-brands > li {
		float: none;
		width: 100%;
	}
}

.collection {
	display: block;
	margin-top: 15px;
	transition: all ease 0.25s;
}
.collection img {
	display: block;
	width: 100%;
	height: auto;
}
.collection:hover {
	transform: scale(1.01);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.product-details {
	width: auto;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.product-details td {
	padding: 1px 5px;
}
.product-details td:first-child {
	padding-left: 0;
}
.product-details td:last-child {
	padding-right: 0;
}

.footnote {
	position: relative;
	font-size: 12px;
}
.footnote:before {
	content: "";
	position: absolute;
	border-top: 1px solid #ccc;
	width: 150px;
}
.p-ingredients {
	font-size: 14px;
	color: #777;
	font-style: italic;
	border-left: 3px solid #ddd;
	padding-left: 10px;
}
.p-ingredients h3 {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 18px;
}

/* ANAF cards */
.anaf-cards {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px 15px -7.5px;
	justify-content: center;
}
.anaf-card {
	display: block;
	margin: 7.5px;
	transition: all ease 0.25s;
	text-decoration: none;
}
.anaf-card:hover, .anaf-card:active, .anaf-card:focus {
	text-decoration: none;
}
.anaf-card img {
	display: block;
	width: 250px;
	height: auto;
}

