:root {
   
    --rojoTumi: #0000000;
    --grisTumi: #DDDDDD;
    --grisLightTumi: #ebebeb;
    --grisFuerteTumi: #ccc;
    --grisxFuerteTumi: #777;
    --grisStrong: #5C5A5A;
    --negroTumi: #2E2A25;
    --negroMedium: #555;
    --negroBold: var(--negroTumi);
    --negroTumiLighter: #444;
    --bgTopbarCheckout: #555555;
    --tumiIcon: "tumi-icon-ft";
    --proximaNova: "Proxima Nova", sans-serif;
    --proximaNovaBold: "Proxima Nova bold", sans-serif;
    --proximaNovaTh: "Proxima Nova Th", sans-serif;
    --tumiFontLight: "Proxima Nova Light", sans-serif;
    --tumiFontRegular: "Proxima Nova Regular", sans-serif;
    --tumiFontMedium: "Proxima Nova Medium", sans-serif;
    --tumiFontBold: "Proxima Nova Bold", sans-serif;
    --borderShadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
    --textShadow: 0.6px 0 0 currentColor;
    --offsetShadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
    --bottomShadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16) ;
}

/** SAMSONITE **/

@font-face {
  font-family: "Flaticon";
  src: url("/arquivos/Flaticon.eot.css");
  src: url("/arquivos/Flaticon.eot.css?#iefix") format("embedded-opentype"),
       url("/arquivos/Flaticon.woff.css") format("woff"),
       url("/arquivos/Flaticon.ttf.css") format("truetype"),
       url("/arquivos/Flaticon.svg.css#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/arquivos/Flaticon.svg.css#Flaticon") format("svg");
  }
}

@font-face {
  font-family: "Flaticon2";
  src: url("/arquivos/Flaticon2.eot.css");
  src: url("/arquivos/Flaticon2.eot.css?#iefix") format("embedded-opentype"),
       url("/arquivos/Flaticon2.woff.css") format("woff"),
       url("/arquivos/Flaticon2.ttf.css") format("truetype"),
       url("/arquivos/Flaticon2.svg.css#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon2";
    src: url("/arquivos/Flaticon2.svg.css#Flaticon") format("svg");
  }
}

/* /files/checkout-custom.css */
/* personalizacion */
a.clone-item.btn.btn-mini {
    display: none;
}
.badge {
    color: #fff;
    background-color: #000;
}
.icon-user:before {
    content: "\f100";
    font-family: Flaticon;
}

.icon-home:before {
    content: "\f114";
    font-family: Flaticon;
}

.icon-credit-card:before {
    content: "\f127";
  	font-family: Flaticon2;
}

a[id*="item-attachment-remove-Personalizacion My Samsonite"] {
    display: none;
}

[id*="personalizacion-my-samsonite-letras"] {
    pointer-events: none;
    background-color: #ccc !important;
    color: #777 !important;
}

[for*="personalizacion-my-samsonite-letras"] {
    pointer-events: none;
}
/* fin personalizacion*/
@import url(https://fonts.googleapis.com/css?family=Roboto);

body{
	font-family: 'Roboto', sans-serif;
}
.terms{
  padding-top:1rem;
  color: #999;
}
/* CUSTOM CHECKOUT */

.payment-group-list-btn {
    width: 100%;
}

.payment-group {
    background: transparent;
    float: left;
    margin-top: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40%;
}

#payment-group-creditCardPaymentGroup {
    /*background-image: url('https://www.mercadopago.cl/banner/468x60_banner_psj_6x.jpg');*/
    /*background-image: url('/arquivos/Banner 12x.jpg');*/
    background-image: url('/arquivos/468x60_6CuotasSinInteres.png');
    background-repeat: no-repeat;
    background-position: 0.5rem 2px;
    color: transparent;
    background-size: 80%;
}
.payment-group-item.active {
    background-color: #f4f4f4;
    margin-left: 0;
    opacity: 1;
  border-left: 2px solid #003a7c;
}

.payment-group-item {
    background-color: transparent;
    
    opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
#client-profile-data {
    width: 100%;
}

#shipping-data {
    width: 100%;
}

#payment-data {
    width: 100%;
    border: none;
}

