.container.topHeader {
  border-radius: 0px 0px 6px 6px;
  background: #2a385e;
  max-width: 95%;
}

.container.topHeader .search {
  background: #2a385e;
}

.shopping-cart-number {
  font-size: 15px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: -50%;
  right: -60%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f65250;
}

.cart-link {
  color: white;
  display: flex;
  font-size: 20px;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  width: fit-content;
  position: absolute;
  top: 30%;
  right: 10%;
}

.cart-link i {
  font-size: 24px;
}

.profile-buttons {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  gap: 25px;
}

.white-button {
  background: white;
  color: #003232;
  width: 40dvw;
  height: 40px;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  max-width: 170px;
  /* 142.857% */
}

.container.topHeader .search .ico {
  position: absolute;
  top: 0;
  left: 85%;
  font-size: 23px;
  padding: 9px;
  z-index: 2;
  color: #f65250;
  right: 0;
  font-weight: 800;
}

.container.topHeader .search {
  background: #fff;
  border-radius: 4px;
  padding: 0;
}

.container.topHeader .search input {
  border: none;
  color: #000;
}
