html {
    font-size-adjust: none;
}
body{
    font-family: 'Rubik', sans-serif;
}
.wbi-sec{
    display: inline-block;
    width: 100%;
    height: 450px;
    padding: 50px 0px;
}


#header-section{
    padding-top: 0%;
    height: 100vh;
}

#header-content{
    display: grid;
    grid-template-rows: 75px 1fr;
    width: 100%;
    height: 100%;
}

#picky{
    display: inline-block;
  width: 90%;
  height: 100%;
  position: relative;
  left: 5%;
}

#hi-top{
    position: relative;
    z-index: 4;
}
#nav-bar-content{
    position: fixed;
    z-index: 3;
}

#header-trendx{
    position: relative;
    z-index: 2;
    background-color: rgb(0, 172, 255);
}
#hi-menu-con{
    z-index: 3;
    width: 35px;
}


#hi-menu{
    display: inline-block;
    width: 25px;
    height: 30px;
}


.hi-menu-bar{
    display: inline-block;
    position:absolute;
    width: 80%;
    height: 2px;
    border-radius: 5% ;
    background-color: gray;
}

#hi-dis-menu,#hi-hide-menu{
    border-radius: 5%;
    cursor: pointer;
}

#hi-hide-menu{
    display: none;
}

#hi-menu-bar1{
    top: 8px;
}

#hi-menu-bar2{
    top: 15px;
}

#hi-menu-bar3{
    top: 22px;
}

#hi-logo-con{
    width: 150px;
    vertical-align: top;
}

#search-area{
    display: inline-block;
    width: 90%;
    max-width: 585px;
    height: 100%;
}

#search-box{
    height: 40px;
}

#search-in{
    display: inline-block;
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: whitesmoke;
    width: 90%;
    padding-left: 10px;
}

#search-icon-con{
    width: 10%;
    background-color: black;
}

textarea:focus, input:focus{
    outline: none;
}

.suggestions-box {
    position: absolute;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
    color: black;
}

.suggestion-item:hover {
    background-color: #e0e0e0;
}

#hi-my-account{
    display: inline-block;
    width: 130px;
}

#hi-my-account-link{
    height: 40px;
}

#hi-my-account,#cart-section{
    margin : 0px 5px;
}


#hi-links-area{
    display: inline-block;
    background-color: white;
    width: 100%;
    max-width: 640px;
    height: 100vh;
    position: absolute;
    left: -100%;
    z-index: 4;
    top : 75px;
}

.link{
    font-size : 18px;
}

.hi-link-con{
    margin: 0px 7px;
}



.hi-link{
    white-space: nowrap;
    color: rgb(80, 80, 80);
}

.hi-link:hover{
    color: lightseagreen;
}



#cart-section{
    display: inline-block;
    width: 85px;
}

#nb-items{
    white-space: nowrap;
    color: lightseagreen;
    position: absolute;
    top: 0px;
    right: 5px;
}

#hi-links,.links-container,.hi-link-ccb{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.hi-link-con{
    display: inline-block;
    width: 100%;
    height: 50px;
    margin : 0px;
    border-bottom: 1px solid gray;
}

.hi-link-ccb{
    position: relative;
}

.hi-link{
    position: absolute;
    left: 50px;
    top : 50%;
    transform: translateY(-50%);
}

.half-trendx{
    display: inline-block;
    width: 50%;
    height: 100%;
}

h1{
    color: white;
}

#pres-ti{
    color: whitesmoke;
}

@media screen and (min-width:869px) and (max-width: 1100px){
    #search-area{
        width: 45%;
        max-width: none;
    }
}

@media screen and (max-width : 868px){
    #header-content{
        grid-template-rows: 125px 1fr;
    }

    #search-area{
        max-width: none;
        width: 90%;
        position: absolute;
        top : 65px;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
    }

    #hi-links-area{
        top: 125px;
    }
    #hi-logo-con,#hi-menu-con,#hi-my-account,#cart-section{
        position : absolute;
        height: 40px;
        top: 20%;
        margin: 0px;
    }


    #hi-logo-con{
        left: 75px;
    }

    #hi-logo-img{
        height: 40px;
        object-fit: cover;
    }

    #hi-menu-con{
        width: 25px;
        left: 5%;
    }

    .hi-menu-bar{
        width: 100%;
    }

    #hi-my-account{
        right: 150px;
    }

    #cart-section{
        right: 5%;
    }
}

@media screen and (min-width:0px) and (max-width : 768px){

    .half-trendx{
        width: 100%;
        height: 50%;
    }

    #left-trendx{
        top: 50%;
    }

    #right-trendx{
        top: 0%;
    }

    #pres{
        text-align: center;
    }

    #header-section{
        height: 725px;
    }

    #header-trendx{
        height: 600px;
    }

    h1{
        font-size: 20px;
    }
}

@media screen and (min-width:0px) and (max-width : 360px){

    #pres,h1,#pres-ti{
        display: inline-block;
        width: 90%;
    }

    #hi-my-account-ti{
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width : 640px){

    #hi-my-account{
        right: 100px;
        width: 35px;
    }
    #hi-my-account-ti{
        display: none;
    }
}
@media screen and (min-width:0px) and (max-width : 400px){

    #cart-section{
        width: 30px;
    }

    #cart-ti{
        display: none;
    }
    #hi-my-account{
        right: 50px;
    }
    #hi-logo-con{
        left: 50px;
    }
}

@media screen and (min-width:0px) and (max-width : 320px){

    #hi-my-account{
        width: 30px;
    }
    #hi-logo-con{
        left: 40px;
    }
}