a.product {
  width: calc((100% / 3) - 20px);
  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: 1024px) {
  a.product {
    width: calc(100% / 2 - 15px); } }
  @media (max-width: 768px) {
  a.product {
    width: calc(100% / 2 - 15px); } }
  a.product:nth-child(3n+1) {
    margin-left: 0px; }
  a.product:nth-child(3n+3) {
    margin-right: 0px; }
  @media (max-width: 481px) {
  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 {
        font-family: 'Roboto Slab';
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 30px;
        width: auto;
        line-height: 30px;
        padding: 0 10px;
        color: white;
        background: #72725b;
        font-weight: bold;
        font-size: 11px; }
    a.product .border .producttitels {
      max-height: 90px;
      margin: 15px 10px;
      color: #3b3b3b; }
      a.product .border .producttitels .product_category {
        width: 100%;
        color: #575756;
        font-size: 14px;
        margin-left: 10px;
        max-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis; }
      a.product .border .producttitels .product_title {
        width: 74%;
        font-weight: 600;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Roboto Slab';
        color: #030304; }
        @media (max-width: 1023px) {
  a.product .border .producttitels .product_title {
    width: 100%; } }
      a.product .border .producttitels .product_price {
        width: 100%;
        margin-top: 5px;
        margin-left: 10px;
        color: #030304; }
      a.product .border .producttitels .product_shoppingcart {
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
        border: 1px solid #efefef;
        padding: 8px;
        color: #ac6b30; }
  a.product:hover {
    box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.2);
    transform: scale(1.02); }