/* MODIFICAR PAGOS EN EFECTIVO */
#payment-group-bankInvoicePaymentGroup .payment-group-item-text:after{
content: 'Pago En Efectivo' !important;
text-indent: 0;
display: block;
 line-height: 2;
}
#payment-group-bankInvoicePaymentGroup .payment-group-item-text{
 text-indent: -9999px;
 line-height: 0;
}

#payment-group-webpayPaymentGroup .payment-group-item-text{
text-indent: -9999px !important;
line-height: 0;
}
#payment-group-webpayPaymentGroup .payment-group-item-text:before{
 content: 'Tarjetas de DÃƒÂ©bito';
 text-indent: 0;
 display: block;
 line-height: 2;
}

/* MODIFICAR PAGOS CON TARJETA DE CRÃƒâ€°DITO (TARJETAS QUE
ACEPTAN?) */
#payment-group-creditCardPaymentGroup .payment-group-item-text{
text-indent: -9999px !important;
line-height: 0;
  background-image: none;
}
#payment-group-creditCardPaymentGroup .payment-group-item-text:after{
 content: 'Tarjetas hasta 6 cuotas Sin InterÃƒÂ©s' !important;
 text-indent: 0;
 display: block;
 line-height: 2;
}

@media only screen and (max-width: 64em) {
  
  .payment-group-item.active {
    
  border: 2px solid #003a7c !important;
}
  .payment-group {
    
    width: 100%;
}
  .payment-submit-wrap {
    position: fixed;
    bottom: 0;
    z-index: 11;
    width: 100%;
    margin: 0 !important;
    right: 0;
}
  #payment-group-creditCardPaymentGroup {
  	background-size: 70%;
  }
  button#payment-data-submit {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

}

h1#cart-title, h1#orderform-title {
    text-transform: uppercase;
    font-size: 1.8rem;
    border-bottom: 1px solid var(--rojoTumi);
    color: var(--rojoTumi);
}

h2 {
    color: #003a7c;
    font-size: 1.6rem;
}

a#cart-choose-products {
    background: #000;
    border-radius: 0px;
    border: none;
    text-shadow: none;
    border-radius: 21px;
}
.ChangeNumberOfPayments{
  display:none;
}

@media only screen and (max-width: 40em) {
	h1#cart-title, h1#orderform-title {
      font-size: 1.3rem;
      margin-top: 6px;
  	}
  	h2{
    	font-size: 1.2rem;
    }
    a#cart-choose-products{
    	display: inherit;
    }
    img.logo-checkout {
      	width: 50%;
    	float: left;
  	}
  
  	.container small{
  		margin-top: 0px !important;
  	}
  
  	.container img.shield{
  		margin-top: 0px !important;
    	width: 20px;
  	}
  
}



.step, .cart, .totalizers {
    border: 2px solid #eee;
    border-radius: 0px;
}
a#product-name2 {
    color: #5A7574;
}
a#product-name7 {
    color: #5A7574;
}
thead {
    background: transparent;
}

table.table.cart-items thead tr th {
    color: var(--rojoTumi);
    font-style: normal;
    text-shadow: none !Important;
    font-family: var(--tumiFontBold);
}
table.table {
    color: #2b2b2b;
}

a#cart-link-coupon-add:before {
    content: '\f145';
    font-family: FontAwesome;
    font-size: 1.1rem;
}

a#cart-link-coupon-add {
    color: #003a7c;
    font-size: 1rem;
}
a#cart-choose-more-products:hover {
    text-decoration: none;
    color: #003a7c;
}
a#cart-choose-more-products:before {
    content: '\f055';
    font-family: FontAwesome;
    padding: 0px 6px 0px 0px;
    text-decoration: none;
}
a#cart-choose-more-products {
    color: #003a7c;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}
@media only screen and (max-width: 40em) {
	a#cart-choose-more-products {
      font-size: 0.850rem;
  }  
}


/** Solicita email **/

a#orderform-to-cart {
    font-size: 1rem;
    color: var(--rojotumi);
}
p.link.link-cart.pull-right {
    background: transparent;
    padding: 1px 6px;
    text-shadow: none;
    font-size: 0.8rem;
}
p.link.link-cart.pull-right:after {
    content: '\f0e2';
    font-family: FontAwesome;
    font-size: 0.8rem;
    padding-left: 6px;
    color: #999;
    text-shadow: none;
}
p.link.link-cart.pull-right:hover {
}

