
@media only screen and (min-width: 981px){
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1) {
	    clear: none;
	    margin-right: auto;
	}

	.et_pb_slides .et_pb_slide, .et_pb_container  {
        min-height: 530.188px;
    }
    
}