a.category {
  width: calc((100% / 3) - 20.1px);
  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); }
  a.category:nth-child(3n+3) {
    margin-right: 0px; }
  @media (max-width: 1024px) {
  a.category {
    width: calc(50% - 15px); }
    a.category:nth-child(3n+3) {
      margin-right: 30px; }

    a.category:nth-child(2n+2) {
      margin-right: 0; } }
  @media (max-width: 481px) {
  a.category {
    margin-left: 0px;
    width: 100% !important;
    margin-right: 0px; } }
  a.category .border {
    border: 1px solid #efefef;
    position: relative; }
    a.category .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.category .border .image {
    height: auto; } }
      a.category .border .image img {
        width: 100%; }
    a.category .border .producttitels {
      max-height: 50px;
      margin: 15px 10px;
      color: #3b3b3b; }
      a.category .border .producttitels .product_title {
        width: 100%;
        font-weight: 600;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 1023px) {
  a.category .border .producttitels .product_title {
    width: 100%; } }
  a.category:hover {
    box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.2);
    transform: scale(1.02); }
