.b-sale-wrapper .b-sale-popup {
  transition: all 0.3s ease-out;
}

.b-show-all-link {
  margin: 0 0 30px;
  cursor: pointer;
  border-bottom: 1px dashed;
  display: inline-block;
}

@media (max-width: 767px) {
  .b-sale-wrapper {
    display: none;
  }
}
.b-sale-wrapper .btn {
  background: #04ade7;
  color: #ffffff;
  border-color: #04ade7;
}
.b-sale-wrapper .btn:hover + .b-sale-popup {
  opacity: 1;
  pointer-events: auto;
}
.b-sale-wrapper .btn:hover {
  background: #04ade7;
  border-color: #04ade7;
}
.b-sale-wrapper .b-sale-popup {
  position: absolute;
  z-index: 999;
  background: #ffffff;
  max-width: 175px;
  padding: 8px;
  font-size: 13px;
  line-height: 1.3;
  border: 1px solid #e0e0e0;
  top: 56px;
  opacity: 0;
  pointer-events: none;
}
.b-sale-wrapper .b-sale-popup:before {
  content: "";
  position: absolute;
  background: url(/images/wuerth/treg.svg);
  background-size: cover;
  width: 12px;
  height: 10px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.b-all-articles {
  position: static;
}
.b-all-articles span {
  border-bottom: 1px dashed #cc0000;
}
.b-all-articles img {
  width: 9px;
  height: 9px;
}

/*# sourceMappingURL=productcard.css.map */
