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

@media only screen and (min-width:986px) and (max-width: 1235px) {
	.product-img-box .product-image-zoom {
		width: 410px;
		height: 410px;
	}
    .product-view p.product-image img{
     width:410px;
     height:410px;
    }
}

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

}

@media only screen and (max-width:719px){
	.product-img-box .product-image-zoom {
		width: 450px;
		height: 450px;
	}
    .product-view p.product-image img{
     width:450px;
     height:450px;
    }
}
@media only screen and (max-width:479px){
   .category-products .products-grid li.item {
      width: 100% !important;
   }
   .category-products .products-grid .product-image img {
	  width:278px;
	  height:278px;
    }
	.product-img-box .product-image-zoom {
		width: 300px;
		height: 300px;
	}
    .product-view p.product-image img{
     width:300px;
     height:300px;
    }
}