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

@media only screen and (max-width: 600px) {
  
.contenedor_productos {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 35vh;
  background: #fff;
  border-top: 0.3rem solid #ccc;
  box-shadow: 0 -0.2rem 0.3rem rgba(0,0,0,0.2);
  z-index: 1000;
  padding: 1rem;
  overflow-y: auto;
  display: none;
  
}

.carro_productos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info_carro_productos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 0.15rem solid #ddd;
  padding: 0.3rem 0;
}

.botones-cantidad {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.cantidad_productos {
  min-width: 20px;
  text-align: center;
  display: inline-block;
}

.botones-cantidad button {
  padding: 0.1rem 0.5rem;
  font-size: 1rem;
  cursor: pointer;

  background-color: #fff;
  border: 0.1rem solid #ddd;
}

.carro_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 0.12rem solid #ccc;
}

#btn_pagar {
  padding: 0.5rem 1rem;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;

  margin-bottom: 1%;
}

.carrito_compra {
  position: fixed;
  top: 3%;
  right: 5%;
  z-index: 1100;

  background-color: #000;
  padding: 0.4rem 0.8rem;

  border-radius: 5px;
}

.icono_carro img {
  width: 2.1rem;
  cursor: pointer;
}

.contador {
  background: red;
  color: white;
  font-size: 0.7rem;
  border-radius: 50%;
  padding: 0.1rem 0.4rem;
  position: absolute;
  top: -8%;
  right: -8%;
}


}

@media only screen and (min-width: 600px) and (max-width:1023px) {
  
.contenedor_productos {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 35vh;
  background: #fff;
  border-top: 0.3rem solid #ccc;
  box-shadow: 0 -0.2rem 0.3rem rgba(0,0,0,0.2);
  z-index: 1000;
  padding: 1rem;
  overflow-y: auto;
  display: none;
  
}

.carro_productos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info_carro_productos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 0.15rem solid #ddd;
  padding: 0.3rem 0;
}

.botones-cantidad {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.cantidad_productos {
  min-width: 1.5rem;
  text-align: center;
  display: inline-block;
}

.botones-cantidad button {
  padding: 0.1rem 0.5rem;
  font-size: 1rem;
  cursor: pointer;

  background-color: #fff;
  border: 0.1rem solid #ddd;
}

.carro_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 0.12rem solid #ccc;
}

#btn_pagar {
  padding: 0.5rem 1rem;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;

  margin-bottom: 1%;
}

.carrito_compra {
  position: fixed;
  top: 2%;
  right: 5%;
  z-index: 1100;

  background-color: #000;
  padding: 0.4rem 0.8rem;

  border-radius: 5px;
}

.icono_carro img {
  width: 2.1rem;
  cursor: pointer;
}

.contador {
  background: red;
  color: white;
  font-size: 0.7rem;
  border-radius: 50%;
  padding: 0.1rem 0.4rem;
  position: absolute;
  top: -8%;
  right: -8%;
}

}

@media only screen and (min-width: 1024px) {
  
.contenedor_productos {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 35vh;
  background: #fff;
  border-top: 0.3rem solid #ccc;
  box-shadow: 0 -0.2rem 0.3rem rgba(0,0,0,0.2);
  z-index: 1000;
  padding: 1rem 8rem;
  overflow-y: auto;
  display: none;
  
}

.carro_productos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info_carro_productos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 0.15rem solid #ddd;
  padding: 0.3rem 0;
  text-align: center;
  align-items: center;
}

.botones-cantidad {
  display: flex;
  gap: 0.8rem;
}

.botones-cantidad button {
  padding: 0.1rem 0.5rem;
  font-size: 1rem;
  cursor: pointer;

  background-color: #fff;
  border: 0.1rem solid #ddd;
}

.carro_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 0.12rem solid #ccc;
}

#btn_pagar {
  padding: 0.5rem 1rem;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;

  margin-bottom: 1%;
}

.carrito_compra {
  position: fixed;
  top: 2%;
  right: 5%;
  z-index: 1100;

  background-color: #000;
  padding: 0.4rem 0.8rem;

  border-radius: 5px;
}

.icono_carro img {
  width: 2.1rem;
  cursor: pointer;
}

.contador {
  background: red;
  color: white;
  font-size: 0.7rem;
  border-radius: 50%;
  padding: 0.1rem 0.4rem;
  position: absolute;
  top: -8%;
  right: -8%;
}

}