
/* source: <ostermx.checkout-ui-settings@0.0.27> */

/* source: <ostermx.checkout-ui-settings@0.0.1+build1700163111> */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&display=swap');

* {
    font-family: "Barlow Semi Condensed", sans-serif;
}

*::placeholder {
    font-family: "Barlow Semi Condensed", sans-serif;
}

body {
    padding: 0px;
}

body .container-cart {
    padding: 0 12px!important;
}

.nuevo-header {
    display: flex!important;
    background: #085693;
    margin-bottom: 40px;
    height: 80px;
    align-items: center;
}

.nuevo-header .envoltura-header {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

@media(max-width: 500px) {
    .nuevo-header .envoltura-header {
        padding: 0 20px;
    }

    .nuevo-header .envoltura-header .logo-header img {
        width: 90%;
    }
}

.nuevo-header .envoltura-header .ambiente-seguro {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.nuevo-header .envoltura-header .ambiente-seguro img {
    width: 25px;
}

.nuevo-header .envoltura-header .ambiente-seguro p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.checkout-container {
    min-height: 515px;
}

.orderform-template {
    padding: 0 15px;
}

#orderform-title {
    display: none!important;
}

#header {
    display: none!important;
}

.pasoschk {
    display: none!important;
}

.textpasos {
    display: none!important;
}

.pasoscheck {
    display: none!important;
}

.conten-img-checkout {
    display: none!important;
}

#prefooter {
    display: none!important;
}

#footer {
    display: none!important;
}

.footerfinal {
    display: none!important;
}

.bannerRFC {
    display: none!important;
}

.payment-confirmation-wrap .note.summary-note {
    display: none;
}

/*Popup Explorer*/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-model-main input,
.custom-model-main a {
    box-sizing: border-box;
}

.custom-model-main input,
.custom-model-main select {
    height: 40px;
    border-radius: 20px;
    padding: 0 15px!important;
}

.custom-model-main input,
.custom-model-main a,
.custom-model-main select {
    font-family: "Barlow Semi Condensed";
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
    .custom-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
/*Fin explorer*/

/*CSS FACTURA*/

#factura {
    float: right;
}

@media(max-width: 767px) {
    #factura {
        float: left;
    }
    #client-profile-data,
    #shipping-data,
    #payment-data {
        padding: 0 14px;
        background: #f0f0f0;
    }
}

div#factura #content {
    background: #f0f0f0;
    border: 0px;
    border-radius: 0px;
    padding: 14px;
}
.content-factura.step .text {
    color: #00427A;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
}
div#factura #content .text {
    font-size: 18px;
    font-family: "Barlow Semi Condensed";
    font-weight: 500;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 10px;
}
div#factura #content .opciones {
    width: 100px;
    position: relative;
}
div#factura #content .opciones label {
    color: #999999;
}
span.editF {
    color: #06295B;
    /* line-height: 22px; */
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    font-size: 11px;
    position: relative;
    left: 83%;
    display: none;
}
div#factura #content .opciones span {
    position: absolute;
    cursor: pointer;
    bottom: -1px;
    right: -41px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 11px;
    display: none;
}
div#factura #content .opciones label input {
    display: inline-block !important;
    transform: scale(1.4);
    accent-color: #001438;
    margin-top: 0px;
    margin-right: 12px;
    /*float: right;*/
}

div#factura #content .opciones .radio-container {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    color: #515151;
    font-weight: 500;
    margin-left: 5px;
}
/*texto checkout*/
.textoCheckout {
    /* background: #F4F4F4; */
    padding: 26px;
    border-radius: 4px;
    box-sizing: border-box;
    /* color: #86919B; */
    margin-top: 15px;
    /*display: inline-block;*/
    display: none;
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.custom-model-main .btn-enviar {
    border: 0;
    background: #001438!important;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px!important;
    padding: 0 20px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.custom-model-main .btn-cerrar {
    border: 0;
    background: #001438!important;
    color: #fff;
    font-weight: 600;
    height: 40px;
    border-radius: 5px;
    font-size: 16px!important;
    padding: 0 20px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

/*factura*/
.pop-up-content-wrap h2 {
    font-size: 20px;
    line-height: 24px;
}
.pop-up-content-wrap div#facturafiscal > div,.pop-up-content-wrap div#facturafiscald > div {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 1%;
}

.pop-up-content-wrap div#facturafiscal input, .pop-up-content-wrap div#facturafiscal select,.pop-up-content-wrap div#facturafiscald input, .pop-up-content-wrap div#facturafiscald select {
    width: 100%;
    margin-bottom: 10px;
    padding: 16px;
}

.pop-up-content-wrap div#facturafiscal input,.pop-up-content-wrap div#facturafiscald input {
    text-transform: uppercase;
}

