.products li {
    list-style: none;
}

span.onsale {
    position: absolute;
}

/*-- spotlight slider --*/

.spotlight-slider {
    max-height: 500px;
    opacity: 1;
    transition: all 1s;
}
.spotlight-slider .swiper-wrapper {
    width: 85%;
    max-height: 500px;
    position: relative;
}
.spotlight-slider .swiper-slide{
    margin-right:10px;
    background: #ECECEC;
    overflow: hidden;
}
.slide-image {
    height: 100%;
    overflow: hidden;
    text-align:center;
    max-height: 500px;
}

.slide-image img {
    width:100%;
}

.spotlight-slider .description {
    position: absolute;
    padding: 7%;
    vertical-align: top;
    box-sizing: border-box;
    pointer-events: none;
}
.description span.price {
    display: block;
    margin: 0em 0 1em;+:bottom;
    vertical-align: middle;
}
.description h1 {
    font-family: 'roboto slab';
    font-weight: 300;
    font-size: 40px;
    margin: 0;
}
.description.white {
    color: #fff;
}
.spotlight-slider .white .add_to_cart_button{
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.spotlight-slider .white .add_to_cart_button:hover{
    border: 2px solid rgba(255, 255, 255, 0.9);
}
.spotlight-slider .add_to_cart_button{
    background: transparent;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.07);
    border-collapse: collapse;
    transition: all 0.3s;
}
.spotlight-slider .add_to_cart_button:hover{
    background:transparent;
    color:inherit;
    border: 2px solid #000;
}
.description.stripe {
    background: rgba(255, 255, 255, 0.95);
    height:100%;
    padding: 4%;
    max-width: 30%;
    width: 30%;
}
.description.align-top {top: 0;}
.description.align-middle {top: 50%;padding-top: 0;vertical-align: middle;}
.description.align-bottom {bottom: 0;}
.description.align-left {left: 0;}
.description.align-center {left: 0;width: 100%;text-align: center;}
.description.align-right {right: 0;text-align: right;}
.description.no_description {display:none;}


.product-slider {
    max-height: 550px;
}
.product-slider .swiper-slide {width: auto;height: auto;}
.product-slider .swiper-slide img {max-height:550px; width:auto;}

.fadeIn_t {
    opacity:1;
    visibility: visible;
}