.div-close-icon {
    display: none !important;
}

@media screen and (max-width:1066px) {
    .div-close-icon {
        display: flex !important;
        padding: 0 2.4rem;
        cursor: pointer;
    }

    .simplified-header>header>nav>span {
        display: block !important;
        width: 6.8rem;
    }
}

.menu {
    position: relative;
    background-color: #fff;
    height: calc(6rem + 1px);
    z-index: 10000;
    right: 0;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.menu::after {
    content: "";
    background-color: #FFF;
    position: fixed;
    width: 100vw;
    height: 6rem;
}

@media screen and (max-width:1066px) {
    .menu>header>div>div:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width:1066px) {
    .menu {
        height: calc(6rem + 1px);
    }
}

.menu header * {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menu>header>div {
    min-height: 6rem;
    z-index: 1100;
    box-shadow: none;
    display: flex;
    padding: 0;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1066px;
    justify-content: space-between;
}

@media screen and (max-width: 1066px) {
    .menu>header>div {
        min-height: 6rem;
    }
}

.menu>header>div>div {
    margin: 0 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 6rem;
    transition: 0.3s;
}

@media screen and (max-width:1066px) {
    .menu>header>div>div {
        position: fixed;
    }
}

.menu>header>div>div:nth-child(1) {
    width: 5.5rem;
    justify-content: center;
    padding: 0 .5rem;
    position: relative;
    display: flex;
    align-items: center;

}

@media screen and (min-width:1066px) {
    .menu>header>div>div:nth-child(1) {
        display: none;
    }
}

.menu>header>div>div:nth-child(1)>button>svg {
    width: 3rem;
    height: 3rem;
    fill: rgb(255, 110, 20);
    color: rgb(255, 110, 20);
}

.menu>header>div>div>a:nth-child(1)>svg {
    height: 100%;
    margin-left: 3rem;
    max-height: 6rem;
    min-width: 16rem;
    max-width: 16rem;
    height: 45px;
}

@media screen and (max-width:1066px) {
    .menu>header>div>div>a:nth-child(1)>svg {
        margin-left: 0rem;
        height: 45px;
    }
}

.uppder-header-ad-button {
    padding-left: 1.6rem;
    overflow: clip;
}

.uppder-header-ad-button>div {
    align-self: center;
    height: 4rem;
    display: flex;
    border-radius: 1.6rem;
    background-color: #ff6e14;
    min-width: 13rem;
    align-items: center;
    transition: background-color .3s;
    padding: 0 4rem;
    opacity: 1;
    white-space: nowrap;
    width: 100%;
}

@media screen and (max-width:1066px) {
    .uppder-header-ad-button>div {
        display: none;
    }
}

.uppder-header-ad-button>div:hover {
    background-color: #c0562a;
}

.uppder-header-ad-button>div>div {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 1rem;
    align-items: center;
}

.uppder-header-ad-button>div>div>svg {
    fill: #fff;
    height: 1.6rem;
    width: 1.6rem;
}

.uppder-header-ad-button>div>span {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
}

.menu>header>div>div>a:nth-child(3) {
    align-self: center;
    height: 4rem;
    display: flex;
    margin-right: 3rem;
    align-items: center;
    position: relative;
    width: 100%;
}

@media screen and (max-width:1066px) {
    .menu>header>div>div>a:nth-child(3) {
        display: none;
    }
}

.menu>header>div>div>a:nth-child(3)::after {
    content: "";
    display: block;
    border-bottom: solid 3px #ff6e14;
    bottom: 0;
    right: 50%;
    left: 50%;
    position: absolute;
    transition-timing-function: ease-out;
}

.menu>header>div>div>a:nth-child(3):hover::after {
    content: "";
    display: block;
    border-bottom: solid 3px #ff6e14;
    bottom: 0;
    right: -10px;
    left: -10px;
    position: absolute;
    transition-duration: 0.3s;
}

.menu>header>div>div>a:nth-child(3)>div {
    margin-left: 1rem;
}

.menu>header>div>div>a:nth-child(3)>div>svg {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
    transform: rotateZ(90deg)
}

.menu>header>div>div>a:nth-child(3)>span {
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: 600;
}

@media screen and (min-width:1066px) {
    .menu>header>div>div:nth-child(4) {
        display: none;
    }
}

.menu>header>div>nav {
    display: flex;
    align-items: center;
}

@media screen and (max-width:1066px) {
    .menu>header>div>nav {
        display: none;
    }
}

.menu>header>div>nav>a {
    padding: 0 .5rem;
    position: relative;
    margin-right: 1rem;}

.menu>header>div>nav>a:last-child {}

.menu>header>div>nav>a>div>div {
    display: block;
}

.menu>header>div>nav>a>div>div>div:nth-child(1) {
    display: flex;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.menu>header>div>nav>a>div>div>div:nth-child(1)>svg {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}

.menu>header>div>nav>a>div>div>div:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: .4rem;
    white-space: nowrap;
    overflow: auto;
    max-width: 30rem;
}

.menu>header>div>nav>a>div>div>div:nth-child(2)::after {
    border-color: #ff6e14;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.menu>header>div>nav>a:hover>div>div>div:nth-child(2)::after {
    opacity: 1;
    transition-property: width, opacity;
    transition: .3s ease-out;
    width: 100%;
}

.menu>div {
    display: flex;
    min-height: 4rem;
    z-index: 1100;
    box-shadow: none;
    background: #fff;
    position: fixed;
    right: 0;
    top: 6rem;
    padding-top: 1rem;
    left: 0;
    margin: 0 auto;
    max-width: 1066px;
    justify-content: space-between;
}

@media screen and (max-width:1066px) {
    .menu>div {
        display: none;
    }
}

.menu>div>div {
    position: relative;
}

.menu>div>div:first-child {
    margin-right: 1rem;
}

.menu>div>div:last-child {
    margin-left: 1rem;
}

.menu>div>div>button {
    background: #fff;
    padding: 0;
    font-weight: 400;
    font-size: 1.3rem;
}

.menu>div>span::before {
    content: "•";
    transform: translate(-50%, -50%);
}

.menu>div>div::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-bottom: 2px solid rgb(26, 26, 26);
    transition-property: left, right;
    transition-timing-function: ease-out;
}

.menu>div>div:hover::after {
    left: -1rem !important;
    right: -1rem !important;
    transition-duration: 0.3s;
}

.menu>div {
    z-index: 2500;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    min-width: 25rem;
    fill: rgb(51, 51, 51);
    color: rgb(51, 51, 51);
    display: block;
    transition: 150ms background-color;
    background: unset;
    transform: translateX(100%);
}

.menu>div>section {
    background: #fff;
    max-width: 48rem;
    height: 100vh;
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px -4px 8px 0px;
    position: relative;
    transform: translateX(100%);
    transition: 200ms transform;
}

@keyframes sideMenuAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.menu>div>section>header {
    display: flex;
    border-bottom: 1px solid rgb(230, 235, 239);
    height: 6rem;
    z-index: 2501;
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
}

.menu>div>section>header>span {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 1rem;
}

.menu>div>section>header>span>a {
    display: flex;
    align-items: center;
}

.menu>div>section>header>span>a>svg {
    margin-left: 0rem;
    height: 35px;
    max-height: 6rem;
    min-width: 16rem;
    width: 100%;
}

.menu>div>section>header>button {
    padding: 0.8rem;
    margin: 0.8rem;
}

.menu>div>section>header>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
}

