/* * Novogar * =================================================================
   Checkout
   ========================================================================== */ 

@charset 'UTF-8';

html,
body{
    font-family: var(--sourceSansProR)!important;
    font-weight: 400;
}

body{
    font-size:1.5em;
    overflow-x: hidden;
    color: var(--grey2XD);
    background-color: var(--grey2XL);
}

.sr-only,   
.visuallyHidden:not(:focus):not(:active),
.sr-only:not(:focus):not(:active){
     position: absolute;
     clip-path: inset(100%);
     clip: rect(0 0 0 0);
     width: 1px;
     height: 1px;
     border: 0!important;
     padding: 0!important;
     margin: -1px;
     overflow: hidden;
     white-space: nowrap;
}

.sr-only-focusable:active,
.sr-only-focusable:focus{
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

.displayBlock{
    display: block;
}

.txBold{
    font-weight: 700;
}

.txAlignRight{
    text-align: right;
}

.very-small{font-size: 65%;}
.nomargin {margin: 0 !important;}
.nopadding {padding: 0 !important;}
.noborder {border: 0 none !important;}
.conpadding {padding: 5px !important;}
.conmargin {margin: 10px 0 !important;}
.red{
    color: var(--danger);
}
a img { border: 0 none;}
.flota {float:left;}
.flotar {float:right;} 
.clear {clear:both;}
.oculto {display:none;}
.blanco{
    color: var(--white);
}
.noradius {border-radius:0 !important;}
.mini {font-size:0.7em !important;}
.big {font-size:2.3em !important;}
.medium {font-size:1.6em !important;}
.nomargin p {margin:0 !important;}
.margin-right {margin-right:5px;}
.margin-left {margin-left:5px;}
.lg {font-size: 18px;}
.center {display:inline-block; vertical-align:middle; float:none;}
.rojo{
   font-weight: 700;
   color: var(--redNovogar);
}
#btn-modificar{
       color: #d11c27;
       padding: 2px;
       border-radius: 5px;
       margin-bottom: 50px;
}
.negro{
    color: var(--grey3XD);
}
.amarillo{
    color:#FFF200;
    font-size:2em;
    font-weight: 700;
    line-height:10px;
}
.txt-min {font-size:80%;}
.text-center .img-responsive {margin:0 auto;    margin-bottom: 8px;}
.text-center-garex .img-responsive { margin: 0 auto;}
.banner-garex { margin-top: 98px !important;}
.text-right{text-align: right;}

.margin-step{margin-top: 115px !important;}

header .navicon {padding:5px; font-size:1.5em; margin-right:1%;}

.margin-step{margin-top: 115px !important;}

.form-group{
    margin-bottom: 0;
}

a.navicon{
    color: var(--grey);
}

a.scroll-to-top span{
    color: var(--white);
}
   
a,
a:active,
a:visited{
   color: var(--greyD);
}

a:focus,
a:hover{
   color: var(--grey2XD);
}
   
img[src$=".png"], img[src$=".gif"], img[src$=".svg"]{
    background-color: transparent;
}

#cod_segtarget > img {
    width: 100%;
}
   
.navbar-brand {padding:15px 14px;}
   
input:focus::-webkit-input-placeholder{
    color: var(--grey2XL);
}
input:focus::-moz-placeholder{
    color: var(--grey2XL);
}
input:focus:-moz-placeholder{
    color: var(--grey2XL);
}   
#domicilioentre::-webkit-input-placeholder{
    color: var(--grey2XL);
}
   