h3.client-pre-email-h label span {
    color: #657684;
    font-size: 1.4rem;
    font-weight: bold;
}

.btn-success {
    color: #fff;
    text-shadow: none;
    background-color: #003a7c;
    background-image: -moz-linear-gradient(top,#000,#000);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#000),to(#000));
    background-image: -webkit-linear-gradient(top,#000,#000);
    background-image: -o-linear-gradient(top,#000,#000);
    background-image: linear-gradient(to bottom,#000,#000);
    background-repeat: repeat-x;
    border-color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-transform: uppercase;
    border-radius: 22px;
    border: none;
}
.btn-success:hover {
    color: #fff;
    text-shadow: none;
    background-color: #000;
    background-image: -moz-linear-gradient(top,#000,#000);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#000),to(#000));
    background-image: -webkit-linear-gradient(top,#000,#000);
    background-image: -o-linear-gradient(top,#000,#000);
    background-image: linear-gradient(to bottom,var(--rojoTumi),var(--rojoTumi));
    background-repeat: repeat-x;
    border-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-transform: uppercase;
    border-radius: 22px;
}
.client-pre-email .client-email {
    position: relative;
    margin-bottom: 25px;
    display: flex;
}
.client-pre-email .btn-success {
    height: 50px;
    font-size: 16px;
    position: relative;
    border-radius: 25px;
    margin: 0 1rem;
    font-family: var(--tumiFontRegular);
}

.client-pre-email .client-email .loading-inline {
    font-size: 23px;
    color: #999;
    position: absolute;
    top: 8px;
    right: 155px;
}

#client-pre-email{
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 25px;
    max-height: 50px;
}


a#orderform-minicart-to-cart{
    color: #999;
    text-shadow: none;
    font-size: 0.8rem;
    text-transform: uppercase;
}
@media (min-width: 1200px){
  .mini-cart h2 {
      color: var(--rojoTumi);
  }
}
.accordion-toggle {
    color: var(--rojoTumi);
    font-size: 1.5rem;
}
.accordion-toggle i{
    font-size: 28px;
}
.link-box-edit i{
    font-size: 1rem;
}
.accordion-toggle-active {
    color: #000;
    font-weight: bold;
}
@media only screen and (max-width: 40em) {
	.accordion-toggle-active {
      font-size: 20px;
  }  
}



h3.orderid.section-info-title {
    color: #657684;
}
.payment-info.general-info h3.section-info-title {
    color: #00ae7c;
}
.payment-info.general-info h3.section-info-title {
    color: #00ae7c;
}
.total-info.general-info h3 {
    color: #00ae7c;
}
.totals table tfoot tr:last-child td.monetary {
    color: #00ae7c;
}

.accordion-group tfoot tr td {
    font-size: 0.950rem !Important;
    font-weight: bold;
    color: #0088CD;
}

.payment-info.general-info .payment-method-info{
  	color: #2b2b2b;
}

a#order-continue-shopping {
    border: none;
    background: #00ae7c;
    border-radius: 0px;
    color: #fff;
    text-shadow: none;
    font-size: 1.1rem;
    padding: 8px;
}

.orderplaced h1.title {
    text-transform: uppercase;
  	color: #666;
  	font-size: 2rem;
    border-bottom: 2px solid #b19f9e;
}

.payment-group-list-btn #payment-group-custom201PaymentGroupPaymentGroup {
  background-image: url('/arquivos/transferencia_electronica.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
  color:transparent;
  
} 
.payment-group-list-btn #payment-group-webpayPaymentGroup {
  /*background-image: url('/arquivos/tarjetas_webpay.png');*/
  /*background-image: url('/arquivos/web-pay.png');*/
  background-image: url('/arquivos/mercado-pago-red-1.png');
  background-repeat: no-repeat;
  background-position: 15px 6px;
  color:transparent;
  
}

.body-order-form .container-order-form .checkout-container .orderform-template-holder .webpayPaymentGroup {
    background: url(/arquivos/logo_webpay_cyd.png) 100% 0px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    font-size: 0;
    background-position: center;  
    margin-top: 2.5rem;
}
fieldset.box-payment-group2.box-payment-option.webpayPaymentGroup:before {
    content: "Al hacer click en 'COMPRAR AHORA' te redirigiremos a la pagina de Webpay para procesar el pago";
    position: absolute;
    top: 0rem;
    z-index:  9999;
    font-size: 0.8rem;
    color:  #000;
    margin-top:  1rem;
    /* text-align: center; */
}
    .required.payment-group-list-btn::before {
      content: "Selecciona el método de pago:";
      font-size: .7rem;
    }
@media screen and (max-width: 39.9375em){
fieldset.box-payment-group2.box-payment-option.webpayPaymentGroup:before {
    font-size: 0.7rem;
}
}

/* FOOTER */
#footer-top-link {
  border-bottom: 1px solid #4E3069;
}
.footer-nav-logo img {
  width: 150px;
}
#footer-top-link .button {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 1rem;
  border-bottom: 1px solid #8260A1;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #222222;
}
#footer-nav {
    color: #000;
  font-size: 0.67rem;
}
img.digicert-footer {
  width: 65px !important;
  height: auto;
  margin-left: 30px;
}

