@media (max-width: 1300px) {      
  .homepage-carousel-products .owl-prev, .homepage-carousel-products .owl-next,
  #footer-manufacturers .owl-prev, #footer-manufacturers .owl-next{
  padding:3px;
  background-color:#3faef4;
  color:#ffffff;
  }
  
  .homepage-carousel-products .owl-prev:hover, .homepage-carousel-products .owl-next:hover,
  #footer-manufacturers .owl-prev:hover, #footer-manufacturers .owl-next:hover{
  background-color:#ff4800;
  }
  
  .homepage-carousel-products .owl-prev, #footer-manufacturers .owl-prev{
  left:0px;
  padding-right:9px;
  }
  
  .homepage-carousel-products .owl-next, #footer-manufacturers .owl-next{
  right:0px;
  padding-left:9px;
  }   
  
  .category-subcategories .subcategory:nth-child(4n+1){
  clear:none;
  }
  
  .category-subcategories .subcategory:nth-child(3n+1){
  clear:both;
  }
}

@media (max-width: 992px) {   
  .category-subcategories .subcategory:nth-child(3n+1){
  clear:none;
  }
  
  .category-subcategories .subcategory:nth-child(2n+1){
  clear:both;
  }
}