.header {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.header-nav {
    margin-top: 18px;
    display: flex;
    justify-self: center;
    gap: 60px;
    background: #fff;
    padding: 12px 0;
    border-radius: 8px;
}

.header-nav-mobile {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 12px 0;
    border-radius: 8px;
    row-gap: 20px;
    margin-bottom: 40px;
}

.header-nav-mobile a,
.sidebar-account-item {
    color: #212529 !important;
}

.header-nav-mobile a {
    text-decoration: none;
}

.header-nav-mobile a:hover {
    text-decoration: underline;
}



.sidebar-body-layout {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.sidebar-account-section {
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-account-item {
    display: flex;
    align-items: center;
    color: #3c7031;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
}

.sidebar-account-item:hover {
    color: #2e5525;
    text-decoration: none;
}

.sidebar-account-item i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

/* HEADER FIXED FOR IMAGE */
.header-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 20px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

.header-info {
    line-height: 1.3;
    text-align: left;
    max-width: 180px;
    color: #444;
}

.header-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 0 0;
}

.header-logo img {
    width: 180px;
    aspect-ratio: 1;
    ;
}

.logo-text {
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #222;
    text-align: center;
    margin-top: 5px;
    line-height: 1.1;
    text-shadow: 0 1px 0 #fff;
}

.logo-floral {
    font-size: 1.1rem;
    letter-spacing: 4px;
    color: #4b5c3b;
    font-weight: 400;
    margin-top: 2px;
}

.header-account {
    display: flex;
    justify-content: end;
    font-size: 13px;
    color: #444;
    text-align: right;
    min-width: 120px;
}

.header-cart {
    position: relative;
    top: 4px;
}

.header-cart img {
    width: 25px;
    vertical-align: middle;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #4b5c3b;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
}

.header-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Header-main nav link color fix */
.header-main a {
    color: #212427;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-weight: 500;
    transition: color 0.2s;
}

.header-main a:hover {
    color: #3c7031;
    text-decoration: underline;
}

nav {
    background: #333;
    color: #fff;
    padding: 1em 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 1em;
}

nav ul li a {
    color: #3c7031;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    color: #3c7031;
    text-decoration: underline;
}

#sidebarToggle {
    font-size: 2rem;
    padding: 0;
}





#mobileSidebarLabel {
    font-weight: 400;
    font-size: 1.5rem !important;
}

.dropdown-order-online {
    position: relative;
    display: inline-block;
}

.dropdown-toggle-order {
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-menu-order {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 260px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    z-index: 100;
    margin-top: 2px;
    padding: 10px;
    border-radius: 3px;
}

.dropdown-toggle-order {
    padding: 0;
}

.dropdown-order-online:hover .dropdown-menu-order {
    display: block;
}

.dropdown-menu-order li {
    list-style: none;
    margin-left: 0;
}

.dropdown-menu-order a {
    display: block;
    padding: 4px 0px;
    color: #2d2d2d;
    text-decoration: none;
    border-radius: 0;
    background: none;
    transition: background 0.2s;
    font-weight: 400;
}

.dropdown-menu-order a:hover {
    text-decoration: underline;
    background: none;
}

/* Dropdown Account Styles */
.dropdown-account:hover .dropdown-menu-account {
    display: block !important;
}

.dropdown-account .dropdown-menu-account {
    transition: opacity 0.15s;
}

.dropdown-menu-account li {
    list-style: none;
}

.dropdown-account {
    position: relative;
    display: inline-block;
    min-width: 120px;
}

.dropdown-toggle-account {
    font-weight: 600;
    padding: 8px 18px;
    display: block;
    background: none;
    border: none;
    color: #333;
    text-decoration: none;
}

.dropdown-menu-account {
    display: none;
    position: absolute;
    right: 12%;
    top: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 100;
    padding: 0;
    border-radius: 3px;
    min-width: 120px;
}

.dropdown-menu-account li {
    list-style: none;
}

.dropdown-menu-account a {
    display: block;
    padding: 8px 10px;
    color: #333;
    text-decoration: none;
}

.btn-side-bar-mobile {
    color: #212529 !important;
}

.offcanvas {
    width: 60%;
    max-width: 350px;
}

.offcanvas-header .btn-close {
    font-size: 12px !important;
}

/*
  ******  RESPONSIVE LAYOUT  ******
*/
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .header-nav {
        gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .header .container {
        max-width: 95%;
    }

    .header-logo img {
        width: 140px;
        aspect-ratio: 1;
    }

    .header-nav {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .header-account {
        min-width: auto;
        margin-right: 10px;
    }

    #sidebarToggle i::before {
        font-size: 20px;
    }

    .cart-badge {
        padding: 1px 5px;
    }
}

@media screen and (max-width: 660px) {}

@media screen and (max-width: 580px) {
    .header-logo img {
        width: 110px;
        aspect-ratio: 1;
    }

    .header-cart img {
        width: 21px;
    }

    .cart-badge {
        font-size: 12px;
        padding: 1px 4px;
        right: -12px;
    }
}

@media screen and (max-width: 450px) {
    .header-logo img {
        width: 80px;
        aspect-ratio: 1;
    }
}

@media screen and (max-width: 365px) {}