* {
  margin: 0px;
  font-family: arial;
  border: border-box;
}
.navbar {
  height: 60px;
  background-color: #0f1111;
  color: white;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* border: 4px solid green; */
}
.nav-logo {
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  /* border: 5px solid yellow; */
}

.logo {
  background-image: url("footer-logo-img.jpg");
  height: 28px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* border: 1px solid red; */
 
}
.border {
  border: 1px solid transparent;
}

.border:hover {
  border: 1px solid white;
}

/* box 2 */
.add-first {
  color: #cccccc;
  font-size: 0.85rem;
  margin-left: 15px;
}

.add-second {
  font-size: 1rem;
  margin-left: 5px;
}

.add-icon {
  display: flex;
  align-items: center;
}
/* box 3 */
.nav-search {
  display: flex;
  justify-content: space-evenly;
  /* background-color: pink; */
  width: 620px;
  height: 40px;
  border-radius: 3px;
}
.search-select {
  background-color: #f3f3f3;
  width: 50px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
}
.search-input {
  width: 100%;
  border: none;
  font-size: 1rem;
}

.search-icon {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background-color: rgb(255, 153, 0);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #0f1111;
}

.nav-search:hover {
  border: 2px solid orange;
}
/* box 4 */
span {
  font-size: 0.7rem;
}

.nav-second {
  font-size: 0.85rem;
  font-weight: 700;
}

/* box 6{ */
.nav-cart i {
  font-size: 30px;
}

.nav-cart {
  font-size: 0.85rem;
  font-weight: 700;
}

/* panel */
.panel {
  height: 40px;
  background-color: #222f3d;
  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 */
.hero-section {
  background-image: url("hero-img-amazon.jpg");
  height: 360px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-message {
  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-message a {
  color: #007185;
}

/* shop section */
.shop-section {
  display: flex;
  flex-wrap: wrap;
  height: 200%;
  justify-content: space-evenly;
  background-color: rgba(248, 215, 248, 0.849)
}
.box {
  height: 240px;
  /* border: 2px solid black; */
  width: 22%;
  background-color: white;
  padding: 20px 0px 15px;
  margin-top: 15px;
}

.box1-img{
  background-image: url("box1-img.jpg");
  height: 150px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box2-img{
  background-image: url("box2-img.webp");
  height: 150px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box3-img{
  background-image: url("box3.webp");
  height: 150px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box4-img{
  background-image: url("box4-img.webp");
  height: 150px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box5-img{
  background-image: url("box5-img.jpg");
  height: 150px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box6-img{
  background-image: url("box6-img.jpg");
  height: 150px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box7-img{
  background-image: url("box7-img.jpg");
  height: 150px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box8-img{
  background-image: url("box8-img.webp");
  height: 150px;
  background-size:cover;
  /* background-repeat: no-repeat; */
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-pointer{
  cursor: pointer;
}




.box-content{
  margin-left: 8px;
  margin-right: 8px;
}
.box-content p {
  color: #007185;
}

/* footer section */
footer{
  margin-top: 15px;
}
.foot-panel1{
  background-color: #37475a;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.67rem;
}

.foot-panel2{
  background-color: #222f3d;
  color: white;
  height: 300px;
  display: flex;
  justify-content: space-evenly;
}

ul{
  margin-top: 20px;
}

ul a{
  display: block;
  font-size: 0.85rem;
  font-family: sans-serif;
  margin-top: 10px;
  color: #dddddd;
}

.foot-panel3{
  background-color: #222f3d;
  border-top: 0.2px solid grey;
  height: 70px;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.logo{
  background-image: url("footer-logo-img.jpg");
  background-size: cover;
  height: 50px;
  width: 100px;
  border-radius: 5px;
}


.lang-wrapper {
  padding: 6px 4px;
  /* margin-right: 6px; */
  margin-left: 8px;
}

.lang-selector {
  display: flex;
  align-items: center;
  border: 1px solid white;
  height: 30px;
  width: 140px;
  padding: 0px 10px;
  background-color: #232f3e;
  color: white;
  border-radius: 4px;
}

.lang-selector select {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
}

.lang-selector select option {
  color: black;
}

.foot-panel4{
  background-color: #131A22;
  color: white;
  height: 80px;
width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; 
  font-size: 0.7rem;
  text-align: center;
/* margin-top: 15rem; */
}

.foot-panel-last{
  background-color: #131A22;
  color: white;
  height: 100px;
width: 100%;
display: flex;
justify-content: center;
/* align-items: center; */
/* gap: 5px; */
padding-top: 100px;

}
.last1 a{
  display: block;
  margin-top: 4px;
  /* padding-top: 1px; */
  padding-left: 40px;
  color: grey;
  font-size: 0.7rem;
}


.pages{
padding-top: 25px;
/* margin-top: 50px; */

}
.pages a{
  margin-left: 8px;
}
.copyright{
  padding-top: 5px;
}

/* form css */
/* body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background-color: #f4f4f4;
} */


