#header {
    background: white;
    color: #A7A8AA;
    padding-left: 10px;
            }

.toolbar {
        background: #FFB400;
          }

#tilemenu-bar {
        background-color: #A7A8AA;
}

#tilemenu-bar > ul > li > a {
    background: #A7A8AA;
    color: #FFFFFF;
}

#tilemenu-bar > ul > li > a:hover
{
    background-color: #8B0E13;
    color: #FFFFFF;
}

#tilemenu-bar > ul > li.tilemenu-current > a 
{
    background-color: #FFB400;
    color: #FFFFFF;
}


.plain-button {
  border-radius: 0px;
  color: #FFFFFF;
  background-color: #FFB400;
}

.plain-button:hover {
  color: #FFFFFF;
  background-color: #8B0E13; 
}


.epr-speed-khw {
              background-color: #FFB400;
              background-image: url("/motives//themes/gnom/button-index-trans.png");
                   }

.epr-speed-khw:hover {
    background-color: #8B0E13;
                     }

#search-form-area {
        box-shadow: 2px 2px 5px 0 #FFB400;
                   }

.middle {
    background: transparent;
    background-color: #F7F7F7;
    font-weight: normal;
    }

#bottom {
    background: transparent;
    background-color: #F7F7F7;
        }


#formatsort {
  color: #FFFFFF;
  background: #FFB400;
             }

#account {
     background: transparent;
        }

.cookie-disclaimer {
    background: #F2F2F2;
    box-shadow: none; 
    color: #7A7A7A;
}

.svg-collections-accent {
    fill: rgb(208, 155, 139);
}

:root {
  --color-rgb: 208, 155, 139;
}
