body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#top-nav-bar {
  height: 0;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

#top-nav-bar > #pagetop {
  display: flex;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #8080803b;
  padding-top: 20px;
  background-color: white;
}

.col-left {
  width: 50%;
  padding-left: 10px;
}

.col-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

.site-header-cart--count {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  opacity: 1;
  background-color: white;
  color: black;
  border-radius: 360px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 12px;
  padding: 3px;
  font-weight: 700;
}

.saludoCliente {
  position: fixed;
  width: 100%;
  background-color: #000000d9;
  display: flex;
  color: white;
  justify-content: center;
  top: 75px;
  z-index: 10;
}

.formulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: 190px;
  margin-bottom: 150px;
}

.form-container form {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.form-container input {
  margin-bottom: 10px;
  margin-bottom: 10px;
  height: 40px;
  padding-left: 10px;
}

.form-container Select {
  margin-bottom: 10px;
  margin-bottom: 10px;
  height: 40px;
  padding-left: 10px;
  color: grey;
}

.form-container textarea {
  margin-bottom: 10px;
  margin-bottom: 10px;
  height: 40px;
  padding-left: 10px;
  color: grey;
  height: 150px;
}

.form-container button {
  height: 50px;
  color: white;
  font-weight: 700;
  border: none;
  background-color: black;
  cursor: pointer;
}

.form-container p {
  text-align: center;
  width: 30%;
}

.form-container a {
  text-align: center;
  margin-top: 30px;
  color: black;
  font-size: 14px;
}

.footer {
  display: flex;
  justify-content: center;
  background-color: black;
  padding-top: 60px;
  padding-bottom: 60px;
  bottom: 0;
  width: 100%;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer img {
  width: 130px;
}

.footer p {
  text-align: center;
  color: white;
}

.alertLogin-container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: 35px;
}

.alertLogin {
  position: absolute;
  width: 30%;
  background-color: black;
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-radius: 5px;
}

.alertCarrito-container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: 35px;
}

.alertCarrito {
  position: absolute;
  width: 30%;
  background-color: black;
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-radius: 5px;
}

.sectionProducts {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  margin-bottom: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.products {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.products-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.products-elements {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 10px;
}

.products-elements img {
  width: 100%;
}

.products h2 {
  display: flex;
  width: 100%;
  text-align: center;
  background-color: #838383;
  color: white;
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.clientLogged {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clientLogged p {
  font-size: 18px;
  font-weight: 700;
  color: black;
}

.clientLogged a {
  display: flex;
  width: 100%;
  height: 50px;
  color: white;
  font-weight: 700;
  border: none;
  background-color: black;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.singleProducts {
  width: 100%;
  display: flex;
  margin-top: 190px;
  margin-bottom: 140px;
  justify-content: center;
}

.singleProducts .container {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
}

.singleProducts .container-left {
  width: 49%;
}

.restoImagenes {
  display: flex;
  width: 19.75%;
  justify-content: space-between;
  cursor: pointer;
}

.singleProducts .container-left img {
  width: 100%;
  border: 1px solid #8080806b;
}

.singleProducts .container-right {
  width: 49%;
  padding-top: 40px;
  padding-left: 20px;
}

.singleProducts .container-right p {
  font-size: 18px;
  line-height: 150%;
}

.envolvente1306 {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.products-color {
  display: flex;
  flex-direction: column;
  margin: 20px;
  width: 1100px;
}

.products-color-container {
  display: flex;
  width: 100%;
  background-color: whitesmoke;
  justify-content: space-between;
  margin-top: 5px;
  flex-direction: column;
}

.container-elements p {
  text-align: left;
  position: relative;
  width: 25%;
  display: flex;
  align-items: center;
}

.products-color .container-elements {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #69696926;
}

.products-color input {
  width: 60px;
  height: 30px;
  margin-left: 20px;
}

.products-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 20px;
  margin-bottom: 150px;
  width: 1100px;
}

.products-price button {
  display: flex;
  width: 50%;
  height: 50px;
  color: white;
  font-weight: 700;
  border: none;
  background-color: black;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.products-price p {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  text-align: right;
  margin-right: 20px;
}

.misPedidos {
  margin: 190px 20px 150px 20px;
}

.misPedidos .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.misPedidos .hayPedidos {
  width: 50%;
}

.misPedidos .hayPedidos img {
  width: 30%;
}

.misPedidos .hayPedidos h3 {
  width: 100%;
  margin: 0;
  padding-left: 20px;
}

.hayPedidos-datos {
  display: flex;
  margin: 20px 0px 20px 0px;
}

.totalPedido {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 24px;
  font-weight: 700;
}

.coloresItems {
  display: flex;
  background-color: whitesmoke;
  margin-top: 5px;
  padding: 10px;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

.coloresItems input {
  width: 40px;
  height: 40px;
}

.misPedidos .noHayPedidos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.checkOut-div {
  display: flex;
  flex-direction: column;
}

.enviarPedido {
  display: flex;
  width: 100%;
  height: 50px;
  color: white;
  font-weight: 700;
  border: none;
  background-color: black;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.editarEliminar {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
}

.editarEliminar a {
  background-color: black;
  padding: 10px;
  color: white;
  text-decoration: none;
}

.seguirComprando {
  text-align: center;
  margin-top: 30px;
  color: black;
  font-size: 14px;
}

.logOut {
  display: flex;
  flex-direction: column;
  padding: 190px 20px 150px 20px;
  align-items: center;
}

.logOut div {
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: black;
}

.logOutbtn {
  display: flex;
  width: 100%;
  height: 50px;
  color: white;
  font-weight: 700;
  border: none;
  background-color: black;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.precioHome {
  font-size: 20px;
  font-weight: 700;
  color: black;
}

.verProducto {
  display: flex;
  width: 100%;
  height: 40px;
  background-color: black;
  color: white;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

/* Cortes dispositivos */

@media only screen and (max-width: 1024px) {
  .products-color {
    width: 95%;
  }

  .products-price {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .logOut div {
    width: 100%;
  }

  .products-container {
    justify-content: center;
  }

  .products-price button {
    width: 100%;
  }

  .misPedidos .hayPedidos {
    width: 100%;
  }

  .form-container form {
    width: 95%;
  }

  .form-container p {
    width: 100%;
  }

  .alertLogin {
    width: 50%;
  }

  .alertCarrito {
    width: 50%;
  }

  .products-elements {
    width: 49%;
  }

  .products-price p {
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .alertLogin {
    width: 95%;
  }

  .alertCarrito {
    width: 95%;
  }

  .products {
    padding-right: 0px;
  }

  .products-elements {
    width: 95%;
  }

  .singleProducts .container {
    flex-direction: column;
  }

  .singleProducts .container-left {
    width: 100%;
  }

  .singleProducts .container-right {
    width: 100%;
    padding-left: 0px;
  }

  .products-color-container {
    flex-direction: column;
  }

  .products-color .container-elements {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .container-elements p {
    text-align: left;
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}
