 body{
   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.main-side-nav{
    position: absolute;
    margin: auto;
    height: fit-content;
    z-index: 0;
    transform: translateY(70%);
    right: 0;
    padding: 10px 3% 10px 0;
    z-index: 13;
}
.main-side-nav div{
    margin: 20px 0;
    cursor: pointer;
    
}

#header{
    width: 100%;
}
#sorted-search{
    color: white;
}
.main-search-page{
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 7;
    background-color: rgba(0, 0, 0, 0.706);
}
.main-searchbar{
    width:35%;
    margin: auto;
    transform: translateY(70px);
    
}
::placeholder {
color: white;
opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
color: white;
}
#d_search{
    width: 80%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: white;
    border-bottom: 1px solid white;
    padding: 10px 0;
    left: 0;
    right: 0;
    font-size: 22px;
}
#d_search:focus{
    border: none;
    color: white;
    border-bottom: 1px solid white;
    outline:0;
}
#close_search{
    border: 1px solid white;
    background: transparent;
    cursor: pointer;
    color: white;
    padding: 15px 20px ;
    border-radius: 50px;
    margin: 25px 0;
    font-size: 22px;
}
#sorted-search{
    width: 80%;
}
#Searched_items{
    background-color: white;
    margin: 0;
    color: black;
    padding: 15px 7px;
    cursor: pointer;
}
#search_icon_main_searchbar{
    width: 20%;
    display: inline-block;
}
#search_button_searcbar{
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: row;
}
::-webkit-search-cancel-button {
-webkit-appearance: none;
}

::-webkit-search-cancel-button:after {
content: 'X';
font-style: italic;
color: red;
}
.location_icon_sidebar a img,.surprise_icon_sidebar a img,.search_icon_sidebar img{
    filter: invert(27%) sepia(97%) saturate(6641%) hue-rotate(341deg) brightness(89%) contrast(88%);
}
.hidden,.stickyIcon,#searchpopup{
display: none;
}
@media(max-width:750px) {
    .main-side-nav{
        transform: translateY(35%);
      }
      .main-side-nav img{
        width: 22px;
        height: 22px;
    }
    .main-side-nav  div{
        margin: 10px 0;
    }
}
  
  @media(max-width:1000px) and (min-width:750px) {
    .main-side-nav{
        transform: translateY(43%);
      }
      .main-side-nav img{
        width: 27px;
        height: 27px;
    }
    .main-side-nav  div{
        margin: 10px 0;
    }
  }
  
  @media(max-width:1200px) and (min-width:1000px) {
    .main-side-nav{
      transform: translateY(45%);
    }
    .main-side-nav img{
        width: 30px;
        height: 30px;
    }
  }
  
  @media(max-width:1400px) and (min-width:1200px) {
    .main-side-nav{
        transform: translateY(57%);
      }
      .main-side-nav img{
        width: 35px;
        height: 35px;
    }
  }
  
  @media(min-width:1400px) {}