a.zart {
  margin: 0 1rem; }

a.selected {
  background: transparent url("../images/selected.gif") 0 2px no-repeat;
  padding-left: 25px;
  padding-bottom: 5px;
  margin: 0 10px 0 3px; }

a.unselected {
  background: transparent url("../images/unselected.gif") 0 2px no-repeat;
  padding-left: 25px;
  padding-bottom: 5px;
  margin: 0 10px 0 3px; }

.switch {
  display: block;
  width: 100%;
  text-align: left; }

.zart img {
  max-height: 48px;
  margin: 10px auto; }

.promo-new, .promo-leaf {
  background: transparent 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  width: 120px;
  right: -60px;
  top: -40px;
  z-index: 9; }
  @media (max-width: 767.98px) {
    .promo-new, .promo-leaf {
      height: 90px;
      width: 90px;
      right: -40px;
      top: -30px; } }

.promo-new {
  background-image: url("../images/star.svg"); }

.promo-leaf {
  background-image: url("../images/leaf.svg"); }

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