* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.nav-bar {
  height: 60px;
  background-color: #131921;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.nav-logo {
  height: 50px;
  width: 100px;
}
.logo {
  background-image: url(Images/amazon_logo.png);
  height: 50px;
  width: 100px;
  background-size: cover;
}
.border {
  border: 1px solid transparent;
}
.border :hover {
  border: 1px solid #fff;
}
.add-sec {
  display: flex;
  align-items: center;
}
.add-1 {
  color: #cccccc;
  font-size: 0.85rem;
  margin-left: 15px;
}
.add-2 {
  color: #ffffff;
  font-size: 1rem;
  margin-left: 3px;
}
.nav-search {
  display: flex;
  justify-content: space-evenly;
  height: 40px;
  width: 620px;
  border-radius: 4px;
}
.nav-search:hover {
  border: 2px solid orange;
}
.search-select {
  background-color: #d4d4d4;
  width: 50px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}
option {
  text-align: left;
}
.search-input {
  width: 100%;
  font-size: 1rem;
  border: none;
}

.search-bar {
  width: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3a847;
  font-size: 1.2rem;
  color: black;
}
.language {
  margin: 20px;
}
#language-select {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
}
.nav-cart i {
  font-size: 30px;
}
.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}
.panel {
  height: 40px;
  width: auto;
  background-color: #232f3e;
  display: flex;
  color: white;
  align-items: center;
  justify-content: space-evenly;
}
.panel-ops p {
  display: inline;
  margin-left: 15px;
}
.panel-ops {
  width: 70%;
  font-size: 0.85rem;
}
.panel-deals {
  font-size: 0.9rem;
  font-weight: 700;
}
.hero-section {
  background-image: url(Images/hero_image.jpg);
  background-size: cover;
  height: 325px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-message {
  height: 30px;
  background-color: #fff;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  width: 80%;
  margin-bottom: 25px;
}
.hero-message a {
  color: #007185;
}
.shop-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #b1c9cb;
}
.box {
  height: 400px;
  width: 24%;
  background-color: #fff;
  padding: 20px 0px 15px;
}
.box-img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.box-content {
  margin-left: 15px;
  margin-right: 15px;
}
footer {
  margin-top: 25px;
}
.foot-panel-1 {
  background-color: #37475a;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
}
.foot-panel-2 {
  background-color: #131921;
  color: #fff;
  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-panel-3 {
  background-color: #131921;
  border-top: 0.5px solid #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  background-image: url(Images/amazon_logo.png);
  height: 50px;
  width: 100px;
  background-size: cover;
}
.foot-panel-4 {
  background-color: #0f1111;
  color: white;
  height: 75px;
  font-size: 0.7rem;
  text-align: center;
}
.foot-ops {
  padding-top: 25px;
}
.copyright {
  padding-top: 5px;
}
