* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Kumbh Sans", sans-serif;
}

body {
  background-color: hsl(0, 0%, 100%);
  font-size: 20px;
  margin-left: 200px;
  margin-right: 200px;
}

@media (max-width: 480px) {
  body {
    margin-left: 2px;
    margin-right: 2px;
  }
  .menu-bar {
    display: block !important;
    border: none;
    z-index: 10000;
  }
  .menuicon {
    background-color: hsl(0, 0%, 100%);
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: -2.5rem;
  }
  .header__img {
    width: 50%;
    max-width: 100px;
    height: auto;
  }
  .header__cart {
    height: auto;
    width: 50%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .header {
    width: 100%;
    max-width: 1000px;
    height: auto;
  }
  a {
    display: none;
  }
  .main__product {
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 400px;
    margin-bottom: -350px;
    z-index: -10;
  }
  .main__product__choices {
    visibility: hidden;
  }
  section {
    display: flex;
    flex-direction: column;
  }
  .lightbox {
    visibility: hidden;
  }
  .quantity__number {
    margin-left: -250px;
  }
  .previous__responsive {
    display: block !important;
    width: 3rem;
    height: 3rem;
    position: absolute;
    border: none;
    font-size: 1.5rem;
    border-radius: 100%;
    margin-top: 8rem;
    margin-left: 20rem;
    z-index: 10;
    cursor: pointer;
  }
  .next__responsive {
    display: block !important;
    width: 3rem;
    height: 3rem;
    position: absolute;
    border: none;
    font-size: 1.5rem;
    border-radius: 100%;
    margin-top: 11rem;
    cursor: pointer;
  }
  .img__part {
    position: relative;
  }
  .order__registration {
    display: flex;
    flex-direction: column;
  }
  .hidden__box.show {
    display: block;
    width: 22rem;
    height: 15rem;
    padding: 2rem;
    background-color: hsl(0, 0%, 100%);
    position: absolute;
    border-radius: 10px;
    left: 3rem;
    top: 6rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.55);
  }
  .nav {
    background-color: hsl(0, 0%, 100%);
    position: fixed;
    width: 60%;
    height: 100%;
    z-index: 100;
    padding-left: 2rem;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
  }
  .a__nav {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1.5rem;
    cursor: pointer;
  }
  .a__nav {
    color: hsl(219, 9%, 45%);
  }
  .collnav {
    margin-top: 3rem;
  }
  .closeicon {
    margin-top: 1rem;
    background-color: hsl(0, 0%, 100%);
    cursor: pointer;
    padding: 10px;
    font-size: 1.8rem;
  }
  .close-menu {
    border: none;
  }
}
.header {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin: 40px;
  margin-bottom: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsl(220, 14%, 75%);
}
.header__avatar {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
}
.header__avatar:hover {
  border: 2px solid hsl(26, 100%, 55%);
  border-radius: 100%;
  transition: border 0.1s ease-in;
}
.header__img {
  width: 150px;
  height: 25px;
  margin-right: 70px;
}
.header__cart {
  width: 25px;
  height: 25px;
  margin-left: 300px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
}

a {
  text-decoration: none;
  font-size: 16px;
  margin-top: 9px;
  color: hsl(219, 9%, 45%);
  font-weight: 500;
}

a:hover {
  color: hsl(0, 0%, 0%);
  border-bottom: 4px solid hsl(26, 100%, 55%);
  transition: border-bottom 0.3s ease-out;
}

.hidden__box {
  display: none;
}
.hidden__box h2 {
  font-size: 1.1rem;
  padding-bottom: 11px;
  border-bottom: 1px solid hsl(220, 14%, 75%);
}
.hidden__box__p {
  color: rgb(99, 98, 98);
  font-weight: 550;
  text-align: center;
  margin-top: 4rem;
  font-size: 1rem;
}

.hidden__box.show {
  display: block;
  width: 22rem;
  height: 15rem;
  padding: 2rem;
  background-color: hsl(0, 0%, 100%);
  position: absolute;
  border-radius: 10px;
  right: 11rem;
  top: 6rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.55);
}

.structure__js {
  display: flex;
  gap: 10px;
  margin-top: 2rem;
}

.paragraph__js {
  font-size: 1.1rem;
  color: gray;
  font-weight: 500;
}

.image__js {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5px;
}

.trash {
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.checkout {
  margin-top: 1rem;
  padding: 15px;
  background-color: hsl(26, 100%, 55%);
  border-radius: 10px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  width: 18rem;
  text-align: center;
  cursor: pointer;
}

strong {
  color: #000;
}

.quantity__number {
  position: relative;
}

.cart-count {
  position: absolute;
  background-color: hsl(26, 100%, 55%);
  border-radius: 100%;
  font-size: 0.8rem;
  padding: 3px 7px;
  right: 18px;
  top: -2px;
  color: #fff;
  font-weight: 600;
  display: none;
}

.menu-bar {
  font-size: 1.5rem;
  margin-top: 0.2rem;
  cursor: pointer;
  display: none;
}

.close-menu {
  display: none;
}

section {
  display: flex;
  margin: 40px;
  gap: 7rem;
  margin-top: -40px;
}

.main__product {
  height: 28rem;
  width: 29rem;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
}
.main__product__selected {
  outline: 3px solid rgb(255, 136, 1);
  filter: brightness(1.1);
  opacity: 0.7;
}
.main__product__choices {
  height: 6rem;
  width: 6rem;
  display: inline-block;
  margin-top: 1.5rem;
  margin-right: 1rem;
  border-radius: 10%;
  cursor: pointer;
}
.main__product__choices:hover {
  opacity: 0.5;
}

.main__part {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  z-index: -10;
}
.main__part__small__header {
  color: hsl(219, 9%, 45%);
  font-size: 0.8rem;
  letter-spacing: 2.5px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.main__part h1 {
  font-size: 2.5rem;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.main__part__description {
  font-size: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  color: hsl(219, 9%, 45%);
  line-height: 1.7;
}

.price {
  display: flex;
  gap: 2rem;
}
.price__original {
  font-weight: 700;
  color: hsl(219, 9%, 45%);
  margin: 12px 0;
  font-size: 1rem;
  text-decoration: line-through;
}
.price__discount {
  height: 1.8rem;
  width: 3.5rem;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  font-weight: 600;
  border: none;
  background-color: #000;
  border-radius: 5px;
  color: hsl(0, 0%, 100%);
}

.order__registration {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 2rem;
}
.order__registration__number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10rem;
  height: 4rem;
  border: none;
  background-color: hsl(223, 64%, 98%);
  border-radius: 10px;
  padding: 0 1rem;
}
.order__registration__plus__button {
  border: none;
  background-color: hsl(223, 64%, 98%);
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px;
}
.order__registration__minus__button {
  border: none;
  background-color: hsl(223, 64%, 98%);
  position: relative;
  font-size: 0.1rem;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
  padding: 10px;
}

.addtocart {
  padding: 15px;
  background-color: hsl(26, 100%, 55%);
  border-radius: 10px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  width: 18rem;
  text-align: center;
  cursor: pointer;
}
.addtocart:hover {
  background-color: hsl(26, 100%, 75%);
}

.cart-icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(2%) saturate(3189%) hue-rotate(175deg) brightness(100%) contrast(95%);
  margin-right: 16px;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 10;
  flex-direction: column;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

#close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.box__shadow {
  display: flex;
  flex-direction: row;
}

.previous {
  position: absolute;
  left: 300px;
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.next {
  position: absolute;
  right: 300px;
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.previous__responsive {
  display: none;
}

.next__responsive {
  display: none;
}

.nav {
  display: none;
}



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