.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 {
	display: flex;
	justify-content: center;
	background: var(--primary) !important;
	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: #999;
}

.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;
	color: #000 !important;
	font-weight: 400;
}

.h3Checkout span {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: var(--primary) !important;
	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: #977d6b !important;
	color: #fff;
}

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

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

.btn-cupon {
	background: #381c12;
	color: white;
	border: none;
	padding: 14px 10px;
	margin-left: 10px;
}

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

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

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

.btn-checkout-direccion {
	display: block;
	width: 100%;
	background: #381c12;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 15px;
  padding: 10px 5px;
}

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

.label_acepto {
	cursor: pointer;
}

.label_acepto:hover {
	color: #977d6b;
}

a.linkModal {
	cursor: pointer;
}

a.linkModal:hover {
	color: #977d6b;
}


.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: #977d6b;
	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: 1.2rem;
}

.cesta-totales-btn:hover {
	background: #977d6b ;
	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;
}


.checkbox-wrapper *,
.checkbox-wrapper *:after,
.checkbox-wrapper *:before {
    box-sizing: border-box;
    display: block;
}

.checkbox-wrapper .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-wrapper .checkbox-input:checked+.checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
    padding: 20px;
    padding-left: 40px;
}

.checkbox-wrapper .checkbox-input:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}

.checkbox-wrapper .checkbox-input:checked+.checkbox-tile .checkbox-icon,
.checkbox-wrapper .checkbox-input:checked+.checkbox-tile .checkbox-label {
    color: #2260ff;
}

.checkbox-wrapper .checkbox-input:focus+.checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-wrapper .checkbox-input:focus+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-wrapper .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
/*    min-height: 7rem;*/
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    padding: 10px 90px 10px 35px;
}

.checkbox-wrapper .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
/*    top: 0.25rem;*/
    left: 0.45rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-wrapper .checkbox-tile:hover {
    border-color: #2260ff;
}

.checkbox-wrapper .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-wrapper .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
    position: absolute;
    right: 20px;
}

.checkbox-wrapper .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}

.checkbox-wrapper .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}

.checkbox-wrapper .checkbox-label strong {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}