/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ 
   background: red !important;
}
.menu-background {
    text-align: center;
}
#header .logo {
    padding: 0;
}
a#_desktop_logo img {
    max-height: 120px;
}
.page-addresses .address, .page-authentication #content, #main .page-content{
    border: none;
  	padding: 50px;
}

/*ul.top-menu[data-depth="1"] {
    display: flex;
    flex-direction: row;
}*/

li.category{
  padding: 0 5px;
}

a.dropdown-item.dropdown-submenu[data-depth="1"] {
    text-align: center;
  }
   
