@media only screen and (max-width: 900px) {
    .box-product .box-product-avatar {
        height: 160px;
    }

    .box-product .box-product-footer {
        display: none;
    }

    .box-product .price-wrapper del {
        float: left;
        display: inline-block;
        margin-left: 10px;
    }

    .box-product .price-wrapper ins {
        float: left;
        display: inline-block;
    }

    .box-product .box-product-content .price-wrapper {
        height: unset !important;
        width: 100%;
        display: inline-block;
    }

    i.icon-menu {
        color: #fff !important;
    }

    i.icon-shopping-cart {
        color: #fff !important;
    }

    div#top-bar {
        display: none;
    }

    .main-slider {
        margin-top: 0px !important;
    }

    .slider-product .owl-nav button.owl-prev {
        left: 5px;
    }

    .slider-product .owl-nav button.owl-next {
        right: 5px;
    }

    .mb-3 {
        margin-bottom: 20px !important;
    }
}