.test{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.menu-search-hidden {
    overflow-y: scroll;
    text-align: start;
    text-transform: capitalize;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: #fff;
    z-index: 1000;
    font-size: 13px;
    line-height: 1;
    color: #3d464d;
    min-height: unset;
}

html[lang="ar"] .trending-search{

    position: absolute;
    width:400PX;
    top:38px;
    left: -4px;
    background-color: #fff;
}
html[lang="en"] .trending-search{
    position: absolute;
    height: auto;
    width:400PX;
    top:38px;
    right: -4px;
    background-color: #fff;
}
@media (min-width: 576px) {
    .toggle-menu-btn {
        display: none;
    }
}

@media (min-width: 1200px), print {
    html[lang="en"] body .header-container .top-search-not-dropdown {
        flex: none;
    }
}
.slick-prev, .slick-next {
    z-index:1;
}
.top-search-not-dropdown {
    max-width: 100%;
}
@media screen and (max-width: 992px){
    .trending-search{
        top:50px;
    }
    .menu-search-hidden {
              height: auto;
          }
}
@media screen and (max-width: 576px) {

    .menu-search-hidden {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1;
        overflow-y: auto;
        background-color: #fff;
    }
    .menu-search-hidden-banner-present {
        top: 153px;
        height: calc(100% - 153px);
    }
    .menu-search-hidden-banner-hidden {
        top: 90px;
        height: calc(100% - 90px);
    }
    html[lang="ar"]  .toggle-menu-btn {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        left: 10px;
        z-index: 10001;
        border: none;
        padding: 8px;
        color: #000;
        border-radius: 50%;
        font-size: large;
        background-color: #fff;
    }
    html[lang="en"] .toggle-menu-btn {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        z-index: 10000;
           color:#000;
        border: none;
        padding: 8px;
        border-radius: 50%;
        font-size: large;
        background-color: #fff;
    }
}
@media only screen and (max-width: 420px) {
    body .block.block-search {
        max-width: 121px !important;
        margin-left: 80px;
    }}

@media (max-width: 576px) {
    body .header-container .top-search-not-dropdown .block-search {
        max-width: 45% !important;
        margin-left: 38px;
        margin-right: 48px;
    }}
@media (min-width: 1280px) {
    html[lang="ar"] .trending-search{
        display: none;
        position: absolute;
        width:400PX;
        top:38px;
        left: -69px;
    }

    html[lang="en"] .trending-search{
        display: none;
        position: absolute;
        height: auto;
        width:400PX;
        top:38px;
        right: -71px;
    }
}
.loader {
    width:400PX;
    height: 50vh;
    background-color: #fff;
    text-align: center;
    margin: auto;
}
.load {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid lightslategray;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none !important;
}
