
/* 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}#vtexIdContainer input,.table.cart-items tr.item-attachments-content input,.table.cart-items tr.item-attachments-content select,.table.cart-items tbody tr td .product-service select,.table.cart-items td.quantity input,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type="text"],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type="submit"],.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input,.orderform-template .summary-note .note-textarea,#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select,.vcustom--vtex-omnishipping-1-x-address input{height:40px;line-height:40px;max-height:initial;display:inline-block;padding:0px 10px;border-radius:4px;border:1px solid #cbcbcb;outline:initial;font-family:"Opens Sans", sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#vtexIdContainer input.error,.table.cart-items tr.item-attachments-content input.error,.table.cart-items tr.item-attachments-content select.error,.table.cart-items tbody tr td .product-service select.error,.table.cart-items td.quantity input.error,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type="text"],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type="submit"],.cart-more-options .srp-container select.error,.cart-more-options .srp-container input.error[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input.error,.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select.error:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select.error:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input.error,.orderform-template .summary-note .error.note-textarea,#app-container input.error[type=text],#app-container input.error[type=tel],#app-container input.error[type=email],#app-container select.error,.vcustom--vtex-omnishipping-1-x-address input.error{border-color:#ff4c4c}#vtexIdContainer input:focus,.table.cart-items tr.item-attachments-content input:focus,.table.cart-items tr.item-attachments-content select:focus,.table.cart-items tbody tr td .product-service select:focus,.table.cart-items td.quantity input:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input:focus[type="text"],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type="submit"],.cart-more-options .srp-container select:focus,.cart-more-options .srp-container input:focus[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input:focus,.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:focus:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input:focus,.orderform-template .summary-note .note-textarea:focus,#app-container input:focus[type=text],#app-container input:focus[type=tel],#app-container input:focus[type=email],#app-container select:focus,.vcustom--vtex-omnishipping-1-x-address input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.4)}input#creditCardpayment-card-0Number,input#creditCardpayment-card-0Code,input#creditCardpayment-card-1Number,input#creditCardpayment-card-1Code{font-size:18px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{animation:input_background_autofill 0s forwards}@keyframes input_background_autofill{100%{background-color:transparent}}.btn,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a{font-family:"Opens Sans", sans-serif;text-shadow:none;border-radius:30px;outline:none !important;text-align:center;font-size:12px;padding:5px 12px;box-sizing:border-box;display:inline-block;background:none;box-shadow:none}.btn,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus{transition:all ease 0.3s}.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus{background:none}.btn-large,.client-pre-email .client-email.input.text .btn-success{padding:17px 19px}.btn-link,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{color:#053282}.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:#053282}.btn-success{background:#053282;border:1px solid #053282;font-size:13px}.btn-success:hover,.btn-success:focus,.btn-success:active{background:#053282;border:1px solid #053282}.btn-success[disabled]{background:#053282}.btn-primary{background:#053282;border:1px solid #053282;color:#eef3f7}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#053282;border:1px solid #053282}.btn-secondary,.table.cart-items tbody tr td.product-name .add-service.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container a,.table.cart-items tbody tr td .product-service input[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type="submit"],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data #btn-add-gift-card{background:transparent;border:1px solid #053282;color:#053282}.btn-secondary:hover,.table.cart-items tbody tr td.product-name .add-service.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:hover,.table.cart-items tbody tr td.product-name .clone-item.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:hover,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,.table.cart-items tbody tr td .product-service input:hover[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:hover[type="submit"],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.orderform-template-holder #payment-data #btn-add-gift-card:hover,.btn-secondary:focus,.table.cart-items tbody tr td.product-name .add-service.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:focus,.table.cart-items tbody tr td.product-name .clone-item.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:focus,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,.table.cart-items tbody tr td .product-service input:focus[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type="submit"],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.orderform-template-holder #payment-data #btn-add-gift-card:focus,.btn-secondary:active,.table.cart-items tbody tr td.product-name .add-service.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:active,.table.cart-items tbody tr td.product-name .clone-item.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:active,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active,.table.cart-items tbody tr td .product-service input:active[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:active[type="submit"],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,.orderform-template-holder #payment-data #btn-add-gift-card:active{background:#eef3f7;border:1px solid #053282;color:#053282}.btn-outlined{background:transparent;border:1px solid #053282;color:#053282}.btn-outlined:hover,.btn-outlined:focus,.btn-outlined:active{background:transparent;border:1px solid #053282}.btn#payment-data-submit span,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span,.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span{font-size:14px;margin-left:5px;font-weight:bold}.cart-more-options .srp-container .srp-main-title,.client-pre-email h3.client-pre-email-h span:after,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template .cart-template.mini-cart h2{font-size:calc( 12px + 2px);text-transform:uppercase;border-bottom:1px solid #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 .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-append a,.input-append .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-append a,.input-append .add-on,.input-prepend .btn,.input-prepend .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-prepend a,.input-prepend .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-prepend a,.input-prepend .add-on{height:40px;line-height:40px;box-sizing:border-box;padding:0;width:20px}.input-append .add-on,.input-prepend .add-on{height:initial !important}.input-append input,.input-prepend input{border-radius:0 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 .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a,.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a{background:#FFF}.modal.guest-login-modal button.btn{width:auto}.modal.guest-login-modal,.modal.modal-email-template,.modal.modal-payment-template,.modal.modal-masked-info-template{background:#053282}.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:#053282}#vtexIdContainer .vtexIdUI .modal-footer{background:none}#vtexIdContainer .vtexIdUI .btn,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a{border-radius:30px;height:40px;line-height:40px;box-shadow:none !important;font-size:12px;padding:0 30px}#vtexIdContainer .vtexIdUI .btn.btn-success,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success{background:#053282;border:1px solid #053282}#vtexIdContainer .vtexIdUI .btn.btn-success:hover,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .btn.btn-success:focus,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .btn.btn-success:active,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:active,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:active{background:#053282;border:1px solid #053282}#vtexIdContainer .vtexIdUI .btn#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#vtexIdUI-facebook,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a#vtexIdUI-facebook,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook{background:#4568ad !important}@media (max-width: 768px){#vtexIdContainer{position:fixed !important}#vtexIdContainer .vtexIdUI{overflow:auto;border-radius:0;width:100%;left:0;margin:0;top:0;height:100% !important;border:none}#vtexIdContainer .vtexIdUI .modal-header .close{top:0;right:0;margin:0;padding:4px 8px}}body{font-family:"Opens Sans", sans-serif;min-width:initial !important;padding:0;background:#FFFFFF;padding-bottom:40px !important;min-height:93vh;position:relative;font-size:12px;overflow-x:hidden}body a{color:#053282}body a:hover{color:#053282}@media (max-width: 768px){body{padding-bottom:0px !important}}body .cart-template.full-cart>*{opacity:0;transition-delay:1.2s;transition-property:opacity;-webkit-transition-duration:0.5s}body.v-custom-loaded .cart-template.full-cart>*{opacity:initial}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:#FFFFFF}.container{max-width:980px;width:calc(100% - 40px)}@media (max-width: 690px){.container{width:calc(100% - 20px)}}.checkout-container{overflow:initial !important;z-index:2}@media (max-width: 768px){.checkout-container{margin-bottom:30px}}.checkout-container .orderform-template,.checkout-container .cart-template{display:flex;justify-content:space-between;align-items:flex-start;transition:position ease 0.8s, opacity ease 0.8s, margin ease 0.8s}.checkout-container .orderform-template.inactive,.checkout-container .cart-template.inactive{max-height:50vh;overflow:hidden;top:0;position:absolute}.checkout-container .full-cart.inactive{margin-left:-140%}.checkout-container .orderform-template.inactive{left:140%;margin:0;display:none !important}.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.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-payment .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .shipping-data .accordion-toggle:before,body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-profile .client-profile-data .accordion-toggle>span:before,body.v-custom-step-shipping .shipping-data .accordion-toggle:before,body.v-custom-step-payment .payment-data .accordion-toggle>span:not(.payment-edit-link):before,body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before{background:#053282;border-color:#053282;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:#053282;display:block;content:"";position:fixed;top:0;transition:all ease 0.3s;z-index:999}body.v-custom-step-email:before{width:23%}body.v-custom-step-profile:before{width:46%}body.v-custom-step-shipping:before{width:69%}body.v-custom-step-payment:before{width:92%}}body.v-custom-step-cart .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_cart .text,body.v-custom-step-profile .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_cart .text,body.v-custom-step-shipping .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_cart .text,body.v-custom-step-payment .checkout-steps_item_identification .text,body.v-custom-step-payment .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_payment .text{color:#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:#053282;border-color:#053282}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:#053282;border-color:#053282}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:#053282;border-color:#053282}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:#053282;border-color:#053282}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:#053282}.checkout-steps_items{display:flex;justify-content:space-between}.checkout-steps_item{position:relative;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:flex-start;opacity:0.6}.checkout-steps_item:after{content:"";height:2px;background:#053282;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:#053282;border:2px solid #053282;display:inline-block;border-radius:100%;margin-right:7px;transition:all ease 0.3s}.checkout-steps_item_cart:after{width:calc(100% - 50px)}.checkout-steps_item_identification:after{width:calc(100% - 103px)}.checkout-steps_item_shipping:after{width:calc(100% - 77px)}.checkout-steps_item_payment:after{width:calc(100% - 77px)}.checkout-steps_item_confirmation:after{display:none}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 .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container{margin:10px 0}.table.cart-items tbody tr td.product-name .add-service-container+p,.table.cart-items tbody tr td.product-name .clone-item.btn+p,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item+p,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item+p,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .add-item-attachment-container+p{display:none}@media (min-width: 769px){.table.cart-items tbody tr td.product-name{width:calc(100% - 355px) !important}}.table.cart-items tbody tr td.product-name .seller{display: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:#053282;border-color:#053282}.table.cart-items tbody tr td i.icon-question-sign{color:#053282}.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:#eef3f7;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 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:#053282}.summary-template-holder .summary-coupon p.coupon-fields span input{width:100%;margin-right:10px}.summary-template-holder .summary-coupon p.coupon-fields .delete{width:auto}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove{color:#ff4c4c;font-size:0;display:flex;align-items:center}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:11px;height:12px;display:block;line-height:10px}.summary-template-holder .summary-coupon i.icon-spin.loading-coupon{border:1px solid #666;border-top:none;border-radius:100%;font-size:0;width:20px;height:20px;padding:0;line-height:0;display:none;margin:0;position:absolute;top:25%;right:10px;z-index:-1}.summary-template-holder span.link-choose-more-products-wrapper{display:none}.summary-template-holder .cart-links-bottom{float:none;margin:10px 0 0 0}.summary-template-holder .cart-links-bottom .btn,.summary-template-holder .cart-links-bottom .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-links-bottom a,.summary-template-holder .cart-links-bottom .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .summary-template-holder .cart-links-bottom a{width:100%;box-sizing:border-box}.summary-template-holder .cart-links-bottom .btn-success{font-weight:bold}@media (max-width: 690px){.summary-template-holder .cart-links-bottom{position:fixed;bottom:0;width:100%;left:0;z-index:10000}.summary-template-holder .cart-links-bottom a{border-radius:0}}.summary-template-holder .summary-totalizers .table td.space,.summary-template-holder .summary-totalizers .table td.empty,.summary-template-holder .summary-totalizers tbody.shipping-calculate{display:none}.summary-template-holder .shipping-reset{display:none}.summary-template-holder .accordion-inner{margin-top:10px}.summary-template-holder tr:not(.Shipping){display:flex !important;justify-content:space-between;border:none !important}.summary-template-holder tr:not(.Shipping).CustomTax:not(.CustomTax--total){display:none !important}.summary-template-holder tbody{border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;padding:15px 0;display:block}.summary-template-holder tbody 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:#053282}.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:#053282}.cart-more-options .srp-container .onda-v1 .blue{color:#053282;outline:none}.cart-more-options .srp-container .onda-v1 .b--blue{border-color:#053282;outline:none}.cart-more-options .srp-container .onda-v1 .bg-blue{background:#053282;outline:initial}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country{width:98%}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a{height:40px;outline:initial;border-radius: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 .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a{padding:13px 0}.cart-select-gift-placeholder .available-gift-item.active{background:#eef3f7}.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:#053282}.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:#053282}.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:#053282}@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}.orderform-template-holder .step .input.text label,.vcustom--vtex-omnishipping-1-x-address label{margin:10px 0 5px 0;display:block;color:#999999}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after,.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:darkgray;background:linear-gradient(to right, #eee 10%, #ddd 18%, #eee 33%);background-size:800px 104px}svg.pickup-marker-blue,svg.pickup-marker-blue path,svg.pkpmodal-pickup-point-marker-image,svg.pkpmodal-pickup-point-marker-image path,svg.vtex-omnishipping-1-x-svg,svg.vtex-omnishipping-1-x-svg path,svg.pkpmodal-pickup-point-best-marker-image path:not([fill="white"]){fill:#053282}@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:#053282;outline:none;position:absolute;right:0;top:50%;padding:1px;font-size:14px;transform:translateY(-50%);opacity:0.7;transition:all ease 0.2s}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,.orderform-template-holder #shipping-data .link-box-edit:hover,.orderform-template-holder #payment-data .link-box-edit:hover{opacity:1}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit i.icon-spinner{font-size:17px;position:absolute;right:0;display:none;top:-7px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner{display:block}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>i,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>i,.orderform-template-holder #shipping-data .accordion-toggle>i,.orderform-template-holder #payment-data .accordion-toggle>i{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>span{line-height:20px;display:block;vertical-align:middle;line-height:initial}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-inner,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-inner,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-inner,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-inner{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input){width:100%;max-width:100%;outline:initial}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data .payment-group-item{box-sizing:border-box;margin:0 6px 10px 0;border-radius:4px;border:1px solid #cbcbcb;opacity:1;text-decoration:none;color:#323232;transition:all ease 0.3s;padding:11px;text-align:center;display:flex;align-items:center;justify-content:center;background:#f3f3f3;float:left;width:100%}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data .payment-group-item.active{background:#FFF}.orderform-template-holder #payment-data p.link.link-gift-card.active span,.orderform-template-holder #payment-data .payment-group-item.active span{color:#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 #053282}.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 transparent transparent transparent;border-width:6px}.orderform-template-holder #payment-data .payment-group-item.active:before{border-color:#053282 transparent transparent transparent;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 0.3s;overflow:hidden;margin-bottom:10px}.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover{border-color:#053282;box-shadow:0 0 6px #ddd}.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup{padding-top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item{border:none;border-bottom:1px solid transparent;box-shadow:none;margin:0;width:100% !important;height:auto;top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-right:auto;text-align:left;line-height:27px !important;white-space:nowrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{content:"";width:20px;height:20px;display:inline-block;border:1px solid #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:#eef3f7;border-bottom:1px solid #053282}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text:before{background:#053282;border-color:#053282;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:#053282}.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:#053282}.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:#053282}.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:#053282;border-color:#053282;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#053282;border-color:#053282;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:#eef3f7}.orderform-template-holder .step.shipping-data .shipping-method-toggle{border-color:#053282}.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:#eef3f7;border-color:#cbcbcb;color:#053282}.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:#053282;border-color:#053282}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange{border-color:#053282}.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:#053282}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver .vtex-omnishipping-1-x-btn{color:#053282}@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:#eef3f7;color:#053282}.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:#eef3f7;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:#053282;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:#053282}.orderform-template .cart-template.mini-cart .cart{margin-bottom:0;max-height:calc(100vh - 355px);overflow:auto}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar{width:6px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track{background:transparent;border-radius: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:"Opens Sans", 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:0.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:#053282}#app-container .label-vertical-group.active{color:#053282;background:#eef3f7}#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 transparent;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:0.9;vertical-align:middle}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media (max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}body.v-custom-paymentBuilder-accordion .steps-view{display:none}body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date{display:none}#shipping-data .accordion-group.shipping-data:after{opacity:0;transition:all ease 0.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 0.3s}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-selectDeliveryText+div{margin:0 !important}body.v-custom-fnsCustomAddressForm .orderform-template-holder p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper{margin-bottom:0 !important}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:0.5}.vcustom--vtex-omnishipping-1-x-address{transition:all ease 0.3s}.vcustom--vtex-omnishipping-1-x-address p.input{float:none;width:100%;margin:0}.vcustom--vtex-omnishipping-1-x-address span.help.error{display:none}.vcustom--vtex-omnishipping-1-x-address input{max-width:initial;width:100%}.vcustom--vtex-omnishipping-1-x-address input.error+span.help.error,.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}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):not(.main-header):not(.main-footer):not(#vtexIdContainer):not(.vtex-front-messages-placeholder):not(.pac-container){display:none}
.logo-image {
  width: 80px;
  margin-top: 15px;
}

.cart-template.full-cart .summary-template-holder .cart-more-options {
  display: block !important;
}


@media (max-width: 690px) {

.cart-template.full-cart .cart-more-options #shipping-preview-container {
display: block !important;
}

}

.PaymentCardCVVHelp {
  width: 110px;
  height: 70px;
  padding-top: 72px;
  margin: -65px 0 50px 120px;
  font-size: 0;
  left: 0 !important;
  background-position-y: 12px;
  padding: 10px 10px;
}

#app-container .App .CardForm label {
  width: 100%;
}

#deliver-at-text .srp-address-title::after {
  content: 'Alterar';
  padding: 3px 6px;
  margin-left: 0.3rem;
  font-size: 0.8rem;
  color: #ddd;
  background: #555;
  cursor: pointer;
  border-radius: 3px;
}

.seller.muted > span:nth-child(1) {
  font-size: 0;
}

.seller.muted > span:nth-child(1)::after {
  content: "Produto fornecido por";
  font-size: 12px;
}


/* source: <pitstop.store-theme@7.4.97> */
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/checkout6-custom.scss ***!
  \****************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Codeby */
html:lang(pt-BR) .cart-template .accordion-inner:after, .cart-template .accordion-inner:after {
  content: "Disclaimer" !important;
}

html:lang(pt-BR) .summary-coupon .coupon-label label:after, .summary-coupon .coupon-label label:after {
  content: "Código promocional" !important;
}

html:lang(pt-BR) .cart-template.full-cart .summary-template-holder:before, .cart-template.full-cart .summary-template-holder:before {
  content: "Resumo do pedido" !important;
}

html:lang(pt-BR) .cart-template.full-cart .summary-template-holder #cart-to-orderform:before, .cart-template.full-cart .summary-template-holder #cart-to-orderform:before {
  content: "Continuar Compra" !important;
}

html:lang(pt-BR) .cart-template.full-cart .summary-template-holder .Discounts .info:after, .cart-template.full-cart .summary-template-holder .Discounts .info:after {
  content: " totais" !important;
}

html:lang(pt-BR) #btn-add-gift-card:after, #btn-add-gift-card:after {
  content: "Aplicar" !important;
}

html:lang(pt-BR) .pkpmodal .pickup-tabs-container .pkpmodal-pickup-view-mode button:before, .pkpmodal .pickup-tabs-container .pkpmodal-pickup-view-mode button:before {
  content: "Visualizar" !important;
}

html:lang(pt-BR) .summary-cart-template-holder .cart-items .hproduct .quantity:before, .summary-cart-template-holder .cart-items .hproduct .quantity:before {
  content: "Quantidade: " !important;
}

html:lang(pt-BR) .shp-pickup-receiver__label:before, .shp-pickup-receiver__label:before {
  content: "Informe o nome da pessoa que irá retirar o pedido" !important;
}

html:lang(pt-BR) .shp-pickup-receiver__title:before, .shp-pickup-receiver__title:before {
  content: "Informe o nome da pessoa que irá retirar o pedido" !important;
}

html:lang(pt-BR) .pkpmodal-pickup-point:after, .pkpmodal-pickup-point:after {
  content: "Ver detalhes" !important;
}

html:lang(pt-BR) .custom-modal-content:before, .custom-modal-content:before {
  content: "Termos e Condições" !important;
}

html:lang(pt-BR) #client-profile-data .icon-edit:after, #client-profile-data .icon-edit:after {
  content: "Editar" !important;
}

html:lang(pt-BR) #shipping-data .icon-edit:after, #shipping-data .icon-edit:after {
  content: "Editar" !important;
}

html:lang(pt-BR) #payment-data .icon-edit:after, #payment-data .icon-edit:after {
  content: "Editar" !important;
}

html:lang(pt-BR) .step.client-profile-data.filled .icon-edit:after, .step.client-profile-data.filled .icon-edit:after {
  content: "Editar" !important;
}

html:lang(pt-BR) .shp-pickup-receiver__btn:after, .shp-pickup-receiver__btn:after {
  content: "Editar" !important;
}

html:lang(pt-BR) #client-profile-data .box-client-info p.custom-corporate-terms span:before, #client-profile-data .box-client-info p.custom-corporate-terms span:before {
  content: "Salvar minhas informações para próximas compras." !important;
}

html:lang(pt-BR) #client-profile-data .box-client-info p.save-data span:after, #client-profile-data .box-client-info p.save-data span:after {
  content: "Salvar minhas informações para próximas compras." !important;
}

html:lang(pt-BR) #client-profile-data .box-client-info p.newsletter span:after, #client-profile-data .box-client-info p.newsletter span:after {
  content: "Concordo com o processamento dos meus dados para fins de marketing." !important;
}

html:lang(pt-BR) .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-back-lnk:after, .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-back-lnk:after {
  content: "Ver todas as lojas" !important;
}

html:lang(pt-BR) .pkpmodal .pkpmodal-details-confirm-btn:before, .pkpmodal .pkpmodal-details-confirm-btn:before {
  content: "Retirar neste ponto" !important;
}

html:lang(pt-BR) .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-title:after, .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-title:after {
  content: "Detalhes relacionados ao ponto de retirada" !important;
}

html:lang(pt-BR) #show-gift-card-group:after, #show-gift-card-group:after {
  content: "Vale presente" !important;
}

html:lang(pt-BR) .gift-card-provider-default .payment-discounts-options label[for=payment-discounts-code]:before, .gift-card-provider-default .payment-discounts-options label[for=payment-discounts-code]:before {
  content: "-" !important;
}

html:lang(pt-BR) .cart-more-options #deliver-at-text .srp-address-title:after, .cart-more-options #deliver-at-text .srp-address-title:after {
  content: "Alterar" !important;
}

html:lang(pt-BR) #btn-go-to-shippping-method:after, #btn-go-to-shippping-method:after {
  content: "Ir para o pagamento" !important;
}

/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.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: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.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: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.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: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.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-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.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: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/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 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/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 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/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 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/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-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/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;
}
#go-to-payment,
#btn-go-to-payment,
#payment-data-custom,
#pkpmodal-show-list-btn,
.client-pre-email .client-email.input.text .btn-success {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #c4ff5b !important;
  border: 1px solid #b2e653 !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 42px !important;
  line-height: 42px !important;
  padding: 0 21px;
  border-radius: 4px !important;
  min-width: unset !important;
  width: unset;
}
#go-to-payment:hover,
#btn-go-to-payment:hover,
#payment-data-custom:hover,
#pkpmodal-show-list-btn:hover,
.client-pre-email .client-email.input.text .btn-success:hover {
  background: #222D7A !important;
  border-color: #222D7A !important;
  color: #c4ff5b !important;
}

#pkpmodal-show-list-btn {
  font-size: 12px !important;
}

#mdl-save,
#cart-shipping-calculate,
.empty-cart-links .link-choose-products,
.srp-pickup-my-location__button,
#pkpmodal-back-to-search,
#change-pickup-button,
.pkpmodal-details-confirm-btn,
#find-pickups-geolocation-button,
#open-shipping,
#find-pickups-manualy-button-denied,
#find-pickup-link,
#show-more,
#back-to-address-list,
#new-address-button,
#edit-address-button,
#find-pickups-manualy-button {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 42px !important;
  line-height: 42px !important;
  padding: 0 21px;
  border-radius: 4px !important;
  min-width: unset !important;
  width: auto;
}
#mdl-save:hover,
#cart-shipping-calculate:hover,
.empty-cart-links .link-choose-products:hover,
.srp-pickup-my-location__button:hover,
#pkpmodal-back-to-search:hover,
#change-pickup-button:hover,
.pkpmodal-details-confirm-btn:hover,
#find-pickups-geolocation-button:hover,
#open-shipping:hover,
#find-pickups-manualy-button-denied:hover,
#find-pickup-link:hover,
#show-more:hover,
#back-to-address-list:hover,
#new-address-button:hover,
#edit-address-button:hover,
#find-pickups-manualy-button:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}

