/* BASIC css start */
.weeklyBestProduct {width:100%; display:inline-block; text-align:center; margin-top:30px;}
.newArrivals {width:100%; display:inline-block; text-align:center; margin-top:30px;}
.weeklyBestProduct h2 {font-size:18px;  text-align:center; font-weight: normal; height: 2em; font-family: Georgia; font-style: italic;}
.newArrivals h2 {font-size:18px;  text-align:center; font-weight: normal; height: 2em; font-family: Georgia; font-style: italic;}
.weeklyBestProduct ul { width: 100%; display: table;}
.newArrivals ul { width: 100%; display: table;}
.weeklyBestProduct li .MS_prod_img_s {width:100%; margin-bottom:5px;}
.newArrivals li .MS_prod_img_s {width:100%; margin-bottom:5px;}
.morebtnBox { padding:2px; display: block; width:90%; text-align: center; margin: 0 auto; margin: 20px auto; }
.morebtn {color:#000; border:3px double #dddddd; width:100%; background-color: #f5f5f5; padding: 5px 0; letter-spacing: 2px;}
.morebtn i {margin-left:5px;}
@media screen and (min-width:320px) and (max-width:419px) {
	.weeklyBestProduct li,
	.newArrivals li {width:48%; font-size:0.7em; color:#3d3d3d; float:left; background-color:#FFF; margin:3% 1%; min-height: 275px;}
}
@media screen and (min-width:420px) and (max-width:639px) {
	.weeklyBestProduct li, 
	.newArrivals li {width:31.3%; font-size:0.7em; color:#3d3d3d; float:left; background-color:#FFF; margin:1% 1%;min-height: 275px;}
	.morebtnBox {width:60%;}
}
@media screen and (min-width:640px) and (max-width:959px) {
	.weeklyBestProduct li,
	.newArrivals li {width:31.3%; font-size:0.7em; color:#3d3d3d; float:left; background-color:#FFF; margin:1% 1%;min-height: 360px;}
	.weeklyBestProduct li figcaption,
	.newArrivals li figcaption {font-size:12px; margin-top: 10px;}
	.morebtnBox {width:60%;}
}
@media screen and (min-width:960px) {
	.weeklyBestProduct li,
	.newArrivals li {width:23%; font-size:0.7em; color:#3d3d3d; float:left; background-color:#FFF; margin:1% 1%;min-height: 310px;}
	.weeklyBestProduct li figcaption,
	.newArrivals li figcaption {font-size:12px; margin-top: 10px;}
	.morebtnBox {width:60%;}
}
/* BASIC css end */

