@media screen and (max-width: 980px) {
    div.near_navigation_widget { display: none; }
}

@media screen and (max-width: 767px) {
    div.storefront-primary-navigation {
        background: none;
    }
    .logo_container{ text-align: left; }

    .featured_products li, .most_viewed_products li{
        float: left !important;
    }

    .header-widget-region .woocommerce-widget-layered-nav.filter_dropdown_container{
        width: 48% !important;
    }
    .header-widget-region form{
        margin-bottom: 0 !important;
    }
    .header-widget-region .widget_product_search{
        width: 98% !important;
    }

    .site-search{
        display: block;
        width: 35%;
        float: right;
    }

    ul.products.columns-4 li.product{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
    }

    .mobileBrand{
        display: block;
    }
}

@media screen and (max-width: 550px) {

    .featured_products li, .most_viewed_products li{
        float: left !important;
        width: 48.5% !important;
        margin-right: 1.5% !important;
        margin-bottom: 15px !important;
    }

    .header-widget-region .woocommerce-widget-layered-nav.filter_dropdown_container{
        width: 98% !important;
    }

    /*.var_text{
        position: absolute;
        top: 0px !important;
        margin: 0 !important;
    }*/

    ul.products li.product .woocommerce-LoopProduct-link{
        min-height: 290px;
    }

    .wpb_single_image figure{
        width: 100%;
    }
    .wpb_single_image .vc_single_image-wrapper{
        display: block;
    }
    .wpb_single_image .vc_single_image-wrapper img{
        width: 100%;
        height: auto;
    }

    .footer-widget-3 .textwidget p:first-child, .footer-widget-3 .textwidget p:nth-child(2){
        display: none;
    }

    ul.products_cat.columns-4 li.product{
        width: 40%;
    }
    ul.products_cat.columns-4 h2{
        font-size: 14px !important;
    }
    .site-footer a{
        color: initial !important;
    }

    #sgcolorbox{
    }

    .berocket_single_filter_widget{
        width: 92% !important;
    }

    #sgcboxLoadedContent > div{
        padding: 0 !important;
    }

    #sgcboxLoadedContent table.grey td{
        display: block;
        width: 100%;
    }

    /* brands page */
    .page-id-23566 .products li{
        width: 100% !important;
    }
    .page-id-23566 .products li a{
        border: 0 !important;
    }


    #site-header-cart{
        position: absolute;
        right: initial;
        top: 103px;
        text-align: left;

        left: 5px;
    }
    .login_link{
        left: 20px;
        top: 70px;
    }

    .logo{
        width: 110px;
    }
    #site-navigation{
        position: absolute;
        right: 20px;
        top: 80px;
    }
    #masthead .site-search{
        margin-top: -90px;
    }
    #menu-mobile-navigation{
        background: white;
    }
}