#force-shipping-fields,
.button-link,
.custom-corporate-terms a,
.box-payment-klarna a,
#email-suggestion-address,
#btn-link:not([style="display: none;"]),
#remove-unavailable-items,
#linkGDPR,
#deliver-at-text a:after,
._header-help a,
.pickup-point .pickup-point-info .pickup-point-wrapper button,
#no-document-key,
#no-phone-key,
#no-company-document-key,
#has-document-key,
#has-company-document-key,
#has-phone-key,
#shipping-calculate-link,
.pkpmodal-pickup-point:after,
.pkpmodal-location-reset {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 38px !important;
  line-height: 38px !important;
  padding: 0 18px;
  border-radius: 4px !important;
  min-width: unset !important;
  width: auto;
}
#force-shipping-fields:hover,
.button-link:hover,
.custom-corporate-terms a:hover,
.box-payment-klarna a:hover,
#email-suggestion-address:hover,
#btn-link:not([style="display: none;"]):hover,
#remove-unavailable-items:hover,
#linkGDPR:hover,
#deliver-at-text a:after:hover,
._header-help a:hover,
.pickup-point .pickup-point-info .pickup-point-wrapper button:hover,
#no-document-key:hover,
#no-phone-key:hover,
#no-company-document-key:hover,
#has-document-key:hover,
#has-company-document-key:hover,
#has-phone-key:hover,
#shipping-calculate-link:hover,
.pkpmodal-pickup-point:after:hover,
.pkpmodal-location-reset:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
@media (min-width: 1024px) {
  #force-shipping-fields:hover,
  .button-link:hover,
  .custom-corporate-terms a:hover,
  .box-payment-klarna a:hover,
  #email-suggestion-address:hover,
  #btn-link:not([style="display: none;"]):hover,
  #remove-unavailable-items:hover,
  #linkGDPR:hover,
  #deliver-at-text a:after:hover,
  ._header-help a:hover,
  .pickup-point .pickup-point-info .pickup-point-wrapper button:hover,
  #no-document-key:hover,
  #no-phone-key:hover,
  #no-company-document-key:hover,
  #has-document-key:hover,
  #has-company-document-key:hover,
  #has-phone-key:hover,
  #shipping-calculate-link:hover,
  .pkpmodal-pickup-point:after:hover,
  .pkpmodal-location-reset:hover {
    background-color: #222D7A !important;
    color: #FFFFFF !important;
  }
}

#payment-data-custom {
  width: 100%;
  text-align: center;
}
#payment-data-custom:empty {
  display: none;
}

#go-to-shipping,
#payment-data-submit,
#btn-go-to-shippping-method,
#cart-to-orderform {
  min-width: auto;
  height: 44px;
  border-radius: 4px;
  color: #182E7B;
  cursor: pointer;
  padding: 0 21px;
  font-size: 16px;
  font-weight: 600;
  background-color: #C5FF5C;
  border: 1px solid #b2e653;
}
#go-to-shipping:empty,
#payment-data-submit:empty,
#btn-go-to-shippping-method:empty,
#cart-to-orderform:empty {
  display: none;
}
#go-to-shipping span,
#payment-data-submit span,
#btn-go-to-shippping-method span,
#cart-to-orderform span {
  font-size: 16px !important;
  font-weight: 600 !important;
}
#go-to-shipping:hover,
#payment-data-submit:hover,
#btn-go-to-shippping-method:hover,
#cart-to-orderform:hover {
  color: #C5FF5C;
  border-color: #182E7B;
  background-color: #182E7B;
}

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type=checkbox] {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 3px !important;
  border-radius: 4px;
}
@media (max-width: 768px) {
  input[type=checkbox] {
    margin: 6px !important;
  }
}
input[type=checkbox].error:after, input[type=checkbox].required:after {
  border: 1px solid #D82C0D !important;
}
input[type=checkbox]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: -3px;
  border-radius: 0;
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.4);
  transition: all 300ms cubic-bezier(0.6, 0, 0.25, 1);
  cursor: pointer;
  border-radius: 2px;
  z-index: 1;
}
input[type=checkbox]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 10px;
  height: 5px;
  z-index: 2;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  transform: scale(0) rotate(-45deg);
  opacity: 0;
}
input[type=checkbox]:checked {
  background-color: #222D7A;
  border: 1px solid #222D7A;
}
input[type=checkbox]:checked:after {
  background-color: #2E72D2 !important;
  border: 1px solid #2E72D2 !important;
}
input[type=checkbox]:checked:before {
  transform: scale(1) rotate(-45deg);
  opacity: 1;
}

input[type=radio] {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 3px !important;
}
input[type=radio].error:after, input[type=radio].required:after {
  border: 1px solid #D82C0D !important;
}
input[type=radio]:after {
  content: "" !important;
  display: flex !important;
  height: 22px;
  width: 22px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  border-radius: 100%;
  z-index: 1;
}
input[type=radio]:before {
  content: "" !important;
  display: flex !important;
  height: 12px;
  width: 12px;
  background-color: #EBE9E1;
  position: absolute;
  top: calc(50% - 6px);
  right: 5px;
  border-radius: 100%;
  opacity: 0;
  z-index: 2;
}
input[type=radio]:checked:after {
  border-color: #EBE9E1 !important;
}
input[type=radio]:checked:before {
  opacity: 1 !important;
}

select {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  appearance: none !important;
  outline: none !important;
  padding: 0 !important;
  letter-spacing: unset !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 4px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px !important;
  min-height: 42px !important;
  line-height: 42px !important;
  border-radius: 0px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  background-image: url("/arquivos/icon-chevron-dw.svg") !important;
  background-position-x: calc(100% - 10px) !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
  color: #000 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::placeholder {
  color: #adadad;
}
select:-ms-input-placeholder {
  color: #adadad;
}
select::-ms-input-placeholder {
  color: #adadad;
}
select.success {
  background-image: url("/arquivos/check_circle.png") !important;
  border-color: #2B9007 !important;
}
select.error {
  background-image: url("/arquivos/cancel.svg") !important;
  border-color: #D82C0D !important;
}

input:not([type=checkbox]):not([type=radio]) {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  appearance: none !important;
  outline: none !important;
  padding: 0 !important;
  letter-spacing: unset !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 4px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px !important;
  min-height: 42px !important;
  line-height: 42px !important;
  border-radius: 0px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  background-position-x: calc(100% - 10px) !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px !important;
  text-indent: 15px;
  font-size: 14px !important;
  padding-right: 40px !important;
}
input:not([type=checkbox]):not([type=radio])::placeholder {
  color: #adadad;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
  color: #adadad;
}
input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder {
  color: #adadad;
}
input:not([type=checkbox]):not([type=radio]).success {
  background-image: url("/arquivos/check_circle.png") !important;
  border-color: #2B9007 !important;
}
input:not([type=checkbox]):not([type=radio]).error {
  background-image: url("/arquivos/cancel.svg") !important;
  border-color: #D82C0D !important;
}
input:not([type=checkbox]):not([type=radio])[disabled] {
  padding-left: 15px !important;
  background-color: #EBE9E1;
  color: #aea685;
  border-bottom: #aea685;
}
input:not([type=checkbox])::placeholder {
  color: #777777;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
.icon-spinner {
  border: 2px solid #EBE9E1;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border-bottom-color: #222D7A;
}

.icon-spinner:before {
  display: none;
}

.icon-spinner.icon-3x {
  width: 26px;
  height: 26px;
}

.loading.loading-bg {
  height: 84%;
  opacity: 1;
  margin: 0;
  margin-top: 4rem;
  background-color: #F9F9F9;
  transform: scale(101%);
  width: 150%;
  margin-left: -25%;
}

/***
    The new CSS reset - version 1.6.0 (last updated 29.4.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a {
  color: #222D7A;
}

a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* clear vtex shadows */
textarea,
select,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  box-shadow: none !important;
}

a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
}

.v-custom-step-email .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,
.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email {
  display: none !important;
}

body {
  color: #000;
  padding-top: unset !important;
}
body:not(._full-loaded):before, body:not(._full-loaded):after {
  display: none !important;
}
body:not(._full-loaded) .cart-template.full-cart > * {
  transition: all 0.3s ease;
  opacity: 0;
}
body:not(.mechanic-page-access) .v-custom-payment-item-wrap:has(#payment-group-creditControlPaymentGroup) {
  display: none !important;
}

.orderform-template-holder .step .box-info {
  color: #000;
}

#client-profile-data,
#shipping-data,
#payment-data {
  background: transparent !important;
}
#client-profile-data .step,
#shipping-data .step,
#payment-data .step {
  background: transparent !important;
}
#client-profile-data .accordion-body,
#shipping-data .accordion-body,
#payment-data .accordion-body {
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
@media (min-width: 1024px) {
  #client-profile-data .accordion-body,
  #shipping-data .accordion-body,
  #payment-data .accordion-body {
    padding: 24px;
  }
}
#client-profile-data .accordion-body .accordion-inner,
#shipping-data .accordion-body .accordion-inner,
#payment-data .accordion-body .accordion-inner {
  margin: 0 !important;
}

/* CHANGE GRID */
@media (min-width: 1024px) {
  body.v-custom-step-email #client-profile-data, body.v-custom-step-profile #client-profile-data {
    width: 64% !important;
  }
  body.v-custom-step-email #shipping-data,
  body.v-custom-step-email #payment-data, body.v-custom-step-profile #shipping-data,
  body.v-custom-step-profile #payment-data {
    width: 34% !important;
  }
  body.v-custom-step-shipping #client-profile-data {
    width: 34% !important;
  }
  body.v-custom-step-shipping #shipping-data,
  body.v-custom-step-shipping #payment-data {
    width: 64% !important;
  }
  body.v-custom-step-payment #client-profile-data,
  body.v-custom-step-payment #shipping-data {
    width: 49% !important;
  }
}
body.v-custom-step-email #client-profile-data form.client-pre-email {
  display: none !important;
}
body.v-custom-step-email #client-profile-data .client-profile-data .accordion-inner {
  display: block !important;
}

/* CHANGE GRID */
/* CLONE BUTTON */
body.v-custom-step-profile .payment-submit-wrap #payment-data-submit {
  display: none !important;
}
body.v-custom-step-shipping .payment-submit-wrap #payment-data-submit {
  display: none !important;
}
body.v-custom-step-payment #payment-data-custom {
  display: none !important;
}

/* CLONE BUTOTN */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container,
._footer-container {
  max-width: 1240px !important;
}
@media (min-width: 1024px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  ._footer-container {
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 998px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  ._footer-container {
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 690px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  ._footer-container {
    width: calc(100% - 30px) !important;
  }
}

.checkout-container {
  z-index: inherit !important;
}
@media (min-width: 1024px) {
  .checkout-container {
    width: 100%;
    min-height: 55vh;
  }
}

@media (max-width: 998px) {
  .orderform-template-holder.span8 {
    padding-right: 0 !important;
    max-width: 100% !important;
  }
}

.orderform-template .payment-confirmation-wrap {
  display: block !important;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .orderform-template .orderform-template-holder {
    width: calc(100% - 369px) !important;
  }
}
@media (max-width: 998px) {
  .orderform-template .orderform-template-holder {
    width: 100% !important;
  }
}

@media (max-width: 998px) {
  .row-fluid.orderform-template.span12.active {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .orderform-template .cart-template.mini-cart {
    width: 369px !important;
    position: sticky !important;
  }
}
@media (max-width: 998px) {
  .orderform-template .cart-template.mini-cart {
    width: 100% !important;
  }
}

.checkout-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 1.5rem;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .checkout-header {
    padding: 23px 0;
  }
}
.checkout-header-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 998px) {
  .checkout-header-row {
    align-items: center;
    justify-content: space-around;
  }
}
.checkout-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-logo figure {
  height: auto;
  width: auto;
  display: block;
  padding: 0;
  margin: 0;
}
.checkout-logo figure img {
  width: 80px;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .checkout-logo figure img {
    width: 95px;
  }
}
.checkout-progress {
  width: 100%;
}
.checkout-seal .seal-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  .checkout-seal .seal-icon {
    display: block;
  }
}
.checkout-seal .seal-icon svg path {
  stroke: #222D7A;
}

.checkout-footer {
  width: 100%;
  background-color: #1a3181;
  padding: 60px 0 120px;
}
.checkout-footer .row-fluid {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
@media (max-width: 998px) {
  .checkout-footer .row-fluid {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .checkout-footer .row-fluid .logo,
  .checkout-footer .row-fluid .help,
  .checkout-footer .row-fluid .payments,
  .checkout-footer .row-fluid .seal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.checkout-footer .row-fluid:after, .checkout-footer .row-fluid:before {
  display: none;
}
.checkout-footer .logo {
  flex: 1;
}
.checkout-footer .logo img {
  width: 100px;
}
@media (max-width: 998px) {
  .checkout-footer .logo img {
    width: 60px;
  }
}
.checkout-footer .help {
  flex-grow: 1;
}
.checkout-footer .help a {
  color: #FFFFFF;
  text-decoration: none;
}
.checkout-footer .help a:hover {
  text-decoration: underline;
}
.checkout-footer .payments ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.checkout-footer .payments ul li {
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
.checkout-footer .payments img {
  display: block;
}
.checkout-footer .seal ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.checkout-footer .seal li.seal-google img {
  padding: 10px;
}
.checkout-footer .seal li.seal-pci img {
  padding: 4px;
}
.checkout-footer .seal li.seal-ebit img {
  padding: 1px;
}
.checkout-footer .seal img {
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  display: block;
}
.checkout-footer .copy {
  width: 100%;
}
.checkout-footer .title {
  margin: 0 0 2rem 0;
  color: #FFFFFF;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
}
.checkout-footer .text {
  padding-top: 2rem !important;
  margin-top: 2rem !important;
  color: #FFFFFF;
  border-top: 1px solid #2d3ca2;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  text-align: center;
}
.checkout-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #FFFFFF;
}

.checkout-progress-bar {
  display: flex;
}

.progress-container {
  display: flex;
  align-items: flex-start;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .progress-container {
    padding: 0 3rem;
  }
}
@media (max-width: 998px) {
  .progress-container {
    padding: 0 2rem;
  }
}
.progress-container .progress-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.progress-container .progress-item .progress-circle {
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 998px) {
  .progress-container .progress-item .progress-circle {
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .progress-container .progress-item .progress-circle svg {
    width: 22px;
  }
}
.progress-container .progress-item .progress-circle .progress-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.progress-container .progress-item .progress-circle .progress-icon svg {
  transition: all 300ms cubic-bezier(0.6, 0, 0.25, 1);
}
.progress-container .progress-item .progress-label {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 500;
  width: 12px;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  white-space: pre;
}
@media (max-width: 998px) {
  .progress-container .progress-item .progress-label {
    display: none;
  }
}
.progress-container .progress-bar {
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  flex-grow: 1;
  transition: all 300ms cubic-bezier(0.6, 0, 0.25, 1);
  margin-top: 20px;
}
@media (max-width: 998px) {
  .progress-container .progress-bar {
    margin-top: 16px;
  }
}

/* CHANGE GRID */
body.v-custom-step-cart .checkout-progress .progress-container .progress-item {
  /*CURRENT*/
}
body.v-custom-step-cart .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle {
  background-color: #2E72D2 !important;
}
body.v-custom-step-cart .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle .progress-icon svg svg {
  filter: brightness(0) invert(1);
}
body.v-custom-step-email .checkout-progress .progress-container .progress-item, body.v-custom-step-profile .checkout-progress .progress-container .progress-item {
  /*ACTIVE*/
  /*CURRENT*/
}
body.v-custom-step-email .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle, body.v-custom-step-profile .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle {
  background-image: url("/arquivos/Step.png") !important;
}
body.v-custom-step-email .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle .progress-icon svg path, body.v-custom-step-profile .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle .progress-icon svg path {
  display: none;
}
body.v-custom-step-email .checkout-progress .progress-container .progress-item[data-step="1"] + .progress-bar, body.v-custom-step-profile .checkout-progress .progress-container .progress-item[data-step="1"] + .progress-bar {
  background-color: #2E72D2 !important;
}
body.v-custom-step-email .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle, body.v-custom-step-profile .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle {
  background-color: #2E72D2 !important;
}
body.v-custom-step-email .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle .progress-icon svg, body.v-custom-step-profile .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle .progress-icon svg {
  filter: brightness(0) invert(1);
}
body.v-custom-step-shipping .checkout-progress .progress-container .progress-item {
  /*ACTIVE*/
  /*CURRENT*/
}
body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle, body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle {
  background-image: url("/arquivos/Step.png") !important;
}
body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle .progress-icon svg path, body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle .progress-icon svg path {
  display: none;
}
body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="1"] + .progress-bar, body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="2"] + .progress-bar {
  background-color: #2E72D2 !important;
}
body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="3"] .progress-circle {
  background-color: #2E72D2 !important;
}
body.v-custom-step-shipping .checkout-progress .progress-container .progress-item[data-step="3"] .progress-circle .progress-icon svg {
  filter: brightness(0) invert(1);
}
body.v-custom-step-payment .checkout-progress .progress-container .progress-item {
  /*ACTIVE*/
  /*CURRENT*/
}
body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle, body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle, body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="3"] .progress-circle {
  background-image: url("/arquivos/Step.png") !important;
}
body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="1"] .progress-circle .progress-icon svg path, body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="2"] .progress-circle .progress-icon svg path, body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="3"] .progress-circle .progress-icon svg path {
  display: none;
}
body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="1"] + .progress-bar, body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="2"] + .progress-bar, body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="3"] + .progress-bar {
  background-color: #2E72D2 !important;
}
body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="4"] .progress-circle {
  background-color: #2E72D2 !important;
}
body.v-custom-step-payment .checkout-progress .progress-container .progress-item[data-step="4"] .progress-circle .progress-icon svg {
  filter: brightness(0) invert(1);
}

/* CHANGE GRID */
/* HIDDEN BUTTON */
body.v-custom-step-profile #shipping-data .link-box-edit,
body.v-custom-step-profile #payment-data .link-box-edit {
  display: none;
}
body.v-custom-step-shipping #payment-data .link-box-edit {
  display: none;
}

/* HIDDEN BUTTON */
.srp-toggle {
  padding: 0 !important;
  border-radius: 8px !important;
  height: 58px !important;
}
.srp-toggle__wrapper {
  background: #eaeaea;
  box-shadow: none !important;
}
.srp-toggle__current {
  box-shadow: none !important;
  border: unset !important;
  border-radius: 4px !important;
  background-color: #222D7A !important;
  margin: 0 !important;
}
.srp-toggle label {
  position: relative;
  z-index: 2;
  font-size: 0;
  height: 41px;
  display: flex;
  line-height: 41px;
  text-transform: initial !important;
  background-color: transparent !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 0 !important;
}
.srp-toggle label.gray {
  color: #182E7B !important;
}
.srp-toggle label.blue {
  color: #FFFFFF !important;
}
.srp-toggle label.srp-toggle__delivery:after {
  content: "Receber em casa";
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
}
.srp-toggle label.srp-toggle__pickup:after {
  content: "Retirar na loja";
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
}

.srp-shipping-current-single {
  border: 1px solid #000 !important;
  border-radius: unset !important;
}
.srp-shipping-current-single svg {
  display: none !important;
}
.srp-shipping-current-single .srp-shipping-current-single__bullet {
  width: 22px;
  height: 22px;
  position: relative;
}
.srp-shipping-current-single .srp-shipping-current-single__bullet:after {
  content: "" !important;
  display: flex !important;
  height: 22px;
  width: 22px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  border-radius: 100%;
}
.srp-shipping-current-single .srp-shipping-current-single__bullet:before {
  content: "" !important;
  display: flex !important;
  height: 12px;
  width: 12px;
  background-color: #EBE9E1;
  position: absolute;
  top: calc(50% - 6px);
  right: 5px;
  border-radius: 100%;
  opacity: 0;
}
.srp-shipping-current-single.v-changeShippingTimeInfo-active .srp-shipping-current-single__bullet:after {
  border-color: #EBE9E1;
}
.srp-shipping-current-single.v-changeShippingTimeInfo-active .srp-shipping-current-single__bullet:before {
  opacity: 1;
}

.srp-pickup-empty button {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.shipping-method-wrapper {
  background: #eaeaea;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 6px !important;
}
@media (max-width: 690px) {
  .shipping-method-wrapper #shipping-option-delivery,
  .shipping-method-wrapper #shipping-option-pickup-in-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.shipping-method-wrapper .shipping-method-toggle {
  box-shadow: none !important;
  border-radius: 6px !important;
  background-color: #222D7A !important;
  height: 41px;
}
.shipping-method-wrapper .shp-method-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: transparent !important;
  height: 100%;
}
.shipping-method-wrapper .shp-method-option#shipping-option-delivery .shp-method-option-text:after {
  content: "Receber em casa";
}
.shipping-method-wrapper .shp-method-option#shipping-option-pickup-in-point .shp-method-option-text:after {
  content: "Retirar na loja";
}
.shipping-method-wrapper .shp-method-option .shp-method-option-text {
  font-size: 0 !important;
}
.shipping-method-wrapper .shp-method-option .shp-method-option-text:after {
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}
.shipping-method-wrapper .shp-method-option-inactive {
  color: #222D7A !important;
}
.shipping-method-wrapper .shp-method-option-inactive span {
  color: #222D7A !important;
}
.shipping-method-wrapper .shp-method-option-active {
  color: #FFFFFF !important;
}
.shipping-method-wrapper .shp-method-option-active span {
  color: #FFFFFF !important;
}

.shp-lean {
  border: unset !important;
  margin: 15px 0 !important;
}
.shp-lean-option {
  border: unset !important;
  padding: 0 !important;
}
.shp-lean-option:not(:last-child) {
  margin-bottom: 15px;
}
.shp-lean-option-active .shp-option-icon:after {
  border-color: #222D7A !important;
}
.shp-lean-option-active .shp-option-icon:before {
  opacity: 1 !important;
}
.shp-lean .shp-option-icon {
  width: 22px;
  height: 22px;
  position: relative;
}
.shp-lean .shp-option-icon:after {
  content: "" !important;
  display: flex !important;
  height: 22px;
  width: 22px;
  border: 2px solid #EBE9E1;
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  border-radius: 100%;
}
.shp-lean .shp-option-icon:before {
  content: "" !important;
  display: flex !important;
  height: 12px;
  width: 12px;
  background-color: #222D7A;
  position: absolute;
  top: calc(50% - 6px);
  right: 5px;
  border-radius: 100%;
  opacity: 0;
}
.shp-lean .shp-option-icon svg {
  display: none !important;
}

.vcustom--vtex-omnishipping-1-x-address form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.vcustom--vtex-omnishipping-1-x-address form p {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vcustom--vtex-omnishipping-1-x-address form .v-custom-ship-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.vcustom--vtex-omnishipping-1-x-address form .vcustom--vtex-omnishipping-1-x-address__state {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 !important;
}
.vcustom--vtex-omnishipping-1-x-address .btn-go-to-shipping-wrapper {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
}
.vcustom--vtex-omnishipping-1-x-address .btn-go-to-shipping-wrapper button {
  margin: unset !important;
}

#btn-go-to-shippping-method {
  font-size: 0;
}
#btn-go-to-shippping-method:after {
  font-size: 16px;
}

#shipping-data .active .pickup-point-info {
  border-color: #222D7A !important;
  border-radius: 4px !important;
}
#shipping-data .active .pickup-point-name {
  color: #222D7A;
  font-weight: 600 !important;
}
#shipping-data .active .address-summary {
  margin-top: 15px;
  position: relative;
  line-height: 160%;
}
#shipping-data .active .address-summary .shp-summary-group-address {
  margin-bottom: 15px;
}

.address-summary {
  border-radius: unset !important;
  background-image: none !important;
}
.address-summary #force-shipping-fields {
  text-decoration: none;
  color: #000;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 690px) {
  .address-summary #force-shipping-fields {
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
    margin-top: 15px;
  }
}

#shipping-preview-container {
  margin: 0 !important;
}
#shipping-preview-container .srp-description {
  max-width: 100%;
}
#shipping-preview-container .srp-main-title {
  font-size: 0;
}
@media (max-width: 690px) {
  #shipping-preview-container .srp-main-title {
    height: auto;
    margin-bottom: 10px;
    line-height: inherit;
    padding: 0 !important;
  }
}
#shipping-preview-container .srp-main-title:after {
  content: "Informe seu CEP";
  padding: 0 !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  width: unset !important;
  color: #222D7A;
}
@media (max-width: 690px) {
  #shipping-preview-container .srp-main-title:after {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #shipping-preview-container .srp-main-title:after {
    font-size: 20px;
  }
}
#shipping-preview-container .srp-data {
  padding: 25px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #EBE9E1;
}
#shipping-preview-container .srp-description {
  padding: 0 !important;
}
#shipping-preview-container .srp-delivery-info,
#shipping-preview-container .srp-description {
  margin-top: 1rem;
}
#shipping-preview-container .srp-delivery-info {
  border-color: #777777;
  border-radius: 4px;
  font-size: 14px !important;
}
#shipping-preview-container .srp-delivery-info p {
  font-size: 14px;
}
#shipping-preview-container #cart-shipping-calculate {
  margin-left: 1rem;
}
#shipping-preview-container #remove-unavailable-items {
  font-size: 0 !important;
}
#shipping-preview-container #remove-unavailable-items::after {
  content: "Remover item do carrinho";
  font-size: 16px;
}

