
/* 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:4px;border:1px solid #cbcbcb;outline:initial;font-family:'Montserrat', sans-serif;;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.vcustom--vtex-omnishipping-1-x-address input.error,#app-container input.error[type=text],#app-container input.error[type=tel],#app-container input.error[type=email],#app-container select.error,.orderform-template .summary-note .error.note-textarea,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input.error,.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select.error:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select.error:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input.error,.cart-more-options .srp-container select.error,.cart-more-options .srp-container input.error[type=text]:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type=submit],.table.cart-items td.quantity input.error,.table.cart-items tbody tr td .product-service select.error,.table.cart-items tr.item-attachments-content input.error,.table.cart-items tr.item-attachments-content select.error,#vtexIdContainer input.error{border-color:#ff4c4c}.vcustom--vtex-omnishipping-1-x-address input:focus,#app-container input[type=text]:focus,#app-container input[type=tel]:focus,#app-container input[type=email]:focus,#app-container select:focus,.orderform-template .summary-note .note-textarea:focus,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input:focus,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #payment-data select:focus:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input:focus,.cart-more-options .srp-container select:focus,.cart-more-options .srp-container input[type=text]:focus:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type=text]:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:focus,.table.cart-items td.quantity input:focus,.table.cart-items tbody tr td .product-service select:focus,.table.cart-items tr.item-attachments-content input:focus,.table.cart-items tr.item-attachments-content select:focus,#vtexIdContainer input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.4)}input#creditCardpayment-card-0Number,input#creditCardpayment-card-0Code,input#creditCardpayment-card-1Number,input#creditCardpayment-card-1Code{font-size:18px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{animation:input_background_autofill 0s forwards}@keyframes input_background_autofill{100%{background-color:rgba(0,0,0,0)}}.btn,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{font-family:'Montserrat', sans-serif;;text-shadow:none;border-radius:50px;outline:none !important;text-align:center;font-size:12px;padding:5px 12px;box-sizing:border-box;display:inline-block;background:none;box-shadow:none}.btn,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.btn:hover,.btn:focus{transition:all ease .3s}.btn:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{background:none}.btn-large,.client-pre-email .client-email.input.text .btn-success{padding:17px 19px}.btn-link,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{color:#1a73e8}.btn-link:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn-link:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{color:#1d63be}.btn-success{background:#2fba2d;border:1px solid #2fba2d;font-size:13px}.btn-success:hover,.btn-success:focus,.btn-success:active{background:#269e24;border:1px solid #269e24}.btn-success[disabled]{background:#2fba2d}.btn-primary{background:#1a73e8;border:1px solid #1a73e8;color:#f1f7ff}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#1d63be;border:1px solid #1d63be}.btn-secondary,.orderform-template-holder #payment-data #btn-add-gift-card,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.table.cart-items tbody tr td .product-service input[type=submit],.table.cart-items tbody tr td.product-name .add-service.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container a{background:rgba(0,0,0,0);border:1px solid #1a73e8;color:#1a73e8}.btn-secondary:hover,.orderform-template-holder #payment-data #btn-add-gift-card:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:hover,.table.cart-items tbody tr td .product-service input[type=submit]:hover,.table.cart-items tbody tr td.product-name .add-service.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:hover,.table.cart-items tbody tr td.product-name .clone-item.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:hover,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,.btn-secondary:focus,.orderform-template-holder #payment-data #btn-add-gift-card:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:focus,.table.cart-items tbody tr td .product-service input[type=submit]:focus,.table.cart-items tbody tr td.product-name .add-service.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:focus,.table.cart-items tbody tr td.product-name .clone-item.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:focus,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,.btn-secondary:active,.orderform-template-holder #payment-data #btn-add-gift-card:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:active,.table.cart-items tbody tr td .product-service input[type=submit]:active,.table.cart-items tbody tr td.product-name .add-service.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:active,.table.cart-items tbody tr td.product-name .clone-item.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:active,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active{background:#f1f7ff;border:1px solid #1d63be;color:#1d63be}.btn-outlined{background:rgba(0,0,0,0);border:1px solid #2fba2d;color:#2fba2d}.btn-outlined:hover,.btn-outlined:focus,.btn-outlined:active{background:rgba(0,0,0,0);border:1px solid #269e24}.btn#payment-data-submit span,.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span{font-size:14px;margin-left:5px;font-weight:bold}.orderform-template .cart-template.mini-cart h2,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle,.client-pre-email h3.client-pre-email-h span:after,.cart-more-options .srp-container .srp-main-title{font-size:calc(12px + 2px);text-transform:uppercase;border-bottom:1px solid #eeeeee;font-weight:bold;margin-bottom:15px;padding:7px 0 !important;color:#999999;color:#323232;border:none;font-size:20px;text-transform:initial;margin-bottom:0px}.payment-data .gift-card-section,.payment-data .payment-discounts-alert{margin:0;width:100% !important;box-sizing:border-box}.input-append,.input-prepend{display:flex !important;align-items:stretch}.input-append .btn,.input-append .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-append a,.input-append .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-append a,.input-append .add-on,.input-prepend .btn,.input-prepend .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-prepend a,.input-prepend .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-prepend a,.input-prepend .add-on{height:40px;line-height:40px;box-sizing:border-box;padding:0;width:20px}.input-append .add-on,.input-prepend .add-on{height:initial !important}.input-append input,.input-prepend input{border-radius:0 4px 4px 0 !important;width:100% !important;max-width:100px !important}.payment-discoints-table .number,.gift-card-provider-group .number,.payment-discoints-table .action,.gift-card-provider-group .action{text-align:right}@media(max-width: 690px){.orderform-template-holder .client-profile-data input[type=text]{width:100% !important}}@media(max-width: 690px){.item-quantity-change{display:inline-block}.item-quantity-change{float:left;padding:3px 5px 3px 0px}.item-quantity-change-increment{padding-left:5px;padding-right:0}.full-cart .cart-links-bottom .btn-success{width:83%;display:block;margin-top:10px}.full-cart .cart table{display:block;margin-top:0 !important}.full-cart .cart table thead{display:none}.full-cart .cart table tbody{display:block}.full-cart .cart table tbody tr+tr{border-top:1px dashed #ddd}.full-cart .cart table tbody tr{display:block;margin-top:10px;padding:10px 0;position:relative}.full-cart .cart table tbody tr .product-name a,.full-cart .cart table tbody tr .product-name .seller{overflow:hidden}.full-cart .cart table tbody tr td{display:inline-block;padding:4px 0}.full-cart .cart table tbody tr td.product-name .seller{display:block;line-height:120%;font-size:80%;margin:4px 0}.full-cart .cart table tbody tr td.product-image,.full-cart .cart table tbody tr td.bundle-item-image{left:0;position:absolute}.full-cart .cart table tbody tr td.product-name{display:block;margin-left:60px;text-align:left;line-height:140%;width:auto}.full-cart .cart table tbody tr td.product-name{padding:0 0 10px !important}.full-cart .cart table tbody tr td.empty,.full-cart .cart table tbody tr td.shipping-date,.full-cart .cart table tbody tr td .brand{display:none}.full-cart .cart table tbody tr td.product-name a,.full-cart .cart table tbody tr td.bundle-item-name span{display:block;padding-right:20px}.full-cart .cart table tbody tr td.quantity{width:81px;padding:0px;margin-left:60px}.full-cart .cart table tbody tr td.quantity input{float:left;margin:0;width:25px}.full-cart .cart table tbody tr td.product-price{text-align:right;float:right;margin-right:5px;padding:0}.full-cart .cart table tbody tr td.quantity-price{display:none}.full-cart .cart table tbody tr td.item-remove{position:absolute;top:2px;right:0;width:24px}.cart-links-bottom{float:none;margin-top:5px;margin-bottom:40px;text-align:right}.more{margin-right:0}.full-cart .cart-links-bottom .btn-success{width:auto}.full-cart .cart table tbody tr.item-attachments-head{border:0;margin:0;padding:0}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header{top:auto}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header:after{content:none}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header strong{box-shadow:none}.full-cart .cart table tbody tr.item-attachments-content{margin:0;border:0;padding:0}.full-cart .cart table tbody tr.item-attachments-content .item-attachments-item-fields{margin-left:5px;width:95%}}.default-modal{border-radius:4px;height:auto}.modal .btn,.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a,.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a{background:#fff}.modal.guest-login-modal button.btn{width:auto}.modal.guest-login-modal,.modal.modal-email-template,.modal.modal-payment-template,.modal.modal-masked-info-template{background:#2fba2d}.payment-confirmation-message{width:100%}#vtexIdContainer{position:fixed !important}.vtexIdUI{position:absolute;top:50% !important;transform:translateY(-50%) !important}#vtexIdContainer{position:fixed}#vtexIdContainer a{color:#1a73e8}#vtexIdContainer .vtexIdUI .modal-footer{background:none}#vtexIdContainer .vtexIdUI .btn,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a{border-radius:50px;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:'Montserrat', 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:.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:4px}.loading.loading-bg{background:#f4f2f2}.container{max-width:980px;width:calc(100% - 40px)}@media(max-width: 690px){.container{width:calc(100% - 20px)}}.checkout-container{overflow:initial !important;z-index:2}@media(max-width: 768px){.checkout-container{margin-bottom:30px}}.checkout-container .orderform-template,.checkout-container .cart-template{display:flex;justify-content:space-between;align-items:flex-start;transition:position ease .8s,opacity ease .8s,margin ease .8s}.checkout-container .orderform-template.inactive,.checkout-container .cart-template.inactive{max-height:50vh;overflow:hidden;top:0;position:absolute}.checkout-container .full-cart.inactive{margin-left:-140%}.checkout-container .orderform-template.inactive{left:140%;margin:0;display:none !important}.container-cart h1,h1#orderform-title{font-size:22px !important;font-weight:400 !important;color:#323232 !important}h1#orderform-title{display:none !important}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>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:4px}@media(max-width: 690px){.cart-more-options,.cart-template-holder .cart{padding:12px}}.cart-template-holder .cart{border:none;margin-bottom:20px}.table.cart-items{display:block}.table.cart-items thead{width:100%;display:block}.table.cart-items thead tr{display:flex;align-items:center}.table.cart-items thead tr th.product{width:calc(100% - 235px) !important}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{width:90px !important}.table.cart-items thead tr th.item-remove,.table.cart-items thead tr th.quantity-price,.table.cart-items thead tr th.shipping-date{display:none}.table.cart-items thead tr th.quantity{min-width:62px}.table.cart-items thead tr th.product-image{order:1}.table.cart-items thead tr th.product-name{order:2}.table.cart-items thead tr th.shipping-date{order:3}.table.cart-items thead tr th.quantity{order:4}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{order:5}.table.cart-items tr.item-attachments-head{border:none !important;justify-content:center}.table.cart-items tr.item-attachments-head .help-arrow{display:none}.table.cart-items td.shipping-date{display:none}.table.cart-items tbody{display:flex;flex-wrap:wrap;width:100%}.table.cart-items tbody tr{width:100%;display:flex;flex-wrap:wrap;border-top:1px solid #eeeeee}.table.cart-items tbody tr.hide{display:none}.table.cart-items tbody tr>.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:4px;width:100%;display:flex;align-items:center;box-sizing:border-box;padding:5px 10px}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{margin-bottom:10px;margin-top:10px}.table.cart-items tbody tr.v-custom-indexed-item td.quantity,.table.cart-items tbody tr.item-service td.quantity{background:#fff;width:25px;height:20px;text-align:center;justify-content:center}.table.cart-items tbody tr.v-custom-indexed-item td.quantity p,.table.cart-items tbody tr.item-service td.quantity p{width:100%}.table.cart-items tbody tr.v-custom-indexed-item td.product-price,.table.cart-items tbody tr.item-service td.product-price{display:none !important}.table.cart-items tbody tr.v-custom-indexed-item td.quantity-price,.table.cart-items tbody tr.item-service td.quantity-price{display:block !important}.table.cart-items tbody tr.v-custom-indexed-item .item-remove,.table.cart-items tbody tr.item-service .item-remove{margin-left:auto;position:initial;width:auto}.table.cart-items tbody tr.v-custom-indexed-item .item-remove i.icon.icon-remove.item-remove-ico:before,.table.cart-items tbody tr.item-service .item-remove i.icon.icon-remove.item-remove-ico:before{content:"-";background:#ff4c4c;color:#fff;line-height:9px;border-radius:100%;width:16px;height:16px;font-size:27px}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{border-top:none !important}.table.cart-items tbody tr.v-custom-indexed-item .product-price,.table.cart-items tbody tr.v-custom-indexed-item .quantity,.table.cart-items tbody tr.item-service .product-price,.table.cart-items tbody tr.item-service .quantity{margin:auto !important;width:auto !important;min-width:initial !important}}.table.cart-items tbody tr.v-custom-indexed-item:last-child{margin-bottom:20px}.table.cart-items tbody tr.v-custom-indexed-item td.product-image{display:none}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item td.quantity{display:none}}.table.cart-items tbody tr.v-custom-indexed-item td.product-name{margin-left:0 !important;padding:0 !important;width:100% !important;margin-right:15px}.table.cart-items tbody tr.v-custom-indexed-item p{margin:0;padding:0}.table.cart-items tbody tr:last-child{border-bottom:none}.table.cart-items tbody>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:4px}.table.cart-items td.product-image a{margin-right:20px}.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:100px;display:block;max-width:initial;height:auto}@media(max-width: 690px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:70px}}.table.cart-items td.product-name a,.table.cart-items td.product-name a:hover{color:#333;font-weight:bold;text-decoration:none}.table.cart-items td.quantity{margin:0 0 0 10px;display:flex;align-items:center;padding:0;border-radius:4px;border:1px solid #cbcbcb;float:left;min-width:30px;text-align:center;justify-content:center}.table.cart-items td.quantity input{margin:0;width:30px !important;height:30px !important;padding:0;border:none;box-shadow:none}.table.cart-items td.quantity .item-quantity-change{position:initial;left:initial;top:initial;bottom:initial;height:initial;display:flex;align-items:center;justify-content:center;padding:0}.table.cart-items td.quantity .item-quantity-change i{background:none;line-height:30px;display:inline-block}.table.cart-items td.quantity .item-quantity-change i:before{font-weight:bold;font-size:22px;width:25px;height:25px;line-height:25px;color:#000;border-radius:100%}.table.cart-items td.quantity .item-quantity-change>p{margin:0}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before{content:"-";line-height:21px}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before{content:"+"}@media(max-width: 690px){.table.cart-items td.quantity{width:97px}.table.cart-items td.product-name,.table.cart-items td.quantity{margin-left:90px !important}}.table.cart-items i.icon.icon-remove.item-remove-ico:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:15px;height:15px}.summary-template-holder{background:#fff;padding:20px;text-align:left;box-sizing:border-box;border-radius:4px;position:sticky;top:20px;border:none}.summary-template-holder .summary-totalizers,.summary-template-holder .summary-coupon-wrap{width:100% !important}.summary-template-holder .cart-more-options{display:none !important}.summary-template-holder .summary-coupon{text-align:center;margin:0 auto !important;min-width:initial}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{display:none !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p{margin:0;color:#676767}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p label{cursor:initial;font-size:13px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{margin:0;width:100%}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{width:100%;text-decoration:underline}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>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:4px}.cart-more-options .srp-container .srp-delivery-info .b--light-gray{background:#fff;border-radius:4px}.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input){outline:initial}.cart-more-options .srp-container form.srp-postal-code__form.dib.relative{width:100%}.cart-more-options .srp-container button.shp-open-options{border-color:#1d63be}.cart-more-options .srp-container .onda-v1 .blue{color:#1a73e8;outline:none}.cart-more-options .srp-container .onda-v1 .b--blue{border-color:#1a73e8;outline:none}.cart-more-options .srp-container .onda-v1 .bg-blue{background:#1a73e8;outline:initial}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country{width:98%}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a{height:40px;outline:initial;border-radius:4px}.cart-more-options .srp-container .ship-postalCode{width:auto !important;max-width:190px}.cart-more-options .srp-container .ship-postalCode input#ship-postalCode{width:100%}.cart-more-options .cart-select-gift-placeholder,.cart-more-options #shipping-preview-container{margin:20px;width:100%}@media(min-width: 690px){.cart-more-options .cart-select-gift-placeholder{margin-bottom:0}}.cart-more-options .cart-select-gift-placeholder:empty{display:none}.cart-more-options #shipping-preview-container{width:100% !important}@media(max-width: 690px){.cart-more-options #shipping-preview-container{display:none !important}}.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .btn,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a{padding:13px 0}.cart-select-gift-placeholder .available-gift-item.active{background:#f1f7ff}.cart-select-gift-placeholder .label-vertical-group:hover,.cart-select-gift-placeholder .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#676767}.cart-select-gift-placeholder .label-vertical-group:hover .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#1a73e8}.body-cart-vertical .cart-template-holder{width:calc(70% - 20px)}@media(max-width: 998px){.body-cart-vertical .cart-template-holder{width:100%}}.body-cart-vertical .summary-template-holder{width:30%}@media(max-width: 998px){.body-cart-vertical .summary-template-holder{width:100%;margin-top:20px}}.body-cart-vertical .cart-template.full-cart.active{display:flex;flex-flow:wrap;justify-content:space-between;align-items:flex-start}.body-cart-vertical .cart-template.full-cart.active .extensions-checkout-buttons-container{width:auto !important;margin:0}.body-cart-vertical .cart-template.full-cart.active .totalizers.summary-totalizers.cart-totalizers{width:100%;padding:0;margin:0}.client-pre-email{background:none;width:100%;border-top:none;position:relative;text-align:left}.client-pre-email fieldset.pre-email{box-sizing:border-box}.client-pre-email label{margin:0;line-height:20px}.client-pre-email label small{font-size:12px;padding:0;margin:0;color:#323232;font-weight:400;margin:0;vertical-align:top;display:block;margin-bottom:13px;margin-top:20px}.client-pre-email .link-cart{display:none}.client-pre-email h3.client-pre-email-h{margin:0}.client-pre-email h3.client-pre-email-h span{display:block;position:relative;font-size:0;padding:7px 0 !important}.client-pre-email h3.client-pre-email-h span:after{content:"Email";vertical-align:middle;display:inline-block;margin:0}.client-pre-email h3.client-pre-email-h span:after{padding:0 !important}.client-pre-email h3.client-pre-email-h .link-box-edit{display:none}.client-pre-email a#orderform-to-cart{color:#1a73e8}.client-pre-email .client-email.input.text{margin:0;width:100%;position:initial}.client-pre-email .client-email.input.text input[type=email]{width:100%;box-sizing:border-box}.client-pre-email .client-email.input.text .btn-success{width:20%;margin:0;height:initial;position:absolute;top:initial;bottom:15px;right:initial;left:50%;transform:translateX(-50%);min-width:55%}@media(max-width: 768px){.client-pre-email .client-email.input.text .btn-success{width:calc(100% - 60px)}}.client-pre-email .client-email.input.text .loading-inline{position:absolute;color:#fff;font-size:16px;bottom:35px;top:initial;right:50% !important;margin-right:-10px}.client-pre-email .client-email.input.text .loading-inline[style=""]+#btn-client-pre-email{font-size:0}.client-pre-email .emailInfo{margin-top:20px;width:80%;box-sizing:border-box}.client-pre-email .emailInfo .icon-ok,.client-pre-email .emailInfo h3{color:#1a73e8}@media(max-width: 690px){.client-pre-email .emailInfo{width:100%}}.client-pre-email .emailInfo .icon-lock{color:#eeeeee}@media(max-width: 690px){.client-pre-email .link-cart{display:none !important}}.client-pre-email+.client-profile-data .accordion-body:before{content:"Waiting for more information";display:block}.client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:none}.client-pre-email+.client-profile-data.filled .accordion-body:before{display:none}.client-pre-email[style*="display: none"]{padding-bottom:20px !important}.client-pre-email[style*="display: none"] .link-box-edit{display:block !important}.client-pre-email[style*="display: none"] label small{display:none !important}.client-pre-email[style*="display: none"] input#client-pre-email{padding:0 !important;border:none !important;box-shadow:none !important;font-size:12px;font-weight:400;pointer-events:none;cursor:text;background:none !important;color:#676767}.client-pre-email[style*="display: none"] .emailInfo,.client-pre-email[style*="display: none"] #btn-client-pre-email{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-body:before{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-inner{display:block}body:not(.v-custom-step-email) .client-pre-email span.help.error{display:none !important}.payment-group-item-cards .card-flag{width:32px !important;background-size:auto 20px;min-width:auto;height:20px}.payment-group-item-cards .card-flag.Visa{background-position:0 0}.payment-group-item-cards .card-flag.Mastercard{background-position:-32px 0}.payment-group-item-cards .card-flag.Diners{background-position:-64px 0}.payment-group-item-cards .card-flag.Amex,.payment-group-item-cards .card-flag.American{background-position:-96px 0}.payment-group-item-cards .card-flag.Hipercard{background-position:-128px 0}.payment-group-item-cards .card-flag.Discover{background-position:-160px 0}.payment-group-item-cards .card-flag.Aura{background-position:-192px 0}.payment-group-item-cards .card-flag.Banricompras{background-position:-224px 0}.payment-group-item-cards .card-flag.Elo{background-position:-256px 0}.payment-group-item-cards .card-flag.JCB{background-position:-288px 0}.payment-group-item-cards .card-flag.Cabal{background-position:-320px 0}.payment-group-item-cards .card-flag.Maestro{background-position:-352px 0}.payment-group-item-cards .card-flag.Credz{background-position:-384px 0}.vcustom--vtex-omnishipping-1-x-address label,.orderform-template-holder .step .input.text label{margin:10px 0 5px 0;display:block;color:#999999}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before,.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);background-size:800px 104px}svg.pickup-marker-blue,svg.pickup-marker-blue path,svg.pkpmodal-pickup-point-marker-image,svg.pkpmodal-pickup-point-marker-image path,svg.vtex-omnishipping-1-x-svg,svg.vtex-omnishipping-1-x-svg path,svg.pkpmodal-pickup-point-best-marker-image path:not([fill=white]){fill:#1a73e8}@media(max-width: 768px){.container.container-main.container-order-form{width:calc(100% - 20px)}}.orderform-template-holder #client-profile-data{width:100%}.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{width:100% !important;padding:0;margin:0;box-sizing:border-box;background:#fff;border-radius:4px;margin-bottom:20px !important;z-index:initial;border:none;padding:30px}@media(max-width: 768px){.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{padding:20px}}.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data.client-pre-email,.orderform-template-holder #shipping-data.client-pre-email,.orderform-template-holder #payment-data.client-pre-email{display:block !important;padding-bottom:calc(40px + 14px + 30px)}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.orderform-template-holder #shipping-data .link-box-edit,.orderform-template-holder #payment-data .link-box-edit{background:none;box-shadow:none;border:none;color:#1a73e8;outline:none;position:absolute;right:0;top:50%;padding:1px;font-size:14px;transform:translateY(-50%);opacity:.7;transition:all ease .2s}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,.orderform-template-holder #shipping-data .link-box-edit:hover,.orderform-template-holder #payment-data .link-box-edit:hover{opacity:1}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit i.icon-spinner{font-size:17px;position:absolute;right:0;display:none;top:-7px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner{display:block}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>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:4px;border:1px solid #cbcbcb;opacity:1;text-decoration:none;color:#323232;transition:all ease .3s;padding:11px;text-align:center;display:flex;align-items:center;justify-content:center;background:#f3f3f3;float:left;width:100%}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data .payment-group-item.active{background:#fff}.orderform-template-holder #payment-data p.link.link-gift-card.active span,.orderform-template-holder #payment-data .payment-group-item.active span{color:#000000}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data p.link.link-gift-card:hover,.orderform-template-holder #payment-data .payment-group-item.active,.orderform-template-holder #payment-data .payment-group-item:hover{box-shadow:0 0 6px #cbcbcb;border:1px solid #1a73e8}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data fieldset.payment-group{width:100%;left:0;display:block;background:none;position:relative;margin:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup{padding-top:32px}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.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:4px}.orderform-template-holder #payment-data .steps-view{width:100% !important;padding:0;min-height:initial}.orderform-template-holder #payment-data .steps-view iframe{margin:0}.orderform-template-holder #payment-data p.notification{font-weight:bold;font-weight:400;color:#323232}.orderform-template-holder #payment-data p.notification:not([style="display: none;"])+.box-step{padding:0;border:none}@media(min-width: 769px){.orderform-template-holder #payment-data:last-child{margin-bottom:0px !important}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap{box-sizing:border-box;border-radius:4px;background:#fff;border:1px solid #cbcbcb;color:#323232;transition:all ease .3s;overflow:hidden;margin-bottom:10px}.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover{border-color:#1a73e8;box-shadow:0 0 6px #ddd}.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup{padding-top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item{border:none;border-bottom:1px solid rgba(0,0,0,0);box-shadow:none;margin:0;width:100% !important;height:auto;top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-right:auto;text-align:left;line-height:27px !important;white-space:nowrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{content:"";width:20px;height:20px;display:inline-block;border:1px solid #999999;border-radius:100%;vertical-align:middle;margin:-3px 10px 0 0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:flex;justify-content:flex-end;flex-wrap:wrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards .card-flag:last-child{margin:0}@media(max-width: 360px){.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:none}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active{background:#f1f7ff;border-bottom:1px solid #1a73e8}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text:before{background:#1a73e8;border-color:#1a73e8;box-shadow:inset 0 0 0 3px #fff}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-cards span{opacity:1}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:hover .payment-group-item-text:before{border-color:#1a73e8}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:before,.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:after{display:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup{position:relative}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{content:"";width:50px;height:20px;display:block;background:url("https://io.vtex.com.br/checkout-ui/v6.18.19/img/payment-paypal-landscape.png") center no-repeat;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);right:12px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after{content:"";width:65px;height:25px;display:block;background:url(https://cdn-assets.affirm.com/images/black_logo-transparent_bg.png) center no-repeat;background-size:contain;position:absolute;top:49%;transform:translateY(-50%);right:3px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active+div,.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active>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:4px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#1a73e8;border-color:#1a73e8;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active{background-color:#f1f7ff}.orderform-template-holder .step.shipping-data .shipping-method-toggle{border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-alert{border-color:#ffb100;display:flex;align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-linkEdit{text-decoration:underline}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle{border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper{border:1px solid #cbcbcb;width:100%;overflow:hidden;margin:0 0 20px 0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-summaryChange{background:#f1f7ff;border-color:#cbcbcb;color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList{border-color:#eeeeee;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-option:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOptionActive,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOption{background:#fff !important}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk{color:#676767;fill:#676767}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-primary{outline:none;background:#1a73e8;border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange{border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p{clear:both;float:none;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p.input.ship-checkboxNumberLabel.text{width:auto;align-self:flex-end;display:flex;align-items:center;margin-left:10px !important;height:40px}.orderform-template-holder .step.shipping-data input#ship-addressQuery{width:100%}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver{display:block}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver svg.person-blue path{fill:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver .vtex-omnishipping-1-x-btn{color:#1a73e8}@media(max-width: 490px){.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-dateLink{width:100%}}.orderform-template-holder .step .submit.btn.btn-success,.orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step a.submit.btn-success,.orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success{display:block;margin:20px auto 0 auto;min-width:55%}.orderform-template{display:flex !important;padding-top:0px;min-height:400px !important;align-items:flex-start}@media(max-width: 768px){.orderform-template{flex-wrap:wrap}}.orderform-template .orderform-template-holder{width:100%}@media(min-width: 769px){.orderform-template .orderform-template-holder{width:61% !important;padding-right:20px;max-width:calc(100% - 271px);float:left;box-sizing:border-box}}@media(max-width: 690px){.orderform-template{width:100%;padding-top:0px}}.orderform-template .cart-template.mini-cart{width:39%;min-width:255px;position:-webkit-sticky;position:-moz-sticky;position:-o-sticky;position:-ms-sticky;position:sticky;bottom:0px;top:20px;right:0;float:right;margin:0}@media(max-width: 768px){.orderform-template .cart-template.mini-cart{width:100%;position:relative;top:0}}.orderform-template .cart-template.mini-cart .cart-items>.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:4px;width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:5px 10px;margin:10px 0 0 0}.orderform-template .cart-template.mini-cart .item .service-item .description,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .description{margin-top:0}.orderform-template .cart-template.mini-cart .item .service-item>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:4px;overflow:hidden}.orderform-template .cart-template.mini-cart .summary-totalizers{margin-bottom:0}.orderform-template .cart-template.mini-cart #go-to-cart-button{position:absolute;top:0px;right:7px;color:#1a73e8;text-decoration:underline}@media(max-width: 690px){.orderform-template .cart-template.mini-cart #go-to-cart-button{display:none}}.orderform-template .cart-template.mini-cart .summary-totalizers tbody{border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;padding:14px 0;display:block}.orderform-template .cart-template.mini-cart .summary-totalizers tbody tr.CustomTax:not(.CustomTax--total){display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td{display:inline-block;text-align:left !important;width:auto;color:#666;font-size:13px;padding:0 0 3px 0 !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td.monetary{text-align:right !important;margin-left:auto;float:right}.orderform-template .cart-template.mini-cart .summary-totalizers tbody+tbody{border-top:none}.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-reset,.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-calculate{display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td{padding:14px 0 !important;color:#000;font-size:14px;font-weight:bold;text-align:left}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#1a73e8}.orderform-template .cart-template.mini-cart .cart{margin-bottom:0;max-height:calc(100vh - 355px);overflow:auto}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar{width:6px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:4px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb{background:#cbcbcb;border-radius:30px}.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb{background:#eeeeee}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded){max-height:100px;overflow:hidden}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item{overflow:hidden;position:relative;border:none !important}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item>*{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:'Montserrat', sans-serif;;max-height:100px}.orderform-template .custom-cart-template-wrap{position:relative;background:#fff;padding:17px 20px;text-align:left;box-sizing:border-box;border-radius:4px;border:none}.orderform-template .custom-cart-template-wrap .summary-cart-template-holder{height:auto !important}.orderform-template .custom-cart-template-wrap .summary-template-holder{margin-top:0}.step.client-profile-data.active .box-step .form-step[style*="display: block"],.step.shipping-data.active .accordion-inner.shipping-container,#payment-data .box-step form.form-step{padding-top:20px !important}.orderform-template-holder #shipping-data .shipping-summary-info,.orderform-template-holder .step .accordion-body p.notification,.client-pre-email+.client-profile-data .accordion-body:before{display:none}body.v-custom-step-shipping #shipping-data .shipping-summary-info,body.v-custom-step-payment #shipping-data .shipping-summary-info{display:block}.steps-view,.gift-card-section,.App.iframe-credit-card-payment-group{background:#fff}#app-container{min-height:100vh;background:#fff}#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select{width:100%}#app-container span.help.error{margin:0 !important;display:none}#app-container .SecurityEnvironmentIcon{margin-bottom:20px;display:none}#app-container .CardForm>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:4px;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:4px;display:inline-block;align-items:center;font-size:11px;border:1px solid #cbcbcb}.v-custom-addLabels-active-flag:before{content:"";display:inline-block;width:14px;height:14px;background:url("//io.vtex.com.br/front-libs/bootstrap/2.3.2/img/glyphicons-halflings.png");background-repeat:no-repeat;background-position:0 -48px;margin-right:4px;opacity:.9;vertical-align:middle}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}body.v-custom-paymentBuilder-accordion .steps-view{display:none}body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date{display:none}#shipping-data .accordion-group.shipping-data:after{opacity:0;transition:all ease .3s}.js-v-custom-is-loadAddress .vtex-omnishipping-1-x-warning{display:none !important}.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after{content:"";display:block;opacity:1;left:0;top:0;width:100%;height:20px;z-index:2;margin:0 0 20px 0;border-radius:3px}.js-v-custom-is-loadAddress #postalCode-finished-loading+.mb5{display:none !important}.vcustom--vtex-omnishipping-1-x-address{display:none}body.v-custom-addressForm-on.v-custom-step-shipping .vcustom--vtex-omnishipping-1-x-address{display:block}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info{display:flex}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info .ship-number{margin-right:10px}body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-addressForm,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-submitPaymentButton{display:none}.vtex-omnishipping-1-x-submitShippingStepButton{margin:20px 0 0 0}body.v-custom-googleForm-on .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-googleForm-on .vtex-omnishipping-1-x-addressForm,body.v-custom-googleForm-on .vtex-omnishipping-1-x-submitPaymentButton,body.v-custom-googleForm-on .vtex-omnishipping-1-x-btnDelivery{display:none}body.v-custom-googleForm-on .alert-noStreet{display:none}.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container>*{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:4px}.pac-logo:after{background:#fbfbfb url(https://developers.google.com/maps/documentation/images/powered_by_google_on_white.png) no-repeat 10px center;padding:14px;background-size:110px}.address-list.vtex-omnishipping-1-x-addressList+p.input.ship-addressQuery.text{display:none}.alert-noStreet{margin:30px auto 0 auto;text-align:center}.vtex-omnishipping-1-x-addressSummaryActive .address-summary.address-summary-MLT .postalCode:before{content:" - "}body.js-vcustom-hideEmailStep .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email{display:none !important}body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>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}/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";

.body-cart .container #cart-title {
  font-size: 0px !important;
  display: block !important;
  line-height: inherit;
  margin-bottom: 25px;
}

.body-cart .container #cart-title::before {
  content: 'Carrinho';
  font-size: 34px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: 'Montserrat';
}

.body-cart .container .cart-template .cart-template-holder .product-item {
  border: none;
  background-color: #fff;
  border-radius: 0px !important;
  margin-bottom: 20px;
}

.body-cart .container .cart-template .cart-template-holder .cart {
  border: none;
  padding: 0;
  background: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items {
  background-color: #ffffff;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr > th {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  letter-spacing: 0.1em;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr {
    margin-right: 50px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.product-price {
    min-width: 125px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.quantity {
    min-width: 140px;
  }
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.product-price,
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.product,
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.quantity {
    display: none;
  }
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-image {
  min-width: 66px;
  padding: 0px;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-image
  a {
  width: auto !important;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-image
  img {
  width: 66px;
  min-width: 66px;
  height: auto;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-name
  .brand,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-name
  .seller {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name a {
  font-family: 'Montserrat';
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-name
  .add-item-attachment-container,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-name
  .clone-item-container,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-name
  .clone-item-sep,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-name
  .clone-item {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .shipping-date {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price {
  display: none !important;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .old-product-price {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #626262;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  br {
  display: none;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .best-price,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .new-product-price {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .old-product-price-label,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .new-product-price-label,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .new-product-real-price,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .manualprice-link-remove,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .price-details,
.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .product-price
  .new-product-real-price-per-unit {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity {
  border: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity input {
  border: none;
  box-shadow: none;
  background: none;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  border-radius: 0px !important;
  height: 40px !important;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity
  .item-quantity-change {
  height: 40px;
  padding: 0;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity
  .item-quantity-change
  i {
  display: none;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity
  .item-quantity-change-decrement {
  border: solid 1px #000000;
  border-right: none;
  border-radius: 0px !important;
  height: 40px;
  width: 25px;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity
  .item-quantity-change-decrement::before {
  content: '-';
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: #000;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity
  .item-quantity-change-increment {
  border: solid 1px #000000;
  border-left: none;
  height: 40px;
  width: 25px;
  border-radius: 0px !important;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity
  .item-quantity-change-increment::before {
  content: '+';
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: #000;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity
  .item-unit-label {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity-price {
  display: block !important;
  min-width: 120px;
  width: 90px !important;
  white-space: nowrap;
  margin: 0 10px;
  line-height: 16px;
}

@media screen and (max-width: 1025px) {
  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity-price {
    position: absolute;
    top: 0px;
    right: 4px;
    margin: 0;
  }
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity-price
  .total-price {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #626262;
  text-decoration: line-through;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .quantity-price
  .total-selling-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity-price
    .total-selling-price {
    font-weight: 500;
    font-size: 14px;
  }
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove {
  margin-right: 25px;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .item-remove
  .item-remove-ico::before {
  content: '';
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M2.5 6H4.5H20.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M7.5 6V4C7.5 3.46957 7.71071 2.96086 8.08579 2.58579C8.46086 2.21071 8.96957 2 9.5 2H13.5C14.0304 2 14.5391 2.21071 14.9142 2.58579C15.2893 2.96086 15.5 3.46957 15.5 4V6M18.5 6V20C18.5 20.5304 18.2893 21.0391 17.9142 21.4142C17.5391 21.7893 17.0304 22 16.5 22H6.5C5.96957 22 5.46086 21.7893 5.08579 21.4142C4.71071 21.0391 4.5 20.5304 4.5 20V6H18.5Z%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M9.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M13.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e');
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
}

.body-cart
  .container
  .cart-template
  .cart-template-holder
  .cart
  .table.cart-items
  tbody
  .product-item
  .item-remove
  .item-remove-ico:hover {
  opacity: 0.5;
}

@media (min-width: 1025px) {
  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .product-image {
    min-width: 66px;
    padding: 0px;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .product-image
    a {
    width: auto !important;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .product-image
    img {
    width: 66px;
    min-width: 66px;
    height: auto;
    padding-left: 5px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .product-name
    a {
    font-family: 'Montserrat';
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .product-price {
    display: none !important;
    min-width: 120px;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .product-price
    .best-price,
  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .product-price
    .new-product-price {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity {
    grid-area: quantidade;
    display: grid;
    grid-template-areas: 'decr incr qtd';
    max-width: 120px;
    border: none;
    margin-left: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 137px;
    max-width: 140px !important;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    input {
    border: none;
    box-shadow: none;
    background: none;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000000;
    border-radius: 0px !important;
    height: 40px !important;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: initial;
    padding: 0;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change
    i {
    display: none;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change-decrement {
    border: solid 1px #000000;
    border-right: none;
    border-radius: 0px !important;
    width: 40px;
    height: 40px;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change-decrement::before {
    content: '-';
    height: 20px;
    width: 20px;
    font-size: 12px;
    color: #000;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change-increment {
    border: solid 1px #000000;
    border-left: none;
    width: 40px;
    height: 40px;
    border-radius: 0px !important;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change-increment::before {
    content: '+';
    height: 20px;
    width: 20px;
    font-size: 12px;
    color: #000;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    input {
    width: 57px !important;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change-decrement {
    justify-content: end;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-quantity-change-increment {
    justify-content: start;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .quantity
    .item-unit-label {
    display: none;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove {
    margin-right: 25px;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .item-remove
    .item-remove-ico::before {
    content: '';
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M2.5 6H4.5H20.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M7.5 6V4C7.5 3.46957 7.71071 2.96086 8.08579 2.58579C8.46086 2.21071 8.96957 2 9.5 2H13.5C14.0304 2 14.5391 2.21071 14.9142 2.58579C15.2893 2.96086 15.5 3.46957 15.5 4V6M18.5 6V20C18.5 20.5304 18.2893 21.0391 17.9142 21.4142C17.5391 21.7893 17.0304 22 16.5 22H6.5C5.96957 22 5.46086 21.7893 5.08579 21.4142C4.71071 21.0391 4.5 20.5304 4.5 20V6H18.5Z%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M9.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M13.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e');
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .item-remove
    .item-remove-ico:hover {
    opacity: 0.5;
  }
}

@media (max-width: 690px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item {
    background: #ffffff;
    margin-bottom: 15px;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .product-item
    .v-custom-product-item-wrap {
    padding: 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .item-remove {
    top: unset !important;
    bottom: 5px;
  }

  .body-cart
    .container
    .cart-template
    .cart-template-holder
    .cart
    .table.cart-items
    tbody
    .item-remove
    .item-link-remove {
    display: contents;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-price {
    position: absolute;
    top: 0px;
    right: 4px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-price .best-price {
    margin: 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-name {
    max-width: 55%;
  }
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .item-attachments-head {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .item-attachments-content {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping {
  display: flex;
  margin: 20px 0px;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent p {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  max-width: 238px;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent div {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent div {
    text-align: center;
  }
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent div span {
  font-weight: bold;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping,
.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock {
  display: flex;
  align-items: center;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping::before {
  content: '';
  width: 61px;
  height: 36px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2763%27 height=%2738%27 viewBox=%270 0 63 38%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M19.7899 37C21.0603 37 22.2786 36.5259 23.1769 35.682C24.0752 34.8381 24.5798 33.6935 24.5798 32.5C24.5798 31.3065 24.0752 30.1619 23.1769 29.318C22.2786 28.4741 21.0603 28 19.7899 28C18.5196 28 17.3012 28.4741 16.4029 29.318C15.5047 30.1619 15 31.3065 15 32.5C15 33.6935 15.5047 34.8381 16.4029 35.682C17.3012 36.5259 18.5196 37 19.7899 37ZM48.2101 37C49.4804 37 50.6988 36.5259 51.5971 35.682C52.4953 34.8381 53 33.6935 53 32.5C53 31.3065 52.4953 30.1619 51.5971 29.318C50.6988 28.4741 49.4804 28 48.2101 28C46.9397 28 45.7214 28.4741 44.8231 29.318C43.9248 30.1619 43.4202 31.3065 43.4202 32.5C43.4202 33.6935 43.9248 34.8381 44.8231 35.682C45.7214 36.5259 46.9397 37 48.2101 37Z%27 stroke=%27black%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M23.3529 30H39V2.58182C39 2.16229 38.8284 1.75995 38.523 1.4633C38.2176 1.16666 37.8034 1 37.3714 1H1M14.4118 30H8.05714C7.84328 30 7.6315 29.9591 7.43392 29.8796C7.23633 29.8001 7.0568 29.6836 6.90557 29.5367C6.75434 29.3898 6.63438 29.2154 6.55254 29.0235C6.4707 28.8316 6.42857 28.6259 6.42857 28.4182V15.5%27 stroke=%27black%27 stroke-linecap=%27round%27/%3e%3cpath d=%27M3 8L10 8%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M39 8H55.1288C55.4622 8.00008 55.7884 8.09259 56.0681 8.26634C56.3477 8.44009 56.5687 8.68763 56.7043 8.979L61.8505 20.056C61.9485 20.2663 61.9995 20.494 62 20.7242V28.35C62 28.5667 61.9554 28.7812 61.8687 28.9814C61.782 29.1816 61.6549 29.3635 61.4948 29.5167C61.3346 29.6699 61.1444 29.7915 60.9351 29.8744C60.7258 29.9573 60.5015 30 60.275 30H52.8%27 stroke=%27black%27 stroke-linecap=%27round%27/%3e%3cpath d=%27M38 30H44%27 stroke=%27black%27/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock::before {
  content: '';
  width: 34px;
  height: 36px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2733%27 height=%2736%27 viewBox=%270 0 33 36%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg clip-path=%27url%28%23clip0_4134_29791%29%27%3e%3cpath d=%27M6.33333 1L1 8V32.5C1 33.4283 1.3746 34.3185 2.0414 34.9749C2.70819 35.6313 3.61256 36 4.55556 36H29.4444C30.3874 36 31.2918 35.6313 31.9586 34.9749C32.6254 34.3185 33 33.4283 33 32.5V8L27.6667 1H6.33333Z%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M1 8H33%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M24 15C24 16.8565 23.2625 18.637 21.9497 19.9497C20.637 21.2625 18.8565 22 17 22C15.1435 22 13.363 21.2625 12.0503 19.9497C10.7375 18.637 10 16.8565 10 15%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath id=%27clip0_4134_29791%27%3e%3crect width=%2733%27 height=%2736%27 fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping {
    flex-direction: column;
    margin: 50px 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping .aboutTextContent {
    margin-top: 18px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock {
    flex-direction: column;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock .aboutTextContent {
    margin-top: 18px;
  }
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping {
    margin: 34px 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping {
    display: flex;
    align-items: center;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #626262;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping .aboutTextContent,
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock .aboutTextContent {
    margin-left: 24px;
  }
}

@media (max-width: 690px) {
  .body-cart .container .cart-template .cart-template-holder .cart-items {
    background: #f4f2f2 !important;
  }
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-template-holder {
    width: 100% !important;
  }
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder {
    margin-left: 0px;
  }
}

.body-cart .container .cart-template .summary-template-holder {
  background: white;
  padding: 20px;
  border: none;
  position: unset;
  z-index: 1;
}

.body-cart .container .cart-template .summary-template-holder::before {
  content: 'Resumo do pedido';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .summary-template-holder {
    margin: 0;
    flex-direction: column;
    flex: 1;
    display: flex;
    border-radius: 0px !important;
    padding-bottom: 0;
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 1025px) and (min-width: 1400px) {
  .body-cart .container .cart-template .summary-template-holder {
    margin-left: 50px;
  }
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .summary-template-holder {
    width: 100%;
  }
}

.body-cart .container .cart-template .summary-template-holder .shipping-bar p {
  margin: 10px 3px 0px 3px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: initial;
}

.body-cart .container .cart-template .summary-template-holder tbody {
  border: none;
  padding: 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .srp-summary-result .info {
  font-size: 0 !important;
}

.body-cart .container .cart-template .summary-template-holder .summary .srp-summary-result .info::before {
  content: 'Frete:';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers {
  width: 100%;
  padding: 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers .accordion-group {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  border-radius: 0px !important;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers .accordion-group {
    margin-top: 10px;
  }
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr td {
  width: auto;
  padding: 7px 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .info {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .info::after {
  content: ':';
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .monetary {
  text-align: right;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .empty {
  width: 0;
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers .Shipping {
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tfoot tr td {
  font-weight: 700;
  padding: 21px 0 15px 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tfoot tr td.info {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tfoot tr td.monetary {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary > .summary-coupon-wrap {
  display: none !important;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .coupon-label label {
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon {
  margin: 0;
}

@media (max-width: 768px) {
  .body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon {
    width: 100% !important;
  }
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-data {
  margin: 0;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-data
  .link-coupon-add {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-data
  .link-coupon-add
  span:first-child {
  display: none;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-data
  .link-coupon-add
  span:last-child {
  font-size: 0;
  padding-bottom: 20px;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-data
  .link-coupon-add
  span:last-child::after {
  content: 'Adicionar cupom de desconto';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #444444;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  > div {
  text-align: left;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  > div
  .coupon-label {
  display: none;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  > span {
  display: flex;
  position: relative;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  input {
  border-radius: 0px !important;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  height: 50px;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000000;
  box-shadow: none;
  padding: 0;
  margin: 0;
  padding-left: 8px;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  input:focus,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  input:active,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  input:visited,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  input:focus-visible {
  box-shadow: none;
  outline: none;
  background-color: #fff;
  background: #fff;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  input::placeholder {
  opacity: 0.4;
}

@media (max-width: 1024px) {
  .body-cart
    .container
    .cart-template
    .summary-template-holder
    .summary-coupon-wrap
    .summary-coupon
    .coupon-fieldset
    .coupon-fields
    input {
    width: 99%;
    opacity: 1;
  }
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  .loading-inline {
  display: flex !important;
  align-items: center;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  .loading-inline
  span {
  display: none !important;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  button {
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px !important;
  height: 34px;
  background-color: #fff;
  text-shadow: none;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 0;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  button:hover,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  button:focus,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  button:active,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  button:visited,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  button:focus-visible {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  background: #fff;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-coupon
  .coupon-fieldset
  .coupon-fields
  button::before {
  content: 'Aplicar';
  font-size: 15px;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields {
  position: relative;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .codesale-fields
  input {
  border-radius: 0px !important;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  height: 50px;
  width: 98%;
  margin-right: 16px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #111;
  opacity: 0.4;
  box-shadow: none;
  padding: 0;
  padding-left: 6px;
}

@media (max-width: 1024px) {
  .body-cart
    .container
    .cart-template
    .summary-template-holder
    .summary-coupon-wrap
    .summary-codesale
    .codesale-fields
    input {
    width: 99%;
    opacity: 1;
  }
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .codesale-fields
  button {
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px !important;
  height: 34px;
  background-color: #fff;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .codesale-fields
  button:hover,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .codesale-fields
  button:focus,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .codesale-fields
  button:active,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .codesale-fields
  button:visited,
.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .codesale-fields
  button:focus-visible {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  background: #fff;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .info.exitCoupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 6px;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .info.exitCoupon
  button {
  position: initial;
}

.body-cart
  .container
  .cart-template
  .summary-template-holder
  .summary-coupon-wrap
  .summary-codesale
  .info.exitCoupon
  .seller-code-informations {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #111;
  text-align: left;
}

.body-cart .container .cart-template tbody.shipping-calculate {
  display: block !important;
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.body-cart .container .cart-template tbody.shipping-calculate tr {
  width: 100%;
}

.body-cart .container .cart-template tbody.shipping-calculate > tr > td {
  display: none !important;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code {
  display: none !important;
  margin-left: 0;
  width: 100% !important;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping {
  width: 100%;
}

.body-cart
  .container
  .cart-template
  tbody.shipping-calculate
  td.form-postal-code
  .shipping-fieldset
  .postal-code-service {
  text-align: right;
  margin-top: 10px;
}

.body-cart
  .container
  .cart-template
  tbody.shipping-calculate
  td.form-postal-code
  .shipping-fieldset
  .postal-code-service
  a#cart-dont-know-postal-code {
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  color: #888888;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .shipping-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 0px !important;
  background: #ffffff;
  height: 50px;
  width: 100%;
  position: relative;
}

.body-cart
  .container
  .cart-template
  tbody.shipping-calculate
  td.form-postal-code
  .shipping-fieldset
  .shipping-fields
  input {
  border: none;
  height: 100%;
  padding: 0 8px;
  flex-grow: 1;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}

.body-cart
  .container
  .cart-template
  tbody.shipping-calculate
  td.form-postal-code
  .shipping-fieldset
  .shipping-fields
  input::placeholder {
  opacity: 0.4;
}

.body-cart
  .container
  .cart-template
  tbody.shipping-calculate
  td.form-postal-code
  .shipping-fieldset
  .shipping-fields
  button#cart-shipping-calculate {
  height: 40px;
  border: 1px solid #000000;
  border-radius: 0px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  flex-shrink: 1;
  margin-right: 8px;
}

.body-cart
  .container
  .cart-template
  tbody.shipping-calculate
  td.form-postal-code
  .shipping-fieldset
  .shipping-fields
  span.error {
  position: absolute;
  top: calc(100% + 10px);
  color: #e12d2d;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

.body-cart .container .cart-template .cart-links-bottom {
  position: unset;
  background: white;
  margin: 0;
  padding: 20px 0;
  border: none;
  border-radius: 0px !important;
  padding-top: 0;
  height: max-content;
  display: grid;
  grid-template-areas: 'finalizar' 'continuar' 'barraFrete';
}

.onda-v1 .bg-washed-blue {
  background: #ffffff;
  border-radius: 0;
}

.onda-v1 .bg-washed-blue:hover {
  background: #ffffff;
  border-radius: 0;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-links-bottom {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-links-bottom {
    float: none;
    width: 100%;
    width: calc(100% + 34px);
    margin-left: -17px;
  }

  .body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper {
    display: flex;
    justify-content: center;
  }
}

.body-cart .container .cart-template .cart-links-bottom .shipping-bar .bar {
  border: 0.5px solid #000000;
}

.body-cart .container .cart-template .cart-links-bottom .shipping-bar p {
  margin: 10px 3px 0px 3px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: initial;
}

.body-cart .container .cart-template .cart-links-bottom tbody {
  border: none;
  padding: 0;
}

.body-cart .container .cart-template .cart-links-bottom .summary .srp-summary-result .info {
  font-size: 0 !important;
}

.body-cart .container .cart-template .cart-links-bottom .summary .srp-summary-result .info::before {
  content: 'Frete:';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper {
  grid-area: finalizar;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform,
.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button {
  height: 50px;
  background: #000000;
  border: none;
  border-radius: 0px !important;
  font-size: 0;
  text-transform: none;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform:hover,
.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button:hover {
  opacity: 0.8;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform::after,
.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button::after {
  font-family: 'Montserrat';
  content: 'Finalizar compra';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button-container {
    display: none;
  }
}

.body-cart
  .container
  .cart-template
  .cart-links-bottom
  .btn-place-order-wrapper
  .floating-button-container
  .floating-button {
  margin: 0;
}

.body-cart .container .cart-template .cart-links-bottom .link-choose-more-products-wrapper {
  grid-area: continuar;
  display: block;
  margin-bottom: 30px;
}

.body-cart .container .cart-template .cart-links-bottom .link-choose-more-products-wrapper #cart-choose-more-products {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 0;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px !important;
  margin: 0;
  height: 50px;
  display: flex;
  justify-content: center;
}

.body-cart
  .container
  .cart-template
  .cart-links-bottom
  .link-choose-more-products-wrapper
  #cart-choose-more-products::after {
  content: 'CONTINUAR COMPRANDO';
  font-size: 17px;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar {
  grid-area: barraFrete;
  margin-top: 25px;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar .shipping-bar {
  border: 0.5px solid #000000;
  height: 9px;
  margin-bottom: 10px;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar .shipping-bar .bar {
  background-color: #000000;
  height: 100%;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar .text {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000000;
}

@media (min-width: 1025px) {
  .body-cart .container.container-cart {
    padding-top: 0;
  }
}

.body-cart .container .empty-cart-content #cart-choose-products {
  background: #000000;
  border: none;
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
}

.body-cart .vitrine {
  width: 100%;
  text-align: center;
}

.body-cart .vitrine .title {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 45px;
}

.body-cart .vitrine .title::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 225px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%27229%27 height=%2736%27 viewBox=%270 0 229 36%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M2.35772 33.6789C6.8537 33.6789 10.868 22.3318 13.7583 22.3318C16.0062 22.3318 14.1864 31.5379 16.8091 31.5379C19.6994 31.5379 22.6432 23.884 24.9982 23.884C26.5504 23.884 29.1195 30.5745 32.9197 30.5745C34.5254 30.5745 36.5593 29.6111 38.3791 28.38C40.8412 26.6673 41.9117 25.6503 41.9117 25.4362C41.9117 25.1686 41.0018 25.5968 39.4496 26.6137C38.1115 27.5236 36.7734 28.273 36.1311 28.273C32.0098 28.273 30.2435 21.2079 27.1392 21.2079C24.0348 21.2079 20.9839 27.6842 19.6994 27.6842C19.5388 27.6842 19.4318 27.2025 19.3247 26.7208C19.1641 25.4897 19.7529 25.4362 18.8965 21.3684C18.5754 19.8698 17.9331 18.5852 16.595 18.5852C12.3131 18.5852 7.33541 30.4139 5.08742 30.4139C4.44514 30.4139 4.23104 29.5575 4.23104 29.0223C4.23104 25.4362 8.83408 22.653 8.83408 19.6557C8.83408 19.281 8.56646 18.9063 8.13827 18.9063C5.30152 18.9063 0.270294 28.9153 0.270294 31.5914C0.270294 32.6619 1.23372 33.6789 2.35772 33.6789ZM41.802 31.6985C43.7289 31.6985 47.9037 24.4193 49.9911 24.4193C50.901 24.4193 52.7208 30.2533 57.2168 30.2533C60.0536 30.2533 64.6566 26.9349 66.5835 24.6869C66.637 24.5798 66.6905 24.4728 66.6905 24.3657C66.6905 24.0446 66.9046 24.7404 62.9974 27.149C61.7128 27.9518 60.3212 28.5406 59.1972 28.5406C54.3266 28.5406 53.7913 21.4755 52.025 21.4755C51.3292 21.4755 50.9546 21.5825 50.7405 21.7966C50.2588 22.1713 50.0447 22.4389 49.9376 22.5995C50.2052 22.1178 50.4193 21.3684 50.4193 20.8332C50.4193 19.4951 49.2418 18.7993 48.2784 18.7993C44.4782 18.7993 39.5005 24.5798 39.5005 29.1829C39.5005 30.7886 40.571 31.6985 41.802 31.6985ZM43.8359 27.8983C43.4613 27.8983 43.2472 27.4701 43.2472 27.0955C43.2472 25.9179 47.2079 22.9206 48.1713 22.9206C48.439 22.9206 48.8136 23.0812 48.8136 23.4558C48.8136 24.5263 44.7993 27.8983 43.8359 27.8983ZM69.2634 16.3907C70.762 16.3907 73.2776 15.1062 73.2776 14.3033C73.2776 13.7145 72.1536 13.1793 70.9761 13.1793C69.5845 13.1793 68.2999 14.1963 68.2999 15.2667C68.2999 15.909 68.7281 16.3907 69.2634 16.3907ZM70.8155 30.8421C72.8494 30.8421 75.258 30.1463 77.8807 28.8082C81.0921 27.149 83.5542 25.3292 83.5542 24.5263L83.5007 24.4193C82.7513 24.901 82.109 25.4897 81.3597 26.132C78.4159 28.5941 75.4186 29.9322 72.8494 29.9322C70.4409 29.9322 69.1563 28.7012 69.1563 26.2926C69.1563 24.5798 69.7451 23.5094 69.7451 22.5459C69.7451 21.5825 69.2098 20.8867 68.4605 20.8867C67.1224 20.8867 65.8914 23.4558 65.8914 26.2926C65.8914 29.1829 67.7112 30.8421 70.8155 30.8421ZM87.6421 29.0223C87.6421 27.4166 85.3406 26.0785 85.3406 23.777C86.304 23.0812 90.0507 20.0839 90.0507 18.7993C90.0507 18.1035 89.1408 18.157 88.659 18.157C85.8758 18.157 82.7179 20.1374 82.7179 23.1882C82.7179 24.7939 83.5743 26.2391 84.3236 27.5772C84.5912 28.38 84.6983 28.9688 84.6983 29.397C84.6983 29.8252 84.5912 30.1463 84.3772 30.3069C83.949 30.4674 83.4673 30.5745 83.0926 30.6815C81.6474 30.6815 79.6671 30.1998 78.9177 31.5914C78.7572 31.8591 78.7036 32.1267 78.7036 32.3943C78.7036 33.5183 79.9347 34.4817 81.0587 34.4817C83.6278 34.4817 86.6251 32.9295 87.428 30.3604C91.7634 28.5406 97.0623 25.8109 97.8651 24.1517C95.7242 25.8644 91.3887 27.8448 87.6421 29.2364C87.6421 29.1829 87.6421 29.0758 87.6421 29.0223ZM113.46 32.3408C117.849 32.3408 120.043 25.8644 123.522 24.901C124.86 26.2391 126.466 27.7913 128.447 27.7913C130.641 27.7913 135.458 26.8814 136.207 24.4193L135.993 24.2052L135.833 24.2587C134.334 25.8109 132.247 26.7743 130.106 26.7743C126.734 26.7743 126.199 23.1347 125.717 20.5656C125.663 20.3515 125.663 19.9233 125.342 19.9233C123.683 19.9233 119.401 29.1293 115.976 29.1293C115.333 29.1293 114.959 28.5406 114.959 27.9518C114.959 26.3461 116.35 25.1686 116.35 23.5629C116.35 22.76 115.708 22.0107 114.905 22.0107C112.389 22.0107 110.944 27.3095 110.944 29.2364C110.944 30.6815 111.801 32.3408 113.46 32.3408ZM138.814 16.3907C140.313 16.3907 142.828 15.1062 142.828 14.3033C142.828 13.7145 141.704 13.1793 140.527 13.1793C139.135 13.1793 137.851 14.1963 137.851 15.2667C137.851 15.909 138.279 16.3907 138.814 16.3907ZM140.366 30.8421C142.4 30.8421 144.809 30.1463 147.431 28.8082C150.643 27.149 153.105 25.3292 153.105 24.5263L153.051 24.4193C152.302 24.901 151.66 25.4897 150.91 26.132C147.967 28.5941 144.969 29.9322 142.4 29.9322C139.992 29.9322 138.707 28.7012 138.707 26.2926C138.707 24.5798 139.296 23.5094 139.296 22.5459C139.296 21.5825 138.761 20.8867 138.011 20.8867C136.673 20.8867 135.442 23.4558 135.442 26.2926C135.442 29.1829 137.262 30.8421 140.366 30.8421ZM157.193 29.0223C157.193 27.4166 154.891 26.0785 154.891 23.777C155.855 23.0812 159.601 20.0839 159.601 18.7993C159.601 18.1035 158.692 18.157 158.21 18.157C155.427 18.157 152.269 20.1374 152.269 23.1882C152.269 24.7939 153.125 26.2391 153.874 27.5772C154.142 28.38 154.249 28.9688 154.249 29.397C154.249 29.8252 154.142 30.1463 153.928 30.3069C153.5 30.4674 153.018 30.5745 152.643 30.6815C151.198 30.6815 149.218 30.1998 148.469 31.5914C148.308 31.8591 148.254 32.1267 148.254 32.3943C148.254 33.5183 149.485 34.4817 150.609 34.4817C153.179 34.4817 156.176 32.9295 156.979 30.3604C161.314 28.5406 166.613 25.8109 167.416 24.1517C165.275 25.8644 160.94 27.8448 157.193 29.2364C157.193 29.1829 157.193 29.0758 157.193 29.0223ZM173.31 35.5522C176.253 35.5522 179.251 34.4817 182.034 32.9295C190.116 28.4871 189.527 27.4701 190.812 26.025C192.043 24.6334 191.936 24.5263 191.829 24.4193C191.668 24.3122 192.096 24.8475 184.068 30.4139C181.445 32.2337 178.555 33.6253 175.129 33.6253C171.864 33.6253 169.777 31.9661 169.777 28.5941C169.777 28.0054 169.884 27.149 169.991 26.2391C170.366 23.884 170.58 24.0446 174.166 20.6726C177.698 17.3006 177.538 17.0865 181.713 16.8724C183.158 16.8189 184.603 16.7654 185.834 16.7654C186.637 16.7654 189.527 16.5513 189.527 15.3203C189.527 14.0357 186.048 13.9286 185.245 13.9286C184.442 13.9286 183.426 14.0357 182.355 14.1963C181.606 14.3033 181.07 14.4103 180.749 14.4103C179.946 14.4103 181.017 13.5004 184.335 9.21856C186.102 7.02409 187.547 4.66905 187.547 2.90277C187.547 1.35058 186.423 0.44068 184.924 0.44068C182.087 0.44068 178.822 3.33096 175.932 6.75647C168.599 15.6414 169.938 17.1936 162.07 17.033C161.802 17.033 161.534 17.033 161.267 17.033C158.162 17.033 156.664 17.4612 156.664 17.8894C156.664 18.3176 158.43 18.7458 161.909 18.4781C163.675 18.3711 164.96 18.2641 165.87 18.2641C167.261 18.2641 167.797 18.5317 167.797 19.3345C167.797 20.0303 167.368 21.1543 166.833 22.9741C166.351 24.6869 166.03 26.3996 166.03 28.2194C166.03 32.8225 168.707 35.5522 173.31 35.5522ZM178.394 7.5058C180.589 4.24086 183.104 1.29706 184.871 1.29706C185.62 1.29706 186.102 1.93934 186.102 2.63515C186.102 4.24086 184.657 6.80999 182.944 9.27208C178.608 15.4808 178.234 15.2132 175.879 15.5343C175.558 15.5879 175.29 15.6414 175.022 15.6414C174.487 15.6414 174.166 15.4808 174.166 14.9991C174.166 14.0892 175.343 12.0553 178.394 7.5058ZM171.757 20.1374C172.614 17.7288 172.667 17.7288 174.434 17.5682C176.2 17.4612 176.253 17.5147 173.631 20.0839C171.918 21.7431 171.222 22.2783 171.222 21.7966C171.222 21.529 171.436 20.9402 171.757 20.1374ZM194.168 32.0731C195.827 32.0731 197.379 31.3773 198.61 30.2533C201.126 27.8448 201.126 26.9349 202.089 26.9349C202.464 26.9349 202.999 27.0955 203.909 27.3095C205.033 27.6307 206.157 27.7913 207.281 27.7913C208.566 27.7913 210.011 27.5772 211.295 26.9884C214.935 25.4362 214.186 24.2587 214.079 24.2052C213.918 24.1517 213.918 24.1517 213.704 24.2052C213.49 24.2587 213.811 24.901 210.546 26.1855C209.476 26.6137 208.244 26.8278 207.121 26.8278C200.109 26.8278 202.517 20.6191 199.681 20.6191C198.664 20.6191 198.236 21.7431 198.236 22.5995C198.236 23.6699 199.092 24.5798 199.092 25.7038C199.092 27.5236 197.058 28.7547 195.345 28.7547C194.382 28.7547 193.258 28.1659 193.258 27.0419C193.258 24.2587 197.861 24.2052 197.861 22.0642C197.861 20.8867 196.523 20.2979 195.506 20.2979C192.187 20.2979 189.351 23.9376 189.351 27.0955C189.351 29.6646 191.492 32.0731 194.168 32.0731ZM217.955 29.0223C217.955 27.4166 215.653 26.0785 215.653 23.777C216.617 23.0812 220.363 20.0839 220.363 18.7993C220.363 18.1035 219.453 18.157 218.972 18.157C216.188 18.157 213.03 20.1374 213.03 23.1882C213.03 24.7939 213.887 26.2391 214.636 27.5772C214.904 28.38 215.011 28.9688 215.011 29.397C215.011 29.8252 214.904 30.1463 214.69 30.3069C214.261 30.4674 213.78 30.5745 213.405 30.6815C211.96 30.6815 209.98 30.1998 209.23 31.5914C209.07 31.8591 209.016 32.1267 209.016 32.3943C209.016 33.5183 210.247 34.4817 211.371 34.4817C213.94 34.4817 216.938 32.9295 217.741 30.3604C222.076 28.5406 227.375 25.8109 228.178 24.1517C226.037 25.8644 221.701 27.8448 217.955 29.2364C217.955 29.1829 217.955 29.0758 217.955 29.0223Z%27 fill=%27black%27/%3e%3c/svg%3e');
}

.body-cart .vitrine .category {
  padding: 50px 0;
  justify-content: center;
}

.body-cart .vitrine .category .col-prod1,
.body-cart .vitrine .category .col-prod2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.body-cart .vitrine .category .col-prod2 {
  display: none;
}

.body-cart .vitrine .category .col-prod2:has(.product) {
  margin-left: 10px;
  display: flex;
}

.body-cart .vitrine .category .product {
  max-width: 250px;
}

.body-cart .vitrine .category .product img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: bottom;
}

.body-cart .vitrine .category .product p {
  display: inline-flex;
  flex-direction: column;
  margin: 20px auto;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.body-cart .vitrine .category .product p span {
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.body-cart .vitrine .category .product a:hover {
  text-decoration: none;
}

.body-cart .vitrine .category .product .product-images {
  position: relative;
  width: 250px;
  height: 250px;
  max-width: 250px;
}

.body-cart .vitrine .category .product .product-images img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.body-cart .vitrine .category .product .product-images img:nth-child(1) {
  opacity: 1;
}

.body-cart .vitrine .category .product .product-images img:nth-child(2) {
  opacity: 0;
}

.body-cart .vitrine .category .product:hover .product-images img:nth-child(1) {
  opacity: 0;
}

.body-cart .vitrine .category .product:hover .product-images img:nth-child(2) {
  opacity: 1;
}

.body-cart .vitrine #tabs button {
  font-size: 14px;
  background-color: #000000;
  border: 0;
  text-transform: uppercase;
  margin: 0 20px;
  padding: 6px 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.body-cart .vitrine #tabs button.inactive {
  background-color: transparent;
  color: #000000;
}

@media (max-width: 1024px) {
  .body-cart .vitrine .title {
    font-size: 22px;
    margin-top: 55px;
    margin-bottom: 35px;
  }

  .body-cart .vitrine .title::after {
    color: #000000;
  }

  .body-cart .vitrine .category {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
  }

  .body-cart .vitrine .category .col-prod2:has(.product) {
    margin-left: 0;
  }

  .body-cart .vitrine .category .product {
    text-align: -webkit-center;
    height: 100%;
    width: 100%;
  }

  .body-cart .vitrine .category .product .product-images {
    width: 90%;
    height: 70%;
    object-fit: cover;
  }

  .body-cart .vitrine .category .product .product-images img {
    position: relative;
  }

  .body-cart .vitrine .category .product .product-images img:nth-child(2) {
    display: none;
  }

  .body-cart .vitrine .category .product .product-images p span {
    display: block;
    opacity: 1;
  }

  .body-cart .vitrine .category .product img {
    width: 100%;
    height: 100%;
  }

  .body-cart .vitrine .category .product p span {
    opacity: 1;
  }

  .body-cart .vitrine #tabs button {
    margin: 9px 5px;
  }
}

@media (min-width: 1025px) {
  .body-cart .vitrine .category .product {
    max-width: 250px;
  }

  .body-cart .vitrine .category .product .product-images {
    width: 250px;
    height: 320px;
    max-width: 250px;
  }

  .body-cart .vitrine .category .product .product-images img {
    width: 235px;
    height: 320px;
  }
}

@media (min-width: 1445px) {
  .body-cart .vitrine .category .product {
    max-width: 350px;
  }

  .body-cart .vitrine .category .product .product-images {
    width: 350px;
    height: 420px;
    max-width: 350px;
  }

  .body-cart .vitrine .category .product .product-images img {
    width: 335px;
    height: 420px;
  }
}

#find-pickup-link {
  border: 1px solid #000000;
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin: 10px 0;
}

#removeConfirmationModal .vtex-shipping-preview-0-x-modalCancelButton {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  top: 3px;
}

#removeConfirmationModal .vtex-shipping-preview-0-x-modalConfirmButton {
  border: 1px solid #000000;
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  background: #000000;
}

#removeConfirmationModal .vtex-shipping-preview-0-x-modalConfirmButton span {
  color: white;
}

.extensions-checkout-buttons-container {
  display: none !important;
}

.available-gift-item {
  background-color: transparent;
}

.available-gift-item:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #333;
}

.shipping-preview-custom div.cart-more-options {
  display: block !important;
  width: 100%;
  margin: 0;
}

.shipping-preview-custom div.cart-more-options .srp-container {
  display: block !important;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .shipping-preview-custom div.cart-more-options .srp-container {
    width: 100%;
    max-width: none;
  }
}

.shipping-preview-custom div.cart-more-options .srp-main-title {
  display: none;
}

.shipping-preview-custom div.cart-more-options .srp-description {
  font-size: 0;
  margin: 0;
}

.shipping-preview-custom div.cart-more-options .srp-description::before {
  content: 'Calcule o frete e prazo de entrega:';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #444444;
}

.shipping-preview-custom div.cart-more-options .srp-data {
  margin: 0;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-toggle {
  display: none;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-header .srp-items {
  font-family: 'Montserrat';
  font-size: 14px;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-address-title {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-info .srp-delivery-current-many__name,
.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-info .srp-delivery-current-many__sla,
.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-info .srp-delivery-current-many__price {
  font-family: 'Montserrat';
}

.shipping-preview-custom div.cart-more-options .srp-delivery-select-container,
.shipping-preview-custom div.cart-more-options .srp-shipping-current-single {
  border-radius: 0px !important;
  border: solid 1px #000000;
}

@media (max-width: 1024px) {
  .shipping-preview-custom div.cart-more-options .srp-delivery-select-container,
  .shipping-preview-custom div.cart-more-options .srp-shipping-current-single {
    width: 100%;
    max-width: -webkit-fill-available;
  }
}

.shipping-preview-custom div.cart-more-options .srp-delivery-select-container svg path,
.shipping-preview-custom div.cart-more-options .srp-shipping-current-single svg path {
  fill: #000000;
}

.shipping-preview-custom div.cart-more-options .srp-shipping-current-single__sla,
.shipping-preview-custom div.cart-more-options .srp-shipping-current-single__price {
  font-size: 13px;
  font-weight: 600;
  color: #404040;
  font-family: 'Montserrat';
}

.shipping-preview-custom div.cart-more-options #shipping-calculate-link {
  background: #000000;
  border-radius: 0px !important;
  border: none;
  text-transform: none;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: white;
  margin: 0;
}

.shipping-preview-custom div.cart-more-options #shipping-calculate-link:hover {
  opacity: 0.9;
}

.summary-template-holder .coupon-value {
  width: 100% !important;
}

.summary-template-holder .summary-totalizers {
  margin-bottom: 15px !important;
}

.summary-template-holder .totalizers-list td {
  line-height: normal;
  margin-bottom: 15px;
}

.summary-template-holder .totalizers-list ~ tfoot {
  padding: 21px 0 15px 0 !important;
}

.summary-template-holder .totalizers-list ~ tfoot tr {
  height: 20px;
}

#client-profile-data .client-pre-email {
  padding: 20px 20px 84px 20px !important;
  border-radius: 0 !important;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span {
  padding: 0 !important;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .pre-email .client-pre-email-h span::before {
    margin-right: 10px;
  }
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span::after {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .pre-email .client-pre-email-h span::after {
    font-size: 23px;
    line-height: 28px;
  }
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span .link-box-edit .icon-edit {
  display: none;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h small {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 10px 0 25px 0;
}

#client-profile-data .client-pre-email .pre-email .client-email::before {
  content: 'Email';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
  padding-bottom: 7px;
  display: block;
}

#client-profile-data .client-pre-email .pre-email .client-email input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data .client-pre-email .pre-email .client-email input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data .client-pre-email .pre-email .client-email input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#client-profile-data .client-pre-email .pre-email .client-email input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill,
#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill:hover,
#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill:focus,
#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
}

#client-profile-data .client-pre-email .pre-email .client-email #btn-client-pre-email {
  width: calc(100% - 40px);
  background: #000000;
  border: 1px solid #000000;
  height: 40px;
  padding: 0;
  bottom: 20px;
  transition: all 0.2s;
}

#client-profile-data .client-pre-email .pre-email .client-email #btn-client-pre-email:hover {
  opacity: 0.8;
}

#client-profile-data .client-pre-email .pre-email .client-email #btn-client-pre-email span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

#client-profile-data .client-pre-email .pre-email .client-email span.help.error {
  display: none !important;
}

#client-profile-data .client-pre-email .emailInfo {
  background-color: #fff;
  border: none;
  width: 70%;
  margin-top: 55px;
  padding: 0 15px 15px 15px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo {
    margin-top: 45px;
    width: 100%;
    padding: 0 10px 10px 10px;
  }
}

#client-profile-data .client-pre-email .emailInfo h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0;
}

#client-profile-data .client-pre-email .emailInfo ul {
  margin: 30px 0 0 0;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo ul {
    margin: 20px 0 0 0;
  }
}

#client-profile-data .client-pre-email .emailInfo ul li {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo ul li {
    display: flex;
  }
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo ul li i {
    margin-top: 5px;
  }
}

#client-profile-data .client-pre-email .emailInfo ul li i::before {
  color: #000000;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBldDBDQAgCANARnATR3EER2EUR3QExQQ/RIQ26QdynxJhKQSGpVNaEbAsaigYeuQsOOn6sNAFHgzBC6aAhdC0F37BBn7KHmKeL4heAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 11px;
}

#client-profile-data .client-pre-email .emailInfo ul li span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #333333;
  padding-left: 10px;
}

#client-profile-data .client-pre-email .emailInfo .icon-lock {
  bottom: 0;
  right: 0;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo .icon-lock {
    position: relative;
    display: flex;
    justify-content: center;
  }
}

#client-profile-data .client-pre-email .emailInfo .icon-lock::before {
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAACECAYAAACTWAVmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAWoSURBVHgB7Z1td9M4EEaHbUu3tLuwnP3C//95vJVSKG0p4JtY0KYlpLJGnieZe45JCcRxfT2SLEsjsyQ8T0wPjvnpsB0M296w7Q/bX+PrKt+G7euw3Yyv18N2NWzfTQgVScg4sqWcQ5sOor6M240FJ7Ikju1vW8ppIeZ3XA7bxbiFJKqkk2E7tmUx1guKw3MLKCuaJIqz5/Zw/dKLcLKiSOI4XtiyeIvCZ1vKmr3O2rP5IXpejq+RoPVIXVhah7MxtyTqnf+sb93zGDiuZ+PPVzYTc0qicfCvaVBal7OImksSjYMT0wJRnK9L68wckk5MT1CBeopGTteI6i0JOf+YNqWB001UT0n0HDy37YCij37ALq2+XvdJXAw0s1vepNJJSv3AFc3Juh7f5+cn43fxShFV+vxa/r503r6xDqJ6SUJQq/43pHy0pZTH9mYTzTSpW92TcZG8M2d6FHecmBYNBeSc2rReAG5ML8Z9cdFMvT8jWomoa3PEWxL7px6acjKIlrNxa1W0sJ9P476JqiklCp//bI54S+JmdUoxx8mk3PdqSREBRBZ9hrUXEoKR7dba8+yO4QJ4ZvUg6K35V8wtvofuLbf63TOSiKIDq6OXoAKRwFPa2ohyjSbPSKptQfUWtPq9teMf3KLJSxItutp7IprXcz0a4HtPrQ7OpcvjFi9JtQ/vaCXN/USUYq+2E/XYHIgm6dxi8MHqKB2wTfGQVBvyRFGU4VUcR829D+eztrG0dqetqZUUJYoKtcVu8+FnUSR161F+BDSna+qm5rc1USR1f9q5ITX3Pc1beK0lsb+ainObJBFJTRsPrSXVhrprL/IEvlodTc9ra0k1VxBd/VFnOdQeW9N6KcJ4t+jTUL7ZzESQNPtJiE6EOklqQtccRB3em9wiJQmQkgRISQKkJAFSkgApSYCUJEBKEiAlCZCSBEhJAqQkAVKSAClJgJQkQEoSICUJsOn0FB6LP7Vf+U7X/b+aY4ic36HmQmYi97oRuSU37JVtMHL3T0Owjsw/veaug6i1U35+JylCBsddg8giJ8S9yHqoeIqeg25b4XyXSWh3hjevSlLKQbet3Mutt7fyjy8sicCdBFOlSENWRlAsCJhFm6FIopjLRkIsftZR/DA1c0nixyI3hFvugaQJ+Dnij0gJ05P7HJTiLonLoUvegaQpe9mrIEBKEiAlCZCSBEhJAqQkAVKSAClJgJQkQEoSICUJkJIESEkCbMsj87LIFcmkGL9WFrmih1/+UYyyJISU5a/XDdVFFMMDyuqWcqhKOh+3TdKwEWEkY0fQsTllwfeEA1darZKIeW91ObtvrwHI+PYo677/EaWGQ1mVZeryN3z+tQklQ1SSRAS1XC7OfcHEVqhIKqthtqSsshkeBUlc9V7rWDAvKHyxpyDJ82pnxl20hUzuoSDpi/niuvxoC6JLot7wLo6IpqhrZSyILqnXyatdk6IL0SX1WlMp2tpNd8he8CWhl2JISQJEl9Sr1zp073h0Sb166UPPLIkuqVcmltAZX6JL6jFdNPxjC4WGw4n5Ev4hoIKkQ/Mrjoii8DMdVZrgJJ5o3QJjf95R2gQVSRznzwwhDWA/L01kjIfSzSwNiP9tekTxeRlBoDYQhYuK+qmMr3ssfFZKECh2C3GCay8sBMn9ztl3J0BKEiAlCZCSBEhJAqQkAVKSAClJgJQkQEoSICUJkJIESEkCKM8+35kszDyhfGVJaCjuQg9WT+wGSa3noiZtSUkCXCCpJnFF0o/LUieFno64wzCf96bcJ4Wfgb2jLLyUew2iqcfg+GRzSI2wKOFu3xDyRlmVOZkX0iKclb+s3rUjat9S1Jwg6PT2G6uSvtuv5Ba5lHZ/KOLOVt9cNwC+zDrIRRn9IakIch68Z91klgKyqKtY+29//LtMQr+AUFqRkgAhZXH6tVlffgBCLuWFQqzckQAAAABJRU5ErkJggg==);
  display: inline-block;
  background-repeat: no-repeat;
  width: 105px;
  height: 131px;
}

#client-profile-data .client-pre-email[style*='display: none'] {
  padding: 20px !important;
}

#client-profile-data .client-pre-email[style*='display: none'] .client-email::before {
  content: '' !important;
}

#client-profile-data .client-pre-email[style*='display: none'] .client-email input {
  border: none !important;
  padding: 0 !important;
}

#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill,
#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill:hover,
#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill:focus,
#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#client-profile-data .client-profile-data {
  padding: 20px !important;
  border-radius: 0 !important;
}

#client-profile-data .client-profile-data:not(.accordion-open, .filled)::after {
  content: 'Aguardando preenchimento do email';
  color: #000;
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  display: flex;
  margin-top: 3px;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle {
  padding: 0 !important;
  margin-top: -7px;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle.step-inactive span::before {
  color: #000 !important;
  background: #fff !important;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-heading .accordion-toggle span {
    font-size: 23px;
    line-height: 28px;
  }
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle span::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-heading .accordion-toggle span::before {
    margin-right: 10px;
  }
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle .link-box-edit .icon-edit {
  display: none;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-email {
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-email .link-logout {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #000;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-summary .name-label {
  display: none !important;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-summary .name {
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  display: inline-block;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-summary .tel {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body form {
  padding: 0 !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info {
  margin-bottom: 25px;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-notice {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email {
  margin-bottom: 20px;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-email
  label {
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email span {
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-email
  input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-email
  input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-email
  input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-email
  input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document {
  margin-right: 20px;
  width: calc(50% - 20px);
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input:-webkit-autofill,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input:-webkit-autofill:hover,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input:-webkit-autofill:focus,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input:-webkit-autofill:active,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input:-webkit-autofill,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input:-webkit-autofill:hover,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input:-webkit-autofill:focus,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone {
  width: 50%;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input:-webkit-autofill,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input:-webkit-autofill:hover,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input:-webkit-autofill:focus,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input:-webkit-autofill:active,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input:-webkit-autofill,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input:-webkit-autofill:hover,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input:-webkit-autofill:focus,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone:last-child {
  display: none;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  #client-profile-data
    .client-profile-data
    .accordion-body
    form
    .box-client-info
    .box-client-info-pf
    .client-first-name,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone {
    width: 100% !important;
  }
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  label,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  label,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  label,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input:focus-visible,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input:focus-visible,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input:focus-visible,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  input.success,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  input.success,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  input.success,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-first-name
  span.help.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-last-name
  span.help.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-document
  span.help.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pf
  .client-phone
  span.help.error {
  display: none !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj {
  padding: 0;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj {
    display: grid;
    grid-template-areas: 'title link' 'box box';
  }
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .links {
  margin: 0;
  grid-area: link;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .links
  #is-corporate-client {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #000000;
  height: 38px;
  padding: 0 8px;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .links
  #not-corporate-client {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #000000;
  height: 38px;
  padding: 0 8px;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-title {
  grid-area: title;
  margin: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-title {
    display: flex;
    align-items: center;
  }

  #client-profile-data
    .client-profile-data
    .accordion-body
    form
    .box-client-info
    .box-client-info-pj
    .corporate-title:not(.visible) {
    display: none;
  }
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box {
  grid-area: box;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie {
  width: calc(50% - 20px);
  margin-right: 20px;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document {
  width: 50%;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-name,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-nickname,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  #client-profile-data
    .client-profile-data
    .accordion-body
    form
    .box-client-info
    .box-client-info-pj
    .corporate-info-box
    .client-company-name,
  #client-profile-data
    .client-profile-data
    .accordion-body
    form
    .box-client-info
    .box-client-info-pj
    .corporate-info-box
    .client-company-nickname,
  #client-profile-data
    .client-profile-data
    .accordion-body
    form
    .box-client-info
    .box-client-info-pj
    .corporate-info-box
    .client-company-ie,
  #client-profile-data
    .client-profile-data
    .accordion-body
    form
    .box-client-info
    .box-client-info-pj
    .corporate-info-box
    .client-company-document {
    width: 100% !important;
  }
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-name
  label,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-nickname
  label,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie
  label,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document
  label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-name
  input,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-nickname
  input,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie
  input,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document
  input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-name
  input:focus-visible,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-nickname
  input:focus-visible,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie
  input:focus-visible,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document
  input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-name
  input.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-nickname
  input.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie
  input.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document
  input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-name
  input.success,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-nickname
  input.success,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie
  input.success,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document
  input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-name
  span.help.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-nickname
  span.help.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-ie
  span.help.error,
#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .client-company-document
  span.help.error {
  display: none !important;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .state-inscription-box {
  margin: 0;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .state-inscription-box
  label {
  margin-top: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .state-inscription-box
  label
  input {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

#client-profile-data
  .client-profile-data
  .accordion-body
  form
  .box-client-info
  .box-client-info-pj
  .corporate-info-box
  .state-inscription-box
  label
  span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 12px;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter {
  margin: 0;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter label {
  margin-top: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter label input {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter label span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 12px;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper {
  margin: 0;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-shipping {
  width: 100%;
  background: #000;
  border: solid 1px #000;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  justify-content: center;
  transition: all 0.2s;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-shipping:hover {
  opacity: 0.8;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-payment {
  width: 100%;
  background: #000;
  border: solid 1px #000;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  justify-content: center;
  transition: all 0.2s;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-payment:hover {
  opacity: 0.8;
}

#shipping-data {
  padding: 20px !important;
  border-radius: 0 !important;
}

#shipping-data .accordion-heading .accordion-toggle {
  padding: 0 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000 !important;
  display: flex;
}

@media (max-width: 1024px) {
  #shipping-data .accordion-heading .accordion-toggle {
    font-size: 23px !important;
    line-height: 28px;
  }
}

#shipping-data .accordion-heading .accordion-toggle.step-inactive::before {
  color: #000 !important;
  background: #fff !important;
}

#shipping-data .accordion-heading .accordion-toggle::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #shipping-data .accordion-heading .accordion-toggle::before {
    margin-right: 10px;
  }
}

#shipping-data .accordion-heading .accordion-toggle .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-heading .accordion-toggle .link-box-edit .icon-edit {
  display: none;
}

#shipping-data .accordion-inner {
  padding: 0 !important;
}

#shipping-data .accordion-inner .shipping-summary-placeholder .shipping-summary-info {
  display: flex !important;
  color: #000;
  font-size: 0;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-top: 3px;
}

#shipping-data .accordion-inner .shipping-summary-placeholder .shipping-summary-info::before {
  content: 'Aguardando preenchimento do dados pessoais';
  font-size: 12px;
}

#shipping-data .accordion-inner .shp-summary-group {
  padding: 0;
  margin-top: 18px;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content {
  align-items: flex-start;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-info {
  padding: 0;
  border: none;
}

#shipping-data
  .accordion-inner
  .shp-summary-group
  .shp-summary-group-content
  .shp-summary-group-info
  .shp-summary-group-address {
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  #shipping-data
    .accordion-inner
    .shp-summary-group
    .shp-summary-group-content
    .shp-summary-group-info
    .shp-summary-group-address {
    margin: 0;
  }
}

#shipping-data
  .accordion-inner
  .shp-summary-group
  .shp-summary-group-content
  .shp-summary-group-info
  .shp-summary-group-address
  .address-summary {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #626262;
}

#shipping-data
  .accordion-inner
  .shp-summary-group
  .shp-summary-group-content
  .shp-summary-group-info
  .vtex-omnishipping-1-x-summaryPackage
  .shp-summary-package-time {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .link-change-shipping {
  display: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list {
  margin: 25px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item {
  padding: 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-edit {
  margin: 20px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-edit .btn-link {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
  height: 38px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressFormPart1
  .address-list
  .address-edit
  .btn-link
  .icon-edit {
  display: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-create {
  margin: 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-create .btn-link {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
  height: 38px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressFormPart1
  .address-list
  .address-create
  .btn-link
  .icon-plus {
  display: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item {
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 7px 13.5px;
  border: 2px solid #eeeeee;
  margin-bottom: 10px;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressFormPart1
  .address-list
  .address-item.vtex-omnishipping-1-x-active {
  border: 2px solid #000000;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressFormPart1
  .address-list
  .address-item
  .vtex-omnishipping-1-x-addressItemIcon
  .vtex-omnishipping-1-x-svg {
  width: 24px;
  height: 24px;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressFormPart1
  .address-list
  .address-item
  .vtex-omnishipping-1-x-addressItemIcon
  .vtex-omnishipping-1-x-svg
  path {
  fill: #000;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressFormPart1
  .address-list
  .address-item
  .vtex-omnishipping-1-x-addressItemText
  .address-summary {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #626262;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-backToAddressList {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0;
  margin: 25px 0 20px 0;
  text-align: left;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode {
  margin-bottom: 20px;
  margin-top: 25px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input:focus-visible {
  outline: none;
  box-shadow: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode span.help.error {
  display: none !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode small {
  margin: 10px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode small a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup {
  margin: 20px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle {
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList {
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-deliveryGroup
  .vtex-omnishipping-1-x-leanShippingGroupList
  .vtex-omnishipping-1-x-leanShippingOption {
  height: 52px;
  background: #ffffff;
  border-radius: 0 !important;
  box-shadow: none;
  border: 2px solid #eee;
  margin-bottom: 10px;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-deliveryGroup
  .vtex-omnishipping-1-x-leanShippingGroupList
  .vtex-omnishipping-1-x-leanShippingOption.shp-lean-option-active {
  border: 2px solid #000000;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-deliveryGroup
  .vtex-omnishipping-1-x-leanShippingGroupList
  .vtex-omnishipping-1-x-leanShippingOption
  .shp-option-icon {
  margin-right: 8px;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-deliveryGroup
  .vtex-omnishipping-1-x-leanShippingGroupList
  .vtex-omnishipping-1-x-leanShippingOption
  .shp-option-icon
  .vtex-omnishipping-1-x-svg
  path {
  fill: #000;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-deliveryGroup
  .vtex-omnishipping-1-x-leanShippingGroupList
  .vtex-omnishipping-1-x-leanShippingOption
  .shp-option-text
  .shp-option-text-label-single {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-deliveryGroup
  .vtex-omnishipping-1-x-leanShippingGroupList
  .vtex-omnishipping-1-x-leanShippingOption
  .shp-option-text-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-shippingSectionTitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressForm
  .vtex-omnishipping-1-x-addressSummary
  .address-summary {
  background: none;
  padding: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 0 !important;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressForm
  .vtex-omnishipping-1-x-addressSummary
  .address-summary
  .vtex-omnishipping-1-x-linkEdit {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  text-decoration: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input {
  margin-bottom: 20px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressForm
  .vtex-omnishipping-1-x-address
  .input
  input:focus-visible {
  outline: none;
  box-shadow: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data
  .accordion-inner
  .vtex-omnishipping-1-x-addressForm
  .vtex-omnishipping-1-x-address
  .input
  span.help.error {
  display: none !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address select:focus {
  box-shadow: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-submitPaymentButton {
  margin-top: 15px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-submitPaymentButton .btn-go-to-payment {
  width: 100%;
  background: #000;
  border: solid 1px #000;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  justify-content: center;
  transition: all 0.2s;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-submitPaymentButton .btn-go-to-payment:hover {
  opacity: 0.8;
}

#payment-data {
  padding: 20px !important;
  border-radius: 0 !important;
}

#payment-data .accordion-group.accordion-open .accordion-body .accordion-inner .notification {
  display: none !important;
}

#payment-data .accordion-heading .accordion-toggle.step-inactive span::before {
  color: #000 !important;
  background: #fff !important;
}

#payment-data .accordion-heading .accordion-toggle > span {
  padding: 0 !important;
  margin-top: -7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000 !important;
  display: flex;
}

@media (max-width: 1024px) {
  #payment-data .accordion-heading .accordion-toggle > span {
    font-size: 23px !important;
    line-height: 28px;
  }
}

#payment-data .accordion-heading .accordion-toggle > span::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #payment-data .accordion-heading .accordion-toggle > span::before {
    margin-right: 10px;
  }
}

#payment-data .accordion-heading .accordion-toggle .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#payment-data .accordion-heading .accordion-toggle .link-box-edit .icon-edit {
  display: none;
}

#payment-data .accordion-body .accordion-inner .notification {
  display: flex !important;
  color: #000;
  font-size: 0;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-top: 3px;
}

#payment-data .accordion-body .accordion-inner .notification::before {
  content: 'Aguardando preenchimento do dados de endereço';
  font-size: 12px;
}

#payment-data .accordion-body .form-step {
  padding: 0 !important;
  margin-top: 5px;
}

#payment-data .accordion-body .form-step .link-gift-card {
  position: relative;
  border-radius: 0 !important;
  height: 52px;
  border: 2px solid #eee !important;
  background: #fff !important;
}

#payment-data .accordion-body .form-step .link-gift-card::before {
  position: absolute;
  left: 13.5px;
  top: 16px;
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 100%;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background: #fff;
  border-color: #000;
  box-shadow: inset 0 0 0 3px #fff;
  cursor: pointer;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .link-gift-card::before {
    display: none;
  }
}

#payment-data .accordion-body .form-step .link-gift-card:hover {
  box-shadow: none !important;
  outline: none;
}

#payment-data .accordion-body .form-step .link-gift-card #show-gift-card-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 0 0 45.5px;
  font-size: 14px !important;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #626262;
  text-decoration: none;
  height: 52px;
  margin-top: -2px;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .link-gift-card #show-gift-card-group {
    padding: 0 0 0 13.5px;
  }
}

#payment-data .accordion-body .form-step .link-gift-card[style*='display: none'] {
  display: block !important;
  border: 2px solid #000 !important;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .link-gift-card[style*='display: none'] {
    background: #000 !important;
  }

  #payment-data .accordion-body .form-step .link-gift-card[style*='display: none'] #show-gift-card-group {
    color: #fff;
  }
}

#payment-data .accordion-body .form-step .link-gift-card[style*='display: none']::before {
  background: #000;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts {
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 20px 30px;
  margin-bottom: 10px;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 0 20px 0;
}

#payment-data
  .accordion-body
  .form-step
  .gift-card-section
  .payment-discounts
  .payment-discounts-options
  input:focus-visible {
  outline: none;
  box-shadow: none;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#payment-data
  .accordion-body
  .form-step
  .gift-card-section
  .payment-discounts
  .payment-discounts-options
  input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options .help.error {
  display: none;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options button {
  border-radius: 0 !important;
  color: #fff !important;
  background: #000 !important;
  border: solid 1px #000 !important;
  height: 40px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  justify-content: center;
  transition: all 0.2s;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options button:hover {
  opacity: 0.8;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap {
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item {
  border-radius: 0 !important;
  border: 2px solid #eee;
  background: #fff;
  height: 52px;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item.active {
  margin-bottom: 10px;
  border: 2px solid #000;
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-group-item.active
  .payment-group-item-text::before {
  background: #000;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item.active {
    background: #000;
  }

  #payment-data
    .accordion-body
    .form-step
    .payment-group
    .v-custom-payment-item-wrap
    .payment-group-item.active
    .payment-group-item-text {
    color: #fff;
  }

  #payment-data
    .accordion-body
    .form-step
    .payment-group
    .v-custom-payment-item-wrap
    .payment-group-item.active
    .payment-group-item-text::before {
    display: none;
  }
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-group-item
  .payment-group-item-text {
  font-size: 14px !important;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px !important;
  letter-spacing: 1.4px;
  color: #000;
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-group-item
  .payment-group-item-text::before {
  background: #fff;
  border-color: #000;
}

@keyframes discountFlagFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-group-item
  .payment-group-item-text
  .flag__discount {
  display: inline-block;
  border-radius: 100px;
  background: #000000;
  color: #fff;
  padding: 2px 8px;
  margin-left: 12px;
  animation: discountFlagFadeIn 0.15s ease-out;
}

@media (max-width: 520px) {
  #payment-data
    .accordion-body
    .form-step
    .payment-group
    .v-custom-payment-item-wrap
    .payment-group-item
    .payment-group-item-text::before {
    display: none;
  }
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-group-item
  .payment-group-item-cards {
  display: none;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-method {
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 20px 30px;
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-method
  .bankInvoicePaymentGroup
  .payment-description {
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  color: #000;
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-method
  .bankInvoicePaymentGroup
  .sight {
  margin: 0;
}

#payment-data
  .accordion-body
  .form-step
  .payment-group
  .v-custom-payment-item-wrap
  .payment-method
  .bankInvoicePaymentGroup
  .sight
  span {
  font-weight: 600;
}

.iframe-credit-card-payment-group .CardForm {
  display: grid;
  grid-template-areas: 'ncartao ncartao ncartao' 'num num num' 'par par par' 'nome nome nome' 'nome2 nome2 nome2' 'cod cod cod' 'valor valor valor' 'ender ender ender';
}

.iframe-credit-card-payment-group .CardForm > div:nth-child(1):not(.PaymentLabel) {
  grid-area: num;
}

.iframe-credit-card-payment-group .CardForm > div:nth-child(2):not(.PaymentLabel) {
  grid-area: par;
}

.iframe-credit-card-payment-group .CardForm > div:nth-child(3):not(.PaymentLabel) {
  grid-area: nome;
  display: grid;
}

.iframe-credit-card-payment-group .CardForm > div:nth-child(4):not(.PaymentLabel) {
  grid-area: nome2;
  display: grid;
}

.iframe-credit-card-payment-group .CardForm .PaymentLabel {
  grid-area: ncartao;
}

.iframe-credit-card-payment-group .CardForm .PaymentLabel .payment-label-0-card,
.iframe-credit-card-payment-group .CardForm .PaymentLabel .payment-label-1-card {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .PaymentLabel .payment-label-1-card {
  margin-top: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber {
  margin-bottom: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardFlags {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments {
  margin-bottom: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName {
  margin-bottom: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate {
  width: 66%;
  display: grid;
  grid-template-areas: 'titulo titulo' 'mes ano';
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardDueDate {
    width: 100%;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .FormFieldLabel {
  grid-area: titulo;
  margin: 0 0 7px 0 !important;
  padding: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 0;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0 !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .FormFieldLabel::before {
  content: 'Data Validade:';
  font-size: 14px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-month {
  grid-area: mes;
  margin: 0 20px 0 0 !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-month select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-month select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-lash {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-year {
  grid-area: ano;
  margin: 0;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-year select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-year select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV {
  grid-area: cod;
  margin: 0;
  margin-top: -73px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardCVV {
    margin-top: 20px;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV label {
  width: calc(33% - 15px) !important;
  margin: 0 0 7px 0 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 0;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0 !important;
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardCVV label {
    width: 100% !important;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV label::before {
  content: 'CVV:';
  font-size: 14px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input {
  z-index: 10;
  width: 33% !important;
  min-width: calc(33% - 15px) !important;
  max-width: calc(33% - 15px) !important;
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  text-align: left;
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardCVV input {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV .PaymentCardCVVHelp {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue {
  grid-area: valor;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue label {
  margin: 0 0 7px 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue .add-on {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  text-align: left;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress {
  grid-area: ender;
  margin-top: 20px;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressToggle {
  margin: 0;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressToggle label {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressToggle label strong {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress h5 {
  margin: 20px 0 0 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p {
  margin: 20px 0 0 0;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode label,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input:focus-visible,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input.error,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input.success,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode .help.error,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode .DontKnowPostalCode small a,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p .DontKnowPostalCode small a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode select,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode select:focus,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .ChangeNumberOfPayments {
  margin: 20px 0 0 0;
}

.iframe-credit-card-payment-group .ChangeNumberOfPayments a {
  margin-top: 20px;
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000;
}

.cart-template.mini-cart .custom-cart-template-wrap {
  padding: 20px;
  border-radius: 0 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap h2 {
  color: #000 !important;
  font-size: 20px !important;
  font-family: 'Montserrat' !important;
  line-height: 25px !important;
  letter-spacing: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap #go-to-cart-button {
  display: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart {
  max-height: 170px;
  margin-bottom: 20px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart::-webkit-scrollbar {
  width: 2px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0 !important;
  border: 3px solid #000;
  border: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items {
  padding-right: 8px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item {
  margin-top: 20px;
  padding: 0;
  border: none;
  display: grid;
  grid-template-areas: 'image name price' 'image qtd price';
  grid-template-rows: 35px auto;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .url {
  grid-area: image;
  border-radius: 0 !important;
  max-width: 71px;
  max-height: 100px;
  width: 71px;
  height: 100%;
  margin-right: 25px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .url .photo {
  width: 100%;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-cart-template-holder
  .cart
  .cart-items
  .item
  .product-name {
  grid-area: name;
  color: #000;
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  white-space: normal;
  width: calc(100% - 25px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .quantity {
  grid-area: qtd;
  position: relative;
  font-size: 10px;
  font-family: 'Montserrat';
  line-height: 17px;
  letter-spacing: 1px;
  color: #000;
  min-width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-cart-template-holder
  .cart
  .cart-items
  .item
  .quantity::after {
  content: ' unidade(s)';
  padding-left: 5px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .description {
  grid-area: price;
  margin: 0;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-cart-template-holder
  .cart
  .cart-items
  .item
  .description
  .shipping-date {
  display: none;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-cart-template-holder
  .cart
  .cart-items
  .item
  .description
  .item-price-subtotal {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-cart-template-holder
  .cart
  .cart-items
  .item
  .description
  .price {
  display: none;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap {
  display: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form {
  display: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  height: 40px !important;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-coupon-wrap
  .coupon-form
  input:focus-visible {
  outline: none;
  box-shadow: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form button {
  border-radius: 0 !important;
  color: #fff !important;
  background: #000 !important;
  border: solid 1px #000 !important;
  height: 40px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  justify-content: center;
  transition: all 0.2s;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-coupon-wrap
  .coupon-form
  button:hover {
  opacity: 0.8;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers {
  margin: 0 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list {
  padding: 0;
  margin: 0 !important;
  border: none;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .Items
  .info,
.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .Discounts
  .info,
.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .srp-summary-result
  .info {
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
  padding: 0 !important;
  margin: 0;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .Items
  .monetary,
.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .Discounts
  .monetary,
.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .srp-summary-result
  .monetary {
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
  margin: 0 0 0 auto;
  padding: 0;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .Items {
  margin-top: 25px;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .Discounts {
  margin-top: 15px;
}

.cart-template.mini-cart
  .custom-cart-template-wrap
  .summary-template-holder
  .summary-totalizers
  .totalizers-list
  .srp-summary-result {
  margin-top: 15px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot {
  padding: 27px 0 !important;
  display: block;
}

@media (max-width: 520px) {
  .cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot {
    /* padding: 27px 0 0 0 !important; */
  }
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot .info {
  padding: 0 !important;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot .monetary {
  padding: 0 !important;
  font-size: 20px;
  font-family: 'Montserrat';
  line-height: 25px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  width: auto;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap {
  margin: 0;
}

@media (max-width: 520px) {
  .cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap {
    /* padding: 10px 25px; */
    position: relative !important;
  }
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button {
  margin: 0;
  height: 50px;
  border: solid 1px #000;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button .icon-lock {
  display: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button span {
  color: #fff;
  font-size: 17px !important;
  font-family: 'Montserrat';
  line-height: 22px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button:hover {
  opacity: 0.8;
}

.identified-user-modal {
  background: #000 !important;
}

.identified-user-modal p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.identified-user-modal button {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-show-app .modal-header .vtexIdUI-header .vtexIdUI-user {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}

.vtexIdUI-show-app .modal-header h4.vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-show-app .modal-body #loginWithAccessKeyBtn {
  background: #000 !important;
  border: 1px solid #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-show-app .modal-body #loginWithUserAndPasswordBtn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-classic-login .modal-header .vtexIdUI-header .vtexIdUI-user {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}

.vtexIdUI-classic-login .modal-header h4 .vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-classic-login .modal-footer #classicLoginBtn {
  background: #000 !important;
  border-color: #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-classic-login .modal-footer .vtexIdUI-back-link .vtexid-icon-arrow-left {
  display: none;
}

.vtexIdUI-classic-login .modal-footer .vtexIdUI-back-link span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-confirm-email .modal-header .vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-confirm-email .modal-footer #sendAccessKeyBtn {
  background: #000 !important;
  border-color: #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-confirm-email .modal-footer .vtexIdUI-back-link .vtexid-icon-arrow-left {
  display: none;
}

.vtexIdUI-confirm-email .modal-footer .vtexIdUI-back-link span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-auth-code .modal-header h4 .vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-auth-code .modal-body input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.vtexIdUI-auth-code .modal-body input:focus-visible {
  outline: none;
  box-shadow: none;
}

.vtexIdUI-auth-code .modal-footer #confirmLoginAccessKeyBtn {
  background: #000 !important;
  border-color: #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-auth-code .modal-footer .vtexIdUI-back-link .vtexid-icon-arrow-left {
  display: none;
}

.vtexIdUI-auth-code .modal-footer .vtexIdUI-back-link span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.payment-confirmation-modal {
  background: #000 !important;
}

.payment-confirmation-modal .payment-confirmation-modal-body {
  background: #000 !important;
}

.payment-confirmation-modal .payment-confirmation-modal-body .payment-confirmation-thanks {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.payment-confirmation-modal .payment-confirmation-modal-body .payment-confirmation-message {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.header_component {
  background: #ffffff;
}

.header_component .header.container .content {
  padding: 8px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: unset;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content {
    padding: 10px 20px 20px 20px;
  }

  .header_component .header.container .content .steps-container {
    flex: 100%;
  }
}

.header_component .header.container .content .logo-container img {
  max-width: 70px;
  max-height: 32px;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content .logo-container img {
    order: 1;
  }
}

.header_component .header.container .content .steps-container {
  display: flex;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content .steps-container {
    order: 3;
    justify-content: center;
    margin-top: 20px;
  }

  .header_component .header.container .content .steps-container .step-item.id-step {
    display: none;
  }
}

.header_component .header.container .content .steps-container .step-item {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  transition: 0.3s color;
}

.header_component .header.container .content .steps-container .step-item + .step-item::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 10px;
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s background;
}

.header_component .header.container .content .steps-container .step-item.active {
  color: rgb(0, 0, 0);
}

.header_component .header.container .content .steps-container .step-item.active::before {
  background: rgb(0, 0, 0);
}

.header_component .header.container .content .secure-site {
  display: flex;
  align-items: center;
  gap: 19px;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content .secure-site {
    order: 2;
  }
}

.header_component .header.container .content .secure-site span {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #000000;
}

@media (min-width: 1025px) {
  .header_component {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .header_component {
    margin-bottom: 20px;
  }
}

.footer-checkout {
  background-color: #ffffff;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info {
  display: flex;
  align-items: center;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info div {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-checkout .footer-checkout__container .footer-checkout__corporate-texts .div {
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.1em;
}

.footer-checkout .footer-checkout__container .footer-checkout__corporate-texts .footer-checkout__corporate-adress {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .footer-checkout .footer-checkout__container {
    padding-top: 18px;
    padding-bottom: 25px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment {
    margin-bottom: 25px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments {
    margin-left: 20px;
  }
}

@media (min-width: 1280px) {
  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments {
    gap: 35px;
    margin-left: 35px;
  }
}

@media (max-width: 1024px) {
  .footer-checkout {
    background-color: #f5f5f5;
    padding-bottom: 47px;
  }

  .footer-checkout .footer-checkout__container {
    border-top: solid 1px #e5e5e5;
    padding-top: 20px;
    position: relative;
    padding-bottom: 50px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info {
    width: 100%;
    flex-direction: column;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-checkout
    .footer-checkout__container
    .footer-checkout__payment
    .footer-checkout__payments-info
    .footer-checkout__payments {
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payments-corebiz {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: center;
  }
}

html,
body {
  height: 100%;
  background-color: #f5f5f5;
}

html::before,
body::before {
  display: none !important;
}

html {
  box-sizing: border-box;
}

html * {
  box-sizing: inherit;
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
}

@media (min-width: 1025px) {
  .container {
    margin: auto;
    max-width: 97% !important;
    padding: 0px 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 95.5% !important;
  }
}

@media (min-width: 1445px) {
  .container {
    max-width: 1440px !important;
    padding: 0px 20px;
  }
}

@media (max-width: 1024px) {
  .container:not(.container-cart) {
    width: 100% !important;
  }
}

.footer-checkout__container {
  padding: 0px 38px;
}

@media (min-width: 1025px) {
  .footer-checkout__container {
    margin: auto;
    max-width: 95%;
    padding: 0px 10px;
  }
}

@media (min-width: 1280px) {
  .footer-checkout__container {
    max-width: 1220px;
    padding: 0px 10px;
  }
}

.checkout-container {
  display: flex;
  justify-content: center;
}

.checkout-container .orderform-template {
  max-width: 1220px;
  padding: 0px 10px;
}

.checkout-container .orderform-template .orderform-template-holder {
  width: 100% !important;
}

@media (min-width: 521px) {
  .checkout-container .orderform-template .orderform-template-holder {
    padding-right: 50px;
  }
}

@media (min-width: 521px) {
  .checkout-container .orderform-template .cart-template {
    width: 390px !important;
    min-width: 390px !important;
  }
}

@media (max-width: 520px) {
  .checkout-container .orderform-template .cart-template {
    width: 100% !important;
    min-width: auto;
  }
}

.cart-more-options #shipping-preview-container {
  display: block !important;
}

@media (max-width: 689px) {
  .cart-more-options #shipping-preview-container {
    display: block !important;
  }
}

.launcher {
  bottom: 30px;
}

#payment-group-promissoryPaymentGroup {
  display: none;
}

.cart-more-options .srp-container .srp-main-title {
  display: flex;
  flex-direction: column;
}

/* .cart-more-options .srp-container .srp-main-title::after {
  content: 'Observação: Pedidos podem sofrer alterações em seus prazos de entrega devido a greves dos Correios';
  font-size: 12px;
  font-weight: normal;
} */

.cart-more-options .srp-container .srp-main-title::after::first-letter {
  font-weight: bold;
}

.totalizers.summary-totalizers.cart-totalizers table.table {
  display: flex;
  flex-direction: column;
}

.totalizers.summary-totalizers.cart-totalizers table.table .shipping-calculate {
  order: 0;
}

.totalizers.summary-totalizers.cart-totalizers table.table .totalizers-list {
  order: 1;
}

.totalizers.summary-totalizers.cart-totalizers table.table > tfoot {
  order: 2;
  padding-top: 0 !important;
}

.cart-more-options .srp-container .onda-v1 .blue {
  color: #000000;
  outline: none;
}

.cart-more-options .srp-container button.shp-open-options {
  border-color: #000000;
}

.cart-more-options .srp-container .onda-v1 .b--blue {
  border-color: #000000;
  outline: none;
}

.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive {
  background: #000000;
  border-color: #000000;
  border-radius: 0;
}

input#cart-coupon::placeholder {
  font-size: 0;
}

input#cart-coupon {
  background-position: 8px 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='16' viewBox='0 0 51 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09375 11.5312C8.26562 11.9688 7.23438 12.1875 6 12.1875C4.40625 12.1875 3.13021 11.6745 2.17188 10.6484C1.21354 9.6224 0.734375 8.27604 0.734375 6.60938C0.734375 4.81771 1.27344 3.36979 2.35156 2.26562C3.42969 1.16146 4.79688 0.609375 6.45312 0.609375C7.51562 0.609375 8.39583 0.763021 9.09375 1.07031V2.46875C8.29167 2.02083 7.40625 1.79688 6.4375 1.79688C5.15104 1.79688 4.10677 2.22656 3.30469 3.08594C2.50781 3.94531 2.10938 5.09375 2.10938 6.53125C2.10938 7.89583 2.48177 8.98438 3.22656 9.79688C3.97656 10.6042 4.95833 11.0078 6.17188 11.0078C7.29688 11.0078 8.27083 10.7578 9.09375 10.2578V11.5312ZM17.6719 12H16.3906V10.7344H16.3594C15.8281 11.7031 15.0052 12.1875 13.8906 12.1875C11.9844 12.1875 11.0312 11.0521 11.0312 8.78125V4H12.3047V8.57812C12.3047 10.2656 12.9505 11.1094 14.2422 11.1094C14.8672 11.1094 15.3802 10.8802 15.7812 10.4219C16.1875 9.95833 16.3906 9.35417 16.3906 8.60938V4H17.6719V12ZM21.5781 10.8438H21.5469V15.6797H20.2656V4H21.5469V5.40625H21.5781C22.2083 4.34375 23.1302 3.8125 24.3438 3.8125C25.375 3.8125 26.1797 4.17188 26.7578 4.89062C27.3359 5.60417 27.625 6.5625 27.625 7.76562C27.625 9.10417 27.2995 10.1771 26.6484 10.9844C25.9974 11.7865 25.1068 12.1875 23.9766 12.1875C22.9401 12.1875 22.1406 11.7396 21.5781 10.8438ZM21.5469 7.61719V8.73438C21.5469 9.39583 21.7604 9.95833 22.1875 10.4219C22.6198 10.8802 23.1667 11.1094 23.8281 11.1094C24.6042 11.1094 25.2109 10.8125 25.6484 10.2188C26.0911 9.625 26.3125 8.79948 26.3125 7.74219C26.3125 6.85156 26.1068 6.15365 25.6953 5.64844C25.2839 5.14323 24.7266 4.89062 24.0234 4.89062C23.2786 4.89062 22.6797 5.15104 22.2266 5.67188C21.7734 6.1875 21.5469 6.83594 21.5469 7.61719ZM33.0156 12.1875C31.8333 12.1875 30.888 11.8151 30.1797 11.0703C29.4766 10.3203 29.125 9.32812 29.125 8.09375C29.125 6.75 29.4922 5.70052 30.2266 4.94531C30.9609 4.1901 31.9531 3.8125 33.2031 3.8125C34.3958 3.8125 35.3255 4.17969 35.9922 4.91406C36.6641 5.64844 37 6.66667 37 7.96875C37 9.24479 36.638 10.2682 35.9141 11.0391C35.1953 11.8047 34.2292 12.1875 33.0156 12.1875ZM33.1094 4.89062C32.2865 4.89062 31.6354 5.17188 31.1562 5.73438C30.6771 6.29167 30.4375 7.0625 30.4375 8.04688C30.4375 8.99479 30.6797 9.74219 31.1641 10.2891C31.6484 10.8359 32.2969 11.1094 33.1094 11.1094C33.9375 11.1094 34.5729 10.8411 35.0156 10.3047C35.4635 9.76823 35.6875 9.00521 35.6875 8.01562C35.6875 7.01562 35.4635 6.24479 35.0156 5.70312C34.5729 5.16146 33.9375 4.89062 33.1094 4.89062ZM50.4062 12H49.125V7.40625C49.125 6.52083 48.987 5.88021 48.7109 5.48438C48.4401 5.08854 47.9818 4.89062 47.3359 4.89062C46.7891 4.89062 46.3229 5.14062 45.9375 5.64062C45.5573 6.14062 45.3672 6.73958 45.3672 7.4375V12H44.0859V7.25C44.0859 5.67708 43.4792 4.89062 42.2656 4.89062C41.7031 4.89062 41.2396 5.1276 40.875 5.60156C40.5104 6.07031 40.3281 6.68229 40.3281 7.4375V12H39.0469V4H40.3281V5.26562H40.3594C40.9271 4.29688 41.7552 3.8125 42.8438 3.8125C43.3906 3.8125 43.8672 3.96615 44.2734 4.27344C44.6797 4.57552 44.9583 4.97396 45.1094 5.46875C45.7031 4.36458 46.5885 3.8125 47.7656 3.8125C49.526 3.8125 50.4062 4.89844 50.4062 7.07031V12Z' fill='%23D5D5D5'/%3E%3C/svg%3E%0A");
}

input#cart-coupon:focus,
input#cart-coupon:focus:not(:placeholder-shown) {
  background-image: none;
}

input#cart-coupon:not(:placeholder-shown) {
  background-image: none;
}

/* ========== CAMPO DO VENDEDOR ========== */
.campo-do-vendedor.summary-seller-wrap {
  margin-bottom: 10px !important;
}

.campo-do-vendedor form.codigo-vendedor > span {
  display: flex !important;
  position: relative !important;
}

.campo-do-vendedor input#codigo-vendedor {
  border-radius: 0px !important;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff !important;
  height: 50px !important;
  width: 100% !important;
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0.01em !important;
  color: #000000 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 8px !important;
}

.campo-do-vendedor input#codigo-vendedor:focus,
.campo-do-vendedor input#codigo-vendedor:active {
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff !important;
}

.campo-do-vendedor input#codigo-vendedor::placeholder {
  opacity: 0.4;
}

.campo-do-vendedor button.btn-seller-add {
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  height: 34px !important;
  background-color: #fff !important;
  text-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  cursor: pointer !important;
}

.campo-do-vendedor button.btn-seller-add:hover,
.campo-do-vendedor button.btn-seller-add:focus {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff !important;
}

/* Vendedor aplicado */
.seller-code-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.seller-code-applied .seller-code-label {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  color: #444444;
}

.seller-code-applied .seller-code-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.seller-code-applied .seller-code-name {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 12px;
  color: #000000;
}

.seller-code-applied .seller-code-remove {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.seller-code-applied .seller-code-remove:hover {
  color: #000000;
}

/* Mensagens VTEX customizadas */
.vtex-messages-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vtex-message {
  padding: 12px 40px 12px 15px;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  min-width: 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.vtex-message.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.vtex-message.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.vtex-message .close-message {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
}

.vtex-message .close-message:hover {
  opacity: 1;
}


/* source: <joge.checkout-ui-custom@0.2.11> */
﻿/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";

.body-cart .container #cart-title {
  font-size: 0px !important;
  display: block !important;
  line-height: inherit;
  margin-bottom: 25px;
}

.body-cart .container #cart-title::before {
  content: 'Carrinho';
  font-size: 34px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: 'Montserrat';
}

.body-cart .container .cart-template .cart-template-holder .product-item {
  border: none;
  background-color: #fff;
  border-radius: 0px !important;
  margin-bottom: 20px;
}

.body-cart .container .cart-template .cart-template-holder .cart {
  border: none;
  padding: 0;
  background: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items {
  background-color: #ffffff;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr>th {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  letter-spacing: 0.1em;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr {
    margin-right: 50px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.product-price {
    min-width: 125px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.quantity {
    min-width: 140px;
  }
}

@media (max-width: 1024px) {

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.product-price,
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.product,
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items thead tr th.quantity {
    display: none;
  }
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-image {
  min-width: 66px;
  padding: 0px;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-image a {
  width: auto !important;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-image img {
  width: 66px;
  min-width: 66px;
  height: auto;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name .brand,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name .seller {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name a {
  font-family: 'Montserrat';
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name .add-item-attachment-container,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name .clone-item-container,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name .clone-item-sep,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name .clone-item {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .shipping-date {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price {
  display: none !important;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .old-product-price {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #626262;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price br {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .best-price,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .new-product-price {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .old-product-price-label,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .new-product-price-label,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .new-product-real-price,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .manualprice-link-remove,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .price-details,
.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .new-product-real-price-per-unit {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity {
  border: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity input {
  border: none;
  box-shadow: none;
  background: none;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  border-radius: 0px !important;
  height: 40px !important;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change {
  height: 40px;
  padding: 0;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change i {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-decrement {
  border: solid 1px #000000;
  border-right: none;
  border-radius: 0px !important;
  height: 40px;
  width: 25px;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-decrement::before {
  content: '-';
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: #000;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-increment {
  border: solid 1px #000000;
  border-left: none;
  height: 40px;
  width: 25px;
  border-radius: 0px !important;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-increment::before {
  content: '+';
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: #000;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-unit-label {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity-price {
  display: block !important;
  min-width: 120px;
  width: 90px !important;
  white-space: nowrap;
  margin: 0 10px;
  line-height: 16px;
}

@media screen and (max-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity-price {
    position: absolute;
    top: 0px;
    right: 4px;
    margin: 0;
  }
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity-price .total-price {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #626262;
  text-decoration: line-through;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity-price .total-selling-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity-price .total-selling-price {
    font-weight: 500;
    font-size: 14px;
  }
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove {
  margin-right: 25px;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove .item-remove-ico::before {
  content: '';
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M2.5 6H4.5H20.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M7.5 6V4C7.5 3.46957 7.71071 2.96086 8.08579 2.58579C8.46086 2.21071 8.96957 2 9.5 2H13.5C14.0304 2 14.5391 2.21071 14.9142 2.58579C15.2893 2.96086 15.5 3.46957 15.5 4V6M18.5 6V20C18.5 20.5304 18.2893 21.0391 17.9142 21.4142C17.5391 21.7893 17.0304 22 16.5 22H6.5C5.96957 22 5.46086 21.7893 5.08579 21.4142C4.71071 21.0391 4.5 20.5304 4.5 20V6H18.5Z%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M9.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M13.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e');
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove .item-remove-ico:hover {
  opacity: 0.5;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-image {
    min-width: 66px;
    padding: 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-image a {
    width: auto !important;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-image img {
    width: 66px;
    min-width: 66px;
    height: auto;
    padding-left: 5px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-name a {
    font-family: 'Montserrat';
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price {
    display: none !important;
    min-width: 120px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .best-price,
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .product-price .new-product-price {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity {
    grid-area: quantidade;
    display: grid;
    grid-template-areas: 'decr incr qtd';
    max-width: 120px;
    border: none;
    margin-left: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 137px;
    max-width: 140px !important;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity input {
    border: none;
    box-shadow: none;
    background: none;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000000;
    border-radius: 0px !important;
    height: 40px !important;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: initial;
    padding: 0;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change i {
    display: none;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-decrement {
    border: solid 1px #000000;
    border-right: none;
    border-radius: 0px !important;
    width: 40px;
    height: 40px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-decrement::before {
    content: '-';
    height: 20px;
    width: 20px;
    font-size: 12px;
    color: #000;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-increment {
    border: solid 1px #000000;
    border-left: none;
    width: 40px;
    height: 40px;
    border-radius: 0px !important;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-increment::before {
    content: '+';
    height: 20px;
    width: 20px;
    font-size: 12px;
    color: #000;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity input {
    width: 57px !important;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-decrement {
    justify-content: end;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-quantity-change-increment {
    justify-content: start;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .quantity .item-unit-label {
    display: none;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove {
    margin-right: 25px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove .item-remove-ico::before {
    content: '';
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M2.5 6H4.5H20.5%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M7.5 6V4C7.5 3.46957 7.71071 2.96086 8.08579 2.58579C8.46086 2.21071 8.96957 2 9.5 2H13.5C14.0304 2 14.5391 2.21071 14.9142 2.58579C15.2893 2.96086 15.5 3.46957 15.5 4V6M18.5 6V20C18.5 20.5304 18.2893 21.0391 17.9142 21.4142C17.5391 21.7893 17.0304 22 16.5 22H6.5C5.96957 22 5.46086 21.7893 5.08579 21.4142C4.71071 21.0391 4.5 20.5304 4.5 20V6H18.5Z%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M9.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M13.5 11V17%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e');
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .item-remove .item-remove-ico:hover {
    opacity: 0.5;
  }
}

@media (max-width: 690px) {
  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item {
    background: #ffffff;
    margin-bottom: 15px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-item .v-custom-product-item-wrap {
    padding: 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .item-remove {
    top: unset !important;
    bottom: 5px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .item-remove .item-link-remove {
    display: contents;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-price {
    position: absolute;
    top: 0px;
    right: 4px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-price .best-price {
    margin: 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .product-name {
    max-width: 55%;
  }
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .item-attachments-head {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .cart .table.cart-items tbody .item-attachments-content {
  display: none;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping {
  display: flex;
  margin: 20px 0px;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent p {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  max-width: 238px;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent div {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent div {
    text-align: center;
  }
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutTextContent div span {
  font-weight: bold;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping,
.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock {
  display: flex;
  align-items: center;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping::before {
  content: '';
  width: 61px;
  height: 36px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2763%27 height=%2738%27 viewBox=%270 0 63 38%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M19.7899 37C21.0603 37 22.2786 36.5259 23.1769 35.682C24.0752 34.8381 24.5798 33.6935 24.5798 32.5C24.5798 31.3065 24.0752 30.1619 23.1769 29.318C22.2786 28.4741 21.0603 28 19.7899 28C18.5196 28 17.3012 28.4741 16.4029 29.318C15.5047 30.1619 15 31.3065 15 32.5C15 33.6935 15.5047 34.8381 16.4029 35.682C17.3012 36.5259 18.5196 37 19.7899 37ZM48.2101 37C49.4804 37 50.6988 36.5259 51.5971 35.682C52.4953 34.8381 53 33.6935 53 32.5C53 31.3065 52.4953 30.1619 51.5971 29.318C50.6988 28.4741 49.4804 28 48.2101 28C46.9397 28 45.7214 28.4741 44.8231 29.318C43.9248 30.1619 43.4202 31.3065 43.4202 32.5C43.4202 33.6935 43.9248 34.8381 44.8231 35.682C45.7214 36.5259 46.9397 37 48.2101 37Z%27 stroke=%27black%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M23.3529 30H39V2.58182C39 2.16229 38.8284 1.75995 38.523 1.4633C38.2176 1.16666 37.8034 1 37.3714 1H1M14.4118 30H8.05714C7.84328 30 7.6315 29.9591 7.43392 29.8796C7.23633 29.8001 7.0568 29.6836 6.90557 29.5367C6.75434 29.3898 6.63438 29.2154 6.55254 29.0235C6.4707 28.8316 6.42857 28.6259 6.42857 28.4182V15.5%27 stroke=%27black%27 stroke-linecap=%27round%27/%3e%3cpath d=%27M3 8L10 8%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M39 8H55.1288C55.4622 8.00008 55.7884 8.09259 56.0681 8.26634C56.3477 8.44009 56.5687 8.68763 56.7043 8.979L61.8505 20.056C61.9485 20.2663 61.9995 20.494 62 20.7242V28.35C62 28.5667 61.9554 28.7812 61.8687 28.9814C61.782 29.1816 61.6549 29.3635 61.4948 29.5167C61.3346 29.6699 61.1444 29.7915 60.9351 29.8744C60.7258 29.9573 60.5015 30 60.275 30H52.8%27 stroke=%27black%27 stroke-linecap=%27round%27/%3e%3cpath d=%27M38 30H44%27 stroke=%27black%27/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock::before {
  content: '';
  width: 34px;
  height: 36px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%2733%27 height=%2736%27 viewBox=%270 0 33 36%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg clip-path=%27url%28%23clip0_4134_29791%29%27%3e%3cpath d=%27M6.33333 1L1 8V32.5C1 33.4283 1.3746 34.3185 2.0414 34.9749C2.70819 35.6313 3.61256 36 4.55556 36H29.4444C30.3874 36 31.2918 35.6313 31.9586 34.9749C32.6254 34.3185 33 33.4283 33 32.5V8L27.6667 1H6.33333Z%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M1 8H33%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M24 15C24 16.8565 23.2625 18.637 21.9497 19.9497C20.637 21.2625 18.8565 22 17 22C15.1435 22 13.363 21.2625 12.0503 19.9497C10.7375 18.637 10 16.8565 10 15%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath id=%27clip0_4134_29791%27%3e%3crect width=%2733%27 height=%2736%27 fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping {
    flex-direction: column;
    margin: 50px 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping .aboutTextContent {
    margin-top: 18px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock {
    flex-direction: column;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock .aboutTextContent {
    margin-top: 18px;
  }
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping {
    margin: 34px 0px;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping {
    display: flex;
    align-items: center;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #626262;
  }

  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutShipping .aboutTextContent,
  .body-cart .container .cart-template .cart-template-holder .containerAboutShipping .aboutStock .aboutTextContent {
    margin-left: 24px;
  }
}

@media (max-width: 690px) {
  .body-cart .container .cart-template .cart-template-holder .cart-items {
    background: #f4f2f2 !important;
  }
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-template-holder {
    width: 100% !important;
  }
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-template-holder {
    margin-left: 0px;
  }
}

.body-cart .container .cart-template .summary-template-holder {
  background: white;
  padding: 20px;
  border: none;
  position: unset;
  z-index: 1;
}

.body-cart .container .cart-template .summary-template-holder::before {
  content: 'Resumo do pedido';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .summary-template-holder {
    margin: 0;
    flex-direction: column;
    flex: 1;
    display: flex;
    border-radius: 0px !important;
    padding-bottom: 0;
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 1025px) and (min-width: 1400px) {
  .body-cart .container .cart-template .summary-template-holder {
    margin-left: 50px;
  }
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .summary-template-holder {
    width: 100%;
  }
}

.body-cart .container .cart-template .summary-template-holder .shipping-bar p {
  margin: 10px 3px 0px 3px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: initial;
}

.body-cart .container .cart-template .summary-template-holder tbody {
  border: none;
  padding: 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .srp-summary-result .info {
  font-size: 0 !important;
}

.body-cart .container .cart-template .summary-template-holder .summary .srp-summary-result .info::before {
  content: 'Frete:';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers {
  width: 100%;
  padding: 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers .accordion-group {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  border-radius: 0px !important;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers .accordion-group {
    margin-top: 10px;
  }
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr td {
  width: auto;
  padding: 7px 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .info {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .info::after {
  content: ':';
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .monetary {
  text-align: right;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tr .empty {
  width: 0;
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers .Shipping {
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tfoot tr td {
  font-weight: 700;
  padding: 21px 0 15px 0;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tfoot tr td.info {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary .summary-totalizers tfoot tr td.monetary {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary>.summary-coupon-wrap {
  display: none !important;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .coupon-label label {
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon {
  margin: 0;
}

@media (max-width: 768px) {
  .body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon {
    width: 100% !important;
  }
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-data {
  margin: 0;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-data .link-coupon-add {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-data .link-coupon-add span:first-child {
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-data .link-coupon-add span:last-child {
  font-size: 0;
  padding-bottom: 20px;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-data .link-coupon-add span:last-child::after {
  content: 'Adicionar cupom de desconto';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #444444;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset>div {
  text-align: left;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset>div .coupon-label {
  display: none;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields>span {
  display: flex;
  position: relative;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields input {
  border-radius: 0px !important;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  height: 50px;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000000;
  box-shadow: none;
  padding: 0;
  margin: 0;
  padding-left: 8px;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields input:focus,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields input:active,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields input:visited,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields input:focus-visible {
  box-shadow: none;
  outline: none;
  background-color: #fff;
  background: #fff;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields input::placeholder {
  opacity: 0.4;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields input {
    width: 99%;
    opacity: 1;
  }
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields .loading-inline {
  display: flex !important;
  align-items: center;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields .loading-inline span {
  display: none !important;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields button {
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px !important;
  height: 34px;
  background-color: #fff;
  text-shadow: none;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 0;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields button:hover,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields button:focus,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields button:active,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields button:visited,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields button:focus-visible {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  background: #fff;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-coupon .coupon-fieldset .coupon-fields button::before {
  content: 'Aplicar';
  font-size: 15px;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields {
  position: relative;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields input {
  border-radius: 0px !important;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  height: 50px;
  width: 98%;
  margin-right: 16px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #111;
  opacity: 0.4;
  box-shadow: none;
  padding: 0;
  padding-left: 6px;
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields input {
    width: 99%;
    opacity: 1;
  }
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields button {
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px !important;
  height: 34px;
  background-color: #fff;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields button:hover,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields button:focus,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields button:active,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields button:visited,
.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .codesale-fields button:focus-visible {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  background: #fff;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .info.exitCoupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 6px;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .info.exitCoupon button {
  position: initial;
}

.body-cart .container .cart-template .summary-template-holder .summary-coupon-wrap .summary-codesale .info.exitCoupon .seller-code-informations {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #111;
  text-align: left;
}

.body-cart .container .cart-template tbody.shipping-calculate {
  display: block !important;
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.body-cart .container .cart-template tbody.shipping-calculate tr {
  width: 100%;
}

.body-cart .container .cart-template tbody.shipping-calculate>tr>td {
  display: none !important;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code {
  display: none !important;
  margin-left: 0;
  width: 100% !important;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping {
  width: 100%;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .postal-code-service {
  text-align: right;
  margin-top: 10px;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .postal-code-service a#cart-dont-know-postal-code {
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  color: #888888;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .shipping-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 0px !important;
  background: #ffffff;
  height: 50px;
  width: 100%;
  position: relative;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .shipping-fields input {
  border: none;
  height: 100%;
  padding: 0 8px;
  flex-grow: 1;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .shipping-fields input::placeholder {
  opacity: 0.4;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .shipping-fields button#cart-shipping-calculate {
  height: 40px;
  border: 1px solid #000000;
  border-radius: 0px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  flex-shrink: 1;
  margin-right: 8px;
}

.body-cart .container .cart-template tbody.shipping-calculate td.form-postal-code .shipping-fieldset .shipping-fields span.error {
  position: absolute;
  top: calc(100% + 10px);
  color: #e12d2d;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

.body-cart .container .cart-template .cart-links-bottom {
  position: unset;
  background: white;
  margin: 0;
  padding: 20px 0;
  border: none;
  border-radius: 0px !important;
  padding-top: 0;
  height: max-content;
  display: grid;
  grid-template-areas: 'finalizar' 'continuar' 'barraFrete';
}

.onda-v1 .bg-washed-blue {
  background: #ffffff;
  border-radius: 0;
}

.onda-v1 .bg-washed-blue:hover {
  background: #ffffff;
  border-radius: 0;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-links-bottom {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .body-cart .container .cart-template .cart-links-bottom {
    float: none;
    width: 100%;
    width: calc(100% + 34px);
    margin-left: -17px;
  }

  .body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper {
    display: flex;
    justify-content: center;
  }
}

.body-cart .container .cart-template .cart-links-bottom .shipping-bar .bar {
  border: 0.5px solid #000000;
}

.body-cart .container .cart-template .cart-links-bottom .shipping-bar p {
  margin: 10px 3px 0px 3px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: initial;
}

.body-cart .container .cart-template .cart-links-bottom tbody {
  border: none;
  padding: 0;
}

.body-cart .container .cart-template .cart-links-bottom .summary .srp-summary-result .info {
  font-size: 0 !important;
}

.body-cart .container .cart-template .cart-links-bottom .summary .srp-summary-result .info::before {
  content: 'Frete:';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper {
  grid-area: finalizar;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform,
.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button {
  height: 50px;
  background: #000000;
  border: none;
  border-radius: 0px !important;
  font-size: 0;
  text-transform: none;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform:hover,
.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button:hover {
  opacity: 0.8;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform::after,
.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button::after {
  font-family: 'Montserrat';
  content: 'Finalizar compra';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
}

@media (min-width: 1025px) {
  .body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button-container {
    display: none;
  }
}

.body-cart .container .cart-template .cart-links-bottom .btn-place-order-wrapper .floating-button-container .floating-button {
  margin: 0;
}

.body-cart .container .cart-template .cart-links-bottom .link-choose-more-products-wrapper {
  grid-area: continuar;
  display: block;
  margin-bottom: 30px;
}

.body-cart .container .cart-template .cart-links-bottom .link-choose-more-products-wrapper #cart-choose-more-products {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 0;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px !important;
  margin: 0;
  height: 50px;
  display: flex;
  justify-content: center;
}

.body-cart .container .cart-template .cart-links-bottom .link-choose-more-products-wrapper #cart-choose-more-products::after {
  content: 'CONTINUAR COMPRANDO';
  font-size: 17px;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar {
  grid-area: barraFrete;
  margin-top: 25px;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar .shipping-bar {
  border: 0.5px solid #000000;
  height: 9px;
  margin-bottom: 10px;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar .shipping-bar .bar {
  background-color: #000000;
  height: 100%;
}

.body-cart .container .cart-template .cart-links-bottom .free-shipping-bar .text {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000000;
}

@media (min-width: 1025px) {
  .body-cart .container.container-cart {
    padding-top: 0;
  }
}

.body-cart .container .empty-cart-content #cart-choose-products {
  background: #000000;
  border: none;
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
}

.body-cart .vitrine {
  width: 100%;
  text-align: center;
}

.body-cart .vitrine .title {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 45px;
}

.body-cart .vitrine .title::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 225px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width=%27229%27 height=%2736%27 viewBox=%270 0 229 36%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M2.35772 33.6789C6.8537 33.6789 10.868 22.3318 13.7583 22.3318C16.0062 22.3318 14.1864 31.5379 16.8091 31.5379C19.6994 31.5379 22.6432 23.884 24.9982 23.884C26.5504 23.884 29.1195 30.5745 32.9197 30.5745C34.5254 30.5745 36.5593 29.6111 38.3791 28.38C40.8412 26.6673 41.9117 25.6503 41.9117 25.4362C41.9117 25.1686 41.0018 25.5968 39.4496 26.6137C38.1115 27.5236 36.7734 28.273 36.1311 28.273C32.0098 28.273 30.2435 21.2079 27.1392 21.2079C24.0348 21.2079 20.9839 27.6842 19.6994 27.6842C19.5388 27.6842 19.4318 27.2025 19.3247 26.7208C19.1641 25.4897 19.7529 25.4362 18.8965 21.3684C18.5754 19.8698 17.9331 18.5852 16.595 18.5852C12.3131 18.5852 7.33541 30.4139 5.08742 30.4139C4.44514 30.4139 4.23104 29.5575 4.23104 29.0223C4.23104 25.4362 8.83408 22.653 8.83408 19.6557C8.83408 19.281 8.56646 18.9063 8.13827 18.9063C5.30152 18.9063 0.270294 28.9153 0.270294 31.5914C0.270294 32.6619 1.23372 33.6789 2.35772 33.6789ZM41.802 31.6985C43.7289 31.6985 47.9037 24.4193 49.9911 24.4193C50.901 24.4193 52.7208 30.2533 57.2168 30.2533C60.0536 30.2533 64.6566 26.9349 66.5835 24.6869C66.637 24.5798 66.6905 24.4728 66.6905 24.3657C66.6905 24.0446 66.9046 24.7404 62.9974 27.149C61.7128 27.9518 60.3212 28.5406 59.1972 28.5406C54.3266 28.5406 53.7913 21.4755 52.025 21.4755C51.3292 21.4755 50.9546 21.5825 50.7405 21.7966C50.2588 22.1713 50.0447 22.4389 49.9376 22.5995C50.2052 22.1178 50.4193 21.3684 50.4193 20.8332C50.4193 19.4951 49.2418 18.7993 48.2784 18.7993C44.4782 18.7993 39.5005 24.5798 39.5005 29.1829C39.5005 30.7886 40.571 31.6985 41.802 31.6985ZM43.8359 27.8983C43.4613 27.8983 43.2472 27.4701 43.2472 27.0955C43.2472 25.9179 47.2079 22.9206 48.1713 22.9206C48.439 22.9206 48.8136 23.0812 48.8136 23.4558C48.8136 24.5263 44.7993 27.8983 43.8359 27.8983ZM69.2634 16.3907C70.762 16.3907 73.2776 15.1062 73.2776 14.3033C73.2776 13.7145 72.1536 13.1793 70.9761 13.1793C69.5845 13.1793 68.2999 14.1963 68.2999 15.2667C68.2999 15.909 68.7281 16.3907 69.2634 16.3907ZM70.8155 30.8421C72.8494 30.8421 75.258 30.1463 77.8807 28.8082C81.0921 27.149 83.5542 25.3292 83.5542 24.5263L83.5007 24.4193C82.7513 24.901 82.109 25.4897 81.3597 26.132C78.4159 28.5941 75.4186 29.9322 72.8494 29.9322C70.4409 29.9322 69.1563 28.7012 69.1563 26.2926C69.1563 24.5798 69.7451 23.5094 69.7451 22.5459C69.7451 21.5825 69.2098 20.8867 68.4605 20.8867C67.1224 20.8867 65.8914 23.4558 65.8914 26.2926C65.8914 29.1829 67.7112 30.8421 70.8155 30.8421ZM87.6421 29.0223C87.6421 27.4166 85.3406 26.0785 85.3406 23.777C86.304 23.0812 90.0507 20.0839 90.0507 18.7993C90.0507 18.1035 89.1408 18.157 88.659 18.157C85.8758 18.157 82.7179 20.1374 82.7179 23.1882C82.7179 24.7939 83.5743 26.2391 84.3236 27.5772C84.5912 28.38 84.6983 28.9688 84.6983 29.397C84.6983 29.8252 84.5912 30.1463 84.3772 30.3069C83.949 30.4674 83.4673 30.5745 83.0926 30.6815C81.6474 30.6815 79.6671 30.1998 78.9177 31.5914C78.7572 31.8591 78.7036 32.1267 78.7036 32.3943C78.7036 33.5183 79.9347 34.4817 81.0587 34.4817C83.6278 34.4817 86.6251 32.9295 87.428 30.3604C91.7634 28.5406 97.0623 25.8109 97.8651 24.1517C95.7242 25.8644 91.3887 27.8448 87.6421 29.2364C87.6421 29.1829 87.6421 29.0758 87.6421 29.0223ZM113.46 32.3408C117.849 32.3408 120.043 25.8644 123.522 24.901C124.86 26.2391 126.466 27.7913 128.447 27.7913C130.641 27.7913 135.458 26.8814 136.207 24.4193L135.993 24.2052L135.833 24.2587C134.334 25.8109 132.247 26.7743 130.106 26.7743C126.734 26.7743 126.199 23.1347 125.717 20.5656C125.663 20.3515 125.663 19.9233 125.342 19.9233C123.683 19.9233 119.401 29.1293 115.976 29.1293C115.333 29.1293 114.959 28.5406 114.959 27.9518C114.959 26.3461 116.35 25.1686 116.35 23.5629C116.35 22.76 115.708 22.0107 114.905 22.0107C112.389 22.0107 110.944 27.3095 110.944 29.2364C110.944 30.6815 111.801 32.3408 113.46 32.3408ZM138.814 16.3907C140.313 16.3907 142.828 15.1062 142.828 14.3033C142.828 13.7145 141.704 13.1793 140.527 13.1793C139.135 13.1793 137.851 14.1963 137.851 15.2667C137.851 15.909 138.279 16.3907 138.814 16.3907ZM140.366 30.8421C142.4 30.8421 144.809 30.1463 147.431 28.8082C150.643 27.149 153.105 25.3292 153.105 24.5263L153.051 24.4193C152.302 24.901 151.66 25.4897 150.91 26.132C147.967 28.5941 144.969 29.9322 142.4 29.9322C139.992 29.9322 138.707 28.7012 138.707 26.2926C138.707 24.5798 139.296 23.5094 139.296 22.5459C139.296 21.5825 138.761 20.8867 138.011 20.8867C136.673 20.8867 135.442 23.4558 135.442 26.2926C135.442 29.1829 137.262 30.8421 140.366 30.8421ZM157.193 29.0223C157.193 27.4166 154.891 26.0785 154.891 23.777C155.855 23.0812 159.601 20.0839 159.601 18.7993C159.601 18.1035 158.692 18.157 158.21 18.157C155.427 18.157 152.269 20.1374 152.269 23.1882C152.269 24.7939 153.125 26.2391 153.874 27.5772C154.142 28.38 154.249 28.9688 154.249 29.397C154.249 29.8252 154.142 30.1463 153.928 30.3069C153.5 30.4674 153.018 30.5745 152.643 30.6815C151.198 30.6815 149.218 30.1998 148.469 31.5914C148.308 31.8591 148.254 32.1267 148.254 32.3943C148.254 33.5183 149.485 34.4817 150.609 34.4817C153.179 34.4817 156.176 32.9295 156.979 30.3604C161.314 28.5406 166.613 25.8109 167.416 24.1517C165.275 25.8644 160.94 27.8448 157.193 29.2364C157.193 29.1829 157.193 29.0758 157.193 29.0223ZM173.31 35.5522C176.253 35.5522 179.251 34.4817 182.034 32.9295C190.116 28.4871 189.527 27.4701 190.812 26.025C192.043 24.6334 191.936 24.5263 191.829 24.4193C191.668 24.3122 192.096 24.8475 184.068 30.4139C181.445 32.2337 178.555 33.6253 175.129 33.6253C171.864 33.6253 169.777 31.9661 169.777 28.5941C169.777 28.0054 169.884 27.149 169.991 26.2391C170.366 23.884 170.58 24.0446 174.166 20.6726C177.698 17.3006 177.538 17.0865 181.713 16.8724C183.158 16.8189 184.603 16.7654 185.834 16.7654C186.637 16.7654 189.527 16.5513 189.527 15.3203C189.527 14.0357 186.048 13.9286 185.245 13.9286C184.442 13.9286 183.426 14.0357 182.355 14.1963C181.606 14.3033 181.07 14.4103 180.749 14.4103C179.946 14.4103 181.017 13.5004 184.335 9.21856C186.102 7.02409 187.547 4.66905 187.547 2.90277C187.547 1.35058 186.423 0.44068 184.924 0.44068C182.087 0.44068 178.822 3.33096 175.932 6.75647C168.599 15.6414 169.938 17.1936 162.07 17.033C161.802 17.033 161.534 17.033 161.267 17.033C158.162 17.033 156.664 17.4612 156.664 17.8894C156.664 18.3176 158.43 18.7458 161.909 18.4781C163.675 18.3711 164.96 18.2641 165.87 18.2641C167.261 18.2641 167.797 18.5317 167.797 19.3345C167.797 20.0303 167.368 21.1543 166.833 22.9741C166.351 24.6869 166.03 26.3996 166.03 28.2194C166.03 32.8225 168.707 35.5522 173.31 35.5522ZM178.394 7.5058C180.589 4.24086 183.104 1.29706 184.871 1.29706C185.62 1.29706 186.102 1.93934 186.102 2.63515C186.102 4.24086 184.657 6.80999 182.944 9.27208C178.608 15.4808 178.234 15.2132 175.879 15.5343C175.558 15.5879 175.29 15.6414 175.022 15.6414C174.487 15.6414 174.166 15.4808 174.166 14.9991C174.166 14.0892 175.343 12.0553 178.394 7.5058ZM171.757 20.1374C172.614 17.7288 172.667 17.7288 174.434 17.5682C176.2 17.4612 176.253 17.5147 173.631 20.0839C171.918 21.7431 171.222 22.2783 171.222 21.7966C171.222 21.529 171.436 20.9402 171.757 20.1374ZM194.168 32.0731C195.827 32.0731 197.379 31.3773 198.61 30.2533C201.126 27.8448 201.126 26.9349 202.089 26.9349C202.464 26.9349 202.999 27.0955 203.909 27.3095C205.033 27.6307 206.157 27.7913 207.281 27.7913C208.566 27.7913 210.011 27.5772 211.295 26.9884C214.935 25.4362 214.186 24.2587 214.079 24.2052C213.918 24.1517 213.918 24.1517 213.704 24.2052C213.49 24.2587 213.811 24.901 210.546 26.1855C209.476 26.6137 208.244 26.8278 207.121 26.8278C200.109 26.8278 202.517 20.6191 199.681 20.6191C198.664 20.6191 198.236 21.7431 198.236 22.5995C198.236 23.6699 199.092 24.5798 199.092 25.7038C199.092 27.5236 197.058 28.7547 195.345 28.7547C194.382 28.7547 193.258 28.1659 193.258 27.0419C193.258 24.2587 197.861 24.2052 197.861 22.0642C197.861 20.8867 196.523 20.2979 195.506 20.2979C192.187 20.2979 189.351 23.9376 189.351 27.0955C189.351 29.6646 191.492 32.0731 194.168 32.0731ZM217.955 29.0223C217.955 27.4166 215.653 26.0785 215.653 23.777C216.617 23.0812 220.363 20.0839 220.363 18.7993C220.363 18.1035 219.453 18.157 218.972 18.157C216.188 18.157 213.03 20.1374 213.03 23.1882C213.03 24.7939 213.887 26.2391 214.636 27.5772C214.904 28.38 215.011 28.9688 215.011 29.397C215.011 29.8252 214.904 30.1463 214.69 30.3069C214.261 30.4674 213.78 30.5745 213.405 30.6815C211.96 30.6815 209.98 30.1998 209.23 31.5914C209.07 31.8591 209.016 32.1267 209.016 32.3943C209.016 33.5183 210.247 34.4817 211.371 34.4817C213.94 34.4817 216.938 32.9295 217.741 30.3604C222.076 28.5406 227.375 25.8109 228.178 24.1517C226.037 25.8644 221.701 27.8448 217.955 29.2364C217.955 29.1829 217.955 29.0758 217.955 29.0223Z%27 fill=%27black%27/%3e%3c/svg%3e');
}

.body-cart .vitrine .category {
  padding: 50px 0;
  justify-content: center;
}

.body-cart .vitrine .category .col-prod1,
.body-cart .vitrine .category .col-prod2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.body-cart .vitrine .category .col-prod2 {
  display: none;
}

.body-cart .vitrine .category .col-prod2:has(.product) {
  margin-left: 10px;
  display: flex;
}

.body-cart .vitrine .category .product {
  max-width: 250px;
}

.body-cart .vitrine .category .product img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: bottom;
}

.body-cart .vitrine .category .product p {
  display: inline-flex;
  flex-direction: column;
  margin: 20px auto;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.body-cart .vitrine .category .product p span {
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.body-cart .vitrine .category .product a:hover {
  text-decoration: none;
}

.body-cart .vitrine .category .product .product-images {
  position: relative;
  width: 250px;
  height: 250px;
  max-width: 250px;
}

.body-cart .vitrine .category .product .product-images img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.body-cart .vitrine .category .product .product-images img:nth-child(1) {
  opacity: 1;
}

.body-cart .vitrine .category .product .product-images img:nth-child(2) {
  opacity: 0;
}

.body-cart .vitrine .category .product:hover .product-images img:nth-child(1) {
  opacity: 0;
}

.body-cart .vitrine .category .product:hover .product-images img:nth-child(2) {
  opacity: 1;
}

.body-cart .vitrine #tabs button {
  font-size: 14px;
  background-color: #000000;
  border: 0;
  text-transform: uppercase;
  margin: 0 20px;
  padding: 6px 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.body-cart .vitrine #tabs button.inactive {
  background-color: transparent;
  color: #000000;
}

@media (max-width: 1024px) {
  .body-cart .vitrine .title {
    font-size: 22px;
    margin-top: 55px;
    margin-bottom: 35px;
  }

  .body-cart .vitrine .title::after {
    color: #000000;
  }

  .body-cart .vitrine .category {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
  }

  .body-cart .vitrine .category .col-prod2:has(.product) {
    margin-left: 0;
  }

  .body-cart .vitrine .category .product {
    text-align: -webkit-center;
    height: 100%;
    width: 100%;
  }

  .body-cart .vitrine .category .product .product-images {
    width: 90%;
    height: 70%;
    object-fit: cover;
  }

  .body-cart .vitrine .category .product .product-images img {
    position: relative;
  }

  .body-cart .vitrine .category .product .product-images img:nth-child(2) {
    display: none;
  }

  .body-cart .vitrine .category .product .product-images p span {
    display: block;
    opacity: 1;
  }

  .body-cart .vitrine .category .product img {
    width: 100%;
    height: 100%;
  }

  .body-cart .vitrine .category .product p span {
    opacity: 1;
  }

  .body-cart .vitrine #tabs button {
    margin: 9px 5px;
  }
}

@media (min-width: 1025px) {
  .body-cart .vitrine .category .product {
    max-width: 250px;
  }

  .body-cart .vitrine .category .product .product-images {
    width: 250px;
    height: 320px;
    max-width: 250px;
  }

  .body-cart .vitrine .category .product .product-images img {
    width: 235px;
    height: 320px;
  }
}

@media (min-width: 1445px) {
  .body-cart .vitrine .category .product {
    max-width: 350px;
  }

  .body-cart .vitrine .category .product .product-images {
    width: 350px;
    height: 420px;
    max-width: 350px;
  }

  .body-cart .vitrine .category .product .product-images img {
    width: 335px;
    height: 420px;
  }
}

#find-pickup-link {
  border: 1px solid #000000;
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin: 10px 0;
}

#removeConfirmationModal .vtex-shipping-preview-0-x-modalCancelButton {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  top: 3px;
}

#removeConfirmationModal .vtex-shipping-preview-0-x-modalConfirmButton {
  border: 1px solid #000000;
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  background: #000000;
}

#removeConfirmationModal .vtex-shipping-preview-0-x-modalConfirmButton span {
  color: white;
}

.extensions-checkout-buttons-container {
  display: none !important;
}

.available-gift-item {
  background-color: transparent;
}

.available-gift-item:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #333;
}

.shipping-preview-custom div.cart-more-options {
  display: block !important;
  width: 100%;
  margin: 0;
}

.shipping-preview-custom div.cart-more-options .srp-container {
  display: block !important;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .shipping-preview-custom div.cart-more-options .srp-container {
    width: 100%;
    max-width: none;
  }
}

.shipping-preview-custom div.cart-more-options .srp-main-title {
  display: none;
}

.shipping-preview-custom div.cart-more-options .srp-description {
  font-size: 0;
  margin: 0;
}

.shipping-preview-custom div.cart-more-options .srp-description::before {
  content: 'Calcule o frete e prazo de entrega:';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #444444;
}

.shipping-preview-custom div.cart-more-options .srp-data {
  margin: 0;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-toggle {
  display: none;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-header .srp-items {
  font-family: 'Montserrat';
  font-size: 14px;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-address-title {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-info .srp-delivery-current-many__name,
.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-info .srp-delivery-current-many__sla,
.shipping-preview-custom div.cart-more-options .srp-data .srp-delivery-info .srp-delivery-current-many__price {
  font-family: 'Montserrat';
}

.shipping-preview-custom div.cart-more-options .srp-delivery-select-container,
.shipping-preview-custom div.cart-more-options .srp-shipping-current-single {
  border-radius: 0px !important;
  border: solid 1px #000000;
}

@media (max-width: 1024px) {

  .shipping-preview-custom div.cart-more-options .srp-delivery-select-container,
  .shipping-preview-custom div.cart-more-options .srp-shipping-current-single {
    width: 100%;
    max-width: -webkit-fill-available;
  }
}

.shipping-preview-custom div.cart-more-options .srp-delivery-select-container svg path,
.shipping-preview-custom div.cart-more-options .srp-shipping-current-single svg path {
  fill: #000000;
}

.shipping-preview-custom div.cart-more-options .srp-shipping-current-single__sla,
.shipping-preview-custom div.cart-more-options .srp-shipping-current-single__price {
  font-size: 13px;
  font-weight: 600;
  color: #404040;
  font-family: 'Montserrat';
}

.shipping-preview-custom div.cart-more-options #shipping-calculate-link {
  background: #000000;
  border-radius: 0px !important;
  border: none;
  text-transform: none;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: white;
  margin: 0;
}

.shipping-preview-custom div.cart-more-options #shipping-calculate-link:hover {
  opacity: 0.9;
}

.summary-template-holder .coupon-value {
  width: 100% !important;
}

.summary-template-holder .summary-totalizers {
  margin-bottom: 15px !important;
}

.summary-template-holder .totalizers-list td {
  line-height: normal;
  margin-bottom: 15px;
}

.summary-template-holder .totalizers-list~tfoot {
  padding: 21px 0 15px 0 !important;
}

.summary-template-holder .totalizers-list~tfoot tr {
  height: 20px;
}

#client-profile-data .client-pre-email {
  padding: 20px 20px 84px 20px !important;
  border-radius: 0 !important;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span {
  padding: 0 !important;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .pre-email .client-pre-email-h span::before {
    margin-right: 10px;
  }
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span::after {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .pre-email .client-pre-email-h span::after {
    font-size: 23px;
    line-height: 28px;
  }
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h span .link-box-edit .icon-edit {
  display: none;
}

#client-profile-data .client-pre-email .pre-email .client-pre-email-h small {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 10px 0 25px 0;
}

#client-profile-data .client-pre-email .pre-email .client-email::before {
  content: 'Email';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
  padding-bottom: 7px;
  display: block;
}

#client-profile-data .client-pre-email .pre-email .client-email input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data .client-pre-email .pre-email .client-email input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data .client-pre-email .pre-email .client-email input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#client-profile-data .client-pre-email .pre-email .client-email input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill,
#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill:hover,
#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill:focus,
#client-profile-data .client-pre-email .pre-email .client-email input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
}

#client-profile-data .client-pre-email .pre-email .client-email #btn-client-pre-email {
  width: calc(100% - 40px);
  background: #000000;
  border: 1px solid #000000;
  height: 40px;
  padding: 0;
  bottom: 20px;
  transition: all 0.2s;
}

#client-profile-data .client-pre-email .pre-email .client-email #btn-client-pre-email:hover {
  opacity: 0.8;
}

#client-profile-data .client-pre-email .pre-email .client-email #btn-client-pre-email span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

#client-profile-data .client-pre-email .pre-email .client-email span.help.error {
  display: none !important;
}

#client-profile-data .client-pre-email .emailInfo {
  background-color: #fff;
  border: none;
  width: 70%;
  margin-top: 55px;
  padding: 0 15px 15px 15px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo {
    margin-top: 45px;
    width: 100%;
    padding: 0 10px 10px 10px;
  }
}

#client-profile-data .client-pre-email .emailInfo h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0;
}

#client-profile-data .client-pre-email .emailInfo ul {
  margin: 30px 0 0 0;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo ul {
    margin: 20px 0 0 0;
  }
}

#client-profile-data .client-pre-email .emailInfo ul li {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo ul li {
    display: flex;
  }
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo ul li i {
    margin-top: 5px;
  }
}

#client-profile-data .client-pre-email .emailInfo ul li i::before {
  color: #000000;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBldDBDQAgCANARnATR3EER2EUR3QExQQ/RIQ26QdynxJhKQSGpVNaEbAsaigYeuQsOOn6sNAFHgzBC6aAhdC0F37BBn7KHmKeL4heAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 11px;
}

#client-profile-data .client-pre-email .emailInfo ul li span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #333333;
  padding-left: 10px;
}

#client-profile-data .client-pre-email .emailInfo .icon-lock {
  bottom: 0;
  right: 0;
}

@media (max-width: 1024px) {
  #client-profile-data .client-pre-email .emailInfo .icon-lock {
    position: relative;
    display: flex;
    justify-content: center;
  }
}

#client-profile-data .client-pre-email .emailInfo .icon-lock::before {
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAACECAYAAACTWAVmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAWoSURBVHgB7Z1td9M4EEaHbUu3tLuwnP3C//95vJVSKG0p4JtY0KYlpLJGnieZe45JCcRxfT2SLEsjsyQ8T0wPjvnpsB0M296w7Q/bX+PrKt+G7euw3Yyv18N2NWzfTQgVScg4sqWcQ5sOor6M240FJ7Ikju1vW8ppIeZ3XA7bxbiFJKqkk2E7tmUx1guKw3MLKCuaJIqz5/Zw/dKLcLKiSOI4XtiyeIvCZ1vKmr3O2rP5IXpejq+RoPVIXVhah7MxtyTqnf+sb93zGDiuZ+PPVzYTc0qicfCvaVBal7OImksSjYMT0wJRnK9L68wckk5MT1CBeopGTteI6i0JOf+YNqWB001UT0n0HDy37YCij37ALq2+XvdJXAw0s1vepNJJSv3AFc3Juh7f5+cn43fxShFV+vxa/r503r6xDqJ6SUJQq/43pHy0pZTH9mYTzTSpW92TcZG8M2d6FHecmBYNBeSc2rReAG5ML8Z9cdFMvT8jWomoa3PEWxL7px6acjKIlrNxa1W0sJ9P476JqiklCp//bI54S+JmdUoxx8mk3PdqSREBRBZ9hrUXEoKR7dba8+yO4QJ4ZvUg6K35V8wtvofuLbf63TOSiKIDq6OXoAKRwFPa2ohyjSbPSKptQfUWtPq9teMf3KLJSxItutp7IprXcz0a4HtPrQ7OpcvjFi9JtQ/vaCXN/USUYq+2E/XYHIgm6dxi8MHqKB2wTfGQVBvyRFGU4VUcR829D+eztrG0dqetqZUUJYoKtcVu8+FnUSR161F+BDSna+qm5rc1USR1f9q5ITX3Pc1beK0lsb+ainObJBFJTRsPrSXVhrprL/IEvlodTc9ra0k1VxBd/VFnOdQeW9N6KcJ4t+jTUL7ZzESQNPtJiE6EOklqQtccRB3em9wiJQmQkgRISQKkJAFSkgApSYCUJEBKEiAlCZCSBEhJAqQkAVKSAClJgJQkQEoSICUJsOn0FB6LP7Vf+U7X/b+aY4ic36HmQmYi97oRuSU37JVtMHL3T0Owjsw/veaug6i1U35+JylCBsddg8giJ8S9yHqoeIqeg25b4XyXSWh3hjevSlLKQbet3Mutt7fyjy8sicCdBFOlSENWRlAsCJhFm6FIopjLRkIsftZR/DA1c0nixyI3hFvugaQJ+Dnij0gJ05P7HJTiLonLoUvegaQpe9mrIEBKEiAlCZCSBEhJAqQkAVKSAClJgJQkQEoSICUJkJIESEkCbMsj87LIFcmkGL9WFrmih1/+UYyyJISU5a/XDdVFFMMDyuqWcqhKOh+3TdKwEWEkY0fQsTllwfeEA1darZKIeW91ObtvrwHI+PYo677/EaWGQ1mVZeryN3z+tQklQ1SSRAS1XC7OfcHEVqhIKqthtqSsshkeBUlc9V7rWDAvKHyxpyDJ82pnxl20hUzuoSDpi/niuvxoC6JLot7wLo6IpqhrZSyILqnXyatdk6IL0SX1WlMp2tpNd8he8CWhl2JISQJEl9Sr1zp073h0Sb166UPPLIkuqVcmltAZX6JL6jFdNPxjC4WGw4n5Ev4hoIKkQ/Mrjoii8DMdVZrgJJ5o3QJjf95R2gQVSRznzwwhDWA/L01kjIfSzSwNiP9tekTxeRlBoDYQhYuK+qmMr3ssfFZKECh2C3GCay8sBMn9ztl3J0BKEiAlCZCSBEhJAqQkAVKSAClJgJQkQEoSICUJkJIESEkCKM8+35kszDyhfGVJaCjuQg9WT+wGSa3noiZtSUkCXCCpJnFF0o/LUieFno64wzCf96bcJ4Wfgb2jLLyUew2iqcfg+GRzSI2wKOFu3xDyRlmVOZkX0iKclb+s3rUjat9S1Jwg6PT2G6uSvtuv5Ba5lHZ/KOLOVt9cNwC+zDrIRRn9IakIch68Z91klgKyqKtY+29//LtMQr+AUFqRkgAhZXH6tVlffgBCLuWFQqzckQAAAABJRU5ErkJggg==);
  display: inline-block;
  background-repeat: no-repeat;
  width: 105px;
  height: 131px;
}

#client-profile-data .client-pre-email[style*='display: none'] {
  padding: 20px !important;
}

#client-profile-data .client-pre-email[style*='display: none'] .client-email::before {
  content: '' !important;
}

#client-profile-data .client-pre-email[style*='display: none'] .client-email input {
  border: none !important;
  padding: 0 !important;
}

#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill,
#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill:hover,
#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill:focus,
#client-profile-data .client-pre-email[style*='display: none'] .client-email input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#client-profile-data .client-profile-data {
  padding: 20px !important;
  border-radius: 0 !important;
}

#client-profile-data .client-profile-data:not(.accordion-open, .filled)::after {
  content: 'Aguardando preenchimento do email';
  color: #000;
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  display: flex;
  margin-top: 3px;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle {
  padding: 0 !important;
  margin-top: -7px;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle.step-inactive span::before {
  color: #000 !important;
  background: #fff !important;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-heading .accordion-toggle span {
    font-size: 23px;
    line-height: 28px;
  }
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle span::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-heading .accordion-toggle span::before {
    margin-right: 10px;
  }
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-heading .accordion-toggle .link-box-edit .icon-edit {
  display: none;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-email {
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-email .link-logout {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #000;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-summary .name-label {
  display: none !important;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-summary .name {
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  display: inline-block;
}

#client-profile-data .client-profile-data .accordion-body .box-step .form-step .client-profile-summary .tel {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body form {
  padding: 0 !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info {
  margin-bottom: 25px;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-notice {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email {
  margin-bottom: 20px;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email label {
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email span {
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-email input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document {
  margin-right: 20px;
  width: calc(50% - 20px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input:-webkit-autofill,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input:-webkit-autofill:hover,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input:-webkit-autofill:focus,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input:-webkit-autofill:active,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input:-webkit-autofill,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input:-webkit-autofill:hover,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input:-webkit-autofill:focus,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone {
  width: 50%;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input:-webkit-autofill,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input:-webkit-autofill:hover,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input:-webkit-autofill:focus,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input:-webkit-autofill:active,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input:-webkit-autofill,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input:-webkit-autofill:hover,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input:-webkit-autofill:focus,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone:last-child {
  display: none;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {

  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone {
    width: 100% !important;
  }
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name label,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name label,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document label,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input:focus-visible,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input:focus-visible,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input:focus-visible,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name input.success,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name input.success,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document input.success,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-first-name span.help.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-last-name span.help.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-document span.help.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pf .client-phone span.help.error {
  display: none !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj {
  padding: 0;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj {
    display: grid;
    grid-template-areas: 'title link' 'box box';
  }
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .links {
  margin: 0;
  grid-area: link;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .links #is-corporate-client {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #000000;
  height: 38px;
  padding: 0 8px;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .links #not-corporate-client {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #000000;
  height: 38px;
  padding: 0 8px;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-title {
  grid-area: title;
  margin: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000;
}

@media (max-width: 1024px) {
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-title {
    display: flex;
    align-items: center;
  }

  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-title:not(.visible) {
    display: none;
  }
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box {
  grid-area: box;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie {
  width: calc(50% - 20px);
  margin-right: 20px;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document {
  width: 50%;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {

  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie,
  #client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document {
    width: 100% !important;
  }
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name label,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname label,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie label,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name input,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname input,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie input,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name input:focus-visible,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname input:focus-visible,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie input:focus-visible,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document input:focus-visible {
  outline: none;
  box-shadow: none;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name input.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname input.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie input.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name input.success,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname input.success,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie input.success,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-name span.help.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-nickname span.help.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-ie span.help.error,
#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .client-company-document span.help.error {
  display: none !important;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .state-inscription-box {
  margin: 0;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .state-inscription-box label {
  margin-top: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .state-inscription-box label input {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

#client-profile-data .client-profile-data .accordion-body form .box-client-info .box-client-info-pj .corporate-info-box .state-inscription-box label span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 12px;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter {
  margin: 0;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter label {
  margin-top: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter label input {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

#client-profile-data .client-profile-data .accordion-body form .newsletter label span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 12px;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper {
  margin: 0;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-shipping {
  width: 100%;
  background: #000;
  border: solid 1px #000;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  justify-content: center;
  transition: all 0.2s;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-shipping:hover {
  opacity: 0.8;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-payment {
  width: 100%;
  background: #000;
  border: solid 1px #000;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  justify-content: center;
  transition: all 0.2s;
}

#client-profile-data .client-profile-data .accordion-body form .btn-submit-wrapper #go-to-payment:hover {
  opacity: 0.8;
}

#shipping-data {
  padding: 20px !important;
  border-radius: 0 !important;
}

#shipping-data .accordion-heading .accordion-toggle {
  padding: 0 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000 !important;
  display: flex;
}

@media (max-width: 1024px) {
  #shipping-data .accordion-heading .accordion-toggle {
    font-size: 23px !important;
    line-height: 28px;
  }
}

#shipping-data .accordion-heading .accordion-toggle.step-inactive::before {
  color: #000 !important;
  background: #fff !important;
}

#shipping-data .accordion-heading .accordion-toggle::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #shipping-data .accordion-heading .accordion-toggle::before {
    margin-right: 10px;
  }
}

#shipping-data .accordion-heading .accordion-toggle .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-heading .accordion-toggle .link-box-edit .icon-edit {
  display: none;
}

#shipping-data .accordion-inner {
  padding: 0 !important;
}

#shipping-data .accordion-inner .shipping-summary-placeholder .shipping-summary-info {
  display: flex !important;
  color: #000;
  font-size: 0;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-top: 3px;
}

#shipping-data .accordion-inner .shipping-summary-placeholder .shipping-summary-info::before {
  content: 'Aguardando preenchimento do dados pessoais';
  font-size: 12px;
}

#shipping-data .accordion-inner .shp-summary-group {
  padding: 0;
  margin-top: 18px;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content {
  align-items: flex-start;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-info {
  padding: 0;
  border: none;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-info .shp-summary-group-address {
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  #shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-info .shp-summary-group-address {
    margin: 0;
  }
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-info .shp-summary-group-address .address-summary {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #626262;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-info .vtex-omnishipping-1-x-summaryPackage .shp-summary-package-time {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .shp-summary-group .shp-summary-group-content .shp-summary-group-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .link-change-shipping {
  display: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list {
  margin: 25px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item {
  padding: 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-edit {
  margin: 20px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-edit .btn-link {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
  height: 38px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-edit .btn-link .icon-edit {
  display: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-create {
  margin: 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-create .btn-link {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
  height: 38px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-create .btn-link .icon-plus {
  display: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item {
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 7px 13.5px;
  border: 2px solid #eeeeee;
  margin-bottom: 10px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item.vtex-omnishipping-1-x-active {
  border: 2px solid #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item .vtex-omnishipping-1-x-addressItemIcon .vtex-omnishipping-1-x-svg {
  width: 24px;
  height: 24px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item .vtex-omnishipping-1-x-addressItemIcon .vtex-omnishipping-1-x-svg path {
  fill: #000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .address-list .address-item .vtex-omnishipping-1-x-addressItemText .address-summary {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #626262;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-backToAddressList {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0;
  margin: 25px 0 20px 0;
  text-align: left;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode {
  margin-bottom: 20px;
  margin-top: 25px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input:focus-visible {
  outline: none;
  box-shadow: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode span.help.error {
  display: none !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode small {
  margin: 10px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode small a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup {
  margin: 20px 0 0 0;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle {
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList {
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption {
  height: 52px;
  background: #ffffff;
  border-radius: 0 !important;
  box-shadow: none;
  border: 2px solid #eee;
  margin-bottom: 10px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption.shp-lean-option-active {
  border: 2px solid #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .shp-option-icon {
  margin-right: 8px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .shp-option-icon .vtex-omnishipping-1-x-svg path {
  fill: #000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .shp-option-text .shp-option-text-label-single {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingOption .shp-option-text-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-shippingSectionTitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-addressSummary .address-summary {
  background: none;
  padding: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 0 !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-addressSummary .address-summary .vtex-omnishipping-1-x-linkEdit {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  text-decoration: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input {
  margin-bottom: 20px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input input:focus-visible {
  outline: none;
  box-shadow: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address .input span.help.error {
  display: none !important;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address select:focus {
  box-shadow: none;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-submitPaymentButton {
  margin-top: 15px;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-submitPaymentButton .btn-go-to-payment {
  width: 100%;
  background: #000;
  border: solid 1px #000;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  justify-content: center;
  transition: all 0.2s;
}

#shipping-data .accordion-inner .vtex-omnishipping-1-x-submitPaymentButton .btn-go-to-payment:hover {
  opacity: 0.8;
}

#payment-data {
  padding: 20px !important;
  border-radius: 0 !important;
}

#payment-data .accordion-group.accordion-open .accordion-body .accordion-inner .notification {
  display: none !important;
}

#payment-data .accordion-heading .accordion-toggle.step-inactive span::before {
  color: #000 !important;
  background: #fff !important;
}

#payment-data .accordion-heading .accordion-toggle>span {
  padding: 0 !important;
  margin-top: -7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000000 !important;
  display: flex;
}

@media (max-width: 1024px) {
  #payment-data .accordion-heading .accordion-toggle>span {
    font-size: 23px !important;
    line-height: 28px;
  }
}

#payment-data .accordion-heading .accordion-toggle>span::before {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  margin-right: 25px;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  #payment-data .accordion-heading .accordion-toggle>span::before {
    margin-right: 10px;
  }
}

#payment-data .accordion-heading .accordion-toggle .link-box-edit::before {
  content: 'Alterar';
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

#payment-data .accordion-heading .accordion-toggle .link-box-edit .icon-edit {
  display: none;
}

#payment-data .accordion-body .accordion-inner .notification {
  display: flex !important;
  color: #000;
  font-size: 0;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-top: 3px;
}

#payment-data .accordion-body .accordion-inner .notification::before {
  content: 'Aguardando preenchimento do dados de endereço';
  font-size: 12px;
}

#payment-data .accordion-body .form-step {
  padding: 0 !important;
  margin-top: 5px;
}

#payment-data .accordion-body .form-step .link-gift-card {
  position: relative;
  border-radius: 0 !important;
  height: 52px;
  border: 2px solid #eee !important;
  background: #fff !important;
}

#payment-data .accordion-body .form-step .link-gift-card::before {
  position: absolute;
  left: 13.5px;
  top: 16px;
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 100%;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background: #fff;
  border-color: #000;
  box-shadow: inset 0 0 0 3px #fff;
  cursor: pointer;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .link-gift-card::before {
    display: none;
  }
}

#payment-data .accordion-body .form-step .link-gift-card:hover {
  box-shadow: none !important;
  outline: none;
}

#payment-data .accordion-body .form-step .link-gift-card #show-gift-card-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 0 0 45.5px;
  font-size: 14px !important;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #626262;
  text-decoration: none;
  height: 52px;
  margin-top: -2px;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .link-gift-card #show-gift-card-group {
    padding: 0 0 0 13.5px;
  }
}

#payment-data .accordion-body .form-step .link-gift-card[style*='display: none'] {
  display: block !important;
  border: 2px solid #000 !important;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .link-gift-card[style*='display: none'] {
    background: #000 !important;
  }

  #payment-data .accordion-body .form-step .link-gift-card[style*='display: none'] #show-gift-card-group {
    color: #fff;
  }
}

#payment-data .accordion-body .form-step .link-gift-card[style*='display: none']::before {
  background: #000;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts {
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 20px 30px;
  margin-bottom: 10px;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 0 20px 0;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options input:focus-visible {
  outline: none;
  box-shadow: none;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options .help.error {
  display: none;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options button {
  border-radius: 0 !important;
  color: #fff !important;
  background: #000 !important;
  border: solid 1px #000 !important;
  height: 40px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  justify-content: center;
  transition: all 0.2s;
}

#payment-data .accordion-body .form-step .gift-card-section .payment-discounts .payment-discounts-options button:hover {
  opacity: 0.8;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap {
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item {
  border-radius: 0 !important;
  border: 2px solid #eee;
  background: #fff;
  height: 52px;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item.active {
  margin-bottom: 10px;
  border: 2px solid #000;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text::before {
  background: #000;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item.active {
    background: #000;
  }

  #payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text {
    color: #fff;
  }

  #payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text::before {
    display: none;
  }
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text {
  font-size: 14px !important;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px !important;
  letter-spacing: 1.4px;
  color: #000;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text::before {
  background: #fff;
  border-color: #000;
}

@keyframes discountFlagFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text .flag__discount {
  display: inline-block;
  border-radius: 100px;
  background: #000000;
  color: #fff;
  padding: 2px 8px;
  margin-left: 12px;
  animation: discountFlagFadeIn 0.15s ease-out;
}

@media (max-width: 520px) {
  #payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text::before {
    display: none;
  }
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-group-item .payment-group-item-cards {
  display: none;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-method {
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 20px 30px;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-method .bankInvoicePaymentGroup .payment-description {
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  color: #000;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-method .bankInvoicePaymentGroup .sight {
  margin: 0;
}

#payment-data .accordion-body .form-step .payment-group .v-custom-payment-item-wrap .payment-method .bankInvoicePaymentGroup .sight span {
  font-weight: 600;
}

.iframe-credit-card-payment-group .CardForm {
  display: grid;
  grid-template-areas: 'ncartao ncartao ncartao' 'num num num' 'par par par' 'nome nome nome' 'nome2 nome2 nome2' 'cod cod cod' 'valor valor valor' 'ender ender ender';
}

.iframe-credit-card-payment-group .CardForm>div:nth-child(1):not(.PaymentLabel) {
  grid-area: num;
}

.iframe-credit-card-payment-group .CardForm>div:nth-child(2):not(.PaymentLabel) {
  grid-area: par;
}

.iframe-credit-card-payment-group .CardForm>div:nth-child(3):not(.PaymentLabel) {
  grid-area: nome;
  display: grid;
}

.iframe-credit-card-payment-group .CardForm>div:nth-child(4):not(.PaymentLabel) {
  grid-area: nome2;
  display: grid;
}

.iframe-credit-card-payment-group .CardForm .PaymentLabel {
  grid-area: ncartao;
}

.iframe-credit-card-payment-group .CardForm .PaymentLabel .payment-label-0-card,
.iframe-credit-card-payment-group .CardForm .PaymentLabel .payment-label-1-card {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .PaymentLabel .payment-label-1-card {
  margin-top: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber {
  margin-bottom: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardNumber .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardFlags {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments {
  margin-bottom: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentInstallments select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName {
  margin-bottom: 20px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardHolderName input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate {
  width: 66%;
  display: grid;
  grid-template-areas: 'titulo titulo' 'mes ano';
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardDueDate {
    width: 100%;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .FormFieldLabel {
  grid-area: titulo;
  margin: 0 0 7px 0 !important;
  padding: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 0;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0 !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .FormFieldLabel::before {
  content: 'Data Validade:';
  font-size: 14px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-month {
  grid-area: mes;
  margin: 0 20px 0 0 !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-month select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-month select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-lash {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-year {
  grid-area: ano;
  margin: 0;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-year select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardDueDate .payment-card-due-year select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV {
  grid-area: cod;
  margin: 0;
  margin-top: -73px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardCVV {
    margin-top: 20px;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV label {
  width: calc(33% - 15px) !important;
  margin: 0 0 7px 0 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 0;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0 !important;
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardCVV label {
    width: 100% !important;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV label::before {
  content: 'CVV:';
  font-size: 14px;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input {
  z-index: 10;
  width: 33% !important;
  min-width: calc(33% - 15px) !important;
  max-width: calc(33% - 15px) !important;
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  text-align: left;
}

@media (max-width: 520px) {
  .iframe-credit-card-payment-group .CardForm .PaymentCardCVV input {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardCVV .PaymentCardCVVHelp {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue {
  grid-area: valor;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue label {
  margin: 0 0 7px 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue .add-on {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  text-align: left;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .PaymentCardValue .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress {
  grid-area: ender;
  margin-top: 20px;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressToggle {
  margin: 0;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressToggle label {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressToggle label strong {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress h5 {
  margin: 20px 0 0 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p {
  margin: 20px 0 0 0;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode label,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p label {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 0.1em;
  color: #000000;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input:focus-visible,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input:focus-visible {
  outline: none;
  box-shadow: none;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input.error,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgBpVMxbsJAENxbm0hRgKSKIiq7ggIpfkLMB0zDB+ioyA8MP0gqOj5AE7+APMEFBVR2haIoRSKUJsS+3Dq2dT5biSWmsOXxzd7s7RwDBUG/f4eMOcDYEDg3EpIxn3HuR8fj3NxuQ3k9y4WGcaW12y7n/B7+gBA8RJo2N33/PS9AYmw212InC+pAOIoRbSqC9E071xYTOLe0KHKTWkGvZ2CjEcj/sdWC+HCA/7iYcxuF2JXJs24XblYr0DudnLucTOB6uazyMkSyIzNfux18el4ioCIkvnAceJtOS2qall7V+8dikbzJCdl+HY/he7+vcmAgnAjkAKFKZrZfRqNCOyWIcKEIjidz54NBIs5sUztZERWMEppGd12wVTEycqCeQ6xpJpqbzbOY52PhhyImlMRCI5IY/h6irs8onlAXovdEQ27pQZmmbKtOqkBrYl23C5dJRmBZBkTRTFzfW5ZmhCaVHvYTtSyv/wFI+aZVrz7TlAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode input.success,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p input.success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF/SURBVHgBlZNNS0JBFIbfM5eUwKJNUJBkUYtWuTQQUSioNuoPKIq2gW6DQF23SHfRPwiCalVQkESQm+juE5I2uhQU8qNmmnNLubTQ6YXLnRnmec8HZwh/FLoNR0mIuF4moBDgMwJskLJlp5srbZQq7vvUW0QvohPtcZnRUBqDRMh7hcgVY8V634Dhjk/eK0IQBuKMPJaIsYngA45sCrMUEGxLnS2bha6jARqRbybg5vQ6Xuo2qh+1HyMlYwIelTGB9+Z3nY/D90shkRCk1NDUGeTo+88pVFs1lwPi3IO+weLYAnwjPjPYqQEB4d5HJsM4XDowg38lFFGltzl7P3eyYCMTWMu2/Nuzc3oR4l1HdvDaLOM4eITp0alhsG6BurFmtvwtItrpHdY00Phs4qR8OhB2WtDtJp1JXLmL5PUvhf+p8LT6kHaa6LVElusxJUnB9jYcBo4Bz7Q2ibGrAV/wNPU7SLoek1s82rBklgSW0ZsRQgVfuFIkL0trj0X3/W9vLJX5LW99lAAAAABJRU5ErkJggg==) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode .help.error,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p .help.error {
  display: none;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode .DontKnowPostalCode small a,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p .DontKnowPostalCode small a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode select,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p select {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  width: 100% !important;
  max-width: 100% !important;
}

.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm .PostalCode select:focus,
.iframe-credit-card-payment-group .CardForm .BillingAddress .AddressForm p select:focus {
  box-shadow: none !important;
}

.iframe-credit-card-payment-group .ChangeNumberOfPayments {
  margin: 20px 0 0 0;
}

.iframe-credit-card-payment-group .ChangeNumberOfPayments a {
  margin-top: 20px;
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  letter-spacing: 0.1em;
  color: #000;
}

.cart-template.mini-cart .custom-cart-template-wrap {
  padding: 20px;
  border-radius: 0 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap h2 {
  color: #000 !important;
  font-size: 20px !important;
  font-family: 'Montserrat' !important;
  line-height: 25px !important;
  letter-spacing: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap #go-to-cart-button {
  display: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart {
  max-height: 170px;
  margin-bottom: 20px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart::-webkit-scrollbar {
  width: 2px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0 !important;
  border: 3px solid #000;
  border: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items {
  padding-right: 8px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item {
  margin-top: 20px;
  padding: 0;
  border: none;
  display: grid;
  grid-template-areas: 'image name price' 'image qtd price';
  grid-template-rows: 35px auto;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .url {
  grid-area: image;
  border-radius: 0 !important;
  max-width: 71px;
  max-height: 100px;
  width: 71px;
  height: 100%;
  margin-right: 25px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .url .photo {
  width: 100%;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .product-name {
  grid-area: name;
  color: #000;
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 19px;
  letter-spacing: 1.2px;
  font-weight: 400;
  white-space: normal;
  width: calc(100% - 25px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .quantity {
  grid-area: qtd;
  position: relative;
  font-size: 10px;
  font-family: 'Montserrat';
  line-height: 17px;
  letter-spacing: 1px;
  color: #000;
  min-width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .quantity::after {
  content: ' unidade(s)';
  padding-left: 5px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .description {
  grid-area: price;
  margin: 0;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .description .shipping-date {
  display: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .description .item-price-subtotal {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder .cart .cart-items .item .description .price {
  display: none;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap {
  display: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form {
  display: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form input {
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  height: 40px !important;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form input:focus-visible {
  outline: none;
  box-shadow: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form button {
  border-radius: 0 !important;
  color: #fff !important;
  background: #000 !important;
  border: solid 1px #000 !important;
  height: 40px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  justify-content: center;
  transition: all 0.2s;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-coupon-wrap .coupon-form button:hover {
  opacity: 0.8;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers {
  margin: 0 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list {
  padding: 0;
  margin: 0 !important;
  border: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .Items .info,
.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .Discounts .info,
.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .srp-summary-result .info {
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
  padding: 0 !important;
  margin: 0;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .Items .monetary,
.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .Discounts .monetary,
.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .srp-summary-result .monetary {
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
  margin: 0 0 0 auto;
  padding: 0;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .Items {
  margin-top: 25px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .Discounts {
  margin-top: 15px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers .totalizers-list .srp-summary-result {
  margin-top: 15px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot {
  padding: 27px 0 !important;
  display: block;
}

@media (max-width: 520px) {
  .cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot {
    /* padding: 27px 0 0 0 !important; */
  }
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot .info {
  padding: 0 !important;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.cart-template.mini-cart .custom-cart-template-wrap .summary-template-holder .summary-totalizers tfoot .monetary {
  padding: 0 !important;
  font-size: 20px;
  font-family: 'Montserrat';
  line-height: 25px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  width: auto;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap {
  margin: 0;
}

@media (max-width: 520px) {
  .cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap {
    /* padding: 10px 25px; */
    position: relative !important;
  }
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button {
  margin: 0;
  height: 50px;
  border: solid 1px #000;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button .icon-lock {
  display: none;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button span {
  color: #fff;
  font-size: 17px !important;
  font-family: 'Montserrat';
  line-height: 22px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.cart-template.mini-cart .custom-cart-template-wrap .payment-confirmation-wrap .payment-submit-wrap button:hover {
  opacity: 0.8;
}

.identified-user-modal {
  background: #000 !important;
}

.identified-user-modal p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.identified-user-modal button {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-show-app .modal-header .vtexIdUI-header .vtexIdUI-user {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}

.vtexIdUI-show-app .modal-header h4.vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-show-app .modal-body #loginWithAccessKeyBtn {
  background: #000 !important;
  border: 1px solid #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-show-app .modal-body #loginWithUserAndPasswordBtn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-classic-login .modal-header .vtexIdUI-header .vtexIdUI-user {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}

.vtexIdUI-classic-login .modal-header h4 .vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-classic-login .modal-footer #classicLoginBtn {
  background: #000 !important;
  border-color: #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-classic-login .modal-footer .vtexIdUI-back-link .vtexid-icon-arrow-left {
  display: none;
}

.vtexIdUI-classic-login .modal-footer .vtexIdUI-back-link span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-confirm-email .modal-header .vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-confirm-email .modal-footer #sendAccessKeyBtn {
  background: #000 !important;
  border-color: #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-confirm-email .modal-footer .vtexIdUI-back-link .vtexid-icon-arrow-left {
  display: none;
}

.vtexIdUI-confirm-email .modal-footer .vtexIdUI-back-link span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-auth-code .modal-header h4 .vtexIdUI-heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-auth-code .modal-body input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 19px !important;
  letter-spacing: 0.1em;
  color: #000000;
  padding-left: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.vtexIdUI-auth-code .modal-body input:focus-visible {
  outline: none;
  box-shadow: none;
}

.vtexIdUI-auth-code .modal-footer #confirmLoginAccessKeyBtn {
  background: #000 !important;
  border-color: #000 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.vtexIdUI-auth-code .modal-footer .vtexIdUI-back-link .vtexid-icon-arrow-left {
  display: none;
}

.vtexIdUI-auth-code .modal-footer .vtexIdUI-back-link span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.payment-confirmation-modal {
  background: #000 !important;
}

.payment-confirmation-modal .payment-confirmation-modal-body {
  background: #000 !important;
}

.payment-confirmation-modal .payment-confirmation-modal-body .payment-confirmation-thanks {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.payment-confirmation-modal .payment-confirmation-modal-body .payment-confirmation-message {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
    U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.header_component {
  background: #ffffff;
}

.header_component .header.container .content {
  padding: 8px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: unset;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content {
    padding: 10px 20px 20px 20px;
  }

  .header_component .header.container .content .steps-container {
    flex: 100%;
  }
}

.header_component .header.container .content .logo-container img {
  max-width: 70px;
  max-height: 32px;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content .logo-container img {
    order: 1;
  }
}

.header_component .header.container .content .steps-container {
  display: flex;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content .steps-container {
    order: 3;
    justify-content: center;
    margin-top: 20px;
  }

  .header_component .header.container .content .steps-container .step-item.id-step {
    display: none;
  }
}

.header_component .header.container .content .steps-container .step-item {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  transition: 0.3s color;
}

.header_component .header.container .content .steps-container .step-item+.step-item::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 10px;
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s background;
}

.header_component .header.container .content .steps-container .step-item.active {
  color: rgb(0, 0, 0);
}

.header_component .header.container .content .steps-container .step-item.active::before {
  background: rgb(0, 0, 0);
}

.header_component .header.container .content .secure-site {
  display: flex;
  align-items: center;
  gap: 19px;
}

@media screen and (max-width: 900px) {
  .header_component .header.container .content .secure-site {
    order: 2;
  }
}

.header_component .header.container .content .secure-site span {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #000000;
}

@media (min-width: 1025px) {
  .header_component {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .header_component {
    margin-bottom: 20px;
  }
}

.footer-checkout {
  background-color: #ffffff;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info {
  display: flex;
  align-items: center;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info div {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
}

.footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-checkout .footer-checkout__container .footer-checkout__corporate-texts .div {
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.1em;
}

.footer-checkout .footer-checkout__container .footer-checkout__corporate-texts .footer-checkout__corporate-adress {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .footer-checkout .footer-checkout__container {
    padding-top: 18px;
    padding-bottom: 25px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment {
    margin-bottom: 25px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments {
    margin-left: 20px;
  }
}

@media (min-width: 1280px) {
  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments {
    gap: 35px;
    margin-left: 35px;
  }
}

@media (max-width: 1024px) {
  .footer-checkout {
    background-color: #f5f5f5;
    padding-bottom: 47px;
  }

  .footer-checkout .footer-checkout__container {
    border-top: solid 1px #e5e5e5;
    padding-top: 20px;
    position: relative;
    padding-bottom: 50px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info {
    width: 100%;
    flex-direction: column;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payment .footer-checkout__payments-info .footer-checkout__payments {
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
  }

  .footer-checkout .footer-checkout__container .footer-checkout__payments-corebiz {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: center;
  }
}

html,
body {
  height: 100%;
  background-color: #f5f5f5;
}

html::before,
body::before {
  display: none !important;
}

html {
  box-sizing: border-box;
}

html * {
  box-sizing: inherit;
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
}

@media (min-width: 1025px) {
  .container {
    margin: auto;
    max-width: 97% !important;
    padding: 0px 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 95.5% !important;
  }
}

@media (min-width: 1445px) {
  .container {
    max-width: 1440px !important;
    padding: 0px 20px;
  }
}

@media (max-width: 1024px) {
  .container:not(.container-cart) {
    width: 100% !important;
  }
}

.footer-checkout__container {
  padding: 0px 38px;
}

@media (min-width: 1025px) {
  .footer-checkout__container {
    margin: auto;
    max-width: 95%;
    padding: 0px 10px;
  }
}

@media (min-width: 1280px) {
  .footer-checkout__container {
    max-width: 1220px;
    padding: 0px 10px;
  }
}

.checkout-container {
  display: flex;
  justify-content: center;
}

.checkout-container .orderform-template {
  max-width: 1220px;
  padding: 0px 10px;
}

.checkout-container .orderform-template .orderform-template-holder {
  width: 100% !important;
}

@media (min-width: 521px) {
  .checkout-container .orderform-template .orderform-template-holder {
    padding-right: 50px;
  }
}

@media (min-width: 521px) {
  .checkout-container .orderform-template .cart-template {
    width: 390px !important;
    min-width: 390px !important;
  }
}

@media (max-width: 520px) {
  .checkout-container .orderform-template .cart-template {
    width: 100% !important;
    min-width: auto;
  }
}

.cart-more-options #shipping-preview-container {
  display: block !important;
}

@media (max-width: 689px) {
  .cart-more-options #shipping-preview-container {
    display: block !important;
  }
}

.launcher {
  bottom: 30px;
}

#payment-group-promissoryPaymentGroup {
  display: none;
}

.cart-more-options .srp-container .srp-main-title {
  display: flex;
  flex-direction: column;
}

/* .cart-more-options .srp-container .srp-main-title::after {
  content: 'Observação: Pedidos podem sofrer alterações em seus prazos de entrega devido a greves dos Correios';
  font-size: 12px;
  font-weight: normal;
} */

.cart-more-options .srp-container .srp-main-title::after::first-letter {
  font-weight: bold;
}

.totalizers.summary-totalizers.cart-totalizers table.table {
  display: flex;
  flex-direction: column;
}

.totalizers.summary-totalizers.cart-totalizers table.table .shipping-calculate {
  order: 0;
}

.totalizers.summary-totalizers.cart-totalizers table.table .totalizers-list {
  order: 1;
}

.totalizers.summary-totalizers.cart-totalizers table.table>tfoot {
  order: 2;
  padding-top: 0 !important;
}

.cart-more-options .srp-container .onda-v1 .blue {
  color: #000000;
  outline: none;
}

.cart-more-options .srp-container button.shp-open-options {
  border-color: #000000;
}

.cart-more-options .srp-container .onda-v1 .b--blue {
  border-color: #000000;
  outline: none;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive {
  background: #000000;
  border-color: #000000;
  border-radius: 0;
}

input#cart-coupon::placeholder {
  font-size: 0;
}

input#cart-coupon {
  background-position: 8px 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='16' viewBox='0 0 51 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09375 11.5312C8.26562 11.9688 7.23438 12.1875 6 12.1875C4.40625 12.1875 3.13021 11.6745 2.17188 10.6484C1.21354 9.6224 0.734375 8.27604 0.734375 6.60938C0.734375 4.81771 1.27344 3.36979 2.35156 2.26562C3.42969 1.16146 4.79688 0.609375 6.45312 0.609375C7.51562 0.609375 8.39583 0.763021 9.09375 1.07031V2.46875C8.29167 2.02083 7.40625 1.79688 6.4375 1.79688C5.15104 1.79688 4.10677 2.22656 3.30469 3.08594C2.50781 3.94531 2.10938 5.09375 2.10938 6.53125C2.10938 7.89583 2.48177 8.98438 3.22656 9.79688C3.97656 10.6042 4.95833 11.0078 6.17188 11.0078C7.29688 11.0078 8.27083 10.7578 9.09375 10.2578V11.5312ZM17.6719 12H16.3906V10.7344H16.3594C15.8281 11.7031 15.0052 12.1875 13.8906 12.1875C11.9844 12.1875 11.0312 11.0521 11.0312 8.78125V4H12.3047V8.57812C12.3047 10.2656 12.9505 11.1094 14.2422 11.1094C14.8672 11.1094 15.3802 10.8802 15.7812 10.4219C16.1875 9.95833 16.3906 9.35417 16.3906 8.60938V4H17.6719V12ZM21.5781 10.8438H21.5469V15.6797H20.2656V4H21.5469V5.40625H21.5781C22.2083 4.34375 23.1302 3.8125 24.3438 3.8125C25.375 3.8125 26.1797 4.17188 26.7578 4.89062C27.3359 5.60417 27.625 6.5625 27.625 7.76562C27.625 9.10417 27.2995 10.1771 26.6484 10.9844C25.9974 11.7865 25.1068 12.1875 23.9766 12.1875C22.9401 12.1875 22.1406 11.7396 21.5781 10.8438ZM21.5469 7.61719V8.73438C21.5469 9.39583 21.7604 9.95833 22.1875 10.4219C22.6198 10.8802 23.1667 11.1094 23.8281 11.1094C24.6042 11.1094 25.2109 10.8125 25.6484 10.2188C26.0911 9.625 26.3125 8.79948 26.3125 7.74219C26.3125 6.85156 26.1068 6.15365 25.6953 5.64844C25.2839 5.14323 24.7266 4.89062 24.0234 4.89062C23.2786 4.89062 22.6797 5.15104 22.2266 5.67188C21.7734 6.1875 21.5469 6.83594 21.5469 7.61719ZM33.0156 12.1875C31.8333 12.1875 30.888 11.8151 30.1797 11.0703C29.4766 10.3203 29.125 9.32812 29.125 8.09375C29.125 6.75 29.4922 5.70052 30.2266 4.94531C30.9609 4.1901 31.9531 3.8125 33.2031 3.8125C34.3958 3.8125 35.3255 4.17969 35.9922 4.91406C36.6641 5.64844 37 6.66667 37 7.96875C37 9.24479 36.638 10.2682 35.9141 11.0391C35.1953 11.8047 34.2292 12.1875 33.0156 12.1875ZM33.1094 4.89062C32.2865 4.89062 31.6354 5.17188 31.1562 5.73438C30.6771 6.29167 30.4375 7.0625 30.4375 8.04688C30.4375 8.99479 30.6797 9.74219 31.1641 10.2891C31.6484 10.8359 32.2969 11.1094 33.1094 11.1094C33.9375 11.1094 34.5729 10.8411 35.0156 10.3047C35.4635 9.76823 35.6875 9.00521 35.6875 8.01562C35.6875 7.01562 35.4635 6.24479 35.0156 5.70312C34.5729 5.16146 33.9375 4.89062 33.1094 4.89062ZM50.4062 12H49.125V7.40625C49.125 6.52083 48.987 5.88021 48.7109 5.48438C48.4401 5.08854 47.9818 4.89062 47.3359 4.89062C46.7891 4.89062 46.3229 5.14062 45.9375 5.64062C45.5573 6.14062 45.3672 6.73958 45.3672 7.4375V12H44.0859V7.25C44.0859 5.67708 43.4792 4.89062 42.2656 4.89062C41.7031 4.89062 41.2396 5.1276 40.875 5.60156C40.5104 6.07031 40.3281 6.68229 40.3281 7.4375V12H39.0469V4H40.3281V5.26562H40.3594C40.9271 4.29688 41.7552 3.8125 42.8438 3.8125C43.3906 3.8125 43.8672 3.96615 44.2734 4.27344C44.6797 4.57552 44.9583 4.97396 45.1094 5.46875C45.7031 4.36458 46.5885 3.8125 47.7656 3.8125C49.526 3.8125 50.4062 4.89844 50.4062 7.07031V12Z' fill='%23D5D5D5'/%3E%3C/svg%3E%0A");
}

input#cart-coupon:focus,
input#cart-coupon:focus:not(:placeholder-shown) {
  background-image: none;
}

input#cart-coupon:not(:placeholder-shown) {
  background-image: none;
}

/* ========== CAMPO DO VENDEDOR ========== */
.campo-do-vendedor.summary-seller-wrap {
  margin-bottom: 10px !important;
}

.campo-do-vendedor form.codigo-vendedor>span {
  display: flex !important;
  position: relative !important;
}

.campo-do-vendedor input#codigo-vendedor {
  border-radius: 0px !important;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff !important;
  height: 50px !important;
  width: 100% !important;
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0.01em !important;
  color: #000000 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 8px !important;
}

.campo-do-vendedor input#codigo-vendedor:focus,
.campo-do-vendedor input#codigo-vendedor:active {
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff !important;
}

.campo-do-vendedor input#codigo-vendedor::placeholder {
  opacity: 0.4;
}

.campo-do-vendedor button.btn-seller-add {
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  height: 34px !important;
  background-color: #fff !important;
  text-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  cursor: pointer !important;
}

.campo-do-vendedor button.btn-seller-add:hover,
.campo-do-vendedor button.btn-seller-add:focus {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff !important;
}

/* Vendedor aplicado */
.seller-code-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.seller-code-applied .seller-code-label {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  color: #444444;
}

.seller-code-applied .seller-code-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.seller-code-applied .seller-code-name {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 12px;
  color: #000000;
}

.seller-code-applied .seller-code-remove {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.seller-code-applied .seller-code-remove:hover {
  color: #000000;
}

/* Mensagens VTEX customizadas */
.vtex-messages-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vtex-message {
  padding: 12px 40px 12px 15px;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  min-width: 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.vtex-message.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.vtex-message.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.vtex-message .close-message {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
}

.vtex-message .close-message:hover {
  opacity: 1;
}


/* source: <joge.store@1.0.73> */