.pop-up-content-wrap div#facturafiscal p,.pop-up-content-wrap div#facturafiscald p {
    line-height: initial;
    color: #999999;
    font-size: 13px;
    font-weight: 700;
}

.pop-up-content-wrap div#facturafiscal .enviar,.pop-up-content-wrap div#facturafiscald .enviar {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
    width: 100%;
}

.pop-up-content-wrap div#facturafiscal .enviar .btn-enviar, .pop-up-content-wrap div#facturafiscal .enviar a,.pop-up-content-wrap div#facturafiscald .enviar .btn-enviar, .pop-up-content-wrap div#facturafiscald .enviar a {
    display: block;
    text-align: center;
    background: #2C5198;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}

.pop-up-content-wrap div#facturafiscal > div.textosF,.pop-up-content-wrap div#facturafiscald > div.textosF {display: block;padding: 20px 0;}

@media (max-width: 798px){
.pop-up-content-wrap div#facturafiscal > div,.pop-up-content-wrap div#facturafiscald > div {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1%;
}

}
.pop-up-content-wrap div#facturafiscal select,.pop-up-content-wrap div#facturafiscald select {
    padding: 0;
}

.personal.rfc {grid-template-columns: 1fr!important;}

.pop-up-content-wrap div#facturafiscal > div.dir,.pop-up-content-wrap div#facturafiscald > div.dir {grid-template-columns: 1fr!important;}

div#factura #content .opciones {width: 140px;}

#client-profile-data p.input.client-new-document {display: none;}

#client-profile-data .box-client-info-pj {display: none;}
input#cbox1, input#cbox2 {display: inline-block!important;width: initial!important;margin-right: 7px;}

span#btnfalsocomprar {
    float: left;
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

/* span.newsletter-text {
    display: none;
} */

.orderform-template .step.accordion-group .accordion-inner button#btn-go-to-payment {
    display: none;
}

span#btnfalsocomprar {
    background: #001438;
    width: 100%;
    padding: 11px 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "Barlow Semi Condensed";
    border-radius: 5px;
}

/*checks revisar*/
/*
input[type=checkbox]:checked+label:before, input[type=checkbox]:checked+span:before {
    background-position: -279px 0 !important;
}
input[type=checkbox]+label:before, input[type=checkbox]+span:before{
    background-position: -254px 0 !important;
}*/
div#payment-data.facturacion:before {
    content: "Por favor complete su informaciÃ³n de facturaciÃ³n";
    position: absolute;
    bottom: 6px;
    font-family: "Barlow Condensed", sans-serif!important;
    font-size: 13px;
    font-weight: 800;
    color: #777777;
}
button#payment-data-submit.oculto {
    display: none!important;
}
/* .orderform-template .step.accordion-group .accordion-inner label.checkbox.newsletter-label {
    margin-bottom: 20px;
} */
div#factura #content .opciones.open {
    display: block!important;
}

a#payment-group-custom201PaymentGroupPaymentGroup {
    display: block;
}
div#client-profile-data input {
    text-transform: initial;
}
span#btnfalsocomprar.cerrar {
    display: none;
}
p#btnfalsod {
    /* float: left; */
    /* clear: both; */
    width: 100%;
    margin-top: 15px;
    border: 0;
    font-family: "Barlow Semi Condensed";
    text-transform: uppercase;
    font-weight: 700;
    background: #001438;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
div#factura #content .opciones {
    width: 100%;
}

p#btnfalsod {
    width: 100%;
}

div#factura #content .opciones label {
    width: 140px;
}

div#payment-data p.notification {
    display: none;
}
/*FACTURA FIN*/

