/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1280px) {
    .popular-product-img {
        width: 167px !important;
        height: 167px !important;
    }
    .home-product-list-img {
        width: 181px !important;
        height: 181px !important;
    }
    .latest-product-img {
        width: 90px !important;
        height: 90px !important;
    }
    .best-seller-img {
        width: 75px !important;
        height: 75px !important;
    }
    .best-seller-footer-img {
        width: 48px !important;
        height: 48px !important;
    }
    .products-grid-page-img {
        width: 163px !important;
        height: 163px !important;
    }
    .img-1.products-list-page-img {
        width: 267px !important;
        height: 267px !important;
    }
    .img-2.products-list-page-img {
        width: 287px !important;
        height: 287px !important;
    }
    .related-products-img {
        width: 184px !important;
        height: 184px !important;
    }
    .product-details-large-img {
        width: 416px !important;
        height: 416px !important;
    }
    .product-details-more-img {
        width: 123px !important;
        height: 123px !important;
    }
    .logo-img {
        width: 35% !important;
        height: 100% !important;
    }
    .custom-menu {
        float: right;
    }

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1279px) {
    .popular-product-img {
        width: 167px !important;
        height: 167px !important;
    }
    .home-product-list-img {
        width: 181px !important;
        height: 181px !important;
    }
    .latest-product-img {
        width: 90px !important;
        height: 90px !important;
    }
    .best-seller-img {
        width: 75px !important;
        height: 75px !important;
    }
    .best-seller-footer-img {
        width: 48px !important;
        height: 48px !important;
    }
    .products-list-page-img {
        width: 120px !important;
        height: 120px !important;
    }
    .related-products-img {
        width: 199px !important;
        height: 199px !important;
    }
    .product-details-large-img {
        width: 329px !important;
        height: 329px !important;
    }
    .product-details-more-img {
        width: 94px !important;
        height: 94px !important;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
    .popular-product-img {
        width: 184px !important;
        height: 184px !important;
    }
    .home-product-list-img {
        width: 123px !important;
        height: 123px !important;
    }
    .latest-product-img {
        width: 90px !important;
        height: 90px !important;
    }
    .best-seller-img {
        width: 75px !important;
        height: 75px !important;
    }
    .best-seller-footer-img {
        width: 48px !important;
        height: 48px !important;
    }
    .products-list-page-img {
        width: 188px !important;
        height: 188px !important;
    }
    .related-products-img {
        width: 327px !important;
        height: 327px !important;
    }
    .product-details-large-img {
        width: 341px !important;
        height: 341px !important;
    }
    .product-details-more-img {
        width: 98px !important;
        height: 98px !important;
    }

    .logo-img {
        width: 50% !important;
        height: 50% !important;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .popular-product-img {
        width: 260px !important;
        height: 260px !important;
    }
    .home-product-list-img {
        width: 289px !important;
        height: 289px !important;
    }
    .latest-product-img {
        width: 90px !important;
        height: 90px !important;
    }
    .best-seller-img {
        width: 75px !important;
        height: 75px !important;
    }
    .best-seller-footer-img {
        width: 48px !important;
        height: 48px !important;
    }

    .logo-img {
        width: 30% !important;
        height: 30% !important;
    }
    /*.products-list-page-img {*/
        /*width: 289px !important;*/
        /*height: 289px !important;*/
    /*}*/
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .popular-product-img {
        width: 300px !important;
        height: 300px !important;
    }
    .home-product-list-img {
        width: 314px !important;
        height: 314px !important;
    }
    .latest-product-img {
        width: 90px !important;
        height: 90px !important;
    }
    .best-seller-img {
        width: 75px !important;
        height: 75px !important;
    }
    .best-seller-footer-img {
        width: 48px !important;
        height: 48px !important;
    }
    .products-list-page-img {
         width: 298px !important;
         height: 298px !important;
     }
    .related-products-img {
         width: 298px !important;
         height: 298px !important;
     }
    .product-details-large-img {
         width: 326px !important;
         height: 326px !important;
     }
    .product-details-more-img {
         width: 150px !important;
         height: 150px !important;
     }

    .logo-img {
        width: 30% !important;
        height: 30% !important;
    }
}



