@media (min-width: 600px) and (max-width: 1024px) {
    
    .withOutPriceProductsDiv img
    {
        height:200px !important;
    }

}

@media (min-width: 320px) and (max-width: 414px) {
    
 .imageWithPrice{
     display:block;
 }
 
 .withOutPriceProductsDiv{
     
     display:block;
 }
 .topShopImagesWrapper{
     
     display:block;
     padding-bottom: 10px;
     margin-top: 30px;
 }
 #topNav ul li{
     border: 1px solid #28bfbd;
     width:100%;
    margin-left: 0px;
 }
 #topNav ul{
     
     margin-left:0px;
 }
 .shopDropdown p {
    margin-bottom: 0px !important; 
}
#topNav{
    padding:0px;
}
.withOutPriceProductsDiv img
    {
        height:200px !important;
        width:250px !important;
    }
   .color_cl_price {
        padding-bottom:15px;
    }
    .topShopImagesClass{
        padding-bottom:10px;
    }
    .imageWithPrice {
     margin-bottom: 50px;
   }
   #shopContainer{
       margin-top:-70px;
   }

}