/* Copyright */

#footer-copyright {
  background: #000;
}
#footer-copyright p {
  font-size: 0.688rem;
  color: #ffffff;
  margin: 0;
  padding: 0.8475rem 6rem;
  border-top: 1px solid #1B3D76;
}
#footer-copyright img {
  width: 80px;
}
@media only screen and (max-width:40em) {
  #footer-nav {
    text-align: center;
    padding: 10px 0px;
  }
  #footer-copyright p {
    text-align: center;
    padding: 10px 0px;
  }
}

@media (max-width: 979px){
  .body-cart {
      padding-bottom: 0px;
  }
}

ul.links.unstyled li a {
    color: #003a7c;
    font-weight: bold;
}

@media (max-width: 490px){
  .full-cart .cart-links-bottom .btn-success {
      width: 90%;
      display: inline-block;
      text-align: center;
  }
}

@media (max-width: 490px){
  .cart-links-bottom {
      text-align: center;
  }
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #000;
}

/********CambiosCheckOut*********/

a.link-change-shipping{
      padding: 10px 8px;
      color: #fff;
      text-shadow: none;
      background-color: #00ae7c;
      background-image: -moz-linear-gradient(top,#000,#000);
      background-image: -webkit-gradient(linear,0 0,0 100%,from(#000),to(#000));
      background-image: -webkit-linear-gradient(top,#000,#000);
      background-image: -o-linear-gradient(top,#000,#000);
      background-image: linear-gradient(to bottom,#000,#000);
      background-repeat: repeat-x
      border-color: #000
      border-color: #000
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=
      '#ff62c462',endColorstr='#ff51a351',GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
      text-transform: uppercase
      border-radius: 0px
      text-shadow: none
      font-size: 14px
      transition:1s all;
      border-radius: 19px;
      border: none;
}

a.link-change-shipping:hover{
 	color: #fff;
 	border-color:#00523b;
}


.label-vertical-group{
  transition:1s all;
  color:#3e3e3e;
  text-shadow:none;
}

.label-vertical-group.active {
    background: #ffffff;
    border-color: #BED0DF;
    box-shadow: none;
    color: #4a4a4a;
}

.label-vertical-group:hover {
    background: #ecf2f6;
    color: #4a4a4a;
}

.label-vertical-group:hover .icon-circle-blank, .icon-ok-circle {
    color: #00ae7c;
}

label[for=seller-1-sla-EnvioExpress]::after{
	content:'*"Compras Antes de las 12:00 pm se entregan el mismo día, después de las 12:00 pm al día hábil  siguiente". *';
  font-size:11px;
      text-shadow: none;
  line-height:10px;
}

.btn-group-vertical>.btn:last-child {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-top: 8px;
}


.btn-group-vertical>.btn:first-child {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

span.shipping-option-item-text-wrapper span.shipping-option-item-value:last-child:after {
   content: " - Hasta 1 día hábil";
   line-height: 10px;
}
span.choose-shipping-option {
    color: #003a7c;
    font-size: 0.9rem;
}
span.choose-shipping-option:before {
    content: '\f0d1';
    font-family: FontAwesome;
    padding-right: 6px;
}

/********FinCambiosCheckOut*********/


li.link.pf-pj.corporate-hide-link {
    display: none;
}

/*trans*/
a#payment-group-custom201PaymentGroupPaymentGroup {
 display:none;
}


/** Factura **/
div#divChkCompraFactura div div span > span:before {
    content: '\f15c';
    font-family: FontAwesome;
    font-size: 1.2rem;
    margin-right: 9px;
}

form#formCompraFactura div > span.error {
    display: block;
    margin: 2px 0px 8px 0px;
    width: 100%;
    font-weight: bold;
}

form#formCompraFactura div > span {
    width: 100px;
    display: inline-block;
    font-size: 0.750rem;
}

form#formCompraFactura select#cmbRegion {
    margin-top: 10px;
}

form#formCompraFactura div > input {
    width: 68%;
    border-radius: 0px;
}

form#formCompraFactura div > span {
    width: 109px;
    display: inline-block;
    font-size: 0.750rem;
}

