.add-to-box {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15), 0 15px 20px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 1s;
  transition: box-shadow 1s;
  /*border-radius: 5px;*/
  background-clip: padding-box;
  padding: 10px;
}
/* ################################################################# */
/* sticky add to cart */
.add-to-product-simple {
  background-color: white;
}
/* Smartphone Hochformat (Portrait) */
/* Smartphone Querformat (Landscape) */
/* Tablet Hochformat (Portrait) */
/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
/* PC mit hoher Auflösung */
/* ################################################################# */
.product-name a {
  font-size: 14px;
}