.ask-for-geolocation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.ask-for-geolocation .ask-for-geolocation-ask {
  width: 100%;
}
.ask-for-geolocation h2,
.ask-for-geolocation h3 {
  font-size: 16px !important;
  line-height: 125% !important;
  margin: 0 0 15px 0 !important;
}
.ask-for-geolocation .ask-for-geolocation-subtitle,
.ask-for-geolocation .ask-for-geolocation-image-ask {
  display: none !important;
}
.ask-for-geolocation .ask-for-geolocation-cta,
.ask-for-geolocation .ask-for-geolocation-cta button,
.ask-for-geolocation .ask-for-geolocation-manual,
.ask-for-geolocation #find-pickups-geolocation-button,
.ask-for-geolocation #find-pickups-manualy-button {
  width: 100% !important;
}
.ask-for-geolocation #find-pickups-geolocation-button,
.ask-for-geolocation #find-pickups-manualy-button {
  font-size: 14px !important;
}
.ask-for-geolocation .ask-for-geolocation-manual,
.ask-for-geolocation .ask-for-geolocation-cta {
  margin-bottom: 0 !important;
}
.ask-for-geolocation .ask-for-geolocation-manual button,
.ask-for-geolocation .ask-for-geolocation-cta button {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.shp-summary-group {
  padding-bottom: 0;
}
.shp-summary-group-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shp-summary-group-content .shp-summary-group-address {
  width: 100%;
  margin-bottom: 10px;
}
.shp-summary-group-content .shp-summary-group-info {
  width: 100%;
  padding-right: 0;
  border: unset !important;
  font-size: 16px !important;
  line-height: 125% !important;
}
.shp-summary-group-content .shp-summary-group-price {
  margin-top: 10px;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 125% !important;
}

.shp-pickup-receiver {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.shp-pickup-receiver__title {
  margin-bottom: 15px !important;
  font-size: 0 !important;
}
.shp-pickup-receiver__title::before {
  font-size: 16px !important;
  line-height: 125% !important;
  display: inline-flex;
}
.shp-pickup-receiver__text {
  padding: 0 !important;
  border: unset !important;
}
.shp-pickup-receiver__name {
  font-size: 16px !important;
  line-height: 125% !important;
}
.shp-pickup-receiver__icon svg {
  display: none !important;
}
.shp-pickup-receiver__icon::before {
  content: "";
  background-image: url("/arquivos/icon-account.svg");
  width: 22px;
  height: 22px;
  background-size: contain;
  display: block;
}
.shp-pickup-receiver__btn {
  font-family: "Montserrat", sans-serif;
  font-size: 0 !important;
}
.shp-pickup-receiver__btn:after {
  display: inline-flex;
  font-size: 16px !important;
  line-height: 125% !important;
  color: #000 !important;
  border-bottom: 1px solid #EBE9E1;
}
.shp-pickup-receiver__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0 !important;
}
.shp-pickup-receiver__label:before {
  display: inline-flex;
  font-size: 16px !important;
  line-height: 125% !important;
  color: #000 !important;
}
.shp-pickup-receiver__input {
  color: #000 !important;
}

#pkpmodal-search {
  position: relative;
}
#pkpmodal-search .pkpmodal-search-icon {
  left: calc(100% - 100px) !important;
  top: calc(50% - 8px) !important;
}
#pkpmodal-search .pac-target-input {
  padding-right: 40px !important;
  border: 1px solid #000 !important;
  width: calc(100% - 85px) !important;
  margin-left: 15px !important;
  height: 42px;
  transition: none !important;
}
#pkpmodal-search .vtex-pickup-points-modal-3-x-askGeolocationBtn {
  right: 15px !important;
  background-color: #222D7A !important;
  background-image: url("/arquivos/icon-geo-white.svg") !important;
  background-size: 22px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 42px !important;
  height: 42px !important;
}
#pkpmodal-search .vtex-pickup-points-modal-3-x-askGeolocationBtn svg {
  display: none;
}

.pkpmodal .pickup-tabs-container {
  padding: 15px 15px 15px 15px;
}
.pkpmodal .pickup-tabs-container .pkpmodal-pickup-view-mode {
  padding: 0 !important;
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
  border-radius: 8px !important;
}
.pkpmodal .pickup-tabs-container .pkpmodal-pickup-view-mode button {
  margin: 5px !important;
  width: calc(50% - 10px) !important;
  height: 44px !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  line-height: 125% !important;
}
.pkpmodal .pickup-tabs-container .pkpmodal-pickup-view-mode button:before {
  content: "View";
  display: inline-flex;
  margin-right: 5px;
}
.pkpmodal .pickup-tabs-container .pkpmodal-pickup-view-mode button.pkpmodal-pickup-view-option-active {
  background-color: #222D7A !important;
}
.pkpmodal .pickup-tabs-container .pkpmodal-pickup-view-mode button.pkpmodal-pickup-view-option-inactive {
  color: #222D7A !important;
}
.pkpmodal .pkpmodal-details-bottom {
  padding: 15px;
}
.pkpmodal .pickup-point-info {
  padding-top: 0 !important;
}
.pkpmodal .pkpmodal-details-info-title {
  font-size: 16px !important;
  line-height: 125% !important;
  color: #000 !important;
}
.pkpmodal .pkpmodal-details-hours {
  max-width: 100%;
}
.pkpmodal .pkpmodal-details-confirm-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 0 !important;
}
.pkpmodal .pkpmodal-details-confirm-btn::before {
  display: inline-flex;
  font-size: 16px !important;
  line-height: 125% !important;
  left: 50%;
  position: relative;
  top: 7px;
  transform: translatex(-50%);
}
.pkpmodal .pkpmodal-details-store .pkpmodal-pickup-point-name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px !important;
  line-height: 125% !important;
}
.pkpmodal-location-summary {
  font-size: 16px !important;
  line-height: 125% !important;
}
.pkpmodal-location-summary .pkpmodal-location-reset {
  margin-left: 20px;
  padding: 0 20px;
}
.pkpmodal-location-summary .pkpmodal-location-reset:hover {
  background: #222D7A !important;
  border: 1px solid #222D7A !important;
  color: #FFFFFF !important;
}
.pkpmodal-backdrop {
  opacity: 0.5 !important;
  background: #000 !important;
}
.pkpmodal-search-alone {
  max-width: 660px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pkpmodal-search-alone h2 {
  font-size: 20px !important;
  line-height: 125% !important;
  margin: 0 0 15px 0 !important;
  color: #222D7A;
}
.pkpmodal-search-alone h3 {
  font-size: 16px !important;
  line-height: 125% !important;
  margin: 0 0 15px 0 !important;
}
.pkpmodal-search-alone svg,
.pkpmodal-search-alone p {
  margin: 0 0 20px 0;
}
.pkpmodal-search-alone .pkpmodal-search {
  width: 100% !important;
  display: flex;
  max-width: 500px;
}
.pkpmodal-search-alone .pac-target-input {
  border-radius: 0 !important;
  height: 50px !important;
  width: calc(100% - 85px) !important;
  text-align: left !important;
  padding-left: 20px !important;
}
.pkpmodal-search-alone .pkp-modal-ask-geolocation-btn {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  min-width: 50px;
  min-height: 50px;
}
.pkpmodal-search-alone .pkpmodal-search-icon {
  left: 20px !important;
  top: calc(50% - 8px) !important;
}
.pkpmodal-info-bar {
  padding: 0 !important;
}
.pkpmodal-info-bar-container {
  padding: 0 !important;
  border: unset !important;
  box-shadow: none !important;
  background-color: #FFFFFF !important;
}
.pkpmodal-info-bar .pkpmodal-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  height: 68px;
  display: flex;
  align-items: center;
}
.pkpmodal-info-bar .pkpmodal-points-list {
  padding: 15px !important;
  margin-top: 15px !important;
}
.pkpmodal-info-bar .pkpmodal-points-item span {
  color: #000;
  font-size: 16px !important;
  line-height: 125% !important;
}
.pkpmodal-info-bar .vtex-pickup-points-modal-3-x-pickupListTitle {
  display: none;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-pickup-point:after {
  display: none !important;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-buttons {
  display: flex;
  flex-direction: row;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-title {
  font-size: 0 !important;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-title:after {
  display: inline-flex;
  font-size: 16px !important;
  line-height: 125% !important;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-button {
  border: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-button svg {
  display: none;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-button:before {
  content: "";
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-flex;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-button:first-child:before {
  background-image: url("/arquivos/icon-arrow-sx.svg");
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-header-button:last-child:before {
  background-image: url("/arquivos/icon-arrow-sx.svg");
  transform: rotate(180deg);
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-back-lnk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0 !important;
  text-decoration: none;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-back-lnk:after {
  display: inline-flex;
  font-size: 16px !important;
  line-height: 125% !important;
  text-decoration: none;
  color: #000;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-back-lnk svg {
  display: none;
}
.pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-back-lnk:before {
  content: "";
  margin-right: 10px;
  background-image: url("/arquivos/icon-arrow-sx.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-flex;
}
.pkpmodal-pickup-point {
  position: relative;
  border: unset !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: unset !important;
}
.pkpmodal-pickup-point-main {
  padding: 0 !important;
  width: 100%;
}
.pkpmodal-pickup-point-name {
  max-width: 250px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px !important;
  line-height: 125% !important;
  color: #222D7A;
}
.pkpmodal-pickup-point-marker {
  position: absolute;
  right: 0;
  top: 0;
}
.pkpmodal-pickup-point-marker svg {
  display: none;
}
.pkpmodal-pickup-point-sla-availability {
  border: unset !important;
  padding: 5px 0 0 0 !important;
}
.pkpmodal-pickup-point-availability {
  color: #c6840c !important;
  margin: 15px 0;
}
.pkpmodal-pickup-point-distance {
  background: #c4ff5b;
  display: inline-flex;
  padding: 8px 15px;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  color: #222D7A;
  border-radius: 4px;
}
.pkpmodal-pickup-point:after {
  margin-top: 15px;
}
.pkpmodal-pickup-point .address-summary {
  border: unset !important;
  padding: 0 !important;
}

.pickup-point span,
.pickup-point strong {
  color: #000;
}
.pickup-point #change-pickup-button {
  width: auto;
}
.pickup-point .pickup-point-info {
  border: 1px solid #000 !important;
  border-radius: unset !important;
  padding: 15px 15px 15px 15px !important;
}
.pickup-point .pickup-point-info .pickup-marker-blue {
  display: none;
}
.pickup-point .pickup-point-info .pickup-point-wrapper {
  padding: 0 !important;
}
.pickup-point .pickup-point-info .pickup-point-wrapper p,
.pickup-point .pickup-point-info .pickup-point-wrapper span,
.pickup-point .pickup-point-info .pickup-point-wrapper button {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  color: #000;
  white-space: pre;
}
.pickup-point .pickup-point-info .pickup-point-wrapper .pickup-point-name {
  margin-right: 5px;
}
.pickup-point .pickup-point-info .pickup-point-wrapper .postalCode {
  display: flex !important;
}
.pickup-point .pickup-point-info .pickup-point-wrapper button {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  margin-top: 15px;
}
.pickup-point .pickup-point-info .pickup-point-wrapper button:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
.pickup-point .address-summary {
  border: unset !important;
  padding: 0 !important;
}

.vtex-omnishipping-1-x-unavailableIcon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  margin-right: 10px;
  border: unset !important;
  display: none !important;
}
.vtex-omnishipping-1-x-unavailableIcon:before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/arquivos/icon-allert.svg");
}
.vtex-omnishipping-1-x-unavailableIcon svg {
  display: none !important;
}

.vtex-omnishipping-1-x-warning {
  border-radius: 6px;
  background-color: #fff9f0 !important;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
}

.vtex-omnishipping-1-x-disclaimer {
  align-items: flex-start;
  display: flex;
  flex-direction: column !important;
  order: 2;
  flex-grow: 1 !important;
}
.vtex-omnishipping-1-x-disclaimer span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vtex-omnishipping-1-x-disclaimer .vtex-omnishipping-1-x-btnLeft {
  margin-top: 15px;
  width: auto;
}

.vtex-omnishipping-1-x-productItems {
  justify-content: flex-start !important;
  gap: 10px !important;
  margin: 0 10px 0 0 !important;
  border: unset !important;
  order: 1;
  width: unset !important;
}
.vtex-omnishipping-1-x-productItems img {
  height: auto;
  width: 80px;
  padding: 10px 0;
  border: unset !important;
}

.vtex-omnishipping-1-x-item {
  width: auto !important;
}

.vtex-omnishipping-1-x-unavailable {
  opacity: 1 !important;
  border: 1px solid #ffb100;
  background: #FFFFFF !important;
  margin: 0 !important;
}

.vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  padding: 15px !important;
  border: 1px solid #222D7A !important;
  border-radius: 4px !important;
}

@media (min-width: 1024px) {
  .vtex-pickup-points-modal-3-x-infoBar {
    width: 420px;
  }
  .vtex-pickup-points-modal-3-x-pkpmodal {
    max-width: 100% !important;
    width: calc(100% - 40px) !important;
    height: 570px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    transform: translate(-50%, -50%);
  }
}
.vtex-pickup-points-modal-3-x-modalPostalCode .ship-postalCode {
  justify-content: center;
  text-align: center;
  max-width: 225px !important;
}
.vtex-pickup-points-modal-3-x-modalPostalCode #ship-postalCode {
  width: 100% !important;
  border: 1px solid #222D7A !important;
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.vtex-pickup-points-modal-3-x-modalPostalCode .vtex-pickup-points-modal-3-x-askGeolocationBtn {
  min-width: 42px !important;
  min-height: 42px !important;
  width: 42px !important;
  height: 42px !important;
  right: 10px !important;
  top: 2px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  cursor: pointer;
}

.vtex-omnishipping-1-x-btnDelivery {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  background-color: #222D7A !important;
}
.vtex-omnishipping-1-x-btnDelivery:after {
  display: block;
  position: absolute;
  left: 0;
  color: red;
  bottom: -25px;
  font-weight: 400;
  font-size: 14px;
  content: "Preencha os dados de entrega para continuar";
}

body.has3P #find-pickup-link,
body.has3P #find-pickups-manualy-button,
body.has3P .srp-pickup-my-location__button,
body.has3P .button-unavailable-delivery-pickup,
body.has3P #details-pickup-button,
body.has3P #change-pickup-button {
  display: none !important;
}
body.has3P .vtex-omnishipping-1-x-removeFromCartWrapper > span {
  font-size: 0 !important;
}
body.has3P #remove-unavailable-items {
  margin-top: 0 !important;
}
body.has3P.pickupSelected .srp-address-title {
  pointer-events: none;
}
body.has3P.pickupSelected .srp-address-title:after {
  display: none !important;
}

.button-unavailable-delivery-pickup span {
  color: Pink !important;
}

body {
  font-size: 14px;
  color: #000;
  background-color: #F9F9F9 !important;
  font-family: "Montserrat", sans-serif !important;
}
body.body-cart, body.body-cart-vertical {
  padding: 0 0 0 0 !important;
  background-color: #F9F9F9 !important;
}
body:before {
  height: 6px;
  margin: 4px;
  width: calc(100% - 8px) !important;
  outline: 4px solid #FFFFFF;
  z-index: 998;
}
body.v-custom-step-cart:before {
  display: none !important;
  background: linear-gradient(to right, #222D7A 0%, #EBE9E1 0%);
}
body.v-custom-step-email:before {
  display: none !important;
  background: linear-gradient(to right, #222D7A 22%, #EBE9E1 0%);
}
body.v-custom-step-profile:before {
  display: none !important;
  background: linear-gradient(to right, #222D7A 44%, #EBE9E1 0%);
}
body.v-custom-step-shipping:before {
  display: none !important;
  background: linear-gradient(to right, #222D7A 66%, #EBE9E1 0%);
}
body.v-custom-step-payment:before {
  display: none !important;
  background: linear-gradient(to right, #222D7A 88%, #EBE9E1 0%);
}
body:before {
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, b, span, input, button, select, a, label, strong {
  font-family: "Montserrat", sans-serif !important;
}

.vtex-front-messages-placeholder {
  background: transparent !important;
  top: 1em;
  margin: 0;
  left: unset;
  box-shadow: none !important;
  border-radius: 0;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  transform: none !important;
  transition: all 300ms cubic-bezier(0.6, 0, 0.25, 1) !important;
  right: -10%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  width: calc(100% - 2rem);
  max-width: 460px;
  gap: 20px;
  padding-left: 20px !important;
  padding-bottom: 20px !important;
  max-height: 91vh;
  overflow: auto;
}
.vtex-front-messages-placeholder-opened {
  right: 1em;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.vtex-front-messages-close-all {
  position: relative !important;
  right: unset !important;
  top: unset !important;
  margin: 0 !important;
  width: 32px !important;
  height: 32px !important;
  background-color: #222D7A !important;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.05);
}
.vtex-front-messages-close-all svg g {
  fill: #FFFFFF !important;
}
.vtex-front-messages-close-all svg line {
  stroke: #FFFFFF !important;
}
.vtex-front-messages-template {
  padding: 15px 15px 15px 50px !important;
  border: unset !important;
  border-radius: unset !important;
  position: relative;
  margin: 0 !important;
  background-color: #FFFFFF;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.05);
}
.vtex-front-messages-template:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: calc(50% - 11px);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.vtex-front-messages-template span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
}
.vtex-front-messages-type-success {
  border: 1px solid #26ba26 !important;
  background-color: #bbf1bb !important;
}
.vtex-front-messages-type-success span {
  color: #26ba26 !important;
}
.vtex-front-messages-type-success:before {
  background-image: url("/arquivos/icon-verify.svg");
}
.vtex-front-messages-type-info {
  border: 1px solid #0d78fc !important;
  background-color: #d7e8fe !important;
}
.vtex-front-messages-type-info span {
  color: #0d78fc !important;
}
.vtex-front-messages-type-info:before {
  background-image: url("/arquivos/icon-info.svg");
}
.vtex-front-messages-type-warning {
  border: 1px solid #ffab24 !important;
  background-color: #fff9f0 !important;
}
.vtex-front-messages-type-warning span {
  color: #ffab24 !important;
}
.vtex-front-messages-type-warning:before {
  background-image: url("/arquivos/icon-allert.svg");
}
.vtex-front-messages-type-danger, .vtex-front-messages-type-error {
  border: 1px solid #D82C0D !important;
  background-color: #fbc1b6 !important;
}
.vtex-front-messages-type-danger span, .vtex-front-messages-type-error span {
  color: #D82C0D !important;
}
.vtex-front-messages-type-danger:before, .vtex-front-messages-type-error:before {
  background-image: url("/arquivos/icon-error.svg");
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.45) !important;
}
.modal-backdrop .fade {
  z-index: 5;
}

.modal {
  background: #FFFFFF !important;
  color: #000 !important;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.06), 0 4px 7px rgba(0, 0, 0, 0.06) !important;
  border: unset !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.modal .vtex-shipping-preview-0-x-modalConfirmButton {
  background-color: #DD4B39 !important;
}
@media (max-width: 690px) {
  .modal:not(#omniRemoveConfirmationModal) {
    top: unset !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 100px 20px !important;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out !important;
  }
}
.modal#omniRemoveConfirmationModal .btn-danger:hover {
  color: white;
}
.modal .recaptcha-modal-body,
.modal .modal-body {
  padding: 20px 60px 20px 20px !important;
  width: 100% !important;
  z-index: 1;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 690px) {
  .modal .recaptcha-modal-body,
  .modal .modal-body {
    padding: 20px !important;
  }
}
.modal .recaptcha-modal-body .identified-user-hello,
.modal .recaptcha-modal-body .payment-confirmation-thanks,
.modal .recaptcha-modal-body .guest-login-title,
.modal .recaptcha-modal-body .masked-info-hello,
.modal .recaptcha-modal-body .payment-unauthorized-hello,
.modal .modal-body .identified-user-hello,
.modal .modal-body .payment-confirmation-thanks,
.modal .modal-body .guest-login-title,
.modal .modal-body .masked-info-hello,
.modal .modal-body .payment-unauthorized-hello {
  font-size: 20px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #222D7A !important;
}
@media (max-width: 690px) {
  .modal .recaptcha-modal-body .identified-user-hello,
  .modal .recaptcha-modal-body .payment-confirmation-thanks,
  .modal .recaptcha-modal-body .guest-login-title,
  .modal .recaptcha-modal-body .masked-info-hello,
  .modal .recaptcha-modal-body .payment-unauthorized-hello,
  .modal .modal-body .identified-user-hello,
  .modal .modal-body .payment-confirmation-thanks,
  .modal .modal-body .guest-login-title,
  .modal .modal-body .masked-info-hello,
  .modal .modal-body .payment-unauthorized-hello {
    padding-right: 20px !important;
  }
}
.modal .recaptcha-modal-body p,
.modal .modal-body p {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 690px) {
  .modal .recaptcha-modal-body p,
  .modal .modal-body p {
    width: 100% !important;
  }
}
.modal .recaptcha-modal-body .identified-user-message, .modal .recaptcha-modal-body .masked-info-hello, .modal .recaptcha-modal-body .masked-info-message,
.modal .modal-body .identified-user-message,
.modal .modal-body .masked-info-hello,
.modal .modal-body .masked-info-message {
  width: 100% !important;
}
.modal .recaptcha-modal-body small,
.modal .modal-body small {
  display: flex;
}
.modal .recaptcha-modal-body .guest-login-actions,
.modal .modal-body .guest-login-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0;
  gap: 5px;
}
.modal .recaptcha-modal-body .guest-login-actions span,
.modal .modal-body .guest-login-actions span {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
}
.modal .recaptcha-modal-body .btn,
.modal .modal-body .btn {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #c4ff5b !important;
  border: 1px solid #b2e653 !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 42px !important;
  line-height: 42px !important;
  padding: 0 21px;
  border-radius: 4px !important;
  min-width: unset !important;
  margin: unset !important;
}
.modal .recaptcha-modal-body .btn:hover,
.modal .modal-body .btn:hover {
  background: #222D7A !important;
  border-color: #222D7A !important;
  color: #c4ff5b !important;
}
.modal .recaptcha-modal-body .btn + .btn,
.modal .modal-body .btn + .btn {
  margin-top: 20px !important;
}
.modal .recaptcha-modal-body a,
.modal .modal-body a {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 42px !important;
  line-height: 42px !important;
  padding: 0 21px;
  border-radius: 4px !important;
  min-width: unset !important;
  margin: unset !important;
}
.modal .recaptcha-modal-body a:hover,
.modal .modal-body a:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
.modal .recaptcha-modal-body .default-modal-security,
.modal .recaptcha-modal-body .payment-confirmation-security,
.modal .recaptcha-modal-body .guest-login-security,
.modal .recaptcha-modal-body .masked-info-security,
.modal .recaptcha-modal-body .identified-user-security,
.modal .recaptcha-modal-body .payment-unauthorized-security,
.modal .modal-body .default-modal-security,
.modal .modal-body .payment-confirmation-security,
.modal .modal-body .guest-login-security,
.modal .modal-body .masked-info-security,
.modal .modal-body .identified-user-security,
.modal .modal-body .payment-unauthorized-security {
  color: #000 !important;
  right: 20px;
  top: 20px;
  margin: 0;
  position: absolute;
  opacity: 1;
  font-size: 16px !important;
  line-height: 125% !important;
}
.modal .recaptcha-modal-body .default-modal-security i,
.modal .recaptcha-modal-body .payment-confirmation-security i,
.modal .recaptcha-modal-body .guest-login-security i,
.modal .recaptcha-modal-body .masked-info-security i,
.modal .recaptcha-modal-body .identified-user-security i,
.modal .recaptcha-modal-body .payment-unauthorized-security i,
.modal .modal-body .default-modal-security i,
.modal .modal-body .payment-confirmation-security i,
.modal .modal-body .guest-login-security i,
.modal .modal-body .masked-info-security i,
.modal .modal-body .identified-user-security i,
.modal .modal-body .payment-unauthorized-security i {
  opacity: 1;
}

.modal.payment-unauthorized-modal {
  display: block;
  position: fixed;
  top: calc(50% - 195px) !important;
  height: fit-content;
}
.modal.payment-unauthorized-modal .modal-body {
  max-height: none !important;
}

.custom-modal {
  padding-top: 10vh !important;
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.custom-modal-content {
  padding: 20px 20px 20px 20px !important;
  background: #FFFFFF !important;
  color: #000 !important;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.06), 0 4px 7px rgba(0, 0, 0, 0.06) !important;
  border: unset !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  width: 560px;
  top: 20%;
}
.custom-modal-content::before {
  font-size: 18px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  color: #000 !important;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.custom-modal-content .checkbox {
  padding-left: 0;
}
.custom-modal-content .checkbox input {
  margin-right: 15px !important;
}
.custom-modal-content p {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-bottom: 15px !important;
}
.custom-modal-content .custom-modal-footer {
  margin-top: 15px !important;
}

body header {
  order: 1;
}
body #vtexIdContainer {
  order: 2;
}
body ._news-section {
  order: 3;
}
body footer {
  order: 4;
}
body:not(.login) .vtexIdUI {
  left: 50% !important;
  right: initial !important;
  top: 185px !important;
  transform: translateX(-50%) !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4) !important;
  position: fixed !important;
}
body:not(.login) #vtexIdUI-global-loader,
body:not(.login) #vtexIdContainer {
  position: fixed !important;
  z-index: 98 !important;
}
body.login {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
body.login #vtexIdUI-global-loader {
  display: none !important;
}
body.login #vtexIdUI-global-loader,
body.login #vtexIdContainer {
  z-index: 98 !important;
}
body.login #vtexIdContainer {
  min-height: 800px;
}
body.login .vtexIdUI .modal-header .vtexIdUI-heading span:first-child:after,
body.login .vtexIdUI .modal-header h4:not(.vtexIdUI-heading) span:first-child:after {
  background-image: none !important;
}
body.login #vtexIdContainer {
  display: none !important;
  position: relative !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: center;
}
body.login #vtexIdContainer a {
  color: #000 !important;
  text-decoration: underline;
}
body.login #vtexIdContainer a:hover {
  color: #000000 !important;
}
@media (min-width: 576px) {
  body.login #vtexIdContainer {
    max-width: 546px;
  }
}
@media (min-width: 768px) {
  body.login #vtexIdContainer {
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  body.login #vtexIdContainer {
    max-width: 962px;
  }
}
@media (min-width: 1200px) {
  body.login #vtexIdContainer {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  body.login #vtexIdContainer {
    max-width: 1410px;
  }
}
body.login .vtexIdUI {
  position: relative !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  box-shadow: none !important;
  min-height: 50vh !important;
}
@media (min-width: 767px) {
  body.login .vtexIdUI {
    height: auto !important;
  }
}