@media only screen and (max-width:40em) {
	form#formCompraFactura div > input {
	    width: 95%;
	    border-radius: 0px;
	}
}

form#formCompraFactura button#btnLimpiar {
    background-color: #828282;
    border: none;
    padding: 4px 6px;
    color: #fff;
    font-weight: lighter !important;
}

form#formCompraFactura button#btnFacturaOrden {
    background-color: #003a7c;
    border: none;
    padding: 4px 6px;
    color: #fff;
    font-weight: lighter !important;
    margin-left: 4px;
    float: right;
}


/** CAMBIO IMAGEN DE MERCADO PAGO **/
.mercadopago-payment-methods img {
    display: none;
}

.mercadopago-payment-methods {
    background-image: url(/arquivos/mercadopago-new.jpg);
    background-repeat: no-repeat;
    height: 46px;
    background-size: contain;
}

/* Modal Tiendas */
/*MODAL RETIRO TIENDA*/   
#retiroTiendaModal {
    width: 50%;
    left: 40.5%;
    border-radius: 0;
    padding: 10px;
}

#retiroTiendaModal .modal-header {
    border: none;
}

#retiroTiendaModal .modal-header .modal-title {
    font-size: 1.5rem;
    width: 80%;
    display: inline-block;
    color: #13284c;
    text-transform: uppercase;
}

#retiroTiendaModal .modal-header button {
    width: 5%;
    height: 40px;
    display: inline-block;
    float: right;
    font-size: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
    padding: 0;
}

#retiroTiendaModal .modal-header button::before {
    content: "X";
    font-size: 1rem;
    color: #aaa;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 1.375rem;
}

#retiroTiendaModal .modal-body {
    overflow: hidden;
    padding: 0 1rem;
    display: block;
}

#retiroTiendaModal .container {
    width: 100%;
    display: block;
    padding: 0;
}

#retiroTiendaModal .container .modal-select {
    width: 26%;
    display: inline-block;
    padding: 1rem .8rem;
    height: 365px;
    position: relative;
    background: #f3f3f3;
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
}

#retiroTiendaModal #btnSeleccionar {
    width: 88%;
    position: absolute;
    bottom: 30px;
    background: #13284c;
    border: none;
    text-shadow: none;
    padding: .5rem;
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all .8s ease;
    transition: all .3s ease;
    font-family: 'Oswald', sans-serif;
}

#retiroTiendaModal #btnSeleccionar:hover {
    background: #3b79a5;
    -webkit-transition: all .8s ease;
    transition: all .3s ease;
}

#retiroTiendaModal .modal-map {
    height: 400px;
    width: 70%;
    float: right;
    display: inline-block;
}

#retiroTiendaModal .modal-map .map-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#retiroTiendaModal #map-canvas {
    width: 100%;
    height: 400px;
}

#retiroTiendaModal #placeSelect {
    width: 100%;
    height: 38px;
    margin-top: 1rem;
    outline: none;
}

#retiroTiendaModal .modal-footer {
    background: #fff;
    border: none;
}