.menu>div>section>div {
    position: absolute;
    inset: 0px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding-top: 6rem;
}

.menu>div>section>div>ul:nth-child(1) {}

.menu>div>section>div>ul:nth-child(1)::after,
.menu>div>section>div>ul:nth-child(3)::after {
    content: '';
    position: absolute;
    height: 2rem;
    max-width: 48rem;
    width: 100%;
    border-bottom: 1px solid rgb(202, 209, 217);
}

.menu>div>section>div>ul {
    list-style: none;
    padding: 0;
}

.menu>div>section>div>ul>li {
    padding: 0 0.8rem;
}

.menu>div>section>div>ul>li>a {
    display: flex;
    margin-top: 1rem;
    padding: 0.5rem;
    padding-right: 0.4rem;
    border-radius: 0.4rem;
}

.menu>div>section>div>ul>li>a:hover {
    background-color: rgb(230, 235, 239);
}

.menu>div>section>div>ul>li>a>svg {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    padding-right: 0.4rem;
}

.menu>div>section>div>ul>li>a>span {
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 0.8rem;
    color: rgb(51, 51, 51);
}

.menu>div>section>div>ul:nth-child(2) {
    padding-top: 1rem;
}

.menu>div>section>div>ul:nth-child(3) {
    margin-top: auto;
}

