.divError {
	display: none;
	margin-bottom: 10px;
}

.divSuccess {
	background: green;
	color: white;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px;
	display: none;
}

.boxCheckout {
	border: 1px solid #ececec;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}

.boxCheckout_resumen {
	border: 1px solid #ececec;
	padding: 10px;
	background: #fff;
	border-radius: 5px 5px 0 0;
}

.coverCheckOut {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    display: none;
}

.coverCheckOut img {
	z-index:2;
	position: absolute;
	top:40%;
	left: 40%;
}

.otraDireccion {
	display: none;
}

.box_checkout {
	background:white;
	border-radius:5px;
	padding: 15px;
	border:1px solid #e3e3e3;
}

.checkout_btnMenos,
.checkout_btnMas {
	background: #5182c0;
	color: white;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: none;
    padding: 0;
    margin:0;
}

.checkout_btnMenos:hover,
.checkout_btnMas:hover {
	background: #739ed4;
}

.cesta_txtTotal {
	font-size: 18px;
	font-weight: bold;
}

.checkout_totales {
	padding-top: 10px;
	line-height: 35px;
	font-size: 15px;
	color: #555;
	border: 1px solid #ececec;
	border-radius: 0 0 5px 5px ;
	background: #ececec;
	padding: 10px 5px;
	margin-bottom: 30px;
}

.checkout_totales .total_checkout {
	color: #111;
	font-size: 20px;
	border-top: 1px solid #d0d0d0;
	padding-top: 10px;
	margin-top: 10px;
}

.h3Checkout {
	font-size: 18px;
	margin-bottom: 10px !important;
	color: #111 !important;
}

.btn-color {
	background-color: #27c7d8 !important;
	color: #fff;
	padding: 10px 50px !important;
	border-radius: 4px !important;
	width: 100%;
}

.btn-color:hover {
	background-color: #739ed4 !important;
	color: #fff;
}

.btn-pagar {
	font-size: 18px;
	background-color: #5182c0 !important;
	color: #fff;
	padding: 25px 50px !important;
	border-radius: 4px !important;
	width: 100%;
	border: none;
}

.btn-pagar:hover {
	background-color: #739ed4 !important;
	color: #fff;
}

.btn-cupon {
	background: gray;
	color: white;
	border: none;
}

.btn-cupon:hover {
	color: white;
	background: #111;
}

.btn-checkout-login {
	display: block;
	width: 100%;
	background: #5182c1;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 0;
}

.btn-checkout-login:hover {
	background: #111;
}

.btn-checkout-direccion {
	display: block;
	width: 100%;
	background: gray;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 11px;
}

.btn-checkout-direccion:hover {
	background: #111;
}

.label_acepto {
	cursor: pointer;
}

.label_acepto:hover {
	color: #5182c0;
}

a.linkModal {
	cursor: pointer;
}

a.linkModal:hover {
	color: #5182c0;
}


.checkoutFormas {
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 10px;
}

.checkoutFormas:hover {
	background: #ececec;
}

.checkoutFormasRadio {
	display: table-cell;
	padding-top: 2px;
	vertical-align: top;
}

.checkoutFormasLabel label {
	color: #111;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}

.checkoutFormasLabel {
	vertical-align: top;
	display: table-cell;
}

.checkoutFormasLabel .formasExplicacion {
	color: #444;
	font-size: 13px;
	font-style: italic;
}

.btnCheckoutModalOk {
	background: #5182c0;
	color: #fff;
	border: none;
}

.btnCheckoutModalOk:hover {
	background: #739ed4;
	color: #fff;
}

.checkout-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-resumen {
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 20px;
}

.checkout-resumen-alert {
	background: orange;
	padding: 5px;
	color: white;
	border-radius: 5px;
	font-size: 12px;
	line-height: 12px;
}

.checkout-resumen-info {
	background: silver;
	padding: 5px;
	color: white;
	border-radius: 5px;
	font-size: 12px;
	line-height: 12px;
}

.checkout-total-precio {
  display: flex;
  justify-content: right;
  align-items: center;
}

.checkout-resumen p {
	font-size: 13px;
}

.observaciones-checkout {
	min-height: 50px !important;
}