/**
* WARNING: do not edit this file. It was generated automatically, your changes will be overwritten and lost.
* 2020-05-28 13:15:12*/

@media (max-width: 1199px) {

.itemgrid.itemgrid-adaptive .item { width:50%; clear:none !important; }
.itemgrid.itemgrid-adaptive .item:nth-child(2n+1) { clear:left !important; }
}

@media (max-width: 991px) {

.itemgrid.itemgrid-adaptive .item { width:50%; clear:none !important; }
.itemgrid.itemgrid-adaptive .item:nth-child(2n+1) { clear:left !important; }
}

@media (max-width: 767px) {

.itemgrid.itemgrid-adaptive .item { width:50%; clear:none !important; }
.itemgrid.itemgrid-adaptive .item:nth-child(2n+1) { clear:left !important; }
}

@media (max-width: 479px) {

.itemgrid.itemgrid-adaptive .item { width:100%; clear:none !important; }
}

@media only screen and (max-width: 319px) {
/* Always show 1 column */
/* Important: added ".itemgrid" class to override other styles */
.itemgrid.itemgrid-adaptive .item { width:98%; clear:none !important; }
}
.itemgrid.itemgrid-adaptive {display: block; float: left; width:100%;}
.itemgrid .item { float:left; padding-left: 15px; padding-right: 15px; }
.itemgrid .item.first { margin-left:0;}
.itemgrid .item.last { margin-right:0;}
/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 1 column */
.products-itemgrid-1col .item { width:100%; }

/* Item grid: 2 columns */
.products-itemgrid-2col .item { width:50%; }
.products-itemgrid-2col .item:nth-child(2n+1) { clear:left; }

/* Item grid: 3 columns */
.products-itemgrid-3col .item { width:33.333%; }
.products-itemgrid-3col .item:nth-child(3n+1) { clear:left; }

/* Item grid: 4 columns */
.products-itemgrid-4col .item { width:25%; }
.products-itemgrid-4col .item:nth-child(4n+1) { clear:left; }
.products-itemgrid-4col .item.dop { width:50%; }

/* Item grid: 5 columns */
.products-itemgrid-5col .item { width:20%; }
.products-itemgrid-5col .item:nth-child(5n+1) { clear:left; }

/* Item grid: 6 columns */
.products-itemgrid-6col .item { width:16.66%; }
.products-itemgrid-6col .item:nth-child(6n+1) { clear:left; }

/* Item grid: 7 columns */
.products-itemgrid-7col .item { width:14.28%; }
.products-itemgrid-7col .item:nth-child(7n+1) { clear:left; }

/* Item grid: 8 columns */
.products-itemgrid-8col .item { width:12.5%; }
.products-itemgrid-8col .item:nth-child(8n+1) { clear:left; }