.menu>div>section>div>ul:nth-child(3)>li>a>span {
    color: rgb(255, 110, 20);
}

.menu>div>section>div>ul:nth-child(4)>li>a {}

.menu>div>section>div>ul:nth-child(4)>li>a::after {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center, 50%, 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: .8rem;
    margin-top: .3rem;
    position: absolute;
    left: 0;
    fill: red;
}

.menu>div>section>div>ul:nth-child(4)>li>a:hover::after {
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}


.simplified-header {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 6px 12px 0 #0003;
    z-index: 110;
    position: sticky;
}

.simplified-header>header {
    position: sticky;
    z-index: 1100;
    border-bottom: 0.1rem solid transparent;
    visibility: visible;
    transition: border-bottom-color 220ms ease 0s;
    top: 0px;
}

.simplified-header>header>div {
    pointer-events: none;
    position: absolute;
    inset: -1px 0px -0.8rem;
    overflow: hidden;
}

.simplified-header::before,
.simplified-header::after {
    content: "";
    position: absolute;
    inset: 0px 0px 0.8rem;
}

.simplified-header>header>nav {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1066px;
    margin: 0px auto;
    display: flex;
    column-gap: 0.8rem;
    position: relative;
    min-height: 6rem;
}

.simplified-header>header>nav>span {
    display: none;
}

.simplified-header>header>nav>div {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.simplified-header>header>nav>div>div {
    display: block;
    height: 100%;
}

@media screen and (max-width: 1066px) {
    .simplified-header>header>nav>div>div {
        display: none !important;
    }

    .simplified-header>header>nav>button {
        display: none !important;
    }

    .simplified-header>header>nav {
        display: flex;
        margin: 0px auto;
        min-height: 6rem;
    }

    .simplified-header {
        box-shadow: unset;
    }
}

.simplified-header>header>nav>div>div>a {
    display: flex;
    align-items: center;
    width: 14rem;
    height: 100%;
}

.simplified-header>header>nav>div>div>a>svg {
    height: 100%;
    width: 100%;
    margin-left: 3rem;
    vertical-align: baseline;
}

.simplified-header>header>nav>div>p {
    color: rgb(6, 35, 61);
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 2.4rem;
    align-self: center;
}

.simplified-header>header>nav>button {
    display: block;
    transition: box-shadow .1s cubic-bezier(.4, 0, 1, 1), border-color .3s cubic-bezier(.4, 0, 1, 1);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    white-space: nowrap;
    border-radius: 2rem;
    border: 1px solid rgb(9, 65, 113);
    margin: 1rem 0;
    color: rgb(9, 65, 113);
}

.simplified-header>header>nav>button:hover {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px 3px #EC5A1355;
}

.simplified-header>header>nav>div>svg {
    width: 2rem;
    height: 2rem;
    min-width: 1.6rem;
    display: inline;
    vertical-align: baseline;
    fill: rgb(168, 180, 192);
    color: rgb(168, 180, 192);
}

.simplified-header>header>nav>div>svg:hover {
    fill: rgb(129, 145, 160);
}

.search-container {
    width: 100%;
    flex: 1 1;
}

.search-container>div {
    padding-left: 4.8rem;
    padding-right: 1.6rem;
    background-color: rgb(240, 242, 245);
    position: relative;
    display: flex;
    height: 4.4rem;
    width: 100%;
    align-items: center;
    border-radius: 1.6rem;
}

.search-container>div>input {
    color: rgb(56, 71, 87);
    font-size: 1.6rem;
    line-height: 2.4rem;
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 4.8rem;
    padding-right: 1.6rem;
}

.search-container>div>input::placeholder {
    font-size: 1.4rem;
    color: rgba(56, 71, 87, .5);
}

.search-container>div>button:nth-child(3) {
    border-radius: 1.2rem;
    justify-content: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    position: absolute;
    background-color: rgb(236, 90, 19);
    margin: 0;
    left: .8rem;
    transition: background-color .2s;
}

.search-container>div>button:nth-child(3):hover {
    background-color: rgb(240, 123, 66);
}

.search-container>div>button:nth-child(3)>svg {
    height: 1.6rem;
    width: 1.6rem;
    fill: #FFF;
    transform: rotateY(180deg)
}

.hide-header-button {
    opacity: 0 !important;
    width: 0 !important;
    padding: 0 !important;
}

.main-overlay {
    background-color: rgb(0, 0, 0, 0.4) !important;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1900;
    animation-timing-function: ease-out;
    animation: dimmed-background 0.2s;
}

@keyframes dimmed-background {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.4;
    }
}

