.pp-product {
	margin: 0 -15px;
}
.pp-col {
	padding: 0 15px;
}
.pp-left {
	float: left;
	width: 60%;
}
.pp-right {
	float: left;
	width: 40%;
}
.pp-product-image {
	position: relative;
}
.pp-product-image-box {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.pp-product-image-wrapper {
	position: relative;
	padding-bottom: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.pp-product-image-wrapper:hover .pp-product-image-icon {
	opacity: 0.5;
	text-decoration: none;
	color: #999;
}
.pp-product-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* must be set via HTML */
	bottom: 0;
	white-space: nowrap;
}
.pp-product-images > img {
	display: inline-block;
	width: 100%; /* must be set via HTML */
	height: auto;
	margin: 0;
	z-index: 1;
}
.pp-product-image-icon {
	position: absolute;
	display: block;
	font-size: 30px;
	line-height: 60px;
	color: #666;
	background: #fff;
	opacity: 0.1;
	text-align: center;
	text-decoration: none;
	z-index: 3;
	transition: all ease 0.2s;
}
.pp-product-image-icon .icesym {
	line-height: 1;
}
.pp-product-image-icon:hover {
	opacity: 0.75 !important;
	color: #e00100 !important;
}
.pp-product-image-next,
.pp-product-image-prev,
.pp-product-image-prev:focus,
.pp-product-image-next:focus,
.pp-product-image-prev:active,
.pp-product-image-next:active {
	top: 50%;
	width: 10%;
	height: 60px;
	margin-top: -30px;
}
.pp-product-image-prev {
	left: 0;
}
.pp-product-image-prev:hover {
    background-image: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.0001) 100%);
    background: rgba(255,255,255,0.5);
    background-repeat: repeat-x;
}
.pp-product-image-next {
	right: 0;
}
.pp-product-image-next:hover {
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.2) 100%);
    background: rgba(255,255,255,0.5);
    background-repeat: repeat-x;
}
.pp-product-image-zoom,
.pp-product-image-zoom:focus,
.pp-product-image-zoom:active {
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-top: -30px;
	margin-left: -30px;
}
.pp-product-image-promo-right-label, .pp-product-image-promo-left-label {
	position: absolute;
	max-width: 33%;
	padding: 2px 6px;
	background: #e00100;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 2px 1px 10px rgba(0,0,0,0.2);
}
.pp-product-image-promo-left-label {
	top: 20px;
	left: 0;
}
.pp-product-image-promo-right-label {
	top: 20px;
	right: 0;
}
.pp-product-image-promo-left-circle, .pp-product-image-promo-right-circle {
	overflow: hidden;
	position: absolute;
	min-width: 15%;
	width: 22%;
	line-height: normal;
	background: #e00100;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 2px 1px 10px rgba(0,0,0,0.2);
	border-radius: 50%;
	padding: 15px 5px;
}
.pp-product-image-promo-left-circle span, .pp-product-image-promo-right-circle span {
}
.pp-product-image-promo-left-circle {
	top: 10px;
	left: 10px;
	/* border-bottom-right-radius: 10%; */
}
.pp-product-image-promo-right-circle {
	top: 10px;
	right: 10px;
	/* border-bottom-right-radius: 10%; */
}

.pp-product-image-thumbnails {
	list-style-type: none;
	margin: 0 -5px 15px -5px;
	padding: 0;
	text-align: center;
}
.pp-product-image-thumbnails li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}
.pp-product-image-thumbnails a {
	display: block;
	width: 72px;
	height: 72px;
	border: 1px solid #ddd;
	padding: 2px;
	text-decoration: none;
	background: #fff;
	transition: all 0.25s;
}
.pp-product-image-thumbnails a:hover {
	border-color: rgba(240,0,0,0.5);
}
.pp-product-image-thumbnails a.active {
	border: 1px solid #e00100;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.pp-product-image-thumbnails img {
	display: block;
	width: 100%;
	height: auto;
}
.pp-similar {
}
.pp-recent-list {
}

.pp-categories {
	float: left;
	width: 200px;
}
.pp-category-list {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
}
.pp-category-list > li {
	margin-left: 15px;
}

@media (max-width: 639px) {
	.pp-product {
		margin: 0;
	}
	.pp-col {
		padding: 0;
	}
	.pp-left,
	.pp-right {
		float: none;
		width: auto;
	}
}