/* Estilos #cart */
#cart-title {
    display: none!important;
}

.cart-template.full-cart .cart {
    padding: 0;
    border: 0;
}

.cart-template.full-cart .cart-items thead {
    background: #f3f3f3;
}

.cart-template.full-cart .cart-items thead th {
    color: #474747;
    font-weight: 600;
}

.cart-template.full-cart .cart-items .product-item {
    border-bottom: 1px solid #f3f3f3;
}

.cart-template.full-cart .cart-items .product-item td {
    padding: 15px 5px;
}

.cart-template.full-cart .cart-items .product-item td.product-name a {
    color: #474747;
}

.cart-template.full-cart .cart-items .product-item td.shipping-date span {
    color: #474747;
}

.cart-template.full-cart .cart-items .product-item td.product-price .best-price {
    font-size: 14px;
    color: #085693;
    font-weight: 600;
}

.cart-template.full-cart .cart-items .product-item td.product-price .best-price .new-product-price-label {
    display: none;
}

.cart-template.full-cart .cart-items .product-item td.product-price .list-price .old-product-price{
    font-size: 12px;
    color: #474747;
}

.cart-template.full-cart .cart-items .product-item td.product-price .list-price .old-product-price-label {
    display: none;
}

.cart-template.full-cart .cart-items .product-item td.quantity input {
    padding: 0px 0px;
    box-shadow: none;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #474747;
    border-color: #E0E0E0;
    border-radius: 0px;
}

.cart-template.full-cart .cart-items .product-item td.quantity .item-quantity-change {
    color: #474747!important;
}

.cart-template.full-cart .cart-items .product-item td.quantity-price .total-selling-price {
    font-size: 14px;
    color: #085693;
    font-weight: 600;
}

.cart-template.full-cart .cart-items .product-item td.item-remove a {
    color: #707070;
}

