/* Liste der letzten Farben und Zoom-Selector etwas nach oben verschieben. */
div#nav-bottom-left,
div#lumise-zoom-wrp {
    top: calc(100vh - 78px);
}

#lumise-count-colors {
    display: none!important;
}

/* Verstecke Menüpunkt "Designs" in der Header-Navigation */
#lumise-navigations li[data-tool="designs"] {
    display: none!important;
}

/* Verstecke Button "Produkt" in der linken Menüleiste */
#lumise-left li[data-tab="product"] {
    display: none!important;
}

/* Verstecke die generelle Status-Info im Kopfbereich des Editors (Info übers speichern eines Designs) */
#lumise-general-status {
    display: none!important;
}

/* Verstecke "Optionen" in der Top-Navigation */
#lumise-top-tools .lumise-top-nav.right li[data-tool="options"] {
    display: none!important;
}

/* Verstecke den "About"-Tab in der Hilfe in der Header-Navigation */
#lumise-navigations li[data-tool="help"] span[data-nav="tab-2"] {
    display: none!important;
}

/* Verstecke den Anfrage Button im Header, da wir unten auf der Seite jetzt schon einen haben. */
#lumise-proceed {
    opacity: 0;
    width: 0;
    height: 0;
    margin-top: -1000px;
}

/* Hover Effekt im Seitenmenü verändern -> die Farbe ist im Standard dunkelblau - dadurch sieht man fast nichts mehr vom Icon.. */
body div#LumiseDesign div#lumise-left > div.lumise-left-nav-wrp > ul.lumise-left-nav li:hover {
    color: #FFF!important;
}

#handelSavedg {
    display: none!important;
}

#myfav-actionbar {
    background-color: #FFF;
    /* z-index: 999999;*/
    text-align: right;
    height: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#myfav-actionbar button {
    /*background: #11b448 !important;*/
    padding: 6px 14px;
    margin: 9px 24px 0 10px;
    height: 56px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    /*background-color: #152B48;
    border: 1px solid #152B48;*/
    background-color: #f05b00;
    border: 1px solid #f05b00;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#myfav-actionbar button:hover {
    background-color: #f36d1a;
    border: 1px solid #f36d1a;
}

#lumise-stage-nav li:not(:first-child):not(:last-child) {
    display: inline-block!important;
    margin-right: 3px;
}

@media (min-width: 737px) {
    #lumise-stage-nav li:not(:first-child):not(:last-child) {
        display: block!important;
        margin-right: 0;
        margin-bottom: 12px;
    }

    #lumise-stage-nav li:not(:first-child):not(:last-child) img {
        float: none;
    }
}


/* Blende kleine Preis Icons auf Cliparts und Vorlagen aus. */
#lumise-cliparts-list li i[data-tag] {
    display: none!important;
}

#lumise-templates-list li i[data-tag] {
    display: none!important;
}

#myfav-actionbar button.myfav-save-now {
    background-color: transparent;
    border: 1px solid #D9DFE4;
    border-radius: 3px;
    margin-right: 0;
    padding: 3px !important;
    vertical-align: top;
    height: 56px;
}

#myfav-actionbar button.myfav-save-now img {
    height: 48px;
}