#target .content {
    font-family: 'firaRegular';
    /*[home-page-font]*/
}

.special-offers-background-element {
    background: url(../images/home_background_specialOffers.png);
}

.special_offers-content .text-slider {
    color: #000000;
    /*[events-content-product-title-color]*/
    font-family: 'firaBold';
    background:rgba(231,203,64, 0.7);
    left: 7px;
    font-size: 16px;
}

.special_offers-content .swiper-pagination-switch {
    background-color: transparent;
    /*[events-content-swiper-pagination-switch-background]*/
    border-color: #e7cb40;
    /*[events-content-swiper-pagination-switch-border-color]*/
    opacity: 0.7;
}

.special_offers-content .swiper-active-switch {
    background-color: #e7cb40;
    /*[events-content-swiper-active-switch-background]*/
    border-color: #e7cb40;
    /*[events-content-swiper-active-switch-border-color]*/
    opacity: 1;
}


.product-wrapper {
    background:#fff;
    box-shadow: 0px 0px 10px 0px rgba(26,24,25, 0.2);
}

.product-wrapper:hover {
    /*border:4px solid #b52726;*/
}

.product-tittle {
    color: #725738;
    font-family: 'robotoRegular';
    font-size: 14px;
}

.border-top {
    background: #b52726;
}

.product-nominal {
    color: #696969;
}

.product-bottom {
    background:#b52726;
}

.product-price {
    color: #b52726;
    background-color: #ffffff;
    position: relative;
}

.old-price{
    margin-right: 10px;
    width: 50px;
    height: 30px;
    position: relative;
}

.old-price .line {
    background-image: url(../images/old-price-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

@media (max-width: 520px) {
    .special_offers-content .text-slider {        
        width: 98%;
    }
}