* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  height: 60px;
  background-color: #0f1111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  gap: 18px;
}

.navbar,
.navbar * {
  color: #fff;
}

.nav-logo .logo {
  filter: none;
}

.nav-address .add-first,
.nav-address .add-second {
  color: #ccc;
}

.nav-signin.border {
  transition: background 0.2s;
}
.nav-signin.border:hover {
  background: #232f3e;
}

.nav-second {
  color: #fff;
}

.nav-cart i {
  color: #ffd700;
}
.nav-cart {
  color: #fff;
}

.nav-logo {
  height: 50px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border {
  border: 2px solid transparent;
}

.border:hover {
  border: 1.5px solid white;
  cursor: pointer;
}

/*box-1*/

.add-first {
  color: #cccccc;
  font-size: 1rem;
  margin-left: 15px;
}
.add-second {
  font-size: 1 rem;
  margin-left: 3px;
}

.add-icon {
  display: flex;
  align-items: center;
}

.nav-search {
  display: flex;
  background-color: pink;
  width: 620px;
  height: 40px;
  border-radius: 4px;
  justify-content: space-evenly;
}
.nav-search:hover {
  border: 2px solid orange;
}

.search-select {
  background-color: #e6e6e6;
  color: #7a8b8c;
  width: 50px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}
.search-input {
  width: 100%;
  font-size: 1rem;
  border: none;
}

.search-icon {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: #ffbe69;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #0f1111;
}
span {
  font-size: 0.7rem;
}

.nav-second {
  font-size: 0.85rem;
  font-weight: 700;
}

.nav-cart i {
  font-size: 30px;
}
.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}

.panel {
  height: 38px;
  background-color: #222f3b;
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  overflow-x: auto;
  min-width: 0;
}
.panel-all {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 32px;
}
.panel-all i {
  color: #fff;
  margin-right: 6px;
  font-size: 1.2em;
}
.panel-ops p {
  /* ...existing code... */
}
.panel {
  /* ...existing code... */
}
.panel > span,
.panel > div:last-child {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 18px;
}
.panel-ops {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1 1 0%;
  overflow-x: auto;
}
.panel-ops p {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.panel {
  /* duplicate removed */
}
.panel-ops p {
  /* duplicate removed */
}

.panel-ops {
  /* duplicate removed */
}
.panel-deals {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.hero-section {
  background-image: url("assests/hero_image.jpg");
  height: 350px;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-msg {
  background-color: white;
  color: black;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  width: 80%;
  margin-bottom: 25px;
}
.hero-msg a {
  color: #007185;
}
.shop-section {
  display: flex;
  justify-content: space-evenly;
  background-color: #e2e7e6;
  flex-wrap: wrap;
  padding: 20px 0;
}
.box {
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 400px;
  width: 22%;
  background-color: white;
  padding: 20px 0px 15px;
  margin: 15px 1% 0 1%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-img {
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box-content {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-content p {
  color: #007185;
}
footer {
}

.foot-panel1 {
  background-color: #37475a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 0.85rem;
}

.foot-panel2 {
  background-color: #222f3b;
  color: white;
  height: 300px;
  display: flex;
  justify-content: space-evenly;

  ul {
    margin-top: 20px;
  }
}
ul a {
  display: block;
  font-size: 0.85rem;
  margin-top: 10px;
  color: #dddddd;
}

.foot-panel3 {
  background-color: #222f3d;
  color: white;
  border-top: 0.5px solid white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  background-image: url("assests/amazon_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 600px;
  width: 100px;
}

.foot-panel4 {
  background-color: #0f1111;
  color: white;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.7rem;
}

.pages {
  padding-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.copyright {
  padding-top: 5px;
  width: 100%;
  text-align: center;
}
