/* =========================================================
   Shoka Learn - Header
   ========================================================= */


/* =========================================================
   Main Header
   ========================================================= */

.site-header-main {
    position: relative;
    background-color: transparent;
    border-bottom: 0;
}

.site-primary-nav {
    position: relative;

    background-color: transparent;

    border-top: 0;
    border-bottom: 0;
}

.site-primary-nav > .container {
    position: relative;
}
.site-primary-nav::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #E9E9E9;
}
.site-header-main__inner {
    min-height: 76px;

    display: flex;
    align-items: center;

    gap: 24px;
}
/* =========================================================
   Header Right Group
   Utility + Actions
   ========================================================= */

.site-header-main__right {
    flex: 0 0 auto;

    display: flex;
    align-items: center;

    gap: 35px;
}


/* =========================================================
   Logo
   ========================================================= */

.site-header-main__logo {
    flex: 0 0 auto;
}

.site-logo {
    display: inline-flex;
    align-items: center;

    text-decoration: none;
}

.site-logo__image {
    display: block;

    width: auto;
    max-height: 50px;
}


/* =========================================================
   Utility Menu
   ========================================================= */

.site-header-main__utility {
    flex: 0 0 auto;

    min-width: 0;
}

.utility-menu {
    display: flex;
    align-items: center;

    justify-content: flex-start;
    gap: 22px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.utility-menu a {
    display: inline-flex;
    align-items: center;

    color: #555555;
    text-decoration: none;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    white-space: nowrap;

    transition: color 0.2s ease;
}

.utility-menu a:hover {
    color: #000000;
}


/* =========================================================
   Header Actions
   ========================================================= */

.site-header-main__actions {
    flex: 0 0 auto;

    display: flex;
    align-items: center;

    gap: 18px;
}

.header-action {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #222222;
    text-decoration: none;

    font-size: 14px;
    line-height: 1;

    cursor: pointer;

    transition: color 0.2s ease;
}

.header-action:hover {
    color: #000000;
}

.header-action i {
    font-size: 20px;
}

/* =========================================================
   Header Search
   ========================================================= */

.site-header-main__search {
    flex: 1 1 auto;

    min-width: 220px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* ---------------------------------------------------------
   Search Form
   --------------------------------------------------------- */

.site-header-main__search .search-form {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 600px;

    margin: 0;
}


/* ---------------------------------------------------------
   Search Input
   --------------------------------------------------------- */
.site-header-main__search .search-form__label {
    display: block;

    width: 100%;
    margin: 0;
}

.site-header-main__search .search-form__field {
    display: block;

    width: 100%;
    height: 42px;

    margin: 0;
    padding: 0 48px 0 18px;

    border: 1px solid #dddddd;
    border-radius: 22px;

    background-color: rgba(255, 255, 255, 0.65);

    color: #222222;

    font-family: inherit;
    font-size: 14px;
    line-height: 1;

    outline: none;

    box-sizing: border-box;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}
.site-header-main__search .search-field::placeholder {
    color: #888888;
}

.site-header-main__search .search-field:focus {
    border-color: #cccccc;

    background-color: #ffffff;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}


/* ---------------------------------------------------------
   Search Submit
   --------------------------------------------------------- */

.site-header-main__search .search-form__submit {
    position: absolute;

    left: 5px;
    top: 50%;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    transform: translateY(-50%);

    border: 0;
    border-radius: 50%;

    background-color: transparent;

    color: #333333;

    cursor: pointer;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}
.site-header-main__search .search-form__submit:hover {
    color: #000000;
    background-color: #f0f0f0;
}

.site-header-main__search .search-form__submit i {
    font-size: 17px;
    line-height: 1;
}
.site-header-main__search .search-submit::before {
    content: "\F52A";

    font-family: "bootstrap-icons";

    font-size: 17px;
    line-height: 1;
}



/* =========================================================
   Search Action
   ========================================================= */

.header-action--search {
    display: none;

    width: 38px;
}
/* =========================================================
   Responsive Search
   ========================================================= */

@media (max-width: 991.98px) {

    /*
     * Search Box دسکتاپ مخفی می‌شود.
     */

    .site-header-main__search {
        display: none;
    }
    .site-header-main__right {
        margin-right: auto;

        gap: 14px;
    }


    /*
     * آیکن Search
     */

    .header-action--search {
        display: inline-flex;

        width: 38px;
        height: 38px;

        flex: 0 0 38px;
    }

    .header-action--search i {
        font-size: 20px;
    }

}
/* =========================================================
   Special Offer
   ========================================================= */

.header-action--offer {
    color: #d49b00;
    font-weight: 600;
}


/* =========================================================
   Account
   ========================================================= */

.header-action--account {
    gap: 7px;
}

.header-action--account i {
    font-size: 19px;
}

.header-action--account span {
    white-space: nowrap;
}


/* =========================================================
   Cart
   ========================================================= */

.header-action--cart {
    width: 38px;
}

.header-action--cart i {
    font-size: 21px;
}

.cart-count {
    position: absolute;

    top: -2px;
    right: -3px;

    min-width: 17px;
    height: 17px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 4px;

    border-radius: 50%;

    background-color: #000000;
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}


/* =========================================================
   Mobile Menu Button
   ========================================================= */

.header-action--menu {
    display: none;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    align-items: center;
    justify-content: center;
}

.header-action--menu i {
    font-size: 24px;
}


/* =========================================================
   Primary Navigation
   ========================================================= */

.site-primary-nav {
    position: relative;

    background-color: transparent;

    border-top: 0;
    border-bottom: 0;
}

.site-primary-nav__inner {
    position: relative;

    display: flex;
    align-items: center;
}


/* =========================================================
   Primary Menu
   ========================================================= */

.primary-menu-wrapper {
    width: 100%;
}

.primary-menu {
    display: flex;
    align-items: stretch;

    width: 100%;

    margin: 0;
    padding: 0;

    list-style: none;
}

.primary-menu > li {
    position: static;
    flex: 0 0 auto;
    margin-left: 2px;
}
.primary-menu > li:has(> .dropdown-panel) {
    position: relative;
}
.primary-menu > li > a {
    display: flex;
    align-items: center;

    min-height: 50px;

    padding: 0 16px;

    color: #303a35;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;

    white-space: nowrap;

    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.primary-menu > li > a:hover {
    color: #1f6b50;
    background-color: transparent;
}


/* =========================================================
   Active Menu Item
   ========================================================= */

.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li.current-menu-parent > a {
    color: #000000;
}


/* =========================================================
   Items With Children
   ========================================================= */

.primary-menu > li.menu-item-has-children > a {
    gap: 7px;
}


/*
 * فلش آیتم‌های دارای زیرمنو
 * در دسکتاپ و تبلت و موبایل وجود دارد.
 */

.primary-menu > li.menu-item-has-children > a::after {
    content: "\F282";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    font-family: "bootstrap-icons";
    font-size: 11px;
    line-height: 1;

    transition: transform 0.2s ease;
}


/*
 * چرخش فلش هنگام Hover در دسکتاپ
 */

.primary-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

/* =========================================================
   Submenu Toggle Button
   ========================================================= */

.menu-submenu-toggle {
    display: none;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;

    color: #222222;

    font-size: 14px;
    line-height: 1;

    cursor: pointer;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.menu-submenu-toggle:hover {
    color: #000000;
    background-color: #f7f7f7;
}

.menu-submenu-toggle i {
    font-size: 12px;

    transition: transform 0.2s ease;
}



/* =========================================================
   Tablet + Mobile - Submenu Toggle
   ========================================================= */

@media (max-width: 991.98px) {

    /*
     * در تبلت و موبایل،
     * فلش موجود روی لینک نمایش داده نمی‌شود.
     */

    .primary-menu > li.menu-item-has-children > a::after {
        display: none;
    }


    /*
     * آیتم والد
     */

    .primary-menu > li.menu-item-has-children {
        position: relative;
    }


    /*
     * لینک اصلی
     */

    .primary-menu > li.menu-item-has-children > a {
        display: inline-flex;

        align-items: center;

        width: calc(100% - 48px);

        min-width: 0;

        padding-left: 48px;
    }


    /*
     * دکمه فلش
     *
     * دکمه دقیقاً در ردیف لینک قرار می‌گیرد
     * و با باز شدن Mega Menu جابه‌جا نمی‌شود.
     */

    .primary-menu > li.menu-item-has-children > .menu-submenu-toggle {
        position: absolute;

        top: 0;
        left: 0;

        display: inline-flex;

        align-items: center;
        justify-content: center;

        width: 48px;
        height: 48px;

        margin: 0;
        padding: 0;

        transform: none;

        flex: 0 0 48px;
    }


    /*
     * چرخش فلش هنگام باز بودن زیرمنو
     */

    .primary-menu > li.menu-item-has-children.is-open
    > .menu-submenu-toggle i {
        transform: rotate(180deg);
    }

}
/* =========================================================
   Normal Dropdown
   ========================================================= */

.dropdown-panel {
    position: absolute;

    top: 100%;
    right: 0;

    z-index: 1000;

    min-width: 220px;

    margin: 0;
    padding: 8px 0;

    list-style: none;

    background-color: #ffffff;

    border: 1px solid #e5e5e5;
    border-radius: 0 0 6px 6px;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;

    transform: translateY(8px);

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.primary-menu > li:hover > .dropdown-panel {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}

.dropdown-panel > li {
    position: relative;
}

.dropdown-panel a {
    display: flex;
    align-items: center;

    width: 100%;

    padding: 9px 16px;

    color: #333333;
    text-decoration: none;

    font-size: 14px;
    line-height: 1.6;

    white-space: nowrap;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.dropdown-panel a:hover {
    color: #000000;
    background-color: #f7f7f7;
}


/* =========================================================
   Mega Menu
   ========================================================= */

.mega-menu-panel {
    position: absolute;

    top: 100%;
    right: 0;

    z-index: 1000;

    /*
     * Mega Menu دقیقاً به اندازه Container است.
     */
    width: 100%;

    padding: 28px 0;

    background-color: #FAFAFA;

    border: 1px solid #e5e5e5;
    border-radius: 0 0 10px 10px;

    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);

    opacity: 0;
    visibility: hidden;

    transform: translateY(8px);

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}


/*
 * باز شدن Mega Menu در دسکتاپ
 */

.primary-menu > li:hover > .mega-menu-panel {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}

/* =========================================================
   Mega Menu Columns
   ========================================================= */

.mega-menu-columns {
    display: flex;
    align-items: stretch;

    width: max-content;
    max-width: 100%;

    margin-right: 0;
}

.mega-menu-column {
    flex: 0 0 auto;

    min-width: 0;

    padding: 0 28px;
}

.mega-menu-column + .mega-menu-column {
    border-right: 1px solid #eeeeee;
}

.mega-menu-list {
    margin: 0;
    padding: 0;

    list-style: none;
}


/* =========================================================
   Mega Menu Items
   ========================================================= */

.mega-menu-list > li {
    margin: 0;
}

.mega-menu-list > li > a {
    display: flex;
    align-items: center;

    width: 100%;

    padding: 8px 0;

    color: #333333;
    text-decoration: none;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;

    transition:
        color 0.2s ease,
        padding-right 0.2s ease;
}

.mega-menu-list > li > a:hover {
    color: #000000;

    padding-right: 6px;
}


/* =========================================================
   Mega Menu - Items With Children
   ========================================================= */

.mega-menu-list > li.menu-item-has-children > a {
    color: #222222;

    font-weight: 600;

    padding-bottom: 10px;
}

.mega-menu-list > li.menu-item-has-children > a::after {
    content: "\F282";

    margin-right: auto;

    font-family: "bootstrap-icons";
    font-size: 10px;
    line-height: 1;

    transition: transform 0.2s ease;
}

.mega-menu-list > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}


/* =========================================================
   Mega Menu - Second Level
   ========================================================= */

.mega-menu-list .sub-menu {
    margin: 0 0 10px;

    padding: 0 14px 0 0;

    list-style: none;
}

.mega-menu-list .sub-menu > li > a {
    display: block;

    padding: 5px 0;

    color: #666666;
    text-decoration: none;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;

    transition:
        color 0.2s ease,
        padding-right 0.2s ease;
}

.mega-menu-list .sub-menu > li > a:hover {
    color: #000000;

    padding-right: 5px;
}


/* =========================================================
   Bootstrap Responsive
   Tablet and Below: < 992px
   ========================================================= */

@media (max-width: 991.98px) {

    /* -----------------------------------------------------
       Main Header
       ----------------------------------------------------- */

    .site-header-main__inner {
        min-height: 68px;

        gap: 20px;
    }

    .site-logo__image {
        max-height: 44px;
    }

    .utility-menu {
        gap: 16px;
    }

    .utility-menu a {
        font-size: 13px;
    }
    .site-header-main__utility {
        display: none;
    }
    .site-header-main__actions {
        gap: 14px;
    }

    .header-action--account span {
        display: none;
    }


    /* -----------------------------------------------------
       Mobile Menu Button
       ----------------------------------------------------- */

    .header-action--menu {
        display: inline-flex;
    }


    /* -----------------------------------------------------
       Primary Navigation
       ----------------------------------------------------- */

    .site-primary-nav {
        display: none;
    }

}


/* =========================================================
   Mobile Navigation
   < 992px
   ========================================================= */

@media (max-width: 991.98px) {

    /*
     * وقتی منوی موبایل باز است،
     * Navigation دوباره نمایش داده می‌شود.
     */

    .site-primary-nav.is-open {
        display: block;
    }


    /* -----------------------------------------------------
       Navigation Inner
       ----------------------------------------------------- */

    .site-primary-nav__inner {
        display: block;
    }


    /* -----------------------------------------------------
       Primary Menu Wrapper
       ----------------------------------------------------- */

    .primary-menu-wrapper {
        display: none;

        position: absolute;

        top: 100%;
        right: 0;
        left: 0;

        z-index: 1100;

        width: 100%;

        background-color: #FAFAFA;

        border: 1px solid #e5e5e5;
        border-top: 0;
        border-radius: 0 0 10px 10px;

        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    }

    .site-primary-nav.is-open .primary-menu-wrapper {
        display: block;
    }


    /* -----------------------------------------------------
       Primary Menu
       ----------------------------------------------------- */

    .primary-menu {

        display: flex;

        flex-direction: column;
        align-items: stretch;

        width: 100%;

        margin: 0;
        padding: 8px 0;

        overflow: visible;
    }

    .primary-menu > li {
        width: 100%;

        flex: 0 0 auto;
    }


    /* -----------------------------------------------------
       Parent Menu Links
       ----------------------------------------------------- */

    .primary-menu > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;

        min-height: 48px;

        padding: 0 18px;

        font-size: 14px;

        white-space: normal;
    }


    /*
     * لینک عنوان منو همچنان لینک واقعی است.
     * فقط فلش با margin-left:auto به سمت چپ می‌رود.
     */

    .primary-menu > li.menu-item-has-children > a {
        gap: 10px;
    }

    .primary-menu > li.menu-item-has-children > a::after {
        margin-right: auto;

        flex: 0 0 18px;

        width: 18px;
        height: 18px;

        font-size: 11px;

        transform: none;
    }


    /*
     * وقتی زیرمنو باز است، فلش بچرخد.
     */

    .primary-menu > li.is-open > a::after {
        transform: rotate(180deg);
    }


    /* -----------------------------------------------------
       Disable Desktop Hover Opening
       ----------------------------------------------------- */

    .primary-menu > li:hover > .dropdown-panel,
    .primary-menu > li:hover > .mega-menu-panel {
        opacity: 1;
        visibility: visible;

        transform: none;
    }


    /*
     * در موبایل و تبلت باز و بسته شدن فقط
     * توسط کلاس is-open کنترل می‌شود.
     */

    .primary-menu > li > .dropdown-panel,
    .primary-menu > li > .mega-menu-panel {
        position: static;

        display: none;

        width: 100%;
        max-width: none;

        margin: 0;

        border: 0;
        border-radius: 0;

        box-shadow: none;

        opacity: 1;
        visibility: visible;

        transform: none;
    }

    .primary-menu > li.is-open > .dropdown-panel,
    .primary-menu > li.is-open > .mega-menu-panel {
        display: block;

        opacity: 1;
        visibility: visible;

        transform: none;
    }


    /* -----------------------------------------------------
       Mega Menu
       ----------------------------------------------------- */

    .mega-menu-panel {
        padding: 18px 0;

        max-height: calc(100vh - 130px);

        overflow-y: auto;
    }

    .mega-menu-columns {
        flex-direction: column;
    }

    .mega-menu-column {
        width: 100%;

        padding: 0 20px;
    }

    .mega-menu-column + .mega-menu-column {
        margin-top: 18px;

        padding-top: 18px;

        border-right: 0;
        border-top: 1px solid #eeeeee;
    }


    /* -----------------------------------------------------
       Mega Menu Items
       ----------------------------------------------------- */

    .mega-menu-list > li > a {
        padding: 8px 0;

        font-size: 14px;
    }

    .mega-menu-list .sub-menu > li > a {
        padding: 5px 0;

        font-size: 13px;
    }

}


/* =========================================================
   Small Mobile
   < 576px
   ========================================================= */

@media (max-width: 575.98px) {

    .site-header-main__inner {
        min-height: 64px;

        gap: 14px;
    }

    .site-header-main__logo {
        max-width: 140px;
    }

    .site-logo__image {
        max-width: 140px;
        max-height: 40px;
    }



    .header-action--search {
        width: 36px;
        height: 36px;

        flex-basis: 36px;
    }

    .header-action--search i {
        font-size: 19px;
    }
    .site-header-main__actions {
        margin-right: auto;

        gap: 10px;
    }

    .header-action {
        min-height: 36px;
    }

    .header-action i {
        font-size: 19px;
    }

    .header-action--menu {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }

    .header-action--menu i {
        font-size: 23px;
    }

    .header-action--account i {
        font-size: 19px;
    }

    .header-action--cart {
        width: 36px;
    }

    .header-action--cart i {
        font-size: 20px;
    }

    .cart-count {
        top: -1px;
        right: -2px;
    }


    /* -----------------------------------------------------
       Primary Menu
       ----------------------------------------------------- */

    .primary-menu > li > a {
        min-height: 48px;

        padding-right: 16px;
        padding-left: 16px;

        font-size: 14px;
    }


    /* -----------------------------------------------------
       Mega Menu
       ----------------------------------------------------- */

    .mega-menu-panel {
        padding: 16px 0;

        max-height: calc(100vh - 115px);
    }

    .mega-menu-column {
        padding-right: 16px;
        padding-left: 16px;
    }

}


/* =========================================================
   Extra Small Mobile
   < 480px
   ========================================================= */

@media (max-width: 479.98px) {

    .site-header-main__inner {
        gap: 10px;
    }

    .site-header-main__logo {
        max-width: 120px;
    }

    .site-logo__image {
        max-width: 120px;
        max-height: 36px;
    }

    .site-header-main__actions {
        gap: 7px;
    }

    .header-action {
        min-height: 34px;
    }

    .header-action--menu {
        width: 36px;
        height: 36px;

        flex-basis: 36px;
    }

    .header-action--menu i {
        font-size: 22px;
    }

    .primary-menu > li > a {
        min-height: 46px;

        padding-right: 14px;
        padding-left: 14px;

        font-size: 13px;
    }

    .mega-menu-panel {
        padding: 14px 0;
    }

    .mega-menu-column {
        padding-right: 14px;
        padding-left: 14px;
    }

}



/* =========================================================
   Mobile / Tablet Search Overlay
   ========================================================= */

.mobile-search-overlay {
    position: fixed;

    inset: 0;

    z-index: 2000;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding: 15vh 30px 30px;

    background-color: rgba(20, 25, 23, 0.82);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
}


/* ---------------------------------------------------------
   Open State
   --------------------------------------------------------- */

.mobile-search-overlay.is-open {
    opacity: 1;
    visibility: visible;
}


/* ---------------------------------------------------------
   Inner
   --------------------------------------------------------- */

.mobile-search-overlay__inner {
    position: relative;

    width: 100%;
    max-width: 600px;

    padding: 20px;

    background-color: #F4F4F4;

    border-radius: 10px;

    transform: translateY(10px);

    transition: transform 0.2s ease;
}

.mobile-search-overlay.is-open
.mobile-search-overlay__inner {
    transform: translateY(0);
}


/* ---------------------------------------------------------
   Search Form
   --------------------------------------------------------- */

.mobile-search-overlay__form {
    width: 100%;
}

.mobile-search-overlay__form .search-form {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;

    margin: 0;
}

.mobile-search-overlay__form .search-form__label {
    display: block;

    width: 100%;

    margin: 0;
}

.mobile-search-overlay__form .search-form__field {
    display: block;

    width: 100%;
    height: 46px;

    margin: 0;

    padding: 0 48px 0 18px;

    box-sizing: border-box;

    border: 1px solid #dddddd;
    border-radius: 24px;

    background-color: #ffffff;

    color: #222222;

    font-family: inherit;
    font-size: 14px;

    outline: none;
}

.mobile-search-overlay__form .search-form__field:focus {
    border-color: #cccccc;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


/* ---------------------------------------------------------
   Submit Button
   --------------------------------------------------------- */

.mobile-search-overlay__form .search-form__submit {
    position: absolute;

    left: 6px;
    top: 50%;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    transform: translateY(-50%);

    border: 0;
    border-radius: 50%;

    background-color: transparent;

    color: #333333;

    cursor: pointer;
}

.mobile-search-overlay__form .search-form__submit:hover {
    background-color: #f0f0f0;
}


/* ---------------------------------------------------------
   Close Button
   --------------------------------------------------------- */

.mobile-search-overlay__close {
    position: absolute;

    top: -44px;
    left: 0;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border: 0;
    background-color: transparent;

    color: #ffffff;

    cursor: pointer;
}

.mobile-search-overlay__close i {
    font-size: 17px;
}


/* =========================================================
   Desktop
   ========================================================= */

@media (min-width: 992px) {

    .mobile-search-overlay {
        display: none;
    }

}


/* =========================================================
   Small Mobile
   ========================================================= */

@media (max-width: 575.98px) {

    .mobile-search-overlay {
        padding: 80px 20px 20px;
    }

    .mobile-search-overlay__inner {
        padding: 16px;
    }

}
/* =========================================================
   Accessibility - Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .header-action,
    .primary-menu > li > a,
    .primary-menu > li.menu-item-has-children > a::after,
    .dropdown-panel,
    .mega-menu-panel,
    .mega-menu-list > li > a,
    .mega-menu-list .sub-menu > li > a {
        transition: none;
    }
}