/* FRONT END */
.carrito_flotante {
	position: fixed;
	top: calc(35px + 45px);
	right: 0;
	width: 0;
	height: calc(100vh - 35px - 45px);
	z-index: 13;
	background-color: #fff;
	color: #08091d;
	transition: width .3s linear;
	box-shadow: -5px 5px 7px rgba(8, 9, 29, .3);
}


.carrito_flotante.scrolling {
	top: 22px;
	height: calc(100vh - 22px);
}

.carrito_flotante.open {
	width: 100vw;
}

.bg-carrito-hover {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100vh;
	z-index: 2;
}

.carrito_flotante.open .bg-carrito-hover {
	width: 100vw;
}

#launch-carrito-mobile {
	position: fixed;
	bottom: 2rem;
	left: 50%;
	width: 100vw;
	max-width: 290px;
	z-index: 5;
	transform: translateX(-50%);
}

#launch-carrito-mobile .btn {
	line-height: 1.6;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,48,60,0.25);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,48,60,0.25);
	box-shadow: 0px 0px 15px 2px rgba(0,48,60,0.25);
}

#launch-carrito-mobile .btn:before {
	content: attr(data-title);
	float: right;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: .5rem;
}

.carrito_flotante_content {
	display: none;
	position: relative;
	z-index: 3;
	height: calc(100% - 50px);
	padding: 0 1rem;
	overflow: auto;
}

.carrito_flotante_content .wrapper_compra .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.2rem;
	z-index: 12;
}

.msj_pers {
	text-align: left;
}

.msj_pers .input.radio {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

/** NOT WORK */
.carrito_flotante_content:empty:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3rem;
	height: 3rem;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/loading.gif) no-repeat center / 100% auto;
}

.carrito_flotante_content .wrapper_compra {
	padding-top: 1rem !important;
}

.carrito_flotante.is-procesar .hidden-on-procesar {
	display: none;
}

.carrito_flotante.is-procesar .precio-outdated + .d-inline-block {
	display: block !important;
	margin-top: .5rem;
}

.carrito_flotante_content h2,
.proceso-pago h2 {
	font-size: 1.5rem;
	line-height: 1.6;
}

.carrito_flotante_content .cart-item label {
	display: block;
}

.wrapper-condiciones-alt {
	display: none;
	position: absolute;
	top: calc(100% + 1rem);
	right: 0;
	background-color: #fff;
	border: 2px solid #3fd5ae;
	border-radius: 1.5rem;
	padding: 1rem 1.5rem;
	text-align: left;
}

.wrapper-condiciones-alt:after {
	content: '';
	position: absolute;
	bottom: calc(100% - .5px);
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #3fd5ae transparent;
}

.wrapper-condiciones-alt input[type="checkbox"]+label,
.wrapper-condiciones-alt input[type="radio"]+label { 
	margin-bottom: 0;
}



.wrapper_formas_pago .radio_disabled label {
	color: #aaa;
}

.wrapper_formas_pago .radio_disabled img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.wrapper_formas_pago .radio_disabled .icon-radio path,
.wrapper_formas_pago .radio_disabled .icon-radio circle {
	stroke: #aaa !important;
}

.wrapper_formas_pago .info_block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 1rem;
	margin-left: 2rem;
}

.wrapper_formas_pago .info_block svg {
	display: block;
	width: 100%;
}

.wrapper_formas_pago .info_block .info_content {
	position: absolute;
	top: 2.5rem;
	left: -10rem;
	width: 20rem;
	z-index: 9;
	background-color: #3fd5ae;
	border-radius: 1rem;
	padding: 1rem;
	text-align: left;
}

.wrapper_formas_pago .info_block .info_content:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #3fd5ad transparent;
}

.formas_de_pago {
	position: relative;
	opacity: .5;
}

.formas_de_pago:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.formas_de_pago.active {
	opacity: 1;
}

.formas_de_pago.active:before {
	display: none;
}

.resumen-pago-precio strong {
	font-size: 3rem;
	line-height: 1;
	white-space: nowrap;
}

.pago-fullscreen .info_forma_pagos {
	display: none;
}

.agregar_productos #cantidad, .agregar_productos .input-cantidad{width: 100px!important;}
.cart-item figure{max-width: 45px!important;}


/* BACK-END */
.container_carrito textarea {
	height: 60px;
	resize: none;
}

#wrapper_carrito {
	display: none;
}

#wrapper_carrito.show {
	display: block;
}

#remove_product, #remove_experiencia {
	cursor: pointer;
	margin-bottom: 1rem;
}

/** MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.carrito_flotante_content .cart-item figure { max-width: 85px; }
	.agregar_productos #cantidad, .agregar_productos .input-cantidad{width: 60px!important;}
	.cart-item figure{max-width: 85px!important;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.carrito_flotante.open { width: 60vw; }
	.carrito_flotante_content { padding-left: 3rem; padding-right: 3rem; }
	.carrito_flotante_content .wrapper_compra { padding-top: 3.5rem !important; }
	.carrito_flotante.is-procesar .carrito_flotante_content .wrapper_compra { padding-top: 2rem !important; padding-bottom: 2rem !important; }
	.cart-item .limited-row { max-width: 130px; }
	.carrito_flotante_content .wrapper_compra .close {top: 1.5rem;right: 3rem;}
	.carrito_flotante.is-procesar .carrito_flotante_content .close{display: none;}
	.carrito_flotante.is-procesar{
		position: sticky!important;
		height: auto!important;
		width: 100vw!important;
		background-color: transparent;
		box-shadow: none;
		pointer-events: none;
		padding: 2rem 0;
		transition: none!important;
		display: none;
	}
	.carrito_flotante.is-procesar .wrapper-carrito_flotante_content{
		background-color: #fff;
		box-shadow: 0px 5px 7px rgba(8, 9, 29, .3);
		border-radius: 15px;
		padding-left: 15px; 
		padding-right: 15px; 
		padding-bottom: 2rem;
		pointer-events: all;
	}
	.carrito_flotante.is-procesar .carrito_flotante_content{
		display: block!important;
		pointer-events: all;
		padding-left: 0; 
		padding-right: 0; 
	}
	.carrito_flotante.is-procesar a[href^="#"]{
		display: none!important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.carrito_flotante { top: 110px; height: calc(100vh - 110px); }
	.carrito_flotante.scrolling { top: 50px; height: calc(100vh - 50px); }
	.carrito_flotante.open { width: 50vw; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.carrito_flotante.open { width: 40vw; }
}
@media (max-width: 576px) {
	.cart-item h4{font-size: 1rem;}
}
@media (max-width: 768px) {
	.carrito_flotante.is-procesar > .container-xl,
	.carrito_flotante.is-procesar > .container-xl > .row,
	.carrito_flotante.is-procesar > .container-xl > .row > .col-12,
	.carrito_flotante.is-procesar > .container-xl > .row > .col-12 > .wrapper-carrito_flotante_content{height: 100%;}
	.carrito_flotante.is-procesar .carrito_flotante_content{padding: 3rem 0;}
}