#category_products
{
  overflow: hidden;
  margin: 0 -15px;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
        justify-content: flex-start;
}

#category_products .product
{
  float: left;
  padding: 5px 15px;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
}

#category_products .product_image
{
  position: relative;
  /*padding-top: 99%;*/
  text-align: center;
  border: 1px solid #e3e3e3;
}

#category_products .product_image a
{
  /*display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;*/
}

#category_products .product_image a .table-table
{
  /*display: table;
  width: 100%;
  height: 100%;*/
}

#category_products .product_image a .table-row
{
 /* display: table-row;*/
}

#category_products .product_image a .table-cell
{
 /* display: table-cell;
  text-align: center;
  vertical-align: middle;*/
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
padding: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
}

#category_products .product_image a img
{
  display: block;
  /*margin: 0 auto;*/
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

#category_products .product_name
{
  padding: 10px 10px 10px 0;
  text-align: center;
}

#category_products .product_name a
{
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1051px)
{
  #category_products .product
  {
    width: 25%;
  }

  #category_products .product:nth-child(4n+1)
  {
    clear: both;
  }
}

@media (max-width: 1050px) and (min-width: 901px)
{
  #category_products .product
  {
    width: 33.3333%;
  }

  #category_products .product:nth-child(3n+1)
  {
    clear: both;
  }

  #category_products .product_image
  {
   /* padding-top: 74%;*/
  }
}

@media (max-width: 900px) and (min-width: 768px)
{
  #category_products .product
  {
    width: 50%;
  }

  #category_products .product:nth-child(2n+1)
  {
    clear: both;
  }

  #category_products .product_image
  {
   /* padding-top: 63%;*/
  }
}

@media (max-width: 767px) and (min-width: 651px)
{
  #category_products .product
  {
    width: 25%;
  }

  #category_products .product:nth-child(4n+1)
  {
    clear: both;
  }

  #category_products .product_image
  {
    /*padding-top: 88%;*/
  }
}

@media (max-width: 650px) and (min-width: 481px)
{
  #category_products .product
  {
    width: 33.33%;
  }

  #category_products .product:nth-child(3n+1)
  {
    clear: both;
  }

  #category_products .product_image
  {
   /* padding-top: 68%;*/
  }
}

@media (max-width: 480px)
{
  #category_products .product
  {
    width: 50%;
  }

  #category_products .product:nth-child(2n+1)
  {
    clear: both;
  }

  #category_products .product_image
  {
    /*padding-top: 63%;*/
  }
}