* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

body .navbar {
  height: 60px;
  background-color: #0f1111;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body .navbar .nav-logo {
  height: 50px;
  width: 100px;
}
body .navbar .nav-logo .logo {
  height: 50px;
  width: 100%;
  background-size: cover;
  background-image: url(../dist/img/amazon_logo.png);
}
body .navbar .border {
  border: 1.5px solid transparent;
}
body .navbar .border:hover {
  border: 1.5px solid white;
}
body .navbar .nav-address .adress-first {
  color: #cccccc;
  font-size: 0.85rem;
  margin-left: 15px;
}
body .navbar .nav-address .adress-icon {
  display: flex;
  align-items: center;
}
body .navbar .nav-address .adress-icon .adress-second {
  font-size: 1rem;
  margin-left: 3.5px;
}
body .navbar .nav-search {
  display: flex;
  justify-content: space-evenly;
  background-color: pink;
  width: 620px;
  height: 40px;
  border-radius: 4px;
}
body .navbar .nav-search .search-select {
  background-color: #f3f3f3;
  width: 50px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}
body .navbar .nav-search .search-input {
  width: 100%;
  font-size: 1rem;
  border: none;
}
body .navbar .nav-search .search-icon {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: #febd68;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: black;
}
body .navbar .nav-search:hover {
  border: 2px solid orange;
}
body .navbar .nav-singin span,
body .navbar .nav-return span {
  font-size: 0.7rem;
}
body .navbar .nav-singin .nav-second,
body .navbar .nav-return .nav-second {
  font-size: 0.85rem;
  font-weight: 700;
}
body .navbar .nav-cart {
  font-size: 0.85rem;
}
body .navbar .nav-cart i {
  font-size: 30px;
  font-weight: 700;
}
body .panel {
  height: 40px;
  background-color: #222f3d;
  display: flex;
  color: white;
  align-items: center;
  justify-content: space-evenly;
}
body .panel .panel-ops {
  width: 70%;
  font-size: 0.85rem;
}
body .panel .panel-ops p {
  display: inline;
  margin-left: 15px;
}
body .panel .panel-deals {
  font-size: 0.9rem;
  font-weight: 700;
}
body .hero-section {
  background-image: url(../dist/img/hero_image.jpg);
  height: 380px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
body .hero-section .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;
}
body .hero-section .hero-msg a {
  color: #007185;
}
body .shop-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #e2e7e6;
}
body .shop-section .box {
  height: 400px;
  width: 23%;
  background-color: white;
}
body .shop-section .box-content {
  margin-left: 1rem;
  margin-right: 1rem;
}
body .shop-section p {
  color: #007185;
}
body .shop-section .box-img {
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 300px;
}
body footer {
  margin-top: 15px;
}
body footer .foot-panele1 {
  background-color: #37475a;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
}
body footer .foot-panele2 {
  background-color: #222f3d;
  color: white;
  height: 500px;
  display: flex;
  justify-content: space-evenly;
}
body footer .foot-panele2 ul {
  margin-top: 20px;
}
body footer .foot-panele2 ul a {
  display: block;
  font-size: 0.85rem;
  margin-top: 10px;
  color: #dddddd;
}
body footer .foot-panele3 {
  background-color: #222f3d;
  color: white;
  border-top: 5px solid white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer .foot-panele3 .logo {
  background-image: url(../dist/img/amazon_logo.png);
  background-size: cover;
  height: 50px;
  width: 100px;
}
body footer .foot-panele4 {
  background-color: #0f1111;
  color: white;
  height: 80px;
}
body footer .foot-panele4 .pages {
  text-align: center;
  font-size: 0.7rem;
  padding-top: 25px;
}
body footer .foot-panele4 .copyright {
  padding-top: 5px;
  text-align: center;
  font-size: 0.7rem;
}

/*# sourceMappingURL=style.css.map */
