/* start edit subscribe design */
.short-des.rokan-description {
    font-size: 12px;
}
.block.newsletter .action.subscribe {
    padding-inline: 25px;
}
/* end edit subscribe design */

/* Mobile drawer menu: parent rows expand on tap (js/mobile-menu-accordion.js) */
.navigation.custommenu .custommenu-list li.ui-menu-item.no-children > .open-children-toggle {
    display: none !important;
}
.navigation.custommenu .custommenu-list li.all-category > a.title-cat-mega-menu {
    font-weight: 500 !important;
    color: #ac975b !important;
}
/* Keep the level-0 chevron on its own row: the theme stretches it to the full
   height of the <li>, so once the submenu is open it sits under the children. */
.navigation.custommenu .custommenu-list li.level0 > .open-children-toggle {
    bottom: auto !important;
    height: 46px !important;
    min-height: 0 !important;
}
