p {
    margin: 0px;
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;

    }
 .header-logo {
    width: 38px;
    height: 38px;
    object-fit: cover;
    margin-bottom: 12px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
 }   

 .title {
    font-size:35px;
    color:#0074e8;
    margin-bottom: 15px;
    margin-top: 10px;
 }

.left-section {
    cursor: pointer;
}

.middle-section{
    display: flex;
    align-items: center;
    padding-right:90px;
    cursor: pointer;
    
}

.searc-icon {
    width: 34px;
    height: 34px;
   
 }

.search-button {
    width: 45px;
    height: 38px;
    margin-top: 2px;
    margin-right: -1px;
    background-color:#0074e8;
    border-radius: 2px;
    border-color: #0074e8;
    cursor: pointer;
    
 
       
}

.search-bar {
    width: 350px;
    height: 37px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;  
    
    
 }
 .search-bar::placeholder {
   font-size: 16px;
   padding-left: 6px;
 }

 .arrow-icon {
    width: 20px;
    margin-right: 6px;
    
 }
.left-section {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 20px;

    }

.basket-icon{
  width: 35px;
  margin-right:18px;
  border-radius: 4px;
  cursor: pointer;
}
.basket-icon:hover {
    background-color: rgb(47, 45, 45);
}
.items-number {
    position: absolute;
    top:-7px;
    left: 10px;
    font-size: 11px;
    background-color:rgb(168, 2, 2);
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 10px;
    

    
}
.items-number-container {
    position: relative;
}

.account-profile-icon {
    width:35px;
    border-radius: 4px;
    cursor: pointer;
}
.account-profile-icon:hover {
    background-color:rgb(47, 45, 45);
}

 
    
 
                