.pp-variant, .pp-variant:active, .pp-variant:focus {
	margin: 3px 7px 3px 0;
	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 7px;
	border-radius: 3px;
	background: #e00100;
	color: #fff;
	font-weight: bold;
}
.pp-variant:hover {
	text-decoration: none;
}
.pp-variant.ppv-other {
	font-weight: normal;
	color: #666;
	background: rgba(0,0,0,0.1);
}
.pp-variant.ppv-other:hover {
	color: #333;
	background: rgba(0,0,0,0.2);
}
.pp-variant.ppv-size-table {
	font-weight: normal;
	color: #e00100;
	background: #fff;
}
.pp-variant.ppv-size-table:hover {
	background: rgba(0,0,0,0.1);
}
.pp-variant-list {
	margin: 0 0 15px 0;
}

/* Product page price */
.pp-price {
}
.pp-price-int {
	font-size: 16px;
	font-size: 36px;
	line-height: 40px;
	color: #e00100;
}
.pp-price-dot {
	font-size: 0;
}
.pp-price-frac {
	vertical-align: top;
	font-size: 16px;
	color: #e00100;
}
.pp-price-currency {
	font-size: 18px;
	color: #777;
}

/* Product thumbnails */
.p-thumbnails {
	padding: 0;
	margin: 0 -7.5px;
	list-style: none;
}
.p-thumbnail-wrapper {
	float: left;
	width: 20%;
	padding: 0 7.5px 15px 7.5px;
}
#body-right .p-thumbnail-wrapper {
	width: 20%;
}
.p-thumbnail-inner {
	padding: 0;
	border: 1px solid #ddd;
	position: relative;
	background: #fff;
	transition: all ease 0.3s;
	box-shadow: 0 0 10px rgba(0,0,0,0.02);
}
.p-thumbnail-inner:hover {
	border-color: #ccc;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.p-thumbnail-inner:hover .p-thumbnail-actions {
	display: block;
}
.p-thumbnail-card {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	overflow: hidden;
}
.p-thumbnail-card img {
	display: block;
	width: 100%;
	height: auto;
}
.p-thumbnail-image-wrapper {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.p-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.p-thumbnail-image > a {
	display: block;
}
.p-thumbnail-image > a > img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease .3s;
	backface-visibility: hidden;
}
.p-thumbnail-image > a > img.p-ti-dim {
	filter: grayscale(100%);
	opacity: 0.5;
}
.p-thumbnail-image-sku {
	padding-left: 2px;
	color: #333;
	background: #fff;
	font-size: 9px;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	padding: 0 1px;
	opacity: 0.2;
}
.p-thumbnail-inner:hover .p-thumbnail-image > a > img {
	transform: scale(1.03);
	filter: grayscale(0), blur(0);
}
.p-thumbnail-inner:hover .p-thumbnail-image > a > img.p-ti-dim {
	filter: grayscale(0), blur(0);
	opacity: 1;
}
.p-thumbnail-inner:hover .p-thumbnail-image-sku {
	opacity: 0.75;
	/* box-shadow: 1px 1px 5px rgba(0,0,0,0.3); */
}
.p-thumbnail-image-tag {
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px;
	max-width: 100%;
	padding: 1px 4px;
	font-size: 12px;
	color: #333;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
}
.p-thumbnail-image-info {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	padding: 1px 3px;
	font-size: 9px;
	opacity: 0.6;
	color: #fff;
	background: rgba(0,0,0,0.5);
	text-align: right;
	word-wrap: break-word;
}
.p-thumbnail-image-actions {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: 10px;
}
.p-thumbnail-text {
	height: 50px;
	padding: 5px 5px 0 5px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
}
.p-thumbnail-text a {
	color: #999;
}
.p-thumbnail-text-variant {
	display: inline-block;
	padding: 0 3px;
	border-radius: 50%;
	background: #333;
	color: #eee;
	line-height: 16px;
	min-width: 16px;
}
@media (max-width: 1439px) {
	.p-thumbnail-wrapper {
		width: 25%;
	}
	#body-right .p-thumbnail-wrapper {
		width: 25%;
	}
}
@media (max-width: 1199px) {
	#body-right .p-thumbnail-wrapper {
		width: 33.32%;
	}
}
@media (max-width: 1023px) {
	.p-thumbnail-wrapper {
		width: 25%;
	}
	#body-right .p-thumbnail-wrapper {
		width: 25%;
	}
}
@media (max-width: 919px) {
	#body-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 33.33%;
	}
}
@media (max-width: 719px) {
	#body-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 33.332%;
	}
}
@media (max-width: 639px) {
	#body-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 50%;
	}
}
.p-thumbnail-promo-left-label, .p-thumbnail-promo-right-label {
	overflow: hidden;
	position: absolute;
	max-width: 50%;
	line-height: 1.2;
	padding: 2px 6px;
	background: #e00100;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 2px 1px 10px rgba(0,0,0,0.2);
}
.p-thumbnail-promo-left-label {
	top: 10px;
	left: -5px;
}
.p-thumbnail-promo-right-label {
	top: 10px;
	right: -5px;
}
.p-thumbnail-promo-left-circle, .p-thumbnail-promo-right-circle {
	overflow: hidden;
	position: absolute;
	width: 33%;
	box-shadow: 2px 1px 10px rgba(0,0,0,0.2);
	border-radius: 50%;
	background: #e00100;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 3px;
	line-height: normal;
	text-align: center;
}
.p-thumbnail-promo-left-circle span, .p-thumbnail-promo-right-circle span {
}
.p-thumbnail-promo-left-circle {
	top: 7px;
	left: 7px;
	/* border-bottom-right-radius: 10%; */
}
.p-thumbnail-promo-right-circle {
	top: 7px;
	right: 7px;
	/* border-bottom-left-radius: 10%; */
}
.p-thumbnail-actions {
	height: 67px;
}
.p-new-label {
	position: absolute;
	top: -23px;
	left: 0;
	width: 80px;
	height: 0;
	overflow: visible;
	pointer-events: none;
}
.p-new-label > img {
	display: block;
	width: 100%;
	height: auto;
}

