/*=============================================
CARRITO DE COMPRAS
=============================================*/
.cabeceraCarrito{
	height:40px;
}

.cabeceraCarrito h3{
	margin-top:-5px
}

.cabeceraCheckout{
	height:66px;
}

/*=============================================
CHECKOUT
=============================================*/
.formaPago input{
	display: none;
}
.formaPago {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.formaPago h4 {
	width: 100%;
}
.formaPago img {
	max-width: 184px;
	margin-bottom: 20px;
	border-radius: 15px;
}
.contenidoCheckout, .contenidoCheckout .row{
	padding:0px 20px;
}

.formEnvio{
	display:none;
}

.img-active{
	/* border: 1px solid rgba(68, 114, 221, 0.917); */
	box-shadow: 2px 2px 10px rgba(68, 114, 221, 0.917);
}

/* @media screen and (min-width: 600px) {
	div.example {
	  display: none;
	}
  } */