/*your custom css goes here*/
.akdom-top-section-custom.dropdown-toggle::after {
    color: #fff !important;
}
.headline_btn {
    padding: 3px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 2px solid var(--secondary);
}

/* Override inline styles from app.blade.php - Higher specificity */
/* body button,
body .btn,
html body button,
html body .btn {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--primary-font) !important;
} */

/* Specific button overrides if needed */
.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.aiz-category-menu .sub_cat_item:hover {
    background-color: var(--secondary) !important;
}
.aiz-category-menu :hover > a {
    color: #fff !important;
}
.subscribe_btn:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.menubar_icon {
    background-color: #4fb7e5 !important;
}
.share_row {
    margin-left: 25px;
}
.complete_order_btn {
    padding: 10px 70px;
    font-size: 25px;
}
