.button2 span, .button2 span span {
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #0D6435;
}

.btn-update {
    font-size: 12px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}
.av-seleccion-grupo span {
    padding-left: 1px;
    height: 33px;
    /*display: block;*/
    padding-right: 3px;
}
.avt_checkbox, .avt_radio {
    position: relative;
    margin-bottom: .5em;
    line-height: 18px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dadada;
}

.avt_checkbox, .avt_radio .font-16 {
    line-height: 18px;
}

.avt_checkbox input[type="checkbox"], .avt_radio input[type="checkbox"], .avt_checkbox input[type="radio"], .avt_radio input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    top: 6px;
}
.av-seleccion-grupo span label, #search-results .search-flight .av-seleccion-grupo span label {
    margin-left:28px;
    width:95%;
    font-weight:400;
    cursor: pointer;
}

label {
    font-weight: 400;
}


.box-registro{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    grid-template-columns: 0fr 6fr 2fr 1fr;
    grid-gap: 14px;
    margin: 18px 0px;
	margin-top: 0px;
	
	    padding: 15px;
	
background: #fff;
    border-radius: 10px;
    box-shadow: 6px 9px 17px rgb(208 208 208 / 40%);
    border: 1px solid rgba(0, 0, 0, 0.05);
	
}

.box-registro p{
	margin-bottom: 0px;
}

.box-registro .far{
	font-size: 30px;
}

@media (max-width: 767px) {
.box-registro{
	grid-template-columns: repeat(1, 1fr);
	align-items: center;
	grid-template-rows: repeat(1, 1fr);
}
}

/*-----------------------------------------*/

.modulo-carrito .box-producto-compra  {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	align-items: center;
	border-top: solid 1px #efefef;
	margin: 0px 15px;
	content: " ";
	clear: both;
	padding: 15px 0px;
}

.modulo-carrito .first-col{
    display: flex;
    align-items: center;
}

 @media (max-width: 767px) {
.modulo-carrito .first-col{
	padding-left: 0px;
}
.modulo-carrito .col-ultima{
	padding-right: 0px;
	padding-left: 0px;
}	 
}

 @media (min-width: 767px) {
.modulo-carrito .col-pago-final {
	position: sticky;
	top: 80px;
	align-self: flex-start;
}
}

 @media (max-width: 767px) {
.modulo-carrito .col-pago-final {
	position: inherit;
    bottom: auto;
    top: inherit;
}
.modulo-carrito .col-pago-final-xs {
	position: sticky;
	bottom: 0px;
	top: inherit;
}	 
	 
.modulo-carrito .col-pago-final-xs .the-box {
    background-color: #fff;
    border: 0px;
    box-shadow: 0px -7px 6px rgb(208 208 208 / 40%);
    /* margin: 0 -15px; */
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: right;
    border-radius: 10px 10px 0px 0px;
}
.modulo-carrito .col-pago-final .the-box {
    border-radius: 0px 0px 10px 10px;
	border-top: 0px;
}	 
}

.modulo-carrito .sacar-de-carrito  {
    font-size: 17px;
	color: red;
}

.modulo-carrito select.precio_producto  {
	padding: 3px;
	border-color: #e5e5e5;
	border-radius: 3px;
	width: -webkit-fill-available;
}

.modulo-carrito input.cantidad  {
    padding: 2px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
}

.modulo-carrito .total-compra  {
    /*font-size: 19px;
    padding: 11px 11px;
	margin-top: 6px;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;*/
}

.modulo-carrito .titulo-seccion  {
	font-size: 28px;
	color: #222;
	margin-top: 0px;
	margin-bottom: 22px;
	position: relative;
	font-weight: 700;
}

@media (max-width: 767px){
.modulo-carrito .titulo-seccion {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 32px;
}
}
.modulo-carrito .orden-pedido  {
	font-size: 18px;
	color: #222;
	margin-bottom: 14px;
	position: relative;
	font-weight: 600;
	margin-left: 0px;
}

.modulo-carrito .orden-pedido strong  {
	color: #34bc78;
}

.modulo-carrito .orden-pedido .fecha-pedido  {
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.modulo-carrito .the-box {
    padding: 15px;
	padding-top: 22px;
    margin-bottom: 18px;
    background: #fff;
    position: relative;
    border-radius: 10px;
	box-shadow: 6px 9px 17px rgb(208 208 208 / 40%);
    border: 1px solid rgba(0, 0, 0, 0.05);
	clear: both;
}

.modulo-carrito .img-mask-prod {
    background-size: cover;
    background-position: center center;
    display: block;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
    max-width: 80px;
    float: left;
    margin: 0px;
    margin-right: 15px;
}

.modulo-carrito .the-box .total-factura{
    font-size: 28px;
    font-weight: 700;
    color: #34bc78;
}

.modulo-carrito .the-box .total-factura.paga {
    color: #747474;
}

.modulo-carrito .the-box .total-suministro{
    font-size: 35px;
    font-weight: 700;
    color: #34bc78;
}

.modulo-carrito .debito {
	font-size: 11px;
	font-weight: 600;
	background-color: #1871b9;
	color: white;
	padding: 2px 5px;
	border-radius: 3px;
	top: -1px;
	position: relative;
}

.modulo-carrito .debito.c-top {
	top: -8px;
}

.modulo-carrito .atributes{
    font-weight: 500;
    /* padding: 2px 7px; */
    border-radius: 3px;
    color: #34bc78;
    font-size: 14px;
}

.modulo-carrito .pendiente{
    font-weight: 600;
    /* padding: 2px 7px; */
    border-radius: 3px;
    color: #EB881B;
    font-size: 14px;
}

.modulo-carrito .cancelada{
    font-weight: 600;
    /* padding: 2px 7px; */
    border-radius: 3px;
    color: #e52929;
    font-size: 14px;
}

.modulo-carrito .factura-de h4{
    padding: 9px 10px;
    background-color: #ebebeb;
    border-radius: 5px;
    color: #000;
}

/*-----------------------*/

#tidio-chat{
	display: none;
}


/*-----------------------------------------*/

    .subtotal-item-con-desc{
      text-decoration: line-through; 
      color: #999; 
      font-size: 12px; 
		display: block;
    }
	  
	.subtotal-puntos-item{
		display: block;
		line-height: 12px;
    font-size: 13px;
    color: #007fb2;
    }
	
	.subtotal-puntos-item{
    }  
	  
	.tag-promocion-in{
    line-height: 12px;
    font-size: 13px;
    color: #ffffff;
    background-color: #18af00;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 500;
    }  
  
@media (max-width: 1200px) and (min-width: 992px) {
    .subtotal-item-con-desc{
		display: inline-block;
    }
	  
	.subtotal-puntos-item{
		display: inline-block;
    }
	
	.subtotal-item{
		display: inline-block;
    }  

}
	
.box-boton-notificaciones {
	display: none;
}	  
.pasos-carro {
    border-top: solid 0px #dedede;
	margin-left: 0px;
}

.form-control.borde-verde{
  border: 1px solid #7fb000;
}