#vtexIdUI-global-loader {
  background: rgba(0, 0, 0, 0.8) !important;
}

#vtexIdUI-main-content > div {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.vtexIdUI {
  border: 0 !important;
  border-radius: 0px !important;
  margin-left: 0 !important;
  width: 400px !important;
  order: 2;
}
.vtexIdUI *:not([class*=vtexid-icon-]) {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.vtexIdUI a {
  color: #000;
  text-decoration: underline;
}
.vtexIdUI a:hover {
  color: #000000;
}
.vtexIdUI-main-content {
  width: 100%;
  max-width: 400px;
}
.vtexIdUI-new-login {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  width: calc(100% - 2rem - 400px);
  order: 1;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .vtexIdUI-new-login {
    display: none !important;
  }
  .vtexIdUI-new-login._is-visible {
    display: none !important;
  }
}
.vtexIdUI-new-login._is-visible {
  display: flex !important;
  visibility: visible !important;
}
.vtexIdUI-new-login-banner {
  width: 100%;
}
.vtexIdUI-new-login-banner img {
  display: block;
}
.vtexIdUI-new-login-wrapper {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  align-items: center;
  order: 2;
  padding-top: 2rem;
}
.vtexIdUI-user {
  margin: 10px;
}
.vtexIdUI.vtexIdUI-shake {
  animation: none !important;
}
.vtexIdUI #vtexIdUI-classic-login .modal-body {
  padding-bottom: 5em !important;
}
.vtexIdUI #vtexIdUI-classic-login .modal-body .vtexIdUI-classic-login-control label[for=inputPassword] a.dead-link {
  position: absolute;
  bottom: 2.5em;
  left: 1.1em;
}
.vtexIdUI #vtexIdUI-classic-login .modal-body .vtexIdUI-classic-login-control > a.dead-link {
  position: absolute;
  bottom: 0.5em;
  left: 1.1em;
}
.vtexIdUI #vtexIdUI-classic-login .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vtexIdUI #vtexIdUI-email-confirmation .vtexIdUI-email-field:before {
  content: "Digite abaixo o seu email:";
  display: block;
  text-align: center;
  margin: 10px 0 20px;
  font-size: 16px;
}
.vtexIdUI #vtexIdUI-email-confirmation .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vtexIdUI #vtexIdUI-logout .vtexIdUI-heading span:first-child:after {
  content: "" !important;
  background-image: "/arquivos/logopitstop.png" !important;
  background-color: #fff !important;
}
.vtexIdUI #vtexIdUI-logout .vtexIdUI-heading small.pull-right {
  display: none !important;
}
.vtexIdUI #vtexIdUI-logout .alert-info {
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
  padding: 1em !important;
  color: #000 !important;
}
.vtexIdUI #vtexIdUI-logout .vtexid-icon-sad {
  display: none !important;
}
.vtexIdUI #vtexIdUI-logout p {
  padding: 0 2em;
}
.vtexIdUI #vtexIdUI-logout p span {
  display: block;
  margin-bottom: 1em;
}
.vtexIdUI #vtexIdUI-logout p span,
.vtexIdUI #vtexIdUI-logout p small {
  font-size: 16px !important;
}
.vtexIdUI #vtexIdUI-logout .modal-footer {
  display: flex;
  justify-content: center;
}
.vtexIdUI #vtexIdUI-change-pswd .vtexIdUI-header.row-fluid {
  display: block;
  width: 100%;
  height: 70px;
}
.vtexIdUI #vtexIdUI-change-pswd .vtexIdUI-header.row-fluid ~ h4 {
  display: none;
}
.vtexIdUI #vtexIdUI-change-pswd .vtexIdUI-header.row-fluid .vtexIdUI-user {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1em;
  text-align: center;
  height: 70px;
  overflow: visible;
  z-index: 1;
  margin: 0;
}
.vtexIdUI #vtexIdUI-change-pswd .vtexIdUI-header.row-fluid .vtexIdUI-user-email {
  width: 100%;
  height: 70px;
  margin-bottom: 2em !important;
}
.vtexIdUI #vtexIdUI-change-pswd .vtexIdUI-header.row-fluid .vtexid-icon-user {
  content: "";
  font-size: 16px;
  letter-spacing: 0;
  width: 100px;
  height: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: -10px;
  background-color: #ffffff;
  background-image: "/arquivos/logopitstop.png" !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  z-index: 1;
}
.vtexIdUI #vtexIdUI-change-pswd .vtexIdUI-header.row-fluid .vtexid-icon-user:before {
  display: none;
}
.vtexIdUI #vtexIdUI-change-pswd .vtexIdUI-header.row-fluid .vtexIdUI-user-email span {
  display: block;
  margin-top: 22px;
}
.vtexIdUI .vtexid-icon-lock.bottom-icon {
  display: none;
}
.vtexIdUI .vtexid-icon-arrow-left {
  display: none;
}
.vtexIdUI .btn {
  height: 40px;
  font-size: 16px !important;
}
.vtexIdUI .vtexIdUI-auth-code .vtexIdUI-code-field {
  width: 50% !important;
}
.vtexIdUI .vtexIdUI-auth-code .modal-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.vtexIdUI .modal-body {
  opacity: 1 !important;
  background: #fff !important;
}
.vtexIdUI *:not(i) {
  transition: all 0.3s !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}
.vtexIdUI .alert {
  margin: 9px 0 !important;
  border: none !important;
}
.vtexIdUI .modal-header {
  background: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 1.5em !important;
  border-bottom: 1px solid #f2f2f2 !important;
}
.vtexIdUI .modal-header .close {
  width: 30px !important;
  height: 30px !important;
  top: 0 !important;
  right: 0 !important;
  color: #000000 !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  margin: 5px !important;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  cursor: pointer;
}
.vtexIdUI .modal-header h4:not(.vtexIdUI-heading) span:first-child:after,
.vtexIdUI .modal-header .vtexIdUI-heading span:first-child:after {
  content: "";
  font-size: 16px;
  letter-spacing: 0;
  width: 160px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: -15px;
  background-color: #ffffff;
  background-image: url("/arquivos/logopitstop.png") !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.vtexIdUI .vtexIdUI-providers-list li[ng-show="auth.showClassicAuthentication"],
.vtexIdUI .account-list li[ng-show="auth.showClassicAuthentication"] {
  margin: 0;
}
.vtexIdUI .vtexIdUI-providers-list li:not([ng-show="auth.showClassicAuthentication"]),
.vtexIdUI .account-list li:not([ng-show="auth.showClassicAuthentication"]) {
  margin-bottom: 10px !important;
}
.vtexIdUI button#loginWithAccessKeyBtn, .vtexIdUI button#loginWithUserAndPasswordBtn, .vtexIdUI button#logoutBtn, .vtexIdUI button#vtexIdUI-facebook, .vtexIdUI button#vtexIdUI-google-plus {
  height: 48px;
  font-size: 16px;
  line-height: 19px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  border-radius: 0 !important;
}
.vtexIdUI button#loginWithAccessKeyBtn {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #222D7A !important;
}
.vtexIdUI button#loginWithAccessKeyBtn:hover {
  background: #222D7A !important;
}
.vtexIdUI button#loginWithAccessKeyBtn span {
  font-size: 0;
}
.vtexIdUI button#loginWithAccessKeyBtn span:before {
  content: "Receber chave de acesso por email";
  font-size: 16px;
  display: block;
  margin-top: 0;
  line-height: 40px;
}
.vtexIdUI button#loginWithUserAndPasswordBtn {
  border: 2px solid #000 !important;
  box-shadow: none !important;
  background: #fff !important;
  line-height: 36px !important;
}
.vtexIdUI button#loginWithUserAndPasswordBtn span {
  color: #000 !important;
}
.vtexIdUI button#loginWithUserAndPasswordBtn:hover {
  background: #000 !important;
}
.vtexIdUI button#loginWithUserAndPasswordBtn:hover span {
  color: #fff !important;
}
.vtexIdUI button#logoutBtn {
  border: none !important;
  box-shadow: none !important;
  background: #222D7A !important;
  width: 100%;
}
.vtexIdUI button#logoutBtn:hover {
  background: #222D7A !important;
}
.vtexIdUI button#vtexIdUI-facebook {
  border: none !important;
  box-shadow: none !important;
  background: #447bc6 !important;
}
.vtexIdUI button#vtexIdUI-google-plus {
  border: none !important;
  box-shadow: none !important;
  background: #e7403c !important;
  color: #fff !important;
}
.vtexIdUI .vtexIdUI-providers-list i,
.vtexIdUI .account-list i {
  display: none !important;
}
.vtexIdUI h4.vtexIdUI-heading {
  margin-top: 0 !important;
}
.vtexIdUI .vtexIdUI-heading span,
.vtexIdUI span.vtexIdUI-heading {
  color: #8d8d8d;
  display: block !important;
  font-size: 0;
  font-weight: 300 !important;
  letter-spacing: 0;
  text-align: center !important;
}
.vtexIdUI input#appendedInputButton {
  text-align: left !important;
  border: 2px solid #EBE9E1 !important;
  border-radius: 0 !important;
  padding: 0 15px !important;
}
.vtexIdUI input#appendedInputButton:active, .vtexIdUI input#appendedInputButton:focus, .vtexIdUI input#appendedInputButton:hover {
  border-color: #222D7A !important;
}
.vtexIdUI .modal-footer {
  background: #fff !important;
  border: none !important;
  width: auto !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  padding: 15px !important;
}
.vtexIdUI .modal-footer .btn,
.vtexIdUI .modal-footer .dead-link {
  width: auto !important;
  min-width: 120px !important;
  padding: 0 !important;
  outline: none !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 15px !important;
}
.vtexIdUI button#sendAccessKeyBtn {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #222D7A !important;
  min-width: 120px;
  text-align: center;
}
.vtexIdUI button#sendAccessKeyBtn:hover {
  background: #222D7A !important;
}
.vtexIdUI .vtexIdUI-back-link.pull-left.dead-link {
  background: #fff !important;
  border: 2px solid #000 !important;
  font-size: 16px !important;
  margin: 0 15x 0 0 !important;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  min-width: 120px;
  text-align: center;
  line-height: 36px !important;
}
.vtexIdUI .vtexIdUI-back-link.pull-left.dead-link span {
  color: #000 !important;
}
.vtexIdUI .vtexIdUI-back-link.pull-left.dead-link:hover {
  background: #000 !important;
}
.vtexIdUI .vtexIdUI-back-link.pull-left.dead-link:hover span {
  color: #fff !important;
}
.vtexIdUI .vtexIdUI-classic-login.vtexIdUI-page.ng-scope.vtexIdUI-page-active {
  min-height: 350px !important;
}
.vtexIdUI form#vtexIdUI-form-classic-login {
  padding-bottom: 0;
  background: #fff;
}
.vtexIdUI .vtexIdUI-classic-login-control span,
.vtexIdUI .vtexIdUI-change-pswd span {
  color: #8d8d8d;
}
.vtexIdUI .vtexIdUI-classic-login-control span.vtexid-password-requirements-description,
.vtexIdUI .vtexIdUI-change-pswd span.vtexid-password-requirements-description {
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.vtexIdUI .vtexIdUI-classic-login-control a,
.vtexIdUI .vtexIdUI-classic-login-control a:hover,
.vtexIdUI .vtexIdUI-classic-login-control a:active,
.vtexIdUI .vtexIdUI-classic-login-control a:focus,
.vtexIdUI .vtexIdUI-change-pswd a,
.vtexIdUI .vtexIdUI-change-pswd a:hover,
.vtexIdUI .vtexIdUI-change-pswd a:active,
.vtexIdUI .vtexIdUI-change-pswd a:focus {
  color: #222;
}
.vtexIdUI .vtexIdUI-classic-login-control .info-why,
.vtexIdUI .vtexIdUI-change-pswd .info-why {
  display: block;
  margin-bottom: 1em;
}
.vtexIdUI .vtexIdUI-classic-login-control .info-why small,
.vtexIdUI .vtexIdUI-change-pswd .info-why small {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.vtexIdUI .vtexIdUI-classic-login-control .info-why small i,
.vtexIdUI .vtexIdUI-change-pswd .info-why small i {
  margin-right: 10px;
  padding: 0;
  border: 2px solid #000000;
  border-radius: 0.25rem;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232121E0'%3E%3Cpath d='M18 8h-1V6A5 5 0 0 0 7 6v2H6a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6a3.1 3.1 0 0 1 6.2 0v2z'/%3E%3C/svg%3E");
}
.vtexIdUI .vtexIdUI-classic-login-control .info-why small i:after, .vtexIdUI .vtexIdUI-classic-login-control .info-why small i:before,
.vtexIdUI .vtexIdUI-change-pswd .info-why small i:after,
.vtexIdUI .vtexIdUI-change-pswd .info-why small i:before {
  display: none;
}
.vtexIdUI .vtexIdUI-classic-login-control .info-why small span,
.vtexIdUI .vtexIdUI-change-pswd .info-why small span {
  max-width: 200px;
  font-size: 16px;
}
.vtexIdUI button#classicLoginBtn {
  border: none !important;
  box-shadow: none !important;
  background: #222D7A !important;
  border-radius: 0 !important;
  min-width: 120px;
  text-align: center;
}
.vtexIdUI button#classicLoginBtn:hover {
  background: #222D7A !important;
}
.vtexIdUI input {
  box-shadow: none !important;
}
.vtexIdUI input#inputEmail, .vtexIdUI input#inputPassword {
  text-align: left !important;
  border: 2px solid #EBE9E1 !important;
  border-radius: 0 !important;
  padding: 0 15px !important;
}
.vtexIdUI input#inputEmail:active, .vtexIdUI input#inputEmail:focus, .vtexIdUI input#inputEmail:hover, .vtexIdUI input#inputPassword:active, .vtexIdUI input#inputPassword:focus, .vtexIdUI input#inputPassword:hover {
  border-color: #222D7A !important;
}
.vtexIdUI input:active, .vtexIdUI input:focus, .vtexIdUI input:hover {
  border-color: #222D7A !important;
}
.vtexIdUI button#confirmLoginAccessKeyBtn {
  border: none !important;
  box-shadow: none !important;
  background: #222D7A !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  min-width: 120px;
  text-align: center;
}
.vtexIdUI button#confirmLoginAccessKeyBtn:hover {
  background: #222D7A !important;
}
.vtexIdUI input {
  transition: border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  box-shadow: 1px 1px 1px rgba(150, 195, 242, 0), -1px 1px 1px rgba(150, 195, 242, 0), 1px -1px 1px rgba(150, 195, 242, 0), -1px -1px 1px rgba(150, 195, 242, 0);
}
.vtexIdUI input#access-code {
  text-align: center !important;
  border: 2px solid #EBE9E1 !important;
  border-radius: 0 !important;
  font-size: 24px !important;
  letter-spacing: 4px !important;
  color: #000000 !important;
  padding: 0 !important;
}
.vtexIdUI input#access-code:active, .vtexIdUI input#access-code:focus, .vtexIdUI input#access-code:hover {
  border-color: #222D7A !important;
}
.vtexIdUI input#inputNewPassword, .vtexIdUI input#inputConfirmNewPassword {
  text-align: left !important;
  border: 2px solid #EBE9E1 !important;
  border-radius: 0 !important;
  padding: 0 15px !important;
}
.vtexIdUI input#inputNewPassword:active, .vtexIdUI input#inputNewPassword:focus, .vtexIdUI input#inputNewPassword:hover, .vtexIdUI input#inputConfirmNewPassword:active, .vtexIdUI input#inputConfirmNewPassword:focus, .vtexIdUI input#inputConfirmNewPassword:hover {
  border-color: #222D7A !important;
}
.vtexIdUI input:focus {
  border-color: #7eabda !important;
  outline: 0 !important;
  box-shadow: 2px 2px 0 #96c3f2, -2px 2px 0 #96c3f2, 2px -2px 0 #96c3f2, -2px -2px 0 #96c3f2 !important;
}
.vtexIdUI .vtexid-password-requirements* {
  color: #000 !important;
}
.vtexIdUI .vtexid-password-requirements .vtexid-password-requirements-list li {
  margin: 3px 0;
}
.vtexIdUI .vtexid-password-requirements .vtexid-icon-checkmark {
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 18px !important;
  width: 18px !important;
  background-size: 18px !important;
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-left: -16px;
  position: relative;
  top: -1px;
}
.vtexIdUI .vtexid-password-requirements .vtexid-icon-checkmark:not(.ng-hide) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232121E0'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") !important;
}
.vtexIdUI .vtexid-password-requirements .vtexid-icon-checkmark:not(.ng-hide) ~ span {
  color: #000000 !important;
}
.vtexIdUI .vtexid-password-requirements .vtexid-icon-checkmark.ng-hide {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000000'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E") !important;
}
.vtexIdUI button#tryChangePswdBtn {
  border: none !important;
  box-shadow: none !important;
  background: #222D7A !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  min-width: 120px;
  text-align: center;
}
.vtexIdUI button#tryChangePswdBtn:hover {
  background: #222D7A !important;
}
.vtexIdUI .vtexIdUI-user-email.pull-left.muted {
  display: block !important;
  float: unset !important;
  text-align: center !important;
  margin: 0 auto !important;
  color: #000 !important;
}
.vtexIdUI .vtexIdUI-page {
  min-width: 200px !important;
  min-height: 220px !important;
}
.vtexIdUI label.info-code.text-center {
  font-size: 16px;
  margin-bottom: 1em !important;
  display: block;
}
.vtexIdUI label.info-code.text-center .connect-alert ~ strong {
  margin-top: 10px;
  display: block;
  color: #000000 !important;
}
.vtexIdUI .vtexIdUI .vtexIdUI-providers-list li:last-child,
.vtexIdUI .vtexIdUI .account-list li:last-child {
  margin-bottom: 0 !important;
}

.empty-cart-content {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.empty-cart-content h2 {
  color: #222D7A;
  font-size: 18px !important;
  line-height: 125% !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 2rem;
}
.empty-cart-content .empty-cart-message {
  margin-bottom: 1rem;
  max-width: 460px;
  text-align: center;
}
.empty-cart-content .empty-cart-message p {
  color: #000;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
}

.v-custom-cart-empty .container.container-main.container-cart {
  height: calc(100vh - 272px);
}

.cart-more-options {
  display: block !important;
  background: transparent !important;
}
.cart-more-options .srp-delivery-current-many {
  padding: 8px 15px;
}
.cart-more-options .srp-content {
  width: 100%;
}
.cart-more-options .srp-pickup-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
}
.cart-more-options .srp-pickup-header .srp-items {
  text-wrap: nowrap;
  margin-right: 10px;
  font-size: 14px !important;
}
.cart-more-options .srp-pickup-header .srp-items strong {
  font-size: 14px !important;
}
.cart-more-options .srp-pickup-header #deliver-at-text {
  width: 100%;
}
.cart-more-options .srp-pickup-header #deliver-at-text .srp-address-title {
  font-size: 14px;
}
.cart-more-options .srp-pickup-header #deliver-at-text .srp-address-title:after {
  padding: 0 20px !important;
  cursor: pointer;
  margin-top: -20px;
}
.cart-more-options .srp-pickup-header #deliver-at-text .srp-address-title:hover:after {
  background-color: #222D7A !important;
  color: #FFFFFF !important;
}
.cart-more-options .srp-pickup-header .srp-address-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  color: #222D7A;
  font-weight: 600 !important;
}
.cart-more-options .srp-pickup-header .srp-unavailable {
  margin-top: 1rem;
  width: 100%;
}
.cart-more-options .srp-pickup-header span,
.cart-more-options .srp-pickup-header strong {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  color: #000;
}
.cart-more-options .srp-pickup-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
}
.cart-more-options .srp-pickup-info .srp-items {
  text-wrap: nowrap;
  margin-right: 10px;
  font-size: 14px !important;
}
.cart-more-options .srp-pickup-info .srp-items strong {
  font-size: 14px !important;
}
.cart-more-options .srp-pickup-info #deliver-at-text {
  width: 100%;
}
.cart-more-options .srp-pickup-info #deliver-at-text .srp-address-title {
  font-size: 14px;
}
.cart-more-options .srp-pickup-info #deliver-at-text .srp-address-title:after {
  padding: 0 20px !important;
  cursor: pointer;
  margin-top: -20px;
}
.cart-more-options .srp-pickup-info #deliver-at-text .srp-address-title:hover:after {
  background-color: #222D7A !important;
  color: #FFFFFF !important;
}
.cart-more-options .srp-pickup-info .srp-address-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  color: #222D7A;
  font-weight: 600 !important;
}
.cart-more-options .srp-pickup-info .srp-unavailable {
  margin-top: 1rem;
  width: 100%;
}
.cart-more-options .srp-pickup-info .srp-shipping-current-single {
  border-radius: 4px !important;
  border-color: #777777 !important;
  width: 100%;
}
.cart-more-options .srp-delivery-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
}
.cart-more-options .srp-delivery-header .srp-items {
  text-wrap: nowrap;
  margin-right: 10px;
  font-size: 14px !important;
}
.cart-more-options .srp-delivery-header .srp-items strong {
  font-size: 14px !important;
}
.cart-more-options .srp-delivery-header #deliver-at-text {
  width: 100%;
}
.cart-more-options .srp-delivery-header #deliver-at-text .srp-address-title {
  font-size: 14px;
}
.cart-more-options .srp-delivery-header #deliver-at-text .srp-address-title:after {
  padding: 0 20px !important;
  cursor: pointer;
  margin-top: -20px;
}
.cart-more-options .srp-delivery-header #deliver-at-text .srp-address-title:hover:after {
  background-color: #222D7A !important;
  color: #FFFFFF !important;
}
.cart-more-options .srp-delivery-header .srp-address-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  color: #222D7A;
  font-weight: 600 !important;
}
.cart-more-options .srp-delivery-header .srp-unavailable {
  margin-top: 1rem;
  width: 100%;
}
.cart-more-options .srp-delivery-header span,
.cart-more-options .srp-delivery-header strong {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  color: #000;
}
.cart-more-options .srp-delivery-info .srp-shipping-current-single {
  border-radius: 4px !important;
  border-color: #777777 !important;
}
.cart-more-options .vtex-shipping-preview-0-x-postalCodeForgotten {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
.cart-more-options .vtex-shipping-preview-0-x-postalCodeForgotten #cart-shipping-calculate {
  margin: 0 !important;
}
.cart-more-options .srp-container {
  width: 100%;
}
.cart-more-options .srp-container .onda-v1 .ttu {
  text-transform: unset;
}
.cart-more-options .srp-container .onda-v1 .blue {
  color: #222D7A;
}
.cart-more-options .srp-container .ship-postalCode {
  max-width: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
}
.cart-more-options .srp-container .ship-postalCode .help.error {
  display: none !important;
}
.cart-more-options .srp-container .ship-postalCode label {
  width: 100%;
}
.cart-more-options .srp-container .ship-postalCode #ship-postalCode {
  margin-bottom: 0;
  margin-right: 15px;
  width: auto !important;
}
.cart-more-options .srp-container .ship-postalCode #ship-postalCode[value=""] {
  background-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 690px) {
  .cart-more-options .srp-container .ship-postalCode #ship-postalCode {
    max-width: 50%;
  }
}
.cart-more-options .srp-data {
  padding: 0;
  max-width: 430px;
  border-radius: 6px;
  background-color: #FFFFFF;
}
@media (max-width: 998px) {
  .cart-more-options .srp-data {
    max-width: 100%;
  }
}
.cart-more-options .srp-data .srp-toggle {
  margin: 0 0 1.5rem 0;
}
.cart-more-options .srp-data #shipping-calculate-link {
  text-transform: capitalize;
}
.cart-more-options .srp-data .srp-shipping-current-single__text,
.cart-more-options .srp-data .srp-shipping-current-single__price,
.cart-more-options .srp-data .srp-shipping-current-single__sla {
  color: #000;
}
.cart-more-options .srp-data .srp-shipping-current-single__bullet:before, .cart-more-options .srp-data .srp-shipping-current-single__bullet:after {
  border-color: #222D7A;
}
.cart-more-options .srp-data .srp-shipping-current-single__bullet svg {
  display: block !important;
}
.cart-more-options .srp-data .srp-shipping-current-single__bullet svg.srp-icon-radio-selected {
  background-color: #222D7A;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 100%;
}
.cart-more-options .srp-data .srp-shipping-current-single__bullet svg path {
  display: none !important;
}
.cart-more-options .srp-result .srp-delivery-info {
  font-size: 14px !important;
}
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert {
  width: 100%;
  max-width: 100%;
}
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert .button-unavailable-delivery-pickup-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert .button-unavailable-delivery-pickup-wrapper #find-pickup-link,
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert .button-unavailable-delivery-pickup-wrapper #find-pickup-link span {
  text-transform: unset;
}
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert #find-pickup-link,
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert .vtex-shipping-preview-0-x-removeFromCartWrapper {
  width: 100%;
}
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert #remove-unavailable-items {
  margin-top: 12px;
  width: 100%;
}
.cart-more-options .srp-result .vtex-shipping-preview-0-x-unavailableDeliveryAlert #remove-unavailable-items:hover {
  background-color: #222D7A !important;
  color: #FFFFFF !important;
}

