/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/09/2018, 15:45:49
    Author     : Aldana
*/

/*INC bar-priv */

.sidenav-derecha {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 300; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/*.sidenav-derecha a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000000;
    display: block;
    transition: 0.3s;
}*/

.sidenav-derecha h3 {
  font-family: Nunito;
  font-size: 1.2em;
  margin-left: 1.3em;
}

.sidenav-derecha-pedido > div{
    margin-top: 1.5em;
}

.sidenav-derecha ul{
    transition: 0.3s;
    list-style: none;
    padding-left: 0;
    margin-top:2em;
    margin-bottom: 0;
}

.sidenav-derecha ul>li{
    border-bottom: solid 1px #eaeaea;
}

/* Position and style the close button (top right corner) */
.sidenav-derecha .sidenav-derecha-pedido .closebtn, .sidenav-derecha .sidenav-derecha-delivery .hidden-xs.closebtn { 
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #000000;
    display: block;
    transition: 0.3s;
}

.sidenav-derecha-pedido ul>li>.row{
    margin-left: 1.3em;
    margin-top:0.6em;
}

.sidenav-derecha-pedido ul>li>.row>.derecha{
    margin-top:0.5em;
}

.sidenav-derecha-pedido ul>li>.row>.izquierda{
    
}

.sidenav-derecha-pedido ul>li .precio{
    margin-top: 0.3em
}
.sidenav-derecha-pedido ul>li span{
    
}

.sidenav-derecha-pedido ul>li p{
  font-size: 0.95em;
  color: var(--gris);
}

.sidenav-derecha-pedido ul>li select {
    height: 2.1em;
    font-size: 16px;
    color: #000000;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 0;
}

.sidenav-derecha-pedido > div> .row > .extras{
    background-color: #fafafa;
    padding: 1em 3em 1em 3.4em;
}

.sidenav-derecha-pedido > div> .row > .extras > span{
}

.sidenav-derecha-pedido > div> .row > .extras > p{
  font-family: SFProDisplay-Regular;
  font-size: 1em;
  color: #999999;
}

.sidenav-derecha-pedido > div> ul.extras {
    background-color: #fafafa;
    margin-top: -1em;
}

.sidenav-derecha-pedido > div> ul.extras > li{
    padding: 0.5em 0
}

.sidenav-derecha-pedido > div> ul.extras span{
  font-size: 0.95em;
  color: var(--negro);
}

.sidenav-derecha-pedido > div> ul.extras p{
    text-align: right;
    padding-right: 2em;
}

.sidenav-derecha-pedido > div> ul.extras .palillos{
    font-size: 0.95em;
    color: #000000;
}

.sidenav-derecha-pedido > div> ul.extras .palillos button{
    height: 22px;
    border: none;
    background-image: url("../img/flecha-r_g.svg");
    background-repeat: no-repeat;/* Do not repeat the image */
    background-color: transparent;
    background-position: center; /* Center the image */
    background-size: cover;
    background-size: 0.6em;
    background-position: top;
    padding-left: 1em;
    /*border: solid 1.5px var(--bright-red);*/
}

.sidenav-derecha-pedido > div> .total{
  margin-top: 5em;
  margin-bottom: 2em;
}

.sidenav-derecha-pedido > div> .total.eg{
  margin-bottom: 10em;
}

.sidenav-derecha-pedido > div> .total p{
    font-size: 0.95em;
    margin-bottom: 0;
}

.sidenav-derecha-pedido > div> .total p.text-right{
    color: var(--gris);
}

.sidenav-derecha-pedido > div> .total span{
  font-size: 0.95em;
}

.sidenav-derecha-pedido > div> .total .pago{
    width: 100%;
    height: 4em;
    border: none;
    border-radius: 8px;
    background-color: #ff0010;
    font-family: SFProText-Semibold;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 1em;
    white-space: normal;
}

.sidenav-derecha-pedido > div> .total button{
    width: 100%;
    height: 3em;
    border: none;
    border-radius: 8px;
    background-color: var(--verde);
    font-family: Nunito;
    font-size: 1.2em;
    color: var(--blanco);
    text-transform: uppercase;
    margin-top: 1em;
}

.sidenav-derecha-pedido > div> .total > .error-generico{
    position: fixed;
    /*top: 0;*/
    z-index: 1;
    background-color: #ffffff;
    width: 35em;
    border-top: 1px solid #eaeaea;
    margin-left: -1em;
}

.sidenav-derecha-pedido .codigo{
    padding: 1em;
}

.sidenav-derecha-pedido .codigo button{
    width: 100%;
    height: 3em;
    /*border-radius: 8px;*/
    border: solid 1px var(--celeste);
    background-color: var(--celeste);
    color: var(--azul);
    margin-top: 1em;
}

.sidenav-derecha-delivery{
    display: none;
}

.sidenav-derecha-delivery > .no-padding-rl{
    background-color: #fce3e3;
    margin-top: -4.5em;
    height: 60em; /*INC bar-priv: 100vh;*/
}

.sidenav-derecha .sidenav-derecha-delivery .checkout-paso-volver h1{
    display: none;
}

.sidenav-derecha .sidenav-derecha-delivery > .no-padding-rl .closebtn {
    color: var(--negro);

    margin: 2em auto 1em 2em;
    
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

/*------->DELIVERY<---------*/
.sidenav-derecha-delivery .no-padding-rl > form > .row{
    margin-left: 0;
    margin-top: 0.6em;
}

.sidenav-derecha-delivery > .no-padding-rl .checkout-paso{
    
}

.sidenav-derecha-delivery > .no-padding-rl .checkout-paso .borde-bottom{
    border: 0;
    border-bottom: 1px solid #ccc;/*#999999;*/
    /*margin: 0 1em;*/
    padding: 0em 1em 1em 1em;
}

.sidenav-derecha-delivery > .no-padding-rl .checkout-paso .borde-bottom>p.pmargen-izq{
    margin-left:2em;
}

.sidenav-derecha-delivery > .no-padding-rl #checkout-paso6 .negrita{
    color: var(--negro);
}

.sidenav-derecha-delivery > .no-padding-rl #checkout-paso6 p.mayuscula{
    font-size: 1.2em;
    padding: 0.5em 1em;
    text-transform: uppercase;
}

