.amazon-header {
  background-color: white;
  color: white;
  padding-left: 15px;
  padding-right: 15px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.amazon-header-left-section {
  width: 180px;
}
@media (max-width: 300px) {
  .cart-quantity {
    margin-left: 10px;
  
  }
}

@media (max-width: 800px) {
  .amazon-header-left-section {
    width: unset;
  }
}

.header-link {
  display: inline-block;
  padding: 6px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.header-link:hover {
  border: 1px solid white;
}

.amazon-logo {
  width: 70px;
  margin-top: 5px;
}


/* .amazon-mobile-logo {
  display: none;
} */

@media (max-width:416px) {
  /* .amazon-logo {
    display: none;
  } */

  .amazon-mobile-logo {
    /* display: block; */
    height: 35px;
    margin-top: 5px;
  }
  .cart-quantity {
   
   
    padding: 1px;
    padding-top: 7px;
   margin-left: 10px;
  }
  

}

.amazon-header-middle-section {
  flex: 1;
  max-width: 850px;
  margin-left: 30px;
  margin-right: 1px;
  display: flex;
}

.search-bar {
  flex: 1;
  width: 0;
  font-size: 16px;
  height: 38px;
  padding-left: 15px;
  background-color: rgb(255, 244, 244);
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 20px;
}

.search-button {
  background-color: rgb(6, 206, 6);
  border: none;
  width: 45px;
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-shrink: 0;
}

.search-icon {
  height: 30px;
  margin-left: 2px;
  margin-top: 3px;
}

.amazon-header-right-section {
  /* width: 180px; */
  flex-shrink: 0;
  /* display: flex;
  justify-content: end; */
}



@media(max-width:768px){
  .amazon-logo {
    height: 35px;
    width: 50px;
  }
  .search-bar {
    font-size: 14px;
    height: 28px;
    width: 100px;
    margin-left: 10px;
  }
 
  .search-button {
    width: 35px;
    height: 30px;
  }
  .search-icon {
    height: 22px;
    margin-top: 2px;
  }
  
  
  .cart-quantity {
     margin-top: 6px;
    top: 60px;
    left: 1px;
    padding-left: 1px;
    
  }
  .returns-text {
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-top: 1px;
    display: none;
  }
  .orders-text {
    
    width: 5px;
    margin-top: 1px;
    padding-bottom: 2px;
    display: none;
  }
  .orders-link {
    font-size: 14px;
    display: none;
  }
  .returns-link {
    font-size: 14px;
    display: none;
  }
  .cart-link {
    color: white;
   
    
   
  }
  
  .amazon-header-right-section {
  justify-content: space-between;
  width: 130px;
  }

  
 
  
}



.orders-link {
  color: white;
}

.returns-text {
  display: block;
  font-size: 13px;
}

.orders-text {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.cart-link {
  color: white;
 
  align-items: center;
  position: relative;
}

.cart-icon {
  width: 50px;
  display: none;
}

.cart-text {
  font-size: 15px;
  font-weight: 700;
}

.cart-quantity {
  color:rgb(235, 243, 235);
  font-size: 16px;
  font-weight: 700;
/* 
border-style: solid; */
background-color: rgb(6, 206, 6);
/* border-color: orange; */
/* border-right: none;
border-top: none;
border-top-right-radius: 10px;
 */
/* 
  position: absolute; */
  /* top: 4px; */
  /* left: 22px;
  
  margin-bottom: 15px; */
/*   
  width: 30px;*/
  width: 20px;
  border-radius: 30px;
  margin-bottom: 9px;
  text-align: center;
  padding: 6px;
  padding-top: 7px;
  margin-left: 50px;
  margin-right: 20px;
}


