/* Responsiveness for website */

@media only screen and (min-width : 1280px) and (max-width : 1680px) {
	.product-item {width: 23.7%;}
	.product-right {flex: 1 1 30%!important;}
}
@media screen and  (max-width: 1024px) {
	.product-item {width: 23.2%;}
	.product-right {flex: 1 1 35%!important;}
}
@media screen and (max-width: 768px) {
    .product-item {width: 31.5%;}
	.product-left {flex: 1 1 35%!important;}
}
@media screen and (max-width: 600px) {
    .product-item {width: 47.1%;}
	.product_heading {text-align:center;}
	.product-section {flex-wrap: wrap !important;row-gap: 0px !important;text-align: center;}
	.product-left,.product-right{flex: 1 1 100%!important;}
}