.cart-template.full-cart .summary-template-holder .cart-more-options {
    display: none;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .summary-coupon {
    margin-left: 0px;
    width: 100%;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-data {
    background: #085693;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 22px;
    border: 1px solid #fff;
    cursor: pointer;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-data:hover {
    border: 1px solid #085693;
    background: #fff;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-data a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-data:hover a {
    color: #085693;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-label {
    display: none;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-fields .loading-coupon {
    display: none;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-fields #cart-coupon {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    padding: 8px 20px;
    height: auto;
    border-radius: 22px;
    border: 1px solid #085693;
    color: #085693;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-fields > span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-fields #cart-coupon::placeholder {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #085693;
    opacity: 1;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-fields #cart-coupon-add {
    position: absolute;
    right: 1.5px;
    top: 4%;
    font-size: 0px;
    height: 92%;
    border: 0px;
    background: #085693;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    border-radius: 22px;
    text-shadow: none;
    padding: 0 20px;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-form .coupon-fields #cart-coupon-add::after {
    content: "Agregar";
    font-size: 13px;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table .empty {
    display: none;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table .info {
    text-align: left;
    color: #474747;
    font-size: 14px;
    text-transform: uppercase;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table .monetary {
    text-align: right;
    font-size: 14px;
    color: #085693;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 0px;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table td {
    vertical-align: middle;
    padding-left: 15px;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table tr {
    border: 0px;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table {
    border: 2px solid #F3F3F3;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table tfoot {
    background: #f3f3f3;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table tfoot .info {
    font-size: 16px;
    color: #085693;
    font-weight: 600;
}

.cart-template.full-cart .summary-template-holder .summary-totalizers .accordion-group .table tfoot .monetary {
    font-size: 20px;
    color: #085693;
    font-weight: 600;
}

.cart-template.full-cart .cart-links-bottom {
    display: grid;
}

.cart-template.full-cart .cart-links-bottom .btn-place-order-wrapper {
    order: 1;
}

.cart-template.full-cart .cart-links-bottom .btn-place-order-wrapper #falsoCupon {
    display: none;
}

.cart-template.full-cart .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform {
    border: 0;
    background: #D2E131;
    color: #001438;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    min-width: 220px;
    border-color: #D2E131;
    border-radius: 5px;
}

.cart-template.full-cart .cart-links-bottom .link-choose-more-products-wrapper {
    order: 2;
    display: block;
    margin-top: 10px;
}

.cart-template.full-cart .cart-links-bottom .link-choose-more-products-wrapper #cart-choose-more-products {
    min-width: 220px;
    text-align: center;
    padding: 11px 19px;
    border: 2px solid #001438;
    background: #fff;
    text-transform: uppercase;
    display: block;
    color: #001438;
    font-weight: 700;
    font-size: 16px;
    font-family: "Barlow Semi Condensed";
    border-radius: 5px;
    text-decoration: none;
}

/* FIN #cart */

/* Estilos #email */

.client-pre-email {
    border-top: 0px;
}

.client-pre-email .pre-email {
    display: grid;
    justify-content: center;
}

.client-pre-email .client-pre-email-h span,
.client-pre-email .client-pre-email-h small {
    font-size: 20px;
    color: #001438;
    font-weight: 700;
}

.client-pre-email .client-email {
    margin: auto;
    width: 100%;
}

.client-pre-email .client-email #client-pre-email {
    height: 40px;
    border: 2px solid #001438;
    border-radius: 25px;
    font-size: 14px;
    padding-left: 67px;
    box-shadow: none;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.client-pre-email .client-email::before {
    content: "";
    background-image: url("/arquivos/icono-1-pre-email-checkout.png");
    width: 30px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 10px;
}

.client-pre-email .client-email #client-pre-email::placeholder {
    color: #474747;
    opacity: 1;
}

.client-pre-email .client-email #btn-client-pre-email {
    height: 34px;
    top: 2.5px;
    right: 3px;
    border: 0px;
    background: #D2E131;
    color: #001438;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;
    font-size: 14px;
    text-shadow: none;
}

.client-pre-email .client-email .text-terminos {
    display: none;
}

.client-pre-email .emailInfo {
    margin-top: 40px;
    width: 45%;
    border: 0px;
    border-radius: 0px;
    background: #F3F3F3;
    display: grid;
    justify-content: center;
}

.client-pre-email .emailInfo .icon-lock {
    display: none;
}

.client-pre-email .emailInfo .newcontent {
    display: none;
}

.client-pre-email .emailInfo > h3::before {
    content: "";
    display: block;
    width: 43px;
    height: 54px;
    background-image: url("/arquivos/icono-2-pre-email-checkout.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-bottom: 15px;
}

.client-pre-email .emailInfo > h3 {
    font-size: 17px;
    font-weight: 600;
    color: #474747;
    text-align: center;
}

.client-pre-email .emailInfo ul {
    margin: auto;
    list-style: disc;
    color: #474747;
}

.client-pre-email .emailInfo ul li {
    color: #474747;
}

.client-pre-email .emailInfo ul li i {
    display: none;
}

.client-pre-email .link-cart {
    float: left;
}

.client-pre-email .link-cart a {
    color: #9F9F9F;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
}

.client-pre-email .link-cart a::before {
    content: "";
    width: 8px;
    height: 12px;
    background-image: url("/arquivos/icono-volver-a-carrito.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

/* FIN #email */

/* Estilos #profile */

.orderform-template .orderform-template-holder #client-profile-data .client-profile-data {
    border: 0px;
    border-radius: 0px;
    background: #f0f0f0;
}

.orderform-template .orderform-template-holder #client-profile-data .accordion-heading .icon-user {
    display: none;
}

.orderform-template .orderform-template-holder #client-profile-data .accordion-heading span {
    font-size: 18px;
    text-transform: uppercase;
    color: #474747;
    font-weight: 500;
}

.orderform-template .orderform-template-holder #client-profile-data .box-client-info-pf .input {
    width: 100%;
}

.orderform-template .orderform-template-holder #client-profile-data .box-client-info-pf .input input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    height: 35px;
    border: 0px;
    border-radius: 20px;
    font-family: "Barlow Semi Condensed";
    padding: 4px 15px;
    background-image: none;
}

.orderform-template .orderform-template-holder #client-profile-data .box-client-info-pf .input input::placeholder {
    color: #474747;
    opacity: 0.5;
}

.orderform-template .orderform-template-holder #client-profile-data .box-client-info-pf .input label {
    color: #474747;
    font-weight: 500;
}

.orderform-template .orderform-template-holder #client-profile-data .box-client-info-pf .input input#client-phone2 {
    border: 1px solid #ccc;
}

