@media (min-width: 993px) {
.product-display:nth-of-type(4n+1) {
  clear:both;
}
}

@media (max-width: 992px) {

.product-display:nth-of-type(2n+1) {
  clear:both;
}
.Control_1143 .SlideshowNext {
  display:none;
}
.Control_1143 .SlideshowPrevious {
  display:none;
}

}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .product-list .col-xs-12:nth-of-type(2n+1) {
        clear: both;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
   .product-list .col-xs-12:nth-of-type(2n+1) {
        clear: none;
    }
     .product-list .col-xs-12:nth-of-type(3n+1) {
        clear: both;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1420px) { 

    
    .product-list .col-xs-12:nth-of-type(2n+1) {
        clear: none;
    }
   
}