:root {
  --color-primary: #43A85B;
  /*  --theme-color kommt von Magento selbst */
  --color-secondary: rgba(17, 60, 43, 0.85);
  --color-third: #666;
  --color-text-muted: #777777;  /* FEHLT*/
  --color-border-default: #ccc;  /* FEHLT*/
  --color-error-bg: #eee;  /* FEHLT*/
  --color-error-text: #333333;  /* FEHLT*/
    /* FONT */
  --main-font: "Libre Franklin", sans-serif;
}

/* Dublikat von DMO */

/* Konto erstellen ausblenden */
.login-container .actions-toolbar .action.create { 
  display: none !important; 
}

.fotorama__stage__frame .fotorama__img {
    width: 95%!important;
}

.section-items.nav-sections-items.mage-tabs-disabled {
  box-shadow: 5px 3px 3px #efefef;
}
/* Wishlist in Nav ausblenden */
.wishlist.mr-1.mr-lg-2.pr-lg-1 {
  display: none;
}

.customer-account-login div.primary #send2 {
  padding: 16px !important;
}