body:not(.home) {
    #main-header {
        background-color: #FAFAFA;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
        border: none;
    }
}

.et_header_style_left #logo {
    max-height: 100%;
    margin-top: -10px;
}

@media (max-width: 499px) {
    .et_header_style_left #logo {
        max-width: 160px;
    }
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;

    &:before {
        color: var(--color-main-dark) !important;
    }
}

#main-header #et-top-navigation, .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

#et-top-navigation #top-menu-nav #top-menu {
    display: none;
}

#et-top-navigation #et_mobile_nav_menu {
    display: block;
}

#et_search_icon:before {
    top: 0;
    transform: translateY(-50%);
}

#et-top-navigation #et_top_search {
    margin: 0 var(--small-space) 0 22px;
}

#custom_top_login {
    padding-right: var(--small-space);

     a:not(.mobile-login) {
        font-size: var(--font-size-text);
        border: 2px solid var(--color-primary-btn) !important;
        border-radius: 999px;
        text-transform: capitalize;
        transition: all .3s ease;

        &:hover {
            background-color: var(--color-primary-btn);
            color: var(--color-white);
            border: none;
        }

        &:after {
            top: 50%;
            transform: translateY(-50%);
        }
     }

    .mobile-login {
        position: relative;
        display: none;
    }

    @media screen and (max-width: 767px) {
        a:not(.mobile-login) {
            display: none !important;
        }

        .mobile-login {
            display: block;
        }
    }
}

#custom_top_login .et_pb_more_button {
    margin-top: 0;
}

.et-search-form input {
    background-color: #FAFAFA;
    height: 70%;
}

#main-header .dcp_mini_cart_icon {
    color: var(--color-black);
}

#main-header #et-top-navigation .dcp_mini_cart {
    display: flex;
    margin: 0 calc(var(--small-space) + 4px) 0 0;
    color: #000000;
}

/* === ! MENU ! === */
.modal-overlay.opusmeds-menu {
    opacity: 0;
    transition: opacity 600ms cubic-bezier(0.33, 0, 0, 1);
    z-index: -1;
}

.modal-overlay.opusmeds-menu.active {
    z-index: 999999;
    opacity: 1;

    .opusmeds-menu-wrapper {
        transform: translateX(0);
    }    
}

.opusmeds-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100002;
    padding: var(--huge-space);
    /* padding-right: 0; */
    background-color: var(--color-white);
    transform: translateX(100%);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
    transform-origin: right 0px 0px;
    transition-property: transform, height;
    overflow-x: hidden;
    overflow-y: auto;
    width: 35rem;
    background-color: #FDF6E3;

    @media screen and (max-width: 767px) {
        max-width: calc(-3.75rem + 100vw);
    }

    /* .menu-btns-wrapper, .menu_section-links_list, .menu_section-treatments .small-section-title {
        margin-right: var(--huge-space);
    } */

    .logo-wrapper img {
        max-width: 199px;
        width: auto;

        @media screen and (max-width: 439px) {
            max-width: 160px;
            width: 100%;
        }
    }

    .menu-btns-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: var(--regular-space);
        padding-left: var(--space-step);

        .menu-close {
            display: block;
            border: none;
            background: transparent;
            padding: 0;
            line-height: 10px;
            cursor: pointer;

            i {
                font-size: 19px;
                line-height: 14px;
            }
        }
    }

    .menu-top-treatments-wrapper {
        overflow: hidden;
        padding: var(--regular-space);
        padding-right: 0;
        margin-right: calc(var(--huge-space) * -1);
        margin-left: calc(var(--regular-space) * -1);
    }

    .menu-top-treatments-wrapper .swiper-wrapper {
        align-items: stretch;

        .swiper-slide {
            max-width: 300px;
            height: auto;
        }
    }

    .menu-section {
        &:not(:last-child) {
            margin-bottom: var(--regular-space);
            padding-bottom: var(--regular-space);
            border-bottom: 1px solid var(--color-secondary-dark-lighter);
        }

        .small-section-title {
            font-family: 'Open Sans', sans-serif;
            margin-bottom: var(--regular-space);
            color: var(--color-light-text);
            font-size: var(--font-size-small-title);
            padding: 0;
            padding-left: var(--space-step);
        }

        .menu-links-list li:not(:last-child) {
            margin-bottom: var(--space-step);
        }

        .menu-page-title {
            display: inline-block;
            color: var(--color-light-text-lighter);
            font-size: var(--font-size-text-large);
            padding: 6px var(--space-step);
            transition: color .3s ease;
            border-radius: 20px;

            &:hover {
                color: var(--color-primary-btn);
                background-color: var(--c-p-btn-h);
            }

            @media screen and (max-width: 767px) {
                font-size: calc( var(--font-size-text-large) * 0.7 );
            }
        }
    }

    .menu-section.menu_section-treatments {
        padding-bottom: 0;

        .small-section-title {
            margin-bottom: 0;
        }
    }
}
