.row-margin-bot{
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.display_flex{
    display: flex;
}

.new-price__vertical{
    margin-left: 25px;
}

.price-cross{
    position: relative;
}

.price-cross:after,
.price-cross:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ff0000;
    top: 25px;
}

.price-cross:after{
    transform: rotate(160deg);
}

.price-cross:before{
    transform: rotate(-160deg);
}

.text-block__smalltext{
    font-style: italic;
}

@media screen and (max-width: 414px ){
    .mb-padding{
        padding-top: 60px;
    }

    .section__content .owl-dots .owl-dot{
        padding-left: 6px;
        padding-right: 6px;
    }

    .price-cross:after, .price-cross:before{
        top: 18px;
    }

}

@media screen and (max-width: 320px ){
    .mb-padding{
        padding-top: 60px;
    }

    .owl-dots .owl-dot{
        padding-left: 5px;
        padding-right: 5px;
    }
}