/* NAVBAR START */
#navbar {
  height: 50px;
  width: 1139px;

  margin-top: -10px;
  padding-top: 30px;
  background-color: rgb(0, 113, 220);
  margin-left: -10px;
}
#navbar > ul {
  background-color: rgb(0, 113, 220);
  height: 50px;
  width: 1127px;
  margin-left: -10px;

  margin-top: 25px;
}
#navbar ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#navbar ul a {
  text-decoration: none;
  font-size: 20px;
  line-height: 32px;
  padding: 0 15px;
}

#navbar ul li {
  float: left;
  position: relative;
  /* z-index: 1; */
  font-size: 12px;
  height: 7vh;
  /* margin: 0; */
  padding: 0;
}

#navbar ul ul {
  position: absolute;

  background-color: white;
  width: 140px;
  /* color: black; */
  top: 100%;
  left: 0;
  display: none;
  padding-left: 10px;
  border-radius: 10px;

  padding-top: 20px;
}

/*  */
#belownav {
  height: 30px;
  color: white;
  display: flex;
  width: 1139px;
  margin-top: -10px;
  padding-top: 18px;
  background-color: rgb(0, 79, 154);
  margin-left: -10px;
}
#belownav div {
  text-decoration: underline;
  margin-left: 15px;
  cursor: pointer;
}
#cart {
  margin-left: 30px;
}

.dep {
  font-size: 5px;
}

#in {
  background-color: rgb(0, 113, 220);
  color: white;
  margin-top: 100px;
  height: 50px;
  width: 200px;
  margin-left: 10px;
  border-radius: 10px;
}
#up {
  margin-left: 10px;
}
.acc {
  padding-top: 50px;

  width: 400px;
}
/* NAVBAR END */

* {
  font-family: "Roboto", sans-serif;
  /* font-size: 12px; */
}

#container {
  /* border: 1px solid red; */
  width: 1150px;
  display: grid;
  grid-template-columns: 250px 250px 250px 250px;
  grid-template-rows: 450px 450px 450px;
  gap: 30px;
  margin-top: 50px;
}
#container div {
  width: 250px;
  height: 450px;
  /* border: 1px solid red; */
  margin-left: 20px;
  padding-left: 10px;
}

#container div:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

#container div img {
  /* border: 1px solid black; */
  width: 240px;
  height: 250px;
}
button {
  background-color: rgb(0, 113, 220);

  width: 90px;
  height: 40px;
  color: white;
  border-radius: 20px;

  border: 1px solid white;
  margin-top: -40px;
}
button:hover {
  background-color: rgb(0, 79, 154);
}

.price {
  font-weight: 700;
}
.shipping {
  /* background-color: red; */
  /* border: 1px solid red; */
  padding-left: 5px;
  width: 70px;
  margin: auto;
  height: 15px;
  font-size: 10px;
  border-radius: 10px;
  background-color: rgb(152, 193, 231);
}
.detail {
  font-size: 15px;
  font-weight: 200;
}
#fadeElectronics {
  color: rgb(181, 178, 178);
  font-size: 15px;
}

#sortByPrice {
  border-radius: 15px;
  width: 90px;
  height: 30px;
  background-color: rgb(241, 241, 242);
  border: 1px solid white;
  font-size: 12px;
  color: rgb(89, 85, 85);
}
.optionColect {
  display: flex;
  border: 1px solid rgb(234, 215, 215);
  height: 50px;
  width: 1152px;
  padding-left: 10px;
  padding-top: 20px;
  margin-left: -10px;
  gap: 20px;
}
.stuff {
  border-radius: 15px;
  width: 90px;
  height: 20px;
  background-color: rgb(241, 241, 242);
  border: 1px solid white;
  font-size: 12px;
  color: rgb(89, 85, 85);
  padding-top: 5px;
  padding-left: 5px;
  cursor: pointer;
}
/* footer */

#footer {
  background-color: #1e3f7b;
  height: 200px;
  text-align: center;
}
#tags {
  padding: 30px;
}
#tags > a {
  color: white;
  margin-top: 30px;
  margin-left: 10px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 30px;
}
#footer > h5 {
  color: whitesmoke;
  text-align: center;
  font-family: sans-serif;
  font-weight: 200;
  font-size: 12px;
}
