/* custom-responsive.css */

@media(max-width: 1500px) {
    #search_filters_brands .row.content .row .img>div img {
        height: auto;
        padding-top: 130px;
    }
    section#newproducts-newscategory>.row>.right .imgs>.products .owl-nav {
        margin-top: 20px;
    }
}

@media(max-width: 1200px) {
    body#checkout section.checkout-step .forgot-password {
        /* margin-left: 200px; */
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media(max-width: 1033px) {
    .menu .category .menu-label {
        margin-top: 0 !important;
    }
}

@media(max-width: 1024px) {
    body#product #content-wrapper section#main .col-lg-5 nav.breadcrumb ol li a {
        color: #a7a7a7;
    }
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .img>div img {
        height: auto;
        /* padding-top: 100px !important; */
        padding-top: 125px !important;
    }
}

@media(max-width: 991px) {
    #products .product-miniature {
        margin: 0 .625rem !important;
    }
    #content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-title {
        margin: 0 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist {
        margin-top: 10px;
    }
    body#checkout section.checkout-step .content {
        padding: 0 1rem;
    }
    #search_filters_brands .row.top ul {
        padding-top: 10px;
    }
    .header-top .temp-heart-chest-icon .label,
    #_desktop_user_info span,
    #_desktop_cart span.hidden-sm-down {
        display: none;
    }
    .header-top #_desktop_cart .blockcart .header span div label {
        font-weight: 700 !important;
    }
    .header-top #_desktop_cart .blockcart .header span:not(.label) {
        right: 8px;
        top: -11px;
        height: 25px;
        width: 25px;
    }
    .header-top .temp-heart-chest-icon #_desktop_user_info {
        vertical-align: middle;
    }
    #categories-list .content .row .desc>div .desc-container * {
        margin-bottom: 20px;
    }
}

@media(max-width: 865px) {
    .menu .category .menu-label {
        margin-top: 20px !important;
    }
}

@media(max-width: 767px) {
    #content-wrapper #js-product-list .products .product-miniature-wrppr {
        width: 33.33%;
    }
    #content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container span.price {
        font-size: 20px;
    }
    #categories-list .container {
        width: 100%;
        margin: 0;
    }
}

@media(max-width: 500px) {
    #content-wrapper #js-product-list .products .product-miniature-wrppr {
        width: 50%;
    }
    section#newproducts-newscategory>.row>.enlarged div {
        width: 80%;
        margin: 0 auto;
    }
    section.home-header-slide>div>.row>.para>div>h3 {
        font-size: 45px;
    }
}

@media(max-width: 446px) {
    #header .header-nav .top-logo a img {
        width: 150px;
        vertical-align: -webkit-baseline-middle;
    }
}

@media(max-width: 400px) {
    #header .header-nav .top-logo a img {
        width: 100px;
        margin-right: 50px;
    }
}

@media(max-width: 375px) {
    /* #categories-list .top ul li::before {
        background-size: contain;
    } */
    #content-wrapper #js-product-list .products .product-miniature-wrppr {
        width: 100%;
    }
    #categories-list ul {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    #categories-list ul li {
        width: 100% !important;
    }
}

@media(max-width: 337px) {
    #header .header-nav .top-logo a img {
        margin-right: 0;
    }
}