@media (min-width: 0) {

    .product-no-price {
      display: table;
      width: 100%;
    }

    .product-no-price-title, .product-no-price-arrow {
      display: table-cell;
    }

    .product-no-price-title {
      text-transform: uppercase;
      font-size: 15px;
      line-height: 19px;
      font-weight: 700;
      vertical-align: top;
    }

    .product-no-price-arrow {
        vertical-align: middle;
    }

    .product-no-price-arrow a {
        float: right;
    }

    .product-items {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }

  .product-item {
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
	cursor: pointer;
  }

  .product-item:nth-of-type(3n+1) {
    clear: both;
  }

  .product-item-container {
    width: 100%;
    border-top: 5px solid #FFFFFF;
  }

  .product-item.active .product-item-container {
    border-top: 5px solid #ce1531;
  }

  .product-item.active .product-item-container .product-item-info a {
    color: #79121d;
  }

  .product-item-image {
    background: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
  }

  .product-item-image-overlay {
    background: rgba(255,255,255,0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
  }

 .product-item-image-container {
    display: block;
    padding: 20px;
    height: 175px;
  }

  .product-item-image-container a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-item-image img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }

  .product-item-info {
    padding: 10px;
    margin-top: 10px;
    position: relative;
  }

  .product-item-info p, .product-item-info a {
    color: #FFFFFF;
  }

  .product-item-info h4 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    /*word-break: break-all;*/
  }

  .product-item-price {
    display: table;
    width: 100%;
  }

  .product-item-price .price, .product-item-price .vat, .product-item-price .arrow {
    display: table-cell;
    vertical-align: bottom;
  }

  .product-item-price .price {
    font-weight: 900;
    font-size: 30px;
    margin: 0;
    color: #FFFFFF;
  }

  .product-item-price .currency {
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    color: #FFFFFF;
  }

  .product-item-price .vat {
    font-weight: 900;
    font-size: 11px;
    margin: 0;
    color: #de7d86;
    text-transform: uppercase;
  }

  .product-item-price .arrow, .pagination-button.arrow {
    width: 27px;
    height: 27px;
  }

  .product-item-price .arrow a, .pagination-button.arrow a, .product-no-price-arrow a {
    display: block;
    width: 27px;
    height: 27px;
    background: url("/static/media/icons/icon-product-arrow.png") top center no-repeat;
    cursor: pointer;
  }
}

@media (min-width: 560px) {
    .product-items {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }

  .product-item {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }

  .product-item:nth-of-type(3n+1) {
    clear: both;
  }

  .product-item-container {
    width: 95%;
    margin-right: 5%;
    border-top: 5px solid #FFFFFF;
  }

  .product-item-container.active {
    border-top: 5px solid #ce1531;
  }

  .product-item-container.active .product-item-info a {
    color: #79121d;
  }

  .product-item-image {
    background: #FFFFFF;
    display: table;
    width: 100%;
    position: relative;
  }

  .product-item-image-overlay {
    background: rgba(255,255,255,0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
  }

  .product-item-image-container {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    height: 175px;
  }

  .product-item-image-container a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-item-image img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }

  .product-item-info {
    padding: 10px;
    margin-top: 10px;
  }

  .product-item-info p, .product-item-info a {
    color: #FFFFFF;
  }

  .product-item-info h4 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    /*word-break: break-all;*/
  }

  .product-item-price {
    display: table;
    width: 90%;
    position: absolute;
    bottom: 10px;
  }

  .product-item-price .price, .product-item-price .vat, .product-item-price .arrow {
    display: table-cell;
    vertical-align: bottom;
  }

  .product-item-price .price {
    font-weight: 900;
    font-size: 30px;
    margin: 0;
    color: #FFFFFF;
  }

  .product-item-price .currency {
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    color: #FFFFFF;
  }

  .product-item-price .vat {
    font-weight: 900;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    color: #de7d86;
    text-transform: uppercase;
  }
}

@media (min-width: 690px) {
    .product-items {
    width: 100%;
    clear: both;
  }

  .product-item {
    width: 32.3333333333333%;
    float: left;
  }

  .product-item:first-child {
    margin: 0 1% 1.5% 0;
  }

  .product-item:nth-of-type(2) {
    margin: 0 0.5% 1.5% 0.5%;
  }

  .product-item:nth-of-type(3) {
    margin: 0 0 1.5% 1%;
  }

  .product-item:nth-of-type(3n+1) {
    clear: both;
  }

  /*.product-item.last {
    margin: 0;
  }*/

  .product-item-container {
    width: 100%;
    margin: 0;
    border-top: 5px solid #FFFFFF;
  }

  /*.product-item-container:nth-of-type(1n+1) {
    margin: 0 1% 0 0;
  }

  .product-item-container:nth-of-type(2n+1) {
    margin: 0 2%;
  }

  .product-item-container:nth-of-type(3n+1) {
    margin: 0 0 0 1%;
  }*/

  .product-item-container.active {
    border-top: 5px solid #ce1531;
  }

  .product-item-container.active .product-item-info a {
    color: #79121d;
  }

  .product-item-image {
    background: #FFFFFF;
    display: table;
    width: 100%;
    position: relative;
  }

  .product-item-image-overlay {
    background: rgba(255,255,255,0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    z-index: 1;
  }

  .product-item-image-container {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    height: 175px;
  }

  .product-item-image-container a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-item-image img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    z-index: 99;
	max-height: 175px;
  }

  .product-item-info {
    padding: 10px;
    margin-top: 10px;
  }

  .product-item-info p, .product-item-info a {
    color: #FFFFFF;
  }

  .product-item-info h4 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    /*word-break: break-all;*/
  }

  .product-item-price {
    display: table;
    width: 90%;
    position: absolute;
    bottom: 10px;
  }

  .product-item-price .price, .product-item-price .vat, .product-item-price .arrow {
    display: table-cell;
    vertical-align: bottom;
  }

  .product-item-price .price {
    font-weight: 900;
    font-size: 30px;
    margin: 0;
    color: #FFFFFF;
  }

  .product-item-price .currency {
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    color: #FFFFFF;
  }

  .product-item-price .vat {
    font-weight: 900;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    color: #de7d86;
    text-transform: uppercase;
    padding-bottom: 3px;
  }
}
