< scoped="">
#stdmenustrip .toplevel {
font-size: 16px;
padding: 10px 16px;
font-weight: normal;
}
#stdmenustrip .navbar-default .navbar-nav > li > a {
text-transform: none;
}
>
<>
/* Default arrow for menu items with submenus */
.sidr-class-dropdown > a::after {
content: '\25B6'; /* Unicode for a right-pointing triangle */
position: absolute;
right: 30px;
color: white;
transition: transform 0.3s;
}
/* Arrow rotates down when the submenu is open */
.sidr-class-dropdown.outspread > a::after {
content: '\25BC'; /* Unicode for a down-pointing triangle */
transform: rotate(0deg); /* Reset rotation */
}
/* Hide Sidr menu if the screen width is greater than 768px */
@media (min-width: 769px) {
#sidr-main-mn757832 {
display: none !important;
}
}
>










