.slider-products-container .bx-wrapper {
    text-align: center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin: 0 auto;
}

.slider-products-container .bx-viewport {
    height: 398px !important;
}

.slider-products-container.with-footer-btn .bx-viewport {
    height: 450px !important;
}

.slider-products-container .bx-wrapper a,
.slider-products-container .bx-wrapper a:hover,
.slider-products-container .bx-wrapper a:active,
.slider-products-container .bx-wrapper a:visited {
    text-decoration: none;
    color: #161616;
}

/* LOADER */
.slider-products-container .bx-wrapper .bx-loading {
    background: url('../img/loading.gif') center center no-repeat #ffffff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.slider-products-container .bx-wrapper .bx-prev {
    left: 0px;
    width: 14px;
    height: 26px;
    display: block;
    background: url('../img/bx-nav-small-left.png') no-repeat left center;
    z-index: 100;
}

.slider-products-container .bx-wrapper .bx-next {
    right: 0px;
    width: 14px;
    height: 26px;
    display: block;
    background: url('../img/bx-nav-small-right.png') no-repeat right center;
    z-index: 100;
}

.slider-products-container .bx-wrapper .bx-controls-auto .bx-start {
    background: url('../img/bx-controls.png') -86px -11px no-repeat;
}

.slider-products-container .bx-wrapper .bx-controls-auto .bx-stop {
    background: url('../img/bx-controls.png') -86px -44px no-repeat;
}

.slider-products-container .slider-products {
    width: 100%;
    margin: 0 auto;
}

.slider-products-container .slider-products .bx-item {
    position: relative;
    padding: 20px 0 0 0;
}

.slider-products-container .slider-products .bx-item a.icon-product-favourite {
    position: absolute;
    top: 5px;
    right: 30px;
    display: block;
    width: 24px;
    height: 21px;
    background: url("../img/icon-favourite-big.png") no-repeat 0 0;
}

.slider-products-container .slider-products .bx-item a.icon-product-favourite.active {
    background: url("../img/icon-favourite-big-active.png") no-repeat 0 0;
}

.slider-products-container .slider-products .wrapper {
    height: 210px;
    display: flex;
    align-items: flex-end;
}

.slider-products-container .slider-products img {
    margin: 0 auto 0 auto;
    max-height: 210px;
    max-width: 70%;
}

.slider-products-container .slider-products h2 {
    display: block;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 7px 0;
    padding: 0 20px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
}

.slider-products-container .slider-products h2 span {
    color: #999;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.slider-products-container .slider-products span.priceBase {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #7e7e7e;
    font-size: 21px;
    text-decoration: line-through;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.slider-products-container .slider-products span.priceCurrent {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #ed1c24;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.slider-products-container .slider-products p.attr {
    font-family: 'Avenir Book';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #58595b;
    margin: 5px 0 0;
}

.slider-products-container .slider-products span.promo-label {
    position: absolute;
    top: 0;
    left: 20px;
}

.slider-products-container a.btn-basket {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 20px 0;
    width: 160px;
    line-height: 1.7;
    border-radius: 0.2rem !important;
    -moz-border-radius: 0.2rem !important;
    -webkit-border-radius: 0.2rem !important;
}

.slider-products-container a.btn-basket:hover {
    color: #fff;
}

.slider-products-container a.btn-basket .spinner-border {
    height: 14px;
    width: 14px;
}