.sidenav-derecha-delivery > .no-padding-rl #checkout-paso6 img.centro{
    margin: 1em auto;
    width: 15%;
}

.sidenav-derecha-delivery > .no-padding-rl .checkout-paso div.fondo-blanco{
    background-color: #ffffff;
}

.sidenav-derecha-delivery > .no-padding-rl .checkout-paso .final{
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 30em;
    border-top: 1px solid #eaeaea;
    z-index: 5;
}

.sidenav-derecha-delivery > .no-padding-rl .checkout-paso .final button.nuevo {
    width: 100%;
    height: 44px;
    border:none;
    background-color: transparent;
    font-size: 0.85em;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.sidenav-derecha-delivery > .no-padding-rl #checkout-paso7 ul.radios > li{
    padding: 0.7em 1em 2.3em 1em;
}

.sidenav-derecha-delivery .local {
    font-family: SFProText-Regular;
    font-size: 0.85em;
    color: #000000;
    text-transform: uppercase;
}
.sidenav-derecha-delivery .local >img {
    margin-right: 1em;
    width: 1.2em
}

.sidenav-derecha-delivery .cambiar > button{
  font-family: SFProText-Regular;
  font-size: 0.85em;
  color: #ff0010;
  border: none;
  background-color: transparent;
}

.sidenav-derecha-delivery .direccion {
  font-size: 1.2em;
  color: #000000;
}

.sidenav-derecha-delivery .distancia {
  font-family: SFProText-Regular;
  font-size: 0.8em;
  color: #999999;
}

.sidenav-derecha-delivery .tiempo > p {
  font-family: SFProText-Regular;
  font-size: 0.8em;
  color: #ff0010;
}

.sidenav-derecha-delivery form{

}

.sidenav-derecha-delivery form> ul.extras {
    border-top: solid 1px #eaeaea;
}

.sidenav-derecha-delivery form> ul.extras > li{
    padding: 0.5em 0
}

.sidenav-derecha-delivery form> ul.extras > li > .row{
    margin-left: 1.3em;
    margin-top:0.6em;
    padding-right: 1em;
}

.sidenav-derecha-delivery form> ul.extras span{
  font-family: SFProText-Semibold;
  font-size: 1em;
  color: #000000;
}

.sidenav-derecha-delivery form> ul.extras p{
    text-align: right;
    padding-right: 2em;
}

.sidenav-derecha-delivery form> ul.extras .palillos span{
    font-family: SFProText-Regular;
    font-size: 1em;
    color: #000000;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    width:80%;
    display: inline-block;
}