#removeConfirmationModal {
  z-index: 99999999 !important;
}

.summary-coupon-wrap {
  margin: 0;
}
.summary-coupon .coupon-label label {
  font-size: 0 !important;
}
.summary-coupon .coupon-label label:after {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  color: #000 !important;
  display: none !important;
}
.summary-coupon fieldset.coupon-fieldset .coupon-fields {
  border: unset !important;
  padding: 0 !important;
}
.summary-coupon fieldset.coupon-fieldset div[data-bind="fadeVisible: isUsingCoupon()"] {
  flex-direction: column;
  align-items: flex-start;
}
.summary-coupon fieldset.coupon-fieldset div[data-bind="fadeVisible: isUsingCoupon()"] p {
  width: 100%;
}
.summary-coupon fieldset.coupon-fieldset div[data-bind="fadeVisible: isUsingCoupon()"] .info[data-bind="visible: isCouponTyped"] {
  position: relative;
  padding: 0px 15px 0 50px;
  background: #bbf1bb;
  height: 32px;
  margin-top: 10px;
  font-size: 14px !important;
}
.summary-coupon fieldset.coupon-fieldset div[data-bind="fadeVisible: isUsingCoupon()"] .info[data-bind="visible: isCouponTyped"]:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: calc(50% - 11px);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/arquivos/icon-verify.svg");
}
.summary-coupon fieldset.coupon-fieldset span:not([for=cart-coupon]),
.summary-coupon fieldset.coupon-fieldset label:not([for=cart-coupon]) {
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}
.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon {
  padding: 5px 0;
  cursor: pointer;
  font-size: 12px !important;
  margin-top: 15px !important;
}
.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon:hover {
  color: #1d63be;
}
.summary-coupon fieldset.coupon-fieldset #cart-coupon-remove:before {
  display: flex;
  background: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 11px !important;
  height: 11px !important;
  filter: brightness(0) saturate(100%) invert(50%) sepia(68%) saturate(4275%) hue-rotate(92deg) brightness(101%) contrast(82%);
}
.summary-coupon fieldset.coupon-fieldset.js-vcustom-showCustomMsgCoupon #cart-coupon-remove:before {
  filter: none;
}
.summary-coupon fieldset.coupon-fieldset.js-vcustom-showCustomMsgCoupon .info[data-bind="visible: isCouponTyped"] {
  background: #f1bbbb !important;
  color: #000 !important;
}
.summary-coupon fieldset.coupon-fieldset.js-vcustom-showCustomMsgCoupon .info[data-bind="visible: isCouponTyped"]:before {
  background-image: url("/arquivos/icon-error.svg") !important;
}
.summary-coupon .loading-coupon {
  font-size: 16px !important;
  line-height: 125% !important;
}
.summary-coupon .loading-coupon span {
  display: none !important;
}

.cart-template.full-cart .summary-template-holder {
  background-color: #F9F9F9;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .cart-template.full-cart .summary-template-holder {
    margin-top: -46px;
    width: 369px !important;
  }
}
@media (max-width: 690px) {
  .cart-template.full-cart .summary-template-holder {
    margin: 0 !important;
    width: 100% !important;
  }
}
.cart-template.full-cart .summary-template-holder .totalizers {
  display: flex !important;
  flex-direction: column-reverse;
}
.cart-template.full-cart .summary-template-holder .summary {
  background-color: #FFFFFF;
  display: flex !important;
  flex-direction: column-reverse;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0 0;
  padding: 0 15px 15px;
  overflow: hidden;
}
.cart-template.full-cart .summary-template-holder tbody {
  border: unset !important;
}
.cart-template.full-cart .summary-template-holder tfoot {
  border: unset !important;
}
.cart-template.full-cart .summary-template-holder tfoot tr {
  padding: 0 !important;
}
.cart-template.full-cart .summary-template-holder .totalizers-list {
  padding: 0 0 16px;
  border: unset !important;
}
.cart-template.full-cart .summary-template-holder .cart-links-bottom {
  background-color: #FFFFFF;
  display: block !important;
  position: static !important;
  padding: 0 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.cart-template.full-cart .summary-template-holder::before {
  margin: 10px 0;
  width: 100%;
  height: initial;
  line-height: initial;
  display: block;
  color: #222D7A;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .cart-template.full-cart .summary-template-holder::before {
    font-size: 20px !important;
  }
}
.cart-template.full-cart .summary-template-holder .btn-place-order-wrapper {
  padding: 0 !important;
}
@media (max-width: 690px) {
  .cart-template.full-cart .summary-template-holder .btn-place-order-wrapper {
    padding: 16px;
    display: flex;
    background: #FFFFFF;
  }
  .cart-template.full-cart .summary-template-holder .btn-place-order-wrapper a {
    margin: 0 !important;
  }
}
.cart-template.full-cart .summary-totalizers .table tr:not(.Items) {
  margin-top: 10px;
}
.cart-template.full-cart .summary-totalizers .table td {
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500;
}
.cart-template.full-cart .summary-totalizers .table tfoot tr td {
  font-weight: 600 !important;
  width: auto;
}
.cart-template.full-cart .summary-totalizers .table .Discounts .monetary {
  color: #2B9007 !important;
}
.cart-template.full-cart .summary-totalizers .accordion-group {
  padding: 0 !important;
  margin: 0 0 15px;
}
.cart-template.full-cart .cart-links-bottom {
  margin-top: 0 !important;
}

.summary #cart-coupon-add {
  height: 32px;
  line-height: 32px;
  font-size: 14px !important;
  line-height: 125% !important;
  background-color: #182E7B;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .summary #cart-coupon-add {
    width: 111px;
  }
}

#cart-to-orderform {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #C5FF5C;
  font-size: 0;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #182E7B;
  height: 44px;
}
#cart-to-orderform:hover {
  color: #C5FF5C;
  background-color: #182E7B;
}
#cart-to-orderform::before {
  font-size: 16px;
}

#cart-coupon {
  color: rgba(0, 0, 0, 0.6) !important;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 14px;
  border-radius: 4px !important;
  min-height: 32px !important;
  height: 32px !important;
  font-weight: 500;
  margin: 0 8px 0 0 !important;
}
#cart-coupon::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
}
@media (min-width: 1024px) {
  #cart-coupon {
    width: calc(100% - 111px);
  }
}

.cart-links-bottom {
  display: none !important;
}

.discountPaymentText {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  font-size: 14px;
  padding: 0 !important;
  margin: 15px 0 0;
}

.textPolicy {
  width: calc(100% + 30px) !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.9);
  background-color: #f2f2f2;
  margin: 15px 0 0 -15px !important;
  text-align: left;
  padding: 10px 15px;
}

.linkPolicy {
  color: #2E72D2;
  font-weight: 600;
}

.stm-listBenefits .stm-benefitItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stm-benefitName,
.stm-benefitPrice {
  max-width: 200px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.stm-listBenefits.stm-load:after {
  content: "";
  width: 100%;
  display: block;
}

.VTEX-PIX__modal-container {
  height: calc(100% - 51px);
}

.VTEX-PIX__modal-container::-webkit-scrollbar {
  width: 10px;
}

.VTEX-PIX__modal-container::-webkit-scrollbar-track {
  background: #ecf1fa;
}

.VTEX-PIX__modal-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.table.cart-items tbody tr.product-item.unavailable {
  background: #EBE9E1;
}
.table.cart-items tbody tr.product-item.unavailable .v-custom-product-item-wrap {
  background: transparent;
  padding: 15px 0 15px 15px !important;
}
@media (max-width: 998px) {
  .table.cart-items tbody tr.product-item.unavailable .v-custom-product-item-wrap {
    padding: 15px 0 15px 110px !important;
  }
  .table.cart-items tbody tr.product-item.unavailable .v-custom-product-item-wrap td.product-name {
    margin: 0 !important;
    padding-right: 25px !important;
  }
  .table.cart-items tbody tr.product-item.unavailable .v-custom-product-item-wrap td.product-image {
    margin-left: 15px !important;
  }
  .table.cart-items tbody tr.product-item.unavailable .v-custom-product-item-wrap td.quantity {
    display: none;
  }
}
.table.cart-items tbody tr.product-item.unavailable td.quantity,
.table.cart-items tbody tr.product-item.unavailable td.product-name {
  opacity: 0.4;
}
@media (max-width: 690px) {
  .table.cart-items tbody tr.product-item.unavailable td.item-remove {
    top: 12px !important;
    right: 12px !important;
  }
}
.table.cart-items tbody tr.item-unavailable {
  padding: 10px 40px !important;
  margin: -30px 0 0 0 !important;
  border-radius: 0 !important;
  background: #EBE9E1;
}
@media (max-width: 690px) {
  .table.cart-items tbody tr.item-unavailable {
    padding: 0 !important;
  }
}
.table.cart-items tbody tr.item-unavailable .top-arrow {
  display: none !important;
}
.table.cart-items tbody tr.item-unavailable .item-unavailable-message {
  text-align: left;
  width: 100%;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 690px) {
  .table.cart-items tbody tr.item-unavailable .item-unavailable-message {
    background-color: #ebe9e1 !important;
    border-radius: 0 0 8px 8px;
  }
}
.table.cart-items tbody tr.item-unavailable .item-unavailable-message i {
  margin: 0 5px 15px 15px;
  display: none;
}
.table.cart-items tbody tr.item-unavailable .item-unavailable-message i:before {
  margin: 0;
}
.table.cart-items tbody tr.item-unavailable .item-unavailable-message i,
.table.cart-items tbody tr.item-unavailable .item-unavailable-message span {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-shadow: none;
}
@media (max-width: 690px) {
  .table.cart-items tbody tr.item-unavailable .item-unavailable-message i,
  .table.cart-items tbody tr.item-unavailable .item-unavailable-message span {
    font-size: 12px !important;
    padding: 0 10px 0 15px !important;
    margin-bottom: 10px;
  }
}

.item-unavailable .item-unavailable-message .help-arrow {
  display: none;
}

.container-cart #cart-title {
  margin: 10px 0;
  height: initial;
  line-height: initial;
  padding: 0 !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #222D7A !important;
  display: block !important;
}
@media (min-width: 1024px) {
  .container-cart #cart-title {
    font-size: 20px !important;
  }
}
@media (max-width: 690px) {
  .container-cart #cart-title {
    font-size: 16px !important;
  }
}

.cart-template .summary-template-holder .cart-more-options {
  overflow: hidden;
  height: 0 !important;
  visibility: hidden !important;
}

@media (min-width: 1024px) {
  .cart-template-holder {
    width: calc(100% - 400px) !important;
  }
}
@media (max-width: 998px) {
  .cart-template-holder {
    width: 100% !important;
  }
}
.cart-template-holder .cart {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .cart-template-holder .cart {
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #EBE9E1;
  }
}
.cart-template-holder .cart .cart-items tbody {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .cart-template-holder .cart .cart-items tbody tr {
    padding: 10px 25px;
    border-top: 1px solid #EBE9E1;
  }
}
@media (max-width: 690px) {
  .cart-template-holder .cart .cart-items tbody tr {
    padding: 10px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #EBE9E1;
  }
  .cart-template-holder .cart .cart-items tbody tr:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cart-template-holder .cart .cart-items tbody tr .v-custom-product-item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 998px) {
  .cart-template-holder .cart .cart-items tbody tr .v-custom-product-item-wrap {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 100px;
    justify-content: space-between;
  }
}
@media (max-width: 690px) {
  .cart-template-holder .cart .cart-items tbody tr .v-custom-product-item-wrap {
    min-height: 110px;
  }
  .cart-template-holder .cart .cart-items tbody tr .v-custom-product-item-wrap:after {
    display: none !important;
  }
}
.cart-template-holder .cart .cart-items thead tr {
  padding: 0 25px;
}
.cart-template-holder .cart .cart-items thead tr th {
  color: #222D7A;
  text-transform: lowercase;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  height: 60px !important;
  line-height: 60px !important;
  text-transform: capitalize;
}
.cart-template-holder .cart .cart-items thead tr th:not(.product) {
  padding: 0 !important;
}
.cart-template-holder .cart .cart-items thead tr th.product {
  width: 60% !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 95px;
  order: 1;
}
.cart-template-holder .cart .cart-items thead tr th.shipping-data {
  order: 2;
}
.cart-template-holder .cart .cart-items thead tr th.product-price {
  width: 15% !important;
  order: 3;
}
.cart-template-holder .cart .cart-items thead tr th.quantity {
  order: 4;
}
.cart-template-holder .cart .cart-items thead tr th.quantity-price {
  width: 15% !important;
  margin-right: 20px;
  display: block !important;
  order: 5;
}
.cart-template-holder .cart .cart-items thead tr th.item-remove {
  order: 6;
}
.cart-template-holder .cart-more-options {
  border: unset !important;
}

.table.cart-items tbody tr td.item-remove {
  margin: 0 !important;
  padding: 0 !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
}
@media (max-width: 690px) {
  .table.cart-items tbody tr td.item-remove {
    margin: 0 !important;
    top: initial !important;
    position: absolute !important;
    bottom: 6px !important;
    right: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.table.cart-items tbody tr td.item-remove a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}
.table.cart-items tbody tr td.item-remove a .icon-remove:before {
  content: "" !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 16 18" fill="none"><path d="M3.73428 17.6032C3.15961 17.6032 2.67011 17.401 2.26578 16.9967C1.86144 16.5923 1.65928 16.1028 1.65928 15.5282V3.66567H1.35928C1.06844 3.66567 0.822777 3.56601 0.622277 3.36667C0.421944 3.16717 0.321777 2.92276 0.321777 2.63342C0.321777 2.34409 0.421944 2.09792 0.622277 1.89492C0.822777 1.69209 1.06844 1.59067 1.35928 1.59067H5.46253V1.29067C5.46253 0.99984 5.56269 0.754174 5.76303 0.553674C5.96353 0.353341 6.20919 0.253174 6.50003 0.253174H9.48803C9.77886 0.253174 10.0245 0.353341 10.225 0.553674C10.4254 0.754174 10.5255 0.99984 10.5255 1.29067V1.59067H14.6408C14.9316 1.59067 15.1773 1.69034 15.3778 1.88967C15.5781 2.08917 15.6783 2.33359 15.6783 2.62292C15.6783 2.91226 15.5781 3.15842 15.3778 3.36142C15.1773 3.56426 14.9316 3.66567 14.6408 3.66567H14.3408V15.5174C14.3408 16.1043 14.1386 16.5986 13.7343 17.0004C13.3299 17.4023 12.8404 17.6032 12.2658 17.6032H3.73428ZM12.2658 3.66567H3.73428V15.5282H12.2658V3.66567ZM6.45878 13.7939C6.72828 13.7939 6.95753 13.7007 7.14653 13.5142C7.33553 13.3278 7.43003 13.0992 7.43003 12.8282V6.35967C7.43003 6.08867 7.33728 5.86001 7.15178 5.67367C6.96628 5.48717 6.73886 5.39392 6.46953 5.39392C6.20003 5.39392 5.96978 5.48717 5.77878 5.67367C5.58794 5.86001 5.49253 6.08867 5.49253 6.35967V12.8282C5.49253 13.0992 5.58619 13.3278 5.77353 13.5142C5.96103 13.7007 6.18944 13.7939 6.45878 13.7939ZM9.53653 13.7939C9.80603 13.7939 10.0353 13.7007 10.2243 13.5142C10.4131 13.3278 10.5075 13.0992 10.5075 12.8282V6.35967C10.5075 6.08867 10.4149 5.86001 10.2295 5.67367C10.044 5.48717 9.81653 5.39392 9.54703 5.39392C9.27769 5.39392 9.04753 5.48717 8.85653 5.67367C8.66553 5.86001 8.57003 6.08867 8.57003 6.35967V12.8282C8.57003 13.0992 8.66378 13.3278 8.85128 13.5142C9.03878 13.7007 9.26719 13.7939 9.53653 13.7939Z" fill="%23D82C0D"/></svg>');
}
.table.cart-items tbody tr td.item-remove .icon-spinner {
  display: none !important;
}

.table.cart-items tbody tr td {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .table.cart-items tbody tr td.product-image {
    width: 10% !important;
    min-width: 10% !important;
  }
}
@media (max-width: 690px) {
  .table.cart-items tbody tr td.product-image {
    top: 0;
    width: 80px !important;
    min-width: 80px !important;
  }
}
.table.cart-items tbody tr td.product-image a,
.table.cart-items tbody tr td.product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.table.cart-items tbody tr td.product-name {
  width: 50% !important;
}
@media (min-width: 1024px) {
  .table.cart-items tbody tr td.product-name {
    padding-left: 16px !important;
  }
}
@media (max-width: 998px) {
  .table.cart-items tbody tr td.product-name {
    padding: 0 35px 0 0 !important;
    width: 100% !important;
  }
}
.table.cart-items tbody tr td.product-name a {
  color: #000;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
}
.table.cart-items tbody tr .brand {
  color: #777777;
  display: none !important;
}
.table.cart-items tbody tr .seller {
  font-size: 12px !important;
  display: flex;
}

.table.cart-items tbody tr td.product-price {
  order: 3;
  align-items: center;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}
@media (min-width: 1024px) {
  .table.cart-items tbody tr td.product-price {
    width: 15% !important;
    min-width: 15% !important;
  }
}
@media (max-width: 690px) {
  .table.cart-items tbody tr td.product-price {
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start !important;
  }
}
.table.cart-items tbody tr td.product-price span {
  color: #000;
  text-align: center !important;
}
@media (max-width: 690px) {
  .table.cart-items tbody tr td.product-price {
    text-align: left !important;
    float: unset !important;
    display: flex !important;
    flex-direction: row;
  }
  .table.cart-items tbody tr td.product-price .best-price {
    margin: 0 !important;
  }
}
.table.cart-items tbody tr td.product-price .best-price {
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
}
.table.cart-items tbody tr td.product-price .best-price .icon-question-sign {
  display: none;
}
.table.cart-items tbody tr td.product-price .v-custom-quantity-price {
  display: none !important;
}
.table.cart-items tbody tr td.product-price .list-price {
  color: #999999;
  font-size: 12px !important;
  line-height: 125% !important;
  text-decoration: line-through;
}
.table.cart-items tbody tr td.product-price .list-price del {
  color: #999999;
}
.table.cart-items tbody tr td.product-price .list-price.hide {
  display: none !important;
}
.table.cart-items tbody tr td.product-price .price-details {
  display: flex;
}
.table.cart-items tbody tr td.product-price .price-details a {
  margin: 0;
  color: #000;
}

.new-product-price {
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.new-product-size {
  color: #000 !important;
}

#cartLoadedDiv td.product-name .seller {
  font-size: 10px;
  margin: 10px 0;
  color: #000;
}

#cartLoadedDiv td.product-name .seller span[data-bind="text: sellerName"] {
  font-weight: 600;
}

td.product-name .brand .brand-label {
  margin-right: 0.625rem;
}

.v-custom-quantity-price__list--list {
  margin-bottom: 0 !important;
}

