/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 17:55:30 */
@media (max-width: 640px) {
  .row.ms-woo-feed > .col-sm-6 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
	
  }
}

@media (max-width: 767px) {
  .row.ms-woo-feed > .col-sm-6 .ms-product-title {
    font-size: 0.95em;
  }
}

@media (max-width: 575px) {
  .row.ms-woo-feed > .col-sm-6 .ms-product-content {
    padding-left: 10px !important;
	padding-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .row.ms-woo-feed > .col-sm-6 .ms-product-cat {
    font-size: 0.8em;
  }
}