


.header-fly {
    will-change: transform, opacity;
    transition: transform 2s cubic-bezier(.2,.7,.2,1), opacity .8s ease;
}

@media (prefers-reduced-motion: reduce) {
    .header-fly { transition: none !important; transform: none !important; opacity: 1 !important; }
}


.menu-wrapper {
    background-color: #fff;
    position: sticky;
    top: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.menu {
    padding: 10px 0;
    position: sticky;
    top: 0;
    height: auto;
}

.menu .navbar li {
    list-style: none;
}

.menu .navbar li:last-child {
    padding-bottom: 0;
}

.navbar {
    margin-bottom: 0;
    justify-content: right;
    gap: 30px;
}

.navbar-nav {
    gap: 10px;
}

.navbar ul li.arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -10px;
    padding: 10px;
    padding-inline-end: 0;
}

.navbar ul li.arrow svg {
    width: 8px;
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: rgb(165 165 165 / 20%) 0px 5px 10px 0px;
}


.dropdown-item {
    transition: background-color 0.3s ease;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #21665F25;
}

.menu .navbar li .nav-link {
    font-size: 14px;
    color: rgb(0, 31, 51);
    font-weight: 400;
    position: relative;
    padding-left: 22px;
    transition: color 0.3s ease;
}

.menu .navbar li .nav-link:hover {
    color: #21665F;
}

.burger-menu svg {
    width: 30px;
}

.search-icon {
    width: 30px;
    stroke: #001F33;
}

#closeBtn {
    position: absolute;
    width: 14px;
    height: 25px;
    top: -40px;
    left: 0;
    z-index: 3;
    border: none;
    border-radius: 50%;
    opacity: 1;
}

.menu-wrapper #closeBtn svg {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 25px;
}

/*LOGO*/

.menu-wrapper .logo-wrapper {
    width: fit-content;
}

.menu-wrapper .logo img {
    width: 100px;
    height: auto;
    display: inline-block;
}

@media (max-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        box-shadow: none;
    }
    .nav-item.dropdown:hover .dropdown-menu-start {
        box-shadow: rgb(165 165 165 / 20%) 0px 5px 10px 0px;
    }
    .menu-wrapper .logo img {
        width: 130px;
    }
}

/*MENU ITEMS*/

.menu-items {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0.5rem;
}

.menu-wrapper .menu-items svg {
    width: 30px;
    stroke: #001F33;
    transition: 0.3s ease;
}

.mobile-menu-items {
    stroke: #001F33;
}

.menu-wrapper .menu-items a:hover svg {
    stroke: #21665F;
}

.menu-wrapper .menu-items .contact-icon a:hover svg {
    fill: #21665F;
}

.menu-wrapper .cart-icon {
    position: relative;
}

.menu-wrapper .cart-badge {
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 10px;
    padding: 0.4rem;
    min-width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #21665F;
    color: white;
    font-weight: 500;
}


.navbar-toggler {
    border: none;
}

#closeBtn {
    /*background-color: #F0E5DB78;*/
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    font-size: 17px;
    border-radius: 50%;
}

.mobile-menu-items {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.menu-wrapper .mobile-menu-items svg {
    width: 30px;
}

.mobile-nav .navbar-nav {
    align-self: start;
}

@media (max-width: 992px) {
    .navbar-collapse {
        padding: 0 30px 30px 30px;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 350px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: right 0.3s ease;
        z-index: 1050;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-toggler {
        z-index: 999;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 1040;
    display: none;
    transition: opacity 0.3s ease;
}

.overlay.show {
    display: block;
}

.navbar-collapse .social-media-links a {
    padding: 9px;
    border-radius: 50%;
    border: 1px solid #21665F25;
}

.navbar-collapse .social-media-links {
    border-top: 1px solid #58595B61;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.navbar-collapse .social-media-links svg {
    width: 22px;
    fill: #21665F;
}

.navbar-collapse .email-address-wrapper svg {
    width: 22px;
}

.navbar-collapse .email-address-wrapper .email-address {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

.navbar-collapse .contact-btn a {
    text-decoration: none;
    padding: 5px 85px 5px 85px;
    border-radius: 10px 0px 10px 0px;
    background-color: #21665F;
    text-align: center;
    color: #fff;
}

.input-container {
    position: relative;
    width: 100%;
}

.navbar-collapse .search-bar svg {
    width: 25px;
}

.navbar-collapse .search-bar .search-svg {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    height: 100%;
}


.input-container input {
    padding-left: 35px;
    width: 100%;
    border: 1px solid #F4F4F4;
    transition: border-color 0.3s ease;
}

.input-container input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.menu-wrapper .search-content .search-bar svg {
    width: 35px;
}

.search-content .search-bar .search-svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    height: 100%;
    border-radius: 5px 0 0 5px;
}

.full-screen-search-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    display: none;
}

.search-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.search-bar {
    position: relative;
    max-width: 90%;
    width: 100%;
}

@media (max-width: 1200px) {
    .search-bar {
        max-width: 100%;
        width: 100%;
    }
}

.search-bar .form-control {
    border: none;
    width: 100%;
    font-size: 15px;
    padding: 15px 15px 15px 30px;
}

#closeSearch {
    position: absolute;
    width: 14px;
    height: 25px;
    top: -40px;
    left: 0;
    z-index: 3;
    background-color: #F0E5DB78;
    border: none;
    border-radius: 50%;
    opacity: 1;
}

.menu-wrapper #closeSearch svg {
    position: absolute;
    left: 4px;
    top: 5px;
    width: 15px;
}