.table.cart-items tbody tr td.quantity {
  display: flex;
  border-radius: 6px;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: space-between;
  border: 1px solid #EBE9E1 !important;
}
@media (min-width: 1024px) {
  .table.cart-items tbody tr td.quantity {
    width: 10% !important;
    min-width: 10% !important;
  }
}
@media (max-width: 998px) {
  .table.cart-items tbody tr td.quantity {
    width: 86px !important;
    min-width: 86px !important;
  }
}
.table.cart-items tbody tr td.quantity i {
  width: 25px;
  height: 25px;
}
.table.cart-items tbody tr td.quantity a {
  font-size: 0 !important;
}
.table.cart-items tbody tr td.quantity input {
  text-align: center !important;
  text-indent: initial !important;
  max-height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  border: unset !important;
  line-height: 18px !important;
  font-family: "Montserrat", sans-serif;
}
.table.cart-items tbody tr td.quantity .icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.table.cart-items tbody tr td.quantity .icon:before {
  content: "" !important;
  background-position: center;
  background-size: 63% !important;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.table.cart-items tbody tr td.quantity .icon-minus-sign:before {
  background-image: url("/arquivos/icon-minus-blue.svg") !important;
}
.table.cart-items tbody tr td.quantity .icon-plus-sign:before {
  background-image: url("/arquivos/icon-plus-blue.svg") !important;
}
.table.cart-items tbody tr td.quantity small {
  display: none;
}
.table.cart-items tbody tr td.quantity-price {
  display: block !important;
}
@media (min-width: 1024px) {
  .table.cart-items tbody tr td.quantity-price {
    width: 15% !important;
  }
}
@media (max-width: 690px) {
  .table.cart-items tbody tr td.quantity-price {
    margin-right: 40px !important;
  }
}
.table.cart-items tbody tr td.quantity-price span {
  color: #2E72D2;
}

.table.cart-items tbody tr td.item-remove {
  margin: 0 !important;
  padding: 0 !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
}
@media (max-width: 690px) {
  .table.cart-items tbody tr td.item-remove {
    margin: 0 !important;
    top: initial !important;
    position: absolute !important;
    bottom: 6px !important;
    right: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.table.cart-items tbody tr td.item-remove a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}
.table.cart-items tbody tr td.item-remove a .icon-remove:before {
  content: "" !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 16 18" fill="none"><path d="M3.73428 17.6032C3.15961 17.6032 2.67011 17.401 2.26578 16.9967C1.86144 16.5923 1.65928 16.1028 1.65928 15.5282V3.66567H1.35928C1.06844 3.66567 0.822777 3.56601 0.622277 3.36667C0.421944 3.16717 0.321777 2.92276 0.321777 2.63342C0.321777 2.34409 0.421944 2.09792 0.622277 1.89492C0.822777 1.69209 1.06844 1.59067 1.35928 1.59067H5.46253V1.29067C5.46253 0.99984 5.56269 0.754174 5.76303 0.553674C5.96353 0.353341 6.20919 0.253174 6.50003 0.253174H9.48803C9.77886 0.253174 10.0245 0.353341 10.225 0.553674C10.4254 0.754174 10.5255 0.99984 10.5255 1.29067V1.59067H14.6408C14.9316 1.59067 15.1773 1.69034 15.3778 1.88967C15.5781 2.08917 15.6783 2.33359 15.6783 2.62292C15.6783 2.91226 15.5781 3.15842 15.3778 3.36142C15.1773 3.56426 14.9316 3.66567 14.6408 3.66567H14.3408V15.5174C14.3408 16.1043 14.1386 16.5986 13.7343 17.0004C13.3299 17.4023 12.8404 17.6032 12.2658 17.6032H3.73428ZM12.2658 3.66567H3.73428V15.5282H12.2658V3.66567ZM6.45878 13.7939C6.72828 13.7939 6.95753 13.7007 7.14653 13.5142C7.33553 13.3278 7.43003 13.0992 7.43003 12.8282V6.35967C7.43003 6.08867 7.33728 5.86001 7.15178 5.67367C6.96628 5.48717 6.73886 5.39392 6.46953 5.39392C6.20003 5.39392 5.96978 5.48717 5.77878 5.67367C5.58794 5.86001 5.49253 6.08867 5.49253 6.35967V12.8282C5.49253 13.0992 5.58619 13.3278 5.77353 13.5142C5.96103 13.7007 6.18944 13.7939 6.45878 13.7939ZM9.53653 13.7939C9.80603 13.7939 10.0353 13.7007 10.2243 13.5142C10.4131 13.3278 10.5075 13.0992 10.5075 12.8282V6.35967C10.5075 6.08867 10.4149 5.86001 10.2295 5.67367C10.044 5.48717 9.81653 5.39392 9.54703 5.39392C9.27769 5.39392 9.04753 5.48717 8.85653 5.67367C8.66553 5.86001 8.57003 6.08867 8.57003 6.35967V12.8282C8.57003 13.0992 8.66378 13.3278 8.85128 13.5142C9.03878 13.7007 9.26719 13.7939 9.53653 13.7939Z" fill="%23D82C0D"/></svg>');
}
.table.cart-items tbody tr td.item-remove .icon-spinner {
  display: none !important;
}

@media screen and (min-width: 1026px) {
  .table.cart-items tbody tr td .field-help {
    background: #000 !important;
    border-radius: 0 !important;
    border: unset;
    margin-top: 7px;
  }
  .table.cart-items tbody tr td .field-help .price-details-title span {
    font-weight: 400 !important;
    color: #FFFFFF !important;
  }
  .table.cart-items tbody tr td .field-help span {
    font-weight: 400 !important;
    color: #FFFFFF !important;
    margin-top: 8px;
  }
}
.icon-question-sign {
  margin: 0 !important;
}

.client-pre-email span.error {
  font-size: 14px !important;
  line-height: 125% !important;
}
.client-pre-email .client-email.input.text .btn-success {
  left: 0;
  right: 0;
  transform: unset;
  position: relative;
  top: 0;
}

.emailInfo .unstyled {
  padding: 0;
}
.emailInfo .unstyled li {
  line-height: 1.4rem;
}
.emailInfo .unstyled li .icon-ok {
  font-size: 12px;
  color: #c4ff5b;
}

.orderform-template-holder #client-profile-data .step.client-profile-data {
  margin-bottom: 20px !important;
}
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle {
  margin: 0 !important;
  padding: 0 !important;
}

.client-pre-email + .client-profile-data .accordion-body:before {
  font-size: 0 !important;
}

#not-corporate-client {
  border: none;
  color: #2E72D2;
  font-size: 14px;
  font-weight: 500;
}

#not-corporate-client,
#has-phone-key,
#has-document-key {
  margin-bottom: 15px;
}

.client-notice.notice {
  display: none !important;
}

.corporate-title.visible,
.document-box-title.visible {
  font-size: 14px;
}

#client-profile-data {
  padding: 0 !important;
  margin: 0 !important;
  border: unset !important;
}
#client-profile-data .client-pre-email {
  padding: 0 !important;
}
#client-profile-data .client-pre-email .emailInfo {
  padding: 0 !important;
  border: unset !important;
  background-color: #FFFFFF;
  width: 100%;
}
#client-profile-data .client-pre-email .emailInfo h3,
#client-profile-data .client-pre-email .emailInfo ul,
#client-profile-data .client-pre-email .emailInfo li,
#client-profile-data .client-pre-email .emailInfo span,
#client-profile-data .client-pre-email .emailInfo i {
  color: #000;
}
#client-profile-data .client-pre-email .emailInfo h3 {
  font-weight: 600 !important;
  font-size: 14px;
}
#client-profile-data .client-pre-email .emailInfo span {
  font-weight: 400 !important;
  font-size: 14px;
}
#client-profile-data .client-pre-email .emailInfo .icon-lock {
  display: none !important;
}
#client-profile-data .client-pre-email .client-email.input.text {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  #client-profile-data .client-pre-email .client-email.input.text {
    flex-direction: column;
    gap: 10px;
  }
}
#client-profile-data .client-pre-email-h {
  width: 100%;
}
#client-profile-data .client-pre-email-h span {
  padding: 0 !important;
  width: 100%;
  color: #222D7A;
}
#client-profile-data .client-pre-email-h span::before {
  display: none;
}
#client-profile-data .client-pre-email-h span::after {
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 125% !important;
  font-weight: 600 !important;
  height: 60px !important;
  line-height: 60px !important;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
  width: 100%;
  color: #222D7A;
}
#client-profile-data .form-step {
  margin: 0 !important;
  padding: 0 !important;
}
#client-profile-data .gpdr-info {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 380px) {
  #client-profile-data .gpdr-info #linkGDPR {
    text-decoration: underline !important;
    line-height: 140%;
  }
  #client-profile-data .gpdr-info #linkGDPR:after, #client-profile-data .gpdr-info #linkGDPR:before {
    display: none !important;
  }
}
#client-profile-data .step {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
#client-profile-data .step.filled .accordion-heading {
  background-color: unset !important;
}
#client-profile-data .link-box-edit {
  opacity: 1 !important;
}
#client-profile-data .icon-edit {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 32px !important;
  line-height: 32px !important;
  padding: 0 10px;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
}
#client-profile-data .icon-edit:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
#client-profile-data .icon-edit:hover:before {
  filter: brightness(100);
}
#client-profile-data .icon-edit:after {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  position: relative !important;
}
#client-profile-data .icon-edit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M2 17C1.5875 17 1.23438 16.8531 0.940625 16.5594C0.646875 16.2656 0.5 15.9125 0.5 15.5C0.5 15.0875 0.646875 14.7344 0.940625 14.4406C1.23438 14.1469 1.5875 14 2 14H14C14.4125 14 14.7656 14.1469 15.0594 14.4406C15.3531 14.7344 15.5 15.0875 15.5 15.5C15.5 15.9125 15.3531 16.2656 15.0594 16.5594C14.7656 16.8531 14.4125 17 14 17H2ZM3.5 11H4.55L10.4 5.16875L9.33125 4.1L3.5 9.95V11ZM2 11.75V9.63125C2 9.53125 2.01875 9.43438 2.05625 9.34063C2.09375 9.24688 2.15 9.1625 2.225 9.0875L10.4 0.93125C10.5375 0.79375 10.6969 0.6875 10.8781 0.6125C11.0594 0.5375 11.25 0.5 11.45 0.5C11.65 0.5 11.8438 0.5375 12.0312 0.6125C12.2188 0.6875 12.3875 0.8 12.5375 0.95L13.5688 2C13.7188 2.1375 13.8281 2.3 13.8969 2.4875C13.9656 2.675 14 2.86875 14 3.06875C14 3.25625 13.9656 3.44062 13.8969 3.62187C13.8281 3.80312 13.7188 3.96875 13.5688 4.11875L5.4125 12.275C5.3375 12.35 5.25313 12.4062 5.15938 12.4438C5.06563 12.4812 4.96875 12.5 4.86875 12.5H2.75C2.5375 12.5 2.35938 12.4281 2.21563 12.2844C2.07188 12.1406 2 11.9625 2 11.75Z" fill="%23222D7A"/></svg>');
}
#client-profile-data .accordion-heading {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  background-color: unset;
}
#client-profile-data .accordion-heading [data-i18n="clientProfileData.identification"] {
  font-size: 0;
  color: #222D7A;
  padding: 0 !important;
  height: 50px !important;
  line-height: 50px !important;
  text-transform: capitalize;
  width: 100%;
}
#client-profile-data .accordion-heading [data-i18n="clientProfileData.identification"]:after {
  content: "Seus dados";
  font-weight: 500;
}
@media (min-width: 1024px) {
  #client-profile-data .accordion-heading [data-i18n="clientProfileData.identification"]:after {
    font-size: 20px;
  }
}
@media (max-width: 690px) {
  #client-profile-data .accordion-heading [data-i18n="clientProfileData.identification"]:after {
    font-size: 16px;
  }
}
#client-profile-data .accordion-heading .icon-user {
  margin-right: 10px;
  display: none !important;
  display: none !important;
}
#client-profile-data .accordion-heading span.accordion-toggle {
  display: inline-flex !important;
  width: 100%;
  align-items: center;
}
#client-profile-data .accordion-heading span:before {
  display: none;
}
#client-profile-data .box-info .client-profile-email {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 690px) {
  #client-profile-data .box-info .client-profile-email {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
}
#client-profile-data .box-info .client-profile-summary {
  margin-top: 0;
}
#client-profile-data .box-info .link-logout-container {
  margin-left: 5px;
  font-size: 0 !important;
}
@media (max-width: 690px) {
  #client-profile-data .box-info .link-logout-container {
    font-size: 0;
    margin-left: 0 !important;
    margin-top: 5px;
  }
}
#client-profile-data .box-info .link-logout {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 32px !important;
  line-height: 32px !important;
  padding: 0 10px;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
}
#client-profile-data .box-info .link-logout:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
#client-profile-data .box-info .link-logout:hover:before {
  filter: brightness(100);
}
#client-profile-data .box-info .link-logout:after {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  position: relative !important;
}
#client-profile-data .box-info .link-logout:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M2 17C1.5875 17 1.23438 16.8531 0.940625 16.5594C0.646875 16.2656 0.5 15.9125 0.5 15.5C0.5 15.0875 0.646875 14.7344 0.940625 14.4406C1.23438 14.1469 1.5875 14 2 14H14C14.4125 14 14.7656 14.1469 15.0594 14.4406C15.3531 14.7344 15.5 15.0875 15.5 15.5C15.5 15.9125 15.3531 16.2656 15.0594 16.5594C14.7656 16.8531 14.4125 17 14 17H2ZM3.5 11H4.55L10.4 5.16875L9.33125 4.1L3.5 9.95V11ZM2 11.75V9.63125C2 9.53125 2.01875 9.43438 2.05625 9.34063C2.09375 9.24688 2.15 9.1625 2.225 9.0875L10.4 0.93125C10.5375 0.79375 10.6969 0.6875 10.8781 0.6125C11.0594 0.5375 11.25 0.5 11.45 0.5C11.65 0.5 11.8438 0.5375 12.0312 0.6125C12.2188 0.6875 12.3875 0.8 12.5375 0.95L13.5688 2C13.7188 2.1375 13.8281 2.3 13.8969 2.4875C13.9656 2.675 14 2.86875 14 3.06875C14 3.25625 13.9656 3.44062 13.8969 3.62187C13.8281 3.80312 13.7188 3.96875 13.5688 4.11875L5.4125 12.275C5.3375 12.35 5.25313 12.4062 5.15938 12.4438C5.06563 12.4812 4.96875 12.5 4.86875 12.5H2.75C2.5375 12.5 2.35938 12.4281 2.21563 12.2844C2.07188 12.1406 2 11.9625 2 11.75Z" fill="%23222D7A"/></svg>');
}
#client-profile-data .box-info br {
  display: block;
  height: 10px;
  width: 100%;
  content: "";
}
#client-profile-data .box-info .client-profile-email {
  margin-bottom: 10px;
}
#client-profile-data .box-info .client-profile-email span {
  font-size: 14px;
}
#client-profile-data .box-info .client-profile-summary br {
  display: none;
}
#client-profile-data .box-info .client-profile-summary span {
  display: block;
  font-size: 14px;
}
#client-profile-data .box-info .email:before {
  display: inline-flex;
  margin-right: 5px;
}
#client-profile-data .box-client-info {
  display: flex;
  flex-direction: column;
}
#client-profile-data .box-client-info .user-type-container .error {
  width: auto;
  text-align: left;
  margin-top: 5px;
  position: static !important;
  font-size: 12px !important;
  line-height: 125% !important;
  color: #D82C0D !important;
}
#client-profile-data .box-client-info .utContainerClass__label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
}
#client-profile-data .box-client-info .utContainerClass__container {
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  #client-profile-data .box-client-info .utContainerClass__container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#client-profile-data .box-client-info .utContainerClass__container_item {
  background-color: #f2f2f2;
  padding: 0 15px;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 10px;
  align-items: center;
  border: 1px solid transparent;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #client-profile-data .box-client-info .utContainerClass__container_item {
    width: 49%;
  }
}
#client-profile-data .box-client-info .utContainerClass__container_item:has(input:checked) {
  border-color: #2E72D2 !important;
}
#client-profile-data .box-client-info .utContainerClass__container_item div {
  flex-direction: row;
}
#client-profile-data .box-client-info .utContainerClass__container_item input {
  width: auto !important;
  border: none;
  flex-direction: row;
}
#client-profile-data .box-client-info .utContainerClass__container_item input::after {
  border: 2px solid rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 20px;
  margin-left: 16px;
  top: calc(50% - 10px);
  left: -16px;
}
#client-profile-data .box-client-info .utContainerClass__container_item input::before {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  top: calc(50% - 10px);
  left: -16px;
  background: url("/arquivos/check_circle _radio.png");
  background-size: cover;
}
#client-profile-data .box-client-info .utContainerClass__container_item input:checked + label {
  color: #2E72D2;
  font-weight: 600;
}
#client-profile-data .box-client-info .utContainerClass__container_item label {
  color: #000;
  line-height: 28px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}
#client-profile-data .box-client-info .utContainerClass__container_item img {
  display: block;
  width: 18px;
  height: 18px;
}
#client-profile-data .box-client-info .utContainerClass__container_item {
  background-color: #f2f2f2;
  display: flex;
}
#client-profile-data .box-client-info p.client-phone {
  width: 100%;
}
@media (min-width: 768px) {
  #client-profile-data .box-client-info p.client-first-name, #client-profile-data .box-client-info p.client-document {
    margin-right: 8px !important;
    width: calc(50% - 8px);
  }
  #client-profile-data .box-client-info p.client-last-name, #client-profile-data .box-client-info p.client-document + div {
    margin-left: 8px !important;
    width: calc(50% - 8px) !important;
  }
  #client-profile-data .box-client-info p.client-document + div {
    left: 8px;
    position: relative;
  }
}
#client-profile-data .box-client-info p label {
  color: #000;
  margin: 0 0 4px !important;
  font-size: 14px;
  font-weight: 400;
}
#client-profile-data .box-client-info p label.checkbox {
  padding: 0 !important;
  align-items: center !important;
  margin: 0 8px;
  display: flex;
  line-height: 14px !important;
}
#client-profile-data .box-client-info p label.checkbox span {
  line-height: 14px !important;
}
#client-profile-data .box-client-info p.save-data {
  display: block !important;
}
#client-profile-data .box-client-info p.custom-corporate-terms {
  order: 1;
}
#client-profile-data .box-client-info p.custom-corporate-terms span {
  font-size: 0 !important;
}
#client-profile-data .box-client-info p.custom-corporate-terms span::before {
  display: inline-flex;
  font-size: 14px;
}
#client-profile-data .box-client-info p.custom-corporate-terms span a {
  margin-left: 5px;
  font-size: 14px;
}
#client-profile-data .box-client-info p.newsletter, #client-profile-data .box-client-info p.save-data {
  order: 3;
}
#client-profile-data .box-client-info p.newsletter span, #client-profile-data .box-client-info p.save-data span {
  font-size: 0 !important;
  margin-left: 8px;
}
#client-profile-data .box-client-info p.newsletter span::after, #client-profile-data .box-client-info p.save-data span::after {
  font-size: 14px;
}
#client-profile-data .box-client-info p span.error {
  width: auto;
  text-align: left;
  margin-top: 5px;
  position: static !important;
  font-size: 12px !important;
  line-height: 125% !important;
  color: #D82C0D !important;
}
#client-profile-data .box-client-info div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#client-profile-data .box-client-info input:not([type=checkbox]) {
  width: 100%;
  margin: 0;
}
#client-profile-data .box-client-info input.focus-visible {
  color: #000 !important;
}
#client-profile-data .box-client-info-pj {
  padding-bottom: 16px !important;
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#client-profile-data .box-client-info-pj .corporate-title {
  color: #222D7A !important;
  font-size: 0;
  font-weight: 600;
}
#client-profile-data .box-client-info-pj .corporate-title::before {
  content: "Dados de pessoa jurídica";
  font-size: 14px;
}
#client-profile-data .box-client-info-pj .links {
  margin: 0;
  color: #222D7A !important;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 5px;
}
#client-profile-data .box-client-info-pj .links .link {
  display: flex;
  font-size: 12px !important;
  line-height: 12px !important;
}
#client-profile-data .box-client-info-pj .links .link #is-corporate-client {
  margin-top: 7px;
  color: #222D7A;
  text-decoration: underline;
}
#client-profile-data .box-client-info-pj .links .link #is-corporate-client::before {
  content: "+";
}
#client-profile-data .box-client-info-pj .links a {
  margin: 0;
}
#client-profile-data .box-client-info-pj .state-inscription-box {
  display: none;
}
#client-profile-data .box-client-info-pj .company-document-box,
#client-profile-data .box-client-info-pj .other-company-document {
  width: 100%;
}
#client-profile-data .box-client-info-pj .link-use-country-company-document {
  margin: 0 0 1rem;
}
#client-profile-data .box-client-info-pj .exempt-si-label {
  padding: 0;
}
#client-profile-data .box-client-info-pj .exempt-si-text {
  margin-left: 10px;
}
#client-profile-data .box-client-info-pj .stm-fake-radio {
  margin: 12px 0 15px !important;
}
#client-profile-data .box-client-info-pj .stm-fake-radio label {
  margin-right: 10px;
}
#client-profile-data .box-client-info-pj .stm-fake-radio label span {
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}
#client-profile-data .box-client-info-pj .stm-fake-radio-isento {
  margin: 0 !important;
  padding: 0 5px;
  height: 40px;
  background-color: #f2f2f2;
  width: 80px !important;
  z-index: 999;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  right: 1px;
}
#client-profile-data .box-client-info-pj .stm-fake-radio-isento label {
  margin: 0 10px 0 0 !important;
}
#client-profile-data .box-client-info-pj .stm-fake-radio-isento label input {
  width: 16px;
  height: 16px;
}
#client-profile-data .box-client-info-pj .stm-fake-radio-isento label input:after {
  width: 16px;
  height: 16px;
  margin: 0;
  top: -1px;
  left: -1px;
}
#client-profile-data .box-client-info-pj .stm-fake-radio-isento label span {
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}
#client-profile-data .box-client-info-pj #no-company-document-key,
#client-profile-data .box-client-info-pj #has-company-document-key {
  display: none !important;
}
#client-profile-data .btn-submit-wrapper {
  margin: 0;
}
#client-profile-data .btn-submit-wrapper button {
  margin: unset !important;
}

/* Koozy new Styles */
.orderform-active {
  /* Remove Document is Required (phone) */
}
.orderform-active .client-profile-data,
.orderform-active .mini-cart .custom-cart-template-wrap {
  margin: 0 !important;
  border: unset !important;
}
.orderform-active .client-profile-data i.icon-user {
  background: #000;
  border-radius: 50%;
}
.orderform-active .orderform-template-holder i.icon-home {
  background: #000;
  border-radius: 50%;
}
.orderform-active .orderform-template-holder i.icon-credit-card {
  background: #000;
  border-radius: 50%;
}
.orderform-active .client-phone p.input.required.mask {
  display: none !important;
}
.orderform-active .box-client-info-pf .phone-box,
.orderform-active .box-client-info-pf .document-is-required,
.orderform-active .box-client-info-pf .document-box {
  display: none !important;
}
.orderform-active .accordion-toggle-active i {
  border-color: #000 !important;
}
.orderform-active .accordion-toggle-active i::before {
  background-color: #000 !important;
  color: #FFFFFF !important;
}

span[data-i18n="clientProfileData.phoneIsMobile"] {
  margin-left: 1rem;
}

.accordion-heading {
  background-color: #F9F9F9 !important;
}
.accordion-heading #edit-profile-data i::after,
.accordion-heading #edit-shipping-data i::after,
.accordion-heading #edit-payment-data i::after {
  display: none;
}

.cart-template .accordion-inner:after {
  color: #000;
  text-align: center;
  padding: 20px 0;
  display: block;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 125% !important;
  display: none;
}

.corporate-info-box {
  position: relative;
}

.exempt-si-text:before {
  content: "Isento";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}

.checkbox.exempt-si-label {
  display: flex;
}

.orderform-template-holder #shipping-data .shipping-summary-info {
  display: flex;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 125% !important;
  color: #000 !important;
}

.cart-more-options #shipping-preview-container {
  display: block !important;
}
@media (max-width: 690px) {
  .cart-more-options #shipping-preview-container {
    margin-top: 10px;
  }
}

#shipping-data {
  margin: 0 !important;
  padding: 0 !important;
  border: unset !important;
}
@media (min-width: 1024px) {
  #shipping-data {
    margin-bottom: 0 !important;
  }
}
#shipping-data .shipping-container {
  padding: 0 !important;
}
#shipping-data .shipping-container .vtex-omnishipping-1-x-warning .vtex-omnishipping-1-x-item img {
  width: 100px !important;
}
#shipping-data .shipping-container .alert-noStreet {
  display: none;
}
#shipping-data .shipping-container .vtex-omnishipping-1-x-addressFormPart1 #unavailable-delivery-disclaimer {
  font-size: 0;
}
#shipping-data .shipping-container .vtex-omnishipping-1-x-addressFormPart1 #unavailable-delivery-disclaimer::before {
  content: "O item a seguir está indisponível para entrega no CEP escolhido. Altere seu CEP ou";
  font-size: 14px !important;
}
@media (max-width: 690px) {
  #shipping-data .shipping-container .vtex-omnishipping-1-x-addressFormPart1 #unavailable-delivery-disclaimer::before {
    font-size: 12px !important;
  }
}
#shipping-data .shipping-container .vtex-omnishipping-1-x-addressFormPart1 #unavailable-delivery-disclaimer span {
  font-size: 0 !important;
}
#shipping-data .shipping-container #unavailable-delivery-disclaimer {
  font-size: 0;
}
#shipping-data .shipping-container #unavailable-delivery-disclaimer::before {
  content: "O item a seguir está indisponível para entrega no CEP escolhido. Escolha outro ponto de retirada ou";
  font-size: 14px !important;
}
@media (max-width: 690px) {
  #shipping-data .shipping-container #unavailable-delivery-disclaimer::before {
    font-size: 12px !important;
  }
}
#shipping-data .shipping-container #unavailable-delivery-disclaimer span {
  font-size: 0 !important;
}
#shipping-data .shipping-container .button-unavailable-delivery-pickup span {
  color: #222D7A !important;
}
#shipping-data .shipping-container .button-unavailable-delivery-pickup:hover span {
  color: #fff !important;
}
#shipping-data .shipping-container #remove-unavailable-items {
  background-color: #eef2fb;
  font-size: 0 !important;
  border-radius: 4px;
  cursor: pointer;
}
#shipping-data .shipping-container #remove-unavailable-items::after {
  content: "Remova o item do carrinho ";
  font-size: 14px !important;
  font-weight: 500 !important;
}
@media (max-width: 690px) {
  #shipping-data .shipping-container #remove-unavailable-items::after {
    font-size: 12px !important;
  }
}
#shipping-data .link-box-edit {
  opacity: 1 !important;
}
#shipping-data .icon-edit {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 32px !important;
  line-height: 32px !important;
  padding: 0 10px;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
}
#shipping-data .icon-edit:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
#shipping-data .icon-edit:hover:before {
  filter: brightness(100);
}
#shipping-data .icon-edit:after {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  position: relative !important;
}
#shipping-data .icon-edit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M2 17C1.5875 17 1.23438 16.8531 0.940625 16.5594C0.646875 16.2656 0.5 15.9125 0.5 15.5C0.5 15.0875 0.646875 14.7344 0.940625 14.4406C1.23438 14.1469 1.5875 14 2 14H14C14.4125 14 14.7656 14.1469 15.0594 14.4406C15.3531 14.7344 15.5 15.0875 15.5 15.5C15.5 15.9125 15.3531 16.2656 15.0594 16.5594C14.7656 16.8531 14.4125 17 14 17H2ZM3.5 11H4.55L10.4 5.16875L9.33125 4.1L3.5 9.95V11ZM2 11.75V9.63125C2 9.53125 2.01875 9.43438 2.05625 9.34063C2.09375 9.24688 2.15 9.1625 2.225 9.0875L10.4 0.93125C10.5375 0.79375 10.6969 0.6875 10.8781 0.6125C11.0594 0.5375 11.25 0.5 11.45 0.5C11.65 0.5 11.8438 0.5375 12.0312 0.6125C12.2188 0.6875 12.3875 0.8 12.5375 0.95L13.5688 2C13.7188 2.1375 13.8281 2.3 13.8969 2.4875C13.9656 2.675 14 2.86875 14 3.06875C14 3.25625 13.9656 3.44062 13.8969 3.62187C13.8281 3.80312 13.7188 3.96875 13.5688 4.11875L5.4125 12.275C5.3375 12.35 5.25313 12.4062 5.15938 12.4438C5.06563 12.4812 4.96875 12.5 4.86875 12.5H2.75C2.5375 12.5 2.35938 12.4281 2.21563 12.2844C2.07188 12.1406 2 11.9625 2 11.75Z" fill="%23222D7A"/></svg>');
}
#shipping-data p.input {
  position: relative;
}
#shipping-data span.error {
  width: auto;
  text-align: left;
  margin-top: 5px;
  position: static !important;
  font-size: 12px !important;
  line-height: 125% !important;
  color: #D82C0D !important;
}
#shipping-data .shp-alert + .delivery-group-content {
  margin-top: 15px;
}
#shipping-data .accordion-heading {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  background-color: unset;
}
#shipping-data .accordion-heading .accordion-toggle {
  width: 100%;
  height: 50px !important;
  line-height: 50px !important;
  color: #222D7A !important;
  padding: 0 !important;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  #shipping-data .accordion-heading .accordion-toggle {
    font-size: 20px;
  }
}
@media (max-width: 690px) {
  #shipping-data .accordion-heading .accordion-toggle {
    font-size: 16px;
  }
}
#shipping-data .accordion-heading .icon-home {
  margin-right: 10px;
  display: none !important;
  display: none !important;
}
#shipping-data .accordion-heading span.accordion-toggle {
  display: inline-flex !important;
  width: 100%;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