.background-black{background-color: #3e3935 !important}
.background-red{background-color: #D82126;}
.background-gris{background-color: var(--greyXD);}
.background-gris-claro{background-color: var(--grey);}  
.background-grey{background-color:#F1F1F1;}
.background-blue { background-color:#003b63}
.background-inactive { background-color:#29aae2}

#alert-code-promo .glyphicon{
    display: none!important;
}

/* =============================================================================
   Carrito Container
   ========================================================================== */   
.container{
    padding-right: 10px;
    padding-left: 10px;
}

/* =============================================================================
   Carrito Header
   ========================================================================== */   
.header_carrito{
   position: relative;
   border-color: var(--greyXL);
   border-width: 0 0 1px;
   border-style: solid;
   background-color: var(--white);
   z-index: 900;
}  

.logo-checkout{
   height: 36px;
   margin-top: 14px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 0px;  
}

.logo-checkout img{
   display: block;
   height: 100%;
   max-height: 30px;
   width: auto;
}

@media (max-width: 767px){
    .logo-checkout img{
       margin-right: auto;
       margin-left: auto;
    }

    .cart-help{
       display: none;
    }
}

@media (min-width: 768px){
    .header_carrito .container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;

        padding-right: var(--header_PH_A768);
        padding-left: var(--header_PH_A768);
    }

    .logo-checkout{
        width: 40%;
    }

    .logo-checkout img{
       margin-left: 6px;
    }

    .cart-help{
       margin-top: 10px;
        width: 60%;
        text-align: right;
    }

    .cart-help a{
        position: relative;
        display: inline-block;
        width: auto;
        font-size: 2rem;
        text-align: right;
    }

    .cart-help a span{
        font-style: italic;
    }

    .cart-help a::before{
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: -24px;
        background-image: url('/public/images/static/icon_telefono.svg');
        background-size: 100%;
        background-position: center;
        width: 20px;
        height: 20px;
    }
}


/* =============================================================================
   Carrito Progress
   ========================================================================== */ 
.carrito_progress{
    margin-right: auto;
    margin-left: auto;
}

.carrito_progress ol{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.carrito_progress li{
    position: relative;
    list-style: none;
    width: 100%;
}

.carrito_progress li,
.carrito_progress li a,
.carrito_progress li span,
.carrito_progress li.complete.step_current,
.carrito_progress li.complete.step_current a,
.carrito_progress li.complete.step_current span{
    cursor: default;
}

.carrito_progress li.complete.step_current a,
.carrito_progress li.complete.step_current span{
    font-weight: 700;
}

.carrito_progress li.complete,
.carrito_progress li.complete a,
.carrito_progress li.complete span{
    cursor: pointer;
}

.carrito_progress li + li::after{
    content: "";
    display: block;
    position: absolute;
    background-color: var(--grey);
    left: -1px;
}

.carrito_progress a{
    transition: all ease 0.4s;
    opacity: 0.5;
    display: block;
    color: var(--black);
    box-sizing: border-box;
}

.carrito_progress li.complete a:focus,
.carrito_progress li.complete a:hover{
    opacity: 0.7;
}

.carrito_progress a[aria-current="step"],
.carrito_progress li.complete a[aria-current="step"]:focus,
.carrito_progress li.complete a[aria-current="step"]:hover{
    opacity: 1;
}

.carrito_progress span{
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    font-size: 1em;
    text-transform: uppercase;
}

.carrito_progress li:nth-child(1) span{
    background-image: url('/public/images/static/carrito-de-compras.png');
}

.carrito_progress li:nth-child(2) span{
    background-image: url('/public/images/static/aprobar.png');
}

.carrito_progress li:nth-child(3) span{
    background-image: url('/public/images/static/tarjeta-de-credito.png');
}

@media (max-width: 350px){
    .carrito_progress span{
        height: 64px;
        padding-top: 30px;
        background-position: center top 6px;
        background-size: auto 28px;
        line-height: 34px;
    }
}

@media (min-width: 351px) and (max-width: 440px){
    .carrito_progress span{
        height: 70px;
        padding-top: 36px;
        background-position: center top 6px;
        background-size: auto 34px;
        line-height: 34px;
    }
}

@media (max-width: 440px){
    .carrito_progress{
        width: calc(100% - 10px);
    }

    .carrito_progress li + li::after{
        width: 1px;
        top: 6px;
        bottom: 6px;
    }

    .carrito_progress li:nth-child(1),
    .carrito_progress li:nth-child(2){
        max-width: calc(100% / 2.8);
    }

    .carrito_progress li:nth-child(3){
        max-width: calc(100% / 3.7);
    }
    .carrito_progress li a{
        text-align: center;
    }

    .carrito_progress li span{
        width: 100%;
    }
}

@media (min-width: 441px){
    .carrito_progress{
        max-width: 750px;
        width: calc(100% - 30px);
    }

    .carrito_progress li + li::after{
        width: 2px;
        top: 3px;
        bottom: 3px;
    }

    .carrito_progress li:nth-child(1),
    .carrito_progress li:nth-child(2){
        max-width: calc(100% / 2.74);
    }

    .carrito_progress li:nth-child(3){
        max-width: calc(100% / 3.9);
    }

    .carrito_progress li:nth-child(1) a{
        text-align: left;
    }

    .carrito_progress li:nth-child(2) a{
        text-align: center;
    }

    .carrito_progress li:nth-child(3) a{
        padding-right: 10px;
        text-align: right;
    }

    .carrito_progress span{
        height: 40px;
        padding-left: 36px;
        background-position: left center;
        background-size: 28px auto;
        line-height: 40px;
    }
}

@media (max-width: 500px){
    .carrito_progress a{
        font-size: 1.2rem;
    }
}

@media (min-width: 501px){
    .carrito_progress li:nth-child(1),
    .carrito_progress li:nth-child(3){
        max-width: calc(100% / 3.2);
    }

    .carrito_progress li:nth-child(2){
        max-width: calc(100% / 2.7);
    }

    .carrito_progress li + li::after{
        top: 6px;
        bottom: 6px;
    }

    .carrito_progress a{
        font-size: 1.4rem;
    }

    .carrito_progress span{
        height: 50px;
        padding-left: 46px;
        background-size: 38px auto;
        line-height: 50px;
    }
}

@media (max-width: 767px){
    .carrito_progress ol{
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px){
    .carrito_progress ol{
        padding-right: var(--header_PH_A768);
        padding-left: var(--header_PH_A768);
    }
}

@media (min-width: 992px){
    .carrito_progress{
        max-width: 970px;
    }
}

@media (min-width: 1201px){
    .carrito_progress{
        max-width: 1170px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   FX
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
   
.loadfx { 
    opacity:0; 
    -webkit-animation:fadeIn ease-in 1; 
    -moz-animation:fadeIn ease-in 1; 
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    animation-duration:0.7s;
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Buttons
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.btn-danger,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.focus,
.btn-danger.hover{
  color: #fff!important;
}
.btn-green {
  color: #fff;
  background-color: #77BF43;
  border-color: #77BF43;
}
.btn-green:focus,
.btn-green.focus,
.btn-green:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus {
  background-color: #77BF43;
  border-color: #77BF43;
}
.btn-green .badge {
  color: #5cb85c;
  background-color: #fff;
}
   
.btn-grey {
  color: #fff;
  background-color: #818282;
  border-color: #818282;
}
.btn-white{
    background: white;
    color: #818282;
    border: 1px solid #818282;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #fff;
  background-color: #818282;
  border-color: #818282;
}
.btn-grey:hover {
  color: #fff;
  background-color: #818282;
  border-color: #818282;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #fff;
  background-color: #818282;
  border-color: #818282;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  color: #fff;
  background-color: #818282;
  border-color: #818282;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #818282;
  border-color: #818282;
}
.btn-grey .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-success{
    color:#fff;
}
   
.btn-success,
.btn-success.active,
.btn-success:active{
    color:#fff;
    border-color:#178134;
    background-color:#178134;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover{
    color:#fff;
    border-color:#178134;
    background-color:#11a83a;
    text-shadow: 0 0 5px #0e6225;
}
   
.btn-success.active,
.btn-success:active{
    background-image:none;
}

.greenD{
    color: #178134;
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Producto Carro
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.product-especificaciones ul{list-style-image: url('/public/images/iconos/marcador2.gif');}
.opciones-garantias ul{list-style: outside none none; line-height: 2;}
.title-precio-promocional{
    font-size: 15px;
    color:#E12027;}
.button-garantias{width:300px;font-size: 18px; }
 hr.line-garantias{width:88%;color:#F5F5F5;border: 1px solid;}
.listado-garantias{margin-left: -40px;}


.checkout_nav_atrasContinuar{
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}
   
.checkout_nav_atrasContinuar ul{
    padding: 0!important;
    margin: 0!important;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.checkout_nav_atrasContinuar li{
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
   
.checkout_nav_atrasContinuar li a{
    margin: 0!important;
}
   
.checkout_nav_atrasContinuar li a,
.checkout_nav_atrasContinuar li a:focus,
.checkout_nav_atrasContinuar li a:focus-visible,
.checkout_nav_atrasContinuar li a:hover,
.checkout_nav_atrasContinuar li button,
.checkout_nav_atrasContinuar li button:focus,
.checkout_nav_atrasContinuar li button:focus-visible,
.checkout_nav_atrasContinuar li button:hover{
    color: #ffffff!important;
}

.checkout_nav_atrasContinuar li a.btn-white{
    color: #666666!important;
}
   
.checkout_nav_atrasContinuar li a.btn-white:focus,
.checkout_nav_atrasContinuar li a.btn-white:focus-visible,
.checkout_nav_atrasContinuar li a.btn-white:hover{
    background-color: #fcfcfc!important;
    color: #333333!important;
}

.checkout_nav_atrasContinuar li:nth-child(1){
    justify-content: flex-start;
}

.checkout_nav_atrasContinuar li:nth-child(2){
    justify-content: flex-end;
}
   
.cons-cp {
    font-size: 12px;
    float: right;
    color: #009fe3 !important;
    font-weight: 400 !important;
}
.item-loc{
    line-height: 30px;
}
.btn-conCp{
    margin-top: -30px;

    display: block;
    position: relative;
    background-color: var(--greenNovogarXL);
    border-radius: 12px;
    height: 45px;
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 10px !important;
    width: 150px;
    margin: 0px auto 15px auto;
}  
.btn-conCp:hover{
    background-color:var(--greenNovogarXL) ;
}
.ir_a_pago{
    width: 190px !important;
}
.btn-conCp-agregar_mas{
   display: block;
   position: relative;
   background-color: #ff0000b0;
   border-radius: 12px;
   height: 45px;
   color: var(--white);
   font-size: 1.8rem;
   font-weight: 700;
   text-transform: uppercase;
   text-align: center;
   cursor: pointer;
   padding: 10px !important;
   width: 250px !important;
}
   
.box-product{margin: 20px !important;}
.precio-tach{
    text-decoration:line-through;
    color:#E12027;
}
.precio{color:#E12027;}
.frase-cuota{color:#E12027;}
.text-certificado{margin-left: -10px !important;margin-top: 25px;}
.text-cert{color: #666;height: 23.5em;font-size: 11px;overflow: auto;padding: 10px;}
.title-cert{font-size:15px;}
.seguro-garex{font-size: 12px;color: #666;}
.font-title-carro{
    font-size: 15px;
    font-weight: 700;
} 



/* =============================================================================
   Checkout .checkout_actions_ul
   ========================================================================== */
.checkout_actions_ul{       
   padding: 0 0 24px!important;
   padding-inline-start: 0!important;
   
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
}

.checkout_actions_ul li{
   list-style-type: none;
}

.checkout_actions_ul a:focus,
.checkout_actions_ul a:hover{
   text-decoration: none;
}

.checkout_envio_actions_ul li{
   width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout .checkout_actions_ul __ Before 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 500px){   
   .checkout_actions_ul{
       width: 90%;
       max-width: 340px;
       margin-right: auto;
       margin-left: auto;
    }

   .checkout_actions_ul{
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }

   .checkout_actions_ul li{
       width: 100%;
    }

   .checkout_actions_ul li + li{
       margin-top: 15px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout .checkout_actions_ul __ After 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 501px){
   .checkout_actions_ul{
       flex-direction: row;
       justify-content: flex-end;
       align-items: flex-start;
    }

   .checkout_envio_actions_ul li,
   .checkout_actions_ul li{
       width: auto!important;
    }

   .checkout_actions_ul li + li{
       margin-left: 10px;
    }

   .checkout_actions_ul li:nth-child(1),
   .checkout_actions_ul li:nth-child(2){
       padding: 0!important;
    }

    .checkout_actions_ul li:last-child > *{
       margin: 0 14px 0 0!important;
    }

    .container_checkoutPasosConResumen .checkout_actions_ul li:last-child > *{
       margin: 0!important;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout .checkout_actions_ul __ After 500px Before 600px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 501px) and (max-width: 600px){
   .checkout_actions_ul li:nth-child(2){
       display: flex;
       flex-direction: row;
       flex-wrap: wrap;
       justify-content: flex-end;
       align-content: flex-start;
       align-items: flex-start;
   }    
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout .checkout_actions_ul __ After 600px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 601px){       
    .checkout_envio_actions_ul{
       justify-content: center;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout .checkout_actions_ul __ Before 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */   
@media (max-width: 768px){
    .form-step-2 .checkout_envio_actions_ul li{
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .checkout_envio_actions_ul{
       padding-bottom: 0px!important;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout .checkout_actions_ul __ After 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */   
@media (min-width: 768px){
    .form-step-2 .contenedor-succes > div{
        width: var(--checkout_paso2_panels_width);
        padding-left: 10px;
    }
}



/* =============================================================================
   Checkout Cart Only / Paso 1
   ========================================================================== */
#cart-1 .cartonly{
   float: none;
}
   
.text-steps{
    font-size: 15px;
    font-size: 20px;
    color: white;
    margin-top: 12px;
}
.box-steps{
    height: 46px;
}

.box-title{
    border-bottom: 0px;
}   

.img-product-carro{
    width: 70px;
}

.align-right{
    text-align: right;
}

hr.line-checkout{
    width: 88%;
    color: #F5F5F5;
    border: 1px solid;
}

.total{
    margin-top: 15px !important;
}

.border-grey{
    border: 1px solid #ddd;
}

.light-grey{
    color:#666;
}

.padding-box{
    padding: 15px;
}

.numberCircle {
   border-radius: 50%;
   width: 36px;
   height: 36px;
   padding: 2px;
   border: 3px solid white;
   color: white;
   text-align: center;
   font-size: 20px;
   margin-top: 4px;
   margin-right: 4px;
}

.loc-req{
   border-color: #a94442 !important;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}

.elementos_hide .removable-text,
.elementos_hide .removable-item{
   display: none;
}

.cartonly{
    border-radius: var(--bdRadius_panels) var(--bdRadius_panels) 0 0;
    overflow: hidden;
}

.cartonly,
.cartonly .panel-body{
    padding: 0;
}

.cartonly_item + .cartonly_item{
    border-top: 1px solid var(--greyXL);
}

.cartonly_item_data{
    position: relative;
    padding-right: 9px;
}

.cartonly_item_data button{
    position: absolute;
    top: -2px;
    right: 0px;
    height: var(--cartonly_item_button_delete_height);
    line-height: calc(var(--cartonly_item_button_delete_height) - 4px);
    border: 1px solid var(--redNovogar3XL);
    border-radius: var(--bdRadius_global);
    background-color: var(--redNovogar5XL);
    background-image: url('/public/images/static/button_carro_item_delete.svg');
    background-position: left 4px center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    padding-left: 24px;
    font-size: 1.24rem;
    text-transform: uppercase;
}

.product_img_col{
    display: none;
}

.cartonly_item_titlePrice{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.cartonly_item_sku{
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
}

.cartonly_item_titleCantidad{
    max-width: 400px;
}

.cartonly_item_title{
    margin: 0;
    padding: 8px 0 0 0;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.cartonly_item_precios{
    padding-top: calc(var(--cartonly_item_button_delete_height) + 0px);
}

.cartonly_item_precios p{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 ;
    line-height: 1.1;
    text-align: right;
}

.cartonly_item_precioPorUnidad{
    color: var(--greyD);
}

.cartonly_item_frase{
    color: var(--redNovogar);
}

.cartonly_item_titleCantidad label{
    margin: 0;
    padding: 8px 0 0;
}

.cartonly_item_titleCantidad .label_name{
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.2rem;
}

.cartonly_item_titleCantidad select{
   border-radius: var(--bdRadius_global);
   background-color: var(--white);
   color: var(--black);
}

.cartonly_item_garantia{
   margin: 8px auto 0;
   border: 1px solid var(--redNovogar);
   background-color: var(--redNovogar5XL);
   border-radius: var(--bdRadius_global);

    width: 100%;
    padding: 6px 8px!important;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.2em;
    text-align: right;
}

.total-warranty-mb:empty{
    display: none;
}
   
.cartonly_item_total{
    font-weight: 700;
    color: var(--greenNovogar);
}

.cajas-step-2,
.cartonly .box-title{
    background-color: var(--grey2XD);
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
}

.cajas-step-2 .carro_panel_title,
.cartonly .box-title .cartonly_main_title{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
}

.cartonly .box-title .cartonly_main_title{
    height: 34px;
    line-height: 34px;
}

.total_monto_resumen{
    width: 100%!important;
    padding-bottom: 14px;
}

.cartonly_valores + .total_monto_resumen{
    padding-top: 14px;
}

.total-mount{
   border: 1px solid var(--black);
   box-sizing: border-box;
   padding-right: 15px;
   padding-left: 15px;
}

.total-mount p{
    margin: 0!important;
    font-weight: 700;
}

.cartonly_valores{
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--greyXL);

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.cartonly_valores p{
    margin: 0;
}   

.cartonly_descuentos{
    justify-content: space-between;
}

.cartonly_descuentos p{
    display: inline-block;
} 

.cartonly_logistica{
    justify-content: flex-start;
}   

.cartonly_tarjetaCuotas p,
.cartonly_logistica p{
    width: 100%;
    display: block;
}   

.cartonly_descuentos_valor{
    color: var(--greenNovogar);
}

.cartonly_valores .txBold{
    font-weight: 700;
}

.cartonly_logistica .span_retiraGastos{
    width: calc(100% - 80px);
} 

.cartonly_logistica .span_retiraGastos + .span_retiraGastos{
    width: 80px;
    text-align: right;
}

.cartonly_logistica .span_retiraGastos.span_retiraGastosAndreani{
    line-height: 1.2em!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ Before 300px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 300px){
    .product_desc_col{
        width: calc(100% - var(--cartonly_item_precios_width_B300) - 0px);
    }

    .cartonly_item_precios{
        width: var(--cartonly_item_precios_width_B300);
    }

    .cartonly_item_total{
        font-size: 1.8rem;
    }

    .cartonly_item_garantia,
    .cartonly_item_frase,
    .cartonly_item_precioPorUnidad{
        font-size: 1.3rem;
    }

    .cartonly_item_frase{
        margin-top: 4px!important;
        font-weight: 600;
    }

    .cartonly_item_garantia span{
        display: block;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 300px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 301px){
    .product_desc_col{
        width: calc(100% - var(--cartonly_item_precios_width_B300) - 0px);
    }

    .cartonly_item_precios{
        width: var(--cartonly_item_precios_width_B300);
    }

    .cartonly_item_garantia,
    .cartonly_item_frase,
    .cartonly_item_precioPorUnidad{
        font-size: 1.4rem;
    }

    .cartonly_item_total{
        font-size: 2rem;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ Before 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 400px){
    .cartonly_item{
        padding: var(--cartonly_sep_B400) var(--cartonly_sep_B400) calc(var(--cartonly_sep_B400) + 4px);
    }

    .cartonly_item_title{
        font-size: 1.6rem;
    }

    .cartonly_item_data button{
        padding-right: var(--cartonly_sep_B400);
    }

    .total_monto_resumen{
        padding-top: calc(var(--cartonly_sep_B400) + 4px);
        padding-right: var(--cartonly_sep_B400);
        padding-left: var(--cartonly_sep_B400);
    }

    .total-mount p,
    .cartonly_valores p{
        min-height: var(--cartonly_p_height_B400);
        font-size: 1.5rem;
        line-height: var(--cartonly_p_height_B400);
    }

    .cartonly_valores p{
        padding-right: var(--cartonly_sep_B400);
        padding-left: var(--cartonly_sep_B400);
    }

    .cartonly_logistica p span{
        min-height: calc(var(--cartonly_p_height_B400) / 1.6);
        line-height: calc(var(--cartonly_p_height_B400) / 1.6);
    }   

    .cartonly_logistica_detalle{
        display: flex!important;
    }

    .cartonly_logistica .span_retiraGastos{
        line-height: var(--cartonly_p_height_B400);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 401px){
    .cartonly_item{
        padding: var(--cartonly_sep_A400);
    }

    .cartonly_item_title{
        font-size: 1.7rem;
    }

    .cartonly_item_data button{
        padding-right: var(--cartonly_sep_A400);
    }

    .total_monto_resumen{
        padding-top: calc(var(--cartonly_sep_A400) + 0px);
       padding-right: var(--cartonly_sep_A400);
       padding-left: var(--cartonly_sep_A400);
    }

    .cartonly_item_garantia span{
        padding-left: 10px;
    }

    .total-mount p,
    .cartonly_valores p{
        min-height: var(--cartonly_p_height_A400);
        font-size: 1.6rem;
        line-height: var(--cartonly_p_height_A400);
    }

    .cartonly_valores p{
        padding-right: var(--cartonly_sep_A400);
        padding-left: var(--cartonly_sep_A400);
    }

    .cartonly_logistica .cartonly_logistica_detalle{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

    .cartonly_logistica p span{
        min-height: calc(var(--cartonly_p_height_A400) / 1.6);
        line-height: calc(var(--cartonly_p_height_A400) / 1.6);
    }

    .cartonly_logistica .span_retiraGastos + .span_retiraGastos{
        text-align: right;
    }

    .cartonly_logistica .span_retiraGastos{
        line-height: var(--cartonly_p_height_A400);
    } 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 400px Before 600px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 401px) and (max-width: 600px){
    .cartonly_item_garantia{
        width: 70%;
        margin-right: 0;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __  Before 450px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 450px){
    .cartonly_logistica .cartonly_logistica_valor{
        padding-top: 8px;
        padding-bottom: 4px;
        line-height: 1.2em!important;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 501px){
    .cartonly_logistica p,
    .cartonly_logistica p span{ 
        /* Esta regla CSS debe ser repetida luego de los 550px para mantener
        los etilos por cascada */       
        min-height: calc(var(--cartonly_logistica_p_height_A500) / 1.6);
        line-height: calc(var(--cartonly_logistica_p_height_A500) / 1.6);
    }

    .cartonly_logistica .span_retiraGastos{
        line-height: var(--cartonly_p_height_A500);
    } 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 550px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 551px){
    .cartonly_item{
        padding: var(--cartonly_sep_A550);
    }

    .cartonly_item_data button{
        padding-right: var(--cartonly_sep_A550);
    }

    .cartonly_item_garantia,
    .cartonly_item_frase,
    .cartonly_item_precioPorUnidad{
        font-size: 1.5rem;
    }

    .total_monto_resumen{
       padding-right: var(--cartonly_sep_A550);
       padding-left: var(--cartonly_sep_A550);
    }

    .cartonly_item_total{
        font-size: 2.2rem;
    }

    .total-mount p,
    .cartonly_valores p{
        min-height: var(--cartonly_p_height_A550);
        font-size: 1.7rem;
        line-height: var(--cartonly_p_height_A550);
    }

    .cartonly_valores p{
        padding-right: var(--cartonly_sep_A550);
        padding-left: var(--cartonly_sep_A550);
    }

    .cartonly_logistica p,
    .cartonly_logistica p span{        
        /* Repeticion de la regla CSS previamente declarada luego de 500px */ 
        min-height: calc(var(--cartonly_logistica_p_height_A500) / 1.6);
        line-height: calc(var(--cartonly_logistica_p_height_A500) / 1.6);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 600px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 601px){
    .cartonly_item_garantia{
        width: 50%;
        max-width: 320px;
        margin-right: 0;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ Before 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 767px){    
    .cons-cp {
        font-size: 12px !important;
        margin-top: 3px !important;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px){   
    .img-product-carro{
        display: block;
        width: auto;
        max-width: 100px;
        padding: 0!important;
        margin: 0 auto;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Cart Only / Paso 1 __ After 992px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 992px) {
    .img-product-carro{
        width: 100%;
        height: auto;
    }
}



/* =============================================================================
   Checkout Cart Only / Pasos 2 y 3
   ========================================================================== */
.pre-carro-solo{
    width: var(--checkout_paso2_panels_width);
}

.carro-solo,
.carro-solo-pbm{
    width: var(--checkout_paso2_resumen_width);
    padding-top: 10px;
}

.carro-solo .cartonly_main_title{
    /* Nombre del panel "Resument de Compra" */
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
}

.carro-solo .cartonly_item_title{
    /* Nombre del producto  */
    padding-top: 0;
}

.carro-solo .cartonly_item_precios{
    padding-top: 0;
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Checkout Cart Only / Pasos 2 y 3 __ Before 768px
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 767px){
    .container_checkoutPasosConResumen .carro-solo{
        padding-bottom: 80px;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Checkout Cart Only / Pasos 2 y 3 __ After 768px
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px){
    .container_checkoutPasosConResumen{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
    }

    .carro-solo .cartonly_item_garantia{
        width: 100%;
        font-size: 1.3rem;
    }

    .carro-solo .panel-heading{
        padding: 0!important;
    }
       
    .carro-solo .total-mount,    
    .carro-solo .total-mount-number,
    .carro-solo .total-mount-number p,
    .carro-solo .total-mount-number p strong{
        display: block;
        float: none!important;
        width: 100%;
    }


    .carro-solo .total-mount,    
    .carro-solo .total-mount-number{
        padding-right: 10px;
        padding-left: 5px;
    }

    .carro-solo .total-mount-number p,
    .carro-solo .total-mount-number p strong{
        text-align: right;
        padding: 0!important;
    }
}


/* =============================================================================
   Checkout / Paso 2
   ========================================================================== */
.payment-small{font-size: 70%;}
.background-light-blue{background-color: #F7F8F8 !important;}
.opacity{opacity: 0.3}
.opacity:hover{opacity: 1}
.cursor-pointer{cursor: pointer;}
.card-image{width: 75px;}
   
#divinv input[disabled]{
     cursor: pointer;
}

#calcFlete .alert span{
 display: block;
}

#checkout-containter .form-control-feedback{
    top: 0;
    right: 15px;
    box-shadow: inset 0 0 0 transparent!important;
}

#checkout-containter .glyphicon-asterisk{
    color: red;
    font-size: 14px!important;
}

#checkout-containter .glyphicon-asterisk.form-control-feedback{
    font-size: 8px!important;
}

#checkout-containter .glyphicon-ok{
    color: green;
    font-size: 9px;
}

.cajas-step-2{
    border-radius: var(--bdRadius_panels) var(--bdRadius_panels) 0px 0px;
    min-height: 34px;
    line-height: 1.2em;
    padding: 10px 15px 8px!important;
}

.cajas-step-2 .carro_panel_title span{
    display: block;
    font-size: 0.84em;
    font-weight: 400;
}

.cajas-step-2 + .panel-body{
    padding: 0!important;
    margin-top: 0px!important;
    margin-bottom: 10px!important;
}

#box-comments .panel-body,   
#datos-facturacion .panel-body{
    margin-top: 10px!important;
    margin-bottom: 20px!important;
}
#datos-registro-facturacion {
    margin-bottom: 10px;
}  
#datos-registro-facturacion > .col-md-12,
.col-md-12.form_div{
   padding-right: 0;
   padding-left: 0;
}

#locationField label{
    line-height: 1.2em;
}

.res-compra-title .panel-body > .row{
   margin-right: 0;
   margin-left: 0;
}

.pac-container {
    cursor: pointer !important;
}

#cart_box{
    position:relative;
}
#check_mobile{
 display: none;
}

#cart_box .carrito_resumen_overlay{
   position: absolute;
   display: none;
   z-index: 999;
   background-color: rgba(256, 256, 256, 0.8);
   top: 52px;
   right: 0;
   bottom: 30px;
   left: 0;
}

#cart_box .carrito_resumen_overlay img{
   position: absolute;
   top: 0;
}
   
.box-envio-data{
   min-height: 400px;
}

.box-register-data .form_item,
.box-register-data .form_item_textarea{
   margin: 0 0 10px 0!important;
}

.pre-carro-solo .form-group{
    margin-right: 0;
    margin-left: 0;
}

.pre-carro-solo label{
    color: var(--greyXD);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 2 __ Before 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 400px){
    .carro-solo .cartonly_item_title{
        font-size: 1.4rem;
    }

    .carro-solo .cartonly_valores p{
        padding-right: calc(var(--cartonly_sep_B400) * 2); 
        padding-left: var(--cartonly_sep_B400);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 2 __ After 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 401px){
    .cartonly_item_title,
    .total-mount p,
    .cartonly_valores p{
        font-size: 1.5rem!important;
    }

    .cartonly_valores p{
        padding-right: calc(var(--cartonly_sep_A400) * 2); 
        padding-left: var(--cartonly_sep_A400);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 2 __ After 550px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 551px){
    .total-mount p,
    .cartonly_valores p{
        font-size: 1.5rem;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout  Paso 2 __ Before 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width:  767px){
    #cart_box .carrito_resumen_overlay img{
       width: 200px;
       left: 50%;
       margin-left: -100px;
    }

    #checkout-containter .glyphicon-ok{
        top: 34px;
    }

    .pre-carro-solo,
    .carro-solo,
    .carro-solo-pbm{
        width: 100%;
    }
   
    .pre-carro-solo label{
        margin-left: 6px!important;
    }

    .carro-solo .cartonly_item_precios{
        padding-top: 10px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 2 __ After 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px){
    #cart_box .carrito_resumen_overlay img{
       width: 100%;
       left: 0;
    }

    #checkout-containter{
       padding-bottom: 30px;
    }
   
    #checkout-containter .glyphicon-ok{
       top: 0;
    }

    .pre-carro-solo .form-group.has-feedback + .form-group.has-feedback{
        margin-top: 10px;
    }

    .form-horizontal .control-label{
       padding: 0 0 0 6px;
    }

    .box-register-data .form_item_textarea{
       width: 100%;
       margin-top: 20px!important;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 2 __ After 1024px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 1024px){
    #cart_box .carrito_resumen_overlay img{
       width: 250px;
       height: 160px;
       top: 50%;
       left: 50%;
       margin-top: -80px;
       margin-left: -125px;
    }

    .box-register-data .form_div{
       display: flex;
       flex-direction: row;
       flex-wrap: wrap;
       justify-content: flex-start;
       align-content: flex-start;
       align-items: flex-start;
    }

    .box-register-data .form_item{
       width: 50%;
    }
}
   

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 2 __ After 768px Before 1200px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px) and (max-width: 1199px){
    .form-step-2 .product_img_col{
       width: 100%!important;
    }

    .form-step-2 .product_desc_col,
    .form-step-2 .product_price_col{
       width: 100%!important;
    }
}
   

   
/* =============================================================================
   Checkout / Paso 3
   ========================================================================== */
input::-webkit-input-placeholder {
    color: #4C4B4B ;
    opacity: 0.4 ;
    transition: opacity 0.5s ;
    -webkit-transition: opacity 0.5s;
}

.pac-container:after{
    content:none !important;
}

.text-form{
    font-weight: 700;
}

.img-bank{
    width: 40px;
}
   
.collapseTarjetasCredito,
.collapseTarjetasCredito .panel-body{
    background-color: #fff;
}

.collapseTarjetasCredito .panel-body{
    width: 100%;
    border: none;
}

.accordion_div_ch{
    transition: none;
    position: relative;
    width: 100%;

    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.accordion_div_ch_bank{
    /* Oculto listado de bancos mientras no se selecciona una tarjeta */
    display: none;
}

.accordion_div_ch_bank_first{
    border-width: 0 var(--checkout_paymentAlert_bdWidth) var(--checkout_paymentAlert_bdWidth)!important;
    border-style: solid!important;
    border-color: var(--greenNovogar)!important;
    margin-top: 36px!important;
    border-radius: 0 0 6px 6px!important;;
}
   
.accordion_div_ch_bank_first::before{
    content: "¿Con qué banco querés pagar?";
    display: block;
    border-radius: 6px 6px 0 0!important;;
    position: absolute;
    top: -30px;
    left: calc(-1 * var(--checkout_paymentAlert_bdWidth));
    width: calc(100% + calc(var(--checkout_paymentAlert_bdWidth) * 2));
    height: 30px;
    border-width: var(--checkout_paymentAlert_bdWidth) var(--checkout_paymentAlert_bdWidth) 0!important;
    border-style: solid!important;
    border-color: var(--greenNovogar)!important;
    border-radius: 6px;
    background-color: var(--greenNovogar5XL);
    padding: 4px 6px;
    font-size: 1.4rem;
    color: var(--greenNovogar);
    text-align: center;
    font-weight: 700;
}
       
.accordion_div_ch + .accordion_div_ch{
    margin-top: 10px;
}

#listCard{
    width: 100%;
    max-width: 350px;
}

.accordion_div_ch,
.checkout_cuotas{
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}
   
#cardint,
.padding_pago_transf,
#mp,
.msj_mp,
.info-credit-card{
    width: 90%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}
   
.padding_pago_transf,
.msj_mp{
    padding-bottom: 40px;
}
   
.msj_mp ul{
    list-style-position: inside;
}
   
#listCard .modal_item_card{
    width: 100%;
    max-width: none;
}

#card-list.accordion_div_ch_open,
#bank-list.accordion_div_ch_open h4,
#bank-list.accordion_div_ch_open ul,
.checkout_cuotas.bank_selected > div{
    border: 1px solid var(--greenNovogar);
    background-color: var(--greenNovogar5XL);
}
   
.accordion_div_ch.item_selected,
.accordion_div_ch.item_selected button{
    /* Cuando hay un item (tarjeta o banco) seleccionado el  panel y el boton ocupan toda el area */
    height: calc(calc(var(--mediosPago_title_height) * 2) + 10px);
}

.accordion_div_ch.accordion_div_ch_open button,
.accordion_div_ch.item_selected button{
    z-index: var(--zIndex_generic_over);
}

.accordion_div_ch.item_selected button{
    /* Cuando hay un item (tarjeta o banco) seleccionado el boton ocupa toda el area */
    padding-bottom: calc(var(--mediosPago_title_height) + 10px);
}

.accordion_div_ch h4{
    position: relative;
    margin: 0!important;
}
   
.accordion_div_ch button{
    transition: none;
    position: relative;
    width: 100%;
    background-color: transparent!important;
    border: none!important;
    padding: 0 10px 0 40px;
    font-size: 1.4rem;
    font-weight: 700 !important;
    height: var(--mediosPago_title_height);
    line-height: var(--mediosPago_title_height);
    text-align: left;
}

.accordion_div_ch button::after{
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: var(--mediosPago_title_height);
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: var(--mediosPago_title_height);
    text-align: left;
    font-size: 1.4rem;
    overflow: visible;
    opacity: 1;
}
   
.accordion_div_ch_card button::after{
    content: "";
    background-image: url('/public/images/static/icon_card.svg'), url('/public/images/static/icon_arrow_down.svg');
}

.accordion_div_ch_bank button::after{
    content: "";
    background-image: url('/public/images/static/icon_bank.svg'), url('/public/images/static/icon_arrow_down.svg');
}

.accordion_div_ch_cuotas button::after{
    content: "Seleccion&aacute; un banco";
    background-image: url('/public/images/static/icon_ban.svg'), url('/public/images/static/icon_arrow_down.svg');
    background-position: center right 4px;
    padding-left: 16px!important;
}

.accordion_div_ch.item_selected button::after{
    content: "";
    top: 6px;
    bottom: auto;
    overflow: hidden;
    background-image: url('/public/images/static/icon_editar.svg');
    background-color: var(--grey2XL);
    background-size: auto 16px;
    padding: 0 0 0 20px!important;
    right: 6px;
    left: auto;
    border: 1px solid var(--greyL);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--grey2XD);
    text-align: center;
    transition-property: border-color, color;
    transition-duration: 0.7s, 0.7s;
}

.accordion_div_ch_closed:hover button::after{
    background-color: var(--greyXL);
    border-color: var(--greyD);
    color: var(--grey3XD);
}

.accordion_div_ch.item_selected .accordion_ul{
    margin: 0!important;
}

.accordion_ul[aria-expanded="false"]{
    transition:  all 0.7s ease;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
}
   
.accordion_ul:empty{
    display: none;
}

.accordion_ul > p{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: -4px!important;
    padding-left: 11px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.accordion_ul[aria-expanded="false"] > p{
    display: none;
}
   
.accordion_ul > li + p{
    padding-top: 12px;
}

.accordion_div_ch.accordion_div_ch_open{
    border: none;
    background-color: transparent;
    height: auto;
}
   
.accordion_ul[aria-expanded="true"],
.accordion_ul.item_selected,
.accordion_div_ch .modal_item_card[aria-pressed="false"] span.monto_cuota_card,
.accordion_div_ch .modal_item_card[aria-pressed="false"] .modal_msj_sinInteres span,
#data-tax{
    display: block;
    clip-path: none;
    clip: auto;
    width: 100%;
    height: auto;
    overflow: visible;
    white-space: normal;
}

.accordion_div_ch .modal_item_card[aria-pressed="false"] .modal_msj_sinInteres span{
    display: inline;
    position: relative;
    margin: 0;
}

.accordion_div_ch .modal_item_card[aria-pressed="false"] span.monto_cuota_card,
#data-tax{
    margin: 0;
}

.checkout_cuotas div,
.accordion_div_ch,
.accordion_div_ch_card.accordion_div_ch_open,
.accordion_div_ch_bank .accordion_ul[aria-expanded="true"],
.accordion_div_ch_bank.accordion_div_ch_open h4{
    border: 1px solid var(--greyL);
    background-color: var(--grey4XL);
    border-radius: 6px;
}
   
.accordion_div_ch_bank.accordion_div_ch_bank_first h4,
.accordion_div_ch_bank.accordion_div_ch_bank_first ul{
    border-color: var(--greyL)!important;
}

.accordion_div_ch_card .payment_method-block.selected div{
    position: relative;
}

.accordion_div_ch_bank .accordion_ul[aria-expanded="true"]{
    border-width: 0 1px 1px!important;
    border-radius: 0 0 6px 6px;
}

.accordion_div_ch_bank.accordion_div_ch_open h4{
    border-width: 1px 1px 0!important;
    border-radius: 6px 6px 0 0;
}
   
.accordion_ul.item_selected,
.accordion_ul.item_selected .modal_item_card[aria-pressed="true"]{
    border: none!important;
}

.accordion_ul.item_selected .modal_item_card[aria-pressed="false"]{
    display: none!important;
}

.accordion_ul.item_selected .modal_item_card[aria-pressed="true"] a{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-content: flex-start;
   align-items: flex-start;

   text-decoration: none;
}

.accordion_ul .modal_item_card_imgContainer{
    transition: all ease 0.7s;
}
   
.accordion_ul li:focus .modal_item_card_imgContainer,
.accordion_ul li:hover .modal_item_card_imgContainer{
    border: 1px solid var(--black_rgba40);
}

.accordion_ul .modal_item_card_imgContainer,
.accordion_ul.item_selected .modal_item_card[aria-pressed="true"] .modal_item_card_imgContainer{
    border-radius: 6px;
    border: 1px solid var(--black_rgba20);
    background-color: var(--white_rgba85);
    width: var(--mediosPago_title_height)!important;
    height: var(--mediosPago_title_height)!important;
    padding: 2px;
    margin-right: 8px;
    margin-left: 8px;
}

.accordion_ul.item_selected .modal_item_card[aria-pressed="true"] span{
    color: var(--grey2XD);
    font-size: 1.4rem;
    font-weight: 700;
    height: var(--mediosPago_title_height);
    line-height: var(--mediosPago_title_height);
    text-decoration: none;
}

#paymentsType .collapseTarjetasCredito{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#paymentsType > .panel-default{
    border: none!important;
    box-shadow: 0 0 0 transparent!important;
}

#paymentsType > .panel-default, 
#paymentsType > .panel-default > div{
    border-radius: 0!important;
} 
   
#paymentsType > .panel-default > div + div{
    border-width: 1px 0 0!important;
    border-style: solid!important;
    border-color: #ddd!important;
}

#paymentsType > .panel + .panel{
    margin-top: 8px!important;
    border-width: 1px 0 0!important;
    border-style: solid!important;
    border-color: #ddd!important;
}

#paymentsType .modal_item_card{
    cursor: pointer;
    overflow: hidden;
    padding: 4px 0;
}
   
.accordion_div_ch .modal_item_card[aria-pressed="false"] div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    margin-right: auto;
    margin-left: auto;
}

.accordion_div_ch_card .modal_item_card[aria-pressed="false"] span{
    position: absolute;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0!important;
    padding: 0!important;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
}
   
.accordion_div_ch .modal_item_card[aria-pressed="true"]{
    position: absolute;
    z-index: var(--zIndex_generic_below);
    width: 100%!important;
    top: calc(var(--mediosPago_title_height) - 2px - 4px);
    right: 0;
    left: 0;
    height: calc(var(--mediosPago_title_height) + 4px);
}

.accordion_div_ch_card{
    transition: none;
    height: auto;
}

.accordion_div_ch .accordion_ul{
    padding-bottom: 3px!important;
}
   
.modal_item_card_imgContainer img{
    display: block;
    max-width: 96%;
    max-height: 96%;
    width: auto;
    height: auto;
}

#cardbox .payment_item + .payment_item{
    border-width: 1px 0 0;
}

#listado_bank[aria-expanded="true"] .payment_item{
    padding-top: 4px;
    padding-bottom: 4px;
}   

#listado_bank[aria-expanded="true"] .payment_item:focus,
#listado_bank[aria-expanded="true"] .payment_item:hover{
    background-color: var(--greenNovogar3XL);
}
   
#bank-list .payment_item > a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

#paymentsType .modal_item_card_imgContainer{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-content: center;
   align-items: center;
    width: 100%;
    max-width: 36px;
}
   
.accordion_div_ch_bank .payment_item:focus a,
.accordion_div_ch_bank .payment_item a:focus,
.accordion_div_ch_bank .payment_item:hover a,
.accordion_div_ch_bank .payment_item a:hover{
    text-decoration: none;
}

.accordion_div_ch_bank .payment_item span{
    display: block;
    width: calc(100% - 50px);
    color: var(--grey2XD);
    font-size: 1.4rem;
    font-weight: 700 !important;
    line-height: var(--mediosPago_title_height)!important;
    text-transform: none;
}
   
.accordion_div_ch_bank .payment_item[aria-pressed="true"] span{
    width: calc(100% - 70px);
}

#paymentsType .modal_item_card p{
    display: block;
    min-height: 2.4em;
    width: 100%;
    padding-top: 5px;
    color: var(--grey2XD);
    font-size: 0.6rem;
    line-height: 1.2em;
    font-weight: 700;
}

#paymentsType .modal_item_cuotas p.box-cuota,
#paymentsType .modal_item_cuotas p.box-precio-cuota__precio{
    min-height: auto;
    font-size: 0.9rem;
    font-weight: 700;
}
   
#paymentsType .modal_item_cuotas p.box-cuota span,
#paymentsType .modal_item_cuotas p.box-precio-cuota__precio span{
    font-size: 1em;
}
   
#paymentsType .modal_item_cuotas p.box-cuota{
    padding-left: 8px;
    color: var(--greenNovogar);
    text-align: left;

    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 70px;
}

#paymentsType .modal_item_cuotas p.box-precio-cuota__precio{
    padding-right: 8px;
    text-align: right;

    flex-grow: 3;
    flex-shrink: 0;
    flex-basis: 170px;
}
   
#paymentsType .modal_msj_green{
    border-radius: 6px;
    border: 1px solid #8cbb9c;
    background-color: var(--greenNovogar4XL);
    padding: 15px 20px 20px;    
}

#paymentsType .modal_msj_green p{
    border-radius: 6px;
    font-size: 0.85rem;
    color: var(--grey3XD);
    line-height: 1.3em;
}
   
#paymentsType .modal_msj_green p + p{
    margin-top: 8px;
}

#paymentsType .modal_msj_green p:empty{
    height: 0;
}

#paymentsType .modal_msj_green p:empty + p{
    margin-top: 0;
}

