@import url("../../onesails/css/custom.css");
/* PRODUCT VIEW
-------------------------------------------------------------- */
.pv-top-outline .product-top-wrapper,.pv-top-outline .product-top-wrapper2 {
	box-shadow:none;
	margin:0;
	padding:0
}
.pv-top-outline .product-top-wrapper2 {
	background-color:#eee;
	margin-left:12px;
	border-radius:0px
}
.product-shop {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}
.product-img-column {
	margin:0px !important
}
.product-img-column p.product-image {
	margin:0px;
	border:none;
	padding:0px;
	border-radius:none
}
/* LIST VIEW
-------------------------------------------------------------- */
.products-grid .item {
	padding:0px !important;
	margin:1% 0.5% 0 !important;
	width:24% !important
}
@media only screen and (min-width:1280px) {
	.products-grid .item {
		width:19% !important
	}
}
@media only screen and (max-width:767px) and (min-width:640px) {
	.products-grid .item {
		width:32% !important
	}
}
@media only screen and (max-width:639px) and (min-width:480px) {
	.products-grid .item {
		width:48% !important
	}
}
@media only screen and (max-width:479px) and (min-width:320px) {
	.products-grid .item {
		width:98% !important
	}
}