.sidenav-derecha-delivery form> ul.extras .palillos button{
    height: 22px;
    border: none;
    background-image: url("../img/flecha-r_g.svg");
    background-repeat: no-repeat;/* Do not repeat the image */
    background-color: transparent;
    background-position: center; /* Center the image */
    background-size: cover;
    background-size: 0.75em;
    background-position: top;
    padding-left: 1em;
    padding-top: 1.2em;
    /*border: solid 1.5px var(--bright-red);*/
}
.sidenav-derecha-delivery .codigo{
    padding: 1em;
}

.sidenav-derecha-delivery .codigo span{
  font-family: SFProText-Semibold;
  font-size: 1em;
  color: #000000;
}

.sidenav-derecha-delivery .codigo p{
  font-family: SFProText-Regular;
  font-size: 0.85em;;
  line-height: 1.67;
  letter-spacing: normal;
  color: #999999;
}

.sidenav-derecha-delivery .codigo input{
    height: 3em;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: SFProText-Regular;
  font-size: 1em;
  color: #999999;
  margin-top: 2em;
}

.sidenav-derecha-delivery .codigo button{
    width: 100%;
    height: 3em;
    border-radius: 8px;
    border: solid 1px #000000;
    font-family: SFProText-Semibold;
    font-size: 1em;
    color: #000000;
    text-transform: uppercase;
    margin-top: 1em;
}

.sidenav-derecha-delivery .barrio-privado textarea{
    margin-bottom: 7em;
}

.sidenav-derecha > .superior{
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 1em;
}

.sidenav-derecha > .superior > div > button{
    height: 19px;
    border: none;
    background-image: url("../img/atras.svg");
    background-repeat: no-repeat;/* Do not repeat the image */
    background-color: transparent;
    background-position: center; /* Center the image */
    background-size: cover;
    margin-top: 1em;
}

.sidenav-derecha > .superior > .logo img{
    width: 8em;
}

.sidenav-derecha > .superior > .menu-superior-derecha a{
    margin-top: 1em;
}

.sidenav-derecha-delivery > div> form > .total{
    padding-bottom: 5em;
}

.sidenav-derecha-delivery > div> form > .final{
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 30em;
    border-top: 1px solid #eaeaea;
}

.sidenav-derecha-delivery > div> form > .final > div{
    padding-right: 0;
    padding-left: 0; 
}

.sidenav-derecha-delivery > div> form > .final button, .sidenav-derecha-delivery > div> .final button{
    width: 100%;
    height: 3em;
    border: none;
    border-radius: 8px;
    background-color: #ff0010;
    font-family: Nunito;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    margin: 1em 0;
}

#sidenav-derecha-delivery .checkout-progreso p.paso-titulo {
    display: none;
}

#sidenav-derecha-delivery .checkout-progreso .progress {
    display: none;
}

#sidenav-derecha-delivery p.paso {
    font-size: 0.85em;
    color: #000000;
    margin-left: 2em;
}

#sidenav-derecha-delivery h1{
  font-family: Nunito;
  font-size: 1.6em;
  text-align: center;
  margin-left: 1em;
}

#sidenav-derecha-delivery p.subtitulo{
    text-transform: uppercase;
    margin: 1em 4em -2em 4em;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.75em;
    color: var(--rojo);
}

#sidenav-derecha-delivery .descuento-aviso{
    padding: 0 2em;
}

#sidenav-derecha-delivery .descuento-aviso .input-group{
    padding: 0 2em;
}

#sidenav-derecha-delivery .descuento-aviso .input-group input{
    text-align: center;
}

#sidenav-derecha-delivery .descuento-aviso p{
    color: var(--azul);
    text-transform: uppercase;
    text-align: center;
}

#sidenav-derecha-delivery button.guardar {
  width: 100%;
  height: 44px;
  border:none;
  border-radius: 8px;
  background-color: var(--verde);
  
  font-family: Nunito;
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  
  margin-top: 1em;
  
}

/*SELECTS*/

#sidenav-derecha-selects h1, .checkout-paso h1{
  font-family: SFProText-Semibold;
  font-size: 1.7em;
  color: #000000;
  text-align: left;
  margin-left: 1em;
}

#sidenav-derecha-selects ul.radios, .checkout-paso ul.radios{
    font-family: SFProText-Regular;
    font-size: 1em;
    color: #000000;
    list-style: none;
    background-color: #fce3e3;
}

#sidenav-derecha-selects ul.radios > li, .checkout-paso ul.radios > li{
  border-bottom: solid 1px #eaeaea;
}

#sidenav-derecha-selects ul.radios > li:first-of-type, .checkout-paso ul.radios > li:first-of-type{
  border-top: solid 1px #eaeaea;
}

