:root{
    --orange:#0086c3;
}




*{
 font-family: "Red Hat Display",sans-serif;
    margin:0;
    padding:0;
}
@media only screen and (max-width: 768px){
    html,
    body{
    width:100%;
    overflow-x:hidden;
    }
}
  .logo{
           /* width:50% !important;*/
        }
.track{
    
    background-color:#0086c3;

    color:white;
    display:flex;
    justify-content:space-between;
    padding: 10px;
}

.trackicon{
height:1vh;
}
.track i{
    color:white;
    padding: 0px 10px;
    font-size:20px;
}
.login{
    margin-right:10%;
}
.login a{
    text-decoration: none;
    color:white;
}
header {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding: 50px 20px;
    background-color: #fff; 
  
    height:70px;
}

.logoimg {
    height: 90px; 
   /* position:absolute;
    top:30px;
    left:20px;
    width:auto;*/
}

.search {
    flex: 0.6;
    margin: 0 20px; 
   
}
    


.form {
    display: flex;
    padding:20px;
}

.input {
    padding:10px  8px;
    border: 1px solid #ddd;

    width:80%;
    

 
}
.search{
   
}

.buttonSearch {
    padding: 8px 12px;
    background-color: var(--button);
    border: none;
   
    cursor: pointer;
    color:white;
}

.details {
    display: flex;
    align-items: center;
}

.icon {
    text-decoration: none;
    color: #333; 
    margin-right: 20px; 
}
.icon i{
    color:var(--header);
    font-size:20px;
}
.menu {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 
    
}

.categories {
 
    font-weight: bold;
    padding: 10px 20px;
}

.menulist {
display: flex;
  /*   display:none;*/
    justify-content:center;
    align-items: center;
    padding: 10px 20px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list li {
    display: inline-block;
    margin-right: 60px;
}

.list li a {
    text-decoration: none;
    color:black;
    font-weight: bold;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #333;
    padding: 10px;
    list-style: none;
   
}

.submenu li {
    margin: 10px 0;
    display:block;
}

.submenu li a {
    color: #fff;
}

.profile a {
    text-decoration: none;
     color: var(--header);
     font-size: 20px;
}
.profile{
    margin-left:20%;
}

.profile i {
    margin-right: 5px;
    font-size: 20px;
}


.list li:hover a {
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

.dropdown-toggle {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle i {
    margin-left: 5px;
}


.dropdown-toggle:hover + .submenu {
    display: block;
}
.categories{
    background-color: black;
    color:white;
}
.categories i{
    padding:0px 10px;
}
.category-box{
    display: none;
    margin-left:130px;
    position:absolute;
    top: 24.7%;
    left: 14.1%;
    
   
}
.category-item{
    display:flex;
    border:1px solid gray;
        justify-content: space-between;
   

}
.category-name a{
        text-decoration: none;
        color:black;
}
.category-image img{
    height:100px;
    width:100px;
}
.searchmobile{
    display:none;
}
.menu-toggle{
    display:none;
}
.category-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
   position:absolute;
    z-index:1;
    padding:5px;
}

.category-carousel {
    /* Add any additional styling for the carousel */
}

.category-list {
    
    
}

.category-item {
    width: 130px;
    margin: 10px;
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.category-name a {
    color: #007bff;
    text-decoration: none;
}

.category-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

@media (max-width: 767px) {
    
   

  /*  .menu-toggle {
        display:block;
        text-align:center;
        font-size:20px;
      
    }*/

    .details {
        
    }
    /*.logoimg{
        left:5%;
        position:relative;
        top:30px;
    }*/
    .buttonSearch{
        display:none;
        
    }
    wishlist-count {
    position: absolute;
    top: 38%;
    font-size: 12px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 8px;
}
    .details a{
        
    }
    .search{
        position:relative;
        left:16%;
    }
    .mobile{
        display:block;
    }
    .menulist{
        display:none;
        background-color:white;
        position:absolute !important;
        width:60% !important;
        top:0%;
        height:100vh;
         box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    }
    .menu{
        
    }
    
    .list li {
        display:block;
        padding:6px;
    }
    .profile{
        margin-left:0;
    }
    .profile i{
        color:black;
    }
    .category-box{
        margin-left:-30px;
        top:27%;
       
    }
    .category-item {
        width: 290px;
       
    }
    
}