#paymentsType .modal_msj_green p span{
    display: inline;
}

#card_selector h4{
    font-weight: 700;
}

#paymentsType h4{
    font-size: 0.9rem;
}

#paymentsType ul + h4,
.payment_methods h4,
.modal_item_cuotas + .modal_item_cuotas{
    border-width: 1px 0 0!important;
    border-style: solid;
    border-color: var(--greyXL);
    padding-top: 8px;
    margin-top: 5px;
}
   
#listCard,
#paymentsType ul{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-content: flex-start;
   align-items: flex-start;
}

#paymentsType ul{
    padding: 0;
    margin: 0 auto;
}

#cardbox{
    padding-bottom: 12px!important;
}

.accordion_div_ch.item_selected button{
    padding-left: 10px;
}

.accordion_div_ch button{
    transition: none;
}
   
#paymentsType .modal_item_cuotas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;

    position: relative;
    width: 100%;
}

#paymentsType .modal_item_cuotas_si,
#paymentsType .modal_item_cuotas_de{
    padding-bottom: 0px;
}

#paymentsType .modal_item_cuotas div{
    width: 100%;
}
   
#paymentsType .modal_item_cuotas p{
    width: auto;
}

#paymentsType .modal_item_cuotas .box-cuota{
    min-width: auto;
}

