﻿#ImageTop.noImg .imageTop,
#ImageTop.noImg .imageTop-a {
  height: 1em;
  margin-bottom: 0em;
}
/* Product Boxes Categories*/
.productBoxesCat {
  width: 100%;
}
.productBoxesCat .productBox .product-inner {
  min-height: 0;
  padding: 2em 2em 4em 10.2em;
  background-color: #ffffff;
}
.productBoxesCat .productBox .product-inner h2 {
  color: #81C929;
  letter-spacing: 0.04em;
  font-size: 3.2em;
}
.productBoxesCat .productBox .productImg {
  pointer-events: none;
}
.productBoxesCat .productBox .productImg img {
  margin-top: -1em;
  max-height: 73vh;
}
@media screen and (max-width: 768px) {
  #ImageTop.noImg .imageTop,
  #ImageTop.noImg .imageTop-a {
    height: 0;
  }
  .productBoxesCat {
    width: 100%;
  }
  .productBoxesCat .productBox .product-inner {
    padding: 0em 1em 2.8em 2.2em;
  }
  .productBoxesCat .productBox .product-inner h2 {
    color: #81C929;
    letter-spacing: 0.04em;
    font-size: 2.8em;
    margin-bottom: 0.6em;
  }
  .productBoxesCat .plus-button {
    display: none !important;
  }
}
/* Ende Product Boxes */