/* Product tiny thumbnails */
.p-tiny-thumbnails {
	padding: 0;
	margin: 0 -7.5px;
	list-style: none;
}
.p-thumbnail-tiny-wrapper {
	float: left;
	width: 12.5%;
	padding: 0 7.5px 20px 7.5px;
}
#body-right .p-thumbnail-tiny-wrapper {
	width: 16.65%;
}
.p-thumbnail-tiny-inner {
	padding: 5px;
	border: 1px solid #eee;
}
.p-thumbnail-tiny-inner:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.p-thumbnail-tiny-image-wrapper {
	padding-bottom: 100%;
	position: relative;
}
.p-thumbnail-tiny-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.p-thumbnail-tiny-image > a > img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease .3s;
	backface-visibility: hidden;
}
.p-thumbnail-tiny-inner:hover .p-thumbnail-tiny-image > a > img {
	transform: scale(1.03);
}
.p-thumbnail-tiny-image-tag {
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px;
	max-width: 100%;
	padding: 1px 4px;
	font-size: 12px;
	color: #333;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
}
.p-thumbnail-tiny-image-info {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	padding: 1px 3px;
	font-size: 9px;
	opacity: 0.6;
	color: #fff;
	background: rgba(0,0,0,0.5);
	text-align: right;
	word-wrap: break-word;
}
.p-thumbnail-tiny-text {
	height: 40px;
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
	line-height: 13.33px;
	overflow: hidden;
}
@media (max-width: 1023px) {
	.p-thumbnail-tiny-wrapper {
		width: 25%;
	}
	#body-right .p-thumbnail-tiny-wrapper {
		width: 33.332%;
	}
}
@media (max-width: 919px) {
	#body-right .p-thumbnail-tiny-wrapper,
	.p-thumbnail-tiny-wrapper {
		width: 25%;
	}
}
@media (max-width: 767px) {
	#body-right .p-thumbnail-tiny-wrapper,
	.p-thumbnail-tiny-wrapper {
		width: 33.332%;
	}
}
@media (max-width: 559px) {
	#body-right .p-thumbnail-tiny-wrapper,
	.p-thumbnail-tiny-wrapper {
		width: 50%;
	}
}