#paymentsType .modal_item_cuotas_si .box-cuota,
#paymentsType .modal_item_cuotas_de .box-cuota,
#paymentsType .modal_item_cuotas.cuota_selected .box-cuota{
    margin-top: 0!important;
}

#paymentsType .modal_item_cuotas.cuota_selected{
    justify-content: space-between;
}
   
.modal_item_cuotas .modal_msj_sinInteres{
    position: relative;
    width: 100%!important;
    height: auto;
    min-height: 16px!important;
    padding: 4px 5px 4px!important;
    color: var(--grey2XD)!important;
    font-size: 0.7rem!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase;
}

.modal_item_cuotas .modal_msj_sinInteres span{
    display: block;
    font-size: 1em;
}

.modal_item_cuotas span{
    display: block;
    font-size: 0.7rem;
}

#listCard li:nth-child(1){
    padding-top: 5px;
}

#listCard .monto_cuota_card{
    position: relative;
    width: auto;
    display: inline;
    font-weight: 700;
}

#cardint{
    margin-top: 10px;
    margin-bottom: 0;
}

.checkout_cuotas div{
    padding: 0 10px 10px;
    margin-top: 10px;
}

.checkout_cuotas h4{
    font-size: 1.4rem!important;
}

.checkout_cuotas select,
.checkout_cuotas option{
    width: 100%;
    height: 26px;
    line-height: 26px;
}

