

/* Estilos para la pgina del carrito */

.ContenedorCarrito {
  margin: auto;
  width: 85%;
}

.sombraCuadrada{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -4px 4px rgba(0, 0, 0, 0.1);
}


.contenedorDatosCarrito{
  margin: auto;
  padding: 4%;
  width: 85%;
  height: auto;
}

  .LogoMedioPago{
    width: 90%;
  }
  .LogoMedioPagoAfuera{
    width: 60%;
  }
 
  .LogoTextSecureFise{
    width: 70%;
    margin-bottom: 10%;
  }

  .LogoCertificadoSecure{
    width: 30%;
    margin-top: 5%;
    margin-left: 60%;
    position: relative;
  }


  .TextMedioPago{
    font-family: RalewayR;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    text-align: center;
  }

  .TextLoUso{
    font-family: RalewayB;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    color: #6eb52c;
    text-align: center;
  }

  .contenedorMultipleProducto{
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}

.checkeableCarrito p {
  background: #ffffff;
  border: 1px solid #6eb52c;
  box-sizing: border-box;
  border-radius: 6px;
  height: 30px;
  font-family: MontserratM;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.015em;
  color: #6eb52c;
  padding-left: 9%;
  width: 30px;
  margin-left: 0px;
  margin-top: 9px;

}


.checkeableCarrito input {
  display: none;
}

.checkeableCarrito input:checked + p {
  background-color: #000000;
  color: #ffffff;

}

.txtCheck{
  margin-top: 5%;
}

.step_button {
    display: inline-block;
    padding: 10px;
    background-color: var(--color-btn);
    border: none;
    color: white;
    cursor: pointer;
    background: #304858;
    border-radius: 20px;
    font-size: 15px;
    font-family: RalewayB;
    box-shadow: -2px 2px 3px #C2C2C2;
    width: 80%;
    margin-bottom: 5%;

}

.step_button:hover {
  background: #FFFFFF;
  border: 1px solid #304858;
  color: #304858;
}

.inputCarrito::placeholder {
  color: transparent;
}

.progressbarra{
    width: 50%;
  }


/* Carrito Vacio*/

.contenedorCarritoVacio{
  width: 90%;
  padding: 1.5%;
  margin-left: auto;
  margin-right: auto;
}

.TituloCarroVacio{
    font-family: RalewayB;
    font-style: normal;
    font-size: 26px;
    line-height: 24px;
    color: #6eb52c;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px; 
    
}

.imgCarroVacio{
  width: 221px;
  height: 266px;
}

.parrafoEnvio{
  font-size: 14px;
  width: 77%;
  float: right;
}

.imgEnvio{
  position: absolute;
  bottom: -7px;
  left: -12px;
}


/*responsive*/

@media screen and (max-width: 800px) {

   .contenedorMultipleProducto{
    background: #ffffff;
    box-shadow: none;
    padding: 1%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
  }

  .TextCompra{
    display: none;
  }

  .inputCarrito::placeholder {
    color: grey;
    font-size: 14px;
  }

  .step_button {
      width: 100%;

  }

  .txtCheck{

    font-size: 14px;
  }

  .checkeableCarrito p {

    border-radius: 6px;
    height: 20px;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    padding-left: 9%;
    width: 20px;
    margin-left: 0px;
    margin-top: 9px;

  }

  .CajaFoto{
    width: 100px;
    height: 100px;
  }

  .DescripcionR3 {
    font-family: RalewayB;
    font-size: 12px;
    color: black;
  }

  .DescripcionR2 {
    font-family: RalewayR;
    font-size: 12px;
    color: black;
    text-align: justify;
    margin: auto;
  }

  .Cantidad{
    font-family: RalewayB;
    font-size: 12px;
  }

  .valorcarrito{
    float: right;
  }

  .quitar{
    font-family: RalewayR;
    color: #6eb52c;
    font-size: 10px;
  }

  .progressbarra{
    margin-top: 10px;
    width: 100%;
  }

  .FormularioTarjetas{

  height: 500px;
}

}



