﻿
.column-product-main {
	display: inline-block;
	position: relative;
	min-height: 575px;
}

.column-product {
	display: inline-block;
	position: relative;
	padding: 5px;
	width: 100%;
}

.column-product:hover {
    -moz-box-shadow: 2px 1px 6px 2px rgba(221, 221, 221, 25) inset;
    -webkit-box-shadow: 2px 1px 6px 2px rgba(221, 221, 221, 25);
    box-shadow: 2px 1px 6px 2px rgba(221, 221, 221, 25);
	z-index:9;
	background: #fff;
}

.column-product:hover {
    -moz-box-shadow: 2px 1px 6px 2px rgba(221, 221, 221, 25) inset;
    -webkit-box-shadow: 2px 1px 6px 2px rgba(221, 221, 221, 25);
    box-shadow: 2px 1px 6px 2px rgba(221, 221, 221, 25);
	z-index:2;
	background: #fff;
}

.product {
	display: inline-block;
	position: relative;
	width: 100%;
}

.product figcaption {
    padding: 0px 2px;
    overflow: hidden;
}

.column-product .product-descriptions {
	display: none;	
	overflow: hidden;	
	width: 100%;	
	background: #fff;
	font-size:13px;
	color:#777;
	padding: 5px;
	word-wrap: break-word;
	position: relative;
	z-index:9;	
}

.column-product:hover .product-descriptions {
	display: block;
	z-index:9;
}

.column-product .product-descriptions .product-manufacturer {
	font-weight: 500;
}

.product-page-column .product__hero--price {
    font-size: 34px;
    color: #0b0;
    text-align: right;
    font-weight: 600;
	float: right;
}

.product-page-column .availability-no {
	text-align: left;
    font-size: 14px;
    color: #c00;
    font-weight: 500;
}

.product-page-column .availability-few {
	text-align: left;
    font-size: 14px;
    color: #00c;
    font-weight: 600;
}

.product-page-column .availability-yes {
	text-align: left;
    font-size: 14px;
    color: #0c0;
    font-weight: 500;
}

@media screen and (max-width: 39.9375em) {
    .product__hero--price {
		text-align: left;
	}
	
	.mobile-hide {
		display:none !important;
	}
}

.product__hero--price .currency {
    font-weight: 400;
    font-size: 17px;
    color: #0b0;
}


.product figcaption .price  {
	font-size:20px;
	padding: 6px 0;
	line-height: 16px;
	text-align: left;
}

.product figcaption .price .currency {
	font-size:15px;
	font-weight: 300;
}

.availability {
	display:block;
	width:100%;
	font-size:13px;
	font-weight: 400;
	color:#0b0;
}

.color-red {
	color: #b00 !important;
}

.side-left {
	float:left;
	width:50%;
}

.side-right {
	float:right;
	width:50%;
}

@media screen and (max-width: 39.9375em) {
    .side-left {
		float:none;
		width:100%;
	}

	.side-right {
		float:none;
		width:100%;
	}
	
	.zoomContainer {
		display:none;
	}
}

.side-center {
	float:none;
	width:100%;
	clear: both;
}

.products-list .column,
.products-list .columns {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px;
}

.product {
    position: relative
}

.product .img-placeholder {
    position: relative;
    overflow: hidden;
    vertical-align: middle;    
	display: inline-block;    
    text-align: center;
	line-height: 205px;
}

.product .cont-image {
	text-align: center;
}

.product .img-placeholder::after {
    content: '\a';
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease
}

@media print,
screen and (min-width:64em) {
    :hover.product .img-placeholder::after {
        opacity: 0.1;
    }
}

.product a .cont-image {
    display: block;
    position: relative;
	/*
    border: 1px solid #e4e5e7;
    background: #f7f8fa;
	*/
    min-height: 103px;
	text-align: center;
}

@media screen and (min-width:40em) and (max-width:64em) {
    .product a .cont-image {
        min-height: 164px
    }
}

@media screen and (min-width:64.2em) {
    .product a .cont-image {
        min-height: 205px;
		line-height: 205px;
    }
}

@media screen and (min-width:64.2em) {
    .accordion-products .cont-image {
        min-height: 180px !important
    }
}

.sameCollection .cont-image {
    min-height: 160px !important
}

@media screen and (min-width:64.2em) {
    .sameCollection .cont-image {
        min-height: 160px !important
    }
}

.moreLikeThis .cont-image {
    min-height: 160px !important
}

@media screen and (min-width:64.2em) {
    .moreLikeThis .cont-image {
        min-height: 160px !important
    }
}

.product a .image-product {
    padding: 0;
    width: auto;
    height: auto;
    display: inline-block;
    margin: auto;
	max-height: 386px;
}

.product a .brand-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 1rem;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #ddd;
    z-index: 2
}

@media screen and (max-width:39.9375em) {
    .product figcaption {
        padding: .5rem .2rem;
		width: 100%;
		min-height: auto;
    }
	.product .cont-image {
		text-align: center;
	}
}