.orderform-template .orderform-template-holder #client-profile-data .box-client-info-pf #has-phone-key {
    color: #085693;
    text-decoration: underline;
}

.orderform-template .orderform-template-holder #client-profile-data .form-step .newsletter-label {
    display: none;
}

.orderform-template .orderform-template-holder #client-profile-data .form-step #opt-in-newsletter {
    accent-color: #085693;
}

.orderform-template .orderform-template-holder #client-profile-data .form-step .text-terminos a {
    color: #085693;
    text-decoration: underline;
}

#go-to-shipping {
    width: 100%;
    margin-top: 15px;
    border: 0;
    font-family: "Barlow Semi Condensed";
    text-transform: uppercase;
    font-weight: 700;
    background: #001438;
}

.orderform-template .orderform-template-holder .link-box-edit::after {
    content: "Editar";
    font-family: "Barlow Semi Condensed";
    font-size: 13px;
    text-transform: none;
    color: #085693;
    display: inline-block;
    font-weight: 600;
}

.orderform-template .orderform-template-holder .link-box-edit {
    display: flex;
    align-items: center;
    column-gap: 5px;
    top: -4px;
    right: -4px;
    box-shadow: none;
}

.orderform-template .orderform-template-holder .link-box-edit .icon-edit {
    color: #085693;
    margin-top: 2px;
}

.orderform-template .orderform-template-holder #client-profile-data .form-step.box-info .client-profile-email {
    margin-bottom: 0;
}

.orderform-template .orderform-template-holder #client-profile-data .form-step.box-info p {
    font-size: 13px;
    color: #474747;
}

/* FIN #profile */

/* Estilos #shipping */

.orderform-template .orderform-template-holder #shipping-data .accordion-heading span {
    font-size: 18px;
    font-weight: 500;
    color: #474747;
    text-transform: uppercase;
}

.orderform-template .orderform-template-holder #shipping-data .accordion-heading .icon-home {
    display: none;
}

.orderform-template .orderform-template-holder #shipping-data .shipping-data {
    border: 0px;
    border-radius: 0px;
    background: #f0f0f0;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .input label {
    color: #474747;
    font-weight: 500;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .input.ship-postalCode input {
    width: 50%;
    max-width: none;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .input input {
    display: inline-block;
    box-sizing: border-box;
    box-shadow: none;
    height: 35px;
    border: 0px;
    border-radius: 20px;
    font-family: "Barlow Semi Condensed";
    padding: 4px 15px;
    background-image: none;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle {
    font-weight: 500;
    color: #474747;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .vtex-omnishipping-1-x-leanShippingGroupList {
    width: calc(100% + 28px);
    position: relative;
    border: 0px;
    left: -14px;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-svg path {
    fill: #001438;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .vtex-omnishipping-1-x-leanShippingGroupList span {
    color: #6b6b6b;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption {
    background: #F6F6F6;
}

.orderform-template .orderform-template-holder #shipping-data .box-step .vtex-omnishipping-1-x-submitPaymentButton {
    display: grid;
}

.orderform-template .orderform-template-holder #shipping-data .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-shippingSectionTitle {
    color: #474747;
    font-weight: 500;
}

.orderform-template .orderform-template-holder #shipping-data .box-step a {
    color: #085693;
    text-decoration: underline;
}

.orderform-template .orderform-template-holder #shipping-data .vtex-omnishipping-1-x-address p {
    width: 100%;
}

.orderform-template .orderform-template-holder #shipping-data .vtex-omnishipping-1-x-address p input {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.orderform-template .orderform-template-holder #shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary {
    background-image: url("/arquivos/icono-envio-checkout.png");
    background-size: 25px;
    background-position: 0px 50%;
    border: 0;
    padding-left: 40px;
    background-repeat: no-repeat;
}

.orderform-template .orderform-template-holder #shipping-data .box-info .vtex-omnishipping-1-x-SummaryItemInfo span {
    font-size: 13px;
    color: #474747;
}

