
/* source: <vtex.email-checkout-conflict@0.3.0> */
.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: <vtex.checkout-ui-custom@0.20.1> */
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:8px;border:1px solid #cbcbcb;outline:initial;font-family:Inter;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:Inter;text-shadow:none;border-radius:8px;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 8px 8px 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:8px;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:8px;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:Inter;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>*{opacity:0;transition-delay:1.2s;transition-property:opacity;-webkit-transition-duration:.5s}body.v-custom-loaded .cart-template.full-cart>*{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:8px}.loading.loading-bg{background:#f4f2f2}.container{max-width:1300px;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>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>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>span:before,body.v-custom-step-payment .payment-data .accordion-toggle>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>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>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>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>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>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>span:before{content:"2"}.shipping-data .accordion-toggle:before{content:"3"}.payment-data .accordion-toggle>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>.container{display:flex;align-items:center}@media(max-width: 690px){body .main-header,body .main-header>.container{justify-content:center}}body .main-header>.container:before,body .main-header>.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>.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:8px}@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>.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>*:last-child,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list>*:last-child{margin-bottom:-7px}}.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active>.list-price,.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active>.list-price{display:none !important}.table.cart-items tbody tr td.product-price>span.list-price,.table.cart-items tbody tr td.product-price>span.best-price,.table.cart-items tbody tr td.quantity-price>span.list-price,.table.cart-items tbody tr td.quantity-price>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:8px;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>tr.v-custom-indexed-item,.table.cart-items tbody>tr[data-parentitemindex]{display:none}.table.cart-items tbody>tr.v-custom-indexed-item+.item-unavailable,.table.cart-items tbody>tr[data-parentitemindex]+.item-unavailable{display:none}.table.cart-items td.product-image a{overflow:hidden;border-radius:8px}.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:8px;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>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:8px;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>div{display:flex;justify-content:space-between;align-items:center}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none]{display:block !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=flex] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>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>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:8px}.cart-more-options .srp-container .srp-delivery-info .b--light-gray{background:#fff;border-radius:8px}.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:8px}.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:8px;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>i,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>i,.orderform-template-holder #shipping-data .accordion-toggle>i,.orderform-template-holder #payment-data .accordion-toggle>i{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>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:8px;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>.payment-group-item-cards{display:block;overflow:hidden;position:absolute;right:0;top:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.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:8px}.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:8px;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>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>*{width:100%;order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressFormPart1{order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressForm{order:2}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressInfo{order:3}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-deliveryGroup{order:4}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-submitPaymentButton{order:100}.orderform-template-holder .step.shipping-data .box-step>*.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>a.vtex-omnishipping-1-x-btnDelivery,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step.shipping-data .box-step>a.vtex-omnishipping-1-x-btnDelivery{order:5;margin-top:20px;background:#1a73e8}.orderform-template-holder .step.shipping-data .box-step>*#postalCode-finished-loading,.orderform-template-holder .step.shipping-data .box-step>*: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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'><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'></path> <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 '></polygon></svg>") 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:8px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#1a73e8;border-color:#1a73e8;border-radius:8px}.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:8px}.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>.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>.summary-coupon-wrap,.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap>.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>.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>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:8px;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>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>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:8px;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:8px}.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>*{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>div{display:block !important}.orderform-template .summary-note .note-textarea{height:50px;line-height:20px;max-width:100%;width:100%;font-family:Inter;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:8px;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>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>*{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:8px;margin-top:4px !important;clear:both}.vcustom-customTax-tot{display:inline-block;position:relative;margin-left:5px}.vcustom-customTax-tot>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:8px;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>*{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>*{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>*,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address>*{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:8px}.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>span:before{content:"1"}body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before{content:"2"}body.js-vcustom-hideEmailStep .payment-data .accordion-toggle>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>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>*:not(.container-main,.main-header,.main-footer,#vtexIdContainer,.vtex-front-messages-placeholder,.pac-container){display:none}@font-face{font-family:"Inter";src:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/fonts/Inter-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Inter";src:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/fonts/Inter-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Inter";src:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/fonts/Inter-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Inter";src:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/fonts/Inter-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}input,select,button{outline:none !important}#vtexIdContainer input,.table.cart-items tr.item-attachments-content input,.table.cart-items tr.item-attachments-content select,.table.cart-items tbody tr td .product-service select,.table.cart-items td.quantity input,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type="text"],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type="submit"],.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-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),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input,.orderform-template .summary-note .note-textarea,#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select,.vcustom--vtex-omnishipping-1-x-address input{height:40px;line-height:40px;max-height:initial;display:inline-block;padding:0px 10px;border-radius:8px;border:1px solid #cbcbcb;outline:initial;font-family:"Inter",sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#vtexIdContainer input.error,.table.cart-items tr.item-attachments-content input.error,.table.cart-items tr.item-attachments-content select.error,.table.cart-items tbody tr td .product-service select.error,.table.cart-items td.quantity input.error,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type="text"],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type="submit"],.cart-more-options .srp-container select.error,.cart-more-options .srp-container input.error[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-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),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input.error,.orderform-template .summary-note .error.note-textarea,#app-container input.error[type=text],#app-container input.error[type=tel],#app-container input.error[type=email],#app-container select.error,.vcustom--vtex-omnishipping-1-x-address input.error{border-color:#ff4c4c}#vtexIdContainer input:focus,.table.cart-items tr.item-attachments-content input:focus,.table.cart-items tr.item-attachments-content select:focus,.table.cart-items tbody tr td .product-service select:focus,.table.cart-items td.quantity input:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input:focus[type="text"],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type="submit"],.cart-more-options .srp-container select:focus,.cart-more-options .srp-container input:focus[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input:focus,.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=email]: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:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=email]: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:focus[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:focus:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input:focus,.orderform-template .summary-note .note-textarea:focus,#app-container input:focus[type=text],#app-container input:focus[type=tel],#app-container input:focus[type=email],#app-container select:focus,.vcustom--vtex-omnishipping-1-x-address input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,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:transparent}}.btn,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a{font-family:"Inter",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,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus{transition:all ease 0.3s}.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action 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:#1d271f;border:1px solid #1d271f;font-size:13px}.btn-success:hover,.btn-success:focus,.btn-success:active{background:#1d271f;border:1px solid #1d271f}.btn-success[disabled]{background:#1d271f}.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,.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,.table.cart-items tbody tr td .product-service input[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type="submit"],.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,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data #btn-add-gift-card{background:transparent;border:1px solid #1a73e8;color:#1a73e8}.btn-secondary: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,.table.cart-items tbody tr td .product-service input:hover[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:hover[type="submit"],.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,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.orderform-template-holder #payment-data #btn-add-gift-card:hover,.btn-secondary: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,.table.cart-items tbody tr td .product-service input:focus[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type="submit"],.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,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.orderform-template-holder #payment-data #btn-add-gift-card:focus,.btn-secondary: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,.table.cart-items tbody tr td .product-service input:active[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:active[type="submit"],.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,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,.orderform-template-holder #payment-data #btn-add-gift-card:active{background:#f1f7ff;border:1px solid #1d63be;color:#1d63be}.btn-outlined{background:transparent;border:1px solid #1d271f;color:#1d271f}.btn-outlined:hover,.btn-outlined:focus,.btn-outlined:active{background:transparent;border:1px solid #1d271f}.btn#payment-data-submit span,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span,.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span{font-size:14px;margin-left:5px;font-weight:bold}.cart-more-options .srp-container .srp-main-title,.client-pre-email h3.client-pre-email-h span:after,.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,.orderform-template .cart-template.mini-cart h2{font-size:calc( 12px + 2px);text-transform:uppercase;border-bottom:1px solid #eee;font-weight:bold;margin-bottom:15px;padding:7px 0 !important;color:#999;color:#1d271f;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 .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 .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 .add-on,.input-prepend .btn,.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 .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 .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 8px 8px 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:none;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:8px;height:auto}.modal .btn,.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a,.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{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:#1d271f}.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 .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a,#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{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 .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,#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{background:#1d271f;border:1px solid #1d271f}#vtexIdContainer .vtexIdUI .btn.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 .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 .btn.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 .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 .btn.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,#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{background:#1d271f;border:1px solid #1d271f}#vtexIdContainer .vtexIdUI .btn#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,#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{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:"Inter",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>*{opacity:0;transition-delay:1.2s;transition-property:opacity;-webkit-transition-duration:0.5s}body.v-custom-loaded .cart-template.full-cart>*{opacity:initial}.onda-v1 .br-pill,.step,.cart,.totalizers{border-radius:8px}.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 0.8s, opacity ease 0.8s, margin ease 0.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}.checkout-container.row-fluid.orderform-active{position:initial}.container-cart h1,h1#orderform-title{font-size:22px !important;font-weight:400 !important;color:#1d271f !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>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>span:not(.payment-edit-link):before{background:#FFF;border:1px solid #1d271f;color:#1d271f;width:26px;height:26px;line-height:26px;font-size:15px}body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span: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>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>span:before,body.v-custom-step-payment .shipping-data .accordion-toggle:before,body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-profile .client-profile-data .accordion-toggle>span:before,body.v-custom-step-shipping .shipping-data .accordion-toggle:before,body.v-custom-step-payment .payment-data .accordion-toggle>span:not(.payment-edit-link):before,body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before{background:#1a73e8;border-color:#1a73e8;color:#FFF}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>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>span:before{content:"2"}.shipping-data .accordion-toggle:before{content:"3"}.payment-data .accordion-toggle>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 0.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-cart .checkout-steps_item_cart .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-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-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{color:#1d271f;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:0.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:#999;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 0.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}#change-pickup-button{display:none !important}.vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint{position:relative}.vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint #custom-locator-trigger{height:2rem;width:100%;cursor:pointer;font-size:0;position:absolute;bottom:0}@media (max-width: 381px){.vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint #custom-locator-trigger{height:3.5rem}}.ask-for-geolocation-manual,.vtex-omnishipping-1-x-cta{display:none !important}#map{height:61vh;width:60%}@media (max-width: 1005px){#map{margin-top:1rem;width:70vw;height:70vh}}.btn-success#custom-locator-trigger{display:flex;justify-content:center;align-items:center;text-align:center;padding:0;margin:auto}@media (min-width: 700px){.btn-success#custom-locator-trigger{width:50%}}@media (max-width: 905px){.custom-locator-popup{overflow:scroll}}.custom-locator-popup .pickupPopup-content{position:relative;align-items:center;min-width:50vw;height:64vh;top:17%}@media (max-width: 1005px){.custom-locator-popup .pickupPopup-content{min-height:21rem;width:70vw;height:80vh;top:5% !important}}@media (min-width: 1050px){.custom-locator-popup .pickupPopup-content{width:70vw !important;min-height:26rem}}.custom-locator-popup .pickupPopup-content.select-province-step,.custom-locator-popup .pickupPopup-content.no-pickup-points{top:30%;height:30vh}@media (max-width: 905px){.custom-locator-popup .pickupPopup-content.select-province-step,.custom-locator-popup .pickupPopup-content.no-pickup-points{min-height:21rem;width:70vw;height:50vh;max-height:20rem}}@media (min-width: 1000px){.custom-locator-popup .pickupPopup-content.select-province-step,.custom-locator-popup .pickupPopup-content.no-pickup-points{width:30vw !important;min-width:29rem !important;min-height:unset !important;height:16rem}}.custom-locator-popup .pickupPopup-content.select-province-step .custom-locator-loading,.custom-locator-popup .pickupPopup-content.select-province-step .custom-locator-go-back,.custom-locator-popup .pickupPopup-content.no-pickup-points .custom-locator-loading,.custom-locator-popup .pickupPopup-content.no-pickup-points .custom-locator-go-back{display:none !important}.custom-locator-popup .pickupPopup-content .custom-locator-loading{position:absolute;z-index:1;background:white;border-radius:8px;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.custom-locator-popup .pickupPopup-content .btn-disabled{background-color:#999 !important;border-color:#999 !important}.custom-locator-popup .pickupPopup-content .btn-disabled:hover{cursor:initial}.custom-locator-popup .pickupPopup-content .pickup-point-confirm-button{display:flex;justify-content:center;align-items:center;width:100%;margin-top:1rem}.custom-locator-popup .pickupPopup-content .pickup-point-confirm-button button{width:100%;margin-right:1rem}.custom-locator-popup .pickupPopup-content .custom-locator-top-buttons{display:flex;width:100%;flex-direction:row-reverse;justify-content:space-between}.custom-locator-popup .pickupPopup-content .custom-locator-top-buttons .custom-locator-go-back{text-decoration:underline;font-size:0.9rem;cursor:pointer;text-underline-offset:5px}.custom-locator-popup .pickupPopup-content .custom-locator-top-buttons .custom-locator-go-back::before{content:url(https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/backToCart___gfm.svg);position:relative;top:1px;margin-right:10px}.custom-locator-popup .pickupPopup-content .custom-locator-top-buttons .pickupPopup-cross{align-self:end}.custom-locator-popup .pickupPopup-content .no-pickup-points-screen{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:1rem;margin:auto}.custom-locator-popup .pickupPopup-content .no-pickup-points-screen .no-pickup-points-title{font-weight:bold;font-size:1.3rem;text-align:center}.custom-locator-popup .pickupPopup-content .custom-locator-province-step{display:flex;flex-direction:column;margin:auto;align-items:center}.custom-locator-popup .pickupPopup-content .custom-locator-province-step .custom-locator-modal-title{font-weight:bold;font-size:1.3rem;text-align:center}@media (max-width: 905px){.custom-locator-popup .pickupPopup-content .custom-locator-province-step .custom-locator-modal-title{position:absolute;top:4rem;max-width:17rem}}.custom-locator-popup .pickupPopup-content .custom-locator-province-step .btn,.custom-locator-popup .pickupPopup-content .custom-locator-province-step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .custom-locator-popup .pickupPopup-content .custom-locator-province-step a,.custom-locator-popup .pickupPopup-content .custom-locator-province-step .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .custom-locator-popup .pickupPopup-content .custom-locator-province-step a{padding:0 6rem}.custom-locator-popup .pickupPopup-content .custom-locator-province-step .selects-container{margin:2rem 0;display:flex;gap:1rem}@media (max-width: 905px){.custom-locator-popup .pickupPopup-content .custom-locator-province-step .selects-container{flex-direction:column;margin-top:5rem;width:100%}.custom-locator-popup .pickupPopup-content .custom-locator-province-step .selects-container select{width:100%}}.custom-locator-popup .pickupPopup-content .custom-locator-province-step .selects-container select{color:#999;border:1px solid black;min-height:2.5rem;min-width:14rem;margin-top:0.5rem;border-radius:8px;font-size:0.9rem;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em;padding-left:1rem}.custom-locator-popup .pickupPopup-content .custom-locator-map-step{display:flex;align-items:start;justify-content:start;height:100%;width:100%;min-height:25rem}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .custom-locator-map-tabs-container{display:flex;align-items:center;width:100%;gap:1rem}@media (min-width: 1005px){.custom-locator-popup .pickupPopup-content .custom-locator-map-step .custom-locator-map-tabs-container{display:none !important}}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .custom-locator-map-tabs-container .custom-locator-tab-item{width:50%;text-align:center;border:1px solid black;border-radius:8px;padding:0.5rem 0;cursor:pointer;font-weight:bold;font-size:13px}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .custom-locator-map-tabs-container .custom-locator-tab-item.selected{background:#FF533B;color:white}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-points-list-container{width:40%;padding-right:1rem;display:flex;height:100%;flex-direction:column;justify-content:space-between}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item-availability-text{color:green;border:none !important;padding:0}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item-availability-text.unavailable-items{color:orange}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .image-items-container{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .image-items-container .vtex-pickup-points-modal-3-x-productItemUnavailableSlash{background:#ff0000 !important}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .image-items-container .unavailable-item{position:relative;overflow:hidden;border:1px solid red;border-color:#ff0000 !important}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .image-items-container .unavailable-item img{opacity:0.6}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .image-items-container .image-item{height:3rem;width:3rem;border:1px solid lightgray}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-points-list{max-height:46vh;overflow-y:scroll}@media (max-width: 1005px){.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-points-list{max-height:calc(96vh - 21rem);height:50%}}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pick-points-list-title{margin-bottom:1rem}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pick-points-list-title h5{font-size:1.25rem}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pick-points-list-title span{font-size:0.85rem}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item{padding:1rem;margin-bottom:1rem;margin-right:0.5rem;border:1px solid black;border-radius:8px;display:flex;justify-content:space-around;align-items:center;cursor:pointer;transition:box-shadow .6s}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item:hover{box-shadow:10px 10px 35px rgba(33,33,33,0.2)}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item .pickup-point-list-radio-select{display:flex;justify-content:center;align-items:center;height:100%;min-width:1rem;min-height:5rem}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item .pickup-point-list-radio-select .pickup-point-list-radio-select-outer{width:1rem;height:1rem;border:1px solid gray;border-radius:50%;padding:0.1rem;display:flex;justify-content:center;align-items:center}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item .pickup-point-list-radio-select .pickup-point-list-radio-select-outer .pickup-point-list-radio-select-inner{display:none;height:0.8rem;width:0.8rem;background:#ff533b;border-radius:50%}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item .pickup-point-list-radio-select .pickup-point-list-radio-select-outer .pickup-point-list-radio-select-inner.selected{display:initial}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item .pickup-point-list-item-content{padding:0.5rem;width:80%;border-left:1px solid gray;display:flex;flex-direction:column}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-point-list-item .pickup-point-list-item-content .pickup-point-list-item-name{font-weight:bold;font-size:0.85rem;margin:0;margin-bottom:1rem}@media (max-width: 1005px){.custom-locator-popup .pickupPopup-content .custom-locator-map-step{flex-direction:column}.custom-locator-popup .pickupPopup-content .custom-locator-map-step .pickup-points-list-container{width:100%}}body .container-fluid.header{position:relative}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>.container{display:flex;align-items:center}@media (max-width: 690px){body .main-header,body .main-header>.container{justify-content:center}}body .main-header>.container:before,body .main-header>.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>.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:#1d271f;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:#1d271f}}.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:#999}.info-icon{display:inline-block;cursor:pointer;margin-top:0.7rem}.info-icon-tax{display:inline-block;cursor:pointer;margin-left:0.5rem;margin-top:0 !important}.tooltipTax{transform:translate(50%, -35%) !important;right:0 !important}@media screen and (max-width: 700px){.tooltipTax{transform:unset !important;right:0 !important;left:0 !important}}.tooltip{right:5rem;transform:translate(-55%, -20%);color:#fff;font-size:14px;white-space:nowrap;opacity:0;transition:opacity 0.3s ease-in-out;background:#ffffff;z-index:10000000;overflow:visible;border-radius:13px;box-shadow:0px 7px 14px 0px #00000040;height:fit-content;width:18rem;max-width:75vw;padding:1rem}@media (max-width: 700px){.tooltip{max-width:none;top:44%;left:50%;transform:translateX(-50%)}}.tooltip p{color:grey;white-space:break-spaces}.tooltip .tooltip-header{display:flex;justify-content:space-between;margin-bottom:0.75rem;flex-direction:row-reverse}.tooltip .tooltip-header h4{font-weight:bold;color:black;margin:0}.info-icon.clicked .tooltip{opacity:1;pointer-events:auto}.close-btn{position:absolute;top:2px;right:5px;cursor:pointer}.authorized-title-wrapper{display:flex;align-items:center;justify-content:flex-start;padding-right:1rem;gap:1rem}@media screen and (max-width: 450px){.authorized-title-wrapper{padding-right:0}}.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper{position:relative}#authorized-selected-warning{display:none}@media (max-width: 450px){#authorized-selected-warning{width:100%}}#selected-auth-option-validation{position:absolute;cursor:pointer;height:3rem;bottom:0;width:100%}.container-authorized-third-wrapper input.selected-option ~ span{font-weight:bold !important}.tooltip{display:none !important}.clicked .tooltip{display:block !important}#authorized-self-checkbox,#authorized-third-checkbox{margin-bottom:5px;height:11px;width:11px}@media (max-width: 700px){.info-icon{margin-left:10px}.authorized-title-wrapper{gap:0px !important}.authorized-title{font-size:12px !important}.tooltip{top:53% !important}}@keyframes shine{0%{background-position:200% 0}100%{background-position:-200% 0}}.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:8px}@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 !important;border-bottom:1px solid #eee}@media (max-width: 691px){.table.cart-items thead{display:none !important}}.table.cart-items thead tr{display:flex;align-items:center}.table.cart-items thead tr th.product{width:calc(100% - 398px) !important;padding-left:120px}.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;font-size:0px}.table.cart-items thead tr th.quantity::after{content:"Unidades";font-size:12px !important}.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 thead tr th.product-price{padding-left:45px}.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 #eee}.table.cart-items tbody tr.hide{display:none}.table.cart-items tbody tr>.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 .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 .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 .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 .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 .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 .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:none}.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.product-price .old-product-price.muted,.table.cart-items tbody tr td.quantity-price .new-product-price-label,.table.cart-items tbody tr td.quantity-price .old-product-price-label,.table.cart-items tbody tr td.quantity-price .old-product-price.muted{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:#999}.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>*:last-child,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list>*:last-child{margin-bottom:-7px}}.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active>.list-price,.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active>.list-price{display:none !important}.table.cart-items tbody tr td.product-price>span.list-price,.table.cart-items tbody tr td.product-price>span.best-price,.table.cart-items tbody tr td.quantity-price>span.list-price,.table.cart-items tbody tr td.quantity-price>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;padding-left:70px}.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 .v-custom-assemblies{clear:both}.table.cart-items tbody tr.v-custom-bundles-in .product-service{display:none}.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:8px;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>tr.v-custom-indexed-item{display:none}.table.cart-items td.product-image a{overflow:hidden;border-radius:8px}.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:8px;border:1px solid #cbcbcb;float:left}.table.cart-items td.quantity input{margin:0;width:30px !important;height:30px !important;line-height:30px;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.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:8px;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>div{display:flex;justify-content:space-between;align-items:center}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"]{display:block !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="flex"] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>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:#1d271f}.summary-template-holder .summary-coupon p.coupon-fields span.info>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 .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-links-bottom a,.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{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.promotion-details-container.promotion-details-accordion{border:none;padding:0}.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:#1d271f;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}.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 .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:8px}.cart-more-options .srp-container .srp-delivery-info .b--light-gray{background:#FFF;border-radius:8px}.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 .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,.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{height:40px;outline:initial;border-radius:8px}.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 .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,.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{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}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template{margin:0}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart{margin:0}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody{display:flex;flex-direction:column}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody{gap:16px}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item{background:#FFF;min-height:145px;height:auto;display:flex;flex-direction:column;gap:12px;padding:16px;margin:0;border:0;border-radius:0;box-sizing:border-box;order:1}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item{padding:12px}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item:last-child{border-bottom:0}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap{display:grid;grid-template-columns:2fr 5fr 3fr 2fr 1fr;gap:8px;order:1}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap{display:grid;grid-template-columns:repeat(5, 1fr)}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-image{width:76px;height:76px;padding:0;margin:0;order:1}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-image{grid-area:1 / 1 / 3 / 2;width:55px;height:55px}}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-image>a{width:55px;height:55px;padding:0;margin:0}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-name{width:auto !important;position:relative;top:0;left:0;padding:0 !important;margin:0;order:2}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-name{height:40px;grid-area:1 / 2 / 2 / 6;padding:0;margin:0 32px 0 0 !important}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-name>a{color:var(--mas-online-primary-color, #1D271F);font-size:14px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-0.42px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-name>a{font-weight:500;padding:0;-webkit-line-clamp:2;line-clamp:2}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-name>.brand{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity{position:relative;right:0;width:fit-content;height:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 12px;margin:0 0 0 auto;border:1px solid var(--mas-online-grey-default, #989898);border-radius:8px;order:3}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity{width:fit-content;gap:6px;padding:6px 0;border:1px solid var(--mas-online-grey-dark, #767676)}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-quantity-change{width:12px;height:12px;padding:0;margin:0;border:0}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-quantity-change{width:24px;height:18px}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-quantity-change>.icon{display:block;width:12px;height:12px}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-quantity-change>.icon{width:24px;height:18px}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-quantity-change>.icon::before{display:block;width:12px;height:12px;line-height:12px}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-quantity-change>.icon::before{width:24px;height:18px;color:var(--mas-online-grey-dark, #767676);text-align:center;font-family:Inter, sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:130%}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>input{background:transparent;width:50px !important;height:20px !important;color:var(--mas-online-primary-color, #1D271F);text-align:center;font-family:Montserrat, sans-serif;font-size:11px;font-style:normal;font-weight:600;line-height:normal;padding:0 1px;border:0;border-left:1px solid var(--mas-online-grey-divider-stroke, #DADADA);border-right:1px solid var(--mas-online-grey-divider-stroke, #DADADA);border-radius:0;box-sizing:content-box}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>input{color:var(--mas-online-grey-dark, #767676);text-align:center;font-family:Inter, sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-0.42px;padding:0;border:0}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>input:focus{box-shadow:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-unit-skeleton{height:20px;width:54px;border-radius:5px;background-color:#EAEAEA;background-image:linear-gradient(-85deg, #EAEAEA 8%, #f5f5f5 20%, #f5f5f5 24%, #EAEAEA 32%);background-size:200% 100%;animation:shine 1.5s linear infinite}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity>.item-unit-skeleton{width:52px}}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity{grid-area:2 / 2 / 3 / 4;margin:0 !important}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.product-price>.best-price{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity-price{display:block !important;width:auto !important;position:relative;text-align:right;padding:0;margin:0;order:4}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity-price{grid-area:2 / 4 / 3 / 6}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity-price>.total-selling-price{color:var(--mas-online-primary-color, #1D271F);font-size:16px;font-style:normal;font-weight:700;line-height:140%}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity-price>.total-selling-price{font-size:14px;line-height:130%;margin:0}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.item-remove{position:relative;top:0;right:0;padding:0;margin:0 0 0 auto;order:5}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.item-remove{position:absolute;width:24px !important;height:24px}}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.item-remove>.item-link-remove{display:block;width:24px;height:24px;padding:0}}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.item-remove>.item-link-remove>.icon-remove{display:block;width:24px;height:24px;padding:0}}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.item-remove>.item-link-remove>.icon-remove::before{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjA0NjkgNi42MTcxOUw2LjA0Njg4IDE4LjYxNzIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjA0Njg4IDYuNjE3MTlMMTguMDQ2OSAxOC42MTcyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");display:block;width:24px;height:24px}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-desktop{display:flex;align-items:center;gap:8px;margin:0;order:3}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-desktop{display:none}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-desktop>span{background:#EAEAEA;color:var(--mas-online-primary-color, #1D271F);text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-0.3px;padding:4px 12px;margin:0;border:1px solid #EAEAEA;border-radius:100px}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-desktop>span.active{font-weight:700;border:1px solid var(--mas-online-primary-color, #1D271F)}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile{display:none;margin:0}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile{background:transparent;display:flex;align-items:center;justify-content:flex-start;gap:8px;border:0;border-radius:0;order:3}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile::before{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile>span{color:var(--mas-online-primary-color, #1D271F);font-size:12px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-0.36px}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile>.containerSelect{position:relative}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile>.containerSelect>select{height:17px;color:var(--mas-online-secondary-color, #FF533B);font-size:12px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-0.36px;margin:0;position:relative;top:2px;width:100% !important;padding:0 20px 0 0}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile>.containerSelect svg{position:absolute;top:4px;right:0;z-index:-1}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.individual-sustitution-mobile::after{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.unavailable-substitution{background:var(--mas-online-grey-divider-stroke, #DADADA);width:fit-content;padding:4px 12px;border:1px solid var(--mas-online-grey-divider-stroke, #DADADA);border-radius:100px;order:3}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.unavailable-substitution>span{display:block;color:var(--mas-online-primary-color, #1D271F);text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-0.3px}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-max-quantity{height:165px}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-max-quantity::after{content:"Cantidad m\E1xima permitida";height:17px;color:var(--mas-online-status-error, #EC3964);font-size:12px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-0.36px;margin:0;order:2}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-max-quantity>.v-custom-product-item-wrap>.quantity{border:1px solid var(--mas-online-secondary-color, #FF533B)}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-max-quantity>.v-custom-product-item-wrap>.quantity>.item-quantity-change-increment{opacity:0.5;pointer-events:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-max-quantity>.v-custom-product-item-wrap>.quantity::after{width:162px;content:"Cantidad m\E1xima permitida";color:var(--mas-online-status-error, #EC3964);font-size:12px;font-style:normal;font-weight:500;text-align:left;line-height:140%;letter-spacing:-0.36px;position:absolute;left:0;bottom:-22px;order:2}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-max-quantity>.v-custom-product-item-wrap>.quantity::after{display:none}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable{background:var(--mas-online-grey-light, #f5f5f5);height:173px;border:0;border-radius:8px;order:0}@media (max-width: 690px){#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable{height:172px}}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.v-custom-product-item-wrap>.product-image{opacity:0.5}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.v-custom-product-item-wrap>.product-name>a{color:var(--mas-online-grey-default, #989898)}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.v-custom-product-item-wrap>.quantity{border:1px solid var(--mas-online-grey-default, #989898)}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.v-custom-product-item-wrap>.quantity>.item-quantity-change{opacity:0.75}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.v-custom-product-item-wrap>.quantity>input{color:var(--mas-online-grey-default, #989898)}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.v-custom-product-item-wrap>.quantity-price>.total-selling-price{color:var(--mas-online-grey-default, #989898)}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.unavailable-message{display:flex;align-items:center;gap:8px;color:var(--mas-online-status-error, #EC3964);font-size:12px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-0.36px;margin:0;order:2}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.unavailable>.unavailable-message::before{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFsZXJ0LXRyaWFuZ2xlIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTE5MTFfMTMxMDcpIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTYuOTA3MzggMi42ODg3TDEuMjYwNzEgMTIuMTE1NEMxLjE0NDI5IDEyLjMxNyAxLjA4MjY5IDEyLjU0NTYgMS4wODIwNCAxMi43Nzg0QzEuMDgxMzggMTMuMDExMiAxLjE0MTcgMTMuMjQwMSAxLjI1Njk5IDEzLjQ0MjRDMS4zNzIyOSAxMy42NDQ3IDEuNTM4NTMgMTMuODEzMiAxLjczOTE4IDEzLjkzMTNDMS45Mzk4NCAxNC4wNDkzIDIuMTY3OTEgMTQuMTEyOCAyLjQwMDcxIDE0LjExNTRIMTMuNjk0QzEzLjkyNjggMTQuMTEyOCAxNC4xNTQ5IDE0LjA0OTMgMTQuMzU1NiAxMy45MzEzQzE0LjU1NjIgMTMuODEzMiAxNC43MjI1IDEzLjY0NDcgMTQuODM3OCAxMy40NDI0QzE0Ljk1MyAxMy4yNDAxIDE1LjAxMzQgMTMuMDExMiAxNS4wMTI3IDEyLjc3ODRDMTUuMDEyMSAxMi41NDU2IDE0Ljk1MDUgMTIuMzE3IDE0LjgzNCAxMi4xMTU0TDkuMTg3MzggMi42ODg3QzkuMDY4NTMgMi40OTI3OCA4LjkwMTE5IDIuMzMwNzggOC43MDE1MSAyLjIxODM2QzguNTAxODIgMi4xMDU5NCA4LjI3NjUzIDIuMDQ2ODggOC4wNDczOCAyLjA0Njg4QzcuODE4MjIgMi4wNDY4OCA3LjU5MjkzIDIuMTA1OTQgNy4zOTMyNSAyLjIxODM2QzcuMTkzNTYgMi4zMzA3OCA3LjAyNjIyIDIuNDkyNzggNi45MDczOCAyLjY4ODdWMi42ODg3WiIgc3Ryb2tlPSIjRUMzOTY0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik04LjA0Njg4IDYuMTE3MTlWOC43ODM4NSIgc3Ryb2tlPSIjRUMzOTY0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik04LjA0Njg4IDExLjQ0OTJIOC4wNTM1NCIgc3Ryb2tlPSIjRUMzOTY0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzExOTExXzEzMTA3Ij4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNDY4NzUgMC4xMTcxODgpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");display:grid;place-items:center;height:17px}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-is-gift>.v-custom-product-item-wrap{grid-template-columns:2fr 5fr 6fr}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-is-gift>.v-custom-product-item-wrap>.quantity{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-is-gift>.v-custom-product-item-wrap>.quantity-price{color:var(--mas-online-primary-color, #1D271F);font-size:16px;font-style:normal;font-weight:700;line-height:140%;text-align:center}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-is-gift>.v-custom-product-item-wrap>.item-remove{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.hasPromotion .product-price{display:none !important}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.item-unavailable{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart-more-options{display:none !important}.unavailable-message-added .not-substitution{display:none}.not-substitution{width:fit-content}.unavailable-message-added{height:fit-content !important;padding-bottom:20px !important}.unavailable-message-added::after{display:none}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item>.v-custom-product-item-wrap>.quantity-price{margin-left:25px !important}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item:not(.hasPromotion)>.v-custom-product-item-wrap>.quantity-price{display:flex !important;flex-direction:column-reverse}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item:not(.hasPromotion)>.v-custom-product-item-wrap>.quantity-price>.old-product-price{color:#333}.individual-sustitution-mobile span{line-height:normal !important;margin-top:2px !important}#checkoutMainContainer>.container-cart>.checkout-container>.cart-template>.cart-template-holder>.cart>.cart-items>tbody>.product-item.product-item-max-quantity>.v-custom-product-item-wrap>.quantity>.item-quantity-change-increment{background-color:transparent !important}.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:#1d271f;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:#eee}@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}.orderform-template-holder #payment-data .payment-group-item-cards .card-flag.Naranja{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAEQ0lEQVR42q2VfUyVVRzHz3nOc557L/cmN+QSumhMMlF0xeYaxQwI2yR5m6sx2Moy0VGRMyvD/sq1sUAUVnOxSkDX5lyr/igxJmV/wEBeAkneWo4MCZDL5XJfnrfz0rmQJndcpq7fH8/OefY9v8/v5bxAzjlYzjhlE52XR7/5dv76X4DzVY8krC/MX/tUmiTL4UrO2Ui30dxEx4a4rkpxCTgtB2e9yN0T3NBhJAAj5PTTz/jHJ7DNKqbUMJCMM6srN7ywKxwAgPpenjHQDu0PAAABMYCpO+o7AJQgiQwAWrArc1uPWxUhS7eQRNWePHRw68HyMG3gcB4Z7YOKZSEhBgzdUXsRJW4U04gArgXcWek3pgNd2EohR0BaqBs1/IFNJUVZxz5eAng/n4z8+h9AZHCiFSUmrwjQg5MZ6Xx6zocsHUhWOZQlGPrPuO7zJj6btePzenmhevcLMPTJjDQy7ZWBHGSg24LdHGIYMrHE8PtdmzY+f/qUIz7+PgHm8G/T+XmMI8gQYJRT3oOVCUaxokBJEm7MYDDKFbez6YvYzSmBigIy3HsPAOq+OftKsTb8O4AKpBKlBM35VtdU9Xk9vTV12G6XEBIyomnIYn2u/rM1P9dpV9ohXhHAQ1tM9DaoXjjn//S4MT4LkZ2ZQs2JxxNdUhRz8qSQXfmysf3oRxBjhHEoFNPkkpz7BHRCP1vcCGEA5r7KgYX7Zuj1IdLTpnZ2mmNTnNmYLnMDMm9AgrLj9TLnkYrFCISNXWhpeettRkzZYhHhEcJykrVYh2g/XAZAv0o1J8fpDKUeQOYUElCoD3EfoR4NILs1PSP6nXdxSgoDQLqjhtP9/c2v7gu63bItijCes0GLtbMIgFOJpttL5xCdheYMEwMOnZIrSUnbbsstxInrbgceZr4bEz+8vMc9MirZ7KEMIgKaS4hP5cTJ5bUwOgnGJ6OH10sxscs6DTMSVM/v2XvtUlvhVjliiZipAtl6e83d+F1yXABoKT+UNHAmPs4earI4JYwBLeCoa0XrNq90Du7J/I2V9LtPuKFBIIkMRA2iqr9HTtf/A1hsEpv8kw518eA8jEuQt6QDa9RiMUIAoWBdLUwLytsKhZz82CRnFwOs3D2Ddl9EKWnA5oC3kKIh0sLd9S9AqynjU+PSo1uU7BKtqtRypIH2/QKsDjo2iDN30YE2KCvosVQ62AFWxdJrA8rO10jrWRgTD3weXLjfOFMp79jN/+hnpsFvjsM1SXh70ZIM9BNvyqmZ6PEMrfEou9qp7P6A/HQOv1Rh1B7ABaVm61nLG8do7yU62ovzSrXqfdayKr3hw6jjLXpdOcouMb+uVXL3mucbcPFhs7kByNh6oO4OgEB4poC4SRxOoKvcMyVC4/OzQPUDkWf0aq6p4ivGfOZvsQVDT9WDLh6YhzEPce8sG+qkg5dxwX6oWLnPI2TAHg2dLnHvCsA/8aKVXIjPnGcAAAAASUVORK5CYII=");color:transparent}.orderform-template-holder .step .input.text label,.vcustom--vtex-omnishipping-1-x-address label{margin:10px 0 5px 0;display:block;color:#999}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:darkgray;background:linear-gradient(to right, #eee 10%, #ddd 18%, #eee 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:8px;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:0.7;transition:all ease 0.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>i,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>i,.orderform-template-holder #shipping-data .accordion-toggle>i,.orderform-template-holder #payment-data .accordion-toggle>i{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>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:8px;border:1px solid #cbcbcb;opacity:1;text-decoration:none;color:#1d271f;transition:all ease 0.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:#1d271f}.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>.payment-group-item-cards{display:block;overflow:hidden;position:absolute;right:0;top:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.payment-group-item-cards .card-flag{opacity:1}.orderform-template-holder #payment-data #payment-group-custom201PaymentGroupPaymentGroup{display:none}.orderform-template-holder #payment-data .payment-submit-wrap{pointer-events:none;opacity:.5}body.customDeliveryFinished .orderform-template-holder #payment-data .payment-submit-wrap{pointer-events:initial;opacity:1}.orderform-template-holder #payment-data p.link.link-gift-card{margin-bottom:10px;padding:0;border-color:#1d271f;background-color:#f3f3f3}.orderform-template-holder #payment-data p.link.link-gift-card:hover{box-shadow:none;border-color:#ff533b;background-color:#FFF}.orderform-template-holder #payment-data p.link.link-gift-card a{padding:10px 10px;display:block;text-align:left;color:#1d271f;text-decoration:none !important;font-size:0 !important;line-height:0}.orderform-template-holder #payment-data p.link.link-gift-card a:before{content:"";width:16px;height:16px;display:inline-block;border:1px solid #ff533b;border-radius:100%;vertical-align:middle;margin:-3px 10px 0 0}.orderform-template-holder #payment-data p.link.link-gift-card a:after{content:'Utilizar una tarjeta de regalo';font-size:12px !important;line-height:20px;vertical-align:middle}.orderform-template-holder #payment-data .payment-group-list-btn{width:100%;display:flex;flex-direction:column}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap .container-legals-methods{display:none;background-color:#ff3c00;padding:12px 24px;border-radius:8px;color:#fff;clear:both;margin:20px 0 0 0}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap .container-legals-methods h2{margin:0 0 10px 0;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23fff' width='20px' height='20px' viewBox='0 0 200 200' data-name='Layer 1' id='Layer_1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M176.6,125a9.9,9.9,0,0,0-9-2c-7-22.5-10-39.5-11.5-58-3-29-26-52.5-55.5-52.5-30.5,0-53.5,24-56,53-1.5,18.5-5,35.5-12,57.5a9.9,9.9,0,0,0-9,2,10.68,10.68,0,0,0-1.5,14c3,3.5,10.5,8.5,18,10.5l20,5a34.72,34.72,0,0,0,35,33h10a35.06,35.06,0,0,0,35-33c8.5-1.5,15-3,20-5a51.74,51.74,0,0,0,13-6.5c1.5-1,3.5-2,5-4,2.5-4.5,2.5-10.5-1.5-14ZM64.6,67c2-19.5,17-34.5,36-34.5,18.5,0,34,14.5,35.5,34,2,21,5.5,40,13.5,65.5-9.5,2.5-25,5.5-49.5,5.5s-40-3-49.5-5.5C59.1,107,63.1,87.5,64.6,67Zm40.5,100.5h-10c-6.5,0-12.5-4.5-14-10.5,5,.5,11.5.5,19,.5,7,0,13.5,0,19.5-.5A15.17,15.17,0,0,1,105.1,167.5Z'/%3E%3C/svg%3E");background-position:center left;background-repeat:no-repeat;padding:0 0 0 25px;text-transform:uppercase;font-size:14px;font-weight:600;line-height:normal}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap .container-legals-methods p{font-size:14px}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap .container-legals-methods p small{font-size:12px}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap .container-legals-methods p small a{color:#fff;text-decoration:none;border:0}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap{order:100}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(1){order:1}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(4){order:20}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(5){order:30}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(5) .container-legals-methods{display:block}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(3){order:40}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(3) .container-legals-methods{display:block}.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(2){order:50}.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 transparent transparent transparent;border-width:6px}.orderform-template-holder #payment-data .payment-group-item.active:before{border-color:#1a73e8 transparent transparent transparent;border-width:7px}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default{padding:16px;margin:0 0 12px 0;width:100%;border:1px solid #1d271f}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default .loading-inline{position:absolute;z-index:10;width:20px;height:20px;background:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/checkout/loading.gif?v=1") center center no-repeat;left:77%;top:8%;background-size:cover;opacity:.5}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default span.help.error{bottom:-5px;left:50%;transform:translateX(-50%)}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label{font-weight:bold;color:#000;font-size:0;line-height:0}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label:before{content:'Tarjeta de regalo';font-size:12px;line-height:1}.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:0}.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-top:10px;margin-bottom:0}.orderform-template-holder #payment-data .payment-discounts-list .gift-card-provider-group-loyalty-program{border-bottom:1px solid #eee}.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:8px;border-color:#1d271f;color:#1d271f}.orderform-template-holder #payment-data #btn-add-gift-card:hover{background:#1d271f;border-color:#1d271f;color:#fff}.orderform-template-holder #payment-data #btn-add-gift-card:focus,.orderform-template-holder #payment-data #btn-add-gift-card:active{background:#334436;border-color:#334436;color:#fff}.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:#1d271f}.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:8px;background:#FFF;border:1px solid #cbcbcb;color:#1d271f;transition:all ease 0.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 transparent;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 #999;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>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:#1d271f}.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>*{width:100%;order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressFormPart1{order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressForm{order:2}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-deliveryGroup{order:4}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-submitPaymentButton{order:100}.orderform-template-holder .step.shipping-data .box-step>*.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>a.vtex-omnishipping-1-x-btnDelivery,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step.shipping-data .box-step>a.vtex-omnishipping-1-x-btnDelivery{order:5;margin-top:20px;background:#1a73e8}.orderform-template-holder .step.shipping-data .box-step>*#postalCode-finished-loading,.orderform-template-holder .step.shipping-data .box-step>*: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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'><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'></path> <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 '></polygon></svg>") 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:8px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#1a73e8;border-color:#1a73e8;border-radius:8px}.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:8px}.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:#eee;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: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;margin-bottom:1rem !important}}.orderform-template .cart-template.mini-cart .cart-items>.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>.summary-coupon-wrap,.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap>.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>.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>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 #eee}.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:8px;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>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>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:8px;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.promotion-details-container.promotion-details-accordion{border:none;padding:0}.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:transparent;border-radius:8px}.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:#eee}.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>*{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>div{display:none !important}.orderform-template .summary-note .note-label label{font-size:0;line-height:.875rem}.orderform-template .summary-note .note-label label:after{content:'Observaciones';color:#1d271f;font-size:.875rem;font-weight:700}.orderform-template .summary-note .note-textarea{font-family:"Inter",sans-serif;font-size:.75rem;height:7.625rem;line-height:1.25rem;max-height:8rem;max-width:100%;padding-top:.625rem;padding-bottom:.625rem;width:100%}@media (max-width: 768px){.orderform-template .summary-note .note-textarea{height:6.375rem}}.orderform-template .custom-cart-template-wrap{position:relative;background:#FFF;padding:17px 20px;text-align:left;box-sizing:border-box;border-radius:8px;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>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:0.7;display:none}#app-container .PaymentCardFlags .card-flag.card-selected{opacity:1;display:block}#app-container .PaymentCardFlags .card-flag.card-selected.Naranja{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAEQ0lEQVR42q2VfUyVVRzHz3nOc557L/cmN+QSumhMMlF0xeYaxQwI2yR5m6sx2Moy0VGRMyvD/sq1sUAUVnOxSkDX5lyr/igxJmV/wEBeAkneWo4MCZDL5XJfnrfz0rmQJndcpq7fH8/OefY9v8/v5bxAzjlYzjhlE52XR7/5dv76X4DzVY8krC/MX/tUmiTL4UrO2Ui30dxEx4a4rkpxCTgtB2e9yN0T3NBhJAAj5PTTz/jHJ7DNKqbUMJCMM6srN7ywKxwAgPpenjHQDu0PAAABMYCpO+o7AJQgiQwAWrArc1uPWxUhS7eQRNWePHRw68HyMG3gcB4Z7YOKZSEhBgzdUXsRJW4U04gArgXcWek3pgNd2EohR0BaqBs1/IFNJUVZxz5eAng/n4z8+h9AZHCiFSUmrwjQg5MZ6Xx6zocsHUhWOZQlGPrPuO7zJj6btePzenmhevcLMPTJjDQy7ZWBHGSg24LdHGIYMrHE8PtdmzY+f/qUIz7+PgHm8G/T+XmMI8gQYJRT3oOVCUaxokBJEm7MYDDKFbez6YvYzSmBigIy3HsPAOq+OftKsTb8O4AKpBKlBM35VtdU9Xk9vTV12G6XEBIyomnIYn2u/rM1P9dpV9ohXhHAQ1tM9DaoXjjn//S4MT4LkZ2ZQs2JxxNdUhRz8qSQXfmysf3oRxBjhHEoFNPkkpz7BHRCP1vcCGEA5r7KgYX7Zuj1IdLTpnZ2mmNTnNmYLnMDMm9AgrLj9TLnkYrFCISNXWhpeettRkzZYhHhEcJykrVYh2g/XAZAv0o1J8fpDKUeQOYUElCoD3EfoR4NILs1PSP6nXdxSgoDQLqjhtP9/c2v7gu63bItijCes0GLtbMIgFOJpttL5xCdheYMEwMOnZIrSUnbbsstxInrbgceZr4bEz+8vMc9MirZ7KEMIgKaS4hP5cTJ5bUwOgnGJ6OH10sxscs6DTMSVM/v2XvtUlvhVjliiZipAtl6e83d+F1yXABoKT+UNHAmPs4earI4JYwBLeCoa0XrNq90Du7J/I2V9LtPuKFBIIkMRA2iqr9HTtf/A1hsEpv8kw518eA8jEuQt6QDa9RiMUIAoWBdLUwLytsKhZz82CRnFwOs3D2Ddl9EKWnA5oC3kKIh0sLd9S9AqynjU+PSo1uU7BKtqtRypIH2/QKsDjo2iDN30YE2KCvosVQ62AFWxdJrA8rO10jrWRgTD3weXLjfOFMp79jN/+hnpsFvjsM1SXh70ZIM9BNvyqmZ6PEMrfEou9qp7P6A/HQOv1Rh1B7ABaVm61nLG8do7yU62ovzSrXqfdayKr3hw6jjLXpdOcouMb+uVXL3mucbcPFhs7kByNh6oO4OgEB4poC4SRxOoKvcMyVC4/OzQPUDkWf0aq6p4ivGfOZvsQVDT9WDLh6YhzEPce8sG+qkg5dxwX6oWLnPI2TAHg2dLnHvCsA/8aKVXIjPnGcAAAAASUVORK5CYII=");background-repeat:no-repeat;color:transparent !important}#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:#eee;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:#999}#app-container label.FormFieldLabel{display:block;clear:both;width:auto;margin-right:10px}#app-container .AddressForm{display:flex;flex-wrap:wrap}#app-container .AddressForm>*{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-holder #client-profile-data .step.client-profile-data.active span span::before{background-color:#ff533b !important;color:white !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data.active .accordion-toggle-active::before{background-color:#ff533b !important;color:white !important}.orderform-template .orderform-template-holder #payment-data .store-country-ARG.active span span::before{background-color:#ff533b !important;color:white !important}.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:8px;margin-top:4px !important;clear:both}.vcustom-customTax-tot{display:inline-block;position:relative;margin-left:5px}.vcustom-customTax-tot>span{background:#eee;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:#eee;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 transparent;border-top-width:4px;border-bottom-width:4px;border-right:4px solid #eee}.v-custom-addLabels-active-flag{background:#FFF;color:#1d271f;padding:1px 4px;border-radius:8px;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:0.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}.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}.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}.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container>*{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 0.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;margin-top:20px}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 .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 .vtex-omnishipping-1-x-addressFormPart1+.vtex-omnishipping-1-x-submitPaymentButton{display:none}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>*{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>*,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address>*{opacity:0.5}.vcustom--vtex-omnishipping-1-x-address{transition:all ease 0.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{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:8px}.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}.vtex-omnishipping-1-x-address p.ship-checkboxNumberLabel{justify-content:flex-end}.vtex-omnishipping-1-x-address p.ship-checkboxNumberLabel label{margin-left:5px !important;margin-top:5px !important}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>span:before{content:"1"}body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before{content:"2"}body.js-vcustom-hideEmailStep .payment-data .accordion-toggle>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>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}}::-webkit-scrollbar{width:0.3125rem;height:0.3125rem;background-color:#eee}::-webkit-scrollbar-thumb{background:#FF533B}::-webkit-scrollbar-thumb:hover{background:#FF533B}::-webkit-scrollbar-thumb:active{background:#FF533B}body{background:#f5f5f5}.container-fluid.header{height:88px;background:white;margin-bottom:50px;box-shadow:0px -1px 0px 0px rgba(24,24,24,0.16) inset;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center}.cart-template-holder{box-shadow:0px 6px 12px 0px #efefef;border-radius:8px;background:white;overflow:hidden}.body-cart-vertical .summary-template-holder{border-radius:8px;display:flex;flex-direction:column}@media (max-width: 998px){.body-cart-vertical .summary-template-holder{position:relative;margin-bottom:30px}}.body-cart-vertical .cart-template-holder{width:calc(70% - 36px)}@media (max-width: 998px){.body-cart-vertical .cart-template-holder{width:100%}}.body-cart-vertical .orderform-template::before,.body-cart-vertical .orderform-template::after{display:none}.body-cart-vertical .orderform-template .orderform-template-holder{width:calc(70% - 36px) !important;padding-right:0 !important}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder{width:100% !important}}.body-cart-vertical .orderform-template .orderform-template-holder #client-profile-data,.body-cart-vertical .orderform-template .orderform-template-holder #shipping-data,.body-cart-vertical .orderform-template .orderform-template-holder #payment-data{box-shadow:0px 6px 12px 0px #efefef;border-radius:8px;overflow:hidden;background:white;margin-bottom:24px}.body-cart-vertical .orderform-template .orderform-template-holder .step .accordion-heading .accordion-toggle{display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .accordion-toggle{font-size:0 !important}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .accordion-toggle::after{content:"M\E9todo de entrega";font-size:20px !important}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .accordion-toggle::after{font-size:16px !important}}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressForm{border:1px solid #dadada;padding:16px;border-radius:8px}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-addressSummary a.vtex-omnishipping-1-x-linkEdit{color:#1d271f;font-size:12px;font-style:normal;font-weight:400;letter-spacing:-0.035em;text-decoration:underline}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address>div{display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;flex-wrap:wrap}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address>div p.input{width:48%}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address>div p.input{width:100%}}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressFormPart1 p.ship-postalCode{margin-bottom:16px}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressFormPart1 p.ship-postalCode small{padding:0;margin:0 !important;margin-top:10px !important;display:block}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-addressFormPart1 p.ship-postalCode a{color:#1d271f;font-size:12px;font-style:normal;font-weight:400;letter-spacing:-0.035em;text-decoration:underline}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-shippingSectionTitle{color:#1d271f;font-size:16px;font-style:normal;font-weight:600;letter-spacing:0em;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #dadada}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle{font-size:0px}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle::before{content:"Tipo de env\CD\ADo";font-size:16px}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-svg{fill:#ff533b}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-svg path{fill:#ff533b}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption{border:1px solid #1d271f !important;padding:16px;border-radius:8px}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .vtex-omnishipping-1-x-leanShippingText{border:none}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .vtex-omnishipping-1-x-leanShippingTextLabelSingle{color:#1d271f;font-size:13px;font-style:normal;font-weight:600;letter-spacing:0em}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .vtex-omnishipping-1-x-leanShippingTextLabelSingle{font-size:12px}}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .vtex-omnishipping-1-x-optionPrice{color:#1d271f;font-size:14px;font-style:normal;font-weight:700;letter-spacing:0em}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .vtex-omnishipping-1-x-optionPrice{font-size:13px}}.body-cart-vertical .orderform-template .orderform-template-holder .step .vtex-omnishipping-1-x-deliveryGroup{margin-bottom:24px}.body-cart-vertical .orderform-template .orderform-template-holder .step .submit.btn.btn-success#go-to-shipping,.body-cart-vertical .orderform-template .orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success#go-to-shipping,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .body-cart-vertical .orderform-template .orderform-template-holder .step a.submit.btn-success#go-to-shipping,.body-cart-vertical .orderform-template .orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success#go-to-shipping,.body-cart-vertical .orderform-template .orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success#go-to-shipping{min-width:auto !important;margin:0 auto !important;font-size:0}.body-cart-vertical .orderform-template .orderform-template-holder .step .submit.btn.btn-success#go-to-shipping::before,.body-cart-vertical .orderform-template .orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success#go-to-shipping::before,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .body-cart-vertical .orderform-template .orderform-template-holder .step a.submit.btn-success#go-to-shipping::before,.body-cart-vertical .orderform-template .orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success#go-to-shipping::before,.body-cart-vertical .orderform-template .orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success#go-to-shipping::before{content:"Ir a M\E9todos de entrega";font-size:14px;padding-left:100px;padding-right:100px}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step .submit.btn.btn-success#go-to-shipping::before,.body-cart-vertical .orderform-template .orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success#go-to-shipping::before,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .body-cart-vertical .orderform-template .orderform-template-holder .step a.submit.btn-success#go-to-shipping::before,.body-cart-vertical .orderform-template .orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success#go-to-shipping::before,.body-cart-vertical .orderform-template .orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success#go-to-shipping::before{padding-left:0px;padding-right:0px}}.body-cart-vertical .orderform-template .orderform-template-holder .step .submit.btn.btn-success#btn-go-to-payment,.body-cart-vertical .orderform-template .orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success#btn-go-to-payment,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .body-cart-vertical .orderform-template .orderform-template-holder .step a.submit.btn-success#btn-go-to-payment,.body-cart-vertical .orderform-template .orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success#btn-go-to-payment,.body-cart-vertical .orderform-template .orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success#btn-go-to-payment{min-width:auto !important;margin:0 auto !important;font-size:0}.body-cart-vertical .orderform-template .orderform-template-holder .step .submit.btn.btn-success#btn-go-to-payment::before,.body-cart-vertical .orderform-template .orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success#btn-go-to-payment::before,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .body-cart-vertical .orderform-template .orderform-template-holder .step a.submit.btn-success#btn-go-to-payment::before,.body-cart-vertical .orderform-template .orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success#btn-go-to-payment::before,.body-cart-vertical .orderform-template .orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success#btn-go-to-payment::before{content:"Ir a M\E9todo de pago";font-size:14px;padding-left:100px;padding-right:100px}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step .submit.btn.btn-success#btn-go-to-payment::before,.body-cart-vertical .orderform-template .orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success#btn-go-to-payment::before,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .body-cart-vertical .orderform-template .orderform-template-holder .step a.submit.btn-success#btn-go-to-payment::before,.body-cart-vertical .orderform-template .orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success#btn-go-to-payment::before,.body-cart-vertical .orderform-template .orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success#btn-go-to-payment::before{padding-left:0px;padding-right:0px}}.body-cart-vertical .orderform-template .orderform-template-holder .step a.link-box-edit::before{content:"Editar" !important;color:#1d271f !important;font-size:14px !important;font-style:normal !important;font-weight:600 !important;line-height:24px !important;letter-spacing:-0.004em !important;text-decoration:underline !important}.body-cart-vertical .orderform-template .orderform-template-holder .step a.link-box-edit i{display:none !important}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step.box-info{border:1px solid #dadada;padding:16px;border-radius:8px}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step.box-info .client-profile-email{margin-bottom:20px}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step.box-info .client-profile-email span.email{color:#1d271f;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0em}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step.box-info .client-profile-email span.email::after{margin-left:5px;content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/ready___gfm.svg")}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step.box-info .client-profile-email span.link-logout-container a{color:#1d271f;font-size:14px;font-style:normal;font-weight:600;letter-spacing:-0.03em;text-decoration:underline}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step.box-info .client-profile-summary{color:#1d271f;font-size:14px;font-style:normal;line-height:26px;font-weight:400;letter-spacing:-0.03em}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step.box-info .client-profile-summary span:nth-of-type(even){font-weight:700}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step fieldset{width:auto}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step fieldset p span.help.error{margin-top:3px;width:auto}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step fieldset.box-client-info-pf{border:1px solid #dadada;padding:24px 16px;padding-bottom:17px;border-radius:8px}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step fieldset.box-client-info-pf p.client-notice.notice{font-size:14px;font-style:normal;font-weight:600;letter-spacing:-0.03em;text-align:left;color:#1d271f}.body-cart-vertical .orderform-template .orderform-template-holder .step .form-step #is-corporate-client{color:#1d271f;font-size:14px;font-style:normal;font-weight:500;letter-spacing:-0.03em}.body-cart-vertical .orderform-template .orderform-template-holder .step .input input{border:1px solid #989898 !important}.body-cart-vertical .orderform-template .orderform-template-holder .step .input.text label{color:#1d271f;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;letter-spacing:-0.035em;text-align:left}.body-cart-vertical .orderform-template .orderform-template-holder .step input.success:not([invalid="true"]){background-image:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/ready___gfm.svg");background-position:99% center;background-repeat:no-repeat}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step input.success:not([invalid="true"]){background-position:97% center}}.body-cart-vertical .orderform-template .orderform-template-holder .step.client-profile-data .client-phone label{margin-top:10px}.body-cart-vertical .orderform-template .orderform-template-holder .step.client-profile-data .client-phone .client-phone-mobile{display:none}.body-cart-vertical .orderform-template .orderform-template-holder .step.client-profile-data .client-phone #client-phone1{max-width:30px !important;padding-left:5px !important;padding-right:5px !important}.body-cart-vertical .orderform-template .orderform-template-holder .step.client-profile-data .client-phone #client-phone1.success{background:none !important}.body-cart-vertical .orderform-template .orderform-template-holder .step.client-profile-data .client-phone #client-phone3{width:calc(100% - 45px) !important}.body-cart-vertical .orderform-template .orderform-template-holder .step p label{color:#1d271f;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-0.03em;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:flex-start;-webkit-justify-content:flex-start;justify-content:flex-start}.body-cart-vertical .orderform-template .orderform-template-holder .step p label input[type="checkbox"]{margin-top:0;width:16px;height:16px;margin-right:8px}.body-cart-vertical .orderform-template .orderform-template-holder .step p label input[type="checkbox"]:after{position:relative;display:block;left:0px;top:0px;width:15px;height:15px;border:1px solid #ff533b;border-radius:0;content:"";overflow:hidden;background:white}.body-cart-vertical .orderform-template .orderform-template-holder .step p label input[type="checkbox"]:checked:after{background-color:#ff533b;background-image:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/checked___gfm.svg");background-repeat:no-repeat;background-position:center;width:16px;height:16px;content:"";display:block}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper{box-shadow:none;border-color:#ff533b;border-radius:0;border-top-left-radius:8px;border-top-right-radius:8px;height:50px}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper{height:32px}}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .shp-method-option-complement{display:none !important}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsToggle{background:#ff533b;border-color:#ff533b}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption{min-height:auto !important}}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text{font-size:0px;font-style:normal;font-weight:700;letter-spacing:-0.004em;line-height:normal;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text::after{content:"Env\CDo a domicilio";font-size:14px}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text::after{content:"Env\CDo";font-size:12px}}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text::before{margin-right:8px;content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/envio___gfmv.svg")}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text{font-size:0px;font-style:normal;font-weight:700;letter-spacing:-0.004em;color:#ff533b;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text::after{content:"Env\CDo a domicilio";font-size:14px}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text::after{content:"Env\CDo";font-size:12px}}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:first-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text::before{margin-right:8px;content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/envioOrange___gfmv2.svg")}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text{font-size:0px;font-style:normal;font-weight:700;letter-spacing:-0.004em;line-height:normal;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text::after{content:"Retiro en tienda";font-size:14px}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text::after{content:"Retiro";font-size:12px}}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionActive .shp-method-option-text::before{margin-right:8px;content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/retiro___gfmv.svg")}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text{font-size:0px;font-style:normal;font-weight:700;letter-spacing:-0.004em;color:#ff533b;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text::after{content:"Retiro en tienda";font-size:14px}@media (max-width: 690px){.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text::after{content:"Retiro";font-size:12px}}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption:last-of-type.vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text::before{margin-right:8px;content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/retiroOrange___gfmv2.svg")}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryOptionActive{background:#ff533b !important;border-color:#ff533b !important;border-radius:0}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-modalConfirmButton{border-radius:.5rem;background-color:#1D271F;color:#FFF}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-modalCancelButton{display:inline-block;border-radius:.5rem;border:.0625rem solid #1D271F !important;background-color:#FFF;color:#1D271F;padding:.3125rem .75rem}.body-cart-vertical .orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-modalCancelButton:hover{text-decoration:none}.body-cart-vertical .orderform-template .custom-cart-template-wrap{padding:16px;padding-top:16px}.body-cart-vertical .orderform-template .custom-cart-template-wrap .keep-shopping{order:1;margin-top:1rem;display:flex;justify-content:center;align-items:center}.body-cart-vertical .orderform-template .custom-cart-template-wrap .keep-shopping a{text-decoration:underline;color:#1d271f;font-weight:bold}.body-cart-vertical .orderform-template .cart-template.mini-cart{width:30% !important}@media (max-width: 690px){.body-cart-vertical .orderform-template .cart-template.mini-cart{width:100% !important}}.body-cart-vertical .orderform-template .cart-template.mini-cart h2{display:none;padding:0 !important;font-size:0}.body-cart-vertical .orderform-template .cart-template.mini-cart h2::before{content:"Resumen";font-size:20px}@media (max-width: 690px){.body-cart-vertical .orderform-template .cart-template.mini-cart h2::before{font-size:16px}}.body-cart-vertical .orderform-template .cart-template.mini-cart .cart{display:none}.body-cart-vertical .orderform-template .cart-template.mini-cart #go-to-cart-button{font-size:14px;font-style:normal;font-weight:500;letter-spacing:-0.03em;width:auto;right:auto;left:28px;margin:0;top:24px;text-align:left;text-decoration:none;color:#1d271f}.body-cart-vertical .orderform-template .cart-template.mini-cart #go-to-cart-button a{color:#1d271f;text-decoration:none;font-size:14px;font-style:normal;font-weight:500;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center}.body-cart-vertical .orderform-template .cart-template.mini-cart #go-to-cart-button a::before{content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/backToCart___gfm.svg");position:relative;top:1px;margin-right:10px}.table.cart-items thead{display:none}.table.cart-items tbody tr{border-radius:8px;padding:24px;border:1px solid #dadada;margin-bottom:16px}@media (max-width: 690px){.table.cart-items tbody tr{border-radius:8px;padding:9px;border:1px solid #dadada;margin-bottom:16px;width:auto}}.table.cart-items tbody tr:last-child{border-bottom:1px solid #dadada}.table.cart-items tbody tr .v-custom-product-item-wrap{padding:0}.table.cart-items tbody tr td.product-image{order:1;max-width:75px}.table.cart-items tbody tr td.product-image a,.table.cart-items tbody tr td.product-image img{max-width:75px;max-height:75px}@media (max-width: 690px){.table.cart-items tbody tr td.product-image a,.table.cart-items tbody tr td.product-image img{max-width:52px;max-height:52px}}.table.cart-items tbody tr td.product-name{position:relative;top:-20px}@media (max-width: 690px){.table.cart-items tbody tr td.product-name{top:0px}}.table.cart-items tbody tr td.product-name a{font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;color:#1d271f}@media (min-width: 690px){.table.cart-items tbody tr td.product-name{width:50% !important}}@media (min-width: 690px){.table.cart-items tbody tr td.quantity,.table.cart-items tbody tr td.item-remove,.table.cart-items tbody tr td.product-price{position:absolute;right:0;top:0}.table.cart-items tbody tr td.quantity{right:61px;border-radius:8px;margin:0;border-color:#1d271f;height:30px;padding:5px 0}.table.cart-items tbody tr td.quantity input{width:50px !important;font-size:14px;font-weight:600}.table.cart-items tbody tr td.quantity .item-quantity-change{padding:0 5px}.table.cart-items tbody tr td.quantity .item-quantity-change-increment{border-left:1px solid #e3e3e3}.table.cart-items tbody tr td.quantity .item-quantity-change-increment i::before{content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/increment___04759dc4d7a3fe95200e24dad9cf4093.svg") !important}.table.cart-items tbody tr td.quantity .item-quantity-change-decrement{border-right:1px solid #e3e3e3}.table.cart-items tbody tr td.quantity .item-quantity-change-decrement i::before{line-height:0px !important;content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/decrement___f0e1c1e4bd358ed66619b849cfb45b69.svg") !important}.table.cart-items tbody tr td.product-price{right:70px;top:auto;bottom:0px}.table.cart-items tbody tr td.product-price .list-price{position:absolute !important;bottom:-40% !important;left:100%;padding-left:6px !important}}@media screen and (min-width: 690px) and (max-width: 690px){.table.cart-items tbody tr td.product-price .list-price{bottom:-20% !important;padding-left:0px !important}}@media (min-width: 690px){.table.cart-items tbody tr td.product-price .best-price{font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-0.03em}.table.cart-items tbody tr td.product-price .best-price::before{content:"Precio unitario";margin-right:5px}.table.cart-items tbody tr td.item-remove{top:5px}}@media (min-width: 690px) and (max-width: 690px){.table.cart-items tbody tr td.item-remove{top:-4px !important}}@media (min-width: 690px){.table.cart-items tbody tr td.item-remove .item-link-remove{padding:0px}.table.cart-items tbody tr td.item-remove .item-link-remove i.item-remove-ico::before{content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/deleteItem___gfm.svg") !important}}.cart-more-options #shipping-preview-container{display:none}.summary-template-holder .summary{position:relative !important}.summary-template-holder .summary-coupon-wrap{border-top:none !important;padding:0px !important}.summary-template-holder .accordion-inner{margin-top:10px !important}.summary-template-holder .cart-links-bottom .btn-success{font-size:0}@media (max-width: 690px){.summary-template-holder .cart-links-bottom .btn-success{margin:0px;height:40px;border-radius:8px;padding:10px 16px;width:calc(100% - 32px)}}.summary-template-holder .cart-links-bottom .btn-success::before{content:"Continuar";font-size:14px}@media (max-width: 690px){.summary-template-holder .cart-links-bottom{box-shadow:0px 6px 12px 4px #b2b2b2;padding:16px;background:white}}.summary-template-holder tbody td{font-size:14px !important;font-style:normal !important;font-weight:500 !important;line-height:20px !important;letter-spacing:-0.03em !important}.summary-template-holder tbody td.info{max-width:150px}.summary-template-holder tbody tr.Discounts td,.summary-template-holder tbody tr.customPromoDiscount td{color:#ff533b !important}.summary-template-holder tbody tr.Discounts td span,.summary-template-holder tbody tr.customPromoDiscount td span{color:#ff533b;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-0.03em}.summary-template-holder tbody tr.DiscountsCustom+tr.Discounts{display:none !important}.summary-template-holder tfoot tr td{color:#1d271f !important;font-size:18px !important;font-style:normal !important;font-weight:600 !important;line-height:25px !important;letter-spacing:-0.03em !important;text-align:left !important}.summary-template-holder tfoot tr td.monetary{color:#1d271f !important;font-size:18px !important;font-style:normal !important;font-weight:600 !important;letter-spacing:-0.03em !important;width:auto !important}@media (max-width: 690px){.summary-template-holder tfoot tr td{font-size:16px !important}.summary-template-holder tfoot tr td.monetary{font-size:16px !important}}.summary-template-holder .accordion-heading{display:block;margin-top:16px}.summary-template-holder .accordion-heading .accordion-toggle{padding:0;font-size:0px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left}.summary-template-holder .accordion-heading .accordion-toggle::before{content:"Resumen";color:#050806;font-size:20px}@media (max-width: 690px){.summary-template-holder .accordion-heading .accordion-toggle::before{font-size:16px}}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span{display:block}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span input[type="text"]{height:40px !important;border-radius:8px !important;border:1px solid #989898 !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span button[type="submit"]{height:40px !important;width:100% !important;background:white !important;color:#1d271f !important;border-color:#1d271f !important;font-size:0px !important;font-style:normal !important;font-weight:600 !important;line-height:normal !important;letter-spacing:-0.03em !important;border-radius:8px !important;margin-top:16px !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span button[type="submit"]::before{content:url("https://masonlineqa.vteximg.com.br/arquivos/chevron-down.png");font-size:14px !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-label{display:block}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p label{text-align:left;font-size:0px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-0.03em;margin-bottom:16px;color:#1d271f}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p label::before{content:"\BFTen\E9s un cup\F3n de descuento?";font-size:12px;color:#1d271f}td.custom-maximum-amount{position:relative;margin-top:-3rem;border-color:#EC3964 !important}@media (max-width: 690px){td.custom-maximum-amount{margin-bottom:2rem !important}}td.custom-maximum-amount::after{content:"Cantidad m\E1xima permitida";position:absolute;left:0;color:#EC3964;font-weight:500;bottom:-1.4rem;width:max-content}td.custom-maximum-amount .item-quantity-change-increment{background:#e3e3e3;z-index:0;border-radius:0 8px 8px 0}@media (min-width: 690px){td.custom-maximum-amount .item-quantity-change-increment{padding:5px !important}}.btn-success{font-size:13px;height:40px;border-radius:8px;padding:10px 16px;background:#1d271f;border-color:#1d271f;font-size:14px;line-height:normal !important;font-style:normal;font-weight:600 !important;letter-spacing:-0.03em;color:white}.btn-success:focus,.btn-success:active{background:#1d271f !important;border:1px solid #1d271f !important}.btn-success:hover{background:#ff533b;border-color:#ff533b}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>span:not(.payment-edit-link):before{width:32px !important;height:32px !important;background:#f5f5f5 !important;border:1px solid #dadada !important;font-size:14px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-0.03em;color:#1d271f !important;margin-right:16px !important}@media (max-width: 690px){.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>span:not(.payment-edit-link):before{width:24px !important;height:24px !important;line-height:24px;margin-right:12px !important}}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>span{font-size:20px !important;font-style:normal !important;font-weight:700 !important;line-height:normal !important;letter-spacing:0em !important}@media (max-width: 690px){.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>span{font-size:16px !important}}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary{background:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/linkHome___gfm.svg") no-repeat;background-position:12px 9px;border:1px solid #cbcbcb}.orderform-template-holder .step.shipping-data .box-step{padding:16px;border:1px solid #dadada;border-radius:8px;margin-top:10px}.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent{color:#1d271f;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-0.03em}.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo{border:none;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;flex-wrap:wrap}.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo::before{content:url("https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/linkHome___gfm.svg");margin-right:24px}.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo .vtex-omnishipping-1-x-summaryPackage{width:100%;padding-left:45px;margin-top:1.5rem}.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo .shp-summary-scheduled{padding-left:45px}.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo .address-summary span.street,.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo .address-summary span.number{font-weight:bold}.orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemPrice{color:#1d271f;font-size:14px;font-style:normal;font-weight:700;letter-spacing:0em}.orderform-template-holder .step.shipping-data .box-step a.vtex-omnishipping-1-x-summaryChange{display:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover{border-color:#ff533b;box-shadow:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap{border-color:#1d271f;box-shadow:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active{background:none;border-bottom:0px solid #ff533b}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{color:#1d271f !important;font-size:13px !important;font-style:normal !important;font-weight:600 !important;line-height:16px !important;letter-spacing:0em !important}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{content:"";width:16px;height:16px;display:inline-block;border:1px solid #ff533b;border-radius:100%;vertical-align:middle;margin:-3px 10px 0 0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text:before{background:#ff533b;border-color:#ff533b;box-shadow:inset 0 0 0 3px #fff}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:hover .payment-group-item-text:before{border-color:#ff533b}.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>div{padding:20px;overflow:hidden;box-sizing:border-box;padding-top:10px;padding-left:1rem;padding-right:1rem}@media screen and (min-width: 481px){.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>div{padding-left:39px;padding-right:20px}}.orderform-template-holder #payment-data a[data-name='Pago en Tienda'].active+.payment-method .payment-description{font-size:0}.orderform-template-holder #payment-data a[data-name='Pago en Tienda'].active+.payment-method .payment-description::before{content:"Abonar" "\E1" "s tu compra al momento de retirar el pedido en la sucursal elegida. Aceptamos todos los medios de pago electr" "\F3" "nicos disponibles (Tarjetas de D" "\E9" "bito / Cr" "\E9" "dito). Actualmente no aceptamos pagos en efectivo. Las cuotas fijas ser" "\E1" "n exclusivamente para compras con Pago Online. Actualmente no aceptamos pagos en efectivo ni QR de Mercado Pago.";font-size:0.75rem}.ChangeNumberOfPayments{display:none;opacity:0}.ChangeNumberOfPayments a{color:#1d271f;font-size:12px;font-style:normal;font-weight:400;letter-spacing:-0.035em;text-decoration:underline}#payment-data-submit .icon-lock{display:none}#payment-data-submit span{margin:0 !important;font-size:14px !important;font-style:normal !important;font-weight:600 !important;line-height:normal !important;letter-spacing:-0.03em !important}.vtex-omnishipping-1-x-buttonEditAddress,.vtex-omnishipping-1-x-buttonCreateAddress,.vtex-omnishipping-1-x-backToAddressList{display:block;border:1px solid #dadada !important;margin-top:10px;padding:5px 8px;font-size:12px;border-radius:8px;color:#1d271f}.vtex-omnishipping-1-x-buttonEditAddress i,.vtex-omnishipping-1-x-buttonCreateAddress i,.vtex-omnishipping-1-x-backToAddressList i{display:none}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:#ff533b}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active{border:1px solid #1d271f;background-color:white}.vtex-omnishipping-1-x-addressItemOption{border:1px solid #dadada;box-shadow:none !important;margin-bottom:16px;border-radius:8px}@media (max-width: 690px){.orderform-template .payment-confirmation-wrap .payment-submit-wrap{box-shadow:0px 6px 12px 4px #b2b2b2;padding:16px;background:white;z-index:10}.orderform-template .payment-confirmation-wrap .payment-submit-wrap .btn-success{margin:0px;height:40px;border-radius:8px !important;padding:10px 16px;width:calc(100% - 32px)}.cart-template-holder .cart{margin-bottom:0px}.cart-template-holder .cart::before{content:"Detalle del pedido";color:#1d271f;display:block;font-size:16px;font-style:normal;font-weight:700;line-height:22px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #dadada}#orderform-to-cart{display:none !important}#orderform-to-cart:nth-of-type(1){display:block;position:absolute;top:-35px;font-style:normal;font-weight:600;letter-spacing:-0.03em;font-size:14px;color:#1d271f}#orderform-to-cart:nth-of-type(1)::before{content:url(https://masonlineqa.vtexassets.com/assets/vtex/assets-builder/masonlineqa.theme/0.0.0/cart/backToCart___gfm.svg);position:relative;top:1px;margin-right:10px}.client-profile-data #orderform-to-cart,.cart-template #orderform-to-cart,.box-step-content #orderform-to-cart{display:none !important}.container{width:calc(100% - 32px)}.container.container-main.container-order-form{width:calc(100% - 32px)}.link-logout-container{display:block !important}}.empty-cart-content{padding:50px}.PaymentCardCWHelp{left:100px}@media (max-width: 390px){.PaymentCardDueDate label,.PaymentCardCVV label{display:block;float:none}.PaymentCardCVVHelp{transform-origin:bottom;transform:scale(0.85);margin-left:95px !important;margin-top:-100px !important}.PaymentCardCVVHelp .cvv-help-arrow{top:90%}}.fake-element{position:absolute;padding:0.3rem;color:white;z-index:9999}.fake-element ::before{content:"https://masonlineqa.vteximg.com.br/arquivos/chevron-down.png"}body.v-custom-step-cart .fake-element{top:3.4rem;right:16px}body.v-custom-step-shipping .fake-element,body.v-custom-step-payment .fake-element,body.v-custom-step-profile .fake-element{top:2.2rem;right:-4px}#cart-coupon-add{display:none !important}@media (min-width: 391px){.PaymentCardCVVHelp{margin-top:-100px !important;left:60px}}.PaymentCardCVVHelp>.cvv-help-message-3-numbers{display:inherit;background:#1472ba !important;border-radius:6px;margin-left:-6px;padding-left:7px;margin-right:-6px;margin-top:4px;padding-bottom:6px}.vtex-omnishipping-1-x-modalConfirmButton span{font-size:0}.vtex-omnishipping-1-x-modalConfirmButton::after{content:"Eliminar";font-size:12px}.new-product-real-price-per-unit{position:absolute;left:100%;top:100%}@media (max-width: 690px){.new-product-real-price-per-unit{right:0;left:revert}}.quantity .item-multiplier-label{display:none}.quantity .item-unit-label{display:none}@media (max-width: 690px){.best-price{margin-bottom:1rem}}#show-more{font-size:0}#show-more::after{font-size:12px;content:"Mostrar m\E1s items"}#payment-data-submit span[data-i18n="paymentData.confirm"]{font-size:0 !important}#payment-data-submit span[data-i18n="paymentData.confirm"]::after{font-size:14px;content:"Finalizar compra"}.back-to-site{position:absolute;cursor:pointer !important;left:30px;display:flex;align-items:center}.back-to-site a{font-size:15px;margin-left:0.5rem;color:#1d271f}.back-to-site a:hover{color:#1d271f}@media (max-width: 690px){.back-to-site{justify-content:flex-start;left:15px;color:white !important}.back-to-site a{color:white !important}.back-to-site a:hover{color:white !important}}.popupScreen{display:none;position:fixed;height:100%;width:100%;z-index:99999;background:rgba(0,0,0,0.5)}.pickupPopup .pickupPopup-content{border-radius:1rem;height:fit-content;min-height:17rem;width:50vw;background:white;position:absolute !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;display:flex;flex-direction:column;align-items:flex-end;padding:2rem;margin-left:0 !important;margin-right:0 !important}@media (max-width: 690px){.pickupPopup .pickupPopup-content{width:70vw !important}}.pickupPopup .pickupPopup-content .container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.pickupPopup .pickupPopup-cross{cursor:pointer}.pickupPopup #pickupPopup-friendlyName{margin-top:0.75rem;font-size:1.5rem;font-weight:bold;text-align:center;line-height:initial !important}.pickupPopup #pickupPopup-label{font-size:1rem}.pickupPopup .icon-container{margin-bottom:1rem}.pickupPopup #pickupPopup-confirm{display:flex;align-items:center;padding:0rem 6rem;cursor:pointer;text-align:center;margin:1.5rem 0;margin-bottom:0}@media (max-width: 690px){.pickupPopup #pickupPopup-confirm{padding:0.5rem 3rem}}#popupTrigger{z-index:1}#popupTrigger,#handleSlaBlocker{height:278%;width:100%;bottom:-100%;position:absolute;cursor:pointer}@media (max-width: 690px){#popupTrigger,#handleSlaBlocker{min-width:93vw;height:2.5rem;position:absolute;bottom:-5vh}}@media (max-width: 690px){#popupTrigger{bottom:0;margin:0px;height:100%;width:100%;z-index:1}}#handleSlaBlocker{z-index:2;border-radius:0.5rem;background-color:#1d271f;color:white;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:14px}.btn-place-order-wrapper{position:relative}@media (max-width: 690px){.btn-place-order-wrapper{display:block !important}}.loading .loadingText{position:fixed;width:100vw;height:100vh;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;color:#ff533b;font-family:"Ubuntu", sans-serif;font-weight:400;letter-spacing:1.3px;text-decoration:none;cursor:pointer;font-weight:700;text-transform:uppercase;top:0;left:0;padding-top:100px;cursor:auto}.loading .loadingText:hover{text-decoration:none}.lyracons-modal-0-x-wrapper.lyracons-modal-0-x-backdrop{background-color:rgba(0,0,0,0.8);position:absolute;width:100vw;height:100vh;position:fixed;left:0;top:0;z-index:10000;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper.lyracons-modal-0-x-backdrop{overflow:scroll;padding:2rem 0}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content{background:white;width:100%;max-width:50%;border:0.0625rem solid lightgray;border-radius:1.125rem;padding:2rem 2.5rem;text-align:center;position:relative}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content{max-width:75%;padding:1.5rem;margin:150px 0}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title .lyracons-modal-0-x-deliveryTitle{display:block;font-size:1.125rem;margin-bottom:.938rem}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title .lyracons-modal-0-x-deliveryTitle{margin:0 -10px .938rem -10px}}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title{margin-bottom:0.75rem}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title .lyracons-modal-0-x-highlight{color:#ff533b;font-size:1.375rem;text-transform:uppercase}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title .lyracons-modal-0-x-highlight.envio{line-height:27px;display:inline-block;margin-bottom:.5rem}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title .lyracons-modal-0-x-highlight.drive{line-height:31px;display:inline-block;margin-bottom:.5rem}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-title .lyracons-modal-0-x-highlight.retiro{line-height:37px;display:inline-block}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper{margin-bottom:1.25rem}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper{margin-bottom:0.75rem}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper:last-of-type{margin-bottom:0}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper.lyracons-modal-0-x-text-wrapper-observations{border-left:1px solid lightgray}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper.lyracons-modal-0-x-text-wrapper-observations{border-left:0;border-top:1px solid lightgray;margin-bottom:20px;padding-bottom:15px;padding-top:20px}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper.lyracons-modal-0-x-text-wrapper-address{border-right:1px solid lightgray}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper.lyracons-modal-0-x-text-wrapper-address{border-right:0;border-bottom:1px solid lightgray;margin-bottom:20px;padding-bottom:15px;margin-top:20px}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper .lyracons-modal-0-x-subTitle{display:block;font-weight:700}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper .lyracons-modal-0-x-highlight{color:black;font-weight:700}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-text-wrapper .lyracons-modal-0-x-error{color:#ff533b;text-transform:uppercase;font-weight:700}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-foot{display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta{font-family:"Ubuntu", sans-serif;font-size:0.875rem;font-weight:700;color:#ffffff;text-transform:uppercase;line-height:normal;letter-spacing:0rem;background-color:#1d271f;border:none;border-radius:0.3125rem;padding:0.75rem 0.9375rem;background-image:none;outline:none;text-shadow:none;box-shadow:none;margin:0px 0.9375rem}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta{margin:0px 0.625rem}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta.changeShipping,.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta.notEmpty{background:none;font-weight:700;letter-spacing:normal}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta.changeShipping:hover,.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta.notEmpty:hover{border-color:#1d271f;color:#ff533b}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta.changeShipping{text-transform:none;color:#1d271f;background:white;border-color:#1d271f;font-style:normal;font-weight:600;line-height:normal;border-radius:8px;margin-right:1.5rem;margin-left:0}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-cta.changeShipping{margin-right:10px;width:100%}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-foot{margin-top:2.5rem}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-foot .confirmShipment{margin-left:1.5rem}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-foot .confirmShipment{margin-left:10px;width:100%}}@media (max-width: 47.9375rem){.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content .lyracons-modal-0-x-foot{margin-top:1.875rem}}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content #removeBtn{position:absolute;right:1.125rem;top:1.375rem}.lyracons-modal-0-x-wrapper .lyracons-modal-0-x-content.lyracons-modal-0-x-error .confirmShipment{display:none}@media (min-width: 48rem){.lyracons-modal-0-x-wrapper#shippingConfirmation .lyracons-modal-0-x-body{display:flex}.lyracons-modal-0-x-wrapper#shippingConfirmation .lyracons-modal-0-x-body .lyracons-modal-0-x-text-wrapper{width:50%;margin-bottom:1.875rem;padding:0 2.5rem}.lyracons-modal-0-x-wrapper#shippingConfirmation .lyracons-modal-0-x-foot{margin-top:0}}.loading{position:fixed !important}.loading .icon-spinner{opacity:1}.loading .loadingText{position:fixed;width:100vw;height:100vh;display:-ms-flex;display:-webkit-flex;display:flex;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center;font-weight:700;text-transform:uppercase;top:0;left:0;padding-top:100px;cursor:auto}.payment-unauthorized-modal.modal-payment-unauthorized-template{display:flex;border:none}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:none;width:100%;background:#fff;color:black;padding:1rem 2rem;border-radius:8px;border:none}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .default-modal-security{margin:0;opacity:1;padding:4.5rem;background-position:center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQxIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDE0MSAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjIxLjg4MjgiIHdpZHRoPSIxMTguODE3IiBoZWlnaHQ9IjczLjkyMTgiIHJ4PSI5IiB0cmFuc2Zvcm09InJvdGF0ZSg0Ljk4Njg5IDIxLjg4MjggMCkiIGZpbGw9IiNEQURBREEiLz4KPHJlY3QgeD0iMC43NSIgeT0iMjUuMTU2MiIgd2lkdGg9IjExOC44MTciIGhlaWdodD0iNzMuOTIxOCIgcng9IjkiIGZpbGw9IiNGRjQ3MTMiLz4KPHJlY3QgeD0iMTAuMDM5MSIgeT0iODMuOTg0NCIgd2lkdGg9Ijc3LjAxOCIgaGVpZ2h0PSI1LjgwNTM4IiByeD0iMi45MDI2OSIgZmlsbD0iI0Y1RjVGNSIvPgo8cmVjdCB4PSIxMC4wMzkxIiB5PSI3NC4zMDg2IiB3aWR0aD0iMzguMzE1NSIgaGVpZ2h0PSI1LjgwNTM4IiByeD0iMi45MDI2OSIgZmlsbD0iI0Y1RjVGNSIvPgo8cmVjdCB4PSIxMC4wMzkxIiB5PSIzNC40NDUzIiB3aWR0aD0iMzguMzE1NSIgaGVpZ2h0PSIxNC43MDciIHJ4PSI0IiBmaWxsPSIjRkZBNjIwIi8+CjxyZWN0IHg9IjEwLjAzODEiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjE3LjM5MTYiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjI0Ljc0NTEiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjMyLjA5ODYiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjQ0LjA5NjciIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjUxLjQ1MDIiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjU4LjgwMzciIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjY2LjE1NzIiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9Ijc4LjE1NDMiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9Ijg1LjUwNzgiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjkyLjg2MTMiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+CjxyZWN0IHg9IjEwMC4yMTUiIHk9IjU5Ljk4OTMiIHdpZHRoPSI1LjgwNTM4IiBoZWlnaHQ9IjUuODA1MzgiIHJ4PSIyLjkwMjY5IiBmaWxsPSIjRjVGNUY1Ii8+Cjwvc3ZnPgo=)}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .default-modal-security .icon-lock{display:none}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-hello{margin:1rem 0;font-weight:600;font-size:0}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-hello:after{font-size:20px;line-height:normal;content:"Ups, se gener" "\F3   " "un error en el proceso del pago"}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-message1{font-size:0}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-message1:after{font-size:16px;white-space:pre-line;content:"Verific\E1: \A   1. Los datos introducidos \A   2. El l\ED\ADmite de tu tarjeta. \A   \A   Si continua el error, te recomendamos comunicarte con tu banco emisor."}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-message2{display:none}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-button{display:flex;justify-content:center;margin-top:1rem;padding:0.75rem 3rem;font-size:0;color:white;background:black;border-radius:8px}.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-button:after{content:"Probar con otra tarjeta";font-size:14px;font-weight:bold}@media (max-width: 350px){.payment-unauthorized-modal.modal-payment-unauthorized-template .payment-unauthorized-modal-body .payment-unauthorized-button{padding:0.75rem 1rem}}.UL-modal-content{padding:1rem !important;max-width:320px !important;max-height:80vh;border-radius:8px !important;font-size:16px !important}@media (max-width: 690px){.UL-modal-content{max-height:90vh;max-width:80vw}}.UL-modal-content .loading-img{color:#ff533b}.UL-modal-content .disabled{background-color:#d3d3d3;color:black;text-shadow:none;border:none}.UL-modal-content .disabled .UL-add-to-list-button-text{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTk5OTIgMS45OTk4NEgzLjMzMzI1VjExLjMzMzJDMy4zMzMyNSAxMS41MSAzLjQwMzQ5IDExLjY3OTYgMy41Mjg1MSAxMS44MDQ2QzMuNjUzNTQgMTEuOTI5NiAzLjgyMzExIDExLjk5OTggMy45OTk5MiAxMS45OTk4SDExLjk5OTlDMTIuMTQzMyAxMS45OTk4IDEyLjI4MjkgMTEuOTUzNiAxMi4zOTggMTEuODY4QzEyLjUxMzEgMTEuNzgyMyAxMi41OTc0IDExLjY2MTkgMTIuNjM4NiAxMS41MjQ1TDE0LjYzODYgNC44NTc4NEMxNC42Njg0IDQuNzU4MyAxNC42NzQ2IDQuNjUzMTYgMTQuNjU2NSA0LjU1MDgzQzE0LjYzODUgNC40NDg0OSAxNC41OTY4IDQuMzUxNzkgMTQuNTM0NyA0LjI2ODQzQzE0LjQ3MjcgNC4xODUwOCAxNC4zOTIgNC4xMTczOCAxNC4yOTkyIDQuMDcwNzVDMTQuMjA2MyA0LjAyNDExIDE0LjEwMzggMy45OTk4MyAxMy45OTk5IDMuOTk5ODRINC42NjY1OVYxLjMzMzE3QzQuNjY2NTkgMS4xNTYzNiA0LjU5NjM1IDAuOTg2NzkgNC40NzEzMiAwLjg2MTc2NkM0LjM0NjMgMC43MzY3NDIgNC4xNzY3MyAwLjY2NjUwNCAzLjk5OTkyIDAuNjY2NTA0SDEuOTk5OTJDMS44MjMxMSAwLjY2NjUwNCAxLjY1MzU0IDAuNzM2NzQyIDEuNTI4NTEgMC44NjE3NjZDMS40MDM0OSAwLjk4Njc5IDEuMzMzMjUgMS4xNTYzNiAxLjMzMzI1IDEuMzMzMTdDMS4zMzMyNSAxLjUwOTk4IDEuNDAzNDkgMS42Nzk1NSAxLjUyODUxIDEuODA0NThDMS42NTM1NCAxLjkyOTYgMS44MjMxMSAxLjk5OTg0IDEuOTk5OTIgMS45OTk4NFYxLjk5OTg0Wk00LjY2NjU5IDUuMzMzMTdIMTMuMTAzOUwxMS41MDM5IDEwLjY2NjVINC42NjY1OVY1LjMzMzE3Wk00LjMzMzI1IDEyLjY2NjVDNC41MzEwMyAxMi42NjY1IDQuNzI0MzcgMTIuNzI1MiA0Ljg4ODgyIDEyLjgzNUM1LjA1MzI3IDEyLjk0NDkgNS4xODE0NCAxMy4xMDExIDUuMjU3MTMgMTMuMjgzOEM1LjMzMjgyIDEzLjQ2NjUgNS4zNTI2MiAxMy42Njc2IDUuMzE0MDQgMTMuODYxNkM1LjI3NTQ1IDE0LjA1NTYgNS4xODAyMSAxNC4yMzM4IDUuMDQwMzYgMTQuMzczNkM0LjkwMDUxIDE0LjUxMzUgNC43MjIzMiAxNC42MDg3IDQuNTI4MzQgMTQuNjQ3M0M0LjMzNDM2IDE0LjY4NTkgNC4xMzMyOSAxNC42NjYxIDMuOTUwNTcgMTQuNTkwNEMzLjc2Nzg0IDE0LjUxNDcgMy42MTE2NiAxNC4zODY1IDMuNTAxNzggMTQuMjIyMUMzLjM5MTkgMTQuMDU3NiAzLjMzMzI1IDEzLjg2NDMgMy4zMzMyNSAxMy42NjY1QzMuMzMzMjUgMTMuNDAxMyAzLjQzODYxIDEzLjE0NjkgMy42MjYxNSAxMi45NTk0QzMuODEzNjggMTIuNzcxOSA0LjA2ODA0IDEyLjY2NjUgNC4zMzMyNSAxMi42NjY1VjEyLjY2NjVaTTEwLjk5OTkgMTIuNjY2NUMxMS4xOTc3IDEyLjY2NjUgMTEuMzkxIDEyLjcyNTIgMTEuNTU1NSAxMi44MzVDMTEuNzE5OSAxMi45NDQ5IDExLjg0ODEgMTMuMTAxMSAxMS45MjM4IDEzLjI4MzhDMTEuOTk5NSAxMy40NjY1IDEyLjAxOTMgMTMuNjY3NiAxMS45ODA3IDEzLjg2MTZDMTEuOTQyMSAxNC4wNTU2IDExLjg0NjkgMTQuMjMzOCAxMS43MDcgMTQuMzczNkMxMS41NjcyIDE0LjUxMzUgMTEuMzg5IDE0LjYwODcgMTEuMTk1IDE0LjY0NzNDMTEuMDAxIDE0LjY4NTkgMTAuOCAxNC42NjYxIDEwLjYxNzIgMTQuNTkwNEMxMC40MzQ1IDE0LjUxNDcgMTAuMjc4MyAxNC4zODY1IDEwLjE2ODQgMTQuMjIyMUMxMC4wNTg2IDE0LjA1NzYgOS45OTk5MiAxMy44NjQzIDkuOTk5OTIgMTMuNjY2NUM5Ljk5OTkyIDEzLjQwMTMgMTAuMTA1MyAxMy4xNDY5IDEwLjI5MjggMTIuOTU5NEMxMC40ODAzIDEyLjc3MTkgMTAuNzM0NyAxMi42NjY1IDEwLjk5OTkgMTIuNjY2NVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K)}@media (max-width: 690px){.UL-modal-content .UL-has-error{max-height:12vh}}.UL-clear-button{height:40px !important;width:100% !important;background:white !important;color:#1d271f !important;border-color:#1d271f !important;border-width:1px;font-style:normal !important;font-weight:600 !important;line-height:normal !important;letter-spacing:-0.03em !important;border-radius:8px !important;margin-top:16px !important;display:flex;justify-content:center;align-items:center;gap:1rem}.UL-content-header{display:flex;font-weight:600;font-size:16px;align-items:center;padding:0.5rem 0;border-bottom:1px solid rgba(24,24,24,0.16)}.UL-topbar{justify-content:space-between}.UL-content-label{font-size:14px;text-align:initial;margin-top:1rem}.UL-content-block{padding:0.5rem;border:1px solid #dadada;border-radius:8px;margin-top:1rem}.UL-input-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.UL-create-list-form-container{margin-top:1rem;display:flex;flex-direction:column}.UL-create-list-form-container input{border-radius:8px;border:1px solid black;height:40px;background:#F5F5F5;width:calc(100% - 2rem);padding:0 1rem}.UL-button-spinner{font-size:0.5rem;display:none}#usersLists,.UL-content{display:none}.UL-loading,.UL-error-content{min-height:200px;display:flex;justify-content:center;align-items:center}.UL-lists{display:flex;flex-direction:column;max-height:150px;overflow-y:scroll}.UL-lists::-webkit-scrollbar-thumb{background-color:#ff533b}@media (max-width: 690px){.UL-lists{max-height:15vh}}.UL-list-item{display:flex;border-bottom:1px solid rgba(24,24,24,0.16);margin-top:0.5rem}.UL-circle{width:2rem;height:2rem;cursor:pointer}.UL-circle>div{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;border:1px solid #ff533b;font-size:0;border-radius:50%}.UL-circle>div>div{background-color:#ff533b;height:0.5rem;width:0.5rem;border-radius:50%}.UL-circle-dot{display:none}.UL-selected .UL-circle-dot{display:block}.UL-add-to-list-button-text{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTk5OTIgMS45OTk4NEgzLjMzMzI1VjExLjMzMzJDMy4zMzMyNSAxMS41MSAzLjQwMzQ5IDExLjY3OTYgMy41Mjg1MSAxMS44MDQ2QzMuNjUzNTQgMTEuOTI5NiAzLjgyMzExIDExLjk5OTggMy45OTk5MiAxMS45OTk4SDExLjk5OTlDMTIuMTQzMyAxMS45OTk4IDEyLjI4MjkgMTEuOTUzNiAxMi4zOTggMTEuODY4QzEyLjUxMzEgMTEuNzgyMyAxMi41OTc0IDExLjY2MTkgMTIuNjM4NiAxMS41MjQ1TDE0LjYzODYgNC44NTc4NEMxNC42Njg0IDQuNzU4MyAxNC42NzQ2IDQuNjUzMTYgMTQuNjU2NSA0LjU1MDgzQzE0LjYzODUgNC40NDg0OSAxNC41OTY4IDQuMzUxNzkgMTQuNTM0NyA0LjI2ODQzQzE0LjQ3MjcgNC4xODUwOCAxNC4zOTIgNC4xMTczOCAxNC4yOTkyIDQuMDcwNzVDMTQuMjA2MyA0LjAyNDExIDE0LjEwMzggMy45OTk4MyAxMy45OTk5IDMuOTk5ODRINC42NjY1OVYxLjMzMzE3QzQuNjY2NTkgMS4xNTYzNiA0LjU5NjM1IDAuOTg2NzkgNC40NzEzMiAwLjg2MTc2NkM0LjM0NjMgMC43MzY3NDIgNC4xNzY3MyAwLjY2NjUwNCAzLjk5OTkyIDAuNjY2NTA0SDEuOTk5OTJDMS44MjMxMSAwLjY2NjUwNCAxLjY1MzU0IDAuNzM2NzQyIDEuNTI4NTEgMC44NjE3NjZDMS40MDM0OSAwLjk4Njc5IDEuMzMzMjUgMS4xNTYzNiAxLjMzMzI1IDEuMzMzMTdDMS4zMzMyNSAxLjUwOTk4IDEuNDAzNDkgMS42Nzk1NSAxLjUyODUxIDEuODA0NThDMS42NTM1NCAxLjkyOTYgMS44MjMxMSAxLjk5OTg0IDEuOTk5OTIgMS45OTk4NFYxLjk5OTg0Wk00LjY2NjU5IDUuMzMzMTdIMTMuMTAzOUwxMS41MDM5IDEwLjY2NjVINC42NjY1OVY1LjMzMzE3Wk00LjMzMzI1IDEyLjY2NjVDNC41MzEwMyAxMi42NjY1IDQuNzI0MzcgMTIuNzI1MiA0Ljg4ODgyIDEyLjgzNUM1LjA1MzI3IDEyLjk0NDkgNS4xODE0NCAxMy4xMDExIDUuMjU3MTMgMTMuMjgzOEM1LjMzMjgyIDEzLjQ2NjUgNS4zNTI2MiAxMy42Njc2IDUuMzE0MDQgMTMuODYxNkM1LjI3NTQ1IDE0LjA1NTYgNS4xODAyMSAxNC4yMzM4IDUuMDQwMzYgMTQuMzczNkM0LjkwMDUxIDE0LjUxMzUgNC43MjIzMiAxNC42MDg3IDQuNTI4MzQgMTQuNjQ3M0M0LjMzNDM2IDE0LjY4NTkgNC4xMzMyOSAxNC42NjYxIDMuOTUwNTcgMTQuNTkwNEMzLjc2Nzg0IDE0LjUxNDcgMy42MTE2NiAxNC4zODY1IDMuNTAxNzggMTQuMjIyMUMzLjM5MTkgMTQuMDU3NiAzLjMzMzI1IDEzLjg2NDMgMy4zMzMyNSAxMy42NjY1QzMuMzMzMjUgMTMuNDAxMyAzLjQzODYxIDEzLjE0NjkgMy42MjYxNSAxMi45NTk0QzMuODEzNjggMTIuNzcxOSA0LjA2ODA0IDEyLjY2NjUgNC4zMzMyNSAxMi42NjY1VjEyLjY2NjVaTTEwLjk5OTkgMTIuNjY2NUMxMS4xOTc3IDEyLjY2NjUgMTEuMzkxIDEyLjcyNTIgMTEuNTU1NSAxMi44MzVDMTEuNzE5OSAxMi45NDQ5IDExLjg0ODEgMTMuMTAxMSAxMS45MjM4IDEzLjI4MzhDMTEuOTk5NSAxMy40NjY1IDEyLjAxOTMgMTMuNjY3NiAxMS45ODA3IDEzLjg2MTZDMTEuOTQyMSAxNC4wNTU2IDExLjg0NjkgMTQuMjMzOCAxMS43MDcgMTQuMzczNkMxMS41NjcyIDE0LjUxMzUgMTEuMzg5IDE0LjYwODcgMTEuMTk1IDE0LjY0NzNDMTEuMDAxIDE0LjY4NTkgMTAuOCAxNC42NjYxIDEwLjYxNzIgMTQuNTkwNEMxMC40MzQ1IDE0LjUxNDcgMTAuMjc4MyAxNC4zODY1IDEwLjE2ODQgMTQuMjIyMUMxMC4wNTg2IDE0LjA1NzYgOS45OTk5MiAxMy44NjQzIDkuOTk5OTIgMTMuNjY2NUM5Ljk5OTkyIDEzLjQwMTMgMTAuMTA1MyAxMy4xNDY5IDEwLjI5MjggMTIuOTU5NEMxMC40ODAzIDEyLjc3MTkgMTAuNzM0NyAxMi42NjY1IDEwLjk5OTkgMTIuNjY2NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;padding-left:1.5rem}.UL-add-to-list-button{width:100%;margin-top:1rem}.UL-select-list-block .UL-content-header{margin-bottom:1rem}.UL-close-icon{cursor:pointer}.UL-error-content{flex-direction:column;text-align:center;display:none}.UL-error-content h1{color:black;font-weight:bold}.UL-error{text-align:start;font-size:0.65rem;color:#ff533b}.UL-add-to-list-error-message{display:flex}@media (max-width: 690px){#UL-open-modal-button{width:92vw !important}}.UL-create-list-button-done,.UL-add-to-list-button-done{display:none}body.v-custom-paymentBuilder-accordion .payment-confirmation-wrap,body.v-custom-step-payment .payment-confirmation-wrap{display:initial !important}body.v-custom-step-profile .payment-submit-wrap,body.v-custom-step-profile .payment-confirmation-wrap,body.v-custom-step-email .payment-submit-wrap,body.v-custom-step-email .payment-confirmation-wrap,body.v-custom-step-shipping .payment-submit-wrap,body.v-custom-step-shipping .payment-confirmation-wrap{display:initial !important}body.v-custom-step-profile .payment-submit-wrap #payment-data-submit,body.v-custom-step-profile .payment-confirmation-wrap #payment-data-submit,body.v-custom-step-email .payment-submit-wrap #payment-data-submit,body.v-custom-step-email .payment-confirmation-wrap #payment-data-submit,body.v-custom-step-shipping .payment-submit-wrap #payment-data-submit,body.v-custom-step-shipping .payment-confirmation-wrap #payment-data-submit{background:#666666 !important;border-color:#666666}body.v-custom-step-profile .payment-submit-wrap #payment-data-submit:hover,body.v-custom-step-profile .payment-confirmation-wrap #payment-data-submit:hover,body.v-custom-step-email .payment-submit-wrap #payment-data-submit:hover,body.v-custom-step-email .payment-confirmation-wrap #payment-data-submit:hover,body.v-custom-step-shipping .payment-submit-wrap #payment-data-submit:hover,body.v-custom-step-shipping .payment-confirmation-wrap #payment-data-submit:hover{background:#666666 !important}.cart-reemplazo-global-option-active-content{position:relative;overflow-x:hidden}#cart-reemplazo-global-option-active-content-animation{position:absolute;z-index:1;width:100%;height:100%;border-radius:0.5rem;background:#FF533B;transform:translateX(-1rem);opacity:0}#cart-reemplazo-global-option-active-content-animation.active{-webkit-animation:slide-right 1s cubic-bezier(0.94, 0.27, 0.35, 0.99) both;animation:slide-right 1s cubic-bezier(0.94, 0.27, 0.35, 0.99) both}@media (max-width: 900px){#cart-reemplazo-global-option-active-content-animation.active{animation:slide-right 1.5s cubic-bezier(0.41, 0.92, 0.35, 0.99) both}}@-webkit-keyframes slide-right{0%{-webkit-transform:translateX(-38rem);transform:translateX(-38rem);opacity:1}30%{opacity:1;-webkit-transform:translateX(-1rem);transform:translateX(-1rem)}100%{opacity:0}}@keyframes slide-right{0%{-webkit-transform:translateX(-38rem);transform:translateX(-38rem);opacity:1}30%{opacity:1;-webkit-transform:translateX(-1rem);transform:translateX(-1rem)}100%{opacity:0}}.icon-reemplazo-global-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjM2IDEyLjIzQzExLjY5MTUgMTIuNzY5IDEwLjg1ODcgMTMuMDYyOSAxMCAxMy4wNjI5QzkuMTQxMzEgMTMuMDYyOSA4LjMwODQ5IDEyLjc2OSA3LjY0IDEyLjIzQzcuNDM1NzkgMTIuMDYwMyA3LjE3MjUxIDExLjk3ODYgNi45MDgwOCAxMi4wMDNDNi42NDM2NSAxMi4wMjc0IDYuMzk5NzQgMTIuMTU1OCA2LjIzIDEyLjM2QzYuMDYwMjcgMTIuNTY0MiA1Ljk3ODYgMTIuODI3NSA2LjAwMjk4IDEzLjA5MTlDNi4wMjczNiAxMy4zNTYzIDYuMTU1NzkgMTMuNjAwMyA2LjM2IDEzLjc3QzcuMzgxMzQgMTQuNjIyNiA4LjY2OTU3IDE1LjA4OTYgMTAgMTUuMDg5NkMxMS4zMzA0IDE1LjA4OTYgMTIuNjE4NyAxNC42MjI2IDEzLjY0IDEzLjc3QzEzLjg0NDIgMTMuNjAwMyAxMy45NzI2IDEzLjM1NjMgMTMuOTk3IDEzLjA5MTlDMTQuMDIxNCAxMi44Mjc1IDEzLjkzOTcgMTIuNTY0MiAxMy43NyAxMi4zNkMxMy42ODYgMTIuMjU4OSAxMy41ODI4IDEyLjE3NTMgMTMuNDY2NSAxMi4xMTQxQzEzLjM1MDEgMTIuMDUyOCAxMy4yMjI5IDEyLjAxNTEgMTMuMDkxOSAxMi4wMDNDMTIuODI3NSAxMS45Nzg2IDEyLjU2NDIgMTIuMDYwMyAxMi4zNiAxMi4yM1pNOC41IDhDOC41IDcuNzAzMzMgOC40MTIwMyA3LjQxMzMyIDguMjQ3MjEgNy4xNjY2NUM4LjA4MjM5IDYuOTE5OTcgNy44NDgxMiA2LjcyNzcxIDcuNTc0MDMgNi42MTQxOEM3LjI5OTk0IDYuNTAwNjUgNi45OTgzNCA2LjQ3MDk0IDYuNzA3MzcgNi41Mjg4MkM2LjQxNjQgNi41ODY3IDYuMTQ5MTIgNi43Mjk1NiA1LjkzOTM0IDYuOTM5MzRDNS43Mjk1NyA3LjE0OTEyIDUuNTg2NyA3LjQxNjM5IDUuNTI4ODMgNy43MDczNkM1LjQ3MDk1IDcuOTk4MzQgNS41MDA2NSA4LjI5OTk0IDUuNjE0MTggOC41NzQwM0M1LjcyNzcyIDguODQ4MTEgNS45MTk5OCA5LjA4MjM4IDYuMTY2NjUgOS4yNDcyQzYuNDEzMzIgOS40MTIwMyA2LjcwMzMzIDkuNSA3IDkuNUM3LjM5NzgzIDkuNSA3Ljc3OTM2IDkuMzQxOTYgOC4wNjA2NyA5LjA2MDY2QzguMzQxOTcgOC43NzkzNiA4LjUgOC4zOTc4MiA4LjUgOFpNMTMgN0gxMkMxMS43MzQ4IDcgMTEuNDgwNCA3LjEwNTM2IDExLjI5MjkgNy4yOTI4OUMxMS4xMDU0IDcuNDgwNDMgMTEgNy43MzQ3OCAxMSA4QzExIDguMjY1MjIgMTEuMTA1NCA4LjUxOTU3IDExLjI5MjkgOC43MDcxMUMxMS40ODA0IDguODk0NjQgMTEuNzM0OCA5IDEyIDlIMTNDMTMuMjY1MiA5IDEzLjUxOTYgOC44OTQ2NCAxMy43MDcxIDguNzA3MTFDMTMuODk0NiA4LjUxOTU3IDE0IDguMjY1MjIgMTQgOEMxNCA3LjczNDc4IDEzLjg5NDYgNy40ODA0MyAxMy43MDcxIDcuMjkyODlDMTMuNTE5NiA3LjEwNTM2IDEzLjI2NTIgNyAxMyA3Wk0xMCAwQzguMDIyMTkgMCA2LjA4ODc5IDAuNTg2NDkgNC40NDQzIDEuNjg1M0MyLjc5OTgxIDIuNzg0MTIgMS41MTgwOSA0LjM0NTkgMC43NjEyMDkgNi4xNzMxN0MwLjAwNDMzMjg0IDguMDAwNDMgLTAuMTkzNzAxIDEwLjAxMTEgMC4xOTIxNTIgMTEuOTUwOUMwLjU3ODAwNCAxMy44OTA3IDEuNTMwNDEgMTUuNjcyNSAyLjkyODk0IDE3LjA3MTFDNC4zMjc0NiAxOC40Njk2IDYuMTA5MjkgMTkuNDIyIDguMDQ5MSAxOS44MDc5QzkuOTg4OTEgMjAuMTkzNyAxMS45OTk2IDE5Ljk5NTcgMTMuODI2OCAxOS4yMzg4QzE1LjY1NDEgMTguNDgxOSAxNy4yMTU5IDE3LjIwMDIgMTguMzE0NyAxNS41NTU3QzE5LjQxMzUgMTMuOTExMiAyMCAxMS45Nzc4IDIwIDEwQzIwIDguNjg2NzggMTkuNzQxMyA3LjM4NjQyIDE5LjIzODggNi4xNzMxN0MxOC43MzYzIDQuOTU5OTEgMTcuOTk5NyAzLjg1NzUyIDE3LjA3MTEgMi45Mjg5M0MxNi4xNDI1IDIuMDAwMzUgMTUuMDQwMSAxLjI2Mzc1IDEzLjgyNjggMC43NjEyMDVDMTIuNjEzNiAwLjI1ODY1OCAxMS4zMTMyIDAgMTAgMFpNMTAgMThDOC40MTc3NSAxOCA2Ljg3MTA0IDE3LjUzMDggNS41NTU0NCAxNi42NTE4QzQuMjM5ODUgMTUuNzcyNyAzLjIxNDQ3IDE0LjUyMzMgMi42MDg5NyAxMy4wNjE1QzIuMDAzNDcgMTEuNTk5NyAxLjg0NTA0IDkuOTkxMTMgMi4xNTM3MiA4LjQzOTI4QzIuNDYyNCA2Ljg4NzQzIDMuMjI0MzMgNS40NjE5NyA0LjM0MzE1IDQuMzQzMTVDNS40NjE5NyAzLjIyNDMzIDYuODg3NDMgMi40NjI0IDguNDM5MjggMi4xNTM3MkM5Ljk5MTEzIDEuODQ1MDQgMTEuNTk5NyAyLjAwMzQ2IDEzLjA2MTUgMi42MDg5NkMxNC41MjMzIDMuMjE0NDcgMTUuNzcyNyA0LjIzOTg0IDE2LjY1MTggNS41NTU0NEMxNy41MzA4IDYuODcxMDMgMTggOC40MTc3NSAxOCAxMEMxOCAxMi4xMjE3IDE3LjE1NzIgMTQuMTU2NiAxNS42NTY5IDE1LjY1NjlDMTQuMTU2NiAxNy4xNTcxIDEyLjEyMTcgMTggMTAgMThaIiBmaWxsPSIjMUQyNzFGIi8+Cjwvc3ZnPgo=) !important;z-index:0;animation-iteration-count:infinite !important;-webkit-animation:bounce-in-fwd 5s 4s both;animation:bounce-in-fwd 5s 4s both}.icon-reemplazo-global-active#representante{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjk5OTQgMTUuOTJWMTguOTJDMjEuMDAwNiAxOS4xOTg1IDIwLjk0MzUgMTkuNDc0MSAyMC44MzIgMTkuNzI5M0MyMC43MjA0IDE5Ljk4NDUgMjAuNTU2NyAyMC4yMTM2IDIwLjM1MTUgMjAuNDAxOEMyMC4xNDYzIDIwLjU5MDEgMTkuOTA0IDIwLjczMzUgMTkuNjQwMiAyMC44MjI3QzE5LjM3NjQgMjAuOTExOSAxOS4wOTY4IDIwLjk0NSAxOC44MTk0IDIwLjkyQzE1Ljc0MjMgMjAuNTg1NiAxMi43ODY0IDE5LjUzNDEgMTAuMTg5NCAxNy44NUM3Ljc3MzI3IDE2LjMxNDYgNS43MjQ3OCAxNC4yNjYxIDQuMTg5NDUgMTEuODVDMi40OTk0MiA5LjI0MTE4IDEuNDQ3NjkgNi4yNzA5NyAxLjExOTQ0IDMuMTc5OTdDMS4wOTQ0NiAyLjkwMzQ0IDEuMTI3MzIgMi42MjQ3NCAxLjIxNTk1IDIuMzYxNkMxLjMwNDU3IDIuMDk4NDYgMS40NDcwMiAxLjg1NjY2IDEuNjM0MjEgMS42NTE2QzEuODIxNDEgMS40NDY1MyAyLjA0OTI1IDEuMjgyNjggMi4zMDMyNCAxLjE3MDVDMi41NTcyMiAxLjA1ODMxIDIuODMxNzkgMS4wMDAyNCAzLjEwOTQ1IDAuOTk5OTc1SDYuMTA5NDVDNi41OTQ3NSAwLjk5NTE5OCA3LjA2NTI0IDEuMTY3MDUgNy40MzMyMSAxLjQ4MzUxQzcuODAxMTggMS43OTk5NiA4LjA0MTUyIDIuMjM5NDIgOC4xMDk0NCAyLjcxOTk3QzguMjM2MDcgMy42ODAwNCA4LjQ3MDg5IDQuNjIyNyA4LjgwOTQ1IDUuNTI5OTdDOC45NDM5OSA1Ljg4NzkgOC45NzMxMSA2LjI3Njg5IDguODkzMzUgNi42NTA4NkM4LjgxMzYgNy4wMjQ4MiA4LjYyODMxIDcuMzY4MDkgOC4zNTk0NCA3LjYzOTk4TDcuMDg5NDUgOC45MDk5N0M4LjUxMyAxMS40MTM1IDEwLjU4NTkgMTMuNDg2NCAxMy4wODk0IDE0LjkxTDE0LjM1OTQgMTMuNjRDMTQuNjMxMyAxMy4zNzExIDE0Ljk3NDYgMTMuMTg1OCAxNS4zNDg2IDEzLjEwNjFDMTUuNzIyNSAxMy4wMjYzIDE2LjExMTUgMTMuMDU1NCAxNi40Njk0IDEzLjE5QzE3LjM3NjcgMTMuNTI4NSAxOC4zMTk0IDEzLjc2MzQgMTkuMjc5NCAxMy44OUMxOS43NjUyIDEzLjk1ODUgMjAuMjA4OCAxNC4yMDMyIDIwLjUyNiAxNC41Nzc1QzIwLjg0MzEgMTQuOTUxOCAyMS4wMTE2IDE1LjQyOTYgMjAuOTk5NCAxNS45MloiIHN0cm9rZT0iIzFEMjcxRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) !important;-webkit-animation:wiggle 5s linear 4s both;animation:wiggle 5s linear 4s both}.icon-reemplazo-global-active#nosustituir{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAyQzYuMDI5NDQgMiAyIDYuMDI5NDQgMiAxMUMyIDE1Ljk3MDYgNi4wMjk0NCAyMCAxMSAyMEMxNS45NzA2IDIwIDIwIDE1Ljk3MDYgMjAgMTFDMjAgNi4wMjk0NCAxNS45NzA2IDIgMTEgMlpNMCAxMUMwIDQuOTI0ODcgNC45MjQ4NyAwIDExIDBDMTcuMDc1MSAwIDIyIDQuOTI0ODcgMjIgMTFDMjIgMTcuMDc1MSAxNy4wNzUxIDIyIDExIDIyQzQuOTI0ODcgMjIgMCAxNy4wNzUxIDAgMTFaTTcuMjkyODkgNy4yOTI4OUM3LjY4MzQyIDYuOTAyMzcgOC4zMTY1OCA2LjkwMjM3IDguNzA3MTEgNy4yOTI4OUwxMSA5LjU4NTc5TDEzLjI5MjkgNy4yOTI4OUMxMy42ODM0IDYuOTAyMzcgMTQuMzE2NiA2LjkwMjM3IDE0LjcwNzEgNy4yOTI4OUMxNS4wOTc2IDcuNjgzNDIgMTUuMDk3NiA4LjMxNjU4IDE0LjcwNzEgOC43MDcxMUwxMi40MTQyIDExTDE0LjcwNzEgMTMuMjkyOUMxNS4wOTc2IDEzLjY4MzQgMTUuMDk3NiAxNC4zMTY2IDE0LjcwNzEgMTQuNzA3MUMxNC4zMTY2IDE1LjA5NzYgMTMuNjgzNCAxNS4wOTc2IDEzLjI5MjkgMTQuNzA3MUwxMSAxMi40MTQyTDguNzA3MTEgMTQuNzA3MUM4LjMxNjU4IDE1LjA5NzYgNy42ODM0MiAxNS4wOTc2IDcuMjkyODkgMTQuNzA3MUM2LjkwMjM3IDE0LjMxNjYgNi45MDIzNyAxMy42ODM0IDcuMjkyODkgMTMuMjkyOUw5LjU4NTc5IDExTDcuMjkyODkgOC43MDcxMUM2LjkwMjM3IDguMzE2NTggNi45MDIzNyA3LjY4MzQyIDcuMjkyODkgNy4yOTI4OVoiIGZpbGw9IiMxRDI3MUYiLz4KPC9zdmc+Cg==) !important;-webkit-animation:jello-diagonal-2 5s 4s both;animation:jello-diagonal-2 5s 4s both}.icon-reemplazo-global-active.changing{-webkit-animation:rotate-scale-up 1s linear both !important;animation:rotate-scale-up 1s linear both !important}@-webkit-keyframes rotate-scale-up{0%{opacity:0;-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}100%{opacity:1;-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@keyframes rotate-scale-up{0%{opacity:0;-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}100%{opacity:1;-webkit-transform:scale(1) rotateZ(720deg);transform:scale(1) rotateZ(720deg)}}@-webkit-keyframes wiggle{0%{transform:rotateZ(0)}4%{transform:rotateZ(-13deg)}8%{transform:rotateZ(9deg)}12%{transform:rotateZ(-10deg)}16%{transform:rotateZ(7deg)}20%{transform:rotateZ(-2deg)}24%,100%{transform:rotateZ(0)}}@-ms-keyframes wiggle{0%{transform:rotateZ(0)}4%{transform:rotateZ(-13deg)}8%{transform:rotateZ(9deg)}12%{transform:rotateZ(-10deg)}16%{transform:rotateZ(7deg)}20%{transform:rotateZ(-2deg)}24%,100%{transform:rotateZ(0)}}@keyframes wiggle{0%{transform:rotateZ(0)}4%{transform:rotateZ(-13deg)}8%{transform:rotateZ(9deg)}12%{transform:rotateZ(-10deg)}16%{transform:rotateZ(7deg)}20%{transform:rotateZ(-2deg)}24%,100%{transform:rotateZ(0)}}@-webkit-keyframes bounce-in-fwd{0%{opacity:1}1%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}6%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}12%{-webkit-transform:scale(0.7);transform:scale(0.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}18%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}24%{-webkit-transform:scale(0.84);transform:scale(0.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}30%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}36%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}42%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-fwd{0%{opacity:1}1%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}6%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}12%{-webkit-transform:scale(0.7);transform:scale(0.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}18%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}24%{-webkit-transform:scale(0.84);transform:scale(0.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}30%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}36%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}42%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@-webkit-keyframes jello-diagonal-2{0%{-webkit-transform:skew(0deg 0deg);transform:skew(0deg 0deg)}6%{-webkit-transform:skew(-25deg -25deg);transform:skew(-25deg -25deg)}12%{-webkit-transform:skew(15deg, 15deg);transform:skew(15deg, 15deg)}18%{-webkit-transform:skew(-15deg, -15deg);transform:skew(-15deg, -15deg)}24%{-webkit-transform:skew(5deg, 5deg);transform:skew(5deg, 5deg)}30%{-webkit-transform:skew(-5deg, -5deg);transform:skew(-5deg, -5deg)}36%{-webkit-transform:skew(0deg 0deg);transform:skew(0deg 0deg)}}@keyframes jello-diagonal-2{0%{-webkit-transform:skew(0deg 0deg);transform:skew(0deg 0deg)}6%{-webkit-transform:skew(-25deg -25deg);transform:skew(-25deg -25deg)}12%{-webkit-transform:skew(15deg, 15deg);transform:skew(15deg, 15deg)}18%{-webkit-transform:skew(-15deg, -15deg);transform:skew(-15deg, -15deg)}24%{-webkit-transform:skew(5deg, 5deg);transform:skew(5deg, 5deg)}30%{-webkit-transform:skew(-5deg, -5deg);transform:skew(-5deg, -5deg)}36%{-webkit-transform:skew(0deg 0deg);transform:skew(0deg 0deg)}}@media (max-width: 750px){.accordion-inner .table tfoot tr{margin-bottom:40px !important}}.iframe-credit-card-payment-group .CardForm,.iframe-debit-card-payment-group .CardForm{display:flex;flex-direction:column}.iframe-credit-card-payment-group .CardForm>div:first-child,.iframe-debit-card-payment-group .CardForm>div:first-child{order:1}.iframe-credit-card-payment-group .CardForm .PaymentInstallments,.iframe-debit-card-payment-group .CardForm .PaymentInstallments{order:3}.iframe-credit-card-payment-group .CardForm>div:nth-child(3),.iframe-debit-card-payment-group .CardForm>div:nth-child(3){order:2}.iframe-credit-card-payment-group .CardForm .PaymentCardCVV,.iframe-debit-card-payment-group .CardForm .PaymentCardCVV{order:4}.iframe-credit-card-payment-group .CardForm .PaymentCardHolderDocument,.iframe-debit-card-payment-group .CardForm .PaymentCardHolderDocument{order:5}.iframe-credit-card-payment-group .CardForm .BillingAddress,.iframe-debit-card-payment-group .CardForm .BillingAddress{order:6}.iframe-credit-card-payment-group .BillingAddress .AddressForm .PostalCode,.iframe-debit-card-payment-group .BillingAddress .AddressForm .PostalCode{order:7 !important}.iframe-credit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-street,.iframe-debit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-street{order:1 !important}.iframe-credit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-number,.iframe-debit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-number{order:2 !important}.iframe-credit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-complement,.iframe-debit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-complement{order:3 !important}.iframe-credit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-state,.iframe-debit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-state{order:6 !important}.iframe-credit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-city,.iframe-debit-card-payment-group .BillingAddress .AddressForm .payment-billing-address-city{order:5 !important}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{font-size:0px;display:flex;justify-content:center}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange::before{content:"Cambiar el punto de retiro";font-size:12px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-schedule{display:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{background-color:#f5f5f5}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-dateLink{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDelivery::before{content:"";width:12px;height:12px;background-color:#ff533b;position:absolute;border-radius:50%;margin-top:3px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date{display:block}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date::before{content:"Seleccion\C3\A1   una fecha para la entrega de los siguientes productos:";margin-left:20px}#shipping-data .vtex-omnishipping-1-x-dateLink{font-size:0;display:flex;justify-content:center}#shipping-data .vtex-omnishipping-1-x-dateLink::before{content:"Eleg\C3\AD   una fecha de entrega";font-size:12px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span button[type="submit"]{position:absolute;width:30px !important;height:30px !important;bottom:5px;right:5px;border:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliverySeparator{display:none}.keep-shopping{display:none !important}#go-to-cart-button{display:none !important}#orderform-to-cart{display:none !important}.container-cart .back-to-site{margin-left:0}.orderform-template-holder #client-profile-data .step.client-profile-data.active{margin-bottom:0px !important;border:1px solid #ff533b}.orderform-template .orderform-template-holder #shipping-data{padding:0}.orderform-template .orderform-template-holder #shipping-data .shipping-data.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-inner{padding:0px 30px 15px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data{padding:0px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data .accordion-heading{padding:30px}.orderform-template .orderform-template-holder #payment-data{padding:0px !important}.orderform-template .orderform-template-holder #payment-data .store-country-ARG.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder #payment-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder #payment-data .accordion-body{padding:0px 25px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .btn-go-to-payment-custom{margin:0 auto !important}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::before{content:url("https://masonlineqa.vteximg.com.br/arquivos/icono-calendario.png");width:15px;height:15px;top:-30px;position:absolute}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::after{content:"Fecha de entrega";position:absolute;top:-31px;left:20px;font-size:16px;font-weight:700}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{position:relative;margin-top:40px}.PaymentCardCVVHelp.cvv-four-digits{height:60px !important;margin-left:5px}.PaymentCardCVVHelp{height:40px !important;margin-left:5px}.orderform-template-holder #client-profile-data .box-client-info-pf{border:none !important}#shipping-data .box-step{border:none !important}#shipping-data .vtex-omnishipping-1-x-PickupPointInfo{border:none !important}#shipping-data .vtex-omnishipping-1-x-container .authorized-third-wrapper{border:none !important}#shipping-data .vtex-omnishipping-1-x-addressForm,#shipping-data .address-summary,#shipping-data .authorized-third-wrapper{border:none !important}.item-unavailable{display:none !important}.unavailable{background-color:#F5F5F5 !important}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{font-size:0px;display:flex;justify-content:center}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange::before{content:"Cambiar el punto de retiro";font-size:12px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-schedule{display:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{background-color:#f5f5f5}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-dateLink{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDelivery::before{content:"";width:12px;height:12px;background-color:#ff533b;position:absolute;border-radius:50%;margin-top:3px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date{display:block}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date::before{content:"Seleccion\E1   una fecha para la entrega de los siguientes productos:";margin-left:20px}#shipping-data .vtex-omnishipping-1-x-dateLink{font-size:0;display:flex;justify-content:center}#shipping-data .vtex-omnishipping-1-x-dateLink::before{content:"Eleg\ED   una fecha de entrega";font-size:12px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span button[type="submit"]{position:absolute;width:30px !important;height:30px !important;bottom:5px;right:5px;border:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliverySeparator{display:none}.keep-shopping{display:none !important}#go-to-cart-button{display:none !important}#orderform-to-cart{display:none !important}.container-cart .back-to-site{margin-left:0}.orderform-template-holder #client-profile-data .step.client-profile-data.active{margin-bottom:0px !important;border:1px solid #ff533b}.orderform-template .orderform-template-holder #shipping-data{padding:0}.orderform-template .orderform-template-holder #shipping-data .shipping-data.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-inner{padding:0px 30px 15px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data{padding:0px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data .accordion-heading{padding:30px}.orderform-template .orderform-template-holder #payment-data{padding:0px !important}.orderform-template .orderform-template-holder #payment-data .store-country-ARG.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder #payment-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder #payment-data .accordion-body{padding:0px 25px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .btn-go-to-payment-custom{margin:0 auto !important}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::before{content:url("https://masonlineqa.vteximg.com.br/arquivos/icono-calendario.png");width:15px;height:15px;top:-30px;position:absolute}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::after{content:"Fecha de entrega";position:absolute;top:-31px;left:20px;font-size:16px;font-weight:700}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{position:relative;margin-top:40px}.PaymentCardCVVHelp.cvv-four-digits{height:60px !important;margin-left:5px}.PaymentCardCVVHelp{height:40px !important;margin-left:5px}.orderform-template-holder #client-profile-data .box-client-info-pf{border:none !important}#shipping-data .box-step{border:none !important}#shipping-data .vtex-omnishipping-1-x-PickupPointInfo{border:none !important}#shipping-data .vtex-omnishipping-1-x-container .authorized-third-wrapper{border:none !important}#shipping-data .vtex-omnishipping-1-x-addressForm,#shipping-data .address-summary,#shipping-data .authorized-third-wrapper{border:none !important}.item-unavailable{display:none !important}.unavailable{background-color:#F5F5F5 !important}#custom-locator-trigger{cursor:pointer}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{font-size:0px;display:flex;justify-content:center}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange::before{content:"Cambiar el punto de retiro";font-size:12px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-schedule{display:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{background-color:#f5f5f5}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-dateLink{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDelivery::before{content:"";width:12px;height:12px;background-color:#ff533b;position:absolute;border-radius:50%;margin-top:3px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date{display:block}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date::before{content:"Seleccion\E1   una fecha para la entrega de los siguientes productos:";margin-left:20px}#shipping-data .vtex-omnishipping-1-x-dateLink{font-size:0;display:flex;justify-content:center}#shipping-data .vtex-omnishipping-1-x-dateLink::before{content:"Eleg\ED   una fecha de entrega";font-size:12px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span button[type="submit"]{position:absolute;width:30px !important;height:30px !important;bottom:5px;right:5px;border:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliverySeparator{display:none}.keep-shopping{display:none !important}#go-to-cart-button{display:none !important}#orderform-to-cart{display:none !important}.container-cart .back-to-site{margin-left:0}.orderform-template-holder #client-profile-data .step.client-profile-data.active{margin-bottom:0px !important;border:1px solid #ff533b}.orderform-template .orderform-template-holder #shipping-data{padding:0}.orderform-template .orderform-template-holder #shipping-data .shipping-data.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-inner{padding:0px 30px 15px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data{padding:0px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data .accordion-heading{padding:30px}.orderform-template .orderform-template-holder #payment-data{padding:0px !important}.orderform-template .orderform-template-holder #payment-data .store-country-ARG.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder #payment-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder #payment-data .accordion-body{padding:0px 25px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .btn-go-to-payment-custom{margin:0 auto !important}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::before{content:url("https://masonlineqa.vteximg.com.br/arquivos/icono-calendario.png");width:15px;height:15px;top:-30px;position:absolute}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::after{content:"Fecha de entrega";position:absolute;top:-31px;left:20px;font-size:16px;font-weight:700}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{position:relative;margin-top:40px}.PaymentCardCVVHelp.cvv-four-digits{height:60px !important;margin-left:5px}.PaymentCardCVVHelp{height:40px !important;margin-left:5px}.orderform-template-holder #client-profile-data .box-client-info-pf{border:none !important}#shipping-data .box-step{border:none !important}#shipping-data .vtex-omnishipping-1-x-PickupPointInfo{border:none !important}#shipping-data .vtex-omnishipping-1-x-container .authorized-third-wrapper{border:none !important}#shipping-data .vtex-omnishipping-1-x-addressForm,#shipping-data .address-summary,#shipping-data .authorized-third-wrapper{border:none !important}.item-unavailable{display:none !important}.unavailable{background-color:#F5F5F5 !important}#custom-locator-trigger{cursor:pointer}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{font-size:0px;display:flex;justify-content:center}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange::before{content:"Cambiar el punto de retiro";font-size:12px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pickupPointChange{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-schedule{display:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{background-color:#f5f5f5}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-dateLink{color:#1D271F;border-color:#1D271F;font-weight:600}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDelivery::before{content:"";width:12px;height:12px;background-color:#ff533b;position:absolute;border-radius:50%;margin-top:3px}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date{display:block}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-date::before{content:"Seleccion\E1   una fecha para la entrega de los siguientes productos:";margin-left:20px}#shipping-data .vtex-omnishipping-1-x-dateLink{font-size:0;display:flex;justify-content:center}#shipping-data .vtex-omnishipping-1-x-dateLink::before{content:"Eleg\ED   una fecha de entrega";font-size:12px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*="none"] p.coupon-fields>span button[type="submit"]{position:absolute;width:30px !important;height:30px !important;bottom:5px;right:5px;border:none}.orderform-template .orderform-template-holder #shipping-data .accordion-group.shipping-data .vtex-omnishipping-1-x-scheduledDeliverySeparator{display:none}.orderform-template-holder #client-profile-data .step.client-profile-data.active{margin-bottom:0px !important;border:1px solid #ff533b}.orderform-template .orderform-template-holder #shipping-data{padding:0}.orderform-template .orderform-template-holder #shipping-data .shipping-data.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .accordion-inner{padding:0px 30px 15px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data{padding:0px !important}.orderform-template .orderform-template-holder #shipping-data .shipping-data .accordion-heading{padding:30px}.orderform-template .orderform-template-holder #payment-data{padding:0px !important}.orderform-template .orderform-template-holder #payment-data .store-country-ARG.active{border:1px solid #ff533b;box-sizing:border-box}.orderform-template .orderform-template-holder #payment-data .accordion-heading{padding:10px 30px 0px}.orderform-template .orderform-template-holder #payment-data .accordion-body{padding:0px 25px}.orderform-template .orderform-template-holder .accordion-group.shipping-data .btn-go-to-payment-custom{margin:0 auto !important}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::before{content:url("https://masonlineqa.vteximg.com.br/arquivos/icono-calendario.png");width:15px;height:15px;top:-30px;position:absolute}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList::after{content:"Fecha de entrega";position:absolute;top:-31px;left:20px;font-size:16px;font-weight:700}#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryList{position:relative;margin-top:40px}.PaymentCardCVVHelp.cvv-four-digits{height:60px !important;margin-left:5px}.PaymentCardCVVHelp{height:40px !important;margin-left:5px}.orderform-template-holder #client-profile-data .box-client-info-pf{border:none !important}#shipping-data .box-step{border:none !important}#shipping-data .vtex-omnishipping-1-x-PickupPointInfo{border:none !important}#shipping-data .vtex-omnishipping-1-x-container .authorized-third-wrapper{border:none !important}#shipping-data .vtex-omnishipping-1-x-addressForm,#shipping-data .address-summary,#shipping-data .authorized-third-wrapper{border:none !important}.item-unavailable{display:none !important}.unavailable{background-color:#F5F5F5 !important}.pkpmodal-pickup-point-sla{display:none !important}.product-item{position:relative}.product-show .product-item{display:flex !important}.product-show .show-more-button-custom{display:none !important}.product-item:nth-child(-n+2){display:flex !important}.product-item:after{width:262px;height:22px;position:absolute;bottom:17px;cursor:wait;border-radius:5px;background-color:#EAEAEA 50%;background-image:linear-gradient(-85deg, #EAEAEA 8%, #f5f5f5 20%, #f5f5f5 24%, #EAEAEA 32%);background-size:200% 100%;animation:1.5s shine linear infinite}.product-item.item-loaded:after{display:none}@keyframes shine{to{background-position-x:-200%}}.individual-sustitution-desktop{padding:2px 0;position:relative;background-color:#fff}@media (max-width: 690px){.individual-sustitution-desktop{display:none !important}}.individual-sustitution-mobile{padding:3px 0;position:relative;background-color:#fff !important}.payment-modo-cards-container .payment-modo-banner-text{font-size:0}.payment-modo-cards-container .payment-modo-banner-text::after{content:"Paga con tu tarjeta de cr" "\E9" "dito y d" "\E9" "bito";font-size:12px}.productsCarousel-section{width:calc(70% - 36px);margin:0;background-color:#ffffff;padding-top:35px;margin-bottom:60px}.productsCarousel-section .productsCarousel-slider-banner{width:95%;margin:10px auto;height:420px}.productsCarousel-section .productsCarousel-slider-banner ul.slick-initialized{list-style-type:none;height:420px}.productsCarousel-section .productsCarousel-slider-banner ul.slick-initialized li.product{position:relative}.productsCarousel-section .productsCarousel-slider-banner ul.slick-initialized li.product .no-discount{display:none}@media (max-width: 768px){.productsCarousel-section .productsCarousel-slider-banner ul.slick-initialized{height:400px}}.productsCarousel-section .productsCarousel-slider-banner .image img{width:153px !important;margin:auto;display:block}@media (max-width: 768px){.productsCarousel-section .productsCarousel-slider-banner .image img{min-width:153px}}.productsCarousel-section .carousel-title{padding-left:46px;font-size:22px;font-weight:700}@media (max-width: 768px){.productsCarousel-section .carousel-title{padding-left:25px}}@media (max-width: 768px){.productsCarousel-section{width:100%;margin:0 auto 70px;padding:20px 0 !important}.productsCarousel-section.container{padding-top:20px !important}}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;z-index:0;max-width:100vw;width:100%;margin:0;background-color:#ffffff}.slick-slider .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-slider .slick-list:focus{outline:0}.slick-slider .slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track{position:relative;top:0;left:0;display:flex}.slick-slider .slick-track:after,.slick-slider .slick-track:before{display:table;content:""}.slick-slider .slick-track:after{clear:both}.slick-slider .slick-dots{-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;display:-ms-flex;display:-webkit-flex;display:flex;-ms-align-items:flex-end;-webkit-align-items:flex-end;align-items:flex-end;position:absolute;bottom:25px;width:100%}.slick-slider .slick-loading .slick-track{visibility:hidden}.slick-slider .slick-slide{display:none;float:left;height:100%;min-height:1px;padding:0;-webkit-box-shadow:-2px 0px 15px 3px #e0e0e0;-moz-box-shadow:-2px 0px 15px 3px #e0e0e0;box-shadow:-2px 0px 15px 3px #e0e0e0;width:200px;margin:12px;border-radius:.5rem}.slick-slider .slick-slide .buyButton.notAdded{margin:0;font-size:2.5rem;background:#ffffff;color:#000000}.slick-slider .slick-slide .buyButton.notAdded p{margin-bottom:3px !important}.slick-slider .slick-slide .buyButton:hover{cursor:pointer}.slick-slider .slick-slide .buyButton.isUnavailable{color:#666666;font-size:0;border:none;pointer-events:none;background-color:transparent !important}.slick-slider .slick-slide .buyButton.isUnavailable::after{content:"No Disponible";font-size:14px;text-align:center;margin-right:20px}.slick-slider .slick-slide .buyButton.isUnavailable .notAdded{display:none}.slick-slider .slick-slide .buyButton,.slick-slider .slick-slide .buyButtonNew{background-color:#000000;color:#ffffff;font-size:1rem}.slick-slider .slick-slide .buyButton,.slick-slider .slick-slide .buyButtonNew{display:flex;justify-content:center;align-items:center;height:40px;width:40px;margin:15px 15px 0 calc(100% - 55px);border-radius:8px;font-weight:300;border:1px solid #000000}.slick-slider .slick-slide .quantity-stepper{display:flex;opacity:1;background:#ff533b;width:120px;height:0;border-radius:.5rem;align-items:center;justify-content:space-around;margin:0 15px 0 calc(100% - 135px)}.slick-slider .slick-slide .quantity-stepper.visible{position:absolute;top:15px;height:2.5rem;z-index:5}.slick-slider .slick-slide .quantity-stepper .quantity{width:50%;background:#ff533b;border:none;text-align:center;font-size:0.9rem;color:#ffffff;cursor:default;appearance:none}.slick-slider .slick-slide .quantity-stepper .quantity::-webkit-inner-spin-button,.slick-slider .slick-slide .quantity-stepper .quantity::-webkit-outer-spin-button{display:none}.slick-slider .slick-slide .quantity-stepper .quantity.hidden{height:0}.slick-slider .slick-slide .quantity-stepper .decrement,.slick-slider .slick-slide .quantity-stepper .increment{background:#ff533b;border:none;font-size:1.25rem;color:#ffffff;width:30%}.slick-slider .slick-slide .quantity-stepper .decrement{border-right:1px solid #18181829}.slick-slider .slick-slide .quantity-stepper .increment{border-right:1px solid #18181829}.slick-slider .slick-slide.slick-loading img{display:none}.slick-slider .slick-slide.dragging img{pointer-events:none}.slick-slider .slick-slide .productName,.slick-slider .slick-slide .shelfSummaryPrice{color:#000000;font-size:12px;min-height:40px}.slick-slider .slick-slide .listPrice{display:flex;font-size:12px;color:#909090;text-decoration:line-through;letter-spacing:-0.03em;font-weight:600;margin:0 0 10px 15px}.slick-slider .slick-slide .listPrice.dn{display:none}.slick-slider .slick-slide .priceContainer{min-height:70px}.slick-slider .slick-slide .priceContainer .shelfSummaryPrice{min-height:40px;display:flex;padding:0 15px;align-items:center}.slick-slider .slick-slide .priceContainer .shelfSummaryPrice .sellingPrice{font-size:16px;font-weight:700}.slick-slider .slick-slide .priceContainer .shelfSummaryPrice .discount{text-decoration:none;text-decoration:none;background:#ff533b;margin:0 0 0 10px;border-radius:5px !important;padding:2px 5px !important;font-size:12px;color:#fff;font-weight:900}.slick-slider .slick-slide .priceContainer .shelfSummaryPrice .discount.dn{display:none}@media (max-width: 768px){.slick-slider .slick-slide .priceContainer .shelfSummaryPrice .discount{margin:0 0 0 5px;padding:2px 3px !important}}.slick-slider .slick-slide .productName{max-width:160px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:20px;padding:0 15px}@media (max-width: 768px){.slick-slider .slick-slide .productName{min-height:40px}}.slick-slider .slick-slide .link:hover{text-decoration:none}.slick-slider .slick-slide .highlight-undefined-mobile{display:none}.slick-slider .slick-slide div[data-highlight-score="0"] img.highlight-undefined-desktop,.slick-slider .slick-slide img.highlight-undefined-mobile{height:50px;width:50px}.slick-slider .slick-slide div[data-idx="2"] img.highlight-undefined-desktop,.slick-slider .slick-slide div[data-idx="2"] img.highlight-undefined-mobile{position:absolute;top:unset;bottom:120px;left:0;right:unset;padding-left:15px}.slick-slider .slick-slide div[data-idx="1"] img.highlight-undefined-desktop,.slick-slider .slick-slide div[data-idx="1"] img.highlight-undefined-mobile{height:50px;width:50px;position:absolute;top:15px;bottom:unset;left:0px;right:unset;padding-left:15px}.slick-slider .slick-slide div[data-idx="5"] img.highlight-undefined-desktop,.slick-slider .slick-slide div[data-idx="5"] img.highlight-undefined-mobile{max-width:50px;max-height:50px;position:absolute;padding-right:15px;top:190px;bottom:unset;left:unset;right:0px}.slick-slider .slick-slide div[data-idx="3"] img.highlight-undefined-desktop,.slick-slider .slick-slide div[data-idx="3"] img.highlight-undefined-mobile{max-width:50px;max-height:50px;position:absolute;padding-right:15px;top:150px;bottom:unset;left:0;position:absolute;padding-left:15px}.slick-slider .slick-slide div[data-idx="4"] img.highlight-undefined-desktop,.slick-slider .slick-slide div[data-idx="4"] img.highlight-undefined-mobile{max-width:50px;max-height:50px;position:absolute;padding-right:15px;top:80px;bottom:unset;left:unset;right:0px}@media (max-width: 768px){.slick-slider .slick-slide{margin:10px}.slick-slider .slick-slide .highlight-undefined-mobile{display:block}.slick-slider .slick-slide .highlight-undefined-desktop{display:none}}.slick-slider.slick-initialized .slick-slide{display:block}.slick-slider.slick-loading .slick-slide{visibility:hidden}.slick-slider.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-slider .slick-arrow.slick-hidden{display:none}.navArrows-bar{width:100%;margin:auto;padding:0;position:absolute;left:0;right:0;top:0;bottom:0}.navArrows-bar .slick-arrow{position:absolute;top:50%;z-index:1;border:none;cursor:pointer;font-size:18px;width:3.5rem;height:3.5rem;display:block;background:#131111 !important;box-shadow:2px 4px 4.7px 0px #00000059;border-radius:50%}.navArrows-bar .slick-arrow>div{-ms-justify-content:center}.navArrows-bar .slick-arrow div{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.5%201.5L6%206L1.5%2010.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;background-repeat:no-repeat !important;height:100%;width:100%;background-position:center}.navArrows-bar .slick-arrow.slick-prev div{transform:rotate(180deg)}.navArrows-bar .slick-arrow.slick-next{right:0}div.cart .show-more-button-custom{color:#1a73e8;font-family:"Inter", sans-serif;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;width:100%;border:1px dashed #357edd;text-transform:uppercase;justify-content:center}#client-profile-data .step.client-profile-data input.error[type=text]:not(.pac-target-input),#client-profile-data input.error[type=tel],#client-profile-data input.error[type=email]{border:2px solid #EC3964 !important;background-color:#FFF5F8}#client-profile-data span.error{color:#EC3964}.vtex-omnishipping-1-x-scheduledDelivery.select-date{background-color:rgba(236,57,100,0.2) !important}.vtex-omnishipping-1-x-scheduledDelivery.select-date .react-datepicker-wrapper::after{content:"Por favor selecciona una fecha";color:#EC3964;font-size:12px}#shipping-data .vtex-omnishipping-1-x-addressForm .notSelected{background-color:rgba(236,57,100,0.2) !important;padding:5px}#shipping-data .vtex-omnishipping-1-x-addressForm .notSelected .ship-complement-custom::before,#shipping-data .vtex-omnishipping-1-x-addressForm .notSelected #authorized-third-form::before{content:"Por favor selecciona una opci\F3n";color:#EC3964;font-size:12px}.shipping-container .authorized-third-wrapper.notSelected{background-color:rgba(236,57,100,0.2) !important}.shipping-container .authorized-third-wrapper.notSelected #authorized-third-form::before{content:"Por favor selecciona una opci\F3n";color:#EC3964;font-size:12px}.shipping-container .authorized-third-wrapper ul.parsley-errors-list{margin-left:0}.shipping-container .authorized-third-wrapper ul.parsley-errors-list li.parsley-custom-error-message{list-style-type:none;color:#EC3964}.body-cart-vertical .orderform-template .orderform-template-holder .step .input input.parsley-error{border:2px solid #EC3964 !important;background-color:#FFF5F8}#modal-overlay{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:1000}#modal-overlay #modal{background:white;padding:20px;border-radius:8px;box-shadow:rgba(0,0,0,0.1) 0px 4px 6px;text-align:center;max-width:320px;width:90%}#modal-overlay #modal p{font-size:14px}#modal-overlay #modal button{font-size:14px;font-weight:600;margin-top:10px;padding:10px 15px;background:#1d271f;color:white;border:none;border-radius:8px;cursor:pointer}.product-item.hasPromotion .promotionAlert{position:absolute;bottom:15px;z-index:100;right:0;padding:6px 10px 6px 10px;border-radius:8px;background-color:#FFD596;font-family:"Inter", sans-serif;font-size:12px;font-weight:500;line-height:16.8px;letter-spacing:-0.03em;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.product-item.hasPromotion .promotionAlert::before{content:"";width:15px;height:15px;margin:0 5px 0 0;float:left;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.1276 2.45185H3.25828V10.3666C3.25828 10.5165 3.31784 10.6603 3.42386 10.7664C3.52988 10.8724 3.67368 10.9319 3.82362 10.9319H10.6077C10.7293 10.932 10.8477 10.8927 10.9453 10.8201C11.0428 10.7475 11.1144 10.6454 11.1493 10.5289L12.8453 4.87546C12.8706 4.79105 12.8758 4.70189 12.8605 4.61511C12.8452 4.52833 12.8099 4.44633 12.7573 4.37564C12.7046 4.30496 12.6362 4.24755 12.5575 4.208C12.4787 4.16845 12.3918 4.14786 12.3037 4.14787H4.38896V1.88651C4.38896 1.73657 4.32939 1.59277 4.22337 1.48675C4.11735 1.38073 3.97355 1.32117 3.82362 1.32117H2.1276C1.97766 1.32117 1.83386 1.38073 1.72784 1.48675C1.62182 1.59277 1.56226 1.73657 1.56226 1.88651C1.56226 2.03644 1.62182 2.18024 1.72784 2.28626C1.83386 2.39228 1.97766 2.45185 2.1276 2.45185ZM4.38896 5.27855H11.5439L10.1871 9.80127H4.38896V5.27855ZM4.10629 11.4973C4.27401 11.4973 4.43796 11.547 4.57742 11.6402C4.71687 11.7334 4.82556 11.8658 4.88975 12.0208C4.95393 12.1757 4.97072 12.3462 4.938 12.5107C4.90528 12.6752 4.82452 12.8263 4.70592 12.9449C4.58732 13.0635 4.43622 13.1443 4.27172 13.177C4.10723 13.2097 3.93672 13.1929 3.78177 13.1288C3.62681 13.0646 3.49437 12.9559 3.40119 12.8164C3.30801 12.677 3.25828 12.513 3.25828 12.3453C3.25828 12.1204 3.34762 11.9047 3.50665 11.7457C3.66568 11.5866 3.88138 11.4973 4.10629 11.4973ZM9.75969 11.4973C9.92741 11.4973 10.0914 11.547 10.2308 11.6402C10.3703 11.7334 10.479 11.8658 10.5431 12.0208C10.6073 12.1757 10.6241 12.3462 10.5914 12.5107C10.5587 12.6752 10.4779 12.8263 10.3593 12.9449C10.2407 13.0635 10.0896 13.1443 9.92513 13.177C9.76063 13.2097 9.59012 13.1929 9.43517 13.1288C9.28021 13.0646 9.14777 12.9559 9.05459 12.8164C8.96141 12.677 8.91168 12.513 8.91168 12.3453C8.91168 12.1204 9.00102 11.9047 9.16005 11.7457C9.31909 11.5866 9.53478 11.4973 9.75969 11.4973Z' fill='%23FF533B'/%3E%3C/svg%3E%0A")}.product-item.hasPromotion .promotionAlert::after{content:"";width:0px;height:0px;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #FFD596;position:absolute;top:-13px;left:60px}.product-item.hasPromotion .quantity-price{display:flex !important;flex-direction:column}.product-item.hasPromotion .quantity-price .total-price{text-decoration:line-through}.product-item.hasPromotion .product-name a{-webkit-line-clamp:2 !important;line-clamp:2 !important}.product-item.hasPromotion .product-name .badgeText{display:none;color:#fff;font-size:12px;font-weight:800;line-height:normal;text-align:left;float:left;background:#ff533b;padding:4px 8px;border-radius:10px;margin:5px 0px}.product-item.hasPromotion .product-name .badgeText:nth-of-type(1){display:block}@media (max-width: 768px){.product-item.hasPromotion{height:unset !important;min-height:180px;justify-content:space-between;padding-bottom:17px !important}.product-item.hasPromotion .product-name{height:unset !important}.product-item.hasPromotion .promotionAlert{bottom:0;left:10px;right:10px}.product-item.hasPromotion .promotionAlert::after{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #FFD596;top:-10px;left:calc(50% - 55px)}}.product-item .badgeText{display:none;color:#fff;font-size:12px;font-weight:800;line-height:normal;text-align:left;float:left;background:#ff533b;padding:4px 8px;border-radius:10px;margin:5px 0px}.product-item .badgeText:nth-of-type(1){display:block}.product-item .badgeText.paymentInOneInstallmentPromo{order:2;width:fit-content;margin-top:-5px;display:block}@media (max-width: 768px){.product-item .badgeText.paymentInOneInstallmentPromo{margin-bottom:30px;margin-top:-20px}}@media (max-width: 768px){.product-item{height:unset !important;min-height:180px;justify-content:space-between;padding-bottom:17px !important}.product-item .product-name{height:unset !important}}.authorized-third-wrapper{max-width:495px;position:relative}.authorized-third-wrapper .tooltip-authorized{right:35px}@media (max-width: 768px){.authorized-third-wrapper .tooltip-authorized{top:50px !important}}.authorized-third-wrapper .authorized-third-fields{border:1px solid #EC692C;padding:16px;border-radius:7px}.authorized-third-wrapper .authorized-third-fields.show{flex-direction:column}.authorized-third-wrapper .authorized-third-fields .container-no-third-message{order:-1}.authorized-third-wrapper .authorized-third-fields .container-no-third-message .no-third-message-text,.authorized-third-wrapper .authorized-third-fields .container-no-third-message .no-third-message-titl{color:#1D271F;font-size:14px;font-weight:600}.authorized-third-wrapper .authorized-third-fields .container-no-third-message .no-third-message-text{font-weight:400}.authorized-third-wrapper .authorized-third-fields p.authorized-first-name,.authorized-third-wrapper .authorized-third-fields p.authorized-last-name,.authorized-third-wrapper .authorized-third-fields p.authorized-phone,.authorized-third-wrapper .authorized-third-fields p.authorized-document{width:100% !important}.authorized-third-wrapper .authorized-third-fields p.authorized-phone{display:flex;flex-direction:column}.authorized-third-wrapper .authorized-third-fields .authorized-phone-container .authorized-phone{display:flex}.authorized-third-wrapper .authorized-third-fields .authorized-phone-container .authorized-phone .authorized-area-code{margin-right:10px}.authorized-third-wrapper .authorized-third-fields .authorized-phone-container .authorized-phone .authorized-area-code input{width:45px !important;height:40px !important}.authorized-third-wrapper .authorized-third-fields .authorized-cancel-buttons{display:flex;flex-direction:column}.authorized-third-wrapper .authorized-third-fields .authorized-cancel-buttons .confirm-edit-authorized{margin:10px 0}.authorized-third-wrapper .authorized-third-fields .error-phone-autorized{font-size:12px;color:#EC3964}.authorized-third-wrapper .authorized-third-list-wrapper{max-width:100%}.authorized-third-wrapper .authorized-third-list-wrapper .loader-container{display:flex;justify-content:center;align-items:center;width:40px;height:40px;width:100%}.authorized-third-wrapper .authorized-third-list-wrapper .authorized-third-list{display:flex;flex-direction:column}.authorized-third-wrapper .authorized-third-list-wrapper .authorized-third-list .select-authorized-error{order:-1;background-color:rgba(236,57,100,0.2) !important;margin-bottom:10px;padding:5px}.authorized-third-wrapper .authorized-third-list-wrapper .authorized-third-list .select-authorized-error .select-authorized-message{color:#EC3964;font-size:12px}.authorized-third-wrapper .authorized-third-list-wrapper .spinner{width:24px;height:24px;border:3px solid rgba(255,69,58,0.3);border-top-color:#ff453a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.authorized-third-wrapper .add-new-btn,.authorized-third-wrapper .new-authorized-btn,.authorized-third-wrapper .confirm-edit-authorized{width:100%;display:flex;height:40px;border:1px solid #1D271F;border-radius:8px;background:transparent;display:flex;justify-content:center;align-items:center;font-weight:600}.authorized-third-wrapper .new-authorized-btn::before,.authorized-third-wrapper .add-new-btn::before{content:"";background-image:url("https://masonlineqa.vteximg.com.br/arquivos/addThird.png");height:20px;width:20px;background-repeat:no-repeat}.authorized-third-wrapper .tooltip-close{font-size:0 !important}.authorized-third-wrapper .tooltip-close::before{content:"";background-image:url("https://masonlineqa.vteximg.com.br/arquivos/closeThird.png");height:20px;width:20px;background-repeat:no-repeat;position:absolute;right:-5px}.authorized-third-wrapper .add-new-btn{margin-bottom:10px;order:3}.authorized-third-wrapper .add-new-btn:disabled{color:#1D271F !important}.authorized-third-wrapper .add-new-btn-icon{width:20px;height:20px}.authorized-third-wrapper .cancel-third-btn{border:none;background-color:transparent;text-transform:capitalize;text-decoration:underline;width:100%;font-weight:600;order:4}.authorized-third-wrapper .authorized-third-option{height:16px;width:16px !important;appearance:none;border:1px solid #FF533B;border-radius:2px;position:relative;margin:0}.authorized-third-wrapper .authorized-third-option:checked{background-color:#FF533B}.authorized-third-wrapper .authorized-third-option:checked::before{content:"";position:absolute;width:8px;height:4px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg);top:5px;left:6px;transform:translate(-50%, -50%) rotate(-45deg)}.authorized-third-wrapper .authorized-person{max-width:100%;border:2px solid #DADADA;padding:20px;border-radius:8px;margin-bottom:20px;position:relative}.authorized-third-wrapper .authorized-person .authorized-main-info{display:flex}.authorized-third-wrapper .authorized-person::before{content:'';background-image:url(data:text/xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xIDVIM0gxOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik02IDVWM0M2IDIuNDY5NTcgNi4yMTA3MSAxLjk2MDg2IDYuNTg1NzkgMS41ODU3OUM2Ljk2MDg2IDEuMjEwNzEgNy40Njk1NyAxIDggMUgxMkMxMi41MzA0IDEgMTMuMDM5MSAxLjIxMDcxIDEzLjQxNDIgMS41ODU3OUMxMy43ODkzIDEuOTYwODYgMTQgMi40Njk1NyAxNCAzVjVNMTcgNVYxOUMxNyAxOS41MzA0IDE2Ljc4OTMgMjAuMDM5MSAxNi40MTQyIDIwLjQxNDJDMTYuMDM5MSAyMC43ODkzIDE1LjUzMDQgMjEgMTUgMjFINUM0LjQ2OTU3IDIxIDMuOTYwODYgMjAuNzg5MyAzLjU4NTc5IDIwLjQxNDJDMy4yMTA3MSAyMC4wMzkxIDMgMTkuNTMwNCAzIDE5VjVIMTdaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);height:20px;width:20px;position:absolute;display:inline-block}.authorized-third-wrapper .authorized-person .delete-authorized{background-color:transparent;border:none;position:absolute;right:15px;top:20px;font-weight:600;display:flex;justify-content:center;margin:auto}.authorized-third-wrapper .authorized-person .delete-authorized::before{content:"";background-image:url("https://masonlineqa.vteximg.com.br/arquivos/deleteThird.png");height:25px;width:20px;background-repeat:no-repeat}@media (max-width: 768px){.authorized-third-wrapper .authorized-person .delete-authorized{top:10px;right:0px}}.authorized-third-wrapper .authorized-person .name-document-container{text-transform:capitalize;font-size:14px;font-weight:700;padding-left:20px;display:grid}.authorized-third-wrapper .authorized-person .name-document-container .name-container strong{white-space:nowrap;overflow:hidden;display:block;text-overflow:ellipsis;width:clamp(15ch, 20vw, 20ch)}@media (max-width: 768px){.authorized-third-wrapper .authorized-person .name-document-container{padding-left:15px}}@media (max-width: 397px){.authorized-third-wrapper .authorized-person .name-document-container .name-container strong{width:12ch}}.authorized-third-wrapper .authorized-person .phone-container{font-weight:bold}.authorized-third-wrapper .authorized-person .phone-container::before{content:"Tel: ";font-size:inherit;font-weight:bold}.authorized-third-wrapper .authorized-person .authorized-person-edit{background-color:transparent;border:none;font-size:12px;text-decoration:underline;font-weight:600;padding:0}.authorized-third-wrapper .authorized-person .authorized-person-edit-container,.authorized-third-wrapper .authorized-person .phone-container{padding-left:35px}@media (max-width: 768px){.authorized-third-wrapper .authorized-person .authorized-person-edit-container,.authorized-third-wrapper .authorized-person .phone-container{padding-left:30px}}@media (max-width: 768px){.authorized-third-wrapper .authorized-person{padding:10px}}.close.vtexIdUI-close{display:none}.accordion-icon.is-open{display:inline-flex;transform:rotate(90deg)}body.debug-on>*:not(.container-main):not(.main-header):not(.main-footer):not(#vtexIdContainer):not(.vtex-front-messages-placeholder):not(.pac-container){display:none}