.pt-info-tag {
	display: block;
	height: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.pt-info-tag table {
	width: 100%;
	height: 38px;
}
.pt-info-tag td {
	font-size: 13px;
	text-align: center;
	line-height: 18px;
}
.pt-shop-tag {
	width: 100%;
	height: 40px;
}
.pts-wish {
	display: block;
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
}
.pts-price {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	padding-top: 10px;
	text-align: center;
}
.pts-cart {
	display: block;
	position: relative;
	float: right;
	width: 25%;
}
.pts-cart-badge {
	position: absolute;
	display: block;
	top: 1px;
	right: 1px;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 16px;
	background: #e00100;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.ptsc-button, .ptsw-button, .ptsc-button:focus, .ptsc-button:active, .ptsw-button:focus, .ptsw-button:active {
	display: block;
	height: 40px;
	text-align: center;
	transition: all ease .3s;
	color: #555;
}
.ptsc-button:hover, .ptsw-button:hover {
	color: #e00100;
	background: #eee;
}
.ptsc-button-icon, .ptsw-button-icon {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 40px;
	text-align: center;
}
.ptsc-button-icon.disabled, .ptsw-button-icon.disabled {
	color: #777;
}
.ptsc-button-icon .icesym, .ptsw-button-icon .icesym {
	font-size: 24px;
	line-height: 40px;
	top: 0;
	transition: all ease 0.25s;
}
.ptsc-button:hover .icesym, .ptsw-button:hover .icesym {
	transform: scale(1.1);
}
.ptsw-button-icon .icesym {
	font-size: 20px;
}
.ptsp-number {
}
.ptsp-number-int {
	color: #e00100;
	font-size: 18px;
	line-height: 1;
}
.ptsp-number-dot {
	font-size: 0;
	line-height: 1;
}
.ptsp-number-frac {
	color: #e00100;
	font-size: 14px;
	vertical-align: top;
	line-height: 1;
}
.ptsp-number-currency {
	padding-left: 4px;
	color: #777;
	line-height: 1;
	font-size: 12px;
}
.ptsp-number-vat {
	display: block;
	font-size: 9px;
	color: #777;
	line-height: 1;
}

.category-treeview {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.category-treeview .category-treeview {
	padding: 0 0 0 15px;
	border-bottom: none;
}
.category-treeview > li {
	border-top: 1px solid #eee;
}
.category-treeview > li:first-child {
	border: none;
}
.category-treeview > li > a {
	display: block;
	padding: 5px 0;
	line-height: 40px;
	color: #666;
}
.category-treeview > li > a.active {
	font-weight: bold;
}

.category-description {
	padding: 9px 0 0 0;
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	margin-bottom: 30px;
}

.products-main-category-list {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}
.products-main-category-list > li {
	float: left;
	display: inline-block;
	width: 25%;
	padding: 0 7.5px 15px 7.5px;
}
.pcml-wrapper {
	clear: both;
	/* border: 1px solid #ddd; */
	overflow: hidden;
}
.pmcl-image {
	float: left;
	width: 40px;
	height: 40px;
}
.pmcl-image img {
	display: block;
	width: 100%;
	height: auto;
}
.pmcl-body {
	padding-left: 10px;
	max-height: 100px;
	overflow: hidden;
}
.pmclb-name {
	font-size: 100%;
	padding: 5px 0;
}
.pmclb-desc {
	font-size: 90%;
	color: #777;
	text-overflow: ellipsis;
}
@media (max-width: 959px) {
	.products-main-category-list > li {
		width: 33.32%;
	}
}
@media (max-width: 719px) {
	.products-main-category-list > li {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.products-main-category-list > li {
		float: none;
		width: 100%;
	}
}
.products-detailed-category-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.products-detailed-category-list > li {
	float: left;
	display: inline-block;
	width: 33.32%;
	padding: 0 15px 15px 15px;
}
.pdcl-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
	.products-detailed-category-list > li {
		width: 50%;
	}
}
@media (max-width: 639px) {
	.products-detailed-category-list > li {
		float: none;
		width: 100%;
	}
}

.product-topbar {
	position: relative;
	margin-bottom: 15px;
}
.ptb-categories:active,
.ptb-categories:focus,
.ptb-categories {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	max-width: 320px;
	height: 40px;
	overflow: hidden;
	color: #222;
	border: 1px solid #ddd;
}
.ptb-categories:hover,
.ptb-categories.active {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
	color: #333;
}
.ptb-categories.active .ptbc-icon:after {
	content: "▲";
}
.ptbc-icon {
	float: left;
	width: 38px;
	height: 38px;
}
.ptbc-icon .glyphicon,
.ptbc-icon .icesym {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	top: 0;
}
.ptbc-icon:after {
	content: "▼";
	display: block;
	top: 0;
	left: 40px;
	position: absolute;
	width: 10px;
	height: 38px;
	line-height: 38px;
	font-size: 10px;
}
.ptbc-text {
	padding-left: 60px;
	white-space: nowrap;
	line-height: 38px;
}

.category-panel {
	top: 39px;
	left: 0;
	right: 0;
	display: none;
	position: absolute;
	z-index: 99;
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.category-panel-ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}
.category-panel-ul:first-child {
	margin: 0;
}
.category-panel-ul > li {
	margin-bottom: 5px;
}
.category-panel-ul > li:last-child {
	margin-bottom: 0;
}
.category-panel-ul > li > a {
}
.category-panel-ul > li > a.active {
	color: #e00100;
}
.category-panel-ul > li > a:hover {
	background: #eee;
}
.cat-list-item-thumbnail {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}
.cat-list-item-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.cat-list-item-label {
	display: block;
	padding-left: 60px;
	height: 50xp;
	line-height: 50px;
}

/* Product page availability */
.pp-out-of-stock {
	color: #e00100;
	font-weight: bold;
}
.pp-in-stock {
	color: #093;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.pp-in-stock-info {
	color: #777;
	font-weight: normal;
	font-size: 13px
}
/* Product page cart button */
.pp-quantity-spinner {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	width: 140px;
}
.pp-quantity-spinner-button {
	display: block;
	float: left;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: rgba(77,77,77,0.9);
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.pp-quantity-spinner-button:active,
.pp-quantity-spinner-button:hover,
.pp-quantity-spinner-button:focus {
	text-decoration: none;
	color: #eee;
	background: rgba(77,77,77,0.9);
}
.pp-quantity-spinner-button.left {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pp-quantity-spinner-button.right {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pp-quantity-spinner-input {
	display: block;
	float: left;
	line-height: 40px;
	width: 50px;
	height: 40px;
	border: 1px solid rgba(77,77,77,0.9);
	padding: 0;
	text-align: center;
	color: #e00100;
}
.pp-cart-button {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	border-radius: 3px;
	overflow: hidden;
	white-space: nowrap;
}
.pp-cart-button:hover .pp-cart-button-icon {
	color: #fff;
	background: rgba(77,77,77,0.9);
}
.pp-cart-button:hover .pp-cart-button-text {
	color: #fff;
	background: rgba(221,34,17,0.9);
	letter-spacing: 0.33px;
}
.pp-cart-button-icon {
	display: inline-block;
	position: relative;
	float: left;
	height: 40px;
	padding: 8px 10px;
	background: rgba(77,77,77,1);
	color: #eee;
	font-size: 20px;
	line-height: 1;
	transition: all ease 0.25s;
}
.pp-cart-button-icon img {
	display: block;
	width: 24px;
	height: 24px;
}
.pp-cart-button-icon.disabled,
.pp-cart-button:hover .pp-cart-button-icon.disabled {
	background: #eee;
	color: #999;
}
.pp-cart-button-text {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	background: rgba(221,34,17,1);
	color: #eee;
	font-size: 18px;
	transition: all ease 0.25s;
}
.pp-cart-button-text.disabled,
.pp-cart-button:hover .pp-cart-button-text.disabled {
	background: #ddd;
	color: #777;
}
.pp-cart-button-badge {
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 2px;
	line-height: 18px;
	font-size: 11px;
	background: #e00100;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.pp-cart-button-wish, .pp-cart-button-wish:active, .pp-cart-button-wish:focus {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	border-radius: 3px;
	overflow: hidden;
	white-space: nowrap;
	background: #fff;
	border: 1px solid rgba(77,77,77,0.9);
	color: rgba(77,77,77,0.9);
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.pp-cart-button-wish:hover {
	color: #e00100;
	border-color: #e00100;
	text-decoration: none;
	background: #eee;
}
.ppcbw-active {
	border-color: #e00100;
	color: #e00100;
}

/* Product filter */
.product-filter {
	position: relative;
	overflow: visible;
	margin-bottom: 15px;
	background: #fff;
	padding: 10px 15px;
	padding-bottom: 0;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.pf-button {
	width: auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
	border-radius: 0;
	background: none;
	padding: 0 5px;
	margin: 0 10px 10px 0;
	transition: all ease 0.25s;
}
.pf-button:hover, .pf-button[aria-expanded=true] {
	color: #e00100;
	background: #eee;
}
.pf-button img {
	width: 18px;
	height: auto;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 3px;
}
@media(max-width: 959px) {
	.pf-filter-label {
		display: none;
	}
}
.pf-filter-options {
}
.pf-filter-options-topline {
	border-top: 1px solid #ddd;
	padding: 10px 0 0 15px;
	font-weight: bold;
}
.pf-filter-options-list {
	padding: 15px 0;
}
.pfo-wrapper {
	float: left;
}
.pfo, .pfo:active, .pfo:focus {
	padding: 10px 15px;
	display: block;
	transition: all ease 0.25s;
}
.pfo:hover {
	background: #eee;
	text-decoration: none;
	color: #e00100;
}
.pfo-passive {
	color: #777;
}
.pfo-active {
	background: #eee;
	color: #e00100;
	font-weight: bold;
}


.pp-icons {
}
.pp-icons h4 {
	font-weight: bold;
}

.pp-product-icons {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.pp-product-icons > li {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 20px 10px 0;
}
.pp-product-icons > li a,
.pp-product-icons > li img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.25s ease;
}
.pp-product-icons > li img {
	opacity: 0.5;
}
.pp-product-icons > li img:hover {
	opacity: 0.85;
	transform: scale(1.1);
}