#response-gtw{
    border: none;
}

#response-gtw:has(> div:empty){
    padding: 0!important;
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ Before 300px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 300px){
    .accordion_div_ch_card .modal_item_card{
        width: calc(100% / 4);
    }

    .accordion_div_ch_bank .modal_item_card{
        width: 100%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ After 300px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 301px){
    .accordion_div_ch_card .modal_item_card{
        width: calc(100% / 6);
    }

    .accordion_div_ch_bank .modal_item_card{
        width: 100%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ Before 370px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 370px){
    .accordion_div_ch.item_selected button::after{
        content: "";
        width: 28px;
        height: 28px;
        line-height: 28px;
        background-position: center center;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ After 370px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 371px){
    .accordion_div_ch.item_selected button::after,
    #card-list.item_selected button::after{
        content: "Modificar";
    }

    .accordion_div_ch.item_selected button::after{
        width: 100px;
        height: 26px;
        line-height: 26px;
        background-position: left 4px center;        
        font-size: 1.24rem;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ After 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 401px){
    .accordion_div_ch.item_selected button::after{   
        font-size: 1.3rem;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ Before 450px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 450px){
    .accordion_div_ch_card button::after,
    .accordion_div_ch_bank button::after{
        background-position: center left 10px, center right 4px;
        background-size: auto 23px;
        padding-left: calc(var(--mediosPago_title_height) + 2px);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ After 450px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 451px){
    .accordion_div_ch_card button::after,
    .accordion_div_ch_bank button::after{
        background-position: center left 10px, center right 10px;
        background-size: auto 26px;
        padding-left: calc(var(--mediosPago_title_height) + 4px);
    }

    #listCard .monto_cuota_card{
        font-size: 0.9rem;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ Before 650px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 650px){
    #listCard .monto_cuota_card{
        font-size: 1rem;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ After 650px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 651px){
    #listCard .monto_cuota_card{
        font-size: 1rem;
    }

    .checkout_cuotas{
        width: 100%;
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Metodo de Pago, Tarjeta / Bancos __ After 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px){
    #cardint,
    .accordion_div_ch,
    .checkout_cuotas{
        width: 100%;
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }
}

.error-fp{
    border : 1px solid;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */    
}
.radio-tipo-envio{
  cursor: pointer;
}



/* =============================================================================
   Checkout Paso 3 / Descuentos
   ========================================================================== */
.checkout_descuentos .displayFlex{
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.checkout_descuentos input{
    min-width: 100px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.checkout_descuentos button{
    min-width: 80px;
    width: 20%!important;
    max-width: 100px!important;
    margin-right: auto;
    margin-left: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 3 / Descuentos __ Before 300px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 300px){
    .checkout_descuentos input{
        max-width: 140px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 3 / Descuentos __ After 300px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 301px){
    .checkout_descuentos input{
        max-width: 160px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 3 / Descuentos __ After 350px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 351px){
    .checkout_descuentos input{
        max-width: 210px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 3 / Descuentos __ After 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 401px){
    .checkout_descuentos input{
        max-width: 300px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Paso 3 / Descuentos __ After 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px){
    .checkout_descuentos input{
        max-width: 400px;
    }
}
   
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Modal Sucursales
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.list-sucursales{
      padding: 15px 0;
}

.list-sucursales .margin-radio-retiro:hover{
    border-radius: 4px;
    padding: 0;
}

.list-sucursales .margin-radio-retiro:hover .radio-sucursales{
    background-color: rgba(92, 184, 92, 0.07);
}

.active-retiro{
    border-radius: 4px;
    padding: 0;
    background-color: rgba(92, 184, 92, 0.07);  
}

.pop_sucursales_modal{
        background-color: rgba(100,100,100,0.5);
}

.radio-sucursales p {
  padding-left: 5px;

}
.radio-sucursales strong{
  padding-bottom: 8px;
}

.decidir-checkout img {
    width: 80px;
    display: inline;
    margin-left: 20px;
}
   
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   MEDIA SCREEN MENUES COLAPSADOS EN TODAS LAS RESOLUCIONES
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 767px) {
    .modal-content{
      width: 300px;
      margin-right: auto;
      margin-left: auto;
    }

    .bs-wizard {margin-top: 10px !important;}

    .mobile-style-payment.mobile-style-payment{
        position: fixed!important;
        z-index: 2!important;
        right: 20px!important;
        bottom: 15px!important;
        left: 20px!important;
        text-align: center!important;
        width: calc(100% - 40px)!important;
    }

    #checkout_success::after{
        display: none;
    }

    .button_realizarPago_container,
    .contenedor-succes.contenedor-succes{
        position: fixed !important;
        z-index: 22;
        right: 0;
        bottom: 0!important;
        left: 0;
        width: 100% !important;
        height: 64px;
        background-color: #e6e6e6;
        padding-top: 14px;
        box-shadow: 1px 1px 20px 5px #a8a6a6 !important;
    }

    .contenedor-succes.contenedor-succes{
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .checkout_resumen_paso3 .caja-roja-total .panel-body{
        padding-bottom: 80px;
    }

    .button_realizarPago_container{
        height: auto!important;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .margin-step {
        margin-top: 0px !important;
    }

    .box-envio-data {
         min-height: 0px; 
    }



    .navbar-fixed-bottom{
      position: relative;
    }
}
   

   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Form Wizard
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.bs-wizard {margin-top: 77px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0;}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Garantías
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.plus-garantias{
    font-size: 8em;
    font-weight: 700;
    color: #5db85d;
}
.progress-bar-blue {
    background-color: #019ee4;
}

.image-reparaciones{
  position: absolute;
  width: 50px;
  left: 1%;
  top: 53%;
}
   
/* // Ahora 12 / Ahora 18 --------------------------------------------------- */
.logos-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.logos-list ul li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

.logos-list ul li img {
  max-height: 50px;
}
   
.checkout-special-discount {
    background-color: #e90101;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 6px;
}

#locationField .tt-menu {
    z-index: 1000!important;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0;
    margin: -1px 0;
    overflow-y: scroll;
    color: black;
}
   
#locationField .tt-suggestion {
    font-size: 14px;
    line-height: 17px;
        padding-right: 20px;
        padding-left: 20px;
}

@media (max-width: 450px){
    #locationField .tt-suggestion {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 451px){
    #locationField .tt-suggestion {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
   
@media (max-width: 767px){
    #locationField .tt-menu {
        max-height: 50vh;
    }    
}

@media (min-width: 768px){
    #locationField .tt-menu {
        max-height: 400px;
        width: 100%;
    }    
}

@media (min-width: 992px){
    #locationField .tt-menu {
        max-height: 470px;
        width: 100%;
    } 
}

#local-product .tt-suggestion {
     font-size: 12px;
     border-top: 1px solid #e6e6e6;
     padding: 5px 10px 5px 20px;
     color: #151414;
     line-height: 24px;
     background-position: center;
     background-size: 15px;
     background-position: left;
     background-repeat: no-repeat;
     background-image: url(/public/images/static/location.svg);
}

.tt-suggestion {
     font-size: 12px;
     border-top: 1px solid #e6e6e6;
     padding: 5px 10px 5px 20px;
     color: #151414;
     line-height: 24px;
   }
#locationField .img-location{
    max-width: 20px;
}
#locationField .tt-suggestion.tt-cursor {
    color: black;
    background-color: #fafafa;
}
   
#locationField .tt-suggestion:focus,
#locationField .tt-suggestion:hover{
    cursor: pointer;
    color: #178134;
    background-color: #fdfdfd;
}
#envio_a_domicilio {
  width: 570px;
  text-align: left 
}
   
.modal .button {
  height: 34px;
  margin-bottom: 0px !important;
}

.has-error .form-control {
  border-color: #E5E4E4 !important;
  box-shadow:none;
}
.has-error .form-control:focus {
  box-shadow:none;
}

@media (max-width: 480px){
    .tt-menu {
      width: 250px;
    }
    .modal-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .modal-content form {
      display: flex;
      flex-direction: column;
    }
     .modal-content form label {
      justify-content: center;
      font-size: 15px;
     }
     .modal-content .tt-menu {
      width: 250px;
    }
    #envio_a_domicilio input[type="text"]{
      width: 250px !important;
    }

    #envio_a_domicilio {
      width: 400px;
      text-align: left
    }
    .button {
      font-size: 12px !important;
      padding: 6px;
    }
    .modal .button {
      margin-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .modal-content form label {
      display: flex !important;
    }
    .modal .button {
      margin-bottom: 14px !important;
      margin-left: 5px;
    }
    .modal-content .tt-menu {
      margin: -14px 0px;
    }
    .twitter-typeahead {
      width: 100%;
      display: inline-block !important;
    }
    .text-form {
      font-size: 15px;
      color: black;
      height: 34px;
      line-height: 34px;
      margin: 0!important;
    }
    .c_p{
      margin-left: 20px;
    }
    .cc_p{
      margin-left: 30px !important;
    }
}
   
label.error{
  color: #c8000b!important;
  font-size: 12px;
  white-space: nowrap;
}

.loading {    
    background-color: #ffffff;
    background-image: url("/public/images/static/3.gif");
    background-size: 25px 25px;
    background-position:center center;
    background-repeat: no-repeat;
}

.form-control.ignore.typeahead.tt-hint {
    visibility: hidden;
}

.depositoTransferencia_texto span{
      display: block;
}

#headingTarjetasCredito{
      display: block!important;
      height: auto!important;
}

