#slider_ds_product_wrapper {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
}

.slider_ds_products_carousel_flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.slider_ds_products_carousel_flexbox .slider_ds_product_card {
    min-width: 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    /*padding-top: 20px;*/
}

.slider_ds_products_carousel_flexbox .slider_ds_product_card:last-child::after {
    content: ' ';
    display: inline-block;
}

.slider_ds_products_carousel_flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.slider_ds_products_carousel_flexbox::-webkit-scrollbar {
    display: none;
}


#sliderDsProductsBtnPrev, #sliderDsProductsBtnNext {
    width: 60px;
    height: 100%;
    border: none;
    background-color: rgba(66, 66, 66, 0);
    font-size: 30px;
    color: rgb(255, 255, 255);
    position: absolute;
    z-index: 10;
    cursor: pointer;
    transition: ease-in-out .1s;
    padding: 0;
}

#sliderDsProductsBtnPrev:hover, #sliderDsProductsBtnNext:hover {
    /*background-color: rgba(66, 66, 66, 0.1);*/
}

#sliderDsProductsBtnPrev {
    left: 0;
}

#sliderDsProductsBtnNext {
    right: 0;
}

#sliderDsProductsBtnPrev span, #sliderDsProductsBtnNext span{
    width: 30px;
    height: 46px;
    background-color: rgba(66, 66, 66, 0.1);
    display: inline-block;
    border-radius: 6px;
}

#sliderDsProductsBtnPrev:hover span, #sliderDsProductsBtnNext:hover span {
    background-color: rgba(66, 66, 66, 0.4);
}

#slider_ds_product_wrapper .product-item-name {
    text-transform: uppercase;
    font-weight: bolder;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#slider_ds_product_wrapper .category-product-short-description ul {
    padding-left: 0;
    list-style: none;
}

#slider_ds_product_wrapper .category-product-short-description ul li:before {
    font-size: 13px;
    content: '\f80d';
    font-family: 'porto-icons';
    color: #d4111d;
    margin-right: 9px;
}

#slider_ds_product_wrapper .product_full_link_wrapper {
    border: 1px solid #000;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#slider_ds_product_wrapper .slider_ds_product_card .row {
    margin-left: -16px;
    margin-right: -16px;
}

#slider_ds_product_wrapper .slider_ds_product_card .slider_product_image_row {
    border-bottom: 1px solid #000;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .slider_ds_products_carousel_flexbox .slider_ds_product_card {
        min-width: 33%;
        max-width: 33%;
        padding-left: 8px;
        padding-right: 8px;
        /*padding-top: 20px;*/
    }
    #slider_ds_product_wrapper .slider_ds_product_card .product_category_price_information_wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .slider_ds_products_carousel_flexbox .slider_ds_product_card {
        min-width: 33%;
        max-width: 33%;
        padding-left: 8px;
        padding-right: 8px;
        /*padding-top: 20px;*/
    }
    #slider_ds_product_wrapper .slider_ds_product_card .product_category_price_information_wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_ds_products_carousel_flexbox .slider_ds_product_card {
        min-width: 33%;
        max-width: 33%;
        padding-left: 8px;
        padding-right: 8px;
        /*padding-top: 20px;*/
    }

    #slider_ds_product_wrapper .slider_ds_product_card .product_category_price_information_wrapper {
        padding-left: 0;
    }

    #slider_ds_product_wrapper  .category-product-short-description {
        display: none;
    }

    #slider_ds_product_wrapper .product_icon,
    #slider_ds_product_wrapper .product_icon.second,
    #slider_ds_product_wrapper .product_icon.third,
    #slider_ds_product_wrapper .product_icon.fourth,
    #slider_ds_product_wrapper .product_icon.fifth,
    #slider_ds_product_wrapper .product_icon.sixth
    {
        display:none;
    }

    #slider_ds_product_wrapper .product-item-name {
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }
}

@media only screen and (max-width: 768px) {
    .slider_ds_products_carousel_flexbox .slider_ds_product_card {
        min-width: 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        /*padding-top: 20px;*/
    }

    #slider_ds_product_wrapper  .category-product-short-description {
        display: none;
    }

    #slider_ds_product_wrapper .product_icon,
    #slider_ds_product_wrapper .product_icon.second,
    #slider_ds_product_wrapper .product_icon.third,
    #slider_ds_product_wrapper .product_icon.fourth,
    #slider_ds_product_wrapper .product_icon.fifth,
    #slider_ds_product_wrapper .product_icon.sixth
    {
        display:none;
    }

    #slider_ds_product_wrapper .product-item-name {
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

}
