/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.custom-category-page {
  margin-bottom: 30px;
}
.custom-product-grid-table {
  table-layout: fixed;
}
.custom-product-grid-table td {
  padding: 0;
}
td.custom-add-to-cart{
  padding-top: 1px;
  padding-bottom: 1px;
  min-width: unset;
}
.a-cat-section.l-section {
  padding-top:0;
  padding-bottom: 0;
}
.a-cat-section table thead{
  display: none;
}
.a-cat-section table thead th {
  text-transform: uppercase;
  padding-left: 0;
}
.l-canvas.type_boxed .a-cat-section:first-of-type table thead{
  display:table-header-group;
}