/* Mobil + Desktop */


@media only screen and (min-width: 768px) {
  
    /* Nur Desktop */	

}

@media only screen and (max-width: 767px) {
    
    /* Nur Mobil */

   div .av_one_half { width:100%; margin-left:0; margin-right:0; }
   .shop_columns_5 .products .product { margin: 0 1% 1% 0; width: 49%; }
   div .av_three_fourth,
   div .av_one_sixth,
   div .av_one_fourth { width:100%; margin-left:0; margin-right:0; }
   ul.products { margin-bottom:15px; }
   div .av_one_sixth { margin-bottom:25px; }

   div .products .product { width:49.5%; margin-left:0; margin-right:0.5%; }
   div .products .product:nth-child(2n+0) { margin-left:0.5%; margin-right:0; }
   
} 

/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

