.row-for-tags {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
}

.col-tag {
    display: inline-block;
}

.col-tag > span {
    display: block;
    padding: 5px 10px;
    font-family: var(--source-sans);
    font-size: 12px;
    font-weight: 700;
}

.discount-in-percent {
    color: #ff0000;
    background: rgba(255, 255, 255, 0.7);
}

.new-tag {
    color: #fff;
    background: #66bd69;
}

.hot-tag {
    color: #fff;
    background: #000;
}

.products-item-price-new {
    color: #ff0000;
}

.products-item-price-old {
    text-decoration: line-through;
    color: #c0c0c0;
}

@media (max-width: 768px) {
    .new-tag {
        font-size: 8px;
    }
}

#testCarousel {
    /*margin: 0px -15px 50px;*/
    --f-carousel-slide-width: 20%;
    /*--f-button-next-pos: 25px;*/
    /*--f-button-prev-pos: 25px;*/
    /*--f-button-width: 40px;*/
    /*--f-button-height: 40px;*/
    /*--f-button-svg-width: 30px;*/
    /*--f-button-svg-height: 20px;*/
}
.f-carousel__track .products-item.f-carousel__slide {
    margin-right: 20px;
    width: calc(20% - 20px);
}

@media screen and (max-width: 768px) {
    .f-carousel__track .products-item.f-carousel__slide {
        max-width: 273px;
        width: auto;
    }
}

.f-carousel__nav button.f-button.is-prev
{
    left: 0px!important;
    top: 40%!important;
}
.f-carousel__nav button.f-button.is-next
{
    right: 20px!important;
    top: 40%!important;
}