/* Shared desktop navigation styling for the native PrestaShop header. */
@media (min-width: 1200px) {
    #header .top_menu_wrap #hook_top_2 #block_top_menu ul.sf-menu > li > a {
        padding: 17px 18px !important;
    }
}

@media (min-width: 768px) {
    #header .top_menu_wrap.newmenu #hook_top_2 #block_top_menu ul.sf-menu > li.sr-current-menu > a {
        background: #122e3e !important;
        box-shadow: inset 0 -2px 0 #ef7c00 !important;
        color: #ef7c00 !important;
    }
}
