/* ==== Last Seen Products - Similar Products === */



.lastSeenProducts:after,
.similarProducts:after {
	content: "";
	display: table;
	clear: both;
}

.elem.slider-title {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.product-slider {
    height: 250px;
    width: inherit;
}


ul.similarProducts {
    padding: 0;
}

.similarProducts li {
    display: block;
    float: left;
    width: 305px;
    margin-bottom: 48px;
}

.similarProducts li:nth-child(odd) {
    margin-right: 24px;
}

.similarProducts li.full-width-product {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #7d7d7d;
}

.similarProducts li.full-width-product .productInfo:after {content: '';display: table;clear: both;}

.similarProducts li.full-width-product .productInfoTitle {
    float: left;
    width: 66%;
}

.similarProducts li.full-width-product .productInfo .productInfoBlock {
    position: relative !important;
    float: right;
}

.similarProducts li article {
    display: table;
    position: relative;
    width: 100%;
}

.similarProducts li figure {
    height: 236px;
    display: table-cell;
    vertical-align: top;
    width: 90px;
    padding-right: 6px;
    text-align: center;
}

.similarProducts li figure img {
    width: auto;
    max-width: 90px;
    max-height: 236px;
    margin-bottom: 0;
}
