a.product {
  width: calc((100% - 90px) / 4);
  background: #fff;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  color: inherit;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  margin: 10px 30px 10px 0;
  opacity: 1;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08); }
  @media (max-width: 1023px) {
  a.product {
    width: calc(100% / 2 - 15px); } }
  a.product:nth-child(4n+4) {
    margin-right: 0px; }
  @media (max-width: 1023px) {
  a.product:nth-child(2n+2) {
    margin-right: 0px; } }
  @media (max-width: 560px) {
  a.product {
    margin-left: 0px;
    width: 100% !important;
    margin-right: 0px; } }
  a.product .border {
    border: 1px solid #efefef;
    position: relative; }
    a.product .border .image {
      text-align: center;
      margin: 0 auto;
      height: 194px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative; }
      @media (max-width: 560px) {
  a.product .border .image {
    height: auto; } }
      a.product .border .image img {
        width: 100%; }
      a.product .border .image .size {
        display: inline-block;
        position: absolute;
        top: 15px;
        left: 15px;
        height: 30px;
        width: 100px;
        line-height: 30px;
        padding: 0 10px;
        color: white;
        background: rgba(59, 59, 59, .9);
        font-weight: bold;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.8px; }
    a.product .border .producttitels {
      max-height: 130px;
      margin: 20px 10px;
      color: #3b3b3b; }
      a.product .border .producttitels .product_category {
        width: 100%;
        color: #575756;
        font-size: 14px;
        margin-left: 10px; }
      a.product .border .producttitels .product_title {
        width: 100%;
        font-weight: bold;
        margin-left: 10px;
        font-size: 20px; }
      a.product .border .producttitels .product_price {
        width: 100%;
        margin-top: 8px;
        margin-left: 10px; }
        a.product .border .producttitels .product_price .vanaf_prijs {
          color: #575756;
          display: inline-block; }
      a.product .border .producttitels .product_shoppingcart {
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
        border: 1px solid #efefef;
        padding: 8px; }
      a.product .border .producttitels .green_button {
        text-transform: uppercase;
        text-align: center;
        background-color: #ac6b30;
        font-family: 'Roboto';
        font-size: 12px;
        font-weight: 500;
        margin-top: 25px;
        height: 40px;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 40px;
        color: white; }
  a.product:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34);
    transform: scale(1.02); }
