
/* Base settings */
body#bd {
   background-color: ;
   background-image:url("../../../../jm_crafts/wavethemes/jmbasetheme/profiles/blue/images/");
}


.product-img-box .product-image-zoom {
	width: 510px;
	height: 510px;
}
/* Grid product list tablet portrait settings */
@media only screen and (min-width:720px) and (max-width: 985px){
   .category-products .products-grid li.item {
      width: % !important;
   }
   .category-products .products-grid .product-image img {
	  width:px;
	  height:px;
    }
    .category-products .products-list .product-image img {
	  width:px;
	  height:px;
    }
}

@media only screen and (max-width:479px){
   .category-products .products-grid li.item {
      width: 50% !important;
   }
   .category-products .products-grid .product-image img {
	  width:px;
	  height:px;
    }
}