.shipping_option{
      border-radius: 10px;
      border: 1px solid #ccc;
      padding: 10px;
}

.envios2{
       max-width: 450px;
       width: calc(100% - 20px);
       margin-right: auto;
       margin-left: auto;
      justify-content: space-between;    
      display: flex;
      flex-direction: row;
}
   
@media (max-width: 400px){
    .envios2{
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
    }

    .shipping_option{
        width: 100%;
    }

    .shipping_option + .shipping_option{
        margin-top: 10px;
    }
}
   
@media (min-width: 401px){
    .shipping_option{
        max-width: 240px;
        width: calc(50% - 5px);
    }
}
       
#checkout_success{
       padding: 0!important;
       margin: 0 auto!important;
}
   
@media (min-width: 768px){
    #checkout_success{
        float: none!important;
        max-width: 250px;
    }
}

@media (min-width: 992px){
    .shipping_option + .shipping_option{
        margin-left: 20px;
    }
}
   
.shipping_sucursales_sugg{
        display: block;
        color: #666;
        margin: -5px 0 5px;
        padding: 0 0 0 10px;
        font-size: 1.3rem;
}



/* =============================================================================
   Checkout Pago con MP Gateway / Decidir
   ========================================================================== */
.form_tarjeta{
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.form_tarjeta label{
    width: 100%;
}

.form_tarjeta .contenedor-seg{
    width: 140px;
}

.form_tarjeta .contenedor-seg input{
    width: 100px;
}

.form_tarjeta .contenedor-dni{
    width: 100%;
}

.form_tarjeta .contenedor-dni select{
    width: 80px;
    padding-right: 10px;
}

.form_tarjeta .contenedor-dni select + input{
        max-width: calc(100% - 85px);
    margin-left: 5px;
}

.form_tarjeta .text-form {
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Pago con MP Gateway / Decidir __ Before 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 440px){
    .form_tarjeta .contenedor-address input{
        width: 70%;
    }

    .form_tarjeta .contenedor-address input + input{
        width: calc(30% - 5px);
        margin-left: 5px;
    }

    .form_tarjeta .contenedor-fechas-inputs input{
        width: 40%;
        max-width: 100px;
    }

    .form_tarjeta .contenedor-fechas{
        width: calc(100% - 0px);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Pago con MP Gateway / Decidir __ After 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 441px){
    .form_tarjeta .contenedor-address input{
        max-width: calc(100% - 115px);
    }

    .form_tarjeta .contenedor-address input + input{
        max-width: 110px;
        margin-left: 5px;
    }

    .form_tarjeta .contenedor-fechas-inputs input{
        width: 100px;
    }

    .form_tarjeta .contenedor-fechas{
        width: calc(100% - 150px);
        max-width: 220px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout Pago con MP Gateway / Decidir __ After 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px){
    .form_tarjeta .contenedor-dni{
        padding-bottom: 30px;
    }
}
   
/* =============================================================================
   Carrito Vacio
   ========================================================================== */
.carrito_vacio .alert{
    font-weight: 700;
}
   
.btn_volverAlCatalogo{
    display: block;
    max-width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.btn_volverAlCatalogo,
.btn_volverAlCatalogo:active,
.btn_volverAlCatalogo:visited,
.btn_volverAlCatalogo:focus,
.btn_volverAlCatalogo:hover{
    color: #fff;
}
   
/* =============================================================================
   Pop Puntos de Retiro
   ========================================================================== */
.modal-backdrop{position: relative!important}

.pop_sucursales_modal{background-color: rgba(0,0,0,0.5)}

.pop_sucursales_modal .modal-header{
    width: 100%;
    position: relative;
    padding-top: 13px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
   
.texto-error-busqueda {
    padding: 5px;
    background: #ffffcb;
    font-weight: 700;
    text-align: center;
    margin: 10px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
  }

.pop_sucursales_modal .modal-dialog{
    top: 0px;
    margin: 0 auto;
}

.pop_sucursales_modal .modal-body{
    width: 90%;
    height: 55vh;
    border-color: #ccc;
    border-width: 1px 0 0;
    border-style: solid;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
}
   
.pop_sucursales_modal .modal-footer{
    width: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--greyL);
    text-align: center;
}

.pop_sucursales_modal .modal-footer button{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.modal .button_submit{
    background-color: var(--greenNovogar);
    display: block;
    border: 1px solid var(--greenNovogar);
    border-radius: 4px;
    padding: 10px 4px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
   
.modal .button_submit:focus,
.modal .button_submit:hover,
.modal .button_submit{
    border-color: var(--greenNovogarXL);
    color: var(--white);
}

.pop_sucursales_modal h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
}
   
.pop_sucursales_modal button.close{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9900;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #aaa;
    width: 35px !important;
    height: 35px !important;
    background-size: 100%;
    background-image: url('/public/images/static/button_close.svg');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.pop_sucursales_modal button.close,
.pop_sucursales_modal button.close:focus,
.pop_sucursales_modal button.close:hover{
    background-color: #fff;
}
   
.pop_sucursales_modal button.close:focus,
.pop_sucursales_modal button.close:hover{
    border: 1px solid #999;
}

.pop_sucursales_mainList{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ccc;
    height: calc(100% - 60px);
    overflow-y: scroll;
}

.pop_sucursales_modal .modal-dialog{
    left: 50%;
    margin-top: 55px;
}  

.pop_sucursales_modal .list-sucursales{
    padding: 0 15px 15px;
    overflow: auto;
}

.pop_sucursales_modal .sucursal-label{
    width: 100%;
    padding: 5px;
    color: #333;
}   
   
.pop_sucursales_modal .sucursal-label p{
    font-size: 14px!important;
    line-height: 1.1em;
}

.pop_sucursales_modal .sucursal-horario{
    line-height: 1;
    color: rgba(28, 13, 13, 0.5);
}

.pop_sucursales_modal .sucursal-nombre{
    font-size: 18px;
    font-size: 14px !important;
    line-height: 1.3;
}

.change-cp{
    color:#009fe3;
    cursor: pointer;
    float: right;
}

.pop_sucursales_modal .sucursal-nombre,
.pop_sucursales_modal .sucursal-frase{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.radio-sucursales .days-suc{
    font-size: 0.8em;
    color: #5cb85c;
    display: inline-block;
}
   
.list-sucursales .margin-radio-retiro{cursor: pointer}

.list-sucursales .margin-radio-retiro + .margin-radio-retiro{margin-top: 10px}

.active-retiro{
    border-radius: 4px;
    padding: 0;
    background-color: rgba(92, 184, 92, 0.07);  
}

.radio-sucursales{
    margin: 0!important;
    border: 1px solid #999;
    border-radius: 4px;
}

.radio-sucursales:focus,
.radio-sucursales:hover{
    border-color: #666;
}
   
.rs-select,
.radio-sucursales.active-retiro{
    border-color: rgb(121, 153, 0) !important;
}

.radio-sucursales label{padding: 8px 12px 10px 12px !important}

.pop_sucursales_modal .radio-sucursales label p{margin: 0}

.pop_sucursales_modal .radio-sucursales label p + p{margin-top: 2px}

.pop_sucursales_modal .price-pickup{
    font-weight: 700;
}
   
.radio-sucursales label input{margin-top: 2px}

/* // Buscador en pop de Sucursales ----------------------------------------- */
.sucursales_buscador_container{
    padding-top: 10px;
    width: 95%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
}

.sucursales_buscador_sugg{
    padding: 5px 20px 10px;
    margin-bottom: 0;
}

.sucursales_buscador_sugg span{
    font-weight: 700;
}

.sucursales_buscador input[type="search"],
.sucursales_buscador select{
    float: left;
    box-sizing: content-box;
    border: 1px solid #aaa;
    border-radius: 8px 0 0 8px;
    width: calc(100% - 120px);
    max-width: 350px;
    height: 40px;
    padding: 0 10px;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
}
   
.sucursales_buscador input[type="search"]:focus,
.sucursales_buscador input[type="search"]:hover,
.sucursales_buscador select:focus,
.sucursales_buscador select:hover{
    border: 1px solid #666;
}

.sucursales_buscador button{
    width: 90px;
    height: 42px;
    background-color: #e90101;
    border: 1px solid #e90101;
    border-radius: 0 8px 8px 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
}
   
.sucursales_buscador button:focus,
.sucursales_buscador button:hover{
    background-color: #c60505;
    border: 1px solid #c60505;
    color: #fff;
}	

.sucursales_buscador_sugg{
    text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ Before 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 400px){
    .pop_sucursales_modal .modal-footer button{
        width: 220px;
        margin-left: -110px;
        font-size: 12px;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ After 400px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 401px){
    .pop_sucursales_modal .modal-footer button{
        font-size: 14px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ After 400px / Before 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 401px) and (max-width: 500px){
    .pop_sucursales_modal .modal-footer button{
        width: 240px;
        margin-left: -120px;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ Before 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 500px) {
    .pop_sucursales_modal .modal-dialog{
        width: 90%;
        max-width: 400px;
        margin-left: -45%;
    }  

    .pop_sucursales_modal .modal-footer{
        padding-right: 0px;
        padding-left: 0px;
    }

    .pop_sucursales_modal .modal-footer button{
        position: absolute;
        left: 50%;
    }

    #retiro-sucursal-modal{font-size: 17px}

    .pop_sucursales_modal .modal-header{
        min-height: 50px;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ After 500px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 501px) {
    .pop_sucursales_modal .modal-dialog{
        width: 400px;
        margin-left: -200px;
    }

    .pop_sucursales_modal .modal-content{width: 100%}

    .pop_sucursales_modal .modal-footer{
        padding-right: 10px;
        padding-left: 10px;
    }

    .pop_sucursales_modal .modal-footer button{
        padding-right: 10px;
        padding-left: 10px;
    }

    .pop_sucursales_modal h4{
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .pop_sucursales_modal .modal-header{
        min-height: 40px;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ Before 600px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 600px) {	
    /* // Buscador en pop de Sucursales ----------------------------------------- */
    .sucursales_buscador_sugg{
        font-size: 1.5rem;
        line-height: 1.3em;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ After 600px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 601px){

    /* // Buscador en pop de Sucursales ----------------------------------------- */
    .sucursales_buscador{
        padding-right: 0!important;
        padding-left: 0!important;
    }	

    .sucursales_buscador_sugg{
        margin-bottom: 0;
        color: #333;
        font-size: 1.4rem;
    }
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ Before 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width: 767px){
    .pop_sucursales_modal{
        padding-right: 0;
        padding-left: 0;
    }

    .pop_sucursales_modal .modal-body{width: 100%}

    .pop_sucursales_modal .modal-dialog .modal-header{
        padding: 0 45px 0 20px;
    }

    .pop_sucursales_modal .modal-dialog .modal-content{
        width: 100%;
        padding: 15px!important;
    }

    .pop_sucursales_modal .list-sucursales{width: 100%}

    .sucursales_modal_mapa{display: none}
}
   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Checkout - Modal / Pop puntos de entrega __ After 768px
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (min-width: 768px){	
    .pop_sucursales_modal .modal-dialog{
        width: 650px;
        margin-left: -325px;
    }

    .sucursales_buscador,
    .pop_sucursales_modal .modal-dialog .modal-header{
        padding-right: 30px;
        padding-left: 30px;
    }

    .pop_sucursales_modal .modal-dialog .modal-body{
        overflow: hidden;	
    }
    .pop_sucursales_modal .modal-dialog .modal-body .row{
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        height: 240px;  
        padding: 0;
    }
   
    .pop_sucursales_modal .modal-dialog .modal-body .row > div{
        width: 50%;
        height: 100%;
    }

    .pop_sucursales_mainList{
        height: 240px;
        margin: 0;
        overflow-y: visible;
        border: none!important;
    }

    .pop_sucursales_modal h4{
        height: 45px;
        padding-right: 45px;
        font-weight: 700;
        line-height: 45px;
        text-transform: uppercase;
        text-align: center;
    }

    .pop_sucursales_modal .sucursales_modal_mapa{
        position: relative;
        padding-left: 5px;
    }

    .pop_sucursales_modal .sucursales_modal_mapa img{
        position: relative;
        z-index: 10;
        width: 274px;
        margin-left: 1px;
    }

    .pop_sucursales_modal .sucursales_modal_mapa iframe{
        position: absolute;
        top: 0px;
        left: 5px;
        width: 276px;
        height: 240px;
        border-style: solid!important;
        border-width: 0 1px!important;
        border-color: #ccc!important;
        background-image: url('/public/images/static/ubicacion_loading.jpg');
        background-size: auto 200px;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .pop_sucursales_modal .list-sucursales{
        padding: 0 15px;
        overflow-y: scroll;
    }

    .pop_sucursales_mainList .modal-footer{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        border: none;
    }

/* // Buscador en pop de Sucursales ----------------------------------------- */
    .sucursales_buscador{
        padding-right: 15px;
        padding-left: 15px;
    }

    .sucursales_buscador_sugg{
        text-align: center;
    }

    .pop_sucursales_modal button.close{
        top: 10px;
        right: 10px;
    }
}
   
   
.alert_formaspagoxsub{
    clear: both;
    max-width: 800px;
    margin: 30px auto;
    text-align: center;
}

.alert_formaspagoxsub .glyphicon{
    margin-right: 5px;
}

@media (min-width: 601px){
    .alert_formaspagoxsub_pague{
        display: block;
    }      
}

.nombre-tarjeta{
    font-size: 0.8em !important;
}

.form-step-2{
    background:var(--grey2XL);
}

.sin-bordes{
    border: none !important;
    border-radius: var(--bdRadius_panels);
}
.cajas-step-2 span{
    color: white !important;
}
   
.padding-cero{
    padding: 0px !important;
}
.caja-roja{
    background-color: #d11317 !important;
    padding: 10px !important;
    color: white !important;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
}
.line-grey{
    border: 1px solid #dfdede !important
}
.sin-right{
    float: none !important;
}
.flex_display{
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

.border-bottom{
    border-radius: 10px 10px 10px 10px !important;
}
.border-black{
    border: 1px solid  #3e3935 !important;
    border-radius: 2px !important;
}
.padding_ten{
    padding-right: 10px;
}
.margin-bottom-cero{
    margin-bottom: 0px !important;
}
.background-white{
    background: white !important;
}
.background-black{
    background: #3e3935 !important;
}
.form_cien{
    width: 100% !important;
}
#facturacion_celular-error,
#facturacion_email-error,
#facturacion_dni-error,
#facturacion_telefono-error,
#dni-error,
#email-error,
#telefono-error,
#celular-error{
    font-size: 1.2rem !important;
}
.container_al_cien{
    width: 100% !important;
}
.flex_pasos{
    display: flex;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    align-items: end;
    margin: 15px 0px ;
}
.flex_pasos p {
    margin-left: 5px;

}
.iconos_pasos{
    width: 40px;
    height: 40px;
}
.borde_derecho{
    border-right: 2px solid rgb(139, 139, 139);
}
.rectangulo_bco{
        height: 5px;
        background: white;
        width: 100%;
        padding: 0px !important;
}
.padding-ten{
    padding: 10px;
}
#error-tipo-envio > .alert,
#sucursalInfo > .alert-info{
    padding: 6px;
    margin: 0;
}
#sucursalInfo-texto{   }
.red_mod{
    color: red !important;
    float: right;
}
@media only screen and (max-width: 700px) {
    .icon-payment-method{
        width: 60px;
    }
    .iconos_pasos{
        width: 30px;
        height: 30px;
    }
    .bs-wizard{
        margin: 0px !important;
    }
    .flex_pasos{
        display: flex;
        align-items: last baseline;
    }
    .complete p {
        font-size: 1.1rem;
    }
    #sucursalInfo-texto{
        font-size: 0.9em;
    }
    #font-w{
        font-weight: 700;
    }
    .font-w{
        font-weight: 700;
    }
    .btn-grey{
        margin-top: 5px !important;
    }
    .pad-l-cero{
        padding: 0px !important;
    }
    .font_pago{
        font-size: 1.1rem;
    }
    .btn-conCp-agregar_mas{
        width: 200px !important;
        font-size: 1.4rem !important;
        height: 40px !important;
    }
    .btn-conCp {
        margin-bottom: 10px !important;
    }

    #checkout_success{
        padding: 0 !important;
        margin: 0 auto !important;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 60% !important;
        height: 40px !important;

        font-size: 1.5rem !important;
   }

   .contenedor-succes #checkout_success{
       padding: 0 !important;
       margin: 0 auto !important;
       margin-top: 0px;
       margin-bottom: 0px;
       margin-top: 0px;
       margin-bottom: 0px;
       width: 60% !important;
       height: 40px !important;
       font-size: 1.5rem !important;
     }
    .center_auto{
        margin: 0px auto 10px auto !important;
    }

    .posicion_right{
        float: right;
    }
}
     
.pantalla_completa{
  width: 100% !important;
  height: 40px !important;
}

.alert-info, .alert-green {
    color: var(--greenNovogar)!important;
    background-color: var(--greenNovogar5XL)!important;
    border-color: var(--greenNovogarD)!important;
  }

.carrito_vacio .alert-info,
.aler-white{
    color: var(--grey2XD)!important;
    background-color: var(--white)!important;
    border-color: var(--redNovogarD)!important;
}

.carrito_vacio .alert-info{
 text-align: center;
}
     
.carrito_vacio .alert-info p{
    width: 100%;
    position: relative;
    display: inline;
    box-sizing: border-box;
    padding-left: 26px;
}

.carrito_vacio .alert-info p::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('/public/images/static/icon_alert_grey.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.btn_volverAlCatalogo{
    background: #ff0000b0 !important;
}

#opcion-datos-true{
 float: none!important;
}

.opcion_datos{
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 25px;
    height: 25px;
    appearance: none;
    border: 2px solid #888;
    border-radius: 20px;
    position:absolute !important;
    margin-top: 0px !important;
}
.opcion_datos:checked{
    background-color: green;
}
.opcion_datos:focus {
    border-color: rgb(80, 67, 250);
  } 
.form-check-label span{
    padding-left: 30px !important;
}
.a_eliminar_carro{
    display: flex !important;
    justify-content: flex-end;
    margin-right: 8px !important;
}
.eliminar_carro_desk{
    padding-right: 5px !important;
    color: #009fe3;
}
.removable-item{
    width: 20px ;
    height: 20px ;
}
.box_flex{
    display: flex;
    justify-content: space-between;
}
.modificar_carro{
    margin-top: -3px;
}
.cantidad_w{
    width: 12% !important;
}

@media only screen and (max-width: 600px) {
    .cantidad_w{
        width: 40% !important;
    }
    .btn_continuar{
        margin-bottom: 25px !important;
    }
    .box_flex{
        display: grid !important;
    }
    .posicionar_mob_izq{
        max-width: 80px !important;
    }
      .pb-20{
        padding-bottom: 20px !important;
    }
}

.caja-roja-total .total_monto_resumen {
    width: 100% !important;
}
.eliminar_producto_mob {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}
.eliminar_producto_mob p {
    font-size: 1.04rem;
    line-height: 27px;
}
.eliminar_producto_mob img{
    width: 15px !important;
    height: 15px !important;
}
.pb-20{
    padding-bottom: 5px !important;
}

.button_campo_email{
    width: 90%!important;
    margin-right: auto!important;
    margin-left: auto!important;
}
   
@media (max-width: 600px){
    .button_campo_email{
        max-width: 200px;
    }
}

@media (min-width: 601px){
    .button_campo_email{
        max-width: 250px;
    }
}

.padding-0{
    padding: 0px !important;

}
.mt-10{
    margin-top: 10px;
}
.envio_retiro_negrita span{
    color: #666 !important;
  }

.msj_mp strong{
    margin-left: 15px;
}

.msj_mp ul li b{
    color: green; 
    text-transform: uppercase;
}
   
.msj_mp ul li span{
    color: green;
}
#fvalidaFP {
    padding-bottom: 20px !important;
}
.msj_mp ul li span{
    font-weight: 700;
}
.contenedor-img-s img{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 66%;
}
   
@media (min-width: 200px) and (max-width: 800px){
   .btn-conCp-agregar_mas{
       width: 200px !important;
       font-size: 1.4rem !important;
       height: 40px !important;
   }
}
@media (min-width: 200px) and (max-width: 700px){       
    .contenedor-img-s img{
       width: 30px;
       height: 30px;
       position: absolute;
       right: 10px;
       top: 31%;
    }
}
   
.btn_pagar_desk{
    margin-right: 15px !important;
}
@media (min-width: 900px) and (max-width: 2000px){
    .ver_m_a{
        display: none;
    }
}
.input_month{
 margin-right: 5px;
}
.i_m_d{
 margin-right: 10px;
}

@media (max-width:  700px){
    .carro-solo-pbm{
        padding-bottom: 70px!important;
    }
    .sucursales_modal_mapaa iframe{
        max-width: 100%;
    }
    .contenedor-fechas , contenedor-seg{
        width: 100%;
    }
    .contenedor-fechas{
        padding-left: 0px;
    }
   .sec-code-lbl{
    width: 100%;
   }
    .sec-code-i{
     width: 100%;
    }

    .w-50{
     width: 50%;
    }
    .lbl-v{
     width: 100%;
    }
    .w-100{
     width: 100%;
    }
    .d-flex{
     display: flex;
    }
    .vencimiento-container{
     margin-right: 12px !important;
    }
    .w-40{
     width: 40%;
    }
    .w-60{
     width: 60%;
    }
    .contenedor-dni col-sm-3{
     width: 30%;
    }
    .contenedor-dni col-sm-7{
     width: 70%;
    }
}
 /* =============================================================================
  Terminos y condiciones
   ========================================================================== */
   .terminos_condiciones{
    display: flex;
    margin-left: 20px;
    margin-bottom: 20px;
    align-items: center;
    margin-top: 15px;
 }
  .terminos_condiciones .checkbox_term{
    margin: 0 !important;
  }
  .terminos_condiciones p {
    margin-bottom: 0px !important;
    font-size: 1.5rem;
  }
  .terminos_condiciones .puntos_condiciones{
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 3px !important;
  }
  .checkbox_term{
    width: 15px;
  }
  .terminos_condiciones p a {
    color: #1E8035;;
    font-weight: 800;
    cursor: pointer;
  }

  .popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-content h2{
    color: #1E8035 ;
    font-weight: 800;
    font-size: 2.5rem;
}
.popup-content .subtitulo_condiciones{
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px !important;
}
#aceptar_popup{
  width: 150px;
  background: #1E8035;
  color: white;
  padding: 5px 30px;
  font-weight: 800;
  display: block;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
#aceptar_popup:hover{
    background: #34696e;
    transition: 0.7s;
}
#cancelar_popup{
  width: 150px;
  color: #D11317;
  background: white;
  padding: 5px 30px;
  display: block;
  text-align: center;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  cursor: pointer;

}
.contenedor-botones-term {
    display: flex;
    margin: 20px;
    justify-content: end;
}
.contenido_terminos_cond {
    max-height: 500px;
    overflow-x: scroll;
}
.popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

.close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.7;
    margin-top: 10px;
    cursor: pointer;
}
.padding_b_0{
    padding-bottom: 0!important;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.selecccionador_terminos::after {
    content: " *";
    color: red;
    font-weight: 700;
  }
.error_check{
    color: red;
}
  @media (max-width: 768px){
    .terminos_condiciones{
        display: flex !important;
        margin-left: 10px !important;
      }
      .contenedor-botones-term {
        display: flex;
        margin: 20px;
        justify-content: center;
    }
  }
/* POPUP TERMINOS Y CONDICIONES MEJORAS*/
@media (min-width: 1300px) and (max-width: 2000px){
    .pop-term{
        margin: 7% auto 0% auto;
    }
}
@media (min-width: 768px) and (max-width: 1300px){
    .pop-term{
        margin: 10% auto 0% auto;
    }
    .pop-term  .contenido_terminos_cond{
            max-height: 350px;
        }
}


@media (min-width: 300px) and (max-width: 700px){
    .pop-term{
        margin: 30% auto 0% auto;
      }
      .pop-term  .contenido_terminos_cond{
        max-height: 350px;
      }
    }
.contenido_terminos_cond p{
    max-width: 99%;
}
#checkbox_terminos-error{
    display: none !important;
}

.logo-modo{
    max-width: 50px;
    margin-left: 16px;
    margin-right: 13px;
}

#express .delivery-frase_express,
.span_gratis{
   color: var(--greenNovogar);
   font-weight: 700;
}