﻿
.column-product-main {
	display: inline-block;
	position: relative;
}

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

.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: #101341;
    text-align: left;
    font-weight: 600;
	line-height: 1;
}

.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;
	}
}

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


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

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

.availability {
	display:inline-block;
	font-size:13px;
	font-weight: 400;
	color:#333;
	padding-left: 14px;
}

.product-page-buy .availability {
	padding-left: 0;
	display: block;
}

.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;
}

.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: 720px;
}

.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 a .brand-logo {
        width: 50px;
        height: 50px
    }
}

.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;
		font-size: 20px;
    }
}

.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
}

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

.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 .float-left {
	width: 100%;
	
}

.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: 20px;
    float: left;
    padding: 4px 0;
    line-height: 16px;
    color: #c00;
	padding-right: 14px;
	position: relative;
}

.product figcaption .oldprice:before {
	border-bottom: 1px solid #990000;
	position: absolute;
	content: "";
	width: 76%;
	height: 34%;
	transform: rotate(7deg);
}

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

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

.cont-image {
	position:relative;
}

.variant-pos {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background-color: rgb(254 255 255 / .9);
    margin: auto;
    max-width: calc(100% - 80px);
    padding: 30px 10px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 1;
}

.column-product:hover .variant-pos {
	opacity: 1;
    visibility: visible;
    bottom: 80px;
}

.variant-t {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #303030;
    line-height: 1;
}

.variant-w {
    position: relative;
	text-align: center;
}

.variant-col {
    margin-bottom: 20px;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.variant-col a {
    width: 40px;
    height: 40px;
    border: solid 1px transparent;
    border-radius: 4px;
    font-size: 0;
    padding: 6px;
    box-sizing: border-box;
	float:left;
}

.variant-col a span {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: solid 1px #afafaf;
    box-sizing: border-box;
}

.vitrin-variant {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vitrin-variant div {
    min-width: 35px;
    border: solid 1px transparent;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    color: #303030;
    float: left;
}

.vitrin-fav {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 26px;
    height: 24px;
    background: url(/images/fav.svg) no-repeat center;
    z-index: 1;
    opacity: 0;
	cursor: pointer;
}

.vitrin-fav.is-bought {
    opacity: 1;
}

.column-product:hover .vitrin-fav {
    opacity: 1; 	
}

.product__hero--price-old {
    float: left;
}

.button.secondary {
    padding: 11px 0;
}

.menu .close-button {
	left: inherit;
}