@media screen and (max-width:991px){
    #menu-mobile-btn{
        display:block;
    }

    .desktop-only{
        display:none !important
    }

    .mobile-only{
        display:block !important;
    }

    .header .container .menu-container{
        width: 100%;
    }

   .header .container .sec-menu-container .myadvancecare{
        width:auto;
        margin-top:0;
        float:right;
    }

    .header .container .sec-menu-container .myadvancecare a{
        padding: 14px;
        background-position:center;
        display:inline-block;
    }

    .footer-menu-container .footer-menu-group{
        width:50%;
    }
    /*.footer-menu-container .footer-menu-group .link-container{
        display:flex;
    }*/

    .footer-wrapper .footer-container .footer-bot-right,
    .footer-wrapper .footer-container .footer-bot-left{
        width:100%;
        margin-bottom:40px;
        text-align:center;
        float:none;
    }

}


@media screen and (min-width:768px){
    #main .product-row .products .product-image img{
        height:210px !important;
    } 

    #main .most-sold-container.best_selling_category .woocommerce li.col-md-3{
        width:33.33333% !important;
    }
}

@media screen and (max-width:767px){
    .cart .cart_item .product-thumbnail a{
        width:100%;
    }

    .cart .cart_item .product-thumbnail a > img{
        width:100%;
    }
}

@media screen and (max-width:560px){
    .footer-menu-container .footer-menu-group{
        width:100%;
        text-align:center;
    }
}

@media screen and (max-width:480px){
    .mobile-only-480{
        display:block !important;
    }
    .desktop-only-480{
        display:none !important
    }
}
@media screen and (min-width:480px){
    .mobile-only-480{
        display:none !important;
    }
    .desktop-only-480{
        display:block !important
    }
}
@media screen and (min-width:991px){
    .mobile-only{
        display:none !important;
    }

    .mobile-menu-open.header{
        position:relative !important;
    }


    #main .product-row .products .product-image img{
        height:100% !important;
    }
}