.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 {

}

.boxCheckout input, .boxCheckout select {
	margin-bottom: 10px !important;
	border-radius: .25rem;
}

.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: #d32236;
	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: #ac1d2d;
}

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

.contenedor-chekout-resumen {
	padding-left: 30px !important;
}

@media (max-width: 479px) {
	.contenedor-chekout-resumen {
		padding-left: 0 !important;
	}
}

.checkout_totales {
	padding-top: 10px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 400;
	color: #555;
	border: 1px solid #ececec;
	border-radius: 0 0 5px 5px ;
	background: #fff;
	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;
}

.checkout_totales .total_checkout span {
	color: #111;
	font-size: 12px;
	font-weight: 300;
}

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

.h3Checkout span {
	display: inline-grid;
	width: 30px;
	height: 30px;
	background: black;
	color: white;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	border-radius: 50%;
}

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

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

.btn-pagar {
	font-size: 2rem;
	background-color: #15a31c !important;
	color: #fff;
	padding: 25px 50px !important;
	border-radius: 4px !important;
	width: 100%;
	border: none;
}

.btn-pagar:hover {
	background-color: #ac1d2d !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: gray;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 11px;
}

.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: #15a31c;
}

a.linkModal {
	cursor: pointer;
}

a.linkModal:hover {
	color: #15a31c;
}


.checkoutFormas {
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
	background: white;
}

.checkoutFormas:hover {
	background: #ececec;
}

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

.checkoutFormasLabel label {
	color: #111;
	font-size: 15px;
	line-height: 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: #d32236;
	color: #fff;
	border: none;
}

.btnCheckoutModalOk:hover {
	background: #ac1d2d;
	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 a {
  color: #111;
  font-weight: 600;
}

.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;
}






.boxCestaEnvio {
	background: #fff3d0;
	color: #111 !important;
	padding: 20px 15px;
	text-align: center;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxCestaEnvio-gratis {
	background: #fff !important;
	color: #fff;
}

.boxCestaEnvio-gratis h4 {
	color: #5ec375 !important;
}

.boxCestaEnvio i {
	color: #5ec375;
	font-size: 26px;
	margin:0;
	padding:0;
	line-height: 14px;
	margin-right: 7px;
	/*margin-bottom: 15px;*/
}

.boxCestaEnvio h4 {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	margin:0;
	padding:0;
	letter-spacing: 0px;
}

.boxCestaEnvio h4 b {
	color: #36578c;
	font-size: 16px;
	font-weight: 600;
	margin:0;
	padding:0;
	margin-bottom: 5px;
	/*text-decoration: underline;*/
}

.boxCestaEnvio-gratis h4 {
	font-weight: 500;
}

.boxCestaEnvio p {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	margin:0;
	padding:0;
}

.boxCestaEnvio-gratis p {
	color: #257b3b !important;
}

.boxCestaEnvio span {
	display: block;
	color: #111;
	font-size: 12px;
	font-weight: 400;
	margin:0;
	padding:0;
	margin-top: -5px;
}

.boxCestaEnvio-gratis span {
	color: #257b3b !important;
}

.modal-addtocart {
	padding: 40px;
}

.modal-addtocart-titulo {
	font-size: 18px;
	line-height: 26px;
	font-weight: 800;
	color: #333333;
	padding-bottom: 20px;
}


.cesta-panel {
	background: white;
}

.cesta-panel-cab {
	font-size: 19px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px 5px;
}

.cesta-panel-subcab {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px 5px;
	background: #e4e4e4;
}

.cesta-prod {
	display: flex;
	background: white;
	margin: 0;
	padding: 10px;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
}

.cesta-prod:hover {
	background: #f3f3f3;
}

.cesta-prod-img {
	width: 100px;
	margin-right: 20px;
}

.cesta-prod-txt {
	width: 335px;
}

@media (max-width: 479px) {
	.cesta-prod-txt {
		width: 140px;
	}
}

.cesta-prod-txt h3 {
	color: #111;
	font-size: 16px;
	margin-bottom: 5px;
}

.cesta-prod-txt-attr {
	color: #333;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

.cesta-prod-txt-qty {
	margin-top: 10px;
	width: 100px;
}

.cesta-prod-right {
	flex-grow: 1;
	text-align: right;
	align-items: flex-end !important;
}

.cesta-prod-right .importe {
	color: #111;
	font-size: 18px;
	margin-top:35px;
	font-weight: 400;
}

@media (max-width: 479px) {
	.cesta-prod-right .importe {
		font-size: 15px;
	}
}

.cesta-totales {
	font-size: 15px;
	font-weight: 400;
}

.cesta-totales-lineas {
	padding: 15px 15px 0;
	border-bottom: 1px dotted silver;
}

.cesta-totales-lineas em.explicacion {
	color: silver;
	font-size: 13px;
}

.cesta-totales .table-cesta {
	margin-bottom: 0;
}

.cesta-totales .table-cesta th, .cesta-totales .table-cesta td {
	border: none;
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}

.cesta-totales-total {
	font-size: 24px;
	font-weight: 600;
	padding: 15px 15px 0;
}

.cesta-totales-btn-holder {
	padding: 15px;
}

.cesta-totales-btn {
	background: #000;
	color: #fff;
	font-size: 2rem;
}

.cesta-totales-btn:hover {
	background: #ac1d2d ;
	color: #fff;
}

.dev-select label {
	font-size: 16px;
	font-weight: 500;
}

.dev-select .badge {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.dev_select_box {
	border: 1px solid #eeeded;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-right: 30px;
}

.dev_select_box_2 {
	border: 1px solid #eeeded;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}