@media (max-width: 600px) {
	.mob_row_one .product-layout.product-grid.col-xs-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}