@charset "UTF-8";
/* CSS Document */

body header {
    background-color: #c6a67f;
}
body header .shortcuts > * > svg {
    color: #251c1c;
}
body .topbarright > .button {
    
}
body .topbarright > a svg {
    fill: #FFF;
}
body .logo {
    width: 14%;
}
body .logo img {
    height: 55px;
    width: auto;
}
@media (min-width: 1001px) {
    body #ProductMenu_List > li > a {
        color: #251c1c;
    }
}