/*
Theme Name:     Modis Child
Theme URI:      http://demo.oceanthemes.net/modis/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       modis
*/

@import url("../modis/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*adjustment for 4 shop columns*/
@media (min-width:768px){
	.site-main ul.products li.product {
		width: 22%;
		margin-right:4%;
	}
}