.orderform-template .orderform-template-holder #shipping-data .box-info .vtex-omnishipping-1-x-SummaryItemPrice {
    font-size: 14px;
    font-weight: 600;
    color: #474747;
}

.orderform-template .orderform-template-holder #shipping-data .box-info .vtex-omnishipping-1-x-summaryChange {
    width: 100%;
    box-sizing: border-box;
    background: #001438;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }

#go-to-payment {
    width: 100%;
    margin-top: 15px;
    border: 0;
    font-family: "Barlow Semi Condensed";
    text-transform: uppercase;
    font-weight: 700;
    background: #001438;
}

/* FIN #shipping */

/* Estilos #payment */

.orderform-template .orderform-template-holder #payment-data > .accordion-group {
    border: 0px;
    border-radius: 0px;
    background: #f0f0f0;
}

#payments-title span {
    font-size: 18px;
    text-transform: uppercase;
    color: #474747;
    font-weight: 500;
}

#payments-title .icon-credit-card {
    color: #474747;
}

#payment-data.span12 #payments-title {
    height: 0px;
}

#payment-data.span12 .accordion-group {
    background: #fff!important;
}

@media(max-width: 1000px) {
    #payment-data.span12 .accordion-group {
        background: #f0f0f0!important;
    }

    #payment-data.span12 .accordion-group #payments-title {
        height: auto!important;
    }
}


#payment-data .payment-group .payment-group-item {
    border-radius: 0px;
    box-shadow: 0;
    padding: 8px;
    text-align: center;
}

#payment-data .payment-group .payment-group-item-text {
    background-image: none;
    padding: 0px;
    text-align: center;
    color: #001438;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding-left: 0px;
}
a#payment-group-PayPalBCDCPaymentGroup span.payment-group-item-text::before {
  content: "";
  background-image: url("/arquivos/icono-pago-tarjeta.png");
  width: 25px;
  height: 18px;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

#payment-data .payment-group .payment-group-item-text .text-payment {
    display: none;
}

#payment-data.span6 #payments-title::after {
    content: "Esperando que se completen los datos";
    display: block;
    font-size: 14px;
    font-family: "Barlow Semi Condensed";
    color: #474747;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 8px;
}

#payment-data.span12 ~ #factura #content > .text::after {
    content: "Esperando que se completen los datos";
    display: block;
    font-size: 14px;
    font-family: "Barlow Semi Condensed";
    color: #474747;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 8px;
}

#payment-group-PayPalPlusPaymentGroup span::before {
    content: "";
    background-image: url("/arquivos/icono-pago-tarjeta.png");
    width: 25px;
    height: 18px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -3px;
    margin-right: 5px;
}

#payment-group-PayPalPlusPaymentGroup .payment-group-item-text {
    display: flex;
    position: relative;
    padding-left: 25px!important;
}

#payment-group-PayPalPlusPaymentGroup span::after {
    content: "/débito";
}

#payment-group-payPalPaymentGroup span::before {
    content: "Cuenta ";
}

#payment-group-bankInvoicePaymentGroup span {
    font-size: 0!important;
}

#payment-group-bankInvoicePaymentGroup::after {
    content: "Pago en efectivo";
    color: #001438;
    font-size: 14px;
}

#iframe-placeholder-PayPalPlusPaymentGroup::after {
    content: "";
    background-image: url("/arquivos/icono-ambiente-seguro.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 35px;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

#iframe-placeholder-PayPalPlusPaymentGroup::before {
    content: "Ambiente seguro";
    font-family: "Barlow Semi Condensed";
    font-size: 13px;
    font-weight: 400;
    color: #001438;
    position: absolute;
    right: 55px;
    top: 25px;
    width: 50px;
    line-height: 14px;
    text-align: right;
}

#iframe-placeholder-PayPalPlusPaymentGroup {
    padding-top: 20px;
}

label.bank-invoice-item-banamex::after {
    content: "";
    background-image: url("/arquivos/citibanamex-logo.jpg");
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: 50% 55%;
}

label.bank-invoice-item-oxxo::after {
    content: "";
    background-image: url("/arquivos/Oxxo.png");
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: 50% 65%;
}