@media only screen and (max-width: 40em) { 
    #retiroTiendaModal {
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #retiroTiendaModal .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    }
    #retiroTiendaModal .container .modal-select {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #retiroTiendaModal #btnSeleccionar {
        display: block;
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: .5rem;
    }
    #retiroTiendaModal .modal-map {
        height: auto;
        margin-top: 1rem;
        width: 100%;
        float: right;
        display: inline-block;
    }
}


/* MODAL VALIDATION */
#modalValidation .modal-header .modal-title {
    font-size: 1.2rem;
    width: 80%;
    display: inline-block;
    color: #54a6e0;
    text-transform: uppercase;
}

#modalValidation #btnAceptar{
    width: 30%
    bottom: 30px;
    background: #54a6e0;
    border: none;
    padding: .5rem;
    border-radius: 0;
    text-transform: uppercase;
}

#modalValidation .modal-footer{
    text-align: center; 
}

/* /files/checkout5-custom.css */
.item-unavailable-message span:nth-child(3){font-size: 0px !important;}
.item-unavailable-message span:nth-child(3):after{content "Mensaje Deseado"; font-size: 14px; color: red;}

/* Muestra la opciÃƒÂ³n de introducir un documento extranjero */
.document-box { display: block;  }

/* Muestra la opciÃƒÂ³n de introducir un telÃƒÂ©fono internacional */
.phone-box { display: block; }

.shipping-option-item-text-wrapper {

  width: 100%!important;
}

/* Cupon*/

.forms.coupon-column.summary-coupon-wrap.span7.pull-left {
   display: block;
   position: relative;
   width: 100%;
}

.summary-coupon {
    display: block!important;
}
/*Checkout
 ============*/
    
#unavailable-delivery-disclaimer span {
    font-size: 0;
    font-weight:bold;
}
#unavailable-delivery-disclaimer span:before {
    font-size: 1.175rem;
    content:"Actualice su direcci\00f3n o "
}

span[data-bind*=Delivery]:after {content: "Pruebe actualizando su direcci\00f3n.";}
    
/*Actualizar direccion
=====================*/

button#edit-address-button{
    font-size:0;
}
button#edit-address-button:after {
    font-size: 1.1rem;
    content:"Actualizar la direcci\00f3n  "
}
button#edit-address-button i.icon-edit {
    font-size:0.9rem;
}

.vtex-omnishipping-1-x-SummaryItemPrice {

    font-weight: 800;
    font-size: 13px;
    color: black;
}
    
    
 /*Cambios en inputs de seleccion de condiciones
    ============================================*/
   
input#opt_in_1 {
    margin-right: 1%;
}

input#opt_in_2 {
    margin-right: 1%;
}
    
span.newsletter-text {
    margin-right: 1%;
}
    
a.link-Terms-Politics {
    font-size: 11px;
}
    
/*Shippify
 ==================*/
    
div#scheduled-delivery-delivery p{
    font-size:0rem;
}
div#scheduled-delivery-delivery p:before{
    content:"Envío Express";
    font-size:1rem;
}
button.btn.btn-link.vtex-omnishipping-1-x-btnDelivery{
    font-size:0;
}
button.btn.btn-link.vtex-omnishipping-1-x-btnDelivery:before{
    content:"Elegir Envío";
    font-size: 14px;
}
/*No tengo rut
===============*/
.document-box.hide.document-is-required {
    display: none;
}
/*Modificar dirección
===============*/
.BillingAddress.BillingAddress-CHL.clearfix div {
    display: none;
}
p.AddressToggle {
    display: none;
}
 /*calle y numero
===============*/   
label[for="ship-addressQuery"]:after{
   content:" (Seleccione una de las direcciones sugeridas) ";
   color:#000000e3;
   font-weight:600;
 }
    
