/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#header{ background: white !important; }
#header .shop-logo a .logo {
    max-width: 250%;
    max-height: 200px;
   padding-bottom:30px;
  
    
}

#header .header-content {
    background: #eeeeee;
    min-height: 160px;
    width:100%;
}

.main-menu .menu {
    margin:auto;
    max-width: 1110px;
}

div, p, span {
    font-family: Roboto, sans-serif;
    color: #c49d56;
}


.main-menu #_desktop_top_menu #top-menu a[data-depth="0"] span {
    color: #232121;
    font-size: 14px;
    font-family: avenir light; 
  
}

.main-menu #_desktop_top_menu .top-menu 
{
width: 400%;
}