header {
  height: 70px;
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 7;
}
header * {
  z-index: 7;
}
header > div {
  width: 95vw;
  max-width: 1850px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > div .center {
  display: none;
}
header > div .right {
  display: flex;
  flex-direction: row;
  text-align: right;
  justify-content: right;
  align-items: center;
  flex: 1;
  gap: 50px;
}
header > div .right .shop-name {
  font-size: 25px;
  margin-left: 20px;
  display: none;
}
header > div .right .search form {
  display: flex;
  width: 500px;
}
header > div .right .search form input {
  color: black;
  width: 100%;
  border: 3px solid #e2e2e2;
  border-right: none;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-size: 20px;
  text-align: right;
}
header > div .right .search form button {
  border: 1px solid #333;
  background: #333;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
header > div .right a {
  margin: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
header > div .right a img {
  height: 50px;
}
header > div .left {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  flex: 1;
}
header > div .left .login {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  gap: 20px;
}
header > div .left .login img {
  width: 40px;
}
header > div .left .cart {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
header > div .left .cart .cartItem {
  color: green;
}
header > div .left .cart img {
  width: 40px;
}
header > div .left div {
  font-size: 20px;
  margin-left: -15px;
}
header > div .left .dropdown .profile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
header > div .left .dropdown .profile img {
  width: 40px;
}
header > div .left .dropdown .profile .arrow {
  width: 20px;
}
header > div .left .dropdown .profile div {
  margin-left: 50px;
}
header > div .left .dropdown .profile-dropdown {
  position: absolute;
  margin-top: 10px;
  margin-left: 130px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #949494;
  border-radius: 5px;
  width: 256px;
  direction: rtl;
  display: none;
}
header > div .left .dropdown .profile-dropdown > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header > div .left .dropdown .profile-dropdown > div img {
  width: 20px;
}
header > div .left .dropdown .profile-dropdown > div a:first-child {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
}
header > div .left .dropdown .profile-dropdown > div a:first-child * {
  cursor: pointer;
}
header > div .left .dropdown .profile-dropdown > div a {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  padding: 10px;
  gap: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
header > div .left .dropdown .profile-dropdown > div a * {
  cursor: pointer;
}
header > div .left .dropdown .profile-dropdown > div a:hover {
  background-color: rgb(246, 255, 205);
}

/*# sourceMappingURL=header.css.30d873be7691.map */