.product a .brand-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product figcaption {
    padding: 10px;
	/*height:50px;*/
	overflow:hidden;
}

@media screen and (max-width:39.9375em) {
    .product figcaption {
        padding: .5rem .2rem
    }
}

@media print,
screen and (min-width:40em) {
    .product figcaption .product-manufacturer {
        line-height: inherit;
        white-space: normal;
        overflow: hidden;
        text-overflow: clip;
        margin-bottom: 6px;
		color: #000;
    }
}

.product figcaption .product-title {
    font-size: .8125rem;
    line-height: 1rem;
    margin-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media print,
screen and (min-width:40em) {
    .product figcaption .product-title {
        font-size: .8125rem;
        line-height: inherit;
        overflow: hidden
    }
}

.product figcaption .price {
    font-weight: 500;
    font-size: .8125rem;
    color: #0a0a0a;
    margin-right: .5rem;
    letter-spacing: -.2px;
	float: left;
}

@media print,
screen and (min-width:40em) {
    .product figcaption .price {
        font-size: .9725rem
    }
}

.product figcaption .hideprice {
    font-weight: 400;
    font-size: .8125rem;
    color: #777;
    margin-right: .5rem;
    letter-spacing: -.2px
}

@media print,
screen and (min-width:40em) {
    .product figcaption .hideprice {
        font-size: .8125rem
    }
}

.product figcaption .old-price {
    display: none;
    text-decoration: line-through;
    font-size: .7125rem;
    color: #777;
    letter-spacing: -.2px
}

@media print,
screen and (min-width:40em) {
    .product figcaption .old-price {
        display: inline-block;
        font-size: .7125rem
    }
}

.product figcaption .old-price+.price {
    margin-left: .2rem
}

@media print,
screen and (min-width:64em) {
    .product figcaption .price-group {
        margin: 0;
        line-height: 1.2
    }
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
    .product figcaption .price-group {
        line-height: 1.3
    }
}

.product figcaption .discount {
    font-size: .8125rem;
    display: inline-block;
    letter-spacing: -.2px;
    background-color: transparent;
    margin-right: .5rem
}

@media print,
screen and (min-width:40em) {
    .product figcaption .discount {
        font-size: .9725rem
    }
}

.product figcaption .RelatedProductsBrandLogo {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #e4e5e7;
    position: relative
}

.product figcaption .RelatedProductsBrandLogo img {
    max-width: calc(100% - 8px) !important;
    max-height: calc(100% - 8px) !important;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    margin: auto
}

.product figcaption .RelatedProductsText {
    float: left;
    margin-left: 12px
}

.product figcaption .RelatedProductsText h5 {
    font-size: .875rem;
    color: #777;
    margin: 6px 0 0
}

.product figcaption .RelatedProductsText h6 {
    font-size: 1rem;
    margin: 0
}

.product.categories {
    min-height: auto;
    background-color: #f7f8fa;
    border: none;
	text-align:center;
}

.product.categories a .cont-image {
    border: none
}

.product.categories img {
    mix-blend-mode: multiply;
    display: block;
    margin: 0 auto
}

.product.categories figcaption {
    padding: 1rem
}

.product.categories figcaption h2,
.product.categories figcaption h3 {
    font-size: 1rem;
    margin: 0;
    position: relative;
    font-weight: 500
}

.product.categories figcaption h2:hover,
.product.categories figcaption h3:hover {
    text-decoration: underline
}

.product.categories ul {
    list-style-type: none;
    margin: -.5rem 0 0 0;
    padding: 0 1rem 1rem 1rem
}

.product.categories ul li a {
    color: #777;
    font-size: .8125rem;
    display: block;
    padding-bottom: 5px
}

.product.categories ul li a:hover {
    text-decoration: underline
}

.product figcaption .product-price {
	display: inline-block;
	position: relative;
	width: 100%;
}

.product figcaption .product-price .float-right {
	position: absolute;
    right: 0;
    bottom: 5px;
}

.product figcaption .oldprice {
    font-size: 14px;
    float: left;
    padding: 4px 0;
    line-height: 16px;
    text-decoration: line-through;
    color: #c00;
	width: 100%;
}

.product figcaption .oldprice .currency {
	font-size: 13px;
    font-weight: 300;
}

.product .image-counter-in-sale {
    position: absolute;
    z-index: 1;
    background-color: #f85459;
    border-radius: 2px;
    color: #fff;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=90);
    text-transform: uppercase;
    text-align: center;
	line-height: 17px;
}

.checkbox-listitem li a {
    position: relative;
    padding-left: 1.4375rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 1.3;
    padding-right: 16px;
}

.filter ul li a {
    font-size: .8125rem;
    display: block;
    line-height: 1.3;
}

.checkbox-listitem li a:before {
    content: "";
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 1px solid #d7d8d9;
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.icon--info {
	display: inline-block;
}