
@media only screen and (max-width: 991px){

	.products-carousel .product{
		width: 50%;
		margin-bottom: 30px;
	}

	.products-tab .product {
		width: 33.33333%;
	}

}

@media only screen and (max-width: 767px){

	.products-carousel .product{
		width: 100%;
	}

	.products-tab .product {
		width: 50%;
	}

}

@media only screen and (max-width: 480px){

	.products-tab .product {
		width: 100%;
	}

}