@media (max-width: 575.98px) {
    /* Index page slider    */
    .slider-section .hero-sliders .owl-nav {
        display: none !important;
    }
    .slider-section .hero-sliders .singlehs {
        height: 150px !important;
        margin-top: 0px !important;
    }
    .slider-section .hero-sliders .singlehs {
        height: auto;
        background-size: contain;
    }
    /* Product styling  */
    .single-product .product-info {
        padding: 8px 0 0 10px !important;
        text-align: left;
    }
    .single-product .product-info h5 {
        font-size: 0.9em;
        margin: 0;
        line-height: 1.3em;
        padding-bottom: 10px;
        text-transform: capitalize;
        min-height: 50px;
        font-weight: normal !important;
        letter-spacing: 1;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Index page slider    */
    .slider-section .hero-sliders .owl-nav {
        display: none !important;
    }
    .slider-section .hero-sliders .singlehs {
        height: 300px !important;
    }
    .slider-section .hero-sliders .singlehs {
        height: auto;
        background-size: contain;
    }
    /* Product styling  */
    .single-product .product-info {
        padding: 8px 0 0 10px !important;
        text-align: left;
    }
    .single-product .product-info h5 {
        font-size: 0.9em;
        margin: 0;
        line-height: 1.3em;
        padding-bottom: 10px;
        text-transform: capitalize;
        min-height: 50px;
        font-weight: normal !important;
        letter-spacing: 1;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* =====> ./ Responsive CSS <===== */