label.bank-invoice-item-bancomer::after {
    content: "";
    background-image: url("/arquivos/bancomer.png");
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: 50% 60%;
}
/* FIN #payment */

/* Estilos Resumen de Compra */

.orderform-template .cart-template.mini-cart #go-to-cart-button {
  display: none;
}
.orderform-template .cart-template.mini-cart h2 {
  padding: 10px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #474747;
  text-align: left;
  background: #f0f0f0;
}
.orderform-template .cart-template.mini-cart .cart-items .hproduct.item {
  border-color: #fff !important;
}
.orderform-template .cart-template.mini-cart .cart-items .hproduct.item .quantity.badge {
  display: none;
}
.orderform-template .cart-template.mini-cart .cart-items .hproduct.item span {
  font-family: "Barlow Semi Condensed";
  color: #474747;
}
.orderform-template .cart-template.mini-cart .cart-items .hproduct.item .price {
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-size: 12px;
  color: #085693;
}
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap {
  display: none !important;
}
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-totalizers tbody.totalizers-list {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-totalizers tbody.totalizers-list tr.Items {
  padding-bottom: 7px;
}
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-totalizers tbody.totalizers-list td.info {
  font-family: "Barlow Semi Condensed";
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #474747;
  padding-left: 12px;
}
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-totalizers tbody.totalizers-list td.monetary {
  font-family: "Barlow Semi Condensed";
  color: #085693;
  font-size: 14px;
  text-align: right;
  width: auto;
  padding-right: 12px;
}
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-totalizers tfoot td.info {
  font-family: "Barlow Semi Condensed";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #085693;
  width: auto;
  float: left;
  padding-left: 12px;
}
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-totalizers tfoot td.monetary {
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  color: #085693;
  font-size: 18px;
  padding-right: 12px;
}
.orderform-template .cart-template.mini-cart .payment-confirmation-wrap {
  background: transparent;
}
.orderform-template .cart-template.mini-cart .payment-confirmation-wrap #payment-data-submit {
  padding: 10px;
  color: #001438;
  width: 100% !important;
  border-radius: 5px !important;
  font-family: "Barlow Semi Condensed";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: 0 !important;
  text-shadow: none;
  background: #D2E131;
}
.orderform-template .cart-template.mini-cart .cart {
    background: #f0f0f0;
}
.orderform-template .cart-template.mini-cart .summary-template-holder {
    background: #f0f0f0;
}
/* FIN Resumen de Compra */
.contentPromomx {
    display: flex;
    width: 65%;
    padding-right: 10px;
    background: #f4f4f4;
    border-radius: 5px;
    border: 2px solid #f2f1f1;
}
.containerParrafo {
    width: 90%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
}
.primary + .primary {
    display: none;
}
@media(max-width: 1000px) {
    .contentPromomx {
        display: flex;
        width: 96%;
        padding-right: 10px;
        background: #f4f4f4;
        border-radius: 5px;
        border: 2px solid #f2f1f1;
    }
}

/* a#payment-group-PayPalCheckoutPaymentGroup {
    display: none;
} */
/* estylos de la promoNoviembre */
/* input#item-quantity-602 {
    display: flex!important;
    margin-left: 55px;
}
a#item-quantity-change-decrement-602 {
    display: none;
}
a#item-quantity-change-increment-602 {
    display: none;
} 
 .checkout-container .cart-template .cart-template-holder .cart .product-item[data-sku="602"] .quantity .item-quantity-change-decrement{ font-size:0}

.checkout-container .cart-template .cart-template-holder .cart .product-item[data-sku="602"] .quantity .item-quantity-change-increment{ font-size:0}
.checkout-container .cart-template .cart-template-holder .cart .product-item[data-sku="602"] .quantity{pointer-events: none} 
@media(max-width: 1000px) {
   
    input#item-quantity-602 {
        display: flex!important;
        margin-left: 0px;
    }
} */
/*FIN estylos de la promoNoviembre */

.payment-confirmation-wrap.mostrabtn {
    display: block !important;
}

a#payment-group-PayPalBCDCPaymentGroup span.payment-group-item-text::before {
    content: "";
    background-image: url("/arquivos/icono-pago-tarjeta.png");
    width: 25px;
    height: 18px;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
  }