.search-clear-btn {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.input-container {
    position: relative;
}

.menu-wrapper #clearSearchBtn svg, .menu-wrapper #mobileClearSearchBtn svg {
    /*width: 25px;*/
    height: 9px;
    width: auto;
    fill: #7A7A7A;
}

#clearSearchBtn, #mobileClearSearchBtn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

#mobileClearSearchBtn {
    left: 60px;
}

.dropdown-menu-start {
    /*right: -100%;*/
}

.menu .navbar .dropdown-toggle::after {
    content: '';
    font-size: 16px;
    position: absolute;
    top: 16px;
}

.nav-item.dropdown-submenu:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.nav-item.dropdown-submenu .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 100%;
}

.dropdown-submenu.dropdown .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    transform: rotate(90deg);
    position: absolute;
    top: 11px;
}

.nav-item {
    position: relative;
    padding-bottom: 5px; /* Space for the underline */
}

.nav-item::after {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #21665F25;
    transition: width 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    visibility: hidden;
    /*transform: scaleY(0.5);*/
    transform-origin: bottom;
}

.nav-item:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

/*CART START*/
/*.cart-modal {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    left: 0;*/
/*    width: 385px;*/
/*    !*height: 100%;*!*/
/*    z-index: 999;*/
/*    !*justify-content: center;*!*/
/*    !*align-items: center;*!*/
/*    max-height: 80vh;*/
/*}*/

.cart-icon a {
    text-decoration: none;
    color: rgb(0, 31, 51);
    transition: color 0.3s ease;
}

.menu-wrapper .cart-modal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 0;
    width: 320px;
    z-index: 999;
    max-height: 80vh;
    transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
}

.menu-wrapper .cart-modal.show {
    visibility: visible;
    opacity: 1;
    top: 35px;
}

.menu-wrapper .cart-modal-content {
    background: white;
    padding: 20px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    position: relative;
}

.menu-wrapper .close-cart-btn {
    color: #21665F;
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 40px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-wrapper .cart-items {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    max-height: 45vh;
    overflow-y: auto;
}

.menu-wrapper .cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    margin-left: 15px;
    border-bottom: 1px solid #21665F25;
}

.menu-wrapper .cart-item-text {
    font-size: 13px;
    color: #58595B;
}

.menu-wrapper .cart-item .item-image {
    width: 76px;
    height: 100%;
    margin-left: 10px;
}

.menu-wrapper .cart-item .item-name {
    text-decoration: none;
    color: #21665F;
    font-size: 14px;
}

.menu-wrapper .cart-item .item-price {
    color: #21665F;
    font-size: 15px;
    font-weight: 500;
}

.menu-wrapper .cart-item .remove-item-btn svg {
    width: 18px;
    cursor: pointer;
    font-size: 18px;
    stroke: #21665F85;
}

.menu-wrapper .cart-item .remove-item-btn {
    align-self: end;
}

.menu-wrapper .cart-total {
    border-bottom: 1px solid #21665F25;
    border-top: 1px solid #21665F25;
    display: flex;
    justify-content: center;
    padding: 20px 0 20px 0;
    gap: 8px;
    font-size: 16px;
    color: #000;
    /*font-weight: bold;*/
}

.menu-wrapper .cart-total span {
    font-weight: 500;
}

.menu-wrapper .cart-buttons-wrapper {
    display: flex;
    gap: 8px;
}

.menu-wrapper .checkout-btn {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 20px 0 0;
    padding: 15px 10px;
    width: 100%;
    background-color: #21665F;
    color: white;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 10px 0 10px 0;
}

.menu-wrapper .checkout-btn:hover {
    background-color: #195048;
    color: #fff !important;
}

.menu-wrapper .see-cart-btn {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 20px 0 0;
    padding: 15px 10px;
    width: 100%;
    border: 1px solid #21665F;
    background-color: white;
    color: #000;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 10px 0 10px 0;
}

.menu-wrapper .see-cart-btn:hover {
    background-color: rgba(33, 102, 95, 0.2);
}