<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* source: &lt;vtex.email-checkout-conflict@0.3.0&gt; */
.checkEmailAuthConflict__modal,
.checkEmailAuthConflict__modal--bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.checkEmailAuthConflict__modal--bg {
  background: #000;
  opacity: 0.4;
}

.checkEmailAuthConflict__modal--wrap {
  width: 400px;
  background: #fff;
  position: fixed;
  left: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;

  color: #333333;
  background: #fff;
  box-shadow: 0 5px 0 #ddd;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  border: 2px solid #eee;
}

button.checkEmailAuthConflict__modal--button {
  background: #1a73e8;
  padding: 10px;
  display: inline-block;
  border: none;
  border-radius: 3px;
  color: #fff;
}

  .checkEmailAuthConflict__modal--button.js-loading:after {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #9999; /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 1s linear infinite;
    content: '';
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }

h4.checkEmailAuthConflict__modal--title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

p.checkEmailAuthConflict__modal--text {
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* source: &lt;vtex.checkout-ui-custom@0.20.1&gt; */
input,select,button{outline:none !important}.vcustom--vtex-omnishipping-1-x-address input,#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select,.orderform-template .summary-note .note-textarea,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input,.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.table.cart-items td.quantity input,.table.cart-items tbody tr td .product-service select,.table.cart-items tr.item-attachments-content input,.table.cart-items tr.item-attachments-content select,#vtexIdContainer input{height:40px;line-height:40px;max-height:initial;display:inline-block;padding:0px 10px;border-radius:4px;border:1px solid #cbcbcb;outline:initial;font-family:"Roboto", sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.vcustom--vtex-omnishipping-1-x-address input.error,#app-container input.error[type=text],#app-container input.error[type=tel],#app-container input.error[type=email],#app-container select.error,.orderform-template .summary-note .error.note-textarea,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input.error,.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select.error:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select.error:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input.error,.cart-more-options .srp-container select.error,.cart-more-options .srp-container input.error[type=text]:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type=submit],.table.cart-items td.quantity input.error,.table.cart-items tbody tr td .product-service select.error,.table.cart-items tr.item-attachments-content input.error,.table.cart-items tr.item-attachments-content select.error,#vtexIdContainer input.error{border-color:#ff4c4c}.vcustom--vtex-omnishipping-1-x-address input:focus,#app-container input[type=text]:focus,#app-container input[type=tel]:focus,#app-container input[type=email]:focus,#app-container select:focus,.orderform-template .summary-note .note-textarea:focus,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input:focus,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #payment-data select:focus:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input:focus,.cart-more-options .srp-container select:focus,.cart-more-options .srp-container input[type=text]:focus:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type=text]:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:focus,.table.cart-items td.quantity input:focus,.table.cart-items tbody tr td .product-service select:focus,.table.cart-items tr.item-attachments-content input:focus,.table.cart-items tr.item-attachments-content select:focus,#vtexIdContainer input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.4)}input#creditCardpayment-card-0Number,input#creditCardpayment-card-0Code,input#creditCardpayment-card-1Number,input#creditCardpayment-card-1Code{font-size:18px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{animation:input_background_autofill 0s forwards}@keyframes input_background_autofill{100%{background-color:rgba(0,0,0,0)}}.btn,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{font-family:"Roboto", sans-serif;text-shadow:none;border-radius:30px;outline:none !important;text-align:center;font-size:12px;padding:5px 12px;box-sizing:border-box;display:inline-block;background:none;box-shadow:none}.btn,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.btn:hover,.btn:focus{transition:all ease .3s}.btn:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{background:none}.btn-large,.client-pre-email .client-email.input.text .btn-success{padding:17px 19px}.btn-link,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{color:#1a73e8}.btn-link:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn-link:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{color:#1d63be}.btn-success{background:#2fba2d;border:1px solid #2fba2d;font-size:13px}.btn-success:hover,.btn-success:focus,.btn-success:active{background:#269e24;border:1px solid #269e24}.btn-success[disabled]{background:#2fba2d}.btn-primary{background:#1a73e8;border:1px solid #1a73e8;color:#f1f7ff}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#1d63be;border:1px solid #1d63be}.btn-secondary,.orderform-template-holder #payment-data #btn-add-gift-card,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.table.cart-items tbody tr td .product-service input[type=submit],.table.cart-items tbody tr td.product-name .add-service.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container a{background:rgba(0,0,0,0);border:1px solid #1a73e8;color:#1a73e8}.btn-secondary:hover,.orderform-template-holder #payment-data #btn-add-gift-card:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:hover,.table.cart-items tbody tr td .product-service input[type=submit]:hover,.table.cart-items tbody tr td.product-name .add-service.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:hover,.table.cart-items tbody tr td.product-name .clone-item.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:hover,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,.btn-secondary:focus,.orderform-template-holder #payment-data #btn-add-gift-card:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:focus,.table.cart-items tbody tr td .product-service input[type=submit]:focus,.table.cart-items tbody tr td.product-name .add-service.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:focus,.table.cart-items tbody tr td.product-name .clone-item.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:focus,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,.btn-secondary:active,.orderform-template-holder #payment-data #btn-add-gift-card:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:active,.table.cart-items tbody tr td .product-service input[type=submit]:active,.table.cart-items tbody tr td.product-name .add-service.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:active,.table.cart-items tbody tr td.product-name .clone-item.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:active,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active{background:#f1f7ff;border:1px solid #1d63be;color:#1d63be}.btn-outlined{background:rgba(0,0,0,0);border:1px solid #2fba2d;color:#2fba2d}.btn-outlined:hover,.btn-outlined:focus,.btn-outlined:active{background:rgba(0,0,0,0);border:1px solid #269e24}.btn#payment-data-submit span,.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span{font-size:14px;margin-left:5px;font-weight:bold}.orderform-template .cart-template.mini-cart h2,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle,.client-pre-email h3.client-pre-email-h span:after,.cart-more-options .srp-container .srp-main-title{font-size:calc(12px + 2px);text-transform:uppercase;border-bottom:1px solid #eeeeee;font-weight:bold;margin-bottom:15px;padding:7px 0 !important;color:#999999;color:#323232;border:none;font-size:20px;text-transform:initial;margin-bottom:0px}.payment-data .gift-card-section,.payment-data .payment-discounts-alert{margin:0;width:100% !important;box-sizing:border-box}.input-append,.input-prepend{display:flex !important;align-items:stretch}.input-append .btn,.input-append .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-append a,.input-append .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-append a,.input-append .add-on,.input-prepend .btn,.input-prepend .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-prepend a,.input-prepend .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-prepend a,.input-prepend .add-on{height:40px;line-height:40px;box-sizing:border-box;padding:0;width:20px}.input-append .add-on,.input-prepend .add-on{height:initial !important}.input-append input,.input-prepend input{border-radius:0 4px 4px 0 !important;width:100% !important;max-width:100px !important}.payment-discoints-table .number,.gift-card-provider-group .number,.payment-discoints-table .action,.gift-card-provider-group .action{text-align:right}@media(max-width: 690px){.orderform-template-holder .client-profile-data input[type=text]{width:100% !important}}@media(max-width: 690px){.item-quantity-change{display:inline-block}.item-quantity-change{float:left;padding:3px 5px 3px 0px}.item-quantity-change-increment{padding-left:5px;padding-right:0}.full-cart .cart-links-bottom .btn-success{width:83%;display:block;margin-top:10px}.full-cart .cart table{display:block;margin-top:0 !important}.full-cart .cart table thead{display:none}.full-cart .cart table tbody{display:block}.full-cart .cart table tbody tr+tr{border-top:1px dashed #ddd}.full-cart .cart table tbody tr{display:block;margin-top:10px;padding:10px 0;position:relative}.full-cart .cart table tbody tr .product-name a,.full-cart .cart table tbody tr .product-name .seller{overflow:hidden}.full-cart .cart table tbody tr td{display:inline-block;padding:4px 0}.full-cart .cart table tbody tr td.product-name .seller{display:block;line-height:120%;font-size:80%;margin:4px 0}.full-cart .cart table tbody tr td.product-image,.full-cart .cart table tbody tr td.bundle-item-image{left:0;position:absolute}.full-cart .cart table tbody tr td.product-name{display:block;margin-left:60px;text-align:left;line-height:140%;width:auto}.full-cart .cart table tbody tr td.product-name{padding:0 0 10px !important}.full-cart .cart table tbody tr td.empty,.full-cart .cart table tbody tr td.shipping-date,.full-cart .cart table tbody tr td .brand{display:none}.full-cart .cart table tbody tr td.product-name a,.full-cart .cart table tbody tr td.bundle-item-name span{display:block;padding-right:20px}.full-cart .cart table tbody tr td.quantity{width:81px;padding:0px;margin-left:60px}.full-cart .cart table tbody tr td.quantity input{float:left;margin:0;width:25px}.full-cart .cart table tbody tr td.product-price{text-align:right;float:right;margin-right:5px;padding:0}.full-cart .cart table tbody tr td.quantity-price{display:none}.full-cart .cart table tbody tr td.item-remove{position:absolute;top:2px;right:0;width:24px}.cart-links-bottom{float:none;margin-top:5px;margin-bottom:40px;text-align:right}.more{margin-right:0}.full-cart .cart-links-bottom .btn-success{width:auto}.full-cart .cart table tbody tr.item-attachments-head{border:0;margin:0;padding:0}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header{top:auto}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header:after{content:none}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header strong{box-shadow:none}.full-cart .cart table tbody tr.item-attachments-content{margin:0;border:0;padding:0}.full-cart .cart table tbody tr.item-attachments-content .item-attachments-item-fields{margin-left:5px;width:95%}}.default-modal{border-radius:4px;height:auto}.modal .btn,.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a,.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a{background:#fff}.modal.guest-login-modal button.btn{width:auto}.modal.guest-login-modal,.modal.modal-email-template,.modal.modal-payment-template,.modal.modal-masked-info-template{background:#2fba2d}.payment-confirmation-message{width:100%}#vtexIdContainer{position:fixed !important}.vtexIdUI{position:absolute;top:50% !important;transform:translateY(-50%) !important}#vtexIdContainer{position:fixed}#vtexIdContainer a{color:#1a73e8}#vtexIdContainer .vtexIdUI .modal-footer{background:none}#vtexIdContainer .vtexIdUI .btn,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a{border-radius:30px;height:40px;line-height:40px;box-shadow:none !important;font-size:12px;padding:0 30px}#vtexIdContainer .vtexIdUI .btn.btn-success,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success{background:#2fba2d;border:1px solid #2fba2d}#vtexIdContainer .vtexIdUI .btn.btn-success:hover,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .btn.btn-success:focus,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .btn.btn-success:active,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:active,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:active{background:#269e24;border:1px solid #269e24}#vtexIdContainer .vtexIdUI .btn#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a#vtexIdUI-facebook,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#vtexIdUI-facebook,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook{background:#4568ad !important}@media(max-width: 768px){#vtexIdContainer{position:fixed !important}#vtexIdContainer .vtexIdUI{overflow:auto;border-radius:0;width:100%;left:0;margin:0;top:0;height:100% !important;border:none}#vtexIdContainer .vtexIdUI .modal-header .close{top:0;right:0;margin:0;padding:4px 8px}}body{font-family:"Roboto", sans-serif;min-width:initial !important;padding:0;background:#f4f2f2;padding-bottom:40px !important;min-height:93vh;position:relative;font-size:12px;overflow-x:hidden}body a{color:#1a73e8}body a:hover{color:#1d63be}@media(max-width: 768px){body{padding-bottom:0px !important}}body .cart-template.full-cart&gt;*{opacity:0;transition-delay:1.2s;transition-property:opacity;-webkit-transition-duration:.5s}body.v-custom-loaded .cart-template.full-cart&gt;*{opacity:initial}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-deliveryGroup{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-submitPaymentButton{display:block}.onda-v1 .br-pill,.step,.cart,.totalizers{border-radius:4px}.loading.loading-bg{background:#f4f2f2}.container{max-width:980px;width:calc(100% - 40px)}@media(max-width: 690px){.container{width:calc(100% - 20px)}}.checkout-container{overflow:initial !important;z-index:2}@media(max-width: 768px){.checkout-container{margin-bottom:30px}}.checkout-container .orderform-template,.checkout-container .cart-template{display:flex;justify-content:space-between;align-items:flex-start;transition:position ease .8s,opacity ease .8s,margin ease .8s}.checkout-container .orderform-template.inactive,.checkout-container .cart-template.inactive{max-height:50vh;overflow:hidden;top:0;position:absolute}.checkout-container .full-cart.inactive{margin-left:-140%}.checkout-container .orderform-template.inactive{left:140%;margin:0;display:none !important}.container-cart h1,h1#orderform-title{font-size:22px !important;font-weight:400 !important;color:#323232 !important}h1#orderform-title{display:none !important}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle&gt;span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle&gt;span:not(.payment-edit-link):before{background:#fff;border:1px solid #323232;color:#323232;width:26px;height:26px;line-height:26px;font-size:15px}body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle&gt;span:before,body.v-custom-step-payment .payment-data .accordion-toggle&gt;span:not(.payment-edit-link):before,body.v-custom-step-shipping .shipping-data .accordion-toggle:before,body.v-custom-step-profile .client-profile-data .accordion-toggle&gt;span:before,body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-payment .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-payment .client-profile-data .accordion-toggle&gt;span:before,body.v-custom-step-payment .shipping-data .accordion-toggle:before,body.v-custom-step-shipping .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-profile-data .accordion-toggle&gt;span:before,body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before{background:#1a73e8;border-color:#1a73e8;color:#fff}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle&gt;span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle&gt;span:not(.payment-edit-link):before{text-align:center;margin-right:10px;border-radius:100%;display:inline-block;font-weight:bold;vertical-align:middle;margin-top:-2px}.client-pre-email h3.client-pre-email-h span:before{content:"1"}.client-profile-data .accordion-toggle&gt;span:before{content:"2"}.shipping-data .accordion-toggle:before{content:"3"}.payment-data .accordion-toggle&gt;span:not(.payment-edit-link):before{content:"4"}@media(max-width: 690px){body:before{width:0;height:4px;background:#1a73e8;display:block;content:"";position:fixed;top:0;transition:all ease .3s;z-index:999}body.v-custom-step-email:before{width:23%}body.v-custom-step-profile:before{width:46%}body.v-custom-step-shipping:before{width:69%}body.v-custom-step-payment:before{width:92%}}body.v-custom-step-payment .checkout-steps_item_cart .text,body.v-custom-step-payment .checkout-steps_item_identification .text,body.v-custom-step-payment .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_payment .text,body.v-custom-step-shipping .checkout-steps_item_cart .text,body.v-custom-step-shipping .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_shipping .text,body.v-custom-step-email .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_cart .text,body.v-custom-step-profile .checkout-steps_item_identification .text,body.v-custom-step-cart .checkout-steps_item_cart .text{color:#323232;font-weight:bold;pointer-events:initial}body.v-custom-step-cart .checkout-steps_item_cart{opacity:1}body.v-custom-step-cart .checkout-steps_item_cart .text{pointer-events:none}body.v-custom-step-cart .checkout-steps_item_cart:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-email .checkout-steps_bar_inner-active,body.v-custom-step-profile .checkout-steps_bar_inner-active{width:20%}body.v-custom-step-email .checkout-steps_item_cart,body.v-custom-step-email .checkout-steps_item_identification,body.v-custom-step-profile .checkout-steps_item_cart,body.v-custom-step-profile .checkout-steps_item_identification{opacity:1}body.v-custom-step-email .checkout-steps_item_cart:before,body.v-custom-step-email .checkout-steps_item_identification:before,body.v-custom-step-profile .checkout-steps_item_cart:before,body.v-custom-step-profile .checkout-steps_item_identification:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_identification .text{pointer-events:none}body.v-custom-step-shipping .checkout-steps_bar_inner-active{width:40%}body.v-custom-step-shipping .checkout-steps_item_cart,body.v-custom-step-shipping .checkout-steps_item_identification,body.v-custom-step-shipping .checkout-steps_item_shipping{opacity:1}body.v-custom-step-shipping .checkout-steps_item_cart:before,body.v-custom-step-shipping .checkout-steps_item_identification:before,body.v-custom-step-shipping .checkout-steps_item_shipping:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-shipping .checkout-steps_item_shipping .text{pointer-events:none}body.v-custom-step-payment .checkout-steps_bar_inner-active{width:60%}body.v-custom-step-payment .checkout-steps_item_cart,body.v-custom-step-payment .checkout-steps_item_identification,body.v-custom-step-payment .checkout-steps_item_shipping,body.v-custom-step-payment .checkout-steps_item_payment{opacity:1}body.v-custom-step-payment .checkout-steps_item_cart:before,body.v-custom-step-payment .checkout-steps_item_identification:before,body.v-custom-step-payment .checkout-steps_item_shipping:before,body.v-custom-step-payment .checkout-steps_item_payment:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-payment .checkout-steps_item_payment .text{pointer-events:none}.checkout-steps{display:none;position:relative;min-width:470px;width:100%;display:block}@media(max-width: 690px){.checkout-steps{display:none !important}}.checkout-steps_bar_inner-active{width:0;background:#1a73e8}.checkout-steps_items{display:flex;justify-content:space-between}.checkout-steps_item{position:relative;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:flex-start;opacity:.6}.checkout-steps_item:after{content:"";height:2px;background:#1a73e8;margin:0px 5px;min-width:10px}.checkout-steps_item .text{clear:both;display:flex;align-items:center;color:#999999;font-weight:500;cursor:pointer;pointer-events:none}.checkout-steps_item .text:before{content:"";width:7px;height:7px;background:#1a73e8;border:2px solid #1a73e8;display:inline-block;border-radius:100%;margin-right:7px;transition:all ease .3s}.checkout-steps_item_cart:after{width:calc(100% - 50px)}.checkout-steps_item_identification:after{width:calc(100% - 103px)}.checkout-steps_item_shipping:after{width:calc(100% - 77px)}.checkout-steps_item_payment:after{width:calc(100% - 77px)}.checkout-steps_item_confirmation:after{display:none}body .main-header{padding:12px 0;text-align:center;border-bottom:1px solid #cbcbcb;position:relative;background-color:#fff;margin-bottom:40px}body .main-header,body .main-header&gt;.container{display:flex;align-items:center}@media(max-width: 690px){body .main-header,body .main-header&gt;.container{justify-content:center}}body .main-header&gt;.container:before,body .main-header&gt;.container:after{display:none}body .main-header .header-link{position:absolute;left:0px;top:calc(100% + 18px);display:none}body .main-header .header-link a{height:20px;font-size:11px;line-height:115%;padding-left:0px;color:#676767;display:flex;align-items:center}body .main-header .header-link a:before{display:block;float:left;width:10px;height:10px;-webkit-mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#676767;content:""}body .main-header .header-link a.back-cart-link{display:none}@media(max-width: 690px){body .main-header .header-link{top:50%;transform:translateY(-50%)}body .main-header .header-link a{max-width:80px}body .main-header .header-link a:before{width:17px;height:17px}}body .main-header .logo{max-width:calc(100% - 180px)}body .main-header .logo svg.vtex-logo{height:50px}body .main-header .logo,body .main-header .logo img{display:inline-block;font-size:24px;border:none;line-height:39px}body .main-header .checkout-steps{max-width:540px;margin-left:auto;padding-right:10px}@media(max-width: 690px){body:not(.body-cart) .main-header{padding:4px 0;margin-bottom:10px}body:not(.body-cart) .main-header .v-custom-mhide{display:none !important}body:not(.body-cart) .main-header,body:not(.body-cart) .main-header&gt;.container{background:none;border:none;justify-content:center}body:not(.body-cart) .main-header .logo{cursor:default;pointer-events:none;font-weight:bold}body:not(.body-cart) .main-header .logo svg,body:not(.body-cart) .main-header .logo img{display:none !important}body:not(.body-cart) .main-header .logo:before{content:"checkout";text-transform:uppercase}body:not(.body-cart) .main-header .logo,body:not(.body-cart) .main-header .logo:hover{color:#323232;font-size:14px}body:not(.body-cart) .main-header .header-link{display:block}body:not(.body-cart) .main-header a.buy-more-link{display:none}body:not(.body-cart) .main-header a.back-cart-link{display:block !important;font-size:0}body:not(.body-cart) .main-header a.back-cart-link:before{background:#323232}}.main-footer{clear:both;text-align:center;padding:2px 0;border-top:1px solid #cbcbcb;position:absolute;bottom:0;width:100%;z-index:-1}.main-footer .container{position:initial}@media(max-width: 768px){.main-footer{position:relative}}.main-footer a.credits-vtex{width:100px;display:block;margin:0 auto}.main-footer .vtex-logo{display:block;margin:0 auto}.main-footer svg,.main-footer svg path{fill:#999999}.cart{border:none;padding:0}body.v-custom-step-cart .main-header .header-link{display:block}body.v-custom-cart-empty #cart-title,body.v-custom-cart-empty #shipping-preview-container,body.v-custom-cart-empty .summary-template-holder,body.v-custom-cart-empty .checkout-steps,body.v-custom-cart-empty .cart-more-options{display:none !important}body.v-custom-cart-empty .cart-template-holder{margin:0 auto}.empty-cart-content{padding:50px 0}h1#cart-title{display:none !important}.cart-more-options,.cart-template-holder .cart{padding:20px 30px;background:#fff;margin:0;border-radius:4px}@media(max-width: 690px){.cart-more-options,.cart-template-holder .cart{padding:12px}}.cart-template-holder .cart{border:none;margin-bottom:20px}.table.cart-items{display:block}.table.cart-items thead{width:100%;display:block}.table.cart-items thead tr{display:flex;align-items:center}.table.cart-items thead tr th.product{width:calc(100% - 235px) !important}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{width:90px !important}.table.cart-items thead tr th.item-remove,.table.cart-items thead tr th.quantity-price,.table.cart-items thead tr th.shipping-date{display:none}.table.cart-items thead tr th.quantity{min-width:62px}.table.cart-items thead tr th.product-image{order:1}.table.cart-items thead tr th.product-name{order:2}.table.cart-items thead tr th.shipping-date{order:3}.table.cart-items thead tr th.quantity{order:4}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{order:5}.table.cart-items tr.item-attachments-head{border:none !important;justify-content:center}.table.cart-items tr.item-attachments-head .help-arrow{display:none}.table.cart-items td.shipping-date{display:none}.table.cart-items tbody{display:flex;flex-wrap:wrap;width:100%}.table.cart-items tbody tr{width:100%;display:flex;flex-wrap:wrap;border-top:1px solid #eeeeee}.table.cart-items tbody tr.hide{display:none}.table.cart-items tbody tr&gt;.v-custom-bundles{width:100%}@media(max-width: 690px){.table.cart-items tbody tr{margin-top:0 !important}.table.cart-items tbody tr:first-child{border:none}}.table.cart-items tbody tr.item-attachments-head,.table.cart-items tbody tr.item-attachments-content{display:none}.table.cart-items tbody tr .v-custom-product-item-wrap{width:100%;display:flex;align-items:center;position:relative;padding:20px 0}@media(max-width: 690px){.table.cart-items tbody tr .v-custom-product-item-wrap{display:block;padding:10px 0}.table.cart-items tbody tr .v-custom-product-item-wrap:after{content:"";clear:both;display:block}}.table.cart-items tbody tr td{width:auto;border:none}.table.cart-items tbody tr td.product-name .add-service-container,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container{margin:10px 0}.table.cart-items tbody tr td.product-name .add-service-container+p,.table.cart-items tbody tr td.product-name .clone-item.btn+p,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item+p,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item+p,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .add-item-attachment-container+p{display:none}@media(min-width: 769px){.table.cart-items tbody tr td.product-name{width:calc(100% - 355px) !important}}.table.cart-items tbody tr td.product-name .seller{display:block}.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:90px !important;white-space:nowrap;margin:0 10px;line-height:16px}.table.cart-items tbody tr td.product-price br,.table.cart-items tbody tr td.quantity-price br{display:none}@media(max-width: 690px){.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:initial !important;text-align:right;float:right;margin:0;padding:0}}.table.cart-items tbody tr td.product-price .new-product-price-label,.table.cart-items tbody tr td.product-price .old-product-price-label,.table.cart-items tbody tr td.quantity-price .new-product-price-label,.table.cart-items tbody tr td.quantity-price .old-product-price-label{display:none}.table.cart-items tbody tr td.product-price .list-price,.table.cart-items tbody tr td.quantity-price .list-price{font-size:10px}.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{font-weight:bold;position:relative}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{display:flex;justify-content:flex-end;margin-top:7px}.table.cart-items tbody tr td.product-price .total-selling-price .discount,.table.cart-items tbody tr td.product-price .best-price .discount,.table.cart-items tbody tr td.quantity-price .total-selling-price .discount,.table.cart-items tbody tr td.quantity-price .best-price .discount{margin-left:5px;display:block}}.table.cart-items tbody tr td.product-price .new-product-real-price-per-unit,.table.cart-items tbody tr td.quantity-price .new-product-real-price-per-unit{display:inline-block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__best,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__best{font-weight:bold;font-size:12px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list{display:block;font-size:10px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{display:block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list{text-decoration:line-through;color:#999999}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{color:#676767;font-size:10px;line-height:11px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{margin-bottom:3px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .discount,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .discount{display:none}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:after{content:")"}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:before{content:"("}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .best-price,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .best-price{font-weight:normal;display:inline-block}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list&gt;*:last-child,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list&gt;*:last-child{margin-bottom:-7px}}.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active&gt;.list-price,.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active&gt;.list-price{display:none !important}.table.cart-items tbody tr td.product-price&gt;span.list-price,.table.cart-items tbody tr td.product-price&gt;span.best-price,.table.cart-items tbody tr td.quantity-price&gt;span.list-price,.table.cart-items tbody tr td.quantity-price&gt;span.best-price{display:block}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{z-index:2}.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{position:absolute;top:-2px;left:-4px;background:#fff}.table.cart-items tbody tr td.product-price a.manualprice-link-remove i.icon-remove:before,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove i.icon-remove:before{width:10px !important;height:10px !important}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price span.product-manualprice{padding:5px 5px 5px 31px;border:1px solid #ccc;display:inline-block;background:#fff;border-radius:5px;box-shadow:0 0 19px #777;position:absolute;top:0;left:0;transform:translate(-15%, -34%)}@media(max-width: 690px){.table.cart-items tbody tr td.product-price span.list-price:not(.hide)+br+span.best-price{margin-top:0}}.table.cart-items tbody tr td.item-remove{margin-left:auto;width:20px !important}@media(max-width: 690px){.table.cart-items tbody tr td.item-remove{top:0 !important}}.table.cart-items tbody tr td.product-image{order:1}.table.cart-items tbody tr td.product-name{order:2;width:60%}.table.cart-items tbody tr td.shipping-date{order:3}.table.cart-items tbody tr td.quantity{order:4}.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{order:5}.table.cart-items tbody tr td.item-remove{order:10}.table.cart-items tbody tr td.quantity-price{display:none !important}.table.cart-items tbody tr td.product-price{display:block !important}.table.cart-items tbody tr td .field-help{background:#1a73e8;border-color:#1a73e8}.table.cart-items tbody tr td i.icon-question-sign{color:#1a73e8}.table.cart-items tbody tr td .add-item-attachment-container,.table.cart-items tbody tr td .clone-item,.table.cart-items tbody tr td p.clone-item-container{display:none !important}.table.cart-items tbody tr td hr.clone-item-sep{margin:0;clear:both;border:none}.table.cart-items tbody tr td .product-service{height:calc(40px + 10px);margin-top:10px;position:relative}@media(min-width: 690px){.table.cart-items tbody tr td .product-service fieldset{width:100%;position:absolute;min-width:250px}}.table.cart-items tbody tr td .product-service p{display:flex}.table.cart-items tbody tr td .product-service select{background:#fff;width:100%;margin-right:10px}.table.cart-items tbody tr td.quantity input{line-height:inherit}.table.cart-items tbody tr .v-custom-assemblies{clear:both}.table.cart-items tbody tr.v-custom-bundles-in .product-service{display:none}.table.cart-items tbody tr.item-unavailable{margin:10px 0;border-radius:10px;border:none !important}@media(max-width: 690px){.table.cart-items tbody tr.item-unavailable{padding:0;text-align:center}}.table.cart-items tbody tr.v-custom-indexedItems-in+tr.item-unavailable{display:none}.table.cart-items tbody tr.v-custom-indexed-item{border:none}.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{margin:0 0 10px 0;padding:0;border-top:none}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-product-item-wrap,.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-product-item-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{background:#f1f7ff;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;box-sizing:border-box;padding:5px 10px}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{margin-bottom:10px;margin-top:10px}.table.cart-items tbody tr.v-custom-indexed-item td.quantity,.table.cart-items tbody tr.item-service td.quantity{background:#fff;width:25px;height:20px;text-align:center;justify-content:center}.table.cart-items tbody tr.v-custom-indexed-item td.quantity p,.table.cart-items tbody tr.item-service td.quantity p{width:100%}.table.cart-items tbody tr.v-custom-indexed-item td.product-price,.table.cart-items tbody tr.item-service td.product-price{display:none !important}.table.cart-items tbody tr.v-custom-indexed-item td.quantity-price,.table.cart-items tbody tr.item-service td.quantity-price{display:block !important}.table.cart-items tbody tr.v-custom-indexed-item .item-remove,.table.cart-items tbody tr.item-service .item-remove{margin-left:auto;position:initial;width:auto}.table.cart-items tbody tr.v-custom-indexed-item .item-remove i.icon.icon-remove.item-remove-ico:before,.table.cart-items tbody tr.item-service .item-remove i.icon.icon-remove.item-remove-ico:before{content:"-";background:#ff4c4c;color:#fff;line-height:9px;border-radius:100%;width:16px;height:16px;font-size:27px}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{border-top:none !important}.table.cart-items tbody tr.v-custom-indexed-item .product-price,.table.cart-items tbody tr.v-custom-indexed-item .quantity,.table.cart-items tbody tr.item-service .product-price,.table.cart-items tbody tr.item-service .quantity{margin:auto !important;width:auto !important;min-width:initial !important}}.table.cart-items tbody tr.v-custom-indexed-item:last-child{margin-bottom:20px}.table.cart-items tbody tr.v-custom-indexed-item td.product-image{display:none}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item td.quantity{display:none}}.table.cart-items tbody tr.v-custom-indexed-item td.product-name{margin-left:0 !important;padding:0 !important;width:100% !important;margin-right:15px}.table.cart-items tbody tr.v-custom-indexed-item p{margin:0;padding:0}.table.cart-items tbody tr:last-child{border-bottom:none}.table.cart-items tbody&gt;tr.v-custom-indexed-item,.table.cart-items tbody&gt;tr[data-parentitemindex]{display:none}.table.cart-items tbody&gt;tr.v-custom-indexed-item+.item-unavailable,.table.cart-items tbody&gt;tr[data-parentitemindex]+.item-unavailable{display:none}.table.cart-items td.product-image a{overflow:hidden;border-radius:4px}.table.cart-items td.product-image a{margin-right:20px}.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:100px;display:block;max-width:initial;height:auto}@media(max-width: 690px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:70px}}.table.cart-items td.product-name a,.table.cart-items td.product-name a:hover{color:#333;font-weight:bold;text-decoration:none}.table.cart-items td.quantity{margin:0 0 0 10px;display:flex;align-items:center;padding:0;border-radius:4px;border:1px solid #cbcbcb;float:left;min-width:30px;text-align:center;justify-content:center}.table.cart-items td.quantity input{margin:0;width:30px !important;height:30px !important;padding:0;border:none;box-shadow:none}.table.cart-items td.quantity .item-quantity-change{position:initial;left:initial;top:initial;bottom:initial;height:initial;display:flex;align-items:center;justify-content:center;padding:0}.table.cart-items td.quantity .item-quantity-change i{background:none;line-height:30px;display:inline-block}.table.cart-items td.quantity .item-quantity-change i:before{font-weight:bold;font-size:22px;width:25px;height:25px;line-height:25px;color:#000;border-radius:100%}.table.cart-items td.quantity .item-quantity-change&gt;p{margin:0}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before{content:"-";line-height:21px}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before{content:"+"}@media(max-width: 690px){.table.cart-items td.quantity{width:97px}.table.cart-items td.product-name,.table.cart-items td.quantity{margin-left:90px !important}}.table.cart-items i.icon.icon-remove.item-remove-ico:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:15px;height:15px}.summary-template-holder{background:#fff;padding:20px;text-align:left;box-sizing:border-box;border-radius:4px;position:sticky;top:20px;border:none}.summary-template-holder .summary-totalizers,.summary-template-holder .summary-coupon-wrap{width:100% !important}.summary-template-holder .cart-more-options{display:none !important}.summary-template-holder .summary-coupon{text-align:center;margin:0 auto !important;min-width:initial}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{display:none !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p{margin:0;color:#676767}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p label{cursor:initial;font-size:13px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{margin:0;width:100%}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{width:100%;text-decoration:underline}.summary-template-holder .summary-coupon fieldset.coupon-fieldset&gt;div{display:flex;justify-content:space-between;align-items:center}.summary-template-holder .summary-coupon fieldset.coupon-fieldset&gt;div[style*=none]{display:block !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset&gt;div[style*=none] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset&gt;div[style*=flex] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset&gt;div[style*=flex] p.coupon-fields{width:100%}.summary-template-holder .summary-coupon p.coupon-fields span{display:flex;width:100%;position:relative}.summary-template-holder .summary-coupon p.coupon-fields span.info{align-items:center;padding:0;color:#323232}.summary-template-holder .summary-coupon p.coupon-fields span.info&gt;span{text-align:left;margin-right:10px;color:#1a73e8}.summary-template-holder .summary-coupon p.coupon-fields span input{width:100%;margin-right:10px}.summary-template-holder .summary-coupon p.coupon-fields .delete{width:auto}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove{color:#ff4c4c;font-size:0;display:flex;align-items:center}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:11px;height:12px;display:block;line-height:10px}.summary-template-holder .summary-coupon i.icon-spin.loading-coupon{border:1px solid #666;border-top:none;border-radius:100%;font-size:0;width:20px;height:20px;padding:0;line-height:0;display:none;margin:0;position:absolute;top:25%;right:10px;z-index:-1}.summary-template-holder span.link-choose-more-products-wrapper{display:none}.summary-template-holder .cart-links-bottom{float:none;margin:10px 0 0 0}.summary-template-holder .cart-links-bottom .btn,.summary-template-holder .cart-links-bottom .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .summary-template-holder .cart-links-bottom a,.summary-template-holder .cart-links-bottom .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-links-bottom a{width:100%;box-sizing:border-box}.summary-template-holder .cart-links-bottom .btn-success{font-weight:bold}@media(max-width: 690px){.summary-template-holder .cart-links-bottom{position:fixed;bottom:0;width:100%;left:0;z-index:10000}.summary-template-holder .cart-links-bottom a{border-radius:0}}.summary-template-holder .summary-totalizers .table td.space,.summary-template-holder .summary-totalizers .table td.empty,.summary-template-holder .summary-totalizers tbody.shipping-calculate{display:none}.summary-template-holder .shipping-reset{display:none}.summary-template-holder .accordion-inner{margin-top:10px}.summary-template-holder tr:not(.Shipping){display:flex !important;justify-content:space-between;border:none !important}.summary-template-holder tr:not(.Shipping).CustomTax:not(.CustomTax--total){display:none !important}.summary-template-holder tbody{border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;padding:15px 0;display:block}.summary-template-holder tbody td{display:inline-block;text-align:left !important;width:auto;color:#676767;font-size:13px;padding:0 0 3px 0 !important}.summary-template-holder tbody td.monetary{text-align:right !important;margin-left:auto;float:right}.summary-template-holder tfoot tr td{padding:14px 0 !important;color:#323232;font-size:14px;font-weight:bold}.summary-template-holder tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#1a73e8}.summary-coupon{width:100% !important}.cart-select-gift-placeholder{width:auto !important;display:none !important}.cart-more-options{width:100% !important;margin:0 !important;border:none;padding:0;min-height:0 !important;display:flex !important;flex-wrap:wrap}.cart-more-options .cart-select-gift-placeholder{display:block !important}.cart-more-options .vtex-shipping-preview-0-x-alert .shp-alert-content.vtex-shipping-preview-0-x-content{display:flex;align-items:center}.cart-more-options .srp-container{max-width:100% !important}.cart-more-options .srp-container span.error{display:none}.cart-more-options .srp-container .srp-toggle__wrapper label{background:#fff;padding:10px 0;border-radius:4px}.cart-more-options .srp-container .srp-delivery-info .b--light-gray{background:#fff;border-radius:4px}.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input){outline:initial}.cart-more-options .srp-container form.srp-postal-code__form.dib.relative{width:100%}.cart-more-options .srp-container button.shp-open-options{border-color:#1d63be}.cart-more-options .srp-container .onda-v1 .blue{color:#1a73e8;outline:none}.cart-more-options .srp-container .onda-v1 .b--blue{border-color:#1a73e8;outline:none}.cart-more-options .srp-container .onda-v1 .bg-blue{background:#1a73e8;outline:initial}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country{width:98%}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a{height:40px;outline:initial;border-radius:4px}.cart-more-options .srp-container .ship-postalCode{width:auto !important;max-width:190px}.cart-more-options .srp-container .ship-postalCode input#ship-postalCode{width:100%}.cart-more-options .cart-select-gift-placeholder,.cart-more-options #shipping-preview-container{margin:20px;width:100%}@media(min-width: 690px){.cart-more-options .cart-select-gift-placeholder{margin-bottom:0}}.cart-more-options .cart-select-gift-placeholder:empty{display:none}.cart-more-options #shipping-preview-container{width:100% !important}@media(max-width: 690px){.cart-more-options #shipping-preview-container{display:none !important}}.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .btn,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a{padding:13px 0}.cart-select-gift-placeholder .available-gift-item.active{background:#f1f7ff}.cart-select-gift-placeholder .label-vertical-group:hover,.cart-select-gift-placeholder .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#676767}.cart-select-gift-placeholder .label-vertical-group:hover .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#1a73e8}.body-cart-vertical .cart-template-holder{width:calc(70% - 20px)}@media(max-width: 998px){.body-cart-vertical .cart-template-holder{width:100%}}.body-cart-vertical .summary-template-holder{width:30%}@media(max-width: 998px){.body-cart-vertical .summary-template-holder{width:100%;margin-top:20px}}.body-cart-vertical .cart-template.full-cart.active{display:flex;flex-flow:wrap;justify-content:space-between;align-items:flex-start}.body-cart-vertical .cart-template.full-cart.active .extensions-checkout-buttons-container{width:auto !important;margin:0}.body-cart-vertical .cart-template.full-cart.active .totalizers.summary-totalizers.cart-totalizers{width:100%;padding:0;margin:0}.client-pre-email{background:none;width:100%;border-top:none;position:relative;text-align:left}.client-pre-email fieldset.pre-email{box-sizing:border-box}.client-pre-email label{margin:0;line-height:20px}.client-pre-email label small{font-size:12px;padding:0;margin:0;color:#323232;font-weight:400;margin:0;vertical-align:top;display:block;margin-bottom:13px;margin-top:20px}.client-pre-email .link-cart{display:none}.client-pre-email h3.client-pre-email-h{margin:0}.client-pre-email h3.client-pre-email-h span{display:block;position:relative;font-size:0;padding:7px 0 !important}.client-pre-email h3.client-pre-email-h span:after{content:"Email";vertical-align:middle;display:inline-block;margin:0}.client-pre-email h3.client-pre-email-h span:after{padding:0 !important}.client-pre-email h3.client-pre-email-h .link-box-edit{display:none}.client-pre-email a#orderform-to-cart{color:#1a73e8}.client-pre-email .client-email.input.text{margin:0;width:100%;position:initial}.client-pre-email .client-email.input.text input[type=email]{width:100%;box-sizing:border-box}.client-pre-email .client-email.input.text .btn-success{width:20%;margin:0;height:initial;position:absolute;top:initial;bottom:15px;right:initial;left:50%;transform:translateX(-50%);min-width:55%}@media(max-width: 768px){.client-pre-email .client-email.input.text .btn-success{width:calc(100% - 60px)}}.client-pre-email .client-email.input.text .loading-inline{position:absolute;color:#fff;font-size:16px;bottom:35px;top:initial;right:50% !important;margin-right:-10px}.client-pre-email .client-email.input.text .loading-inline[style=""]+#btn-client-pre-email{font-size:0}.client-pre-email .emailInfo{margin-top:20px;width:80%;box-sizing:border-box}.client-pre-email .emailInfo .icon-ok,.client-pre-email .emailInfo h3{color:#1a73e8}@media(max-width: 690px){.client-pre-email .emailInfo{width:100%}}.client-pre-email .emailInfo .icon-lock{color:#eeeeee}@media(max-width: 690px){.client-pre-email .link-cart{display:none !important}}.client-pre-email+.client-profile-data .accordion-body:before{content:"Waiting for more information";display:block}.client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:none}.client-pre-email+.client-profile-data.filled .accordion-body:before{display:none}.client-pre-email[style*="display: none"]{padding-bottom:20px !important}.client-pre-email[style*="display: none"] .link-box-edit{display:block !important}.client-pre-email[style*="display: none"] label small{display:none !important}.client-pre-email[style*="display: none"] input#client-pre-email{padding:0 !important;border:none !important;box-shadow:none !important;font-size:12px;font-weight:400;pointer-events:none;cursor:text;background:none !important;color:#676767}.client-pre-email[style*="display: none"] .emailInfo,.client-pre-email[style*="display: none"] #btn-client-pre-email{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-body:before{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-inner{display:block}body:not(.v-custom-step-email) .client-pre-email span.help.error{display:none !important}.payment-group-item-cards .card-flag{width:32px !important;background-size:auto 20px;min-width:auto;height:20px}.payment-group-item-cards .card-flag.Visa{background-position:0 0}.payment-group-item-cards .card-flag.Mastercard{background-position:-32px 0}.payment-group-item-cards .card-flag.Diners{background-position:-64px 0}.payment-group-item-cards .card-flag.Amex,.payment-group-item-cards .card-flag.American{background-position:-96px 0}.payment-group-item-cards .card-flag.Hipercard{background-position:-128px 0}.payment-group-item-cards .card-flag.Discover{background-position:-160px 0}.payment-group-item-cards .card-flag.Aura{background-position:-192px 0}.payment-group-item-cards .card-flag.Banricompras{background-position:-224px 0}.payment-group-item-cards .card-flag.Elo{background-position:-256px 0}.payment-group-item-cards .card-flag.JCB{background-position:-288px 0}.payment-group-item-cards .card-flag.Cabal{background-position:-320px 0}.payment-group-item-cards .card-flag.Maestro{background-position:-352px 0}.payment-group-item-cards .card-flag.Credz{background-position:-384px 0}.vcustom--vtex-omnishipping-1-x-address label,.orderform-template-holder .step .input.text label{margin:10px 0 5px 0;display:block;color:#999999}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before,.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);background-size:800px 104px}svg.pickup-marker-blue,svg.pickup-marker-blue path,svg.pkpmodal-pickup-point-marker-image,svg.pkpmodal-pickup-point-marker-image path,svg.vtex-omnishipping-1-x-svg,svg.vtex-omnishipping-1-x-svg path,svg.pkpmodal-pickup-point-best-marker-image path:not([fill=white]){fill:#1a73e8}@media(max-width: 768px){.container.container-main.container-order-form{width:calc(100% - 20px)}}.orderform-template-holder #client-profile-data{width:100%}.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{width:100% !important;padding:0;margin:0;box-sizing:border-box;background:#fff;border-radius:4px;margin-bottom:20px !important;z-index:initial;border:none;padding:30px}@media(max-width: 768px){.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{padding:20px}}.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data.client-pre-email,.orderform-template-holder #shipping-data.client-pre-email,.orderform-template-holder #payment-data.client-pre-email{display:block !important;padding-bottom:calc(40px + 14px + 30px)}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.orderform-template-holder #shipping-data .link-box-edit,.orderform-template-holder #payment-data .link-box-edit{background:none;box-shadow:none;border:none;color:#1a73e8;outline:none;position:absolute;right:0;top:50%;padding:1px;font-size:14px;transform:translateY(-50%);opacity:.7;transition:all ease .2s}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,.orderform-template-holder #shipping-data .link-box-edit:hover,.orderform-template-holder #payment-data .link-box-edit:hover{opacity:1}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit i.icon-spinner{font-size:17px;position:absolute;right:0;display:none;top:-7px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner{display:block}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle&gt;i,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle&gt;i,.orderform-template-holder #shipping-data .accordion-toggle&gt;i,.orderform-template-holder #payment-data .accordion-toggle&gt;i{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle&gt;span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle&gt;span,.orderform-template-holder #shipping-data .accordion-toggle&gt;span,.orderform-template-holder #payment-data .accordion-toggle&gt;span{line-height:20px;display:block;vertical-align:middle;line-height:initial}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-inner,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-inner,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-inner,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-inner{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input){width:100%;max-width:100%;outline:initial}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data .payment-group-item{box-sizing:border-box;margin:0 6px 10px 0;border-radius:4px;border:1px solid #cbcbcb;opacity:1;text-decoration:none;color:#323232;transition:all ease .3s;padding:11px;text-align:center;display:flex;align-items:center;justify-content:center;background:#f3f3f3;float:left;width:100%}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data .payment-group-item.active{background:#fff}.orderform-template-holder #payment-data p.link.link-gift-card.active span,.orderform-template-holder #payment-data .payment-group-item.active span{color:#000000}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data p.link.link-gift-card:hover,.orderform-template-holder #payment-data .payment-group-item.active,.orderform-template-holder #payment-data .payment-group-item:hover{box-shadow:0 0 6px #cbcbcb;border:1px solid #1a73e8}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data fieldset.payment-group{width:100%;left:0;display:block;background:none;position:relative;margin:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup{padding-top:32px}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup&gt;.payment-group-item-cards{display:block;overflow:hidden;position:absolute;right:0;top:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup&gt;.payment-group-item-cards .card-flag{opacity:1}.orderform-template-holder #payment-data p.link.link-gift-card{margin-bottom:10px;padding:0}.orderform-template-holder #payment-data p.link.link-gift-card a{padding:10px 10px;display:block;text-align:left}.orderform-template-holder #payment-data .payment-group-list-btn{width:100%}.orderform-template-holder #payment-data p.link.link-gift-card *,.orderform-template-holder #payment-data .payment-group-item *{font-size:12px !important;font-weight:bold}.orderform-template-holder #payment-data .payment-group-item{position:relative;height:40px}.orderform-template-holder #payment-data .payment-group-item span.payment-group-item-text{padding:0;line-height:17px;background:none !important}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2)~.payment-group-item{width:calc(50% - 3px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3)~.payment-group-item{width:calc(33.3% - 4px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4)~.payment-group-item{width:calc(25% - 4.8px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item{width:100%;margin-right:0;height:auto}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):before,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:before{display:none}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):hover,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:hover{top:0}.orderform-template-holder #payment-data .payment-group-item:last-child{margin-right:0}.orderform-template-holder #payment-data .payment-group-item:hover{position:relative;background:#fff;top:-2px}.orderform-template-holder #payment-data .payment-group-item.active:after,.orderform-template-holder #payment-data .payment-group-item.active:before{content:"";display:block;position:absolute;left:50%;transform:translateX(-50%);top:100%;width:0;height:0;border-style:solid}.orderform-template-holder #payment-data .payment-group-item.active:after{border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:6px}.orderform-template-holder #payment-data .payment-group-item.active:before{border-color:#1a73e8 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:7px}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default{padding:0;margin:0;width:100%}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label{font-weight:bold;color:#000;font-size:12px}.orderform-template-holder #payment-data p.payment-discounts-options,.orderform-template-holder #payment-data p.gift-card-provider-options{display:flex;align-items:center;padding-bottom:10px}.orderform-template-holder #payment-data p.payment-discounts-options input,.orderform-template-holder #payment-data p.payment-discounts-options select,.orderform-template-holder #payment-data p.gift-card-provider-options input,.orderform-template-holder #payment-data p.gift-card-provider-options select{margin:0 10px}.orderform-template-holder #payment-data p.payment-discounts-options label,.orderform-template-holder #payment-data p.gift-card-provider-options label{line-height:12px;margin:0}.orderform-template-holder #payment-data .payment-discounts-list{margin-bottom:10px}.orderform-template-holder #payment-data .payment-discounts-list .gift-card-provider-group-loyalty-program{border-bottom:1px solid #eeeeee}.orderform-template-holder #payment-data .payment-discounts-list table{width:100%}.orderform-template-holder #payment-data .payment-discounts-list table td{padding:0}.orderform-template-holder #payment-data .payment-discounts-list table tbody,.orderform-template-holder #payment-data .payment-discounts-list table tr{display:flex;width:100%;flex-wrap:wrap;align-items:center}.orderform-template-holder #payment-data .payment-discounts-list table td.code,.orderform-template-holder #payment-data .payment-discounts-list table td.number{margin-right:20px;flex-grow:1;padding:0}.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card{text-decoration:underline;color:#ff4c4c}.orderform-template-holder #payment-data input#payment-discounts-code{width:100% !important}.orderform-template-holder #payment-data #btn-add-gift-card{height:40px;border-radius:4px}.orderform-template-holder #payment-data .steps-view{width:100% !important;padding:0;min-height:initial}.orderform-template-holder #payment-data .steps-view iframe{margin:0}.orderform-template-holder #payment-data p.notification{font-weight:bold;font-weight:400;color:#323232}.orderform-template-holder #payment-data p.notification:not([style="display: none;"])+.box-step{padding:0;border:none}@media(min-width: 769px){.orderform-template-holder #payment-data:last-child{margin-bottom:0px !important}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap{box-sizing:border-box;border-radius:4px;background:#fff;border:1px solid #cbcbcb;color:#323232;transition:all ease .3s;overflow:hidden;margin-bottom:10px}.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover{border-color:#1a73e8;box-shadow:0 0 6px #ddd}.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup{padding-top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item{border:none;border-bottom:1px solid rgba(0,0,0,0);box-shadow:none;margin:0;width:100% !important;height:auto;top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-right:auto;text-align:left;line-height:27px !important;white-space:nowrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{content:"";width:20px;height:20px;display:inline-block;border:1px solid #999999;border-radius:100%;vertical-align:middle;margin:-3px 10px 0 0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:flex;justify-content:flex-end;flex-wrap:wrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards .card-flag:last-child{margin:0}@media(max-width: 360px){.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:none}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active{background:#f1f7ff;border-bottom:1px solid #1a73e8}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text:before{background:#1a73e8;border-color:#1a73e8;box-shadow:inset 0 0 0 3px #fff}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-cards span{opacity:1}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:hover .payment-group-item-text:before{border-color:#1a73e8}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:before,.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:after{display:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup{position:relative}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{content:"";width:50px;height:20px;display:block;background:url("https://io.vtex.com.br/checkout-ui/v6.18.19/img/payment-paypal-landscape.png") center no-repeat;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);right:12px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after{content:"";width:65px;height:25px;display:block;background:url(https://cdn-assets.affirm.com/images/black_logo-transparent_bg.png) center no-repeat;background-size:contain;position:absolute;top:49%;transform:translateY(-50%);right:3px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active+div,.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active&gt;div{padding:20px;overflow:hidden;box-sizing:border-box}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .SecurityEnvironmentIcon{display:none}.orderform-template-holder .step{border:none;padding:0;background:none;margin-bottom:0}@media(max-width: 868px){.orderform-template-holder .step{width:100%}}.orderform-template-holder .step .box-info{color:#323232}.orderform-template-holder .step .box-info[style*="display: block"]{margin-top:10px}.orderform-template-holder .step .form-step fieldset{width:100%;float:none}.orderform-template-holder .step .form-step fieldset p{position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p{float:none !important}}.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:calc(50% - 5px);position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:100%}.orderform-template-holder .step .form-step fieldset p.client-last-name input[type=text],.orderform-template-holder .step .form-step fieldset p.client-first-name input[type=text]{width:100% !important}}.orderform-template-holder .step .form-step fieldset p span.help.error{position:absolute;font-size:11px;margin-top:0}.orderform-template-holder .step .form-step fieldset.box-client-info-pj{padding-top:15px}.orderform-template-holder .step .form-step fieldset.box-payment-option h3{display:none}.orderform-template-holder .step .form-step #is-corporate-client{color:#1a73e8}.orderform-template-holder .step.client-profile-data .client-notice.notice{margin:0 0 10px 0}.orderform-template-holder .step.client-profile-data .box-client-info{margin-bottom:20px}.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:calc(50% - 5px)}@media(max-width: 690px){.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:100%}}.orderform-template-holder .step.shipping-data .box-step{display:flex;flex-wrap:wrap}.orderform-template-holder .step.shipping-data .box-step&gt;*{width:100%;order:1}.orderform-template-holder .step.shipping-data .box-step&gt;*.vtex-omnishipping-1-x-addressFormPart1{order:1}.orderform-template-holder .step.shipping-data .box-step&gt;*.vtex-omnishipping-1-x-addressForm{order:2}.orderform-template-holder .step.shipping-data .box-step&gt;*.vtex-omnishipping-1-x-addressInfo{order:3}.orderform-template-holder .step.shipping-data .box-step&gt;*.vtex-omnishipping-1-x-deliveryGroup{order:4}.orderform-template-holder .step.shipping-data .box-step&gt;*.vtex-omnishipping-1-x-submitPaymentButton{order:100}.orderform-template-holder .step.shipping-data .box-step&gt;*.btn-link.vtex-omnishipping-1-x-btnDelivery,.orderform-template-holder .step.shipping-data .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .box-step&gt;a.vtex-omnishipping-1-x-btnDelivery,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step.shipping-data .box-step&gt;a.vtex-omnishipping-1-x-btnDelivery{order:5;margin-top:20px;background:#1a73e8}.orderform-template-holder .step.shipping-data .box-step&gt;*#postalCode-finished-loading,.orderform-template-holder .step.shipping-data .box-step&gt;*:last-child{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary{background:url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'&gt;&lt;path fill='%23999999' d='M15.998,5.951L4,16.237V30c0,0.552,0.448,1,1,1h8v-8h6v8h8c0.552,0,1-0.448,1-1V16.238L15.998,5.951z M19,19 h-6v-5h6V19z'&gt;&lt;/path&gt; &lt;polygon fill='%23999999' points='15.998,0.683 9,6.682 9,3 5,3 5,10.111 0.59,13.892 1.892,15.41 15.998,3.317 30.108,15.41 31.41,13.892 '&gt;&lt;/polygon&gt;&lt;/svg&gt;") no-repeat;background-position:12px 9px;border:1px solid #cbcbcb}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-content{align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption{background:#fff}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupButton,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:hover,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:active,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:focus,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsTogglePickup,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive{background:#1a73e8;border-color:#1a73e8;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#1a73e8;border-color:#1a73e8;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active{background-color:#f1f7ff}.orderform-template-holder .step.shipping-data .shipping-method-toggle{border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-alert{border-color:#ffb100;display:flex;align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-linkEdit{text-decoration:underline}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle{border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper{border:1px solid #cbcbcb;width:100%;overflow:hidden;margin:0 0 20px 0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-summaryChange{background:#f1f7ff;border-color:#cbcbcb;color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList{border-color:#eeeeee;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-option:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOptionActive,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOption{background:#fff !important}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk{color:#676767;fill:#676767}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-primary{outline:none;background:#1a73e8;border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange{border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p{clear:both;float:none;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p.input.ship-checkboxNumberLabel.text{width:auto;align-self:flex-end;display:flex;align-items:center;margin-left:10px !important;height:40px}.orderform-template-holder .step.shipping-data input#ship-addressQuery{width:100%}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver{display:block}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver svg.person-blue path{fill:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver .vtex-omnishipping-1-x-btn{color:#1a73e8}@media(max-width: 490px){.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-dateLink{width:100%}}.orderform-template-holder .step .submit.btn.btn-success,.orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step a.submit.btn-success,.orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success{display:block;margin:20px auto 0 auto;min-width:55%}.orderform-template{display:flex !important;padding-top:0px;min-height:400px !important;align-items:flex-start}@media(max-width: 768px){.orderform-template{flex-wrap:wrap}}.orderform-template .orderform-template-holder{width:100%}@media(min-width: 769px){.orderform-template .orderform-template-holder{width:61% !important;padding-right:20px;max-width:calc(100% - 271px);float:left;box-sizing:border-box}}@media(max-width: 690px){.orderform-template{width:100%;padding-top:0px}}.orderform-template .cart-template.mini-cart{width:39%;min-width:255px;position:-webkit-sticky;position:-moz-sticky;position:-o-sticky;position:-ms-sticky;position:sticky;bottom:0px;top:20px;right:0;float:right;margin:0}@media(max-width: 768px){.orderform-template .cart-template.mini-cart{width:100%;position:relative;top:0}}.orderform-template .cart-template.mini-cart .cart-items&gt;.v-custom-indexed-item{display:none !important}.orderform-template .cart-template.mini-cart .cart-fixed{height:auto !important;position:relative !important;max-width:100%;width:100% !important;top:0;min-height:initial}@media(min-width: 769px){.orderform-template .cart-template.mini-cart .cart-fixed.affix-top{position:relative !important}}.orderform-template .cart-template.mini-cart h2{text-align:left;border-top:none;background:none !important;margin-bottom:15px}.orderform-template .cart-template.mini-cart .quantity{min-width:10px;width:auto;height:10px;display:inline-block;background:#f1f7ff;color:#1a73e8}.orderform-template .cart-template.mini-cart .summary-template-holder{width:100%;background:none;border:none;padding:0}.orderform-template .cart-template.mini-cart .summary-template-holder .accordion-inner{margin-top:0px}.orderform-template .cart-template.mini-cart .summary-template-holder .summary&gt;.summary-coupon-wrap,.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap&gt;.summary-coupon{display:block !important}.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon p{margin:0}.orderform-template .cart-template.mini-cart .summary-template-holder .summary&gt;.summary-coupon-wrap{border-top:1px solid #cbcbcb;padding:8px 0}.orderform-template .cart-template.mini-cart .summary-template-holder input[type=text],.orderform-template .cart-template.mini-cart .summary-template-holder button[type=submit],.orderform-template .cart-template.mini-cart .summary-template-holder p.coupon-fields span.info&gt;span{line-height:30px !important;height:30px !important}.orderform-template .cart-template.mini-cart .item{padding:10px 0;margin:0;border:none;border-bottom:1px solid #eeeeee}.orderform-template .cart-template.mini-cart .item:last-child{border:none}.orderform-template .cart-template.mini-cart .item ul.service-list.unstyled{margin:0;float:none;width:100%;background:none;display:inline-block;clear:both}.orderform-template .cart-template.mini-cart .item .service-item,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item{background:#f1f7ff;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:5px 10px;margin:10px 0 0 0}.orderform-template .cart-template.mini-cart .item .service-item .description,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .description{margin-top:0}.orderform-template .cart-template.mini-cart .item .service-item&gt;a,.orderform-template .cart-template.mini-cart .item .service-item .quantity,.orderform-template .cart-template.mini-cart .item .service-item .shipping-date,.orderform-template .cart-template.mini-cart .item .service-item .item-subscription,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item&gt;a,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .quantity,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .shipping-date,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-subscription{display:none}.orderform-template .cart-template.mini-cart .item .service-item .price,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .price{margin:0}.orderform-template .cart-template.mini-cart .item .service-item:last-child,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item:last-child{margin-bottom:0}.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-unavailable{display:none}.orderform-template .cart-template.mini-cart .item .fn{width:calc(82% - 20px)}.orderform-template .cart-template.mini-cart .item .description{display:flex;justify-content:space-between}.orderform-template .cart-template.mini-cart .item .price,.orderform-template .cart-template.mini-cart .item span.shipping-date{white-space:nowrap}.orderform-template .cart-template.mini-cart .item .url{border-radius:4px;overflow:hidden}.orderform-template .cart-template.mini-cart .summary-totalizers{margin-bottom:0}.orderform-template .cart-template.mini-cart #go-to-cart-button{position:absolute;top:0px;right:7px;color:#1a73e8;text-decoration:underline}@media(max-width: 690px){.orderform-template .cart-template.mini-cart #go-to-cart-button{display:none}}.orderform-template .cart-template.mini-cart .summary-totalizers tbody{border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;padding:14px 0;display:block}.orderform-template .cart-template.mini-cart .summary-totalizers tbody tr.CustomTax:not(.CustomTax--total){display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td{display:inline-block;text-align:left !important;width:auto;color:#666;font-size:13px;padding:0 0 3px 0 !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td.monetary{text-align:right !important;margin-left:auto;float:right}.orderform-template .cart-template.mini-cart .summary-totalizers tbody+tbody{border-top:none}.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-reset,.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-calculate{display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td{padding:14px 0 !important;color:#000;font-size:14px;font-weight:bold;text-align:left}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#1a73e8}.orderform-template .cart-template.mini-cart .cart{margin-bottom:0;max-height:calc(100vh - 355px);overflow:auto}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar{width:6px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:4px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb{background:#cbcbcb;border-radius:30px}.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb{background:#eeeeee}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded){max-height:100px;overflow:hidden}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item{overflow:hidden;position:relative;border:none !important}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item&gt;*{opacity:0}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after{content:"";width:100%;height:100%;display:block;top:0px;left:0;position:absolute}.orderform-template .payment-confirmation-wrap{border:none;padding:0}.orderform-template .payment-confirmation-wrap .payment-submit-wrap{margin:10px 0 0 0}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap .payment-submit-wrap{z-index:9999;position:fixed;bottom:0;width:100%;left:0;padding:0;background:#fff;margin:0 !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap button{border-radius:0 !important}}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap{border:none !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap,.orderform-template .payment-confirmation-wrap button{margin:0 !important}}.orderform-template .payment-confirmation-wrap #payment-data-submit:disabled span{display:none}.orderform-template .summary-note{display:none !important}.orderform-template .summary-note p.note-data{display:none !important}.orderform-template .summary-note&gt;div{display:block !important}.orderform-template .summary-note .note-textarea{height:50px;line-height:20px;max-width:100%;width:100%;font-family:"Roboto", sans-serif;max-height:100px}.orderform-template .custom-cart-template-wrap{position:relative;background:#fff;padding:17px 20px;text-align:left;box-sizing:border-box;border-radius:4px;border:none}.orderform-template .custom-cart-template-wrap .summary-cart-template-holder{height:auto !important}.orderform-template .custom-cart-template-wrap .summary-template-holder{margin-top:0}.step.client-profile-data.active .box-step .form-step[style*="display: block"],.step.shipping-data.active .accordion-inner.shipping-container,#payment-data .box-step form.form-step{padding-top:20px !important}.orderform-template-holder #shipping-data .shipping-summary-info,.orderform-template-holder .step .accordion-body p.notification,.client-pre-email+.client-profile-data .accordion-body:before{display:none}body.v-custom-step-shipping #shipping-data .shipping-summary-info,body.v-custom-step-payment #shipping-data .shipping-summary-info{display:block}.steps-view,.gift-card-section,.App.iframe-credit-card-payment-group{background:#fff}#app-container{min-height:100vh;background:#fff}#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select{width:100%}#app-container span.help.error{margin:0 !important;display:none}#app-container .SecurityEnvironmentIcon{margin-bottom:20px;display:none}#app-container .CardForm&gt;div{position:relative;clear:both}#app-container .CardForm .PaymentValue{display:none}#app-container .CardForm input#creditCardpayment-card-0Number[value=""]{background:#fff;position:relative;z-index:1}#app-container .CardForm .SavedCardsList{width:calc(100% - 1px)}#app-container .CardForm .SavedCard .link-delete{right:8px;top:50%;margin-top:-10px;border:1px solid #ccc;background:#fff;width:20px;height:20px;line-height:17px}#app-container .FormFieldLabel{line-height:30px}#app-container .PaymentCardFlags{position:absolute;top:calc(30px + (40px - 25px)/2);right:16px;padding:0}#app-container .PaymentCardFlags .card-flag-label input{display:none}#app-container .PaymentCardFlags .card-flag-label{width:auto}#app-container .PaymentCardFlags .card-flag{opacity:.7;display:none}#app-container .PaymentCardFlags .card-flag.card-selected{opacity:1;display:block}#app-container input#creditCardpayment-card-0Code,#app-container input#creditCardpayment-card-1Code{width:100px !important}#app-container .label-vertical-group{padding:9px}#app-container .label-vertical-group:hover{color:#1a73e8}#app-container .label-vertical-group.active{color:#1a73e8;background:#f1f7ff}#app-container .label-vertical-group:not(.SavedCard) .card-flag{position:absolute;left:5px;top:8px}#app-container .label-vertical-group .icon-ok-circle,#app-container .label-vertical-group .icon-circle-blank{top:9px}#app-container .label-vertical-group.UseAnotherCard{background-color:#eeeeee;padding:4px;font-size:11px;text-decoration:underline}#app-container .label-vertical-group.UseAnotherCard #use-another-card{color:#676767}#app-container .label-vertical-group.UseAnotherCard:hover #use-another-card{text-decoration:underline;color:#999999}#app-container label.FormFieldLabel{display:block;clear:both;width:auto;margin-right:10px}#app-container .AddressForm{display:flex;flex-wrap:wrap}#app-container .AddressForm&gt;*{width:100%;order:10}#app-container .AddressForm input{max-width:100%}#app-container .AddressForm .payment-billing-address-street{order:1}#app-container .AddressForm .payment-billing-address-complement{order:2}#app-container .AddressForm .payment-billing-address-city{order:3}#app-container .AddressForm .payment-billing-address-state{order:4}#app-container .AddressForm .PostalCode{order:5}.orderform-template .summary-note.js-active{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:none}body.js-vcustom-showNoteField .orderform-template .summary-note{display:block !important}body.js-vcustom-showNoteField.v-custom-step-payment .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:block !important}.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon{border:1px dashed #ffb100;padding:1px;font-size:11px;background:#fff6e0;border-radius:4px;margin-top:4px !important;clear:both}.vcustom-customTax-tot{display:inline-block;position:relative;margin-left:5px}.vcustom-customTax-tot&gt;span{background:#eeeeee;width:15px;height:15px;line-height:15px;display:inline-block;border-radius:100%;text-align:center;cursor:pointer}.vcustom-customTax-tot:hover .vcustom-customTax-resume{display:block}.vcustom-customTax-resume{position:absolute;left:calc(100% + 10px);width:128px;background:#eeeeee;top:50%;font-size:11px;padding:10px;transform:translateY(-50%);display:none}.vcustom-customTax-resume__i{display:flex;justify-content:space-between;margin:0}.vcustom-customTax-resume:before{content:"";display:block;position:absolute;left:-4px;top:calc(50% - 4px);width:0;height:0;border:0 solid rgba(0,0,0,0);border-top-width:4px;border-bottom-width:4px;border-right:4px solid #eeeeee}.v-custom-addLabels-active-flag{background:#fff;color:#323232;padding:1px 4px;border-radius:4px;display:inline-block;align-items:center;font-size:11px;border:1px solid #cbcbcb}.v-custom-addLabels-active-flag:before{content:"";display:inline-block;width:14px;height:14px;background:url("//io.vtex.com.br/front-libs/bootstrap/2.3.2/img/glyphicons-halflings.png");background-repeat:no-repeat;background-position:0 -48px;margin-right:4px;opacity:.9;vertical-align:middle}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}body.v-custom-paymentBuilder-accordion .steps-view{display:none}body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date{display:none}#shipping-data .accordion-group.shipping-data:after{opacity:0;transition:all ease .3s}.js-v-custom-is-loadAddress .vtex-omnishipping-1-x-warning{display:none !important}.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after{content:"";display:block;opacity:1;left:0;top:0;width:100%;height:20px;z-index:2;margin:0 0 20px 0;border-radius:3px}.js-v-custom-is-loadAddress #postalCode-finished-loading+.mb5{display:none !important}.vcustom--vtex-omnishipping-1-x-address{display:none}body.v-custom-addressForm-on.v-custom-step-shipping .vcustom--vtex-omnishipping-1-x-address{display:block}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info{display:flex}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info .ship-number{margin-right:10px}body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-addressForm,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-submitPaymentButton{display:none}.vtex-omnishipping-1-x-submitShippingStepButton{margin:20px 0 0 0}body.v-custom-googleForm-on .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-googleForm-on .vtex-omnishipping-1-x-addressForm,body.v-custom-googleForm-on .vtex-omnishipping-1-x-submitPaymentButton,body.v-custom-googleForm-on .vtex-omnishipping-1-x-btnDelivery{display:none}body.v-custom-googleForm-on .alert-noStreet{display:none}.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container&gt;*{display:none}body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container{padding-top:0 !important}body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container{transition:all ease .3s}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-selectDeliveryText+div{margin:0 !important}body.v-custom-fnsCustomAddressForm .orderform-template-holder p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper{margin-bottom:0 !important}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-country,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-addressQuery,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:none}body.v-custom-fnsCustomAddressForm.returningUser .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+#back-to-address-list+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-addressFormPart1{order:1}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]{border:0}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]:after{display:none}body.v-custom-fnsCustomAddressForm #shipping-data .accordion-inner+.vcustom--vtex-omnishipping-1-x-address{display:none}body.v-custom-fnsCustomAddressForm div#shipping-data{display:flex;flex-wrap:wrap}body.v-custom-fnsCustomAddressForm div#shipping-data&gt;*{width:100%}body.v-custom-fnsCustomAddressForm div#shipping-data .step.accordion-group.shipping-data{order:1}body.v-custom-fnsCustomAddressForm div#shipping-data .vcustom--vtex-omnishipping-1-x-address{order:3}.js-v-custom-is-loading .accordion-inner.shipping-container,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{overflow:hidden}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{height:120px;position:relative}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.js-v-custom-is-loading .accordion-inner.shipping-container&gt;*,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address&gt;*{opacity:.5}.vcustom--vtex-omnishipping-1-x-address{transition:all ease .3s}.vcustom--vtex-omnishipping-1-x-address p.input{float:none;width:100%;margin:0}.vcustom--vtex-omnishipping-1-x-address span.help.error{display:none}.vcustom--vtex-omnishipping-1-x-address input{max-width:initial;width:100%}.vcustom--vtex-omnishipping-1-x-address input.error+span.help.error,.vcustom--vtex-omnishipping-1-x-address select.error+span.help.error{display:block}.vcustom--vtex-omnishipping-1-x-address__state{display:flex;margin:0 -5px}.vcustom--vtex-omnishipping-1-x-address__state p.input{margin:0 5px}@media(max-width: 768px){.vcustom--vtex-omnishipping-1-x-address__state{flex-wrap:wrap;margin:0}.vcustom--vtex-omnishipping-1-x-address__state p.input.ship-state{margin:0}}.pac-container.pac-logo{border:1px solid #cbcbcb;border-radius:4px}.pac-logo:after{background:#fbfbfb url(https://developers.google.com/maps/documentation/images/powered_by_google_on_white.png) no-repeat 10px center;padding:14px;background-size:110px}.address-list.vtex-omnishipping-1-x-addressList+p.input.ship-addressQuery.text{display:none}.alert-noStreet{margin:30px auto 0 auto;text-align:center}.vtex-omnishipping-1-x-addressSummaryActive .address-summary.address-summary-MLT .postalCode:before{content:" - "}body.js-vcustom-hideEmailStep .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email{display:none !important}body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle&gt;span:before{content:"1"}body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before{content:"2"}body.js-vcustom-hideEmailStep .payment-data .accordion-toggle&gt;span:not(.payment-edit-link):before{content:"3"}body.js-vcustom-hideEmailStep .client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:block}.RTL-checkout select{direction:rtl}.RTL-checkout .cart-template-holder{order:2}.RTL-checkout body .main-header .header-link{left:initial;right:0}.RTL-checkout body .main-header .checkout-steps{margin-left:initial;margin-right:auto}.RTL-checkout .main-header .logo{order:2}.RTL-checkout .summary-template-holder tr .info{order:2;text-align:right !important}.RTL-checkout .orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.RTL-checkout .orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.RTL-checkout .orderform-template-holder #shipping-data .link-box-edit,.RTL-checkout .orderform-template-holder #payment-data .link-box-edit{right:initial;left:0}.RTL-checkout .summary-template-holder tbody td.monetary,.RTL-checkout .summary-template-holder tfoot tr td.monetary{margin-right:auto;margin-left:initial !important;text-align:left !important}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span{flex-direction:row-reverse}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span input{margin:0 0 0 10px}.RTL-checkout .table.cart-items tbody tr .v-custom-product-item-wrap,.RTL-checkout .table.cart-items tbody tr,.RTL-checkout .table.cart-items thead tr,.RTL-checkout .table.cart-items thead tr th.product{flex-direction:row-reverse;text-align:right}.RTL-checkout .table.cart-items tbody tr td.product-name{text-align:right}.RTL-checkout .orderform-template .orderform-template-holder{order:2;padding:0 0 0 20px}.RTL-checkout .orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:left !important}.RTL-checkout br{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .table.cart-items td.quantity{direction:rtl}.RTL-checkout .checkout-steps_items{direction:rtl}.RTL-checkout .checkout-steps_items .text:before{margin:0 0 0 7px}.RTL-checkout .srp-toggle__wrapper{direction:rtl}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-framePickup{left:0}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-frameDelivery{left:50%}.RTL-checkout .srp-delivery-header.mb3{direction:rtl;display:flex}.RTL-checkout .srp-delivery-current-many .flex{direction:rtl;text-align:right}.RTL-checkout .step{direction:rtl}.RTL-checkout .step .accordion-toggle&gt;span:before,.RTL-checkout .step .accordion-toggle:before{margin-right:0 !important;margin-left:10px !important}.RTL-checkout fieldset.box-client-info-pf{display:flex;flex-wrap:wrap}.RTL-checkout .orderform-template-holder .step .form-step fieldset p,.RTL-checkout .orderform-template-holder .step .form-step fieldset div{width:100%}.RTL-checkout p.client-first-name,.RTL-checkout p.client-different-document,.RTL-checkout p.client-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-document-type,.RTL-checkout p.payment-card-due-date{margin-left:10px;margin-right:0}.RTL-checkout p.client-document,.RTL-checkout p.client-phone,.RTL-checkout p.client-company-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-company-phone,.RTL-checkout p.payment-card-due-month,.RTL-checkout p.payment-card-lash,.RTL-checkout p.payment-card-due-year{float:right}.RTL-checkout input.success:not([invalid=true]){background-position:left top}.RTL-checkout .vtexIdUI .vtexIdUI-page{direction:rtl}.RTL-checkout .vtexIdUI .modal-header .close{left:-1px;right:initial}.RTL-checkout .vtexIdUI .pull-left{float:right}.RTL-checkout .orderform-template-holder .step .box-info p{display:flex;flex-wrap:wrap;width:100%}.RTL-checkout .vtex-omnishipping-1-x-leanShippingIcon.shp-option-icon,.RTL-checkout .vtex-omnishipping-1-x-addressItemIcon{margin:0 0 0 10px}.RTL-checkout .vtex-omnishipping-1-x-leanShippingText{padding-right:10px}.RTL-checkout .address-summary{display:flex;flex-wrap:wrap}.RTL-checkout br.line1-delimiter{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after,.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{right:initial;left:10px}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-left:auto;margin-right:inherit}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{margin-right:initial;margin-left:10px}.RTL-checkout .orderform-template-holder #payment-data p.link.link-gift-card a{text-align:right}.RTL-checkout .orderform-template .custom-cart-template-wrap .summary-cart-template-holder{direction:rtl}.RTL-checkout .pull-right{float:left !important}.RTL-checkout .orderform-template .cart-template.mini-cart .item .price{margin-right:auto;direction:initial}.RTL-checkout .orderform-template .cart-template.mini-cart .item .url{float:right;margin:0 0 0 6px}.RTL-checkout .orderform-template .cart-template.mini-cart .item .fn{text-align:right;float:right}.RTL-checkout .orderform-template .cart-template.mini-cart h2{text-align:right}.RTL-checkout .orderform-template .cart-template.mini-cart #go-to-cart-button{left:7px;right:initial}.RTL-checkout .vtex-omnishipping-1-x-SummaryItemInfo{border:none;border-left:1px solid #eee;padding:0 0 0 6px}.RTL-checkout .vtexIdUI .vtexIdUI-page{direction:rtl}.RTL-checkout .vtexIdUI .modal-header .close{left:-1px;right:initial}.RTL-checkout .vtexIdUI .pull-left{float:right}.RTL-checkout #app-container{direction:rtl}.RTL-checkout #app-container .PaymentCardDueDate.clearfix{display:flex}.RTL-checkout #app-container label.FormFieldLabel{margin:0 0 0 10px}.RTL-checkout #app-container .PaymentCardCVV{display:flex}.RTL-checkout #app-container p.AddressToggle{display:flex}.RTL-checkout #app-container .AddressToggle input{margin:3px 0 0 5px}@media(max-width: 998px){.RTL-checkout.body-cart-vertical .summary-template-holder{order:2}}@media(max-width: 768px){.RTL-checkout .orderform-template .cart-template.mini-cart{order:2}}@media(max-width: 690px){.RTL-checkout .table.cart-items td.product-image a{margin-right:0;margin-left:20px}.RTL-checkout .full-cart .cart table tbody tr td.product-image,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-image{left:initial;right:0}.RTL-checkout .table.cart-items td.product-name,.RTL-checkout .table.cart-items td.quantity{margin-left:0 !important;margin-right:90px !important}.RTL-checkout .table.cart-items td.quantity{float:right}.RTL-checkout .full-cart .cart table tbody tr td.product-name a,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-name span{padding:0 0 0 20px}.RTL-checkout .full-cart .cart table tbody tr td.product-price{float:left}.RTL-checkout .full-cart .cart table tbody tr td.item-remove{left:0;right:initial}}body.debug-on&gt;*:not(.container-main,.main-header,.main-footer,#vtexIdContainer,.vtex-front-messages-placeholder,.pac-container){display:none}

/* source: &lt;kioscosjumbo.checkout-ui-settings-v2@0.1.16&gt; */
@charset "UTF-8";
/*! @preserve Integrity Hash: d337a2b841b3423cbf5b */
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \***************************************************************************************************************************************************/body{background:#fff!important;font-family:Plus Jakarta Sans,sans-serif}.cart-template .summary-template-holder,.summary-template-holder{border:none!important}.body-no-scroll{overflow:hidden}.orderform-template-holder .span8{padding:0!important}tr.container-promos-cart{display:none!important}.loader-button{color:transparent;padding:36px 32px;pointer-events:none;position:relative}.loader-button:after{animation:rotate 1s linear infinite;background-image:url("data:image/svg+xml;utf8,&lt;svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27xMidYMid%27 height=%2732%27 width=%2732%27&gt;&lt;circle cx=%2750%27 cy=%2750%27 fill=%27none%27 r=%2740%27 stroke=%27%2390a3a3%27 stroke-width=%2710%27 stroke-dasharray=%270 0 163.36281798666926 251.32741228718345%27 stroke-linecap=%27round%27 stroke-dashoffset=%271%27/&gt;&lt;/svg&gt;");background-repeat:no-repeat;background-size:contain;content:"";height:32px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.header{display:block!important;position:sticky;top:0;width:100%;z-index:10}.header__cart-headerContent{background-color:#0a8920;padding:24px 24px 24px 62px}.header__cart-title-container{align-items:center;display:flex}.header__back-arrow{cursor:pointer;height:23.33px;margin-right:24px;width:26.67px}.header__cart-title{color:#f9fbfc;font-family:Plus Jakarta Sans,sans-serif;font-size:36px;font-weight:700;line-height:43px;margin:0}.header__button-container{display:flex}.header__back-button{align-items:center;background-color:transparent;border:none;color:#2d3a41;cursor:pointer;display:flex;margin-left:66px;margin-top:81px;padding:5px 0}@media (max-width:1025px){.header__back-button{display:none}}.header__back-button-text{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:600;line-height:24px;margin:0}.header__back-button-icon{height:14px;margin-right:12px;width:16px}@media screen and (max-width:640px){.header__logo{width:79px}.header__cart-headerContent{padding:10px 15px}}footer.footer{display:flex!important}.footer__container{background-color:#e7ebea;bottom:0;padding:8px 0;position:fixed;width:100%;z-index:10}.jumbo-copyright__text{color:#63767a;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:19px;margin:0;text-align:center}@media screen and (max-width:640px){.jumbo-copyright__text{font-size:11px}}.cart-template-holder{max-width:954px}#cartLoadedDiv .empty-cart-content{display:flex;flex-direction:column!important;padding:256px 0 0}.empty-cart-image{margin-bottom:120px}.empty-cart-title{color:#2d3a41;font-size:64px;font-weight:600;line-height:76px;margin:0 0 24px}.empty-cart-description,.empty-cart-title{font-family:Plus Jakarta Sans,sans-serif;text-align:center}.empty-cart-description{color:#63767a;font-size:32px;font-weight:400;line-height:38px;margin:0 0 136px}.empty-cart-button{background-color:#0a8920;border:none!important;border-radius:8px;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;height:56px;line-height:24px;margin:0 auto!important;max-width:398px;min-height:56px;min-width:398px;padding:8px 32px;width:398px}.showModal{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;box-sizing:border-box;justify-content:center;left:0;margin:0;padding:0;position:fixed;right:0;top:0;z-index:1000}#confirmation-modal{z-index:10000}.deleteProductModalContentInfo strong{text-transform:capitalize}.deleteProductModalContentTitle{color:#232d34;font-size:36px!important;font-size:36px;font-weight:700;line-height:43px;margin-bottom:20px}.deleteProductModalContentInfoStrong{color:#232d34}.deleteProductModalContent p,.deleteProductModalContentInfo{-moz-column-rule:#232d34!important;column-rule:#232d34!important;font-size:18px;font-weight:400;line-height:24px}.deleteProductModalBackButton,.deleteProductModalRemoveButton{color:#232d34;cursor:pointer;font-size:20px;font-weight:700;height:64px;line-height:24px;width:307px}.deleteProductModalBackButton{background-color:#fff;border:1px solid #0a8920;border-radius:8px;color:#0a8920;padding:8px 32px}.deleteProductModalRemoveButton{background-color:#0a8920;border:none;border-radius:8px;color:#fff;padding:8px 32px}.modal-content{background-color:#fff;border-radius:10px;border-radius:16px;padding:20px;text-align:center}.empty-cart-container{align-items:center;background:#fff;border-top:1px solid #becbc9;display:flex;justify-content:center;left:0;margin-top:24px;padding:44px 32px;position:sticky;right:0}.empty-cart-container span{color:#d72a22;cursor:pointer;font-size:20px;font-weight:700;line-height:24px;margin:0}.empty-cart-container img{margin-right:10px}.deleteProductModal{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.deleteProductShowModal{display:flex}.deleteProductModalContent{background-color:#fff;border:1px solid #888;border-radius:16px;box-sizing:border-box;max-width:894px;padding:32px;position:relative;text-align:center;width:100%}.deleteProductModalCloseWrapper{display:flex;justify-content:flex-end;padding:32px 30px;position:absolute;right:0;top:0}.deleteProductModalCloseIcon{cursor:pointer}.deleteProductModalImage{height:500px;margin-bottom:33px;margin-top:40px;width:500px}.deleteProductModalContentInfo{color:#666;font-size:18px;margin-bottom:40px;padding:0 120px}.deleteProductModalButtonsWrapper{display:flex;gap:20px;justify-content:center;margin-top:40px}td.info.discount-text,tr.Discounts td.monetary{color:#0a8920!important}.discount-text{font-size:28px!important;font-weight:600!important;line-height:33px!important;margin-top:16px!important}.icon-question-sign:before,.price-details-icon .discount{display:none!important}.summary-template-holder tbody{border-bottom:none!important}td.monetary-card-promo{color:#63767a!important;font-weight:700!important;min-width:-moz-fit-content;min-width:fit-content;text-align:end;width:auto}td.info-card-promo,td.monetary-card-promo{font-family:Plus Jakarta Sans;font-size:28px!important;line-height:33px!important}td.info-card-promo{color:#2d3a41!important;font-weight:600!important}.promo-card-image{height:29.27px;margin-left:7px;vertical-align:middle;width:46px}.cardsWrapper{display:flex;gap:1rem;margin-top:270px;max-width:950px;order:2;overflow-x:scroll;position:absolute;width:100%}.cardsWrapper:active::-webkit-scrollbar{display:block}.cardsWrapper:focus-within::-webkit-scrollbar{display:block}.cardsWrapper::-webkit-scrollbar{height:5px;width:12px}.cardsWrapper::-webkit-scrollbar-track{background:transparent}.cardsWrapper::-webkit-scrollbar-thumb{background-color:silver;border:1px solid #f1f1f1;border-radius:10px}.cardContainer{background-color:#f8e688;border-radius:4px;flex:0 0 auto;height:auto;padding:.5rem;width:auto}.cardContainer,.cardWrap{align-items:center;display:flex;justify-content:center}.cardWrap{gap:3px}.cardWrap img{height:27.08px;width:42.07px}.generalPrice{align-items:center;color:#192126;display:flex;font-size:22.57px;font-weight:700;gap:5px;justify-content:center;line-height:31.59px;text-align:left}.generalPrice p{margin:0;padding:0}.table.cart-items tbody tr .v-custom-product-item-wrap.hasCards td.product-price{top:64%}.product-item{position:relative}.custom-trash-bin{background:#fff;border-radius:10.67px;content:url(https://qakioskodigital.vteximg.com.br/arquivos/Trash.svg)!important;cursor:pointer;display:block;height:66px!important;position:absolute!important;right:0!important;top:76.3%;transform:translateY(-50%)!important;visibility:visible!important;width:67px!important;z-index:1000}.modalSeguridad__contenedorExterno{align-items:center;background-color:rgba(35,45,52,.6);display:flex;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:999}.modalSeguridad__texto{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;line-height:24px;margin:23px 0 0;text-align:center}@media screen and (width &lt; 768px){.modalSeguridad__texto{font-size:16px}}.modalSeguridad__texto span{font-weight:600}@media screen and (width &lt; 768px){.modalSeguridad__texto span{font-size:16px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn 1s forwards}.fade-out{animation:fadeOut .3s forwards}.orderform-template-holder #payment-data{padding:0!important}.body-cart-vertical .cart-template.full-cart.active{flex-direction:column!important;margin-bottom:280px}.cart-template-holder{width:100%!important}.cart-template-holder .cart{border-radius:0!important;border-top:thin solid #becbc9!important;padding:0!important}.cart-template-holder .table.cart-items td.product-name a,.table.cart-items td.product-name a,.table.cart-items td.product-name a:hover{color:var(--color-black);display:-webkit-box;font-family:var(--font-family);font-size:36px;font-weight:600;line-height:43px;margin-bottom:8px;text-transform:capitalize;width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.table.cart-items tbody tr td.product-name{margin-bottom:4em;width:calc(100% - 290px)!important}.product-name .brand{width:100%}.product-name .brand-name{display:flex!important}span.brand-name{color:var(--color-gray);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:24px;position:relative;text-transform:uppercase}.product-specs-info{display:flex;width:100%}.product-spec-item{color:#63767a;display:flex;font-size:15px;font-weight:300;margin:7px 11px 7px 0}span.spec-label{font-weight:600}small.seller.muted,th.product,th.product-price,th.quantity{display:none!important}.table.cart-items tbody tr{border:none!important}.table.cart-items tbody tr .v-custom-product-item-wrap{height:278px!important}.v-custom-product-item-wrap{border-top:1px solid #becbc9!important;padding:31px 0!important}.cart-template-holder .table.cart-items tbody tr td.product-price{display:flex!important;flex-direction:row-reverse!important;font-family:var(--font-family);font-size:28px;font-weight:700;justify-content:flex-end;left:17%;line-height:36px;position:absolute;top:64%;width:420px!important}.cart-template-holder .table.cart-items tbody tr td.product-price span.list-price{order:1}.cart-template-holder .table.cart-items tbody tr td.product-price span.best-price{margin-right:16px;order:2}.cart-template-holder .table.cart-items tbody tr td.product-price .percentage-discount-wrapper{background:#f8e688;border-radius:4px;font-size:18px;font-weight:600;height:31.5px;line-height:31.5px;margin-right:16px;order:3;padding:4.5px 9px;width:74.5px}.old-product-price.muted{color:var(--color-gray);font-family:var(--font-family);font-size:24px;font-weight:400;line-height:28px}span.list-price{align-items:center!important;display:flex!important}span.new-product-price{color:var(--color-black);font-family:var(--font-family);font-size:28px;font-weight:700;line-height:33px}.table.cart-items td.product-image a{margin:0!important;width:128px!important}.table.cart-items td.product-image a img{width:128px}.table.cart-items tbody tr td.product-image{align-items:center;border:1px solid #becbc9;border-radius:8px;display:flex;height:144px!important;justify-content:center;margin-right:16px!important;max-height:144px!important;max-width:144px!important;padding:8px;width:144px!important}td.quantity{flex-direction:column-reverse!important}.item-remove-ico{visibility:hidden!important}.table.cart-items td.quantity{border:none!important;height:216px!important;margin-left:160px;position:absolute!important;right:0!important}.item-quantity-change-decrement,.item-quantity-change-increment{background-color:#0a8920!important;border:1px solid #0a8920!important;border-radius:10.67px!important;height:64px!important;width:64px!important}.cart-template-holder .table.cart-items td.quantity input{background-color:#e7ebea;border:none!important;border-radius:6px;color:var(--color-black);font-size:24px;font-weight:700;height:64px!important;line-height:28px;margin:9px 0;width:64px!important}.hide-remove-icon,.hide-remove-icon:before{opacity:0}.cart-template-holder .table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before{content:url(https://qakioskodigital.vteximg.com.br/arquivos/PlusWhiteIcon.svg);margin-top:10px}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before{content:url(https://qakioskodigital.vteximg.com.br/arquivos/MinusWhiteIcon.svg)!important;margin-bottom:10px}.cart-totalizers .summary-coupon-wrap,.srp-content.onda-v1{display:none!important}.body-cart-vertical .summary-template-holder{width:100%!important}.full-cart.summary-totalizers.info:before,td.info{color:#2d3a41!important;font-family:var(--font-family);font-size:28px!important;font-weight:600!important;line-height:33px!important}.summary-template-holder tbody td.monetary,.summary-template-holder tfoot tr td.monetary{color:var(--color-gray)!important;font-family:var(--font-family);font-size:28px!important;font-weight:700!important;line-height:33px!important;min-width:-moz-fit-content;min-width:fit-content}.summary-template-holder tr.container-promos-cart{border-bottom:1px solid #becbc9!important;border-top:1px solid #becbc9!important}.cart-template .summary-template-holder tr:not(.Shipping){display:grid!important;grid-template-columns:auto auto}.summary-template-holder tbody{border-top:none!important}.summary-template-holder.resumen-pedido{border-top:1px solid #becbc9!important;bottom:0;left:0!important;padding:40px 62px;position:fixed!important;z-index:1000!important}.cart-template.full-cart.span12.active .summary-template-holder{border-top:1px solid #becbc9!important;bottom:0;height:-moz-fit-content;height:fit-content;left:0;position:fixed;top:auto;z-index:1000}.btn-place-order-wrapper{align-items:center;background-color:#0a8920;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-family);font-size:20px;font-weight:700;height:64px;justify-content:center;line-height:24px;padding:0}.btn.btn-large.btn-success.pull-left-margin.btn-place-order{background:transparent;border:none;height:100%;padding:0;visibility:hidden;width:100%}.btn.btn-large.btn-success.pull-left-margin.btn-place-order:before{align-items:center;content:"Finalizar compra";display:flex;font-family:var(--font-family);font-size:20px;font-weight:700;height:100%;justify-content:center;line-height:24px;visibility:visible;width:100%}.accordion-inner{margin-top:0!important}button.action-button{align-items:center;background:#fff;border:none;display:flex;font-size:20px;font-weight:600;height:64px;justify-content:center;margin:1rem 0;width:35%}.action-buttons-container{border:1px solid #becbc9;border-left:none;border-right:none;display:flex;gap:3rem;justify-content:center;margin-bottom:3rem;position:relative}.action-buttons-container:after{background:#becbc9;content:"";height:45px;position:absolute;top:29%;width:1px}.productGEContainer{align-items:center;bottom:0;color:#37474f;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;font-family:var(--font-family);font-size:24px;font-weight:600;position:absolute}.inactivityModal__container{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:-999999999px;z-index:9999999999}.inactivityModal__container.active{top:0}@media (max-width:1025px){.inactivityModal__container{overflow-y:scroll}}.inactivityModal__content{background-color:#fff;border-radius:16px;max-width:914px;padding:40px 0 64px;width:100%}@media screen and (width &lt; 768px){.inactivityModal__content{padding:0 15px 30px;width:85%}}.inactivityModal__image{padding:0 87px;width:100%}@media (max-width:1025px){.inactivityModal__image{padding:0}}@media screen and (width &lt; 768px){.inactivityModal__img{width:240px}}.inactivityModal__title{color:#232d34;font-family:Plus Jakarta Sans;font-size:36px;font-weight:700;line-height:43px;margin:33px 0 0;text-align:center}@media (max-width:1025px){.inactivityModal__title{font-size:20px;margin-top:0}}@media (width &lt; 768px){.inactivityModal__title{font-size:18px}}.inactivityModal__description{color:#232d34;font-family:Plus Jakarta Sans;font-size:18px;line-height:24px;margin:24px 0 0;text-align:center}@media (width &lt; 768px){.inactivityModal__description{font-size:16px;margin:20px 0 0}}.inactivityModal__countdown{color:#232d34;display:block;font-family:Plus Jakarta Sans;font-size:56px;font-variant-numeric:tabular-nums;font-weight:600;line-height:67px;margin:33px auto 0;text-align:center}@media (max-width:1025px){.inactivityModal__countdown{margin-top:20px}}@media (width &lt; 768px){.inactivityModal__countdown{font-size:40px;margin-top:0}}.inactivityModal__callToActionText{color:#232d34;font-family:Plus Jakarta Sans;font-size:20px;font-weight:600;line-height:24px;margin:33px 0 0;text-align:center}@media (max-width:1025px){.inactivityModal__callToActionText{font-size:18px}}@media (width &lt; 768px){.inactivityModal__callToActionText{font-size:16px;margin-top:1em}}.inactivityModal__buttonsContainer{display:flex;gap:40px;justify-content:center;margin-top:80px}@media (max-width:1025px){.inactivityModal__buttonsContainer{align-items:center;display:flex;flex-direction:column;margin-top:20px}}@media (width &lt; 768px){.inactivityModal__buttonsContainer{gap:10px}}.inactivityModal__closeButton,.inactivityModal__continueButton{align-items:center;border-radius:8px;display:flex;flex:1;font-family:Plus Jakarta Sans;font-size:20px;font-weight:700;justify-content:center;line-height:24px;max-width:307px;min-height:64px}@media (width &lt; 768px){.inactivityModal__closeButton,.inactivityModal__continueButton{height:40px;min-height:40px}}.inactivityModal__closeButton{background-color:#fff;border:1px solid #0a8920;color:#0a8920}@media (max-width:1025px){.inactivityModal__closeButton{justify-content:center;width:100%}}.inactivityModal__continueButton{background-color:#0a8920;border:1px solid #fff;color:#fff}@media (max-width:1025px){.inactivityModal__continueButton{width:100%}}.orderform-template{margin:40px 0 270px!important}.orderform-template .orderform-template-holder{padding-right:24px}.reset-purchase__button{align-items:center;background-color:#fff;border:none;color:#0a8920;-moz-column-gap:8px;column-gap:8px;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;height:64px;justify-content:center;letter-spacing:0;line-height:24px;margin-top:40px;width:100%}#client-profile-data .step.client-profile-data{border:1px solid #becbc9!important;border-radius:24px!important;padding:40px!important}#client-profile-data .step.client-profile-data .form-step.box-edit{padding:0!important}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .client-document,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .client-phone{display:none}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .error-label{color:#d60000;display:none;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:600;margin-top:3px;width:100%}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .show-error{display:block}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .go-to-home__button{align-items:center;-moz-column-gap:12px;column-gap:12px;display:flex}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .go-to-home__button .go-to-home__button--icon{cursor:pointer;height:14px;width:16px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .go-to-home__button .go-to-home__button--text{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:600;letter-spacing:0;line-height:24px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section{margin-top:64px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout-section__title{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:30px;font-weight:700;letter-spacing:0;line-height:36px;margin:0 0 6px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout-section__line-filled{background-color:#0a8920;border:none;height:5px;margin:0;max-width:354px;position:relative;width:100%;z-index:1}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout-section__line-filled.shipping{max-width:299px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout-section__line{background-color:#becbc9;border:none;height:2px;margin:-2px 0 24px;width:100%}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__inputs-container{-moz-column-gap:24px;column-gap:24px;display:flex}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email{margin:0 0 16px;width:50%}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input label,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email label{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:13.5px;font-weight:600;letter-spacing:0;line-height:18px;margin:0 0 6px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input input,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input select,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email input,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email select{background-color:#fff;border:1px solid #63767a;border-radius:3px;color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:13.5px;font-weight:400;height:42px;letter-spacing:0;line-height:18px;padding:12px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input input::-moz-placeholder,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email input::-moz-placeholder{color:#63767a}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input input::placeholder,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email input::placeholder{color:#63767a}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input select,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email select{padding:0 12px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input select option,#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email select option{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:13.5px;font-weight:400;letter-spacing:0;line-height:18px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-profile__form .custom-profile-form__input-email{width:100%}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout__delivery-option{border:2px solid #becbc9;border-radius:16px;padding:24px 40px;position:relative}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout__delivery-option .custom-checkout__delivery-option__container{align-items:center;-moz-column-gap:24px;column-gap:24px;display:flex}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout__delivery-option .custom-checkout__delivery-option__container .custom-checkout__delivery-option__text{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:400;letter-spacing:0;line-height:100%;margin:0}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout__delivery-option .custom-checkout__delivery-option__address{color:#232d34;font-size:16px;font-weight:700;letter-spacing:0;line-height:100%;margin:8px 0 0}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout__delivery-option .custom-checkout__delivery-option__address span{color:#63767a;font-weight:400}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .custom-checkout-section .custom-checkout__delivery-option .custom-checkout__delivery-option__edit-button{background-color:#fff;border:none;padding:6px;position:absolute;right:10px;top:10px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container{background-color:#e7ebea;border-radius:16px;padding:32px 40px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller__title{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;letter-spacing:0;line-height:24px;margin:0 0 24px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller--store-text__text{color:#63767a;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:24px;margin:0 0 24px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller__label--radio-input{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;margin:0 0 24px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller__label--radio-input input{accent-color:#047e48;height:30px;width:30px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller__label--radio-input .seller__option-text{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:25px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller-code__container label{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:28px;margin:0 0 16px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller-code__container input{background-color:#fff;border:1px solid #63767a;border-radius:4px;color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:400;height:64px;letter-spacing:0;line-height:24px;margin:0 0 8px;padding:16px}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller-code__container input::-moz-placeholder{color:#63767a}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller-code__container input::placeholder{color:#63767a}#client-profile-data .step.client-profile-data .form-step.box-edit .box-client-info .seller__container .seller-code__placeholder{color:#63767a;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:24px}#payment-data,#shipping-data,.accordion-heading,.btn-submit-wrapper{display:none!important}.go-to-payment__container{background-color:#fff;bottom:35px;padding:54px 62px 73px;position:fixed;z-index:10}.go-to-payment__container .term-conditions__label{align-items:center;-moz-column-gap:16px;column-gap:16px;display:flex;margin:0 0 56px}.go-to-payment__container .term-conditions__label input{accent-color:#047e48;border-radius:6px;margin:0;min-height:32px;min-width:32px}.go-to-payment__container .term-conditions__label .term-conditions__text{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:24px;margin:0;text-align:left}.go-to-payment__container .term-conditions__label .term-conditions__text .term-conditions__link{color:#0a8920;font-weight:600}.go-to-payment__container .finalize-purchase-btn{background-color:#e7ebea;border:none;border-radius:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;height:64px;letter-spacing:0;line-height:24px;width:100%}.go-to-payment__container .finalize-purchase-btn.btn-enable{background-color:#0a8920;color:#fff}.custom-cart-template-wrap{border:1px solid #becbc9!important;border-radius:24px!important;padding:25px 16px 32px!important}.custom-cart-template-wrap #go-to-cart-button,.custom-cart-template-wrap .summary-cart-template-holder,.custom-cart-template-wrap .summary-totalizers,.custom-cart-template-wrap h2[data-i18n="totalizers.summary"]{display:none!important}.custom-cart-template-wrap .custom-discount-coupon__container{border-bottom:1px solid #becbc9;display:flex;flex-direction:column;padding:16px;row-gap:10px}.custom-cart-template-wrap .custom-discount-coupon__container .custom-discount-coupon__button{align-items:center;background-color:#fff;border:none;-moz-column-gap:16px;column-gap:16px;display:flex;width:100%}.custom-cart-template-wrap .custom-discount-coupon__container .custom-discount-coupon__button .custom-discount-coupon__title{color:#232d34;font-size:16px;font-weight:600;letter-spacing:0;line-height:19px}.custom-cart-template-wrap .custom-discount-coupon__container .custom-discount-coupon__button .custom-discount-coupon__text{color:#37474f;font-size:12px;font-weight:400;letter-spacing:0;line-height:14px}.custom-cart-template-wrap .custom-discount-coupon__container .custom-discount-coupon__button .rotated{transform:rotate(180deg)}.custom-cart-template-wrap .custom-discount-coupon__container .custom-discount-coupon__content .summary-coupon-wrap{display:block!important}.custom-cart-template-wrap .custom-discount-coupon__container .custom-discount-coupon__content .summary-coupon-wrap #cart-coupon{background-color:#fff;border:1px solid #63767a;border-radius:3px 0 0 3px;color:#232d34;font-size:13.5px;font-weight:400;height:42px!important;letter-spacing:0;line-height:18px!important;margin:0;padding:12px}.custom-cart-template-wrap .custom-discount-coupon__container .custom-discount-coupon__content .summary-coupon-wrap #cart-coupon-add{background-color:#0a8920;border:none;border-radius:0 3px 3px 0;color:#fff;font-size:14px;font-weight:700;height:42px!important;letter-spacing:0;line-height:14px!important}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__title{color:#2d3a41!important;font-size:18px!important;font-weight:600!important;letter-spacing:0;line-height:24px;margin:9px 0 -7px!important;text-align:center!important}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item{border-bottom:1px solid #becbc9;padding:16px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-header{-moz-column-gap:16px;column-gap:16px;display:flex;margin-bottom:16px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-header .custom-purchase-summary__item-url{align-items:center;border:1px solid #becbc9;border-radius:8px;display:flex;justify-content:center;min-height:62px;min-width:62px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-header .custom-purchase-summary__item-url .custom-purchase-summary__item-image{height:48px;width:48px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-header .custom-purchase-summary__item-brand,.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-header .custom-purchase-summary__item-name{color:#63767a;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;margin:0}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-header .custom-purchase-summary__item-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#232d34;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__specification{color:#232d34;font-size:12px;font-weight:600;letter-spacing:0;line-height:14px;margin-bottom:4px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__specification .custom-purchase-summary__specification-value{color:#63767a;font-weight:400;margin-left:8px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-prices{align-items:center;-moz-column-gap:16px;column-gap:16px;display:flex;margin:16px 0}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-prices .custom-purchase-summary__percent{background-color:#f8e688;border-radius:2px;color:#192126;font-size:9px;font-weight:600;letter-spacing:0;line-height:15.75px;padding:0 4.5px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-prices .custom-purchase-summary__selling-price{color:#232d34;font-size:18px;font-weight:600;letter-spacing:0;line-height:24px}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .custom-purchase-summary__item-prices .custom-purchase-summary__list-price{color:#63767a;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;text-decoration:line-through}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .extended-warranty__container{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex}.custom-cart-template-wrap .custom-purchase-summary__container .custom-purchase-summary__item .extended-warranty__container .extended-warranty__text{color:#37474f;font-size:12px;font-weight:600;letter-spacing:0;line-height:14px}.custom-cart-template-wrap .custom-purchase-summary__totalizers{margin:40px 0 48px}.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-subtotal,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total{list-style:none;margin-bottom:12px}.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-subtotal .custom-purchase-summary__totalizers-subtitle,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-subtotal .custom-purchase-summary__totalizers-title,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total .custom-purchase-summary__totalizers-subtitle,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total .custom-purchase-summary__totalizers-title{align-items:center;color:#232d34;display:flex;font-size:14px;font-weight:600;justify-content:space-between;letter-spacing:0;line-height:18px;margin:0}.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-subtotal .custom-purchase-summary__totalizers-subtitle .custom-purchase-summary__totalizers-price,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-subtotal .custom-purchase-summary__totalizers-title .custom-purchase-summary__totalizers-price,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total .custom-purchase-summary__totalizers-subtitle .custom-purchase-summary__totalizers-price,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total .custom-purchase-summary__totalizers-title .custom-purchase-summary__totalizers-price{color:#63767a;font-size:12px;font-weight:400;line-height:14px;text-align:right}.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-subtotal .custom-purchase-summary__totalizers-subtitle,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total .custom-purchase-summary__totalizers-subtitle{font-size:12px;font-weight:400;line-height:14px;margin:12px 0 0 25px}.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total{margin-top:24px}.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total .custom-purchase-summary__totalizers-title,.custom-cart-template-wrap .custom-purchase-summary__totalizers .custom-purchase-summary__totalizers-total .custom-purchase-summary__totalizers-title .custom-purchase-summary__totalizers-price{font-size:18px;letter-spacing:2px;line-height:24px}.custom-cart-template-wrap .custom-purchase-summary__promos-title{color:#232d34;font-size:14px;font-weight:600;letter-spacing:0;line-height:18px;margin:0 0 8px}.custom-cart-template-wrap .custom-purchase-summary__promo-container{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;margin:0 0 4px}.custom-cart-template-wrap .custom-purchase-summary__promo-container .custom-purchase-summary__promo-image{max-height:24px;max-width:24px;-o-object-fit:contain;object-fit:contain}.custom-cart-template-wrap .custom-purchase-summary__promo-container .custom-purchase-summary__promo-name{align-items:center;color:#232d34;display:flex;font-size:14px;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:18px;width:100%}.custom-cart-template-wrap .custom-purchase-summary__promo-container .custom-purchase-summary__promo-name .custom-purchase-summary__promo-price{font-weight:600;text-align:right}@media (max-width:1025px){#qr-checkout-modal-root .qr-checkout-container{background:unset;display:none}}#qr-checkout-modal-root .qr-checkout-container{background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.25);padding:80px 8px;width:956px}.qr-checkout-container{justify-content:center}.qr-code-logout-section{border-bottom:1px solid #becbc9;border-top:1px solid #becbc9;margin-top:196px;padding:64px 0;width:956px}.qr-code-logout-button{background-color:#0a8920;border:none;border-radius:8px;color:#fff;font-family:var(--font-family);font-size:28px;font-weight:700;padding:26px 32px;width:100%}.qr-code-email-section{align-items:center;-moz-column-gap:40px;column-gap:40px;display:flex;max-width:716px;width:100%}.qr-code-email-section .qr-email-button{background-color:#0a8920;border:none;border-radius:8px;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;line-height:24px;padding:20px 45px;width:100%}.qr-code-email-section .qr-email-button.secondary-button{background-color:#fff;color:#0a8920}.qr-code-logout-button.loading{color:transparent;padding:36px 32px;pointer-events:none;position:relative}.qr-code-logout-button.loading:after{animation:rotate 1s linear infinite;background-image:url("data:image/svg+xml;utf8,&lt;svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27xMidYMid%27 height=%2732%27 width=%2732%27&gt;&lt;circle cx=%2750%27 cy=%2750%27 fill=%27none%27 r=%2740%27 stroke=%27%2390a3a3%27 stroke-width=%2710%27 stroke-dasharray=%270 0 163.36281798666926 251.32741228718345%27 stroke-linecap=%27round%27 stroke-dashoffset=%271%27/&gt;&lt;/svg&gt;");background-repeat:no-repeat;background-size:contain;content:"";height:32px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.qr-wrapper{display:inline-block;position:relative}#qr-code-image{display:block;height:700px;width:700px}#qr-code-logo{height:202.22px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:202.22px}#qr-checkout-modal-root{align-items:center;background:rgba(0,0,0,.6);display:flex!important;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.qr-checkout-container{align-items:center;display:flex;flex-direction:column;padding:64px 62px 0}.qr-code-header{align-items:center;background-color:#e7ebea;border-radius:6px;display:flex;gap:16px;height:72px;justify-content:flex-start;margin-bottom:48px;padding:8px 16px;width:716px}.qr-code-info-icon{content:url(https://kioscosjumbo.vteximg.com.br/arquivos/alert-icon.svg);height:32px;width:32px}.qr-code-hint-text{color:#232323;font-family:var(--font-family);font-size:24px;font-weight:700;line-height:28px}.qr-code-container{height:700px;width:700px}.qr-code-timer-container{border-bottom:1px solid #becbc9;border-top:1px solid #becbc9;margin-top:48px;padding:49px 0;width:716px}.qr-code-countdown-timer{color:#363f45;font-family:var(--font-family);font-size:56px;font-weight:600;letter-spacing:-1px;line-height:67px}.qr-code-timer-text-container{display:flex;flex-direction:column}.qr-code-timer-description{color:#37474f;font-family:var(--font-family);font-size:32px;letter-spacing:-1px;line-height:38px}.qr-code-timer-content{align-items:center;display:flex}.qr-code-countdown-circle{display:flex;margin-right:30px}.qr-code-progress-circle{height:95px;width:98px}.qr-code-scan-message{border-bottom:1px solid #becbc9;color:#232d34;font-family:var(--font-family);font-size:40px;font-weight:400;line-height:48px;margin:48px 30px 56px;padding-bottom:48px;text-align:center;width:716px}.qr-code-additional-text{display:none}.totalizers-list{display:flex!important;flex-direction:column}#cart-discount-root{order:2}.cart-discount-row .info{color:#0a8920!important}.totalizers-list tr.srp-summary-result.hide{order:3}.cart-more-options .span7{display:none!important}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/components/_payment.scss ***!
  \************************************************************************************************************************************************************************/@font-face{font-family:Plus Jakarta Sans;font-weight:400;src:url(https://kioscosjumbo.vteximg.com.br/arquivos/PlusJakartaSans_Regular.woff2.css) format("woff2")}@font-face{font-family:Plus Jakarta Sans;font-weight:600;src:url(https://kioscosjumbo.vteximg.com.br/arquivos/PlusJakartaSans_Bold.woff2.css) format("woff2")}@font-face{font-family:Plus Jakarta Sans;font-weight:700;src:url(https://kioscosjumbo.vteximg.com.br/arquivos/PlusJakartaSans_ExtraBold.woff2.css) format("woff2")}.orderform-template-holder #payment-data{padding:0 16px!important}@media screen and (min-width:640px){.orderform-template-holder #payment-data{padding:24px 32px!important}}.orderform-template-holder #payment-data:before{color:#232d34;content:"Finaliza tu compra";display:block;font-family:Plus Jakarta Sans,sans-serif;font-size:23px;font-weight:700;margin-bottom:40px}.orderform-template-holder #payment-data .step.accordion-group.store-country-COL.active{border:.98px solid #becbc9!important;border-radius:16px;padding:24px 16px}.orderform-template-holder #payment-data .accordion-heading .accordion-toggle.collapsed{display:flex;padding-bottom:0!important;width:100%}.orderform-template-holder #payment-data .accordion-heading .accordion-toggle.collapsed span{color:#0a8920;font-family:Plus Jakarta Sans,sans-serif;font-size:18px}.orderform-template-holder #payment-data .accordion-heading .accordion-toggle.collapsed span:before{background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDIwIj48cGF0aCBmaWxsPSIjMGE4OTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4yOTMgNS4yOWgtLjQ3OGwtMy42NDMtMy43MjVhMS44NiAxLjg2IDAgMCAwLTIuNjcyIDBMNC44NTcgNS4yODRIMi43QzEuNTQ0IDUuMjg0LjYwNSA2LjI0My42IDcuNDI5djkuNDMyQy42MDUgMTguMDQgMS41NDQgMTguOTk0IDIuNyAxOWgxMi41OTdjMS4xNTcgMCAyLjA5Ni0uOTU5IDIuMTAyLTIuMTQ1VjcuNDNjLS4wMTEtMS4xOC0uOTUtMi4xNC0yLjEwNy0yLjE0bS02LjMzNiAwIDIuMzM1LTIuMzg0LjQ1Ni40NjYtMS44NzkgMS45MTd6bTMuMzg3LTEuMzE0IDEuMjg2IDEuMzEzaC0yLjU3M3pNOS4wOSAyLjE3NWExLjAzNyAxLjAzNyAwIDAgMSAxLjQ4MiAwbC4xMjUuMTI3TDcuNzcgNS4yOUg2LjA0em02LjIwMiAxNS45NzdIMi42OTVjLS42OTUgMC0xLjI2LS41NzYtMS4yNi0xLjI4NlY3LjQzNGMwLS43MS41NjUtMS4yODYgMS4yNi0xLjI4NmgxMi41OThjLjY5NSAwIDEuMjYuNTc3IDEuMjYgMS4yODZ2Mi41NzJoLTIuOTM4Yy0xLjE2Mi0uMDE3LTIuMTEzLjkyNS0yLjEzNCAyLjEwNS0uMDIyIDEuMTguOTA3IDIuMTU2IDIuMDYzIDIuMTc4aDMuMDA4djIuNTc3YTEuMjggMS4yOCAwIDAgMS0xLjI2IDEuMjg2bTEuMjYtNy4yODd2Mi41NzFoLTIuOTM4Yy0uNjk1IDAtMS4yNi0uNTc2LTEuMjYtMS4yODZzLjU2NS0xLjI4NSAxLjI2LTEuMjg1em0tMi45MzcuODUzaC44NDFjLjIzNCAwIC40MTguMTk0LjQxOC40MjcgMCAuMjM4LS4xOS40MjctLjQxOC40MjdoLS44NDFhLjQyMy40MjMgMCAwIDEtLjQxOS0uNDI3LjQyLjQyIDAgMCAxIC40MTktLjQyNyIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iIzBhODkyMCIgZD0ibTE0LjgxNSA1LjI5LS4xNzkuMTc0LjA3NC4wNzVoLjEwNXptLTMuNjQzLTMuNzI1LjE3OC0uMTc1em0tMi42NzIgMCAuMTc5LjE3NXpNNC44NTcgNS4yODR2LjI1aC4xMDVsLjA3My0uMDc1ek0uNiA3LjQyOWwtLjI1LS4wMDJ2LjAwMnptMCA5LjQzMkguMzV2LjAwMXpNMi43IDE5bC0uMDAxLjI1SDIuN3pNMTcuNCAxNi44NTVsLjI1LjAwMXptMC05LjQyNmguMjV2LS4wMDN6bS04LjQ0My0yLjE0LS4xNzktLjE3NS0uNDE2LjQyNWguNTk1em0yLjMzNS0yLjM4My4xNzgtLjE3NS0uMTc4LS4xODItLjE3OS4xODJ6bS40NTYuNDY2LjE3OS4xNzUuMTcxLS4xNzUtLjE3MS0uMTc1ek05Ljg2OSA1LjI4OXYuMjVoLjEwNWwuMDc0LS4wNzV6bTIuNDc1LTEuMzEzLjE3OC0uMTc1LS4xNzgtLjE4Mi0uMTc5LjE4MnptMS4yODYgMS4zMTN2LjI1aC41OTVsLS40MTYtLjQyNXptLTIuNTczIDAtLjE3OS0uMTc1LS40MTYuNDI1aC41OTV6TTkuMDkgMi4xNzVsLS4xNzgtLjE3NnptMS40ODIgMC0uMTc5LjE3NXptLjEyNS4xMjcuMTc4LjE3NS4xNzItLjE3NS0uMTcyLS4xNzV6TTcuNzcgNS4yOXYuMjVoLjEwNWwuMDc0LS4wNzV6bS0xLjczMiAwLS4xNzktLjE3NS0uNDE2LjQyNWguNTk1em05LjI1NCAxMi44NjN2LjI1aC41OTVsLS40MTctLjQyNXptMS4yNi04LjE0NnYuMjVoLjI1di0uMjV6bS0yLjkzOCAwLS4wMDQuMjVoLjAwNHpNMTEuNDggMTIuMTFsLS4yNS0uMDA0em0yLjA2MyAyLjE3OC0uMDA1LjI1aC4wMDV6bTMuMDA4IDBoLjI1di0uMjVoLS4yNXptLTEuMjYgMy44NjMtLjAwMS0uMjUtLjU4OS4wMDUuNDEyLjQyem0xLjI2LTcuMjg3aC4yNXYtLjI1aC0uMjV6bTAgMi41NzF2LjI1aC4yNXYtLjI1em0tMi45MzctMi41NzF2LS4yNXptLS40MTggMS4yOGguMjV2LS4wMDZ6bTIuMDk2LTcuMTA2aC0uNDc4di41aC40Nzh6bS0uMy4wNzZMMTEuMzUgMS4zOWwtLjM1Ny4zNSAzLjY0MyAzLjcyNHpNMTEuMzUgMS4zOWEyLjExIDIuMTEgMCAwIDAtMy4wMjkgMGwuMzU4LjM1YTEuNjEgMS42MSAwIDAgMSAyLjMxNCAwem0tMy4wMjkgMEw0LjY3OCA1LjExbC4zNTcuMzVMOC42OCAxLjc0ek00Ljg1NyA1LjAzNEgyLjd2LjVoMi4xNTZ6bS0yLjE1NiAwQzEuNDAxIDUuMDM0LjM1NiA2LjExLjM1IDcuNDI3bC41LjAwM2MuMDA0LTEuMDU1LjgzOC0xLjg5NiAxLjg1MS0xLjg5NnpNLjM1IDcuNDI5djkuNDMyaC41VjcuNDI5em0wIDkuNDMzYy4wMDYgMS4zMTQgMS4wNTIgMi4zODIgMi4zNSAyLjM4OGwuMDAyLS41QzEuNjg3IDE4Ljc0NS44NTQgMTcuOTA3Ljg1IDE2Ljg2ek0yLjcgMTkuMjVoMTIuNTk3di0uNUgyLjcwMXptMTIuNTk3IDBjMS4zIDAgMi4zNDYtMS4wNzYgMi4zNTItMi4zOTRsLS41LS4wMDJjLS4wMDUgMS4wNTQtLjgzOSAxLjg5Ni0xLjg1MiAxLjg5NnptMi4zNTItMi4zOTVWNy40M2gtLjV2OS40MjZ6bTAtOS40MjljLS4wMTItMS4zMTEtMS4wNTctMi4zODctMi4zNTctMi4zODd2LjVjMS4wMTMgMCAxLjg0Ny44NDIgMS44NTcgMS44OTJ6TTE1LjI5MyA1LjA0di41em0tNi4xNTcuNDI1IDIuMzM0LTIuMzgzLS4zNTctLjM1LTIuMzM1IDIuMzgzem0xLjk3Ny0yLjM4My40NTYuNDY2LjM1OC0uMzUtLjQ1Ny0uNDY2em0uNDU2LjExNkw5LjY5MSA1LjExNGwuMzU3LjM1IDEuODc5LTEuOTE3em0tMS43IDEuODQyaC0uOTEydi41aC45MTJ6bTIuMjk2LS44ODggMS4yODcgMS4zMTMuMzU3LS4zNS0xLjI4Ny0xLjMxM3ptMS40NjUuODg4aC0yLjU3M3YuNWgyLjU3M3ptLTIuMzk1LjQyNSAxLjI4Ny0xLjMxMy0uMzU3LS4zNS0xLjI4NyAxLjMxM3pNOS4yNjggMi4zNTFhLjc4Ny43ODcgMCAwIDEgMS4xMjYtLjAwMWwuMzU4LS4zNWExLjI4NyAxLjI4NyAwIDAgMC0xLjgzOS0uMDAxem0xLjEyNi0uMDAxLjEyNS4xMjcuMzU3LS4zNUwxMC43NTIgMnptLjEyNS0uMjIzTDcuNTkzIDUuMTE0bC4zNTcuMzUgMi45MjctMi45ODd6TTcuNzcxIDUuMDRINi4wNHYuNWgxLjczMnptLTEuNTUzLjQyNUw5LjI2OSAyLjM1IDguOTEyIDIgNS44NiA1LjExNHptOS4wNzUgMTIuNDM4SDIuNjk1di41aDEyLjU5OHptLTEyLjU5OCAwYy0uNTUyIDAtMS4wMS0uNDYtMS4wMS0xLjAzNmgtLjVjMCAuODQzLjY3MiAxLjUzNiAxLjUxIDEuNTM2em0tMS4wMS0xLjAzNlY3LjQzNGgtLjV2OS40MzJ6bTAtOS40MzJjMC0uNTc2LjQ1OC0xLjAzNiAxLjAxLTEuMDM2di0uNWMtLjgzOCAwLTEuNTEuNjk0LTEuNTEgMS41MzZ6bTEuMDEtMS4wMzZoMTIuNTk4di0uNUgyLjY5NXptMTIuNTk4IDBjLjU1MiAwIDEuMDEuNDYgMS4wMSAxLjAzNmguNWMwLS44NDItLjY3My0xLjUzNi0xLjUxLTEuNTM2em0xLjAxIDEuMDM2djIuNTcyaC41VjcuNDM0em0uMjUgMi4zMjJoLTIuOTM4di41aDIuOTM3em0tMi45MzUgMGMtMS4zMDQtLjAyLTIuMzYzIDEuMDM4LTIuMzg3IDIuMzVsLjUuMDFjLjAxOS0xLjA0OC44Ni0xLjg3NSAxLjg4LTEuODZ6bS0yLjM4NyAyLjM1Yy0uMDI0IDEuMzE2IDEuMDEgMi40MDkgMi4zMDggMi40MzNsLjAxLS41Yy0xLjAxNS0uMDE5LTEuODM4LS44NzctMS44MTgtMS45MjN6bTIuMzEzIDIuNDMzaC4wNjl2LS41aC0uMDY5em0uMDcgMGgyLjkzOHYtLjVoLTIuOTM3em0yLjY4OC0uMjV2Mi41NzdoLjVWMTQuMjl6bTAgMi41NzdhMS4wMyAxLjAzIDAgMCAxLTEuMDExIDEuMDM2bC4wMDQuNWExLjUzIDEuNTMgMCAwIDAgMS41MDctMS41MzZ6bS0xLjE4OCAxLjQ2MS4zNTctLjM1em0xLjE4OS03LjQ2MnYyLjU3MWguNXYtMi41NzF6bS4yNSAyLjMyMWgtMi45Mzh2LjVoMi45Mzh6bS0yLjkzOCAwYy0uNTUyIDAtMS4wMS0uNDYtMS4wMS0xLjAzNmgtLjVjMCAuODQzLjY3MiAxLjUzNiAxLjUxIDEuNTM2em0tMS4wMS0xLjAzNmMwLS41NzYuNDU4LTEuMDM1IDEuMDEtMS4wMzV2LS41Yy0uODM4IDAtMS41MS42OTMtMS41MSAxLjUzNXptMS4wMS0xLjAzNWgyLjkzOHYtLjVoLTIuOTM4em0wIC44NTNoLjg0MnYtLjVoLS44NDF6bS44NDIgMGMuMDg5IDAgLjE2OC4wNzUuMTY4LjE3N2guNWEuNjczLjY3MyAwIDAgMC0uNjY4LS42Nzd6bS4xNjguMTc3YzAgLjEwMy0uMDguMTc3LS4xNjguMTc3di41YS42NzMuNjczIDAgMCAwIC42NjgtLjY3N3ptLS4xNjguMTc3aC0uODQxdi41aC44NDF6bS0uODQxIDBhLjE3My4xNzMgMCAwIDEtLjE2OS0uMTc3aC0uNWMwIC4zNjQuMjkuNjc3LjY2OS42Nzd6bS0uMTY5LS4xODNhLjE3LjE3IDAgMCAxIC4xNjktLjE3MXYtLjVhLjY3LjY3IDAgMCAwLS42NjkuNjgzeiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;border:none;color:transparent;content:"";display:inline-block}.orderform-template-holder #payment-data .accordion-heading .accordion-toggle .payment-edit-link{display:none!important}.orderform-template-holder #payment-data .accordion-heading .accordion-toggle .payment-edit-link .icon-edit:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23232d34' fill-rule='evenodd' d='M7.99 4.882 4.244 8.626l-.176 1.97 1.984-.18L9.787 6.68zm3.988-.396L10.18 2.69 8.882 3.988l1.797 1.798zm-8.584 7.51-.06.003a.664.664 0 0 1-.664-.726l.252-2.78c.028-.305.163-.593.38-.81l5.997-5.997c.468-.47 1.318-.446 1.81.046l1.826 1.826c.511.51.531 1.322.046 1.809l-5.998 5.998a1.3 1.3 0 0 1-.809.38zm-.06 1.337h9.333c.367 0 .667.3.667.667 0 .366-.3.666-.667.666H3.334A.67.67 0 0 1 2.667 14c0-.367.3-.667.667-.667' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 0;background-position:0;color:#232d34;content:"Editar";font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:600;padding-left:20px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .notification{display:flex!important;font-size:0}.orderform-template-holder #payment-data .accordion-body .accordion-inner .notification:before{color:#63767a;content:"Selecciona un mÃ©todo de pago y completa los datos";font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:400;padding:6px 0 16px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step{padding-top:0!important}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%232d3a41' fill-rule='evenodd' d='M7.333 5.333a.667.667 0 0 1 1.334 0v3.333a.667.667 0 0 1-1.334 0zm0 5.333a.667.667 0 1 1 1.334 0 .667.667 0 0 1-1.334 0M8 13.333A5.34 5.34 0 0 1 2.667 8 5.34 5.34 0 0 1 8 2.666 5.34 5.34 0 0 1 13.333 8 5.34 5.34 0 0 1 8 13.333m0-12a6.667 6.667 0 1 0 0 13.333A6.667 6.667 0 0 0 8 1.333' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-position:10px 10px;border-bottom:1px solid #becbc9;color:#0275ef;content:"Los descuentos y valores finales se verÃ¡n reflejados al ingresar a cada medio de pago.";display:inline-block;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;line-height:normal;padding:0 0 16px 48px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn{display:flex;flex-direction:column;margin-top:16px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap.active{border:1px solid #0a8920!important;border-radius:8px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap.active .payment-group-item .payment-group-item-text:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNyI+PHBhdGggZmlsbD0iIzJkM2E0MSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSA2LjVhMSAxIDAgMCAxLS43MDctLjI5M0w0Ljk4OCAyLjkwMmwtMy4yOTMgMy4xOGExIDEgMCAwIDEtMS4zOS0xLjQzOWw0LTMuODYyYTEgMSAwIDAgMSAxLjQwMi4wMTJsNCA0QS45OTkuOTk5IDAgMCAxIDkgNi41IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap.active .payment-group-item+.payment-method{display:block!important}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn div:has([data-name="Cencopay Davivienda"]),.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn div:has([data-name="Cencopay ItaÃº"]),.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn div:has([data-name="Cencopay Saldo"]),.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn div:has([data-name="PAGO REFERENCIADO"]){display:none}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name="Tarjeta Cencosud"]){order:1}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name="Mastercard DÃ©bito"]){order:2}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name="Visa DÃ©bito"]){order:3}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name=Visa]){order:4}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name="American Express"]){order:5}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name=Codensa]){order:6}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name=PSE]){order:8}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:has(a[data-name=MercadoPagoOff]){order:9}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap{align-items:center;align-self:stretch;border:1px solid #e2e2e2;border-radius:8px;display:flex;flex-direction:column;gap:0;justify-content:center;min-height:64px!important;overflow:visible;transition:all .3s ease}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap:hover{border:1px solid #0a8920}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap .payment-group-item{background:transparent;border:none!important;cursor:pointer;padding:16px 24px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text{color:#232d34;font-family:Plus Jakarta Sans,sans-serif;font-style:normal;font-weight:600;order:2;padding-left:32px}@media screen and (min-width:768px){.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text{font-size:16px!important}}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text:before{background-color:transparent;border:none;border-radius:0;box-shadow:none;display:inline-block;margin:0;vertical-align:middle}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none' viewBox='0 0 10 7'%3E%3Cpath fill='%232d3a41' fill-rule='evenodd' d='M5 6.5a1 1 0 0 1-.707-.293l-4-4A.999.999 0 1 1 1.707.793l3.305 3.305L8.305.918a1 1 0 0 1 1.39 1.44l-4 3.861A1 1 0 0 1 5 6.5' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border:none;border-radius:unset;color:#232d34;content:"";display:inline-block;height:20px;position:absolute;right:16px;width:20px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-method{display:none!important;padding:8px 16px;width:100%}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-method:before{border-bottom:1px solid #becbc9;color:#63767a;content:"Ingresa los datos de la tarjeta para poder completar la compra";display:flex;font-size:16px;font-weight:400;margin:0 auto 16px;padding-bottom:16px;width:95%}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-method .box-payment-option{color:#333;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-method #banks-for-pse-container #payment-data-submit-wrapper{display:none}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-group-item-cards .card-flag{background-repeat:no-repeat;background-size:100%;height:16px;opacity:1;width:16px!important}@media screen and (min-width:768px){.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-group-item-cards .card-flag{height:32px;width:32px!important}}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-group-item-cards .card-flag.Visa{background-image:url(https://tiendasjumboqaio.vteximg.com.br/arquivos/paymant_icon_visa.svg);order:0}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-group-item-cards .card-flag.Mastercard{background-image:url(https://tiendasjumboqaio.vteximg.com.br/arquivos/payment_icon_mastercard.svg);background-position:0;order:1}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-group-item-cards .card-flag.Diners{background-image:url(https://tiendasjumboqaio.vteximg.com.br/arquivos/payment_icon_dinners.svg);background-position:0;order:2}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn .payment-group-item-cards .card-flag.American{background-image:url(https://tiendasjumboqaio.vteximg.com.br/arquivos/payment_icon_american.svg);background-position:0;order:3}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name="Mastercard DÃ©bito"]{order:2}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name="Mastercard DÃ©bito"] .payment-group-item-text:before{background-image:url(https://tiendasjumboqaio.vteximg.com.br/arquivos/payment_icon_mastercard.svg)!important;background-repeat:no-repeat;height:32px;left:16px;position:absolute;top:8px;width:32px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name="Visa DÃ©bito"]{order:2}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name="Visa DÃ©bito"] .payment-group-item-text:before{background-image:url(https://tiendasjumboqaio.vteximg.com.br/arquivos/paymant_icon_visa.svg)!important;background-position:0 -4px;background-repeat:no-repeat!important;background-size:33px;height:22px;left:16px;position:absolute;top:15px;width:70px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name="American Express"] .payment-group-item-text{padding-left:12px!important}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name="Tarjeta Cencosud"]{order:1}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name="Tarjeta Cencosud"] .payment-group-item-text:before{content:url(https://jumbocolombiaio.vteximg.com.br/arquivos/t.Cenco.svg);left:16px;position:absolute;top:8px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name=Codensa] .payment-group-item-text:before{content:url(https://jumbocolombiaio.vteximg.com.br/arquivos/t.Codensa.svg);left:16px;position:absolute;top:8px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name=MercadoPagoOff] .payment-group-item-text{align-items:center;display:flex;font-size:0!important;justify-content:flex-start;line-height:19px!important}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name=MercadoPagoOff] .payment-group-item-text:before{align-items:center;background-image:url(https://jumbocolombiaio.vteximg.com.br/arquivos/efecty.svg)!important;background-repeat:no-repeat!important;background-size:76px 24px!important;content:"";display:flex;height:25px;left:16px;padding-left:88px;position:absolute;top:14px;width:auto}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name=MercadoPagoOff]+div.payment-method:before{display:none}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name=PSE] .payment-group-item-text:before{align-items:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGw9InVybCgjYikiIGQ9Ik0xMi4wMjkgMjMuOTAzYzYuNTYgMCAxMS44NzctNS4zMyAxMS44NzctMTEuOTAzUzE4LjU4OC4wOTggMTIuMDI5LjA5OC4xNTIgNS40MjcuMTUyIDEyYzAgNi41NzQgNS4zMTggMTEuOTAzIDExLjg3NyAxMS45MDMiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuMjMxIDkuMDcySDEyLjQycS0uMDE5LS4wMDItLjAzOCAwYy0uNDQ3LjA5OC0xLjI5LjU1Ni0xLjI4NiAxLjU1Ny0uMDIzLjM4NS4xNDUuOTk4Ljk0OSAxLjI1NGgyLjAwNGMuMDg5IDAgLjYzNi4xMjUuNiAxLjA4Mi0uMDM3Ljk2NS0uODU4IDEuMDktLjk3NiAxLjIxOGgtMy4xMDVjLS4wOTggMC0uMTc3LjA5My0uMTc3LjE5MSAwIC4wOTkuMDguMTkyLjE3Ny4xOTJoMy4xMjNjLjAxIDAgLjAyLS4wNDcuMDMtLjA0OGExLjYxIDEuNjEgMCAwIDAgMS4yODItMS41NmMuMDUyLTEuMzU2LS45MjctMS40NDEtLjkzNy0xLjQ0MmwtMS45NzgtLjAwNmMtLjY3Ni0uMTI0LS42NC0uODQzLS42MzctLjg3NHYuMDAyYy0uMDA3LS45MDguODU0LTEuMTgzLjk5LTEuMTgzaDIuNzljLjA5OCAwIC4xNzgtLjA5My4xNzgtLjE5MSAwLS4wOTktLjA4LS4xOTItLjE3OC0uMTkyTTE5LjUxMiA5LjA1MWMtLjAxNi0uMDA0LS4wMzMuMDItLjA1LjAyaC0yLjFjLS45NTEgMC0xLjM4IDEuMTA0LTEuMzk4IDEuMTUyLS4wMDQuMDA4LS4wMDYuMDAyLS4wMDguMDEtLjAyMS4xLS41MzMgMi40Mi0uNTE2IDMuMTg2LjAxNi43MjEuNzQ5Ljk4MyAxLjEzNCAxLjAyNC4wMDYuMDAxLjAxMy0uMDA1LjAyLS4wMDVoMi45MmMuMDk5IDAgLjE4LS4wOTIuMTgtLjE5MnMtLjA4MS0uMTkxLS4xOC0uMTkxaC0yLjkxYy0uMDkxIDAtLjc5Mi0uMTA3LS44MDQtLjY2NS0uMDA3LS4zLjA3OC0uODczLjE4LTEuNDUybDQuMDY1LS4wM2MuMDg2LS4wMDEuMTYtLjA2Mi4xNzUtLjE0OC4wMDgtLjA0NS4xOS0xLjA4Ni4xOS0xLjcxMSAwLS43NDMtLjg2MS0uOTg3LS44OTgtLjk5OG0uMzc5IDIuNTAxLTMuODQ1LjAzMmMuMTE4LS42MjguMjM4LTEuMTQyLjI1OS0xLjIzNC4wNC0uMTAzLjM5My0uODk1IDEuMDU3LS44OTVoMi4wNzJjLjExMiAwIC42MTcuMTk4LjYxNy42MiAwIC40Ni0uMTEgMS4xNjMtLjE2IDEuNDc3TTEwLjU2MSAxMC4xNWMuMTA2LS43MTktLjgtMS4wNzktLjk3LTEuMDc5LS43MzIgMC0xLjg0LjAyNS0xLjk1Ni4wMjEtLjAxNi0uMDAxLS4wMzIuMDEtLjA0OC4wMTEtLjQ1My4wNzMtMS4wNjguNjU4LTEuMjY2IDEuMTk5bC4wMDMuMDAzYy0uMDIuMDYtLjAzNy4xNTQtLjA2My4yOTNsLS4xMy43MDEtLjM4OCAyLjEyMy0uNTU5IDMuMDg3YS4xNzUuMTc1IDAgMCAwIC4xNzMuMjA2Yy4wODIgMCAuMTU2LS4wNTkuMTcxLS4xNDRsLjUwNS0yLjc4NmMuNDU2LjU3NyAxLjAyNC42MzggMS4wNTIuNjRxLjAxLjAwMi4wMjEgMGwxLjc5Ny0uMDVxLjAyMy0uMDAxLjA0NS0uMDA4Yy44NTItLjI1NiAxLjEwOC0xLjEzOCAxLjEyLTEuMTc1bC4wMDMtLjAyLjQ4OC0yLjk5M3ptLS4zNDktLjAwNy0uNDg0IDIuOTYyYy0uMDI1LjA3OS0uMjQ4LjcyMy0uODU5LjkybC0xLjc2LjA1Yy0uMDgtLjAxMS0uNjMtLjExMi0uOTg1LS43OTEuMjYtMS40MjYuNDk3LTIuNzI0LjUyOC0yLjg2Mi4xNjMtLjQ0LjY5LS45MS45ODYtLjk2Mi4wNjcuMDA0LjE1OS4wMDUuMjg2LjAwNWEyMDkgMjA5IDAgMCAwIDEuNjI3LS4wMDNjLjIwNy0uMDAyLjcxMi4zNTEuNjYxLjY4MSIvPjxwYXRoIGZpbGw9IiNmZGI3MTgiIGQ9Ik0yLjQ2OSA4Ljk3Yy4yNzYgMCAuNS0uMjQuNS0uNTM1cy0uMjI0LS41MzUtLjUtLjUzNS0uNS4yNC0uNS41MzUuMjI0LjUzNS41LjUzNU0xLjk2NSA2Ljc0N2EuNTMuNTMgMCAwIDAtLjM0LS41MDRxLS4yNS40NTMtLjQ2LjkzYy4wODMuMDY3LjE4Ni4xMDkuMy4xMDkuMjc2IDAgLjUtLjI0LjUtLjUzNU0uOTU2IDguNDM1YS41NS41NSAwIDAgMC0uMTQyLS4zNzNxLS4xNTUuNDQyLS4yNzUuODk5YS41MjUuNTI1IDAgMCAwIC40MTctLjUyNk0yLjU0IDE1LjQ4NWMuMjc1IDAgLjUtLjI0LjUtLjUzNXMtLjIyNS0uNTM1LS41LS41MzVjLS4yNzcgMC0uNS4yNC0uNS41MzVzLjIyMy41MzUuNS41MzVNLjc3NCAxNC45NWEuNDMuNDMgMCAwIDAtLjM1Ni0uNDM2cS4wODUuMzk2LjE5Ni43ODJhLjQ1LjQ1IDAgMCAwIC4xNi0uMzQ2TTEuOTYzIDE2LjY5NGMwLS4yOTUtLjIyNC0uNTM1LS41LS41MzVhLjUuNSAwIDAgMC0uNDQ3LjNxLjE1NC4zODQuMzM2Ljc1NWEuNS41IDAgMCAwIC4xMTEuMDE1Yy4yNzYgMCAuNS0uMjQuNS0uNTM1TTIuODEyIDEzLjI4OUgxLjgwOWMtLjA2NS0uMTI4LS4yNTItLjM0OC0uNDc0LS4zNDgtLjI3NiAwLS41LjI1LS41LjU0NiAwIC4yOTUuMjI0LjU0NS41LjU0NS4yMjIgMCAuNDA5LS4xMDUuNDc0LS4zNmgxLjEyN2wxLjA1Mi0xLjkxN0g1LjYxVjExLjVIMi45NTFMMS44NTggOS41ODNILjM5M3EtLjA0LjE5LS4wNzEuMzgzaDEuMzc3bC44OTUgMS41MzRILjE2bC0uMDA4LjI1NWgzLjUzeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNDQgNy41MzloLS41MjVWNy40MWguNTQ1bC4wMDkuMDAzLS4wMTguMDYxLjAxOC0uMDYxaC4wMDFsLjAwMy4wMDEuMDMuMDEzcS4wMzEuMDE0LjA2Ny4wNDdjLjA1LjA0OC4wOS4xMjYuMDczLjI0bC0uMTEuNzY5aC0uNjNsLS4wMS0uMDA0LjAyMi0uMDYtLjAyMy4wNkg2Ljg5bC0uMDA0LS4wMDJhLjMuMyAwIDAgMS0uMDQyLS4wMjIuMy4zIDAgMCAxLS4wODgtLjA3NS4zLjMgMCAwIDEtLjA2Mi0uMTQ1LjM3LjM3IDAgMCAxIC4wNDItLjIwNWwuMDAzLS4wMDcuMDA1LS4wMDYuMDUuMDQtLjA1LS4wNC4wMDItLjAwMi4wMjEtLjAyM2ExIDEgMCAwIDEgLjA1Ny0uMDU1LjUuNSAwIDAgMSAuMDgzLS4wNTcuMjQuMjQgMCAwIDEgLjEwOC0uMDNoLjAwMWwuNDc2LjAxNi4wMjQtLjE3Yy4wMS0uMDctLjAxMy0uMTA4LS4wMzUtLjEzYS4yLjIgMCAwIDAtLjA0My0uMDI4bS4wMzUuNDU2LS40Ni0uMDE2YS4xLjEgMCAwIDAtLjA0OC4wMTUuNTc1LjU3NSAwIDAgMC0uMTE5LjEuMjQuMjQgMCAwIDAtLjAyNi4xMjguMTUuMTUgMCAwIDAgLjAzMy4wNzguMi4yIDAgMCAwIC4wNzMuMDU2aC40OTV6TTcuOTkxIDcuNDExaC41NTJ2LjEyOGgtLjUybC0uMDEuMDA3YS40MzQuNDM0IDAgMCAwLS4xNzUuMjc1bC0uMDAxLjAwNC0uMDAyLjAwNXYuMDAzbC0uMDE1LjA1cS0uMDE2LjA1NC0uMDI1LjE0YS42NC42NCAwIDAgMCAuMDQ2LjM0MWwuMDI3LjAwNmguNDk2di4xMjhoLS41MWwtLjA5Ny0uMDIyLS4wMTQtLjAyNGEuNzQuNzQgMCAwIDEtLjA3NS0uNDQyIDEgMSAwIDAgMSAuMDQ1LS4yMTguNTYuNTYgMCAwIDEgLjI2LS4zNzJsLjAwMy0uMDAxaC4wMDF2LS4wMDFsLjAzLjA1Ny0uMDMtLjA1N3pNOC43OSA3LjAzbC4xMjUuMDIzLS4yNTIgMS40MDEtLjEyNi0uMDIyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOC45MzMgNy41MzdhLjMuMyAwIDAgMC0uMDk2LjA4NyAxIDEgMCAwIDAtLjA0LjA2bC0uMDU3LS4wMjktLjA1Ni0uMDI5di0uMDAybC4wMTQtLjAyMy4wMzgtLjA1NWEuNDQuNDQgMCAwIDEgLjE1Mi0uMTI5bC4wMS0uMDA1aC4wMTFsLjAwNy4wNjMtLjAwNy0uMDY0aC4wMDVsLjA2Mi0uMDA1Yy4wNC0uMDAyLjA5NS0uMDA0LjE1Mi0uMDAyYTEgMSAwIDAgMSAuMTczLjAxOC40LjQgMCAwIDEgLjA3Ny4wMjZxLjAzMS4wMTQuMDU2LjA0bC4wMDguMDA2YS4yLjIgMCAwIDEgLjA0LjAzN2MuMDI4LjAzNi4wNTMuMDkuMDUuMTY0VjcuN2wtLjEyNi43MzItLjEyNi0uMDIyLjEyNC0uNzIzYS4xLjEgMCAwIDAtLjAyMi0uMDc0LjEuMSAwIDAgMC0uMDItLjAxOGwtLjAxMy0uMDA2LS4wMS0uMDE0cS4wMDEtLjAwMS0uMDE2LS4wMTFhLjIuMiAwIDAgMC0uMDUtLjAxNiAxIDEgMCAwIDAtLjE0OC0uMDE1IDIgMiAwIDAgMC0uMTg3LjAwNXptLS4xMzYuMTQ3IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJiIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTEuODc2NCAwIDAgMTEuOTAyNyAxMi4yNDEgMTEuOTU3KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjMxNiIgc3RvcC1jb2xvcj0iIzJkNWNhOCIvPjxzdG9wIG9mZnNldD0iLjUzMSIgc3RvcC1jb2xvcj0iIzI4NTQ5NiIvPjxzdG9wIG9mZnNldD0iLjcyOSIgc3RvcC1jb2xvcj0iIzFmNDI3MiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzBkMmQ0ZCIvPjwvcmFkaWFsR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)!important;background-repeat:no-repeat;background-size:24px 24px;display:flex;height:24px;left:16px;position:absolute;top:13px;width:24px}.orderform-template-holder #payment-data .accordion-body .accordion-inner .box-step .box-step-content .form-step .payment-group .payment-group-list-btn [data-name=PSE]+div.payment-method:before{display:none}.orderform-template-holder #payment-data .payment-group-item span.payment-group-item-text{font-size:14px!important;line-height:normal!important}.orderform-template-holder .payment-group{display:block!important}@media (max-width:1024px){.orderform-template{margin-top:16px!important}#qr-checkout-modal-root{display:none!important}#payment-data,.orderform-template-holder #payment-data{display:flex!important;flex-direction:column}}@media (min-width:1025px){#payment-data,.orderform-template-holder #payment-data{display:none!important}}@media (max-width:420px){.accordion-toggle.collapsed,.accordion-toggle.collapsed.accordion-toggle-active{display:flex!important}}@media (min-width:1080px){.v-custom-step-payment #payment-data .box-step form.form-step,.v-custom-step-payment form.form-step{display:none!important}}@media (max-width:520px){#client-profile-data,.cart-template .mini-cart,.custom-cart-template-wrap{display:none!important}#payments-title{display:flex!important}.overlay-price_container{display:flex;justify-content:space-between}.btn-success{align-items:center;background:#0a8920;border:none;color:#fff;display:flex;font-size:20px;font-weight:600;height:64px;justify-content:center;margin:1rem 0;width:35%}}.payment-method{order:2}#payment-group-customPrivate_503PaymentGroup,#payment-group-customPrivate_504PaymentGroup,.payment-group-item,.pg-mastercard-debito.payment-group-item.active{border:none!important;order:1}.container-btn-success{background:#fff;border:1px solid #becbc9;border-radius:16px 16px 0 0;bottom:2rem;left:-1px;padding:1rem 0;position:fixed;width:100%;z-index:10000}button.btn.btn-success.btn-large{background-color:#0a8920;border-radius:8px!important;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;height:48px;margin:auto;width:96%}#payment-group-creditCardPaymentGroup .payment-group-item-text{padding-left:16px!important}.overlay-price_container{background:#fff;border-radius:8px;padding:0 16px}.overlay-price_container .price-row{align-items:center;display:none;justify-content:space-between;width:100%}.overlay-price_container .price-label{color:#63767a;font-size:14px;font-weight:600}.overlay-price_container .price-strong{color:#232d34;font-size:16px;font-weight:600}.container-btn-success{display:flex;flex-direction:column;gap:12px}.PaymentCardHolderName .FormFieldLabel,.PaymentCardNumber .FormFieldLabel,.PaymentInstallments .FormFieldLabel{display:flex!important;font-size:0;justify-content:space-between}.PaymentCardCVV .FormFieldLabel{display:flex!important;justify-content:space-between}.PaymentCardNumber .FormFieldLabel:before{color:#232d34;content:"NÃºmero tarjeta";font-size:14px;font-weight:700}.PaymentInstallments .FormFieldLabel:before{color:#232d34;content:"NÃºmero de cuotas";font-size:14px;font-weight:700}.PaymentCardHolderName .FormFieldLabel:before{color:#232d34;content:"Nombre completo";font-size:14px;font-weight:700}.PaymentCardCVV .FormFieldLabel:after,.PaymentCardHolderName .FormFieldLabel:after,.PaymentCardNumber .FormFieldLabel:after,.PaymentInstallments .FormFieldLabel:after{color:#63767a;content:"Obligatorio";font-size:12px;font-weight:600}#app-container input#creditCardpayment-card-0Code,.PaymentCardCVV .FormFieldLabel,.PaymentCardDueDate .FormFieldLabel{width:100%!important}.PaymentCardCVV .FormFieldLabel,.PaymentCardDueDate .FormFieldLabel{color:#232d34;font-size:14px;font-weight:700}.PaymentCardDueDate .payment-card-due-month,.PaymentCardDueDate .payment-card-due-year{width:100px!important}.payment-card-lash{color:#232d34;font-size:14px}.PaymentCardDueDate{display:flex;flex-wrap:wrap;gap:6px}#address-toggle-0{accent-color:#0a8920}.BillingAddress{margin-top:24px}.BillingAddress .AddressToggle label,.BillingAddress .AddressToggle label strong{color:#232d34;font-size:16px!important;font-weight:400!important}.CardForm .input-medium,.CardForm .input-mini,.CardForm .input-xlarge{border-radius:6px!important;height:34px!important}</pre></body></html>