/*Formato opcion SN*/
    .ship-checkboxNumberLabel {
  justify-content: flex-end !important;
   margin-right:2px !important;
 
}
/*=============Esconder comunas==============*/
select#ship-neighborhood option[value="Caleta Hornos___1780008"],
select#ship-neighborhood option[value="Guanaqueros___1780007"],
select#ship-neighborhood option[value="Las Tacas___1780002"],
select#ship-neighborhood option[value="Morrillos___1780004"],
select#ship-neighborhood option[value="Playa Blanca___1780003"],
select#ship-neighborhood option[value="Puerto Velero___1780001"],
select#ship-neighborhood option[value="Tongoy___1780006"],
select#ship-neighborhood option[value="Totoralillo___1780005"],
select#ship-neighborhood option[value="Caburga___4920001"],
select#ship-neighborhood option[value="Calafquen___4930001"],
select#ship-neighborhood option[value="Corralco___4780002"],
select#ship-neighborhood option[value="Lago Cólico___4930002"],
select#ship-neighborhood option[value="Lago Cólico Norte___4890001"],
select#ship-neighborhood option[value="Lago Cólico Sur___4890002"],
select#ship-neighborhood option[value="Licanray___4930001"],
select#ship-neighborhood option[value="Malalcahuello___4780001"],
select#ship-neighborhood option[value="Chicureo___9350001"],
select#ship-neighborhood option[value="Centro de Ski - El Colorado___7690002"],
select#ship-neighborhood option[value="Centro de Ski - Farellones___7690003"],
select#ship-neighborhood option[value="Centro de Ski - La Parva___7690004"],
select#ship-neighborhood option[value="Centro de Ski - Valle Nevado___7690001"],
select#ship-neighborhood option[value="Lo Barnechea (Excepto Cordillera)___7690100"],
select#ship-neighborhood option[value="Lago Rapel___3030001"],
select#ship-neighborhood option[value="Dichato___4160001"],
select#ship-neighborhood option[value="Lirquen___4140001"],
select#ship-neighborhood option[value="Pingueral___4160002"],
select#ship-neighborhood option[value="Recinto___3880001"],
select#ship-neighborhood option[value="El Islote___5370001"],
select#ship-neighborhood option[value="Ensenada___5550001"],
select#ship-neighborhood option[value="Marina Rupanco___5360001"],
select#ship-neighborhood option[value="Coñaripe___5210001"]
{ display: none!important; }

/*----Add text & * in deliver----*/
p.vtex-omnishipping-1-x-shippingSectionTitle:after {
    content:' *Fecha sujeta a variaciones por contingencias especialmente en regiones desde el Maule al Sur y V región';
    font-size: 90%;
    
}

p.vtex-omnishipping-1-x-shippingSectionTitle.delivery-address-title:after {
    content:'';
}

.shp-option-text-package.undefined span::after{
    content:'*';
    font-size:110%;

}
    
/*======Add text & * in delivery====*/    
    
    
/*TXTO DE DIAS HABILES
==========================*/
/*
span.shipping-estimate-date:before {
    content: "Estimado: 15 días hábiles.";
    font-size:13px;
}
span.shipping-estimate-date {
    font-size:0;
}
span.shipping-estimate-date.shipping-estimate-detail {
  display:none;
}
span.false.shp-summary-package-time span {
font-size:0;
}
span.false.shp-summary-package-time span::before{
 font-size:13px;
 content:"Estimado: 15 días hábiles.";  
}
span.shipping-date.pull-left {
font-size:0;
}
span.shipping-date.pull-left:before{
 font-size:13px;
 content:"Estimado: 15 días hábiles.";  
}
span#Normal {
    font-size: 0;
}
span#Normal::after{
    content:"Estimado: 15 días hábiles.";
    font-size:12px;
}

.shp-option-text-package.undefined {
    font-size: 0;
}
.shp-option-text-package.undefined::after{
    font-size:12px;
    content:"Estimado: 15 días hábiles.";
}
*/

/*AVISO RETIRO EN TIENDA
.accordion-inner.shipping-container:before {
     content: "La compra online con retiro en tienda solo se encuentra disponible en ciudades sin cuarentena.";
    font-size: 108%;
    color: #ff0000d4;
    font-weight:600;
}*/
    
/*---------------------Cambiar de orden metodos de pago
-----------------------------------------------------------*/
.required.payment-group-list-btn {
	display: flex;
    flex-direction: column;
}

#payment-group-creditCardPaymentGroup {
 order: 1;
}

#payment-group-webpayPaymentGroup {
 order: 2;
}