#sidenav-derecha-selects ul.radios > li.inhabilitado p, .checkout-paso ul.radios > li.inhabilitado p{
  color: #cccccc;
  text-decoration: line-through;
  cursor: not-allowed;
}

#sidenav-derecha-selects ul.radios > li > .radio, .checkout-paso ul.radios > li > .radio{
    margin-left: 0.5em;
}

.checkout-paso ul.radios > li > .radio > .input{
    margin-top: 1em;
}

#sidenav-derecha-selects ul.radios span, .checkout-paso ul.radios span{
    font-family: SFProText-Heavy;
    font-size: 16px;
    text-align: right;
    color: #000000;
}

#sidenav-derecha-selects ul.radios label input, .checkout-paso ul.radios label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#sidenav-derecha-selects ul.radios label p{
    margin:0.2em 0 0 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkout-paso ul.radios label p{
    margin:0.1em auto auto 2em; 
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}

.checkout-paso ul.radios label input[name="descuento"] + p{
    margin:auto auto auto auto;
}

#sidenav-derecha-selects ul.radios button{
    font-size: 0.85em;
    color: #999999;
    background-color: transparent;
    border: none;
    margin-top: 1em;
}

.checkout-paso ul.radios .recompensa .botones > div:last-of-type{
    padding: 0em 0em 0em 0.6em
}

.checkout-paso ul.radios .recompensa .juntaste .cuarto-circulo-rojo {
    top: -118px;/*-136px;*/
} 

.checkout-paso ul.radios button{
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 8px;
    background-color: var(--azul);
    font-family: Nunito;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -0.4em;
}

.checkout-paso ul.radios button.bajo{
    margin-top: 2.2em;
}

.checkout-paso .input-group-addon:last-of-type {
  background-color: #fce3e3;
  background-image: url("/img/consulta_g.svg");
  background-repeat: no-repeat;
  background-position-x: 0.4em;
  background-position-y: 0.5em;
  background-size: 1.3em;
  border: 0;
}

.sidenav-derecha-delivery ul.radios button.verde{
    background-color: #3CB54A;
}

.sidenav-derecha-delivery ul.radios button.blanco{
    border: 2px solid #ff0010;
    background-color: #ffffff;
    color: #ff0010;
}

#sidenav-derecha-selects ul.radios label .checkmark, .checkout-paso ul.radios label .checkmark{
    background-image: url('../img/check-off.svg');
    background-repeat: no-repeat;/* Do not repeat the image */
    background-color: transparent;
    background-position: center; /* Center the image */
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 2em;
}

.checkout-paso .recompensa .juntaste b{
   font-size: 0.75em;
}

.checkout-paso #sidenav-derecha-selects ul.radios label .checkmark, .checkout-paso ul.radios label .checkmark:first-child{
    margin-top: 2em;
}

#checkout-paso4 .radios > li:last-of-type{
    margin-bottom: 6em;
}

#sidenav-derecha-selects ul.radios li.row label .checkmark, .checkout-paso ul.radios li.row label .checkmark{
    margin-left: 1.5em;
}

#sidenav-derecha-selects ul.radios input:checked ~ .checkmark, .checkout-paso ul.radios input:checked ~ .checkmark{
    background-image: url('../img/checkout/Chek_ok_seleccionado-01-01.svg');
}
#sidenav-derecha-selects button.nuevo, .checkout-paso button.nuevo{
    width: 100%;
    height: 44px;
    border:none;
    background-color: transparent;
    font-size: 0.85em;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

#sidenav-derecha-selects button.guardar, .checkout-paso button.guardar{
  width: 100%;
  height: 44px;
  border:none;
  border-radius: 8px;
  background-color: #ff0010;
  
  font-family: SFProText-Semibold;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
  
  margin-top: 1em;
  
}

#sidenav-derecha-selects .no-padding-rl > form > .row, .checkout-paso .no-padding-rl > form > .row{
    margin-left: 0;
    margin-top: 0.6em;
}

#sidenav-derecha-selects .domicilio-nuevo, .checkout-paso .domicilio-nuevo{
    margin-right: 1em;
    margin-top: 1em; /*INC bar-priv: 3em*/
}

#sidenav-derecha-selects .domicilio-nuevo, .checkout-paso .domicilio-nuevo .form-group{
    margin-bottom: 0.5em;
}

#sidenav-derecha-selects .domicilio-nuevo label, .checkout-paso .domicilio-nuevo label{
    padding-left: 0;
    padding-top: 0.8em;
}