#shipping-data .accordion-heading span:before {
  display: none;
}
#shipping-data .box-step,
#shipping-data .vcustom--vtex-omnishipping-1-x-address {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background-color: #fff !important;
}
#shipping-data .vcustom--vtex-omnishipping-1-x-address {
  border-top: 0;
  padding-top: 0;
  margin-top: -15px;
}
#shipping-data .vcustom--vtex-omnishipping-1-x-address form label {
  color: #000 !important;
  font-size: 14px !important;
}
#shipping-data #ship-state {
  padding: 0 15px !important;
}
#shipping-data .box-step #open-shipping {
  display: none !important;
}
#shipping-data .box-step a,
#shipping-data .box-step .shp-summary-group-title,
#shipping-data .box-step span,
#shipping-data .box-step label,
#shipping-data .box-step td {
  color: #000;
  font-size: 14px;
}
#shipping-data .box-step p:not(.shp-summary-group-title) {
  font-size: 14px;
}
#shipping-data .box-step .vtex-omnishipping-1-x-pickupButton {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
}
#shipping-data .box-step .vtex-omnishipping-1-x-pickupButton:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
#shipping-data .box-step #remove-unavailable-items {
  margin-top: 12px;
  width: 100%;
}
#shipping-data .box-step #remove-unavailable-items:hover {
  background-color: #222D7A !important;
  color: #FFFFFF !important;
}
#shipping-data #v-custom-state {
  padding: 0 15px !important;
}
#shipping-data .btn-go-to-payment-wrapper #btn-go-to-payment {
  width: auto !important;
  margin: unset !important;
}
@media (max-width: 690px) {
  #shipping-data .btn-go-to-payment-wrapper #btn-go-to-payment {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
#shipping-data .btn-go-to-payment-wrapper #btn-go-to-payment:after {
  display: inline-flex;
  font-size: 16px !important;
  line-height: 125% !important;
}
#shipping-data .shp-summary-group-info a,
#shipping-data .shp-summary-group-info p,
#shipping-data .shp-summary-group-info span,
#shipping-data .shp-summary-group-info label,
#shipping-data .shp-summary-group-info strong,
#shipping-data .shp-summary-group-info td {
  font-size: 14px !important;
  line-height: 125% !important;
}
#shipping-data .shp-summary-group-info .address-summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#shipping-data .shp-summary-group-info .address-summary > span {
  margin-right: 5px;
}
#shipping-data .shp-summary-group-info .address-summary .number-delimiter:before {
  content: ",";
  display: inline-flex;
}
#shipping-data .address-item {
  background: unset !important;
  position: relative;
  border: unset !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#shipping-data .address-item:not(:last-child) {
  margin-bottom: 15px;
}
#shipping-data .address-item .shp-option-icon {
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
}
#shipping-data .address-item .shp-option-icon svg {
  display: none !important;
}
#shipping-data .address-item .shp-option-icon:after {
  content: "" !important;
  display: flex !important;
  height: 22px;
  width: 22px;
  border: 2px solid #9e9e9e;
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  border-radius: 100%;
}
#shipping-data .address-item .shp-option-icon:before {
  content: "" !important;
  display: flex !important;
  height: 12px;
  width: 12px;
  background-color: #EBE9E1;
  position: absolute;
  top: calc(50% - 6px);
  right: 5px;
  border-radius: 100%;
  opacity: 0;
}
#shipping-data .address-item.vtex-omnishipping-1-x-active .shp-option-icon:after {
  border-color: #222D7A;
}
#shipping-data .address-item.vtex-omnishipping-1-x-active .shp-option-icon:before {
  opacity: 1;
  background-color: #222D7A;
}
#shipping-data .address-item.vtex-omnishipping-1-x-active .address-summary {
  border-color: #222D7A !important;
}
#shipping-data .address-item .shp-option-text {
  padding-left: 30px;
}
#shipping-data .address-item .shp-option-text .country {
  display: none;
}
#shipping-data .address-list #new-address-button i,
#shipping-data .address-list #edit-address-button i {
  display: none;
}

#shipping-data .glide__track > .glide__slides {
  width: 100% !important;
  transform: none !important;
}
#shipping-data .glide__track > .glide__slides > .glide__slides {
  width: 100% !important;
  margin-right: 0 !important;
}
#shipping-data .glide__track > .glide__slides > .glide__slides:not(.glide__slide--active) {
  display: none !important;
}

.shipping-container .pickup-point-info .address-summary {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-all;
  min-width: 0;
}
.shipping-container .pickup-point-info .address-summary .neighborhood {
  white-space: normal;
  display: block;
}
.shipping-container .pickup-point-info .address-summary .neighborhood-delimiter-after {
  display: none;
}

@media screen and (min-width: 64rem) {
  .vtex-shipping-preview-0-x-unavailableDeliveryAlert {
    max-width: 95%;
  }
}
.orderform-template-holder .step,
.vcustom--vtex-omnishipping-1-x-address label,
.delivery-address-title,
.vtex-omnishipping-1-x-shippingSectionTitle {
  color: #000;
  margin: 0 0 5px;
  font-size: 16px !important;
  line-height: 125% !important;
}

.vtex-omnishipping-1-x-shippingSectionTitle {
  margin-top: 8px !important;
}

.vtex-omnishipping-1-x-leanShippingOptionActive .vtex-omnishipping-1-x-leanShippingTextLabel {
  color: #000 !important;
}

.orderform-template-holder .step .input.text {
  width: 100%;
  margin: 0 0 10px !important;
}
@media (min-width: 1024px) {
  .orderform-template-holder .step .input.text.client-company-ie {
    margin-right: 2% !important;
  }
  .orderform-template-holder .step .input.text.client-company-ie, .orderform-template-holder .step .input.text.client-company-document {
    width: 48%;
  }
}
.orderform-template-holder .step .client-last-name {
  margin: 0;
}
@media (min-width: 1024px) {
  .orderform-template-holder .step .client-last-name {
    margin-left: 8px !important;
  }
}

.vtex-omnishipping-1-x-addressFormPart1 {
  gap: 10px;
}

.vtex-omnishipping-1-x-addressForm .delivery-address-title {
  margin-top: 0 !important;
  font-size: 16px !important;
  line-height: 125% !important;
}

.vtex-omnishipping-1-x-address .input.text {
  margin: 0 0 2rem !important;
}

.vtex-omnishipping-1-x-submitPaymentButton {
  margin-top: 1rem !important;
}

.vtex-omnishipping-1-x-addressSummary span,
.vtex-omnishipping-1-x-addressSummary #force-shipping-fields:after {
  color: #000;
  margin: 0 0 5px;
  font-size: 16px !important;
  line-height: 125% !important;
}

#delivery-packages-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.vtex-omnishipping-1-x-hr {
  width: calc(100% + 30px) !important;
}

.vtex-omnishipping-1-x-priceItems {
  max-height: initial !important;
}
.vtex-omnishipping-1-x-priceItems > div {
  min-height: auto !important;
}

.shp-lean-option .shp-option-text {
  display: flex;
  padding-right: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.shp-lean-option .shp-option-text-label-single,
.shp-lean-option .shp-option-text-package,
.shp-lean-option .shp-option-text-price {
  font-size: 16px !important;
  line-height: 125% !important;
  color: #000 !important;
  font-weight: 400 !important;
  margin: 0;
}
.shp-lean-option .shp-option-text-price {
  min-width: 75px;
}

.vtex-shipping-preview-0-x-postalCodeForgotten {
  margin: 1rem 0;
}
.vtex-shipping-preview-0-x-postalCodeForgotten a {
  font-size: 14px;
  color: #2E72D2;
  font-weight: 500;
  transition: all 0.3s;
}
.vtex-shipping-preview-0-x-postalCodeForgotten a:hover {
  color: #2E72D2;
  text-decoration: underline;
}

.vtex-omnishipping-1-x-deliveryGroup {
  margin: 0 !important;
}

.vtex-omnishipping-1-x-deliverTitle,
.vtex-omnishipping-1-x-sellerOptionsText,
.vtex-omnishipping-1-x-shippingSectionTitle {
  margin-top: 0;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 125% !important;
  font-family: "Montserrat", sans-serif !important;
  color: #222D7A !important;
}

.vtex-omnishipping-1-x-shippingSectionTitle + .vtex-omnishipping-1-x-addressSummary {
  margin-bottom: 2rem;
}

.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode .help.error {
  width: 100%;
}
.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode label {
  width: 100%;
}
.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode #ship-postalCode {
  max-width: 180px !important;
}
.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode small {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
}
.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode a {
  margin-top: 15px !important;
}
.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode a:hover {
  color: #000;
}

@media (max-width: 998px) {
  .orderform-template-holder #payment-data,
  .orderform-template-holder #payment-data:last-child {
    margin-bottom: 10px !important;
  }
}
.orderform-template-holder .step .accordion-body p.notification {
  display: flex;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 125% !important;
  color: #000 !important;
}

#payment-data {
  clear: right;
  padding: 0 !important;
  border: unset !important;
  background: #FFFFFF;
}
#payment-data .step {
  padding: 0 !important;
}
#payment-data .link-box-edit {
  opacity: 1 !important;
}
#payment-data .icon-edit {
  box-shadow: none !important;
  letter-spacing: unset !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms cubic-bezier(0.6, 0, 0.25, 1);
  background: #EEF2FB !important;
  color: #222D7A !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 125% !important;
  min-height: 32px !important;
  line-height: 32px !important;
  padding: 0 10px;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
}
#payment-data .icon-edit:hover {
  background: #222D7A !important;
  color: #FFFFFF !important;
}
#payment-data .icon-edit:hover:before {
  filter: brightness(100);
}
#payment-data .icon-edit:after {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  position: relative !important;
}
#payment-data .icon-edit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M2 17C1.5875 17 1.23438 16.8531 0.940625 16.5594C0.646875 16.2656 0.5 15.9125 0.5 15.5C0.5 15.0875 0.646875 14.7344 0.940625 14.4406C1.23438 14.1469 1.5875 14 2 14H14C14.4125 14 14.7656 14.1469 15.0594 14.4406C15.3531 14.7344 15.5 15.0875 15.5 15.5C15.5 15.9125 15.3531 16.2656 15.0594 16.5594C14.7656 16.8531 14.4125 17 14 17H2ZM3.5 11H4.55L10.4 5.16875L9.33125 4.1L3.5 9.95V11ZM2 11.75V9.63125C2 9.53125 2.01875 9.43438 2.05625 9.34063C2.09375 9.24688 2.15 9.1625 2.225 9.0875L10.4 0.93125C10.5375 0.79375 10.6969 0.6875 10.8781 0.6125C11.0594 0.5375 11.25 0.5 11.45 0.5C11.65 0.5 11.8438 0.5375 12.0312 0.6125C12.2188 0.6875 12.3875 0.8 12.5375 0.95L13.5688 2C13.7188 2.1375 13.8281 2.3 13.8969 2.4875C13.9656 2.675 14 2.86875 14 3.06875C14 3.25625 13.9656 3.44062 13.8969 3.62187C13.8281 3.80312 13.7188 3.96875 13.5688 4.11875L5.4125 12.275C5.3375 12.35 5.25313 12.4062 5.15938 12.4438C5.06563 12.4812 4.96875 12.5 4.86875 12.5H2.75C2.5375 12.5 2.35938 12.4281 2.21563 12.2844C2.07188 12.1406 2 11.9625 2 11.75Z" fill="%23222D7A"/></svg>');
}
#payment-data .box-step {
  width: 100% !important;
}
#payment-data .box-step .form-step.box-new {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column-reverse;
}
#payment-data .box-step .form-step.box-new .payment-group-list-btn {
  display: flex;
  flex-direction: column;
}
#payment-data .box-step .form-step.box-new .payment-group-list-btn div:nth-child(2) {
  order: 1;
}
#payment-data .box-step .form-step.box-new .payment-group-list-btn div:nth-child(1) {
  order: 2;
}
#payment-data .box-step .form-step.box-new .payment-group-list-btn div:nth-child(3) {
  order: 3;
}
#payment-data .accordion-heading {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
#payment-data .accordion-heading [data-i18n="paymentData.payment"] {
  width: 100%;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 !important;
  font-weight: 500 !important;
  color: #222D7A;
}
@media (min-width: 1024px) {
  #payment-data .accordion-heading [data-i18n="paymentData.payment"] {
    font-size: 20px;
  }
}
@media (max-width: 690px) {
  #payment-data .accordion-heading [data-i18n="paymentData.payment"] {
    font-size: 16px;
  }
}
#payment-data .accordion-heading .icon-credit-card {
  margin-right: 10px;
  display: none !important;
  display: none !important;
}
#payment-data .accordion-heading span.accordion-toggle {
  display: inline-flex !important;
  width: 100%;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
#payment-data .accordion-heading span:not([style="display: none;"]) {
  display: inline-flex !important;
}
#payment-data .accordion-heading span:before {
  display: none;
}
#payment-data .accordion-inner {
  margin-top: 20px;
}
#payment-data .payment-group-item-cards {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  margin: 0 0 0px 0 !important;
}
#payment-data .payment-group-item-cards .card-flag {
  height: 15px !important;
  width: 24px !important;
  display: flex !important;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  #payment-data .payment-group-item-cards .card-flag {
    height: 24px !important;
    width: 32px !important;
  }
}
#payment-data .payment-group-item-cards .card-flag.Mastercard {
  background-image: url("/arquivos/payment_master.png") !important;
  order: 5;
}
@media (min-width: 1024px) {
  #payment-data .payment-group-item-cards .card-flag.Mastercard {
    background-image: url("/arquivos/payment_master_desktop.png") !important;
  }
}
#payment-data .payment-group-item-cards .card-flag.Visa {
  background-image: url("/arquivos/payment_visa.png") !important;
  order: 4;
}
@media (min-width: 1024px) {
  #payment-data .payment-group-item-cards .card-flag.Visa {
    background-image: url("/arquivos/payment_visa_desktop.png") !important;
  }
}
#payment-data .payment-group-item-cards .card-flag.American.Express {
  background-image: url("/arquivos/payment_ame.png") !important;
  order: 3;
}
@media (min-width: 1024px) {
  #payment-data .payment-group-item-cards .card-flag.American.Express {
    background-image: url("/arquivos/payment_ame_desktop.png") !important;
  }
}
#payment-data .payment-group-item-cards .card-flag.Dinners {
  background-image: url("/arquivos/icon-pay-dinners.svg") !important;
}
#payment-data .payment-group-item-cards .card-flag.Maestro {
  background-image: url("/arquivos/icon-pay-maestro.svg") !important;
}
#payment-data .payment-group-item-cards .card-flag.Hipercard {
  background-image: url("/arquivos/payment_hiper.png") !important;
  order: 2;
}
@media (min-width: 1024px) {
  #payment-data .payment-group-item-cards .card-flag.Hipercard {
    background-image: url("/arquivos/payment_hiper_desktop.png") !important;
  }
}
#payment-data .payment-group-item-cards .card-flag.Elo {
  background-image: url("/arquivos/payment_elo.png") !important;
  order: 1;
}
@media (min-width: 1024px) {
  #payment-data .payment-group-item-cards .card-flag.Elo {
    background-image: url("/arquivos/payment_elo_desktop.png") !important;
  }
}
#payment-data .payment-group-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 46px !important;
  line-height: 42px !important;
  padding: 0 15px !important;
  position: relative !important;
  background-color: #FFFFFF !important;
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
}
#payment-data .payment-group-item .payment-group-item-text {
  position: relative !important;
  padding: 12px 0 12px 30px !important;
  width: 100%;
  color: #222D7A;
  text-align: left;
  font-weight: 600;
  text-transform: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #payment-data .payment-group-item .payment-group-item-text {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
@media (min-width: 768px) {
  #payment-data .payment-group-item .payment-group-item-text {
    font-size: 16px !important;
    padding: 12px 0 12px 40px !important;
  }
}
#payment-data .payment-group-item .payment-group-item-text:before {
  content: "" !important;
  display: flex !important;
  height: 22px;
  width: 22px;
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  border-radius: 100%;
  margin: unset !important;
  background: transparent !important;
}
#payment-data .payment-group-item.active {
  border: none !important;
  background-color: #EEF2FB !important;
}
#payment-data .payment-group-item.active span {
  color: #222D7A !important;
}
#payment-data .payment-group-item.active .payment-group-item-text:before {
  opacity: 1 !important;
}
#payment-data .payment-group-item:hover {
  border: none !important;
  box-shadow: none !important;
  background-color: #EEF2FB !important;
}

.box-payment-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 15px 0 0 0;
  max-width: 100%;
}
.box-payment-option a,
.box-payment-option p,
.box-payment-option span,
.box-payment-option label {
  color: #000;
  font-size: 16px !important;
  line-height: 125% !important;
}

#payment-group-creditCardPaymentGroup .payment-group-item-text {
  line-height: 17px !important;
}

.v-custom-payment-item-wrap {
  width: 100%;
}
.v-custom-payment-item-wrap .icon-spinner {
  display: none !important;
}
.v-custom-payment-item-wrap .payment-group-item-cards {
  flex-wrap: nowrap !important;
}
@media (max-width: 690px) {
  .v-custom-payment-item-wrap .payment-group-item-text {
    line-height: 125% !important;
    white-space: normal !important;
  }
}
.v-custom-payment-item-wrap #payment-group-instantPaymentPaymentGroup ~ .payment-method,
.v-custom-payment-item-wrap #payment-group-bankInvoicePaymentGroup ~ .payment-method {
  display: none !important;
}
.v-custom-payment-item-wrap #payment-group-instantPaymentPaymentGroup[data-name=Pix],
.v-custom-payment-item-wrap #payment-group-bankInvoicePaymentGroup {
  background-repeat: no-repeat !important;
  background-size: 33px 33px !important;
  background-position: right 16px center !important;
}
.v-custom-payment-item-wrap #payment-group-instantPaymentPaymentGroup[data-name=Pix] .payment-group-item-text:after,
.v-custom-payment-item-wrap #payment-group-bankInvoicePaymentGroup .payment-group-item-text:after {
  font-size: 12px;
  white-space: pre-wrap;
  max-width: calc(100% - 45px);
  line-height: 125%;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}
@media (min-width: 1024px) {
  .v-custom-payment-item-wrap #payment-group-instantPaymentPaymentGroup[data-name=Pix] .payment-group-item-text:after,
  .v-custom-payment-item-wrap #payment-group-bankInvoicePaymentGroup .payment-group-item-text:after {
    font-size: 14px;
    max-width: calc(100% - 150px);
  }
}
.v-custom-payment-item-wrap #payment-group-instantPaymentPaymentGroup[data-name=Pix] {
  background-image: url("/arquivos/pix_payment.png") !important;
}
.v-custom-payment-item-wrap #payment-group-instantPaymentPaymentGroup[data-name=Pix] .payment-group-item-text:after {
  content: "O código PIX e QR Code será gerado ao finalizar a compra." !important;
}
.v-custom-payment-item-wrap #payment-group-bankInvoicePaymentGroup {
  background-image: url("/arquivos/boleto_payment.png") !important;
}
.v-custom-payment-item-wrap #payment-group-bankInvoicePaymentGroup .payment-group-item-text:after {
  content: "Vencimento em 1 dia útil. A data de entrega será alterada devido ao tempo de  processamento do Boleto. Veja mais na próxima página." !important;
}
.v-custom-payment-item-wrap.active {
  box-shadow: none !important;
  border-color: #cbcbcb !important;
}
.v-custom-payment-item-wrap.active > div {
  padding: 16px !important;
}
@media (min-width: 1024px) {
  .v-custom-payment-item-wrap.active > div {
    padding: 24px !important;
  }
}

#payment-data .payment-group-item.active .payment-group-item-text:before {
  border: none !important;
  background-color: #fff !important;
  border-color: transparent !important;
  background-image: url("/arquivos/check_circle_payment.png") !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: none !important;
}

.payment-klarna-help {
  text-align: left;
}

.payment-klarna-help-text {
  margin-top: 15px;
  text-align: left;
}

.payment-ideal-bank-select {
  margin: 15px 0;
  width: 100%;
  padding: 0 !important;
}
.payment-ideal-bank-select label {
  margin-bottom: 10px;
}

ul.payment-ideal-ul {
  margin: 15px 0 0 0;
}
ul.payment-ideal-ul li:not(:last-child) {
  margin-bottom: 15px;
}

.orderform-template .cart-template.mini-cart .custom-cart-template-wrap {
  padding: 0 !important;
  background: #F9F9F9;
}
.orderform-template .cart-template.mini-cart .custom-cart-template-wrap .summary-cart-template-holder {
  border-radius: 8px 8px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.orderform-template .cart-template.mini-cart .custom-cart-template-wrap > *:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.orderform-template .cart-template.mini-cart .custom-cart-template-wrap > *:last-child {
  border-radius: 0 0 8px 8px;
  margin-top: -13px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.orderform-template .cart-template.mini-cart #go-to-cart-button {
  display: none;
}
.orderform-template .cart-template.mini-cart h2 {
  height: 50px;
  line-height: 50px !important;
  margin: 0 !important;
  color: #222D7A;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  .orderform-template .cart-template.mini-cart h2 {
    font-size: 20px;
  }
}
@media (max-width: 690px) {
  .orderform-template .cart-template.mini-cart h2 {
    font-size: 16px;
  }
}
.orderform-template .cart-template.mini-cart .summary-totalizers .table .totalizers-list {
  padding: 0 0 16px;
}
.orderform-template .cart-template.mini-cart .summary-totalizers .table tr {
  margin-top: 10px;
}
.orderform-template .cart-template.mini-cart .summary-totalizers .table td {
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 14px !important;
  line-height: 125% !important;
  font-weight: 500;
}
.orderform-template .cart-template.mini-cart .summary-totalizers .table tfoot tr td {
  font-weight: 600 !important;
  width: auto;
}
.orderform-template .cart-template.mini-cart .summary-totalizers .table .Discounts .monetary {
  color: #2B9007 !important;
}
.orderform-template .cart-template.mini-cart .summary-totalizers .accordion-group {
  padding: 0 !important;
  margin: 0 0 15px;
}
.orderform-template .cart-template.mini-cart .summary {
  border-top: 1px solid #eee;
  background-color: #FFFFFF;
  display: flex !important;
  flex-direction: column-reverse;
  padding: 0 15px 15px;
  overflow: hidden;
}