.search-expand {
    padding: 0;
}

.header-ad-button-container {
    width: 20rem;
    height: 4rem;
    transition: width .5s ease-in-out, opacity .3s ease-in-out;
}

.search-cancel-btn {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none !important;
    top: 0;
    left: 4rem;
    position: absolute;
}

.search-cancel-btn>svg {
    color: rgb(98, 124, 147);
    fill: currentColor;
    border-radius: 99999px;
    width: 1.6rem;
    height: 1.6rem;
    transition: color .2s;
}

.search-cancel-btn>svg:hover {
    color: rgba(98, 124, 147, 0.6);
    fill: currentColor;
}

.mobile-search-container {
    display: none !important;
}

@media screen and (max-width: 1066px) {
    .header-ad-button-container {
        display: none !important;
    }

    .mobile-search-container {
        position: fixed;
        top: 6rem;
        left: 0;
        z-index: 10000;
        pointer-events: none;
        height: 6rem;
        margin-top: -6rem;
        visibility: visible;
        display: flex !important;
        right: 0;
        transition: right .15s ease-in, top .15s ease-in .15s;
    }

    .mobile-search-container::after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        background-color: rgb(255, 255, 255);
        top: 6rem;
        box-sizing: content-box;
        height: 4.4rem;
        transition: height 175ms ease-in-out 0s, padding-bottom 175ms ease-in-out 0s;
    }

    .mobile-search-container>div {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        position: absolute;
        pointer-events: initial;
        left: 1.6rem;
        right: 1.6rem;
        top: 6rem;
        height: 4.4rem;
        transition: top 175ms ease-in-out 0s, height 175ms ease-in-out 0s, left 75ms ease-in-out 175ms;
        z-index: 10000;
    }

    .mobile-search-container>div>div {
        outline: 2px solid #0000;
        outline-offset: 2px;
        padding-left: 1.6rem;
        padding-right: 4rem;
        background-color: rgb(240, 242, 245);
        border-radius: 1.6rem;
        align-items: center;
        width: 100%;
        height: 4.4rem;
        display: flex;
        position: relative;
    }

    .mobile-search-container>div>div>div {
        height: 100%;
        width: 100%;
        display: flex;
        top: 0;
        right: 1.6rem;
        position: absolute;
    }

    .mobile-search-container>div>div>div>input {
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: transparent;
        outline: none;
        padding-right: 3.6rem;
    }

    .mobile-search-container>div>div>div>button[title^='بحث'] {
        height: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        top: 0;
        right: 0;
        position: absolute;
    }

    .mobile-search-container>div>div>div>button>svg {
        width: 1.6rem;
        height: 1.6rem;
    }

    .mobile-search-container>div>div>div>button[title^='الغاء'] {
        height: 100%;
        justify-content: center;
        align-items: center;
        display: none;
        top: 0;
        left: 2rem;
        position: absolute;
    }

    .search-container {
        display: none !important;
    }
}