.link-go-cart {
  font-size: 14px;
  font-weight: 600;
  color: #2E72D2;
  text-decoration: underline;
  margin: 15px 0 5px !important;
  cursor: pointer;
}

.summary-cart-template-holder .cart {
  height: 100%;
  min-height: 80px !important;
  max-height: 235px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #FFFFFF;
}
.summary-cart-template-holder .cart-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.summary-cart-template-holder .cart-items .hproduct {
  padding: 10px !important;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  align-items: start;
  position: relative;
  width: fit-content;
}
.summary-cart-template-holder .cart-items .hproduct .url {
  border-radius: 0;
  grid-column: 1;
  grid-row: 1/span 3;
  margin-right: 15px;
}
.summary-cart-template-holder .cart-items .hproduct .item-unavailable {
  width: calc(100% - 16px) !important;
  position: unset;
  margin-top: 5px;
  background-color: #fff9f0 !important;
}
.summary-cart-template-holder .cart-items .hproduct .item-unavailable .item-unavailable-message {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.summary-cart-template-holder .cart-items .hproduct .item-unavailable .item-unavailable-message i {
  margin-left: 8px;
  font-weight: 400 !important;
}
.summary-cart-template-holder .cart-items .hproduct .item-unavailable .item-unavailable-message span {
  margin-left: 16px;
  font-weight: 400 !important;
}
.summary-cart-template-holder .cart-items .hproduct a {
  display: block;
  height: auto;
  width: 70px;
  left: 0;
  top: 0;
}
.summary-cart-template-holder .cart-items .hproduct a img {
  width: 100%;
  height: auto;
  display: block;
}
.summary-cart-template-holder .cart-items .hproduct .product-name {
  height: 42px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: unset;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9) !important;
  width: calc(100% - 16px) !important;
}
.summary-cart-template-holder .cart-items .hproduct .new-product-name {
  margin: 7px 0 4px 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9) !important;
}
.summary-cart-template-holder .cart-items .hproduct .new-product-size {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9) !important;
  margin: 0 0 0 0;
}
.summary-cart-template-holder .cart-items .hproduct .new-product-size span {
  text-transform: uppercase;
}
.summary-cart-template-holder .cart-items .hproduct .quantity {
  margin-left: -2px;
  display: inline-block;
  padding: 0;
  grid-column: 2;
  grid-row: 2;
  background-color: transparent;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
}
.summary-cart-template-holder .cart-items .hproduct .quantity:before {
  font-size: 14px;
  font-weight: 500;
}
.summary-cart-template-holder .cart-items .hproduct .description {
  display: inline-block !important;
  margin: 4px 0 0;
  grid-column: 2;
  grid-row: 2;
}
.summary-cart-template-holder .cart-items .hproduct .description .shipping-date {
  display: none;
}
.summary-cart-template-holder .cart-items .hproduct .description span,
.summary-cart-template-holder .cart-items .hproduct .description strong {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9) !important;
}

@media (max-width: 767px) {
  .cart-fixed {
    position: static !important;
  }
}
.cart-fixed .summary-coupon-wrap {
  margin: 0 !important;
  padding: 0 !important;
  border: unset !important;
}
.cart-fixed .summary-coupon-wrap .loading-coupon {
  font-size: 16px !important;
  line-height: 125% !important;
}
.cart-fixed .summary-coupon-wrap .loading-coupon span {
  display: none !important;
}
.cart-fixed .summary-totalizers {
  border: unset !important;
}
.cart-fixed .summary-totalizers tbody {
  border: unset !important;
}
.cart-fixed .summary-totalizers .table td {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 125% !important;
}
.cart-fixed .summary-template-holder {
  position: static;
}
.cart-fixed .summary-template-holder .summary {
  flex-direction: column;
  padding: 0 16px;
}
@media (max-width: 690px) {
  .cart-fixed .payment-submit-wrap {
    z-index: 9 !important;
    padding: 15px !important;
    padding-bottom: calc(15px + env(safe-area-inset-bottom, 0));
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.08), 0 -5px 10px rgba(0, 0, 0, 0.08);
  }
}
.cart-fixed .payment-submit-wrap .error {
  font-size: 14px;
  font-weight: 500;
}
.cart-fixed .payment-submit-wrap button .icon-lock {
  display: none;
}

@media (max-width: 998px) {
  .checkout-container.row-fluid.orderform-active,
  .row-fluid .orderform-template.active {
    margin-bottom: 0 !important;
    padding-bottom: 2rem !important;
  }
  .orderform-template .cart-template.mini-cart .custom-cart-template-wrap {
    margin-bottom: 0 !important;
  }
}
.payment-pix-description {
  width: 100%;
}

.VTEX-PIX__button-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.VTEX-PIX__expired-button,
.VTEX-PIX__button-copy {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: #222D7A !important;
  width: 100% !important;
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 15px !important;
}
.VTEX-PIX__expired-button:hover,
.VTEX-PIX__button-copy:hover {
  color: #053282;
  background-color: #c4ff5b !important;
}
.VTEX-PIX__expired-button:hover svg path,
.VTEX-PIX__button-copy:hover svg path {
  stroke: #053282;
}

.VTEX-PIX__dry-button {
  border-radius: 0 !important;
  background-color: #FFFFFF !important;
  color: #222D7A !important;
  border: 1px solid #222D7A !important;
  width: 100% !important;
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 15px !important;
}
.VTEX-PIX__dry-button:hover {
  color: #FFFFFF !important;
  background-color: #222D7A !important;
}

.VTEX-PIX__modal-outer-container {
  max-width: 540px !important;
}

.VTEX-PIX__modal-container {
  height: calc(100% - 51px);
}

.VTEX-PIX__mobile {
  z-index: 99999 !important;
}

.VTEX-PIX__mobile.VTEX-PIX__modal-background {
  background-color: rgba(0, 0, 0, 0.7);
}

.VTEX-PIX__center-container {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px !important;
}

.VTEX-PIX__mobile .VTEX-PIX__timer-container,
.VTEX-PIX__center-container {
  display: flex !important;
  max-width: 100% !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
}

.VTEX-PIX__mobile .VTEX-PIX__container-info {
  width: 100%;
}

.VTEX-PIX__center-container-head-mobile {
  margin-bottom: 15px !important;
}

.VTEX-PIX__center-container-subhead-mobile,
.VTEX-PIX__center-container-head-mobile {
  text-align: center !important;
  justify-content: center;
  align-items: center;
}

.VTEX-PIX__code-preview {
  width: 100% !important;
  white-space: unset !important;
  word-break: break-all;
  padding: 15px !important;
  margin-bottom: 20px;
}

.VTEX-PIX__center-shell {
  max-width: calc(100% - 4rem) !important;
}

.VTEX-PIX__center-container-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.VTEX-PIX__center-container-info {
  background-color: #222D7A !important;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  width: auto !important;
  padding: 0 30px 0 15px !important;
  height: 54px !important;
  line-height: 54px !important;
}

.vtex-spinner_circle {
  stroke: #FFFFFF;
}

.VTEX-PIX_qrcode-image {
  width: 180px !important;
  height: 180px !important;
  object-fit: contain;
  max-height: unset;
  display: block !important;
  max-width: unset !important;
}

.VTEX-PIX__qrcode-container {
  height: unset !important;
  display: flex !important;
  justify-content: center;
  width: unset !important;
  align-items: center;
  max-width: unset !important;
  padding: 1rem !important;
  margin: 0;
}

.VTEX-PIX__modal-close-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48'%3E%3Cpath d='m249-207-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z'/%3E%3C/svg%3E");
}

[class*=VTEX-PIX__] {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 125% !important;
}

.VTEX-PIX__pix-logo-container img {
  height: 40px !important;
  width: auto !important;
}

.VTEX-PIX__pix-logo-container {
  margin-bottom: 10px !important;
}

.VTEX-PIX__timer-container {
  margin-bottom: 1.2rem !important;
}

.VTEX-PIX__timer-body {
  margin-top: 0 !important;
}

.VTEX-PIX__footer ~ .VTEX-PIX__loader-wrapper .vtex-spinner_circle {
  stroke: #EBE9E1 !important;
}

.VTEX-PIX__expired-container svg path {
  stroke: #222D7A !important;
}

.VTEX-PIX__no-focus {
  opacity: 0.4 !important;
}

.VTEX-PIX__modal-container {
  scrollbar-width: thin;
  scrollbar-color: #053282 #ecf1fa;
}

/* Chrome, Edge, and Safari */
.VTEX-PIX__modal-container::-webkit-scrollbar {
  width: 6px;
}

.VTEX-PIX__modal-container::-webkit-scrollbar-track {
  background: #ecf1fa;
}

.VTEX-PIX__modal-container::-webkit-scrollbar-thumb {
  background-color: #053282;
  border-radius: 10px;
}

.orderform-template-holder #payment-data p.link.link-gift-card a {
  font-size: 0 !important;
}

.link-gift-card {
  border: 1px solid rgb(203, 203, 203) !important;
  box-shadow: none !important;
}
.link-gift-card[style="display: none;"] ~ .gift-card-section .payment-discounts:after {
  display: none;
}
.link-gift-card #show-gift-card-group {
  text-align: center !important;
  text-transform: uppercase;
}
.link-gift-card #show-gift-card-group:hover {
  text-decoration: none !important;
}
.link-gift-card:after {
  display: inline-flex;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #222D7A !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.link-gift-card a {
  border-radius: 4px;
  padding: 13px 10px !important;
  display: flex !important;
  text-align: left !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.link-gift-card a:hover {
  border: 1px solid #1a73e8;
  box-shadow: 0 0 6px #ddd;
  background-color: #EEF2FB !important;
}
.link-gift-card a:after {
  font-size: 16px;
  font-weight: 600;
  color: #222D7A !important;
  text-transform: initial !important;
}
.link-gift-card a:before {
  content: "+";
  color: #2E72D2;
  margin-right: 15px;
  font-size: 40px !important;
  display: block !important;
  left: unset !important;
}

.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .gift-card-group-null {
  margin: 0 !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade i.icon {
  display: none !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade h5.gift-card-provider {
  display: none;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade tbody {
  margin: 8px 0 !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.number {
  max-width: 130px;
  text-align: center;
  margin-right: 0 !important;
}
@media (max-width: 700px) {
  .gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.number {
    flex-grow: initial !important;
    margin-right: 18px !important;
  }
}
@media (max-width: 700px) {
  .gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.number span:not(.muted) {
    display: none !important;
  }
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.number span {
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 14px !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.number span::first-letter {
  text-transform: uppercase;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.number .muted,
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.code {
  font-size: 16px !important;
  color: #222D7A !important;
  font-weight: 600 !important;
}
@media (max-width: 700px) {
  .gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade td.code {
    width: 100% !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 700px) {
  .gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .partialValue {
    margin-top: 16px;
  }
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .partialValue .valueTitle {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 14px !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .edit-partial {
  width: 182px;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .edit-partial .input-prepend {
  margin-bottom: 0 !important;
  border: 1px solid #2B9007 !important;
  border-radius: 4px;
  padding: 0 16px !important;
  width: 100% !important;
  height: 44px !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .edit-partial .input-prepend .add-on {
  background-color: #fff !important;
  border: none !important;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  line-height: 42px !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .edit-partial .input-prepend input {
  border: none !important;
  text-align: left !important;
  text-indent: 10px !important;
  color: rgba(0, 0, 0, 0.9) !important;
  line-height: 42px !important;
  width: calc(100% - 20px) !important;
  min-width: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
  background-position: right !important;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .action {
  background-color: #EEF2FB !important;
  border-radius: 4px !important;
  width: 168px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .action a {
  border: none !important;
  border-radius: 0;
  width: 100%;
  font-size: 16px !important;
  color: #182E7B !important;
  text-transform: lowercase;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .action a::first-letter {
  text-transform: uppercase;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .action a:hover {
  background-color: #f1f7ff !important;
  text-decoration: none;
  border-radius: 0;
  width: 100%;
}
.gift-card-section .payment-discounts .gift-card-provider-group-programa-de-fidelidade .action:hover {
  background-color: #f1f7ff !important;
}

.orderform-template-holder #payment-data input#payment-discounts-code {
  width: calc(100% - 260px) !important;
  margin: 0 15px 0 0 !important;
}
@media (max-width: 768px) {
  .orderform-template-holder #payment-data input#payment-discounts-code {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
}

.gift-card-provider-default .payment-discounts-options {
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 4px;
  margin: 6px 0 !important;
  padding: 0 12px 12px !important;
  border: 1px solid rgb(203, 203, 203) !important;
}
.gift-card-provider-default .payment-discounts-options:hover {
  border: 1px solid #1a73e8;
  box-shadow: 0 0 6px #ddd;
}
.gift-card-provider-default .payment-discounts-options label {
  cursor: inherit;
  width: 100% !important;
  margin-bottom: 15px !important;
}
.gift-card-provider-default .payment-discounts-options label[for=payment-discounts-code] {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 13px 0;
  display: flex !important;
  color: #222D7A !important;
  align-items: center !important;
}
.gift-card-provider-default .payment-discounts-options label[for=payment-discounts-code]:before {
  color: #2E72D2;
  margin-right: 20px;
  margin-top: -2px;
  font-size: 40px !important;
  display: block !important;
}
.gift-card-provider-default .payment-discounts-options .loading-inline {
  margin: 0;
}
.gift-card-provider-default .payment-discounts-options button {
  width: 90px !important;
}
.gift-card-provider-default #btn-add-gift-card {
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 244px !important;
  background-color: #EEF2FB !important;
  border: none !important;
  border-radius: 4px !important;
}
@media (max-width: 768px) {
  .gift-card-provider-default #btn-add-gift-card {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.gift-card-provider-default #btn-add-gift-card:after {
  display: inline-flex;
  color: #182E7B !important;
  font-size: 16px;
}
.gift-card-provider-default #btn-add-gift-card:hover {
  background: #222D7A !important;
}
.gift-card-provider-default #btn-add-gift-card:hover:after {
  color: #FFFFFF !important;
}
.gift-card-provider-default ~ .payment-discounts-list {
  margin-bottom: 30px !important;
}
.gift-card-provider-default ~ .payment-discounts-list h5 {
  display: inline-flex;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
}
.gift-card-provider-default ~ .payment-discounts-list tr {
  position: relative;
  padding: 15px 15px 15px 50px;
  background: #bbf1bb;
}
.gift-card-provider-default ~ .payment-discounts-list tr + tr {
  margin-top: 10px;
}
.gift-card-provider-default ~ .payment-discounts-list tr:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: calc(50% - 11px);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/arquivos/icon-verify.svg");
}
.gift-card-provider-default ~ .payment-discounts-list tr .remove a {
  font-size: 0 !important;
  display: flex;
  align-items: center;
}
.gift-card-provider-default ~ .payment-discounts-list tr .remove a:before {
  content: "";
  display: flex;
  background: url("/arquivos/icon-delete.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px !important;
  height: 20px !important;
}
.gift-card-provider-default ~ .payment-discounts-list tr td {
  height: 30px;
  line-height: 30px;
}

#app-container {
  padding-right: 1px;
}
#app-container .App .CardForm {
  background-color: #f2f2f2;
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#app-container .App .CardForm + .CardForm {
  border-top: 1px solid #EBE9E1 !important;
  margin-top: 25px !important;
  padding-top: 25px !important;
}
#app-container .App .CardForm .Warning {
  padding: 15px 15px 15px 50px !important;
  position: relative;
  background-color: #fff9f0 !important;
  border: unset !important;
}
#app-container .App .CardForm .Warning .title-description {
  font-size: 14px;
  padding: 0 !important;
}
#app-container .App .CardForm .Warning:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: calc(50% - 11px);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/arquivos/icon-allert.svg");
}
#app-container .App .CardForm .Warning p,
#app-container .App .CardForm .Warning button {
  font-size: 14px !important;
  font-weight: 400 !important;
}
#app-container .App .CardForm .Warning button {
  text-transform: none;
  border: 1px solid #ef9b0d !important;
  background: rgba(239, 155, 13, 0.1490196078) !important;
  color: #ef9b0d !important;
  padding: 2px 14px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #app-container .App .CardForm .Warning button {
    font-size: 12px !important;
    padding: 2px 8px !important;
  }
}
#app-container .App .CardForm .PaymentCardFlags {
  display: none;
  top: 33px;
  right: 47px;
  z-index: 2;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag-label {
  position: absolute;
  left: 0;
  top: 0;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag {
  height: 15px !important;
  width: 22px !important;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0;
  border: 1px solid #777777;
  border-radius: 2px;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag:not(:last-child) {
  margin-right: 6px;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag.Mastercard {
  background-image: url("/arquivos/payment_master.png") !important;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag.Visa {
  background-image: url("/arquivos/payment_visa.png") !important;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag.American.Express {
  background-image: url("/arquivos/payment_ame.png") !important;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag.Dinners {
  background-image: url("/arquivos/icon-pay-dinners.svg") !important;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag.Maestro {
  background-image: url("/arquivos/icon-pay-maestro.svg") !important;
}
#app-container .App .CardForm .PaymentCardFlags .card-flag.card-selected {
  opacity: 1;
}
#app-container .App .CardForm .PaymentCardCVV {
  width: 100%;
}
@media (min-width: 700px) {
  #app-container .App .CardForm .PaymentCardCVV {
    width: 50%;
    padding-right: 5px;
  }
}
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-0Code {
  width: 100% !important;
}
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-0Code,
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-1Code {
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='42px' width='100%'><text x='16' y='60%' fill='rgba(119, 119, 119, 1)' font-size='14'>000</text></svg>");
  background-position-x: calc(100% + 1px) !important;
  background-size: cover;
}
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-0Code:focus, #app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-0Code:placeholder-shown,
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-1Code:focus,
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-1Code:placeholder-shown {
  background-image: none;
}
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-0Code.success, #app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-0Code.error,
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-1Code.success,
#app-container .App .CardForm .PaymentCardCVV #creditCardpayment-card-1Code.error {
  background-position-x: calc(100% - 10px) !important;
  background-size: auto !important;
}
#app-container .App .CardForm .PaymentCardCVVHelp {
  width: 120px !important;
  font-size: 0 !important;
  background-size: 80px;
  background-position: center 15px;
  margin-top: -65px;
  margin-left: 120px;
  box-shadow: none;
  background-color: #222D7A;
}
#app-container .App .CardForm .PaymentCardHolderDocument {
  width: 100%;
}
@media (min-width: 700px) {
  #app-container .App .CardForm .PaymentCardHolderDocument {
    width: 50%;
    padding-left: 5px;
  }
}
#app-container .App .CardForm > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#app-container .App .CardForm > div > p {
  width: 100%;
}
#app-container .App .CardForm > p {
  margin-bottom: 15px;
}
#app-container .App .CardForm .PaymentLabel h5 {
  margin-bottom: 15px;
  color: #222D7A;
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 600 !important;
}
#app-container .App .CardForm label {
  width: 100%;
  font-size: 14px;
  padding: 0 !important;
}
#app-container .App .CardForm p,
#app-container .App .CardForm label,
#app-container .App .CardForm select,
#app-container .App .CardForm input,
#app-container .App .CardForm button,
#app-container .App .CardForm a,
#app-container .App .CardForm h1,
#app-container .App .CardForm h2,
#app-container .App .CardForm h3,
#app-container .App .CardForm h4,
#app-container .App .CardForm h5 {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
}
#app-container .App .CardForm input:not([type=checkbox]) {
  width: 100% !important;
  text-align: left;
  margin-bottom: 1rem;
}
#app-container .App .CardForm select {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0 16px !important;
  font-size: 14px !important;
}
#app-container .App .CardForm .PaymentCardNumber {
  width: 100%;
}
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-0Number,
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-1Number {
  margin-bottom: 10px;
}
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-0Number[value=""],
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-1Number[value=""] {
  background-size: cover;
  background-position-x: calc(100% + 16px) !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='42px' width='100%'><text x='0' y='60%' fill='rgba(119, 119, 119, 1)' font-size='14'>0000 0000 0000 0000</text></svg>");
}
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-0Number:focus, #app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-0Number:placeholder-shown,
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-1Number:focus,
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-1Number:placeholder-shown {
  background-image: none;
}
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-0Number.success, #app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-0Number.error,
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-1Number.success,
#app-container .App .CardForm .PaymentCardNumber #creditCardpayment-card-1Number.error {
  background-position-x: calc(100% - 10px) !important;
  background-size: auto !important;
}
#app-container .App .CardForm .PaymentCardHolderName {
  width: 100% !important;
  margin: 0 !important;
}
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-0Name,
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-1Name {
  margin-bottom: 10px;
  background-position-x: calc(100% + 16px) !important;
  background-size: cover;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='42px' width='100%'><text x='0' y='60%' fill='rgba(119, 119, 119, 1)' font-size='14' font-family='Montserrat' >Nome</text></svg>");
  background-repeat: no-repeat;
}
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-0Name:focus, #app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-0Name:placeholder-shown,
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-1Name:focus,
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-1Name:placeholder-shown {
  background-image: none;
}
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-0Name.success, #app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-0Name.error,
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-1Name.success,
#app-container .App .CardForm .PaymentCardHolderName #creditCardpayment-card-1Name.error {
  background-position-x: calc(100% - 10px) !important;
  background-size: auto !important;
}
#app-container .App .CardForm .PaymentCardDueDate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100% !important;
}
#app-container .App .CardForm .PaymentCardDueDate .payment-card-due-year {
  padding-left: 5px;
}
#app-container .App .CardForm .PaymentCardDueDate .payment-card-due-month {
  padding-right: 5px;
}
#app-container .App .CardForm .PaymentCardDueDate .payment-card-due-year,
#app-container .App .CardForm .PaymentCardDueDate .payment-card-due-month {
  width: 50%;
}
#app-container .App .CardForm .PaymentCardDueDate .payment-card-lash {
  display: none;
}
#app-container .App .CardForm .PaymentCardValue {
  width: 100%;
}
#app-container .App .CardForm .PaymentCardValue .input-prepend {
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1rem;
  border: 1px solid #cbcbcb;
}
#app-container .App .CardForm .PaymentCardValue .input-prepend .add-on {
  width: 35px;
  border: none;
  min-width: 35px;
  max-height: 40px;
  background-color: #fff;
}
#app-container .App .CardForm .PaymentCardValue .input-prepend input {
  margin: 0;
  border: none;
  text-indent: 0;
  min-width: 100%;
  width: 100% !important;
}
#app-container .App .CardForm .BillingAddress {
  margin-bottom: 15px;
  flex-direction: column;
}
#app-container .App .CardForm .BillingAddress h5 {
  font-size: 18px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
  margin-bottom: 15px;
}
#app-container .App .CardForm .BillingAddress p {
  margin-bottom: 15px;
}
#app-container .App .CardForm .ChangeNumberOfPayments {
  display: none !important;
  margin-bottom: 15px;
}
#app-container .App .CardForm .AddressToggle {
  display: flex;
  align-items: center;
}
#app-container .App .CardForm .AddressToggle label {
  width: calc(100% - 35px);
  margin-left: 10px !important;
}
#app-container .App .ChangeNumberOfPayments.clearfix {
  display: flex;
  background-color: #f2f2f2;
  justify-content: center;
  padding: 0 0 16px;
  margin: 0 !important;
}
@media (min-width: 768px) {
  #app-container .App .ChangeNumberOfPayments.clearfix {
    padding: 0 0 24px;
  }
}
#app-container .App .ChangeNumberOfPayments.clearfix a {
  padding: 0 20px;
  border: none;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background-color: #182E7B;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 4px;
}
#app-container .App .ChangeNumberOfPayments.clearfix a:hover {
  text-decoration: none;
}

#app-container input#creditCardpayment-card-0Code, #app-container input#creditCardpayment-card-1Code {
  width: 100% !important;
}

@media (max-width: 768px) {
  #app-container .App .CardForm select {
    font-size: 13px !important;
    -webkit-appearance: none; /* Remove o estilo nativo */
    -moz-appearance: none;
    appearance: none;
  }
}

div.checkout-header {
  display: none !important;
}

.checkout-header-new {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 1.5rem;
  padding: 15px 0;
}

@media (min-width: 1024px) {
  .checkout-header {
    padding: 23px 0;
  }
}
section.checkout-footer {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
