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

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

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

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

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

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

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

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

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

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

*,
*::before,
*:after {
    box-sizing: border-box
}

body {
    background: #fefefe;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: "Mukta", Helvetica, Arial, sans-serif !important;
    padding: 0;
    padding-bottom: 0px !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

@media(min-width: 1200px) {
    .container {
        width: 90%;
        max-width: 1288px;
        min-width: 1170px;
    }
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
    width: auto;
    cursor: pointer;
    appearance: auto;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

select:focus-visible,
select:focus {
    box-shadow: none;
    outline: none;
}

select.error:focus-visible,
select.error:focus {
    box-shadow: none;
    outline: none;
}

label {
    display: block;
    line-height: 1.8;
}

button,
input,
select,
textarea {
    vertical-align: middle;
}

p {
    margin: 0 0 10px;
}

.Nmodal *,
.Nmodal *::before,
.Nmodal *::after {
    box-sizing: border-box;
}

.modal {
    top: 25%;
}

@media(max-width: 767px) {
    .modal.modal-email-template {
        left: 2%;
    }
}

@media(max-width: 767px) {
    .modal {
        top: 10px;
        right: 10px;
        left: 10px;
    }
}

.modal,
.modal-header,
.modal-footer {
    color: #0e0e0e;
    justify-content: center;
    text-align: center;
}

.modal-body {
    color: #6c6b70;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.modal#email-modal {
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    border-radius: 5px;
    max-height: 254px;
    margin-top: 0px;
    transition: all .2s ease-in-out;
}

.modal#email-modal.inactive-email {
    margin-top: -520px;
}

.modal#email-modal .modal-header {
    border-bottom: 0px solid #eee;
    background: #fff;
    text-align: center;
}

.modal#email-modal .modal-body {
    background: #fff;
    text-align: center;
    padding: 0rem 4rem;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #6c6b70;
    overflow: hidden;
}

@media(max-width: 767px) {
    .modal#email-modal .modal-body {
        padding: 15px;
    }
}

.modal#email-modal .modal-body p {
    margin-bottom: 0;
}

.modal#email-modal .modal-footer {
    border-top: 0px solid #eee;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 40px 39px 29px 39px;
}

@media(max-width: 767px) {
    .modal#email-modal .modal-footer {
        padding: 12px 39px;
    }
}

.modal#email-modal .modal-footer button.btn-secondary {
    width: 50%;
    border: 0;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 16px;
    color: #0e0e0e;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    padding: 10px 40px;
    font-weight: 600;
    letter-spacing: .025em;
    margin-right: 11px;
    transition: all .2s ease-in-out;
}

.modal#email-modal .modal-footer button.btn-secondary:hover {
    background: #ebebeb;
}

.modal#email-modal .modal-footer button.btn-primary {
    width: 50%;
    text-shadow: 0 0 #000;
    border: 0;
    background: #FF0000;
    border-radius: 5px;
    font-size: 16px;
    color: #0e0e0e;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    padding: 10px;
    transition: all .2s ease-out;
    display: flex;
    font-weight: 600;
    letter-spacing: .025em;
    justify-content: center;
    margin-left: 11px;
}

.modal#email-modal .modal-footer button.btn-primary::after {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/flech-left.png);
    width: 13px;
    transition: all .2s ease-out;
    height: 100%;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 8px;
}

.modal#email-modal .modal-footer button.btn-primary:hover {
    border: 0;
    background: #0e0e0e;
    color: #fff;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
}

.modal#email-modal .modal-footer button.btn-primary:hover::after {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/flech-left-white.png);
    width: 13px;
    height: 100%;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    margin-left: 8px;
}

#removeConfirmationModal,
#omniRemoveConfirmationModal {
    width: 410px;
    background: #fff;
}

#removeConfirmationModal .modal-header,
#omniRemoveConfirmationModal .modal-header {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .01em;
    color: #0e0e0e;
    justify-content: center;
    border: none;
    background: #fff;
}

#removeConfirmationModal .modal-header span,
#omniRemoveConfirmationModal .modal-header span {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .01em;
    color: #0e0e0e;
}

#removeConfirmationModal .modal-body,
#omniRemoveConfirmationModal .modal-body {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #6c6b70;
    justify-content: center;
}

#removeConfirmationModal .modal-footer,
#omniRemoveConfirmationModal .modal-footer {
    flex-direction: initial;
    background: #fff;
    border: none;
    display: flex;
}

#removeConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalCancelButton,
#removeConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalCancelButton,
#omniRemoveConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalCancelButton,
#omniRemoveConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalCancelButton {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    border-radius: 5px;
    text-align: center;
    letter-spacing: .025em;
    color: #0e0e0e;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 50px;
    text-shadow: none;
    text-decoration: none;
    transition: all .2s;
}

#removeConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalCancelButton:hover,
#removeConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalCancelButton:hover,
#omniRemoveConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalCancelButton:hover,
#omniRemoveConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalCancelButton:hover {
    background: #ebebeb;
}

#removeConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalConfirmButton,
#removeConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalConfirmButton,
#omniRemoveConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalConfirmButton,
#omniRemoveConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalConfirmButton {
    width: 50%;
    display: flex;
    justify-content: center;
    background: #FF0000;
    border-radius: 5px;
    color: #0e0e0e;
    border: none;
    text-align: center;
    letter-spacing: .025em;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 50px;
    text-shadow: none;
    text-decoration: none;
    transition: all .2s;
}

#removeConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalConfirmButton:hover,
#removeConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalConfirmButton:hover,
#omniRemoveConfirmationModal .modal-footer a.vtex-shipping-preview-0-x-modalConfirmButton:hover,
#omniRemoveConfirmationModal .modal-footer a.vtex-omnishipping-1-x-modalConfirmButton:hover {
    background: #0e0e0e;
    color: #fff;
}

.default-modal {
    border-bottom: 0px solid #eee;
    background: #fff;
    text-align: center;
}

.default-modal .vtexIdUI-page-active,
.default-modal .modal-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-height: fit-content;
    justify-content: center;
    align-items: center;
}

.default-modal .vtexIdUI-page-active .masked-info-security,
.default-modal .modal-body .masked-info-security {
    margin-bottom: 0;
}

.default-modal .vtexIdUI-page-active .masked-info-hello,
.default-modal .vtexIdUI-page-active .identified-user-hello,
.default-modal .modal-body .masked-info-hello,
.default-modal .modal-body .identified-user-hello {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .01em;
    color: #0e0e0e;
}

.default-modal .vtexIdUI-page-active .masked-info-message,
.default-modal .vtexIdUI-page-active .identified-user-message,
.default-modal .modal-body .masked-info-message,
.default-modal .modal-body .identified-user-message {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #6c6b70;
}

.default-modal .vtexIdUI-page-active button,
.default-modal .modal-body button {
    justify-content: center;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    letter-spacing: .025em;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: 600;
    transition: all .2s;
    display: flex;
}

.default-modal .vtexIdUI-page-active button::after,
.default-modal .modal-body button::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMS41IDExLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    width: 15px;
    height: 100%;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out;
    display: flex;
    margin-left: 14px;
}

.default-modal .vtexIdUI-page-active button:hover,
.default-modal .modal-body button:hover {
    background: #0e0e0e;
    color: #fff;
}

.default-modal .vtexIdUI-page-active button:hover::after,
.default-modal .modal-body button:hover::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMS41IDExLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    width: 15px;
    height: 100%;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out;
    display: flex;
    margin-left: 14px;
}

.default-modal .vtexIdUI-page-active button.masked-info-button,
.default-modal .modal-body button.masked-info-button {
    height: 40px;
    width: 35%;
    line-height: 21px;
}

@media(max-width: 767px) {

    .default-modal .vtexIdUI-page-active button.masked-info-button,
    .default-modal .modal-body button.masked-info-button {
        width: 100%;
    }
}

.default-modal .vtexIdUI-page-active .payment-confirmation-content,
.default-modal .modal-body .payment-confirmation-content {
    display: flex;
    justify-content: center;
}

.default-modal .vtexIdUI-page-active .payment-confirmation-content span.payment-confirmation-thanks,
.default-modal .modal-body .payment-confirmation-content span.payment-confirmation-thanks {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .01em;
    color: #0e0e0e;
    font-weight: bold;
    margin-top: 5px;
}

.default-modal .vtexIdUI-page-active #payment-confirmation-message-container .payment-confirmation-message,
.default-modal .vtexIdUI-page-active #payment-confirmation-message-container .payment-confirmation-message,
.default-modal .modal-body #payment-confirmation-message-container .payment-confirmation-message,
.default-modal .modal-body #payment-confirmation-message-container .payment-confirmation-message {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #6c6b70;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.default-modal .vtexIdUI-page-active #payment-confirmation-message-container .payment-confirmation-message::after,
.default-modal .vtexIdUI-page-active #payment-confirmation-message-container .payment-confirmation-message::after,
.default-modal .modal-body #payment-confirmation-message-container .payment-confirmation-message::after,
.default-modal .modal-body #payment-confirmation-message-container .payment-confirmation-message::after {
    content: "..";
    font-size: 18px;
    display: inline-flex;
}

.payment-confirmation-modal {
    height: auto !important;
}

.vtexIdUI {
    box-shadow: none !important;
    transition: none;
    top: 30% !important;
}

.vtexIdUI .vtexIdUI-page {
    border-bottom: 0px solid #eee;
    background: #fff;
    text-align: center;
}

.vtexIdUI .vtexIdUI-page .modal-header {
    background: #fff !important;
    width: 100% !important;
}

.vtexIdUI .vtexIdUI-page .modal-body .vtexIdUI-send-email {
    text-shadow: 0 0 #000;
    background-color: #FF0000;
    background-image: linear-gradient(to bottom, #FF0000, #FF0000);
    box-shadow: none;
    border: none;
    color: #0e0e0e;
    border-radius: 5px;
    width: 100% !important;
}

.vtexIdUI .vtexIdUI-page .modal-body .vtexIdUI-send-email:hover {
    background-color: #0e0e0e;
    background-position: 0 43px;
    color: #fff;
}

.vtexIdUI .vtexIdUI-page .modal-body .vtexIdUI-others-send-email {
    background: #ebebeb;
    border-radius: 5px;
    box-shadow: none;
}

.vtexIdUI .vtexIdUI-page .modal-footer {
    background-color: #fff;
}

.vtexIdUI .vtexIdUI-page .modal-footer .btn-success {
    text-shadow: 0 0 #000;
    background-color: #FF0000;
    background-image: linear-gradient(to bottom, #FF0000, #FF0000);
    box-shadow: none;
    border: none;
    color: #0e0e0e;
    border-radius: 5px;
}

.vtexIdUI .vtexIdUI-page form {
    width: 100%;
}

.vtexIdUI .vtexIdUI-page.vtexIdUI-confirm-email.vtexIdUI-page-active {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.vtex-front-messages-type-fatal {
    box-shadow: none;
    border: 0;
}

.vtex-front-messages-type-fatal.modal.fade.in {
    position: absolute;
    top: 50%;
    left: 50%;
}

.vtex-front-messages-type-fatal .payment-confirmation-security {
    display: flex;
    position: initial;
    margin: 0;
    opacity: 1;
}

.vtex-front-messages-type-fatal .payment-confirmation-security::before {
    content: "";
    background-image: url(https://auteco.vteximg.com.br/arquivos/header-qd-v1-brand.png);
    display: flex;
    width: 117px;
    height: 56px;
    background-repeat: no-repeat;
}

.vtex-front-messages-type-fatal .payment-confirmation-loading {
    display: none;
}

.vtex-pickup-points-modal-3-x-modalBackdrop {
    background: #0e0e0e !important;
    opacity: .4 !important;
    z-index: 101 !important;
}

.header-container {
    display: flex;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 101;
    top: 0;
    background: #fff;
}

.header-container .col-content {
    width: 33%;
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {
    .header-container .col-content {
        width: 50%;
        justify-content: center;
    }
}

.header-container .col-left {
    margin: auto;
    justify-content: normal;
}

@media(max-width: 767px) {
    .header-container .col-left {
        display: none;
    }
}

.header-container .col-left a#volver-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .25px;
    color: #000;
    cursor: pointer;
    text-transform: none;
    margin-left: 18%;
    text-decoration: none;
    letter-spacing: .025em;
    transition: all .2s ease-out;
}

.header-container .col-left a#volver-link:hover {
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    text-underline-offset: 2px;
}

.header-container .col-left a#volver-link img {
    margin-right: 8.3px;
}

.header-container .col-rigth {
    justify-content: flex-end;
}

@media(max-width: 767px) {
    .header-container .col-rigth {
        justify-content: center;
    }
}

@media(max-width: 320px) {
    .header-container .col-rigth {
        justify-content: left;
    }
}

.header-container .col-rigth .container-ayuda {
    text-align: center;
    margin-right: 18%;
}

@media(max-width: 767px) {
    .header-container .col-rigth .container-ayuda {
        margin-right: 0%;
    }
}

.header-container .col-rigth .container-ayuda p.text-ayuda-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #0e0e0e;
}

.header-container .col-rigth .container-ayuda a {
    background: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: flex;
    padding: 8px 20px;
    line-height: 14px;
    justify-content: space-between;
    transition: all .2s ease-out;
    align-items: center;
}

.header-container .col-rigth .container-ayuda a:hover {
    background: #FF0000;
    border: 1px solid #FF0000;
    color: #000;
}

.header-container .col-rigth .container-ayuda a:hover img {
    filter: invert(100%);
}

.header-container .col-rigth .container-ayuda a img {
    margin-right: 7px;
    transition: all .2s ease-out;
}

.qaauteco-myvtex-com.body-cart {
    height: calc(100vh - 80px);
}

footer.container-footer {
    background: #f9f9f9;
    width: 100%;
    bottom: 0;
}

footer.container-footer .row-content {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 1rem;
    width: auto;
}

@media(max-width: 767px) {
    footer.container-footer .row-content {
        display: block;
    }
}

footer.container-footer .row-content.row-content-up {
    border-bottom: 1px solid #cdcdcd;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-up {
        border-bottom: 0px solid #cdcdcd;
        padding: 0 1rem;
    }
}

footer.container-footer .row-content.row-content-up .col-content-up-left {
    display: flex;
    width: 28%;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-up .col-content-up-left {
        display: block;
        border-bottom: 1px solid rgba(112, 112, 112, .15);
        width: 100%;
        padding: 10px 0;
    }
}

footer.container-footer .row-content.row-content-up .col-content-up-left p#seeMoreCartFooterContent {
    font-size: 13px;
    line-height: 18px;
    align-items: center;
    color: #6c6b70;
    margin: auto;
    transition: max-height .6s ease-in-out;
}

footer.container-footer .row-content.row-content-up .col-content-up-left p#seeMoreCartFooterContent span {
    display: none;
}

footer.container-footer .row-content.row-content-up .col-content-up-left p#seeMoreCartFooterContent.activeTextFooter span {
    display: initial;
}

footer.container-footer .row-content.row-content-up .col-content-up-left p#seeMoreCartFooterContent.activeTextFooter #seeMinusCartFooter {
    font-size: 0;
}

footer.container-footer .row-content.row-content-up .col-content-up-left p#seeMoreCartFooterContent.activeTextFooter #seeMinusCartFooter::before {
    font-size: 13px;
    content: "Leer menos";
    margin-left: 4px;
    text-decoration-line: underline;
    color: #434343;
    cursor: pointer;
    font-weight: 600;
}

footer.container-footer .row-content.row-content-up .col-content-up-left p#seeMoreCartFooterContent a#seeMinusCartFooter {
    text-decoration-line: underline;
    color: #434343;
    cursor: pointer;
    font-weight: 600;
}

footer.container-footer .row-content.row-content-up .col-content-down-rigth {
    display: flex;
    width: auto;
    justify-content: flex-end;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-up .col-content-down-rigth {
        display: block;
    }
}

footer.container-footer .row-content.row-content-up .col-content-down-rigth p.p-content {
    width: auto;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-up .col-content-down-rigth p.p-content {
        justify-content: left;
        margin: 10px auto;
    }
}

footer.container-footer .row-content.row-content-up .col-content-down-rigth div.img-content {
    display: flex;
    width: auto;
    justify-content: flex-end;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-up .col-content-down-rigth div.img-content {
        margin: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

footer.container-footer .row-content.row-content-up .col-content-down-rigth div.img-content img {
    margin: auto 15px;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-up .col-content-down-rigth div.img-content img {
        margin: auto 20px auto auto;
    }
}

@media(max-width: 320px) {
    footer.container-footer .row-content.row-content-down {
        padding: .2rem;
    }
}

footer.container-footer .row-content.row-content-down .col-content-down-left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-down .col-content-down-left {
        width: 100%;
        text-align: center;
    }
}

footer.container-footer .row-content.row-content-down .col-content-down-left p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
}

footer.container-footer .row-content.row-content-down .col-content-down-rigth {
    width: 50%;
    display: flex;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-down .col-content-down-rigth {
        width: 100%;
        justify-content: space-between;
    }
}

footer.container-footer .row-content.row-content-down a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
    text-decoration: none;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-down a {
        display: flex;
        font-size: 13px;
    }
}

footer.container-footer .row-content.row-content-down a img {
    margin: auto 10px;
}

@media(max-width: 767px) {
    footer.container-footer .row-content.row-content-down a img {
        margin: auto 6px;
    }
}

body.body-cart {
    background-color: #fff;
}

@media(min-width: 1200px) {
    body.body-cart {
        padding-bottom: 0px;
    }
}

body #cart-title {
    font-size: 0;
    padding: 20px 4px;
    display: flex;
}

body #cart-title::before {
    content: "Mi pedido";
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
}

body .container_comeback_mobile {
    padding-top: 16px;
    padding-left: 5px;
}

body .container_comeback_mobile .link_comeback_mobile {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .25px;
    color: #000;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    transition: all .2s ease-out;
    text-align: center;
    align-items: center;
    display: flex;
}

body .container_comeback_mobile .link_comeback_mobile .img_comeback_mobile {
    margin-right: 8.3px;
}

.row-fluid .full-cart,
.row-fluid .orderform-template {
    transition: opacity 2s, visibility 1s;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 {
        flex-direction: column;
        margin-bottom: 0px;
    }
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 {
        width: 100%;
    }
}

.cart-template.full-cart.span12 #cartLoadedDiv {
    width: 100%;
    grid-area: cart-template-holder;
}

.cart-template.full-cart.span12 #cartLoadedDiv .empty-cart-content {
    display: block;
    width: 100%;
    position: ABSOLUTE;
    background-color: #fff;
    z-index: 1;
    height: 100%;
}

.cart-template.full-cart.span12 #cartLoadedDiv .cart {
    height: fit-content;
    overflow: auto;
    background: #fff;
    padding: 5px 20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 5px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .cart table {
    text-transform: capitalize;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 #cartLoadedDiv .cart {
        height: auto;
        border: 1px solid #cdcdcd;
        border-radius: 10px;
    }
}

.cart-template.full-cart.span12 #cartLoadedDiv .cart::-webkit-scrollbar {
    width: 5px;
    margin-right: 4px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .cart::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart-template.full-cart.span12 #cartLoadedDiv .cart::-webkit-scrollbar-thumb {
    background: #777;
    width: 2px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .cart::-webkit-scrollbar-thumb:hover {
    background: #777;
    width: 1px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr {
    border-bottom: 1px solid #dcdcdc;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .shipping-date {
    display: flex;
    font-size: 0;
    justify-content: center;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .shipping-date::after {
    content: "Entrega";
    font-size: 18px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items th {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
    padding: 17px 8px;
    background: #fff;
    text-transform: capitalize !important;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items th.quantity-price {
    font-size: 0;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items th.quantity-price::after {
    content: "Subtotal";
    font-size: 18px;
    margin-left: 30px;
    display: flex;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items th.product {
    text-align: left;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items th.quantity-price {
    display: flex;
    justify-content: center;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items th.item-remove::before {
    content: "";
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody {
    border-top: 1px solid #dcdcdc;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity {
    width: auto;
    max-width: 125px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity .item-quantity-change {
    border: 0px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity .item-quantity-change .icon-plus-sign::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/plusico.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto;
    background-color: rgba(214, 214, 214, .3);
    border-radius: 50%;
    transition: all .2s ease-out;
}

.cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity .item-quantity-change .icon-plus-sign:hover::before {
    background-color: #FF0000;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody {
        border-top: none;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody tr.product-item {
        display: flex;
    }

    .table.cart-items tbody tr .v-custom-product-item-wrap {
        display: grid;
        grid-row-gap: 8px;
        grid-column-gap: 6%;
        grid-template-columns: 30% 64%;
        grid-template-areas:
            "product-image product-name"
            "product-image quantity"
            "product-image product-price";
    }

    .full-cart .cart table tbody tr td.quantity-price,
    .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 !important;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity {
        max-width: unset;
        border: none;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.product-price {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .full-cart .cart table tbody tr td.item-remove {
        right: -8px;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.product-image {
        position: relative;
        order: 1;
        grid-area: product-image;
        width: 100%;
        margin: auto;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.product-name {
        grid-area: product-name;
        width: 100%;
        margin: 0;
        height: max-content;
        order: 2;
        padding-bottom: 0 !important;
        margin-left: 0 !important;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity {
        order: 3;
        position: relative;
        margin-left: 0 !important;
        display: flex;
        align-items: center;
        grid-area: quantity;
        width: 100%;
        left: 0;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity::before {
        content: "Cantidad ";
        color: #0e0e0e;
        font-family: "Mukta", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding-right: 30%;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity a,
    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity input {
        float: none;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.product-price {
        grid-area: product-price;
        width: 100%;
        order: 4;
        margin-right: 0;
        display: flex;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.product-price .list-price {
        margin-right: 14px;
    }
}

.cart-template.full-cart.span12 #cartLoadedDiv tr:last-of-type {
    border-bottom: 0px
}

.cart-template.full-cart.span12 #cartLoadedDiv .product-image img {
    image-rendering: -webkit-optimize-contrast;
    width: 112px;
    height: 112px;
    max-width: 112px;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 #cartLoadedDiv .product-image img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

.cart-template.full-cart.span12 #cartLoadedDiv .product-name {
    width: 250px;
    max-width: 300px;
}

.cart-template.full-cart.span12 #cartLoadedDiv .product-name div.brand {
    display: none;
}

.cart-template.full-cart.span12 #cartLoadedDiv .product-name small.seller.muted {
    display: none;
}

.cart-template.full-cart.span12 #cartLoadedDiv .product-name .refId {
    display: flex;
    font-size: 13px;
    line-height: 14px;
    margin-top: 4px;
    color: #707070;
}

.cart-template.full-cart.span12 #cartLoadedDiv .product-name a {
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    display: block;
}

.cart-template.full-cart.span12 #cartLoadedDiv .product-name a::first-letter {
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 #cartLoadedDiv .product-name a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.cart-template.full-cart.span12 #cartLoadedDiv .old-product-price.muted {
    color: #707070;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 #cartLoadedDiv .old-product-price.muted {
        font-size: 14px;
    }
}

.cart-template.full-cart.span12 #cartLoadedDiv .new-product-price {
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12 #cartLoadedDiv .new-product-price {
        font-size: 18px;
    }
}

.cart-template.full-cart.span12 #cartLoadedDiv .discount {
    display: none;
}

.cart-template.full-cart.span12 #cartLoadedDiv .icon-minus-sign::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/minus.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    background-size: contain;
    margin: auto;
    background-color: rgba(214, 214, 214, .3);
    border-radius: 50%;
    top: 0;
    transition: all .2s ease-out;
}

.cart-template.full-cart.span12 #cartLoadedDiv .icon-minus-sign:hover::before {
    background-color: #FF0000;
}

.cart-template.full-cart.span12 #cartLoadedDiv .quantity input {
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 30px;
    max-width: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}

.cart-template.full-cart.span12 #cartLoadedDiv .total-selling-price {
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cart-template.full-cart.span12.active {
    position: relative;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 74% 25%;
    grid-template-areas: "cart-template-holder summary-template-holder" "cart-template-holder cart-links-bottom";
}

.cart-template.full-cart.span12.active .summary-template-holder {
    width: 100%;
    height: auto;
    grid-area: summary-template-holder;
    border-radius: 5px 5px 0 0;
    border: none;
    background: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12.active .summary-template-holder {
        width: 100%;
        border: 1px solid #cdcdcd;
        border-radius: 5px 5px 0 0;
    }
}

.cart-template.full-cart.span12.active .summary-template-holder::before {
    content: "Resumen de compra";
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .15px;
    line-height: 24px;
    padding: 1rem 0;
    border-bottom: 1px solid #cdcdcd;
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon-column.summary-coupon-wrap.text-center {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12.active .summary-template-holder .coupon-column.summary-coupon-wrap.text-center {
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
    }
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon.summary-coupon,
.cart-template.full-cart.span12.active .summary-template-holder .coupon-data {
    margin: 0;
    display: flex;
    float: none;
    justify-content: center;
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon.summary-coupon .coupon-form {
    width: 100%;
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon.summary-coupon .coupon-form .coupon-fieldset div {
    padding: 8px 23px;
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon.summary-coupon .coupon-form .coupon-fieldset div p.coupon-fields {
    margin-bottom: 0px;
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon.summary-coupon .coupon-form .coupon-data.pull-right {
    padding: 16px 23px;
}

.cart-template.full-cart.span12.active .summary-template-holder #cart-link-coupon-add {
    height: 42px;
    border-radius: 5px;
    border: 1px solid #a3a0a0;
    background: #f8f8f8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    text-decoration: auto;
    margin: auto;
    padding: 0;
    text-transform: inherit;
    transition: all .2s ease-out;
}

.cart-template.full-cart.span12.active .summary-template-holder #cart-link-coupon-add:hover {
    background: #ebebeb;
    border: 1px solid #6c6b70;
}

.cart-template.full-cart.span12.active .summary-template-holder #cart-link-coupon-add:before {
    content: "Registrar cÃ³" "digo de descuento";
    color: #434343;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon-label label {
    color: #0e0e0e;
    font-size: 0px;
    text-transform: inherit !important
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon-label label::before {
    content: "CÃ³" "digo de descuento";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #0e0e0e
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon-fields span:nth-child(1) {
    display: flex;
    justify-content: space-between
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon-fields span:nth-child(1) .loading-inline {
    display: flex !important;
    position: absolute;
    right: 24px;
    font-size: 0;
    z-index: 1
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon-fields span:nth-child(1) .icon-spinner::before {
    font-size: 30px;
    background: #f8f8f8
}

.cart-template.full-cart.span12.active .summary-template-holder input#cart-coupon {
    width: 80%;
    height: 42px;
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 0px;
    background: #f8f8f8;
    padding: 12px 20px;
    margin: 0;
}

.cart-template.full-cart.span12.active .summary-template-holder .forms.coupon-column.summary-coupon-wrap.span7.pull-left {
    display: flex !important;
    float: none !important;
    width: 100% !important;
    min-height: auto !important;
    border-bottom: 1px solid #cdcdcd
}

.cart-template.full-cart.span12.active .summary-template-holder button#cart-coupon-add {
    width: 20%;
    height: 42px;
    background: no-repeat;
    text-shadow: none;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 0px;
    color: #173673;
    font-weight: 600;
    font-size: 0;
    display: flex;
    background: #f8f8f8
}

.cart-template.full-cart.span12.active .summary-template-holder button#cart-coupon-add::after {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/flech-left.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-position: center;
    margin: auto;
    background-color: rgba(214, 214, 214, .3);
    z-index: 9;
    border-radius: 50%
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-description.mw5 {
    display: none
}

.cart-template.full-cart.span12.active .summary-template-holder #shipping-calculate-link {
    margin: 0;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #0e0e0e;
    background-color: #0e0e0e;
    color: #fff;
    font-size: 16px;
    letter-spacing: .25px;
    font-weight: 600;
    font-style: normal;
    transition: all .2s ease-out;
    text-transform: inherit
}

.cart-template.full-cart.span12.active .summary-template-holder #shipping-calculate-link:hover {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: #0e0e0e;
    font-weight: 600
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 {
    margin-top: 0;
    padding-top: .5rem
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .vtex-shipping-preview-0-x-pc .srp-postal-code__form .ship-country {
    display: none
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .vtex-shipping-preview-0-x-pc .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeSelect .ship-state {
    width: 100%
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .vtex-shipping-preview-0-x-pc .srp-postal-code__form .vtex-shipping-preview-0-x-postalCodeSelect .ship-city {
    width: 100%
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-postal-code__form p.ship-city,
.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-postal-code__form p.ship-state {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-pickup-my-location__button,
.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 #find-pickup-link {
    color: #0e0e0e;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    transition: all 0s ease-in-out;
    border: 1px solid #FF0000;
    transition: all .2s ease-out;
    text-transform: initial;
    letter-spacing: .25px
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-pickup-my-location__button:hover,
.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 #find-pickup-link:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 600;
    color: #fff
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .vtex-shipping-preview-0-x-removeFromCartWrapper a.btn-link {
    color: #ff4c4c !important;
    font-size: 14px !important
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 1rem
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper {
    border-radius: 0px;
    box-shadow: none
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper .vtex-shipping-preview-0-x-frame {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper label.blue {
    border-radius: 5px;
    color: #fff !important;
    background-color: #0e0e0e !important;
    transition: all .2s ease-out
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper label.blue:hover {
    background-color: #FF0000 !important;
    color: #434343 !important
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper label.srp-toggle__delivery {
    margin-right: 10px;
    border: 0px solid;
    width: 48%;
    border-radius: 5px;
    background-color: #ebebeb;
    color: #434343;
    font-size: 0
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper label.srp-toggle__delivery::before {
    content: "Recibir a domicilio";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: initial;
    font-family: "Mukta", Helvetica, Arial, sans-serif
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper label.srp-toggle__pickup {
    border: 0px solid;
    width: 49%;
    border-radius: 5px;
    background-color: #ebebeb;
    color: #434343;
    font-size: 0
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .srp-toggle .srp-toggle__wrapper label.srp-toggle__pickup::before {
    content: "Recoger en tienda";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: initial;
    font-family: "Mukta", Helvetica, Arial, sans-serif
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .vtex-shipping-preview-0-x-pc select {
    border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-data.mt4 .vtex-shipping-preview-0-x-pc button {
    margin-top: 5px;
    background: #0e0e0e;
    border-radius: 5px;
    border: 1px solid #0e0e0e;
    color: #fff
}

.cart-template.full-cart.span12.active .summary-template-holder .srp-delivery-info.mb6 {
    margin-bottom: 0
}

.cart-template.full-cart.span12.active .summary-template-holder .summary-coupon {
    width: 100% !important
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table {
    border: 0;
    text-transform: capitalize
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tbody.totalizers-list {
    width: 100%;
    display: flex;
    flex-direction: column
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tr {
    border-bottom: 0;
    display: flex
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tr.Items {
    order: 1
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tr.srp-summary-result.hide {
    order: 2
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tr.srp-summary-result.hide .info {
    text-transform: initial
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tr.Shipping {
    display: none
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tr.Discounts {
    order: 3
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tr.Discounts .info::before {
    content: "Total "
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table td.info {
    padding: 4px 0px 0px 0px;
    text-align: left !important;
    color: #6c6b70;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background-color: #fff;
    vertical-align: middle
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table td.monetary {
    width: 100%;
    padding: 2px 0px 0px 0px;
    text-align: right !important;
    color: #6c6b70;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    vertical-align: middle
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table td.space,
.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table td.empty {
    display: none
}

.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tfoot .info,
.cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tfoot .monetary {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    line-height: 20px;
    padding-top: 10px
}

@media(max-width: 767px) {

    .cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tfoot .info,
    .cart-template.full-cart.span12.active .summary-template-holder .accordion-inner .table tfoot .monetary {
        font-size: 20px;
        font-weight: 700
    }
}

.cart-template.full-cart.span12.active .summary-template-holder .seeMore {
    margin: 0 23px;
    color: #6c6b70;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px
}

.cart-template.full-cart.span12.active .summary-template-holder .seeMore span {
    display: none
}

.cart-template.full-cart.span12.active .summary-template-holder .seeMore.seeMoreCarBlock span {
    display: initial
}

.cart-template.full-cart.span12.active .summary-template-holder .seeMore.seeMoreCarBlock #seeMoreCart {
    font-size: 0
}

.cart-template.full-cart.span12.active .summary-template-holder .seeMore.seeMoreCarBlock #seeMoreCart::after {
    content: "Leer menos";
    font-size: 13px;
    text-decoration-line: underline;
    margin-left: 2px
}

.cart-template.full-cart.span12.active .summary-template-holder #seeMoreCartHide {
    display: none
}

.cart-template.full-cart.span12.active .summary-template-holder #seeMoreCartHide.seeMoreCarBlock {
    display: block;
    margin: 0 23px;
    color: #6c6b70;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px
}

.cart-template.full-cart.span12.active .summary-template-holder #seeMoreCart {
    font-size: 0
}

.cart-template.full-cart.span12.active .summary-template-holder #seeMoreCart::after {
    content: "Leer m" "Ã¡s";
    cursor: pointer;
    align-items: center;
    color: #434343;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline
}

.cart-template.full-cart.span12.active .clearfix.pull-right.cart-links.cart-links-bottom.hide {
    width: 100%;
    position: relative;
    max-width: 100%;
    grid-area: cart-links-bottom;
    float: none;
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: center;
    right: 0;
    bottom: 15px;
    background: #fff;
    grid-template-rows: auto auto;
    margin: 0;
    padding: 0 20px 17px;
    border-radius: 0 0 5px 5px;
    border: none;
    box-sizing: border-box
}

.cart-template.full-cart.span12.active .clearfix.pull-right.cart-links.cart-links-bottom.hide::before {
    display: none
}

.cart-template.full-cart.span12.active .clearfix.pull-right.cart-links.cart-links-bottom.hide::after {
    display: none
}

.cart-template.full-cart.span12.active .clearfix.pull-right.cart-links.cart-links-bottom.hide .btn-place-order-wrapper {
    grid-area: 1
}

.cart-template.full-cart.span12.active .clearfix.pull-right.cart-links.cart-links-bottom.hide .link-choose-more-products-wrapper {
    grid-area: 2
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12.active .clearfix.pull-right.cart-links.cart-links-bottom.hide {
        position: relative;
        max-width: inherit;
        padding: 1rem;
        border-left: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        border-radius: 0 0 10px 10px
    }
}

.cart-template.full-cart.span12.active #cart-to-orderform {
    text-shadow: 0 0 #000;
    box-shadow: none;
    color: #fff;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-size: 0;
    font-weight: 700;
    font-style: normal;
    width: auto;
    margin-top: 17px;
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
    transition: all 0s ease-in-out;
    border: 1px solid #FF0000;
    transition: all .2s ease-out
}

.cart-template.full-cart.span12.active #cart-to-orderform::before {
    content: "Iniciar Pago";
    font-size: 16px;
    letter-spacing: .25px;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: capitalize
}

.cart-template.full-cart.span12.active #cart-to-orderform::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMS41IDExLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out;
    margin-left: 12px;
    filter: invert(1);
}

.cart-template.full-cart.span12.active #cart-to-orderform:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 700;
    color: #fff
}

.cart-template.full-cart.span12.active #cart-to-orderform:hover::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMS41IDExLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12.active #cart-to-orderform {
        font-size: 0px;
        letter-spacing: 0px
    }
}

.cart-template.full-cart.span12.active #cart-choose-more-products {
    color: #0e0e0e;
    height: 40px;
    background: #f8f8f8;
    border-radius: 5px;
    align-items: center;
    font-size: 0 !important;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    margin-top: 0rem;
    display: flex;
    justify-content: center;
    border: 0px solid #173673;
    text-transform: capitalize;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    transition: all .2s ease-out
}

.cart-template.full-cart.span12.active #cart-choose-more-products::after {
    content: "Seguir comprando";
    font-size: 16px;
    color: #0e0e0e;
    letter-spacing: .025em
}

.cart-template.full-cart.span12.active #cart-choose-more-products:hover {
    border: 0px solid #173673;
    background: #ebebeb;
    color: #434343;
    font-weight: 600;
    text-decoration: auto
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12.active #cart-choose-more-products {
        font-weight: 400;
        letter-spacing: initial
    }
}

.cart-template.full-cart.span12.active .totalizers.summary-totalizers.cart-totalizers.pull-right {
    width: 100%;
    padding: 0;
    margin: 0
}

.cart-template.full-cart.span12.active .totalizers.summary-totalizers.cart-totalizers.pull-right .forms.coupon-column.summary-coupon-wrap {
    display: none
}

.cart-template.full-cart.span12.active .totalizers.summary-totalizers.cart-totalizers.pull-right .accordion-group {
    margin: 13px 23px;
    margin-bottom: 16px;
    padding: 0
}

.cart-template.full-cart.span12.active .cart-more-options.span7 {
    width: 100%;
    float: none;
    margin-left: 0;
    border-bottom: 1px solid #cdcdcd
}

.cart-template.full-cart.span12.active .cart-more-options.span7 .srp-container {
    padding: 10px 23px;
    padding-bottom: 20px;
    max-width: initial
}

.cart-template.full-cart.span12.active .cart-more-options.span7 .srp-container h2.srp-main-title {
    font-size: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #6c6b70
}

.cart-template.full-cart.span12.active .cart-more-options.span7 .srp-container h2.srp-main-title::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/cart-shipment.png);
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-position: center
}

.cart-template.full-cart.span12.active .cart-more-options.span7 .srp-container h2.srp-main-title::after {
    content: "Calcular tiempos y costos de envÃ­o";
    color: #3c3c3b;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    margin-left: 5px
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12.active .cart-more-options.span7 {
        border-bottom: 1px solid #d6d6d6
    }
}

@media(max-width: 767px) {
    .cart-template.full-cart.span12.active {
        opacity: 1;
        transition: opacity 1s, visibility .7s;
        display: flex
    }
}

.container-header {
    width: 100%;
    background: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 2px rgba(128, 128, 128, .466)
}

@media(max-width: 767px) {
    .container-header a {
        position: inherit;
        margin: auto
    }
}

.container-header .container-ayuda {
    position: absolute;
    right: 14px
}

.container-header .container-ayuda .text-ayuda-header {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: right
}

.container-header .container-ayuda .link-ayuda-header {
    color: #173673;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left
}

@media(max-width: 767px) {
    .container-header .container-ayuda {
        position: inherit;
        margin: auto
    }
}

.logo-header {
    width: 216px
}

.product-item {
    border-top: 1px solid #dcdcdc
}

.product-item .shipping-date {
    white-space: inherit !important;
    width: 30px
}

.product-item .shipping-date span {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-transform: none
}

@media(max-width: 767px) {
    .product-item {
        border-top: 0
    }
}

.item-link-remove {
    color: #032643;
    font-size: 13px
}

.item-link-remove i::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/delete.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto;
    background-color: #000;
    border-radius: 50%
}

.body-order-form {
    background: #fff
}

@media(max-width: 767px) {
    .body-order-form {
        padding-bottom: 0px;
        padding: 0
    }
}

.payment-data {
    margin-bottom: 120px
}

#conteiner-email {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 310;
    position: fixed;
    top: 0;
    left: 0
}

.table .quantity-price,
.table .product-price {
    white-space: nowrap;
    width: auto
}

.table .quantity-price .new-product-price-label,
.table .quantity-price .old-product-price-label,
.table .product-price .new-product-price-label,
.table .product-price .old-product-price-label {
    display: none
}

span.help.error {
    width: auto
}

.vtex-omnishipping-1-x-address {
    display: none
}

.botonGeneraQR {
    display: block;
    position: fixed;
    bottom: 15%;
    left: 1%;
    background-image: url("https://www.autecomobility.com/arquivos/qr-generator-yellow.png");
    width: 188px;
    height: 74px;
    cursor: pointer;
    z-index: 9;
    background-repeat: no-repeat;
}

@media(max-width: 767px) {
    .botonGeneraQR {
        display: none !important;
        width: 188px;
        height: 74px
    }
}

@media(min-height: 1800px) {
    .botonGeneraQR {
        bottom: 60%
    }
}

.popup {
    height: 100vh;
    width: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    color: #fff
}

.popup .contenido {
    background-color: #fff;
    padding: 3%;
    position: relative;
    text-align: center;
    max-width: 50%
}

@media(max-width: 767px) {
    .popup .contenido {
        max-width: 85%
    }
}

.popup .contenido h3,
.popup .contenido p,
.popup .contenido h2 {
    color: #000
}

.popup .contenido h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .popup .contenido h3 {
        font-size: 23px;
        margin-bottom: 20px;
        width: 75%;
        margin: 20px auto
    }
}

.popup .contenido p {
    width: 465px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .popup .contenido p {
        font-size: 16px;
        line-height: 1;
        width: 80%
    }
}

.popup .contenido .cerrarPopup {
    color: #000;
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

@media(max-width: 767px) {
    .popup .contenido .cerrarPopup {
        top: 2px;
        line-height: 1
    }
}

.popup .contenido img {
    margin: auto
}

.popup .contenido .buttonQR {
    background: #FF0000;
    color: #000;
    width: 150px;
    margin: auto;
    margin-top: 40px;
    padding: 7px 14px;
    border-radius: 5px;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    font-size: 16px
}

.popup .contenido .buttonQR:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMS41IDExLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
    position: absolute;
    top: 10px
}

.sb-b-erasecart .sb-icon,
.sb-b-erasecart .sb-label,
.sb-b-erasecart a:hover .sb-icon {
    background-color: #FF0000 !important;
    margin-bottom: 10px
}

.fa-cart-plus:before {
    content: "ïˆ—";
    color: #000 !important
}

.sb-b-codigovendedor .sb-icon,
.sb-b-codigovendedor .sb-label,
.sb-b-codigovendedor a:hover .sb-icon {
    color: #c1c1c1;
    background-color: #FF0000 !important
}

.fa-user-plus:before {
    content: "ïˆ´";
    color: #000 !important
}

.sb-b-whatsapp .sb-icon,
.sb-b-whatsapp .sb-label,
.sb-b-whatsapp a:hover .sb-icon {
    background-color: #FF0000 !important;
    margin-bottom: 10px
}

.sb-b-link .sb-icon,
.sb-b-link .sb-label,
.sb-b-link a:hover .sb-icon {
    background-color: #FF0000 !important
}

.fa-whatsapp:before {
    color: #000 !important
}

.fa-link:before {
    color: #000 !important
}

#orderform-title,
#orderform-to-cart {
    display: none !important
}

.client-pre-email {
    border: 0;
    z-index: 100
}

.client-pre-email .pre-email {
    width: 30%;
    margin: auto;
    max-width: 328px
}

@media(max-width: 767px) {
    .client-pre-email .pre-email {
        width: 85%
    }
}

.client-pre-email .pre-email .client-email {
    margin: auto;
    width: 100%;
    margin-bottom: 29px;
    display: flex;
    flex-direction: column
}

.client-pre-email .pre-email .client-email i.loading-inline {
    display: none !important
}

.client-pre-email .pre-email .client-email div.comeback-container {
    order: 4;
    color: #0e0e0e;
    height: 40px;
    background: #f8f8f8;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
    font-style: normal;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    transition: all .2s ease-out
}

.client-pre-email .pre-email .client-email div.comeback-container a {
    text-decoration: none;
    font-size: 16px;
    color: #0e0e0e;
    letter-spacing: .025em;
    font-weight: 600;
    margin-right: 0
}

.client-pre-email .pre-email .client-email div.comeback-container:hover {
    background: #ebebeb;
    font-weight: 600;
    -webkit-text-decoration: auto;
    text-decoration: auto
}

.client-pre-email .pre-email .client-email button#btn-client-pre-email {
    width: 100%;
    transition: all .2s ease-out;
    height: 40px;
    order: 3;
    border: none;
    margin-top: 1rem;
    box-shadow: none
}

.client-pre-email .pre-email .client-email button#btn-client-pre-email span {
    color: #0e0e0e;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    transition: all .2s ease-out;
    text-shadow: 0 0 #000
}

.client-pre-email .pre-email .client-email button#btn-client-pre-email span::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMS41IDExLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 8px;
    transition: all .2s ease-out;
    height: 15px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    margin-left: 13px;
    display: flex
}

.client-pre-email .pre-email .client-email button#btn-client-pre-email:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 700;
    color: #fff
}

.client-pre-email .pre-email .client-email button#btn-client-pre-email:hover span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex
}

.client-pre-email .pre-email .client-email button#btn-client-pre-email:hover span::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMS41IDExLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 8px;
    height: 15px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    margin-left: 13px;
    display: flex
}

.client-pre-email .pre-email .client-email input#client-pre-email {
    margin: 1rem auto;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 5px;
    height: 38px;
    order: 1;
    padding-left: 20px;
    margin-bottom: 0;
    color: #6c6b70;
    font-size: 13px
}

.client-pre-email .pre-email .client-email span.help.error {
    order: 2;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 5px
}

.client-pre-email .emailInfo {
    border-color: rgba(0, 0, 0, 0) !important;
    max-width: 328px;
    padding: 0;
    text-align: center !important;
    background-color: #fff
}

.client-pre-email-h {
    margin-bottom: 8px
}

.client-pre-email-h label {
    margin-top: 25%
}

.client-pre-email-h span,
.client-pre-email-h small {
    font-size: 0 !important;
    display: block
}

.client-pre-email-h span::before {
    content: "Ingresa tu email";
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: .01em
}

.client-pre-email-h small::before {
    content: "para continuar con la compra.";
    color: #434343;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

#btn-client-pre-email.btn.btn-success {
    position: initial;
    background: #FF0000;
    border-radius: 5px;
    border: #FF0000 solid;
    color: #0e0e0e;
    height: 38px;
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    width: 100% !important
}

#btn-client-pre-email.btn.btn-success:hover {
    border-color: #0e0e0e;
    color: #fff;
    background: #0e0e0e
}

.icon-lock,
.icon-ok {
    display: none !important
}

.emailInfo::before {
    content: "Guardamos tu mail  de forma 100% segura para identificar tu perfil, notificar sobre los estados de tus compras, guardar el historial de pedidos y facilitar el proceso de compra.";
    font-size: 16px;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #434343
}

@media(max-width: 979px) {
    .emailInfo {
        width: 100% !important
    }
}

.emailInfo h3 {
    color: #000 !important;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    display: none
}

.emailInfo .unstyled {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none
}

.emailInfo .unstyled li {
    color: #afafaf;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center
}

.orderform-template.active {
    margin-top: 2rem;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 74% 24%
}

@media screen and (max-width: 650px) {
    .orderform-template.active {
        margin-top: 1rem !important
    }
}

@media(max-width: 767px) {
    .orderform-template.active {
        display: block;
        opacity: 1;
        margin-left: 0
    }
}

.orderform-template.inactive {
    opacity: 0;
    transition: opacity .7s, visibility .7s
}

@media(max-width: 767px) {
    .orderform-template.inactive {
        opacity: 0;
        transition: opacity 2s, visibility 1s
    }
}

.orderform-template .orderform-template-holder {
    grid-column: 1;
    width: 100% !important
}

@media(max-width: 767px) {
    .orderform-template .orderform-template-holder {
        margin-top: 4rem !important
    }
}

.orderform-template .mini-cart {
    grid-column: 2;
    width: 100%;
    margin: 0
}

.orderform-template .mini-cart .Shipping {
    display: contents;
    width: 100%
}

.orderform-template .mini-cart .cart-fixed {
    width: 100% !important;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: none;
    height: auto !important;
    border: 1px solid #cdcdcd !important;
    flex-direction: column;
    display: flex;
    padding-bottom: 1rem
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder {
    width: 100% !important;
    margin: 0;
    background: #fff;
    order: 4;
    border-top: 0
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .accordion-group {
    margin: 21px 23px;
    padding: 0
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .accordion-body .table {
    border: 0px solid
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .accordion-body .table tbody .Discounts td.info {
    text-transform: lowercase;
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .accordion-body .table tbody .Discounts td.info::before {
    content: "Total ";
    text-transform: capitalize;
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 500;
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .accordion-body .table tfoot td {
    font-weight: 600;
    font-size: 18px !important;
    color: #3c3c3b !important;
    min-width: fit-content;
    padding: 0 !important;
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .summary-totalizers {
    margin: 0
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .summary-totalizers .info {
    width: 100%;
    margin-right: 0px;
    padding: 0px 0px 10px 0px;
    text-align: left !important;
    color: #3c3c3b !important;
    font-size: 14px !important;
    font-weight: 500;
    background-color: #fff
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .summary-totalizers .info:last-child {
    color: #000;
    font-weight: 700
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .summary-totalizers .monetary {
    width: 50%;
    padding: 0px 0px 10px 0px;
    text-align: right !important;
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff
}

.orderform-template .mini-cart .cart-fixed .summary-template-holder .summary-totalizers .monetary:last-child {
    color: #777;
    font-weight: 900
}

.orderform-template .mini-cart .cart-fixed .payment-confirmation-wrap {
    order: 5;
    padding: 0 1rem;
    max-width: inherit;
    display: none !important
}

.orderform-template .mini-cart .cart-fixed h2 {
    width: auto;
    background: #fff;
    color: #3c3c3b;
    font-size: 16px;
    font-weight: 700;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cdcdcd;
    padding: 1rem;
    order: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.orderform-template .mini-cart .cart-fixed .cart {
    max-height: 38vh;
    padding: 0;
    margin-right: 8px
}

.orderform-template .mini-cart .cart-fixed .cart::-webkit-scrollbar {
    width: 5px;
    margin-right: 4px
}

.orderform-template .mini-cart .cart-fixed .cart::-webkit-scrollbar-track {
    background: rgba(205, 205, 205, .15)
}

.orderform-template .mini-cart .cart-fixed .cart::-webkit-scrollbar-thumb {
    background: rgba(108, 107, 112, .6);
    width: 2px;
    border-radius: 6px
}

.orderform-template .mini-cart .cart-fixed .cart::-webkit-scrollbar-thumb:hover {
    background: #777;
    width: 1px
}

.orderform-template .mini-cart .cart-fixed .cart .item {
    background: #fff;
    margin: 0;
    width: 100%;
    padding: 12px 0;
    border: 0;
    border-left: none;
    border-right: none;
    display: grid;
    grid-template-columns: 30% 60%;
    justify-content: center
}

.orderform-template .mini-cart .cart-fixed .cart .item::after {
    content: "";
    background: #cdcdcd;
    width: 88%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px
}

.orderform-template .mini-cart .cart-fixed .cart .item:last-child::after {
    content: "";
    background: rgba(0, 0, 0, 0)
}

.orderform-template .mini-cart .cart-fixed .cart .item .quantity {
    text-align: left;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #979797;
    width: auto;
    display: block;
    grid-column: 2/2;
    grid-row: 3;
    position: initial;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 20px;
}

.orderform-template .mini-cart .cart-fixed .cart .item .quantity::before {
    font-weight: 500;
    content: "Cantidad ";
    display: contents
}

.orderform-template .mini-cart .cart-fixed .cart .item .quantity::after {
    display: none
}

.orderform-template .mini-cart .cart-fixed .cart .item .description {
    grid-column: 2/2;
    margin-top: 0;
    grid-row: 4;
    display: flex
}

.orderform-template .mini-cart .cart-fixed .cart .item .description .shipping-date {
    display: none
}

.orderform-template .mini-cart .cart-fixed .cart .item .price {
    margin-right: 0px;
    display: block;
    width: auto;
    text-shadow: none;
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px
}

.orderform-template .mini-cart .cart-fixed .cart .item .url {
    grid-column: 1/2;
    grid-row: 1/5;
    display: flex
}

.orderform-template .mini-cart .cart-fixed .cart .item .url img {
    width: 100%;
    mix-blend-mode: multiply;
    margin: auto
}

.orderform-template .mini-cart .cart-fixed .cart .item .product-name {
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
    font-weight: 400;
    white-space: pre-line;
    font-size: 16px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: auto;
    grid-column: 2/2;
    grid-row: 1;
    margin-left: 0;
    text-transform: lowercase
}

.orderform-template .mini-cart .cart-fixed .cart .item .product-name::first-letter {
    text-transform: uppercase
}

.orderform-template .mini-cart .cart-fixed .cart .item .item-unavailable {
    grid-column: 1;
    grid-row: 2;
    position: absolute;
    width: 50%;
    top: 12px
}

.orderform-template .mini-cart .cart-fixed .cart .item .insert-price {
    width: auto;
    grid-column: 2/2;
    grid-row: 2;
    font-size: 13px;
    line-height: 14px;
    color: #979797
}

.orderform-template .mini-cart .cart-fixed #go-to-cart-button {
    height: 40px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    font-size: 14px;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    text-shadow: none;
    margin-top: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 5
}

.orderform-template .mini-cart .cart-fixed #go-to-cart-button small {
    display: none
}

.orderform-template .mini-cart .cart-fixed #go-to-cart-button div.comeback-container {
    width: 100%;
    padding: 0 23px;
    font-size: 16px
}

.orderform-template .mini-cart .cart-fixed #go-to-cart-button div.comeback-container a.link-choose-more-products {
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    margin: 0px;
    width: 100%;
    height: 40px;
    justify-content: center;
    padding: 0;
    background: #f8f8f8;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    font-style: normal;
    display: flex;
    color: #0e0e0e;
    border: 0 #FF0000
}

.orderform-template .mini-cart .cart-fixed #go-to-cart-button div.comeback-container a.link-choose-more-products:hover {
    border: 0px solid #ebebeb;
    background: #ebebeb;
    color: #434343;
    font-weight: 600;
    text-decoration: auto
}

.orderform-template .mini-cart .cart-fixed #go-to-cart-button div.comeback-container a#orderform-minicart-to-cart {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: none
}

.orderform-template .mini-cart .cart-fixed #payment-data-submit {
    height: 51px;
    border-radius: 20px;
    background: #000;
    border: 1px solid #000;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
    padding: 10px
}

.orderform-template .mini-cart .cart-fixed #payment-data-submit a {
    text-decoration: none;
    color: #fff
}

#payment-data .accordion-group {
    padding: 15px 30px;
    margin-bottom: 15px
}

#payment-data .accordion-group.active {
    border: 1px solid #0e0e0e !important
}

#payment-data .accordion-group .accordion-body .accordion-inner {
    padding-bottom: 0;
    margin-bottom: 0
}

@media(max-width: 767px) {
    #payment-data .accordion-group {
        padding: 15px
    }
}

#payment-data .accordion-group .accordion-body .payment-group {
    width: 100%;
    background: #fff;
    padding: 0px;
    margin-top: 5px
}

#payment-data .accordion-group .accordion-body .payment-group::before {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    content: "Elige tu medio de pago";
    display: block;
    line-height: 16px;
    color: #0e0e0e;
    text-indent: 0px;
    top: 50%;
    margin-left: 10px;
    margin-bottom: 10px
}

#payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn {
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    padding: 14px;
    background: #f9f9f9;
    border-radius: 5px
}

#payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn a {
    padding: 8px 10px;
    margin: 0 0 15px;
    opacity: 1;
    border-width: 1px
}

@media(max-width: 767px) {
    #payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn {
        display: block
    }

    #payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn a {
        padding: 0px
    }
}

#payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn .payment-group-item {
    display: flex;
    filter: grayscale(100%);
    margin: 5px 0;
    background: #fff
}

#payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn .payment-group-item::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/inactive-content-select.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    margin-left: 20px;
    border-radius: 5px
}

#payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn .payment-group-item.active {
    filter: grayscale(0%);
    border: 2px solid #FF0000;
    border-radius: 5px;
    text-decoration: none;
    outline: none
}

#payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn .payment-group-item.active::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/active-content-select-2.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    margin-left: 20px
}

@media(max-width: 767px) {
    #payment-data .accordion-group .accordion-body .payment-group .payment-group-list-btn .payment-group-item {
        width: 100%
    }
}

#payment-data .accordion-group .accordion-body .steps-view {
    background: #fff;
    width: 100%;
    display: block !important
}

@media(max-width: 767px) {
    #payment-data .accordion-group .accordion-body .steps-view {
        padding: 0
    }
}

#payment-data .accordion-group #payment-data-submit {
    margin: 0px;
    width: 222px;
    height: 40px;
    justify-content: center;
    padding: 11px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e;
    border: 0 #FF0000;
    margin: auto;
    transition: all .2s
}

#payment-data .accordion-group #payment-data-submit span {
    font-size: 0
}

#payment-data .accordion-group #payment-data-submit span::before {
    content: "Realizar pago";
    align-items: center;
    text-align: center;
    letter-spacing: .025em;
    color: #0e0e0e;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0 0 #000;
    transition: all .2s
}

#payment-data .accordion-group #payment-data-submit:hover {
    border: 0px solid #FF0000;
    background: #0e0e0e
}

#payment-data .accordion-group #payment-data-submit:hover span::before {
    color: #fff
}

#payment-data .accordion-group #payment-data-submit:hover::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=")
}

#payment-data .accordion-group #payment-data-submit::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 10px;
    height: 13px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out;
    display: flex;
    margin-left: 10px
}

.orderform-template-holder #payment-data .payment-group-item#payment-group-debitCardPaymentGroup span.payment-group-item-text {
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/tarjeta-debito.png) !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
}

#payment-group-debitCardPaymentGroup span::after {
    content: "Tarjeta dÃ©" "bito";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orderform-template-holder #payment-data .payment-group-item#payment-group-creditCardPaymentGroup span.payment-group-item-text {
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/tarjeta-credito.png) !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
}

#payment-group-creditCardPaymentGroup span::after {
    content: "Tarjeta crÃ©" "dito";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.orderform-template-holder #payment-data .payment-group-item#payment-group-MercadoPagoOffPaymentGroup span.payment-group-item-text {
    background-image: url(https://auteco.vteximg.com.br/arquivos/logo-efecty-40px.png) !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
}


#payment-group-MercadoPagoOffPaymentGroup span::after {
    content: "Efecty";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orderform-template-holder #payment-data .payment-group-item#payment-group-debitCardPaymentGroup span.payment-group-item-text {
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/tarjeta-debito.png) !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
}

#payment-group-debitCardPaymentGroup span::after {
    content: "Tarjeta dÃ©" "bito";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orderform-template-holder #payment-data .payment-group-item#payment-group-customPrivate_503PaymentGroup span.payment-group-item-text {
    background-image: url(https://auteco.vteximg.com.br/arquivos/tarjeta-codensa.png) !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
}

#payment-group-customPrivate_503PaymentGroup span::after {
    content: "Tarjeta Codensa";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orderform-template-holder #payment-data .payment-group-item#payment-group-AddiPaymentGroup span.payment-group-item-text {
    background-image: url(https://auteco.vtexassets.com/assets/vtex.file-manager-graphql/images/82b4ab95-f5d4-4fdf-907e-b88d4dac0d2e___8d3c12ee02b477300d145a5bf7b48449.svg) !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
}

#payment-group-AddiPaymentGroup span::after {
    content: "Credito Addi";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orderform-template-holder #payment-data .payment-group-item#payment-group-MercadoPagoProPaymentGroup span.payment-group-item-text {
    background-image: url('https://auteco.vtexassets.com/assets/vtex.file-manager-graphql/images/0a270933-3e9e-475e-99b4-5d5cf216caa5___deaad9d9f8253221396ca0ec350031ef.png') !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
    background-size: 40px 25px !important;
}

#payment-group-MercadoPagoProPaymentGroup span::after {
    content: "MercadoPago - Transferencia";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orderform-template-holder #payment-data .payment-group-item#payment-group-PSEPaymentGroup span.payment-group-item-text {
    background-image: url('https://master--auteco.myvtex.com/_v/public/assets/v1/published/vtexlatam.banks-for-pse@2.8.0/public/react/041a991fa50fe517ea3180f3d0b25efc.png') !important;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position-y: center !important;
    background-size: 50px 30px !important;
}

#payment-group-PSEPaymentGroup span::after {
    content: "PSE";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    font-size: 14px;
    color: #8e8e8e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}










































#payment-group-bankInvoicePaymentGroup span {
    font-size: 0;
    min-height: 41px
}

#payment-group-bankInvoicePaymentGroup span::before {
    content: "Efecty | Baloto | Bancos";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #8e8e8e
}

#payment-group-PSEPaymentGroup .vtexlatam-banks-for-pse-2-x-icon {
    font-size: 16px;
    padding-top: 7px
}

#payment-group-AddiPaymentGroup .payment-group-item-text {
    background-image: url(https://auteco.vtexassets.com/assets/vtex.file-manager-graphql/images/82b4ab95-f5d4-4fdf-907e-b88d4dac0d2e___8d3c12ee02b477300d145a5bf7b48449.svg);
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: 33px 33px
}

@media(max-width: 767px) {
    #payment-group-AddiPaymentGroup .payment-group-item-text {
        margin-left: 13px;
        padding: 0 0 0 48px
    }
}


#payment-group-customPrivate_503PaymentGroup .payment-group-item-text {
    background-image: url(https://auteco.vteximg.com.br/arquivos/tarjeta-codensa.png);
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}


#payment-group-debitPaymentGroup .payment-group-item-text {
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/pse_default.svg);
    cursor: pointer;
    height: 40px;
    margin-left: 4px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 55px;
    width: 100%;
    background-size: 49px 32px
}

@media(max-width: 767px) {
    #payment-group-debitPaymentGroup .payment-group-item-text {
        padding: 0 0 0 56px;
        margin-left: 6px
    }
}

#payment-group-debitPaymentGroup .payment-group-item-text::before {
    content: "DÃ©" "bito PSE";
    display: block;
    line-height: 14px;
    position: absolute;
    text-indent: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #8e8e8e
}

.box-step-content p.link-gift-card {
    position: relative;
    margin-left: -15px
}

.box-step-content p.link-gift-card a#show-gift-card-group {
    color: #FF0000;
    font-size: 18px
}

.box-step-content .gift-card-section {
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 15px 10px 5px;
    width: 100%;
    background: #fff
}

@media(max-width: 767px) {
    .box-step-content .gift-card-section {
        margin: 0;
        padding: 10px 15px 15px 5px
    }
}

.box-step-content .gift-card-section fieldset h3 {
    width: 100%;
    height: 19px;
    color: #333;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700
}

.box-step-content .gift-card-section fieldset label {
    width: 100%;
    height: 19px;
    color: #333;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700
}

.box-step-content .gift-card-section fieldset input {
    height: 40px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd;
    color: #6c6b70;
    font-size: 13px
}

.box-step-content .gift-card-section fieldset #btn-add-gift-card {
    padding: 10px 20px;
    height: 40px;
    background: #FF0000;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #FF0000;
    box-sizing: border-box;
    border-radius: 5px;
    color: #0e0e0e;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all .2s;
    line-height: 0;
    font-weight: 600;
    text-shadow: 0 0 #000;
    box-shadow: none
}

.box-step-content .gift-card-section fieldset #btn-add-gift-card:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    color: #fff
}

.box-step-content .gift-card-section fieldset .gift-card-provider-default .payment-discounts-options {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 2%
}

@media(max-width: 767px) {
    .box-step-content .gift-card-section fieldset .gift-card-provider-default .payment-discounts-options {
        display: flex;
        flex-direction: column;
        gap: 10px
    }
}

.box-step-content .gift-card-section fieldset .gift-card-provider-default .payment-discounts-options label {
    grid-column: 1/3;
    color: #333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

@media(max-width: 767px) {
    .box-step-content .gift-card-section fieldset .gift-card-provider-default .payment-discounts-options label {
        margin-bottom: 0px
    }
}

.box-step-content .gift-card-section fieldset .gift-card-provider-default .payment-discounts-options input.payment-discounts-cod {
    grid-column: 1/2;
    grid-row: 2
}

.box-step-content .gift-card-section fieldset .gift-card-provider-default .payment-discounts-options button.btn {
    grid-column: 2/2;
    grid-row: 2
}

.box-step-content .gift-card-section fieldset .gift-card-provider-default .payment-discounts-options span {
    grid-column: 1/2;
    grid-row: 3
}

.bank-invoice-item-efecty {
    position: relative !important
}

.bank-invoice-item-efecty span.bank-invoice-icons::after {
    content: "";
    background: url(https://qaauteco.myvtex.com/arquivos/checkout_efecty_logo.jpg);
    width: 100%;
    height: 73%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: auto 66%;
    background-position: center;
    background-repeat: no-repeat
}

.bank-invoice-item-baloto {
    display: none !important;
    position: relative !important
}

.bank-invoice-item-baloto span.bank-invoice-icons::after {
    content: "";
    background: url(https://qaauteco.myvtex.com/arquivos/checkout_baloto_logo.jpg);
    width: 100%;
    height: 58%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: auto 66%;
    background-position: center;
    background-repeat: no-repeat
}

.payment-data .pg-baloto .payment-group-item-text {
    font-size: 0;
    align-items: center;
    display: flex;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: 40px 25px
}

@media(max-width: 767px) {
    .payment-data .pg-baloto .payment-group-item-text {
        margin-left: 6px
    }
}

.icon-circle-blank::before,
.icon-ok-circle::before {
    font-family: "FontAwesome" !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: .3em
}

.PaymentCardHolderName input,
.PaymentCardDueDate input,
.PaymentCardCVV input,
.PaymentCardHolderDocument input,
.PaymentCardNumber.input.text.required input {
    width: 100%
}

.PaymentCardCVVHelp {
    display: block;
    width: 135px;
    height: 106px;
    background: #063a6f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAACmCAYAAADZPKFbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxsjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xsjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODBDNzI2OUE4NUJFMTFFMjg4RjA5MTUxMzFERkYyQzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODBDNzI2OUI4NUJFMTFFMjg4RjA5MTUxMzFERkYyQzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MEM3MjY5ODg1QkUxMUUyODhGMDkxNTEzMURGRjJDNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MEM3MjY5OTg1QkUxMUUyODhGMDkxNTEzMURGRjJDNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkR3b/UAAAcgSURBVHja7J1Na+NGGMdHlt9iO46dEkiysOSlpSlZ2mW79NJbodAP0Fu/QT9AT3tf2GvPhZ566aFQ6HWh0Euh0EtNUmgTs5CNSVrbydrxiyS784w96lgrO17bsUb2/7/MxhrJM/Lzm3nmkTwjG0dHR4xrjadnPH3C09sMClp/8fScp694ujI4pHX+4jeedmEb7XTK0+MI/+8pAGkr4vKUetIFf7EBe2irywgAaa8Ng//XhR30VgQmACQIkAAJAiQIkAAJAiQIkAAJAiRAggAJAiRAggAJGqFof7YQhJ4EARIgQYAE3R44eDMODg5glSl0fHyMngR3B4XD3S2jCtms+/rw+to3X+7zywOkOUgaehQAuW8URLg7uDvoNjc4Tj4gzRmOdGt+Y84w9wh3B3eHnjPMlXkjv3m7OkC6JYwe5epwMQsBUthEC5uxHBM9CQIkQIIACQIkQIIACQIkQIIACZAgQIIACZAgQIIACZAgQAIkCJAgQFoWSGWYQWuVCdKPsIPW+oHm3d3nL37laRP20E4l1v9pnhc8vc/Tt6z3ez1Q8CIO3/BEjwI4M/BsIUR30AxkdLuYCo6eBAESIEGABAESIEGABAESIEGABEgQIEGABEgQIEGABEgQIAESBEgQIAESBEgQIAESBEgQIAESBEiABOko91dfLMdibatl2o79sNPtwDJBQolEX8SisctELMkMw+hBarYb7960br7mgD7tckBdhjVLQaptRJhpR045jyfpZOY7o9Vu3q/WKwXekzIwj14y+L9sau1L45+ry++bVuNzmETToCFi1ozz8lnV6ThrMIfe0R0AIQSHAAmQIECCAGlRtDA/BmzbNut0OsxxHCaf8kK3VEzT5NcaERaNRgEpCBGMdrvN2q22gDNKBCueiLN4PC7gherOA7+Y7fKL2dABajabrNVssTd9NhIBSiQTLJlMoifdlcil1es3zOHubdLe12w0mWXZLJ1OCVeIwGHG486r61cTA1Ll9MuyZ1AWICmA6rU6m+Wj36gsKlN3UKGAREHBrAF5Qd0WeADSLbrhY9BdPjyRyqY6AGlCNRqNubRyqoPqAqQJDEdh9rxEdeno9iK696JlqDO0kCjisq35R11Up27RnraQWq3WUtYdmjsOFG1ZbSuw+qnu6oNDdzt3WnBfV3cPB46lfcPy1PctHCTLsgI/h9Sfv4ubsX4AvMBGQZR50wDT0t3RnW2cg8Y9iVydYwcfBtM5+F1A+/WUUfkLCUn90i7wxqJcM6kuy891yTwVlvf1pC5PS0iLcC7ecWqaMQmQhunRx6wxxJWp237R3ayl3TeztVotkItY3xYci7JMJvh1DNpFd91OF+eiPSSNfs9Jl3MBJECCFhKSTnPidDkXQAKkCQwTMXAud3Exe/L3ifhLs0K3722LbzfPX54P5FXKFVapVETe3v6e+x657baa/mTFYrHIcrmcSNVqVSRx8ci35exTdRaqeszOzo6Y4aruL52XWLPVdPeromNLpZJbvqyTJqfs7u+ylZWVgc+Zz+dZfj0/8Dm3trfEcxsM/Mxa9SQyMiX6sMPyCJDM84MjRXO2VcNLGGRYSpRHBvVOE6Z8eYyA0je6LGNza9PdTw1Albd8CWv/nX0XAhlfnr9sbLRP5snjvHbQ1t3JljdK5X8r4oO/PDsfhBQxXzt2mnnb0uhqr0kmxivP71xC6+5ktyfD7+3/n1/4o+D2FjI0QaFjDx8csscffehvmKgpWjrN15ZGplZNxi2eFtnBewdiv+wNZHDqJfRXvo+OqZavGD9K/GV97yb30/FekG6vVQDSucjPN4lNxmmsc4NEJ9ODcfJavjxR6aPVsWhYREUujwytjk3kvmSeOq5IWNLwcvvhow9626zo+x4q0+sqBxtL1I3upCt7E0lXqF3g4G1x0k2pA+w4rTIWi7nGlsZUW7jsNcJ98Z6hDvyyB6rHegMHFZC3PNkz67Uau7y4EN5h/a28CBa8DUx6B/Wz0ja9pzc+zSjK1HF9Ei1vub66DvQcsmtZbZbFaHlbSCyfjAX3VRfVrdO6JW3v3Y0bgS1a3aGCRK3ZDGAxMtUZZC8OFaRedJhcijpDDYmW9dOK8XmJ6tLxUQLaf59E11nzGMSpjlldfC4dJLqgTGfSd/q1wTzqWGhIYjA3zTszogCUTg/c2AWkKcanVCo183KpTN2iudBCIsXiMZZZzcxkjKIeRGVRmbordBNRqEetZlenMi69l277hOWhUKF8AJQcR+yELVbljbvgjOAkEonQPbEr1E/pImNT6qx0emtseXKcjifoiLjHheE5QgsHSb3GoVV5lBZRmBwJSBAgLRGkK5hBc0iJWPInmEHjyM6MlQ3Lbm9U69VCy2puwCS6Ra0my6VzXxjiicB2+95Nq/7MdqzP+PY6zBP45TpNzPwlGV95kkqkfv5PgAEAHPMrhiWm3wEAAAAASUVORK5CYII=) center 5px no-repeat !important;
    text-align: center;
    top: 100px !important;
}

.PaymentCardCVVHelp .cvv-help-arrow {
    border-right-color: #063a6f !important
}

#app-container input#creditCardpayment-card-0Code {
    min-width: 100%;
}

.BillingAddress.BillingAddress-COL.clearfix label,
.input-mini,
.payment-label-1-card,
.PaymentCardDueDate .payment-card-lash,
.AddressToggle label {
    color: #000
}

.input-mini {
    border-radius: 5px
}

.client-profile-data .accordion-toggle span {
    font-size: 0 !important
}

.client-profile-data .accordion-toggle span::before {
    content: "1. Datos Personales" !important;
    font-size: 20px !important;
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
    width: fit-content;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
}

.shipping-data .accordion-heading span {
    font-size: 0 !important
}

.shipping-data .accordion-heading span::before {
    content: "2. Entrega";
    font-size: 20px;
    width: fit-content;
    border: none;
    background: transparent !important;
    color: #000 !important;
}

.payment-data {
    width: 100% !important
}

.payment-data .accordion-heading .accordion-toggle span {
    font-size: 0 !important
}

.payment-data .accordion-heading .accordion-toggle span::before {
    content: "3. Pago";
    font-size: 20px;
    width: fit-content;
    border: none;
    background: transparent !important;
    color: #000 !important;
}

span.payment-edit-link {
    display: none !important;
}

#payment-data .accordion-group.active:has(#payment-group-PSEPaymentGroup.payment-group-item.active) .payment-submit-hide {
    display: none;
}

@media(max-width: 767px) {
    .payment-data {
        margin-bottom: 0px
    }
}

.step {
    border: none !important;
    border: 1px solid #cdcdcd !important;
    background: #fff;
    border-radius: 5px !important
}

.step .shp-alert {
    border: 1px solid #ffb100
}

.step .shp-alert .shp-alert-text {
    text-indent: 0;
    color: rgba(0, 0, 0, 0);
    font-size: 0
}

.step .shp-alert .shp-alert-text span {
    display: none
}

.step .shp-alert .shp-alert-text::before {
    content: "Revisa estas recomendaciones de acuerdo al producto que estÃ©s comprando: VEHÃCULOS: recÃ³gelo en uno de nuestros puntos de venta seleccionando la opciÃ³n de RECOGER EN TIEDA y elige el punto de venta que prefieras. Si no te aparecen selecciona otra ciudad o ubicaciÃ³n." !important;
    font-size: 12px;
    color: #444;
    display: block;
    text-align: justify
}

.step .shp-alert .shp-alert-text::after {
    content: "ACCESORIOS, REPUESTOS Y BICICLETAS: selecciona la opciÃ³n ENVÃO A DOMICILIO e ingresa la direcciÃ³n donde quieres recibir tu compra." !important;
    font-size: 12px;
    color: #444;
    display: block;
    text-align: justify;
    margin-top: 5px
}

.step.active .accordion-heading span::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMy44ODY0MmUtMDggMC44ODkxMDhDLTIuODkzMjJlLTA4IDAuNjYxODkxIDAuMDg1NTY3NSAwLjQzNDY3NSAwLjI1NjcwMiAwLjI2MDgwNUMwLjU5ODk3MSAtMC4wODY5MzU3IDEuMTUzMjIgLTAuMDg2OTM1NiAxLjQ5MzU0IDAuMjYwODA1TDYuOTk5MDMgNS44NTQyOEwxMi41MDY1IDAuMjYwODA1QzEyLjg0ODcgLTAuMDg2OTM1MSAxMy40MDMgLTAuMDg2OTM1MSAxMy43NDMzIDAuMjYwODA1QzE0LjA4NTYgMC42MDg1NDUgMTQuMDg1NiAxLjE3MTY1IDEzLjc0MzMgMS41MTc0MUw3LjYxOTM5IDcuNzM5MkM3LjI3NzEyIDguMDg2OTMgNi43MjI4OCA4LjA4NjkzIDYuMzgyNTUgNy43MzkyTDAuMjU2NzAyIDEuNTE3NDFDMC4wODU1Njc0IDEuMzQzNTQgLTQuODc5NjFlLTA4IDEuMTE2MzIgLTMuODg2NDJlLTA4IDAuODg5MTA4WiIgZmlsbD0iIzBFMEUwRSIvPgo8L3N2Zz4K")
}

.step.active .form-step fieldset.box-client-info-pj label {
    color: #0e0e0e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

.step.active .form-step fieldset.box-client-info-pj ul.links.unstyled {
    display: none
}

.step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide {
    display: grid !important
}

.step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide .client-company-name {
    grid-column: 1/2
}

.step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide .client-company-nickname {
    grid-column: 2/2
}

.step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide .client-company-ie {
    grid-column: 1/2;
    width: auto
}

@media(max-width: 767px) {
    .step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide .client-company-ie {
        width: 100%
    }
}

.step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide .client-company-document {
    grid-column: 2/2;
    width: auto
}

@media(max-width: 767px) {
    .step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide .client-company-document {
        width: 100%
    }
}

@media(max-width: 767px) {
    .step.active .form-step fieldset.box-client-info-pj .corporate-info-box.show-hide {
        display: block !important
    }
}

@media(max-width: 767px) {
    .step.active form fieldset.box-client-info-pf {
        display: block;
        width: 100%
    }
}

.step.active form fieldset.box-client-info-pf label {
    color: #0e0e0e !important;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 32px
}

.step.active form fieldset.box-client-info-pf .client-notice {
    display: none
}

.step.active form fieldset.box-client-info-pf .client-email label {
    font-size: 0
}

.step.active form fieldset.box-client-info-pf .client-email label::before {
    content: "Email";
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000
}

.step.active form fieldset.box-client-info-pf .client-first-name label {
    font-size: 0;
    min-height: 32px
}

.step.active form fieldset.box-client-info-pf .client-first-name label::before {
    content: "Nombres";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    color: #000
}

.step.active form fieldset.box-client-info-pf div .client-phone {
    width: 100%
}

.step.active form fieldset.box-client-info-pf div.document-box.hide.document-is-required h5.document-box-title {
    display: none
}

.step.active form fieldset.box-client-info-pf div.document-box.hide.document-is-required ul.links-other-document {
    display: none
}

.step.active form fieldset.box-client-info-pf div.phone-box {
    display: none !important
}

.step.active form fieldset.box-client-info-pf div.container-links-unstyled {
    grid-column: 2/2;
    grid-row: 4;
    padding-top: 42px;
    display: flex !important
}

@media(max-width: 767px) {
    .step.active form fieldset.box-client-info-pf div.container-links-unstyled {
        width: 100%;
        display: block !important;
        margin-bottom: 15px;
        padding-top: 5px
    }
}

.step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled-second {
    max-height: 40px;
    text-align: center;
    align-items: center;
    margin-left: 18px;
    color: #0e0e0e;
    font-size: 14px;
    cursor: pointer;
    display: none
}

.step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled-second.show-hide {
    display: flex
}

@media(max-width: 767px) {
    .step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled-second.show-hide {
        display: none
    }
}

.step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled {
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-height: 40px;
    border-radius: 5px;
    border: 1px solid #6c6b70;
    background: #f8f8f8;
    text-decoration: auto;
    color: #434343;
    width: 70%;
    transition: all .2s ease-out;
    font-weight: 500;
    box-sizing: border-box
}

.step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled.activeBtn {
    background: #434343;
    border: 1px solid #434343;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff
}

.step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled.activeBtn:hover {
    color: #434343
}

.step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled:hover {
    border: 1px solid #6c6b70;
    background: #ebebeb;
    cursor: pointer
}

@media(max-width: 767px) {
    .step.active form fieldset.box-client-info-pf div.container-links-unstyled a.btn-links-unstyled {
        width: 100%;
        height: 40px
    }
}

.step.active form p.btn-submit-wrapper {
    display: flex;
    justify-content: center
}

.step.active form p.btn-submit-wrapper button#go-to-payment,
.step.active form p.btn-submit-wrapper button#go-to-shipping {
    text-shadow: 0 0 #000;
    box-shadow: none;
    transition: all .2s ease-out;
    color: #0e0e0e;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    width: 35% !important;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    font-size: 0
}

@media(max-width: 767px) {

    .step.active form p.btn-submit-wrapper button#go-to-payment,
    .step.active form p.btn-submit-wrapper button#go-to-shipping {
        width: 100% !important
    }
}

.step.active form p.btn-submit-wrapper button#go-to-payment::before,
.step.active form p.btn-submit-wrapper button#go-to-shipping::before {
    content: "Continuar";
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .025em;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #0e0e0e;
    text-transform: capitalize
}

.step.active form p.btn-submit-wrapper button#go-to-payment::after,
.step.active form p.btn-submit-wrapper button#go-to-shipping::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 15px;
    height: 13px;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

.step.active form p.btn-submit-wrapper button#go-to-payment:hover,
.step.active form p.btn-submit-wrapper button#go-to-shipping:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 700;
    color: #fff
}

.step.active form p.btn-submit-wrapper button#go-to-payment:hover::after,
.step.active form p.btn-submit-wrapper button#go-to-shipping:hover::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEuNWw1IDUtNSA1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
    width: 15px;
    height: 13px;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%
}

.step.active form p.btn-submit-wrapper button#go-to-payment:hover::before,
.step.active form p.btn-submit-wrapper button#go-to-shipping:hover::before {
    color: #fff;
    content: "Continuar";
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .025em;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-transform: capitalize
}

.step.active form p.newsletter {
    display: flex;
    justify-content: center;
    margin: 10px 0
}

.step.active form p.newsletter span.newsletter-text {
    font-size: 0%
}

.step.active form p.newsletter span.newsletter-text::before {
    content: "Autorizo a Auteco Mobility S.A.S para que mis datos personales sean tratados conforme al manual interno de polÃ­ticas y procedimientos de datos personales que se encuentra publicada en la pÃ¡gina web www.autecomobility.com. Disponible AquÃ­";
    font-size: 14px
}

.step.active form p.newsletter label.insert-checkbox-label {
    width: 63%;
    font-size: 12px;
    display: flex
}

.step.active form p.newsletter label.insert-checkbox-label input#opt-insert-checkbox-label {
    display: none
}

.step.active form p.newsletter label.insert-checkbox-label input#opt-insert-checkbox-label:checked+a#new-label::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMiAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjQxNjcgNS4wODMzM1YxNy45MTY3SDQuNTgzMzNWNS4wODMzM0gxNy40MTY3Wk0xNy40MTY3IDMuMjVINC41ODMzM0MzLjU3NSAzLjI1IDIuNzUgNC4wNzUgMi43NSA1LjA4MzMzVjE3LjkxNjdDMi43NSAxOC45MjUgMy41NzUgMTkuNzUgNC41ODMzMyAxOS43NUgxNy40MTY3QzE4LjQyNSAxOS43NSAxOS4yNSAxOC45MjUgMTkuMjUgMTcuOTE2N1Y1LjA4MzMzQzE5LjI1IDQuMDc1IDE4LjQyNSAzLjI1IDE3LjQxNjcgMy4yNVoiIGZpbGw9IiNGOUM2MzIiLz4KPHJlY3QgeD0iNiIgeT0iNi41IiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9IiNGOUM2MzIiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 16px;
    width: 18px;
    font-size: 10px;
    display: flex
}

.step.active form p.newsletter label.insert-checkbox-label a#new-label {
    display: flex;
    margin-top: 5px;
    margin-right: 9px;
    min-width: 18px
}

.step.active form p.newsletter label.insert-checkbox-label a#new-label::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQxNjcgMi4wODMzM1YxNC45MTY3SDIuNTgzMzNWMi4wODMzM0gxNS40MTY3Wk0xNS40MTY3IDAuMjVIMi41ODMzM0MxsjU3NSAwLjI1IDAuNzUgMS4wNzUgMC43NSAyLjA4MzMzVjE0LjkxNjdDMC43NSAxNS45MjUgMS41NzUgMTYuNzUgMi41ODMzMyAxNi43NUgxNS40MTY3QzE2LjQyNSAxNi43NSAxNy4yNSAxNS45MjUgMTcuMjUgMTQuOTE2N1YyLjA4MzMzQzE3LjI1IDEuMDc1IDE2LjQyNSAwLjI1IDE1LjQxNjcgMC4yNVoiIGZpbGw9IiNGOUM2MzIiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 16px;
    width: 15px;
    font-size: 10px;
    display: flex
}

.step.active form p.newsletter label.insert-checkbox-label span.insert-newsletter-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    color: #6c6b70
}

.step.active form p.newsletter label.insert-checkbox-label span.insert-newsletter-text a {
    color: #6c6b70;
    font-weight: 600;
    text-decoration: underline
}

@media(max-width: 767px) {
    .step.active form p.newsletter label.insert-checkbox-label {
        width: 100%
    }
}

.step.active form p.newsletter label.newsletter-label {
    display: none
}

.vtex-omnishipping-1-x-addressFormPart1 button {
    background: #FF0000;
    border-radius: 5px;
    height: 40px;
    align-items: center;
    text-align: center;
    letter-spacing: .025em;
    color: #0e0e0e;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-shadow: none;
    width: 35%;
    margin: auto;
    transition: all .2s
}

.vtex-omnishipping-1-x-addressFormPart1 button:hover {
    background: #0e0e0e;
    color: #fff
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 button {
        width: 98%;
        margin: 10px auto;
        padding: 0 5px
    }
}

.vtex-omnishipping-1-x-addressFormPart1 .input.ship-country.text {
    display: none
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 2%;
    margin: auto;
    width: 100%;
    padding: 0 20px
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 10px 0;
        padding: 0
    }
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList label.vtex-omnishipping-1-x-addressItemOption {
    justify-content: center;
    margin: 0;
    grid-row: 1/3;
    grid-column: 1;
    background: #fff;
    box-shadow: none;
    border: none
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList label.vtex-omnishipping-1-x-addressItemOption .vtex-omnishipping-1-x-addressItemIcon path {
    fill: #FF0000
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList label.vtex-omnishipping-1-x-addressItemOption .vtex-omnishipping-1-x-addressItemText {
    flex: none;
    font-size: 14px
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList p {
    display: flex
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList p button {
    width: 100%;
    margin: auto;
    background: #f8f8f8;
    border-radius: 5px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .025em;
    color: #0e0e0e;
    transition: all .2s
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList p button#edit-address-button {
    font-size: 0
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList p button#edit-address-button::before {
    content: "Modificar la direcciÃ³n";
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .025em
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList p button:hover {
    background: #ebebeb
}

.vtex-omnishipping-1-x-addressFormPart1 div.vtex-omnishipping-1-x-addressList p button i {
    display: none
}

.vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper {
    display: flex;
    justify-content: center
}

.vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper .vtex-omnishipping-1-x-pickupButton {
    width: 50%;
    text-shadow: 0 0 #000;
    box-shadow: none;
    transition: all .2s ease-out;
    color: #0e0e0e;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    width: 35%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    cursor: pointer
}

.vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper .vtex-omnishipping-1-x-pickupButton:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    color: #fff
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper .vtex-omnishipping-1-x-pickupButton {
        width: 100%
    }
}

.vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper .vtex-omnishipping-1-x-removeFromCartWrapper {
    width: 50%;
    justify-content: center;
    align-items: center
}

.vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper .vtex-omnishipping-1-x-removeFromCartWrapper span {
    font-size: 0
}

.vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper .vtex-omnishipping-1-x-removeFromCartWrapper span a {
    font-size: 14px !important;
    color: #ff4c4c !important;
    justify-content: center;
    align-items: center;
    display: flex
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper .vtex-omnishipping-1-x-removeFromCartWrapper {
        margin: 10px auto
    }
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 div:nth-child(3) .button-unavailable-delivery-pickup-wrapper {
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 div {
        display: block
    }
}

.vtex-omnishipping-1-x-addressFormPart1 div p.ship-city {
    margin-right: 0px;
    width: 50%
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 div p.ship-city {
        width: 100%
    }
}

.vtex-omnishipping-1-x-addressFormPart1 div p.ship-state {
    width: 50%
}

@media(max-width: 767px) {
    .vtex-omnishipping-1-x-addressFormPart1 div p.ship-state {
        width: 100%
    }
}

.orderform-template-holder {
    width: 68% !important
}

@media(max-width: 767px) {
    .orderform-template-holder {
        width: 100% !important
    }
}

.orderform-template-holder .client-profile-data input[type=text],
.orderform-template-holder .client-profile-data input[type=number],
.orderform-template-holder .client-profile-data input[type=email] {
    width: 100%;
    height: 40px;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd;
    padding-left: 1rem;
    margin-bottom: 1rem;
    color: #6c6b70;
    font-size: 13px
}

.orderform-template-holder .client-profile-data input[type=number] {
    -moz-appearance: textfield
}

.orderform-template-holder .client-profile-data input[type=number]::-webkit-outer-spin-button,
.orderform-template-holder .client-profile-data input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

p.ship-neighborhood,
p.ship-street,
p.ship-state {
    padding-right: 5px
}

@media(max-width: 767px) {

    p.ship-neighborhood,
    p.ship-street,
    p.ship-state {
        padding-right: 0px
    }
}

@media(max-width: 767px) {
    p.client-document {
        width: 100% !important
    }
}

@media(max-width: 767px) {

    .corporate-info-box,
    .box-client-info-pj {
        width: 100% !important
    }
}

p.payment-billing-address-state,
p.payment-billing-address-complement,
p.payment-billing-address-country,
p.client-company-ie,
p.client-company-name,
p.client-first-name,
p.client-different-document,
p.client-document,
p.client-company-ie,
p.client-company-postal-code,
p.client-document-type,
p.payment-card-due-date {
    margin-right: 5px
}

@media(max-width: 767px) {

    p.payment-billing-address-state,
    p.payment-billing-address-complement,
    p.payment-billing-address-country,
    p.client-company-ie,
    p.client-company-name,
    p.client-first-name,
    p.client-different-document,
    p.client-document,
    p.client-company-ie,
    p.client-company-postal-code,
    p.client-document-type,
    p.payment-card-due-date {
        margin-right: 0px
    }
}

p.ship-receiverName,
p.ship-complement,
p.ship-city {
    padding-left: 5px
}

@media(max-width: 767px) {

    p.ship-receiverName,
    p.ship-complement,
    p.ship-city {
        padding-left: 0px
    }
}

p.payment-billing-address-city,
p.payment-billing-address-neighborhood,
p.payment-billing-address-street,
p.client-last-name,
p.client-new-document,
DIV.container-links-unstyled,
p.client-company-nickname,
p.client-company-document {
    margin-left: 5px
}

@media(max-width: 767px) {

    p.payment-billing-address-city,
    p.payment-billing-address-neighborhood,
    p.payment-billing-address-street,
    p.client-last-name,
    p.client-new-document,
    DIV.container-links-unstyled,
    p.client-company-nickname,
    p.client-company-document {
        margin-left: 0px
    }
}

#ship-number {
    border: 1px solid #000;
    height: 50px;
    border-radius: 3px;
    margin-top: 0
}

.accordion-group {
    padding: 15px 30px
}

@media(max-width: 767px) {
    .accordion-group {
        padding: 15px
    }
}

.accordion-group.store-country-COL .accordion-heading span {
    color: #0e0e0e;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px
}

.accordion-group.store-country-COL .accordion-heading span::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjg4OTEwOCAxNEMwLjY2MTg5MiAxNCAwLjQzNDY3NSAxMy45MTQ0IDAuMjYwODA1IDEzLjc0MzNDLTAuMDg2OTM1MSAxMy40MDEgLTAuMDg2OTM1MSAxMi44NDY4IDAuMjYwODA1IDEyLjUwNjVMNS44NTQyOSA3LjAwMDk3TDAuMjYwODA1IDEuNDkzNTRDLTAuMDg2OTM1MSAxLjE1MTI3IC0wLjA4NjkzNTEgMC41OTcwMjcgMC4yNjA4MDUgMC4yNTY3MDJDMC42MDg1NDUgLTAuMDg1NTY3NSAxLjE3MTY1IC0wLjA4NTU2NzUgMS41MTc0MSAwLjI1NjcwMkw3LjczOTIgNi4zODA2MUM4LjA4Njk0IDYuNzIyODggOC4wODY5NCA3LjI3NzEyIDcuNzM5MiA3LjYxNzQ1TDEuNTE3NDEgMTMuNzQzM0MxLjM0MzU0IDEzLjkxNDQgMS4xMTYzMyAxNCAwLjg4OTEwOCAxNFoiIGZpbGw9IiMwRTBFMEUiLz4KPC9zdmc+Cg==")
}

.accordion-group.store-country-COL .accordion-heading span&gt;i {
    display: none !important
}

.accordion-group .accordion-heading span {
    color: #0e0e0e;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px
}

.accordion-group .accordion-heading span::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4yODAzIDQuNDY5NjZDMTYuNTczMiA0Ljc2MjU2IDE2LjU3MzIgNS4yMzc0MyAxNi4yODAzIDUuNTMwMzJMNi41MzAzMyAxNS4yODAzQzYuMzg5NjggMTUuNDIxIDYuMTk4OTEgMTUuNSA2IDE1LjVMMyAxNS41QzIuODAxMDkgMTUuNSAyLjYxMDMyIDE1LjQyMSAyLjQ2OTY3IDE1LjI4MDNDMi4zMjkwMiAxNS4xMzk3IDIuMjUgMTQuOTQ4OSAyLjI1IDE0Ljc1TDIuMjUgMTEuNzVDMi4yNSAxMS41NTExIDIuMzI5MDIgMTEuMzYwMyAyLjQ2OTY3IDExLjIxOTdMMTIuMjE5NyAxLjQ2OTY2QzEyLjUxMjYgMS4xNzY3NyAxMi45ODc0IDEuMTc2NzcgMTMuMjgwMyAxLjQ2OTY2QzEzLjU3MzIgMS43NjI1NSAxMy41NzMyIDIuMjM3NDMgMTMuMjgwMyAyLjUzMDMyTDMuNzUgMTIuMDYwN0wzLjc1IDE0TDUuNjg5MzQgMTRMMTUuMjE5NyA0LjQ2OTY2QzE1LjUxMjYgNC4xNzY3NyAxNS45ODc0IDQuMTc2NzcgMTYuMjgwMyA0LjQ2OTY2WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4wNDI5IDEuMjkyOTJDMTIuNDMzNCAwLjkwMjM5OCAxMy4wNjY2IDAuOTAyMzk4IDEzLjQ1NzEgMS4yOTI5MkwxNi40NTcxIDQuMjkyOTJDMTYuODQ3NiA0LjY4MzQ1IDE2Ljg0NzYgNS4zMTY2MSAxNi40NTcxIDUuNzA3MTRDMTYuMDY2NiA2LjA5NzY2IDE1LjQzMzQgNi4wOTc2NiAxNS4wNDI5IDUuNzA3MTRMMTIuMDQyOSAyLjcwNzE0QzExLjY1MjQgMi4zMTY2MSAxMS42NTI0IDEuNjgzNDUgMTIuMDQyOSAxLjI5MjkyWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45Njk2IDcuNzgwMzlMOS45Njk2MSA0Ljc4MDM5TDExLjAzMDMgMy43MTk3M0wxNC4wMzAzIDYuNzE5NzNMMTIuOTY5NiA3Ljc4MDM5WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto;
    background-color: rgba(214, 214, 214, .3);
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px
}

.accordion-group .accordion-heading span&gt;i {
    display: none !important
}

.accordion-group .accordion-heading .link-box-edit {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0;
    z-index: 1;
    box-shadow: none;
    background-image: none;
    opacity: 0;
    text-shadow: none
}

.accordion-group .accordion-heading .link-box-edit .icon-edit::before {
    content: "";
    display: none
}

#app-container .SecurityEnvironmentIcon {
    display: none
}

.summary-cart-template-holder {
    overflow: initial !important;
    margin-top: .5rem;
    border-bottom: 1px solid #cdcdcd;
    order: 2
}

.vtex-omnishipping-1-x-addressSummaryActive .address-summary {
    background: none !important;
    padding-left: 12px !important
}

#force-shipping-fields {
    color: #000
}

#force-shipping-fields:hover {
    color: #FF0000
}

.debit-icon,
.bank-invoice-icon {
    font-size: 0
}

.bank-invoice-item-baloto span.bank-invoice-icons::after,
.bank-invoice-item-efecty span.bank-invoice-icons::after,
.bank-invoice-pago-referenciado::after {
    background-size: contain;
    height: 100%
}

.AddiPaymentGroup .payment-description:before {
    content: "!Addi te permite realizar esta compra y pagar a cuotas sin problema!\a 1. AprobaciÃ³n en minutos \a 2. Proceso 100% online y sin papeleo \a 3. Solo necesitas tu cÃ©dula, email y celular para aplicar. Haz clic en el botÃ³n de Paga con ADDI y te redireccionaremos a ADDI para que apliques por tu crÃ©dito.\a De ser aprobado, tu compra se finalizarÃ¡ de manera exitosa y serÃ¡s redirigido al carrito de compras del comercio.\a Aplica para compras mayores a $50.000";
    white-space: pre-line;
    padding-bottom: 20px;
    font-size: 14px
}

.bankInvoicePaymentGroup .payment-description:before {
    content: "Entidades y montos permitidos.\a 1. Efecty: mÃ­nimo $20.000 - mÃ¡ximo $3.000.000 \a 2. Bancos (Bancolombia, Davivienda o Banco de BogotÃ¡) maximo $3.000.000 \aÂ¡ Ten en cuenta ! \aImprime el cÃ³digo que llega a tu correo y llÃ©valo al punto de pago. \aPlazo para pago: 2 dias habiles (sabado cuenta como dia habil). Si no realizas el pago en este tiempo, tu pedido se cancela automÃ¡ticamente. \a El tiempo de entrega empezarÃ¡ a contar una vez recibamos la confirmaciÃ³n de pago.";
    white-space: pre-line;
    padding-bottom: 20px;
    font-size: 14px
}

.payment-select-bank {
    font-size: 0
}

.payment-select-bank::after {
    content: "Elige tu banco.";
    font-size: 14px
}

@media(max-width: 490px) {
    .orderform-template-holder .client-profile-data input[type=text] {
        width: 100% !important
    }
}

#shipping-data {
    width: 100% !important
}

#shipping-data .accordion-group {
    padding: 15px 30px
}

#shipping-data .accordion-group.active {
    border: 1px solid #0e0e0e !important
}

@media(max-width: 767px) {
    #shipping-data .accordion-group {
        padding: 15px
    }
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint svg.pickup-marker-blue {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/PickupPoint.svg);
    width: 26px;
    height: 37px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint svg.pickup-marker-blue path {
    display: none
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint svg.pickup-marker-blue circle {
    display: none
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pointWrapper {
    display: grid;
    grid-template-columns: 75% 25%
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pointWrapper p.vtex-omnishipping-1-x-PickupPointName {
    grid-column: 1/1
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pointWrapper div.vtex-omnishipping-1-x-PickupPointAddress {
    grid-column: 1/1
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pointWrapper div.vtex-omnishipping-1-x-PickupPointAddress div.address-summary-COL {
    display: flex
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-pointWrapper button.vtex-omnishipping-1-x-details {
    display: flex;
    justify-content: center;
    margin-top: -14px;
    grid-column: 2/2;
    text-decoration-line: underline;
    color: #0e0e0e
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-PickupPoint button.vtex-omnishipping-1-x-pickupPointChange {
    display: none
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-packages .vtex-omnishipping-1-x-leanShippingGroupList {
    border: 0px solid #eee !important
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-packages label.vtex-omnishipping-1-x-leanShippingOption {
    background: #f8f8f8;
    border-radius: 10px
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-packages label.vtex-omnishipping-1-x-leanShippingOption div.vtex-omnishipping-1-x-leanShippingIcon svg path {
    fill: #FF0000
}

#shipping-data .accordion-group .box-step .delivery-group-content .vtex-omnishipping-1-x-packages label.vtex-omnishipping-1-x-leanShippingOption div.vtex-omnishipping-1-x-optionPrice {
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    color: #0e0e0e
}

#shipping-data .accordion-group .box-step #acuerdo-producto {
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 5px;
    width: 80%;
    margin: 26px auto;
    padding: 22px 86px 22px 22px;
    position: relative;
    display: none
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step #acuerdo-producto {
        padding: 10px;
        margin: 20px auto;
        width: 90%
    }
}

#shipping-data .accordion-group .box-step #acuerdo-producto p.primer-parrafo::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/precaution.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    position: absolute;
    right: 29px
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step #acuerdo-producto p.primer-parrafo {
        margin-right: 32px
    }

    #shipping-data .accordion-group .box-step #acuerdo-producto p.primer-parrafo::before {
        content: "";
        background-image: url(https://qaauteco.vteximg.com.br/arquivos/precaution.svg);
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated;
        background-position: center;
        position: absolute;
        right: 12px
    }
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-deliveryChannelsWrapper {
    border: solid 0px #eee;
    opacity: 1;
    transition: opacity .3s;
    border-radius: 30px;
    box-shadow: none;
    margin: 13px 0 24px;
    position: relative;
    width: 98%
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-deliveryChannelsWrapper {
        flex-direction: column;
        margin: auto
    }
}

#shipping-data .accordion-group .box-step div.vtex-omnishipping-1-x-deliveryChannelsToggle {
    display: none
}

#shipping-data .accordion-group .box-step #shipping-option-delivery {
    display: flex;
    justify-content: center;
    margin: 0px 20px;
    border: 1px solid #434343;
    border-radius: 5px;
    justify-content: left
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step #shipping-option-delivery {
        width: 100%;
        margin: 10px auto
    }
}

#shipping-data .accordion-group .box-step #shipping-option-delivery span.shp-method-option-complement {
    display: none
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-active {
    transition: opacity .3s;
    border: 1px solid #434343
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-active::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/inactive-content-select.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    border-radius: 5px;
    margin-right: 22px;
    margin-left: 35px
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-active::after {
    content: "Recibir a domicilio";
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    display: flex;
    font-weight: 600;
    margin: auto 0
}


#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-active.vtex-omnishipping-1-x-deliveryOptionActive::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/active-content-select-2.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    margin-right: 22px;
    margin-left: 35px
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-active span.shp-method-option-text {
    font-size: 0;
    display: flex;
    margin: auto 0;
    margin-right: 25px
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-active span.shp-method-option-text::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/cart-shipment.png);
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-position: center
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-inactive {
    transition: opacity .3s;
    border: 0px solid #434343;
    background: #f8f8f8
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-inactive::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/inactive-content-select.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    border-radius: 5px;
    margin-right: 22px;
    margin-left: 35px
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-inactive::after {
    content: "Recibir a domicilio";
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    display: flex;
    font-weight: 600;
    margin: auto 0
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-inactive.vtex-omnishipping-1-x-deliveryOptionActive::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/active-content-select-2.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    margin-right: 22px;
    margin-left: 35px
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-inactive span.shp-method-option-text {
    font-size: 0;
    display: flex;
    margin: auto 0;
    margin-right: 25px
}

#shipping-data .accordion-group .box-step #shipping-option-delivery.shp-method-option-inactive span.shp-method-option-text::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/cart-shipment.png);
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-position: center
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point {
    display: flex;
    justify-content: center;
    margin: 0px 20px;
    border-radius: 5px;
    height: 56px;
    justify-content: left
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step #shipping-option-pickup-in-point {
        width: 100%;
        margin: auto
    }
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point span.shp-method-option-complement {
    display: none
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-active {
    transition: opacity .3s;
    border: 1px solid #434343
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-active::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/inactive-content-select.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    border-radius: 5px;
    margin-right: 22px;
    margin-left: 35px
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-active::after {
    content: "Recoger en tienda";
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    display: flex;
    font-weight: 600;
    margin: auto 0
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-active.vtex-omnishipping-1-x-deliveryOptionActive::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/active-content-select-2.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    margin-right: 22px;
    margin-left: 35px
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-active span.shp-method-option-text {
    font-size: 0;
    display: flex;
    margin: auto 0;
    margin-right: 25px
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-active span.shp-method-option-text::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/recoger-tienda-active.svg);
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-position: center
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-inactive {
    transition: opacity .3s;
    border: 0px solid #434343;
    background: #f8f8f8
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-inactive::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/inactive-content-select.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    border-radius: 5px;
    margin-right: 22px;
    margin-left: 35px
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-inactive::after {
    content: "Recoger en tienda";
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    display: flex;
    font-weight: 600;
    margin: auto 0
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-inactive.vtex-omnishipping-1-x-deliveryOptionActive::before {
    content: "";
    background: url(https://qaauteco.vteximg.com.br/arquivos/active-content-select-2.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    margin-right: 5px
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-inactive span.shp-method-option-text {
    font-size: 0;
    display: flex;
    margin: auto 0;
    margin-right: 5px;
    margin-right: 25px
}

#shipping-data .accordion-group .box-step #shipping-option-pickup-in-point.shp-method-option-inactive span.shp-method-option-text::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/recoger-tienda.svg);
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-position: center
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList {
    background: #f8f8f8;
    border-radius: 10px
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList label {
    margin-bottom: 0px
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .shp-option-text-price {
    font-size: 0
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingIcon .vtex-omnishipping-1-x-svg path {
    fill: #FF0000
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-sla {
    padding: 0;
    text-align: initial;
    font-size: 13px
}

#shipping-data .accordion-group .box-step p.vtex-omnishipping-1-x-shippingSectionTitle {
    color: #0e0e0e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

#shipping-data .accordion-group .box-step p.vtex-omnishipping-1-x-shippingSectionTitle.delivery-address-title {
    font-size: 0
}

#shipping-data .accordion-group .box-step p.vtex-omnishipping-1-x-shippingSectionTitle.delivery-address-title::before {
    content: "Completa tu direcciÃ³n de entrega";
    font-size: 18px
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-address .input.ship-complement label {
    font-size: 0px
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-address .input.ship-complement label::before {
    content: "Piso o departamento";
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-address .ship-receiverName input,
#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-address .ship-complement input,
#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-address .ship-neighborhood input {
    max-width: 200px;
    height: 100%;
    width: 100%
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-address label[for=ship-street] {
    font-size: 0px
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-address label[for=ship-street]::after {
    content: "DirecciÃ³n";
    color: #0e0e0e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment {
    text-shadow: 0 0 #000;
    box-shadow: none;
    transition: all .2s ease-out;
    color: #fff;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    width: 35% !important;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    font-size: 0;
    margin: auto
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment {
        width: 100% !important
    }
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment::before {
    content: "Continuar";
    font-size: 16px;
    letter-spacing: .25px;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #0e0e0e;
    transition: all .2s ease-out
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment:hover::before {
    content: "Continuar";
    font-size: 16px;
    letter-spacing: .25px;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    transition: all .2s ease-out
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 15px;
    height: 100%;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 700;
    color: #fff
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment:focus {
    outline: none;
    outline-offset: 0
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment:hover::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 15px;
    height: 100%;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

#shipping-data .accordion-group .box-step #open-shipping {
    display: none;
    transition: all .2s ease-out;
    color: #0e0e0e;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    width: 35%;
    margin-top: 1rem;
    justify-content: center;
    border: 1px solid #FF0000;
    margin: auto
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step #open-shipping {
        width: 100%
    }
}

@media(max-width: 490px) {

    #shipping-data .accordion-group .box-step #open-shipping button.btn.btn-large,
    #shipping-data .accordion-group .box-step #open-shipping input[type=submit].btn.btn-large {
        width: 100%
    }
}

#shipping-data .accordion-group .box-step #open-shipping:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation {
    display: flex;
    justify-content: center
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation div.ask-for-geolocation-ask {
    display: none
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation div.vtex-omnishipping-1-x-cta.ask-for-geolocation-cta {
    margin-bottom: 0px;
    margin-right: 30px
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation div.vtex-omnishipping-1-x-cta.ask-for-geolocation-cta button.btn-ask-for-geolocation-cta {
    background: #434343;
    border: 1px solid #434343;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    width: 100% !important;
    height: 45px;
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation div.vtex-omnishipping-1-x-cta.ask-for-geolocation-cta button.btn-ask-for-geolocation-cta::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/Ubicacion_tienda.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center
}

@media(max-width: 767px) {
    #shipping-data .accordion-group .box-step div.ask-for-geolocation div.vtex-omnishipping-1-x-cta.ask-for-geolocation-cta {
        margin: 0 10px;
        width: 100%
    }
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation div.ask-for-geolocation-manual button.btn-ask-for-geolocation-manual {
    margin-top: 0px;
    border: 1px solid #6c6b70;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 0px;
    line-height: 18px;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    color: #434343;
    padding: 11px 19px;
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 45px;
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation div.ask-for-geolocation-manual button.btn-ask-for-geolocation-manual::before {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/Pin_Tienda.svg);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center
}

#shipping-data .accordion-group .box-step div.ask-for-geolocation div.ask-for-geolocation-manual button.btn-ask-for-geolocation-manual::after {
    content: "Buscar tienda manualmente";
    font-size: 16px;
    font-weight: 600;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    color: #434343;
    align-items: center;
    display: flex
}

#shipping-data .accordion-group .box-step label {
    color: #0e0e0e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

#shipping-data .accordion-group .box-step .shp-info.shp-info-pickup.vtex-omnishipping-1-x-alert {
    border: 1px solid #FF0000
}

#shipping-data .accordion-group .box-step .shp-info.shp-info-pickup.vtex-omnishipping-1-x-alert span.vtex-omnishipping-1-x-infoIcon {
    border: 1px solid #FF0000
}

#shipping-data .accordion-group .box-step .shp-info.shp-info-pickup.vtex-omnishipping-1-x-alert span.vtex-omnishipping-1-x-infoIcon svg g {
    fill: #FF0000
}

#shipping-data .accordion-group .box-step .shp-info.shp-info-pickup.vtex-omnishipping-1-x-alert .vtex-omnishipping-1-x-text {
    display: flex;
    margin: auto
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-btnDelivery {
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    color: #0e0e0e;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    letter-spacing: .025em;
    transition: all .2s ease-in-out
}

#shipping-data .accordion-group .box-step .vtex-omnishipping-1-x-btnDelivery:hover {
    background: #0e0e0e;
    color: #fff
}

#shipping-data .accordion-group .vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo {
    border-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #434343;
    margin-left: 44px;
    margin-top: 9px
}

#shipping-data .accordion-group .vtex-omnishipping-1-x-SummaryItemContent .shp-summary-group-price {
    display: none
}

#client-profile-data {
    width: 100% !important
}

#client-profile-data .accordion-body div.form-step {
    display: block;
    margin-left: 44px;
    margin-top: 10px
}

#client-profile-data .accordion-body div.form-step p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #434343
}

#client-profile-data .accordion-body div.form-step p.client-profile-email {
    margin-bottom: 10px
}

#client-profile-data .accordion-body div.form-step p.client-profile-email .link-logout-container a.link-logout {
    color: #FF0000
}

#client-profile-data .accordion-body div.form-step p.client-profile-summary a.client-masked-info {
    display: inline-flex;
    color: #FF0000
}

#client-profile-data .accordion-body div.form-step p.client-profile-summary span {
    display: inline-flex !important;
    padding-bottom: 10px
}

#client-profile-data .accordion-body div.form-step p.client-profile-summary span.name {
    margin-bottom: -7px;
    display: inline-flex
}

#client-profile-data .accordion-body div.form-step p.client-profile-summary span.tel-label {
    display: inline-block !important;
    font-size: 0
}

#client-profile-data .accordion-body div.form-step p.client-profile-summary span.tel-label::before {
    content: "TelÃ©" "fono: ";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #434343
}

#client-profile-data .accordion-body div.form-step p.client-profile-summary span.tel {
    display: inline-block
}

#client-profile-data .accordion-group {
    padding: 15px 30px
}

#client-profile-data .accordion-group.active {
    border: 1px solid #0e0e0e !important
}

@media(max-width: 767px) {
    #client-profile-data .accordion-group {
        padding: 15px
    }
}

@media(max-width: 767px) {
    #client-profile-data .accordion-group .box-client-info-pf .document-box .other-document {
        display: block !important
    }
}

.CardForm label {
    color: #0e0e0e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 11px
}

.CardForm input {
    height: 40px;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd;
    color: #6c6b70;
    font-size: 13px
}

.CardForm input#creditCardpayment-card-0Name {
    width: 100%
}

.CardForm div {
    display: flex;
    margin-bottom: 10px
}

@media only screen and (max-width: 640px) {
    .CardForm div {
        display: block
    }
}

.CardForm div:nth-child(3),
.CardForm div:nth-child(4) {
    flex-direction: row-reverse
}

.CardForm div.PaymentCardNumber {
    display: block;
    width: 50%
}

.CardForm div.PaymentCardNumber input {
    width: 100%
}

.CardForm p.PaymentCardHolderName {
    width: 50%;
    margin-top: -94px;
    height: 50%;
}

.CardForm p.PaymentCardDueDate {
    width: 50%
}

.CardForm p.PaymentCardCVV {
    width: 48%;
    float: right;
    margin-top: -112px;
    max-height: 99px;
    min-height: 99px;
}

#app-container label.FormFieldLabel {
    margin-bottom: 3px;
}

.CardForm p.PaymentCardCVV label.FormFieldLabel {
    margin-bottom: 3px;
}

.CardForm p.PaymentCardCVV label {
    width: 100%
}

.CardForm p.PaymentCardCVV input.input-mini {
    width: 100%;
    text-align: left
}

.CardForm p.PaymentCardCVV .PaymentCardCWHelp {
    border: solid red
}

.CardForm p.PaymentCardValue {
    margin: 10px 0
}

.CardForm p.PaymentCardValue span.input-prepend .add-on {
    height: 40px;
    font-family: "Mukta", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    background-color: #f8f8f8;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    color: #6c6b70;
    font-size: 13px;
    border-radius: 0;
    padding-top: 10px;
    border-radius: 5px 0 0 5px
}

.CardForm p.PaymentCardValue span.input-prepend input.input-mini {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
    text-align: center;
    border-radius: 0 5px 5px 0
}

@media only screen and (max-width: 640px) {
    .CardForm div.PaymentCardNumber {
        display: block;
        width: 100%
    }

    .CardForm div.PaymentCardNumber input {
        width: 100%
    }

    .CardForm p.PaymentCardHolderName {
        width: 100%;
        margin-top: 0px;
        padding-left: 0px
    }

    .CardForm p.PaymentCardDueDate {
        width: 100%
    }

    .CardForm p.PaymentCardCVV {
        width: 100%;
        float: right;
        margin-top: auto;
        max-height: inherit;
        min-height: auto;
        padding-left: 0px
    }

    .CardForm p.PaymentCardCVV label {
        width: 100%
    }

    .CardForm p.PaymentCardCVV .PaymentCardCWHelp {
        border: solid red
    }

    .CardForm div.PaymentCardDueDate {
        max-height: inherit !important;
        min-height: auto !important;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100% !important
    }

    .CardForm div.PaymentCardDueDate::before {
        display: none
    }

    .CardForm div.PaymentCardDueDate:after {
        display: none
    }

    .CardForm div.PaymentCardDueDate label.FormFieldLabel {
        grid-column: 1/3;
        grid-row: 1;
        width: 100%;
        text-align: left;
        padding: 0
    }

    .CardForm div.PaymentCardDueDate p.payment-card-due-month {
        grid-column: 1/1;
        grid-row: 2;
        display: inline-flex;
        width: 47% !important;
        display: flex;
        flex-direction: column
    }

    .CardForm div.PaymentCardDueDate p.payment-card-due-month select {
        width: 100%;
        margin-bottom: 0
    }

    .CardForm div.PaymentCardDueDate p.payment-card-due-month span.help {
        width: auto !important
    }

    .CardForm div.PaymentCardDueDate p.payment-card-lash {
        display: none
    }

    .CardForm div.PaymentCardDueDate p.payment-card-due-year {
        grid-column: 2/2;
        grid-row: 2;
        display: inline-flex;
        width: 48% !important;
        display: flex;
        flex-direction: column
    }

    .CardForm div.PaymentCardDueDate p.payment-card-due-year select {
        width: 100%;
        margin-bottom: 0
    }

    .CardForm div.PaymentCardDueDate p.payment-card-due-year span.help {
        width: auto !important
    }

    .CardForm div.PaymentCardDueDate p.payment-card-due-date-error {
        padding-left: 0
    }
}

.CardForm div.PaymentCardDueDate {
    display: grid;
    grid-template-columns: 42% 42%;
    margin-right: 25px;
    width: 50%;
    grid-column-gap: 12px;
    grid-template-rows: 40%;
    max-height: 99px;
    min-height: 99px;
    margin-bottom: 0
}

.CardForm div.PaymentCardDueDate::before {
    display: none
}

.CardForm div.PaymentCardDueDate:after {
    display: none
}

.CardForm div.PaymentCardDueDate label.FormFieldLabel {
    grid-column: 1/3;
    grid-row: 1;
    width: 100%;
    text-align: left;
    padding: 0
}

.CardForm div.PaymentCardDueDate p.payment-card-due-month {
    grid-column: 1/1;
    grid-row: 2;
    float: none;
    width: 100%
}

.CardForm div.PaymentCardDueDate p.payment-card-due-month select {
    width: 100%;
    margin-bottom: 0
}

.CardForm div.PaymentCardDueDate p.payment-card-due-month span.help {
    width: auto !important
}

.CardForm div.PaymentCardDueDate p.payment-card-lash {
    display: none
}

.CardForm div.PaymentCardDueDate p.payment-card-due-year {
    grid-column: 2/2;
    float: none;
    grid-row: 2;
    width: 100%
}

.CardForm div.PaymentCardDueDate p.payment-card-due-year select {
    width: 100%;
    margin-bottom: 0
}

.CardForm div.PaymentCardDueDate p.payment-card-due-year span.help {
    width: auto !important
}

.CardForm div.PaymentCardDueDate p.payment-card-due-date-error {
    padding-left: 0
}

.CardForm div.PaymentInstallments {
    flex-direction: initial
}

.CardForm div.PaymentInstallments p.select {
    width: 50%;
    padding-right: 4px
}

@media only screen and (max-width: 640px) {
    .CardForm div.PaymentInstallments p.select {
        width: 100%;
        padding-right: 0px
    }
}

.CardForm div.PaymentInstallments p.select label {
    display: block;
    font-size: 0
}

.CardForm div.PaymentInstallments p.select label::before {
    content: "NÃºmero de cuotas";
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.CardForm div.PaymentInstallments p.select select {
    width: 100%;
    margin-bottom: 5px;
    max-width: initial
}

.CardForm div.PaymentInstallments p.select span.help.error {
    display: none
}

.CardForm div.PaymentCardFlags {
    width: 50%
}

@media only screen and (max-width: 640px) {
    .CardForm div.PaymentCardFlags {
        width: 100%
    }
}

.CardForm div.PaymentCardFlags .card-flags {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 40px
}

.CardForm div.PaymentCardFlags .card-flags label {
    display: flex;
    width: auto;
    min-height: 30px
}

.CardForm div.PaymentCardFlags .card-flags label input {
    margin: auto;
    height: auto;
    margin-bottom: auto !important;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    display: none
}

.CardForm div.PaymentCardFlags .card-flags label input.card-flag-radio:checked+span::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcyNzEgMTJDMTkuNzI3MSAxNi41Njg5IDE2LjAyMzMgMjAuMjcyNyAxMS40NTQ0IDIwLjI3MjdDNi44ODU0NyAyMC4yNzI3IDMuMTgxNjQgMTYuNTY4OSAzLjE4MTY0IDEyQzMuMTgxNjQgNy40MzExMSA2Ljg4NTQ3IDMuNzI3MjggMTEuNDU0NCAzLjcyNzI4QzE2LjAyMzMgMy43MjcyOCAxOS43MjcxIDcuNDMxMTEgMTkuNzI3MSAxMloiIHN0cm9rZT0iI0Y5QzYzMiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxsbGxpcHNlIGN4PSIxMS40NTUiIGN5PSIxMiIgcng9IjQuOTA5MDkiIHJ5PSI0LjkwOTA5IiBmaWxsPSIjRjlDNjMyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
    width: 20px;
    display: block;
    margin: 0;
}

.CardForm div.PaymentCardFlags .card-flags label span.Visa {
    background-image: none;
    display: flex;
    margin: auto;
    font-size: 0;
    width: 70px
}

.CardForm div.PaymentCardFlags .card-flags label span.Visa::after {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/visa.svg);
    background-repeat: no-repeat;
    width: 37px;
    background-size: 100%;
    height: 12px;
    margin: auto;
    background-position: center;
    display: flex
}

.CardForm div.PaymentCardFlags .card-flags label span.Visa::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjcyNzEgMTBDMTcuNzI3MSAxNC41Njg5IDE0LjAyMzMgMTguMjcyNyA5LjQ1NDM3IDE4LjI3MjdDNC44ODU0NyAxOC4yNzI3IDEuMTgxNjQgMTQuNTY4OSAxsjE4MTY0IDEwQzEuMTgxNjQgNS40MzExMSA0Ljg4NTQ3IDEuNzI3MjggOS40NTQzNyAxsjcyNzI4QzE0LjAyMzMgMS43MjcyOCAxNy43MjcxIDUuNDMxMTEgMTcuNzI3MSAxMFoiIHN0cm9rZT0iI0NEQ0RDRCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
    width: 17px;
    margin: auto
}

.CardForm div.PaymentCardFlags .card-flags label span.Codensa {
    background-image: none;
    display: flex;
    margin: auto;
    font-size: 0;
    width: 70px
}

.CardForm div.PaymentCardFlags .card-flags label span.Codensa::after {
    content: "";
    background-image: url(https://auteco.vteximg.com.br/arquivos/tarjeta-codensa.png);
    background-repeat: no-repeat;
    width: 37px;
    background-size: 100%;
    height: 25px;
    margin: auto;
    background-position: center;
    display: flex
}

.CardForm div.PaymentCardFlags .card-flags label span.Codensa::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjcyNzEgMTBDMTcuNzI3MSAxNC41Njg5IDE0LjAyMzMgMTguMjcyNyA5LjQ1NDM3IDE4LjI3MjdDNC44ODU0NyAxOC4yNzI3IDEuMTgxNjQgMTQuNTY4OSAxsjE4MTY0IDEwQzEuMTgxNjQgNS40MzExMSA0Ljg4NTQ3IDEuNzI3MjggOS40NTQzNyAxsjcyNzI4QzE0LjAyMzMgMS43MjcyOCAxNy43MjcxIDUuNDMxMTEgMTcuNzI3MSAxMFoiIHN0cm9rZT0iI0NEQ0RDRCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
    width: 17px;
    margin: auto
}

.CardForm div.PaymentCardFlags .card-flags label span.American.Express {
    background-image: none;
    display: flex;
    margin: auto;
    font-size: 0;
    width: 70px;
    height: 40px
}

.CardForm div.PaymentCardFlags .card-flags label span.American.Express::after {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/american-express.svg);
    background-repeat: no-repeat;
    width: 37px;
    background-size: 100%;
    height: 100%;
    margin: auto;
    background-position: center;
    display: flex
}

.CardForm div.PaymentCardFlags .card-flags label span.American.Express::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjcyNzEgMTBDMTcuNzI3MSAxNC41Njg5IDE0LjAyMzMgMTguMjcyNyA5LjQ1NDM3IDE4LjI3MjdDNC44ODU0NyAxOC4yNzI3IDEuMTgxNjQgMTQuNTY4OSAxsjE4MTY0IDEwQzEuMTgxNjQgNS40MzExMSA0Ljg4NTQ3IDEuNzI3MjggOS40NTQzNyAxsjcyNzI4QzE0LjAyMzMgMS43MjcyOCAxNy43MjcxIDUuNDMxMTEgMTcuNzI3MSAxMFoiIHN0cm9rZT0iI0NEQ0RDRCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
    width: 18px;
    margin: auto
}

.CardForm div.PaymentCardFlags .card-flags label span.Diners {
    background-image: none;
    display: flex;
    margin: auto;
    font-size: 0;
    width: 70px;
    height: 100%
}

.CardForm div.PaymentCardFlags .card-flags label span.Diners::after {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/diners.svg);
    background-repeat: no-repeat;
    width: 37px;
    background-size: 94%;
    height: 100%;
    margin: auto;
    background-position: center;
    display: flex
}

.CardForm div.PaymentCardFlags .card-flags label span.Diners::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjcyNzEgMTBDMTcuNzI3MSAxNC41Njg5IDE0LjAyMzMgMTguMjcyNyA5LjQ1NDM3IDE4LjI3MjdDNC44ODU0NyAxOC4yNzI3IDEuMTgxNjQgMTQuNTY4OSAxsjE4MTY0IDEwQzEuMTgxNjQgNS40MzExMSA0Ljg4NTQ3IDEuNzI3MjggOS40NTQzNyAxsjcyNzI4QzE0LjAyMzMgMS43MjcyOCAxNy43MjcxIDUuNDMxMTEgMTcuNzI3MSAxMFoiIHN0cm9rZT0iI0NEQ0RDRCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
    width: 17px;
    margin: auto
}

.CardForm div.PaymentCardFlags .card-flags label span.Mastercard {
    background-image: none;
    display: flex;
    margin: auto;
    font-size: 0;
    width: 70px
}

.CardForm div.PaymentCardFlags .card-flags label span.Mastercard::after {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/master-card.svg);
    background-repeat: no-repeat;
    width: 37px;
    background-size: 100%;
    height: 25px;
    margin: auto;
    background-position: center;
    display: flex
}

.CardForm div.PaymentCardFlags .card-flags label span.Mastercard::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjcyNzEgMTBDMTcuNzI3MSAxNC41Njg5IDE0LjAyMzMgMTguMjcyNyA5LjQ1NDM3IDE4LjI3MjdDNC44ODU0NyAxOC4yNzI3IDEuMTgxNjQgMTQuNTY4OSAxsjE4MTY0IDEwQzEuMTgxNjQgNS40MzExMSA0Ljg4NTQ3IDEuNzI3MjggOS40NTQzNyAxsjcyNzI4QzE0LjAyMzMgMS43MjcyOCAxNy43MjcxIDUuNDMxMTEgMTcuNzI3MSAxMFoiIHN0cm9rZT0iI0NEQ0RDRCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
    width: 17px;
    margin: auto
}

@media only screen and (max-width: 640px) {
    .CardForm div.PaymentCardFlags .card-flags {
        display: grid;
        grid-template-columns: 50% 50%;
        height: auto;
        margin-top: 10px;
        grid-row-gap: 10px;
        grid-column-gap: 5px
    }
}

.CardForm div.BillingAddress {
    display: block
}

.CardForm div.BillingAddress p.AddressToggle {
    align-items: center;
    display: flex
}

.CardForm div.BillingAddress input {
    margin: 0;
    margin-right: 10px;
    display: flex;
    height: auto;
    height: 40px
}

.CardForm div.BillingAddress input.input-xsarge {
    width: 100%
}

.CardForm div.BillingAddress label {
    margin: 0;
    display: flex
}

@media only screen and (max-width: 640px) {
    .CardForm div.BillingAddress p.AddressToggle {
        display: block
    }

    .CardForm div.BillingAddress p.AddressToggle input {
        margin: 0;
        margin-right: 10px;
        display: block;
        height: auto;
        height: 40px
    }

    .CardForm div.BillingAddress p.AddressToggle label {
        margin: 0;
        display: block;
        font-size: 13px
    }

    .CardForm div.BillingAddress div {
        display: block !important
    }

    .CardForm div.BillingAddress div h5 {
        grid-column: 1/3
    }

    .CardForm div.BillingAddress div div.CountrySelector {
        display: flex;
        grid-column: 1/2;
        display: none
    }

    .CardForm div.BillingAddress div div.CountrySelector p.payment-billing-address-country {
        width: 100%;
        margin-right: 0px !important
    }

    .CardForm div.BillingAddress div div.CountrySelector p.payment-billing-address-country select.input-medium {
        width: 100%
    }

    .CardForm div.BillingAddress div div.CountrySelector--all-countries {
        display: flex;
        grid-column: 2/2
    }

    .CardForm div.BillingAddress div div.CountrySelector--all-countries p.payment-billing-address-country {
        width: 100%;
        margin-left: 0px !important
    }

    .CardForm div.BillingAddress div div.CountrySelector--all-countries p.payment-billing-address-country select.input-medium {
        width: 100%
    }

    .CardForm div.BillingAddress div div.AddressForm {
        grid-column: 1/3;
        display: block !important;
        margin-top: 0px !important
    }

    .CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-street {
        margin-right: 0px !important;
        margin-bottom: 10px
    }

    .CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-complement {
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 10px
    }

    .CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-neighborhood {
        margin-right: 0px !important;
        margin-bottom: 10px
    }

    .CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-state {
        margin-left: 0px !important;
        margin-bottom: 10px
    }

    .CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-city {
        margin-right: 0px !important;
        margin-bottom: 10px
    }

    .CardForm div.BillingAddress div div.AddressForm select,
    .CardForm div.BillingAddress div div.AddressForm input {
        max-width: 100% !important
    }
}

.CardForm div.BillingAddress div {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 5px
}

.CardForm div.BillingAddress div h5 {
    grid-column: 1/3
}

.CardForm div.BillingAddress div div.CountrySelector {
    grid-column: 1/2;
    display: none !important
}

.CardForm div.BillingAddress div div.CountrySelector p.payment-billing-address-country {
    width: 100%;
    margin-right: 5px
}

.CardForm div.BillingAddress div div.CountrySelector p.payment-billing-address-country select.input-medium {
    width: 100%
}

.CardForm div.BillingAddress div div.CountrySelector--all-countries {
    display: flex;
    grid-column: 1/2;
    z-index: 10
}

.CardForm div.BillingAddress div div.CountrySelector--all-countries p.payment-billing-address-country {
    width: 100%
}

.CardForm div.BillingAddress div div.CountrySelector--all-countries p.payment-billing-address-country select.input-medium {
    width: 100%
}

.CardForm div.BillingAddress div div.AddressForm {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: -88px
}

.CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-street {
    margin-right: 5px;
    margin-bottom: 10px;
    grid-column: 2
}

.CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-complement {
    margin-left: 5px;
    margin-bottom: 10px
}

.CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-neighborhood {
    margin-right: 5px;
    margin-bottom: 10px
}

.CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-state {
    margin-left: 5px;
    margin-bottom: 10px
}

.CardForm div.BillingAddress div div.AddressForm p.payment-billing-address-city {
    margin-right: 5px;
    margin-bottom: 10px
}

.ChangeNumberOfPayments {
    display: flex;
    justify-content: center;
    margin-top: -5px
}

.ChangeNumberOfPayments a {
    width: 222px;
    padding: 10px 20px;
    height: 40px;
    background: #f8f8f8;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #6c6b70;
    box-sizing: border-box;
    border-radius: 5px;
    color: #434343;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all .2s;
    line-height: 0
}

.ChangeNumberOfPayments a:hover {
    background: #ebebeb
}

@media(max-width: 767px) {

    .ship-street input:disabled,
    .ship-street input[readonly],
    .ship-street textarea:disabled,
    .ship-street textarea[readonly],
    .ship-street .input-large,
    .ship-street input,
    .ship-street select {
        max-width: 100% !important
    }
}

@media(max-width: 767px) {

    .ship-city input:disabled,
    .ship-city input[readonly],
    .ship-city textarea:disabled,
    .ship-city textarea[readonly],
    .ship-city .input-large,
    .ship-city input,
    .ship-city select {
        max-width: 100% !important
    }
}

@media(max-width: 767px) {

    .ship-state input:disabled,
    .ship-state input[readonly],
    .ship-state textarea:disabled,
    .ship-state textarea[readonly],
    .ship-state .input-large,
    .ship-state input,
    .ship-state select {
        max-width: 100% !important
    }
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly],
.input-large,
input,
select {
    width: 100%;
    margin: 0 0 0;
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 13px;
    height: 40px;
    padding-left: 1rem;
    margin-right: 0;
    appearance: none;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    color: #0a0a0a
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-modalSearch {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
    border-radius: 5px;
    margin: 0 .938rem;
    background: #f5f5f5
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList::-webkit-scrollbar {
    -webkit-appearance: none
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList::-webkit-scrollbar {
    width: 8px
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList::-webkit-scrollbar-thumb {
    background-color: rgba(189, 189, 189, .5);
    border-radius: 20px
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList::-webkit-scrollbar-track {
    border-radius: 10px
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-showListButton {
    background: #FF0000;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
    letter-spacing: .025em;
    color: #0e0e0e;
    font-weight: 600;
    transition: all .2s ease-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: none;
    letter-spacing: .025em;
    font-weight: 600
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-showListButton::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 9px;
    height: 13px;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-showListButton:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 700;
    color: #fff;
    border: none;
    letter-spacing: .025em;
    font-weight: 600
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-showListButton:hover::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 9px;
    height: 13px;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pickupListTitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 10px 0
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPointInfo .vtex-pickup-points-modal-3-x-pickupPointName {
    text-transform: lowercase;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPointInfo .vtex-pickup-points-modal-3-x-pickupPointName::first-letter {
    text-transform: capitalize
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPointInfo .vtex-pickup-points-modal-3-x-pickupPointAddress {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6c6b70
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPointInfo .vtex-pickup-points-modal-3-x-pickupPointAvailability {
    color: #FF0000
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPointMain {
    padding-bottom: 2px
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPointMain .vtex-pickup-points-modal-3-x-pickupPointDistance {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #000
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPoint {
    border: none;
    border-style: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPoint .vtex-pickup-points-modal-3-x-pickupPointSlaAvailability {
    border: none;
    display: flex;
    flex-direction: column;
    padding-top: 0
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPoint .vtex-pickup-points-modal-3-x-pickupPointSlaAvailability .vtex-pickup-points-modal-3-x-pickupPointPrice {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-pointsList .vtex-pickup-points-modal-3-x-pointsItem .vtex-pickup-points-modal-3-x-pickupPoint .vtex-pickup-points-modal-3-x-pickupPointSlaAvailability .vtex-pickup-points-modal-3-x-pickupPointSla {
    font-size: 14px;
    line-height: 20px;
    color: #6c6b70
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsTop button.vtex-pickup-points-modal-3-x-modalDetailsBackLnk {
    align-items: center;
    font-size: 0;
    color: #0e0e0e;
    text-decoration: none;
    padding: 15px 12px
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsTop button.vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path {
    fill: #0e0e0e
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsTop button.vtex-pickup-points-modal-3-x-modalDetailsBackLnk::after {
    content: "Ver todas las tiendas";
    font-size: 18px;
    text-decoration: none;
    color: #0e0e0e;
    font-weight: 700
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsInfo .vtex-pickup-points-modal-3-x-modalDetailsGroup:first-child .pkpmodal-details-info-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #0e0e0e
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsInfo .vtex-pickup-points-modal-3-x-modalDetailsGroup:last-child .pkpmodal-details-info-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0e0e0e
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle::-webkit-scrollbar {
    -webkit-appearance: none
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle::-webkit-scrollbar {
    width: 8px
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle::-webkit-scrollbar-thumb {
    background-color: rgba(189, 189, 189, .5);
    border-radius: 20px
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle::-webkit-scrollbar-track {
    border-radius: 10px
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle .pkpmodal-pickup-point-sla-availability {
    display: flex;
    flex-direction: column;
    border: none;
    padding-top: 0
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle .pkpmodal-pickup-point-sla-availability .vtex-pickup-points-modal-3-x-pickupPointPrice {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle .pkpmodal-pickup-point-sla-availability .vtex-pickup-points-modal-3-x-pickupPointSla {
    font-size: 14px;
    line-height: 20px;
    color: #6c6b70
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle .vtex-pickup-points-modal-3-x-pickupPoint {
    border: none;
    border-style: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle .vtex-pickup-points-modal-3-x-pickupPoint .vtex-pickup-points-modal-3-x-pickupPointDistance {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #000
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle .vtex-pickup-points-modal-3-x-pickupPoint .vtex-pickup-points-modal-3-x-pickupPointName {
    text-transform: lowercase;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails .vtex-pickup-points-modal-3-x-modalDetailsMiddle .vtex-pickup-points-modal-3-x-pickupPoint .vtex-pickup-points-modal-3-x-pickupPointName::first-letter {
    text-transform: uppercase
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader {
    margin-left: 0;
    display: block;
    padding-top: 20px;
    padding-left: 0;
    height: auto;
    justify-content: center;
    text-align: center
}

@media(max-width: 767px) {
    .vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader {
        padding: 5px 0;
        border: none;
        border-bottom: 1px solid #e1e1e1
    }
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader .pkpmodal-details-header-buttons .vtex-pickup-points-modal-3-x-firstOrLast {
    color: #666;
    cursor: unset
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader .pkpmodal-details-header-buttons .vtex-pickup-points-modal-3-x-pickupDetailsHeaderButton {
    background: rgba(0, 0, 0, 0);
    color: #FF0000;
    height: 45px;
    width: 45px;
    outline: none;
    border: none;
    border-left: 1px solid #eee;
    cursor: pointer;
    border: none
}

@media(max-width: 767px) {
    .vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader .pkpmodal-details-header-buttons .vtex-pickup-points-modal-3-x-pickupDetailsHeaderButton {
        height: auto
    }
}

@media(max-width: 767px) {
    .vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader .pkpmodal-details-header-buttons {
        padding-top: 10px;
        padding-bottom: 5px
    }
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader button {
    border-left: none
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-pickupDetailsHeader p.vtex-pickup-points-modal-3-x-pickupDetailsHeaderTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #0e0e0e
}

@media(max-width: 767px) {
    .vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsBottom {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px
    }
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsBottom button {
    background: #FF0000;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
    letter-spacing: .025em;
    color: #0e0e0e;
    font-weight: 600;
    transition: all .2s ease-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 600
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsBottom button::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 9px;
    height: 13px;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsBottom button:hover {
    border: 1px solid #0e0e0e;
    background: #0e0e0e;
    font-weight: 700;
    color: #fff;
    font-weight: 600
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails div.vtex-pickup-points-modal-3-x-modalDetailsBottom button:hover::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xsjUgMS41TDYuNSA2LjVMMS41IDExsjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 9px;
    height: 13px;
    margin-left: 5px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails svg.pkpmodal-pickup-point-marker-image {
    content: "";
    background-image: url(https://qaauteco.vteximg.com.br/arquivos/PickupPoint.svg);
    width: 26px;
    height: 37px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    margin: auto 0;
    border-radius: 50%
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails svg.pkpmodal-pickup-point-marker-image path {
    display: none
}

.vtex-pickup-points-modal-3-x-infoBar div.vtex-pickup-points-modal-3-x-modalDetails svg.pkpmodal-pickup-point-marker-image circle {
    display: none
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-modalSearch .vtex-pickup-points-modal-3-x-askGeolocationBtn {
    border: none
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-modalSearch .vtex-pickup-points-modal-3-x-askGeolocationBtn svg {
    display: none
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-modalSearch .vtex-pickup-points-modal-3-x-askGeolocationBtn::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNTQgNi40NkwwIDEwTDMuNTQgMTMuNTRMNS4zIDExsjc3TDMuNTQgMTBMNS4zIDguMjNMMy41NCA2LjQ2Wk0xMCAxNi40Nkw4LjIzIDE0LjdMNi40NiAxNi40NkwxMCAyMEwxMy41NCAxNi40NkwxMS43NyAxNC43TDEwIDE2LjQ2Wk0xNi40NiA2LjQ2TDE0LjcgOC4yM0wxNi40NiAxMEwxNC43IDExsjc3TDE2LjQ2IDEzLjU0TDIwIDEwTDE2LjQ2IDYuNDZaTTYuNDYgMy41NEw4LjIzIDUuM0wxMCAzLjU0TDExsjc3IDUuM0wxMy41NCAzLjU0TDEwIDBMNi40NiAzLjU0WiIgZmlsbD0iIzBFMEUwRSIvPgo8cGF0aCBkPSJNMTAgMTNDMTEuNjU2OSAxMyAxMyAxMS42NTY5IDEzIDEwQzEzIDguMzQzMTUgMTEuNjU2OSA3IDEwIDdDOC4zNDMxNSA3IDcgOC4zNDMxNSA3IDEwQzcgMTEuNjU2OSA4LjM0MzE1IDEzIDEwIDEzWiIgZmlsbD0iIzBFMEUwRSIvPgo8L3N2Zz4K");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    background-position: center;
    border-radius: 50%;
    transition: all .2s ease-out
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-modalHeader {
    border: none;
    padding: 22px 0
}

.vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-modalHeader .vtex-pickup-points-modal-3-x-modalTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-align: center
}

@media(max-width: 767px) {
    .vtex-pickup-points-modal-3-x-infoBar {
        top: 50% !important;
        height: 50% !important
    }

    .vtex-pickup-points-modal-3-x-infoBar .pkpmodal-details-top {
        height: auto
    }

    .vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-infoBarContainer {
        background: #fff;
        border-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-infoBarContainer .vtex-pickup-points-modal-3-x-modalHeader {
        border: none
    }

    .vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-infoBarContainer .vtex-pickup-points-modal-3-x-modalSearch .pac-target-input {
        border-color: rgba(0, 0, 0, 0) !important
    }

    .vtex-pickup-points-modal-3-x-infoBar .vtex-pickup-points-modal-3-x-infoBarContainer .vtex-pickup-points-modal-3-x-tabsContainer {
        display: none
    }
}

@media(max-width: 490px) {

    .orderform-template-holder .client-profile-data .client-document input,
    .orderform-template-holder .client-profile-data .client-phone input {
        width: 100% !important
    }

    .client-profile-data .client-phone {
        width: 100% !important
    }
}

select {
    background-image: url("https://qaauteco.vteximg.com.br/arquivos/Icon-ir.png");
    background-origin: content-box;
    background-size: 54px 54px;
    background-position: top -10px right -1.5rem;
    background-repeat: no-repeat;
    padding-right: 1rem
}

select.success {
    background-image: url("https://qaauteco.vteximg.com.br/arquivos/Icon-ir.png") !important;
    background-position: top -10px right -1.5rem !important;
    background-repeat: no-repeat !important
}

.payment-data .pg-pago-contra-entrega span {
    background-image: url(https://media.autecomobility.com/recursos/web/checkout/billeticos.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 50px !important;
    text-indent: 0 !important;
    line-height: 28px
}

.note {
    display: none
}

.custom201PaymentGroupPaymentGroup .payment-description::before {
    content: " Â¡Ten en cuenta! Este pago solo aplica para pago con efectivo. Montos entre $30.000 y $1.450.000 a nivel nacional.    " !important;
    color: #000;
    font-size: 14px
}

.cconf-bank-invoice-description {
    display: none
}

.accordion-inner {
    margin-bottom: 10px
}

.accordion-inner .shp-summary-group-info .vtex-omnishipping-1-x-SummaryItemAddress {
    margin-bottom: 4px
}

.accordion-inner .shp-summary-group-info .vtex-omnishipping-1-x-summaryPackage {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #0e0e0e
}

.accordion-inner .shp-summary-group-info .address-summary span span {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    margin-right: 4px
}

.accordion-body {
    text-align: justify
}

.payment-data .pg-pago-contra-entrega span {
    background-image: url(https://media.autecomobility.com/recursos/web/checkout/billeticos.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 50px !important;
    text-indent: 0 !important;
    line-height: 28px
}

.custom201PaymentGroupPaymentGroup .payment-description::before {
    content: " Â¡Ten en cuenta! Este pago solo aplica para pago con efectivo. Montos entre $30.000 y $1.450.000 a nivel nacional.    " !important;
    color: #000;
    font-size: 14px
}

.cconf-bank-invoice-description {
    display: none
}

.accordion-inner {
    margin-bottom: 10px
}

.accordion-body {
    text-align: justify
}

#payment-group-custom201PaymentGroupPaymentGroup,
#payment-group-creditDirectSalePaymentGroup,
#payment-group-debitDirectSalePaymentGroup {
    display: none
}

.payment-group-item-text {
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding: 0 0 0 50px;
    margin-bottom: 0px
}

.srp-icon-radio-selected path {
    fill: #FF0000
}

.vtex-pickup-points-modal-3-x-pkpmodal {
    z-index: 101 !important
}

.vtex-pickup-points-modal-3-x-pkpmodal .vtex-pickup-points-modal-3-x-modalfullPage .vtex-pickup-points-modal-3-x-searchAlone {
    margin-top: 25px
}

.vtex-pickup-points-modal-3-x-pkpmodal .vtex-pickup-points-modal-3-x-modalfullPage .vtex-pickup-points-modal-3-x-searchAlone .vtex-pickup-points-modal-3-x-searchAloneSubtitle,
.vtex-pickup-points-modal-3-x-pkpmodal .vtex-pickup-points-modal-3-x-modalfullPage .vtex-pickup-points-modal-3-x-searchAlone .vtex-pickup-points-modal-3-x-searchAloneTitle,
.vtex-pickup-points-modal-3-x-pkpmodal .vtex-pickup-points-modal-3-x-modalfullPage .vtex-pickup-points-modal-3-x-searchAlone .pkpmodal-locating-image-waiting-pin {
    display: none
}

.vtex-pickup-points-modal-3-x-pkpmodal .vtex-pickup-points-modal-3-x-modalfullPage .vtex-pickup-points-modal-3-x-searchAlone .vtex-pickup-points-modal-3-x-modalPostalCode .ship-state,
.vtex-pickup-points-modal-3-x-pkpmodal .vtex-pickup-points-modal-3-x-modalfullPage .vtex-pickup-points-modal-3-x-searchAlone .vtex-pickup-points-modal-3-x-modalPostalCode .ship-city {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important
}

@media(max-width: 767px) {
    .vtex-pickup-points-modal-3-x-pkpmodal {
        height: 90% !important;
        width: 90% !important;
        margin: auto !important;
        border-radius: 8px
    }
}

@media(max-width: 767px) {
    #map-canvas {
        border-radius: 8px
    }
}

.nit-number {
    position: absolute;
    right: 78%;
    top: 54%;
    z-index: 6;
    font-weight: 900
}

.client-company-nickname {
    display: none
}

.client-company-ie {
    display: none
}

.client-company-document {
    display: none
}

.box-client-info-pf {
    display: grid;
    grid-template-columns: 50% 50%
}

.step.active form fieldset.box-client-info-pf .client-email {
    grid-row: 1;
    margin: 0;
}

p.client-document,
p.client-document2,
p.client-document-type {
    clear: left
}

.other-document {
    display: none !important
}

p.client-document,
p.client-phone,
p.client-company-document,
p.client-company-ie,
p.client-company-postal-code,
p.client-company-phone,
p.payment-card-due-month,
p.payment-card-lash,
p.payment-card-due-year {
    float: left
}

.client-phone,
.client-document {
    width: 100%
}

.dont_hiden {
    display: block !important
}

.client-phone,
.client-document {
    width: 100%
}

.step.active form fieldset.box-client-info-pf p.client-phone {
    margin-left: 5px;
    grid-row: 1
}

.step.active form fieldset.box-client-info-pf div p.client-phone input.input-small {
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 5px !important;
    min-height: 40px;
    padding-left: 1rem;
    width: 99%;
    margin: auto
}

.step .text input {
    position: relative;
    z-index: 6
}

.document-box {
    display: none !important
}

input#client-document {
    display: none !important
}

.client-document {
    display: none
}

#cart-title {
    font-size: 0;
    padding: 20px 4px;
    display: flex
}

.empty-cart-message,
.empty-cart-title,
.empty-cart-links {
    text-align: center;
    font-family: "Mukta", Helvetica, Arial, sans-serif
}

.empty-cart-title {
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.empty-cart-links {
    display: flex;
    justify-content: center
}

.link-choose-products {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .025em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 40px;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    color: #0e0e0e;
    text-shadow: none;
    box-shadow: none;
    border: 0px solid #FF0000;
    background: #FF0000;
    border-radius: 5px;
    transition: all .2s ease-in
}

.link-choose-products:hover {
    background: #0e0e0e;
    border: 0px solid #0e0e0e;
    color: #fff;
    transition: all .2s ease-out
}

.link-choose-products:focus {
    background: #0e0e0e;
    border: 0px solid #0e0e0e;
    color: #fff
}

.link-choose-products:active {
    background: #ffd352;
    border: 0px solid #ffd352;
    color: #0e0e0e
}

.container-main {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem) !important;
    max-width: 1254px;
    text-transform: initial !important;
    margin-bottom: 100px;
    margin-top: 100px;
    font-family: "Mukta", Helvetica, Arial, sans-serif
}

@media(max-width: 767px) {
    .container-main {
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px
    }
}

#map {
    width: 100%;
    height: 50vh
}

.opacity-div {
    background-color: rgba(0, 0, 0, .4666666667);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 666;
    display: none
}

.open_map {
    padding: 8px 28px;
    background-color: #434343;
    color: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    max-width: 260px;
    margin: 15px 0px
}

.open_map:hover,
.open_map:focus {
    color: #fff;
    text-decoration: none
}

.open_map::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDNDOC4xNSAzIDUgNi4yNCA1IDEwLjJDNSAxNS4wNiAxMS4xMjUgMjAuNTUgMTEuMzg3NSAyMC44MkMxMS41NjI1IDIwLjkxIDExLjgyNSAyMSAxMiAyMUMxMi4xNzUgMjEgMTIuNDM3NSAyMC45MSAxMi42MTI1IDIwLjgyQzEyLjg3NSAyMC41NSAxOSAxNS4wNiAxOSAxMC4yQzE5IDYuMjQgMTUuODUgMyAxMiAzWk0xMiAxOC45M0MxMC4xNjI1IDE3LjEzIDYuNzUgMTMuMjYgNi43NSAxMC4yQzYuNzUgNy4yMyA5LjExMjUgNC44IDEyIDQuOEMxNC44ODc1IDQuOCAxNy4yNSA3LjIzIDE3LjI1IDEwLjJDMTcuMjUgMTMuMTcgMTMuODM3NSAxNy4xMyAxMiAxOC45M1pNMTIgNi42QzEwLjA3NSA2LjYgOC41IDguMjIgOC41IDEwLjJDOC41IDEyLjE4IDEwLjA3NSAxMy44IDEyIDEzLjhDMTMuOTI1IDEzLjggMTUuNSAxMi4xOCAxNS41IDEwLjJDMTUuNSA4LjIyIDEzLjkyNSA2LjYgMTIgNi42Wk0xMiAxMkMxMS4wMzc1IDEyIDEwLjI1IDExLjE5IDEwLjI1IDEwLjJDMTAuMjUgOS4yMSAxMS4wMzc1IDguNCAxMiA4LjRDMTIuOTYyNSA4LjQgMTMuNzUgOS4yMSAxMy43NSAxMC4yQzEzLjc1IDExLjE5IDEyLjk2MjUgMTIgMTIgMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px
}

.pac-container.pac-logo.hide {
    display: none
}

.pac-container.pac-logo.active {
    display: block
}

.vtex-omnishipping-1-x-address .ship-complement,
.vtex-omnishipping-1-x-address .ship-neighborhood,
.vtex-omnishipping-1-x-address .ship-stree,
.vtex-omnishipping-1-x-address .ship-receiverName {
    display: none
}

.modal_maps {
    position: fixed;
    width: 50%;
    margin: auto;
    display: block;
    border: 1px solid rgba(204, 204, 204, .8);
    border-radius: 5px;
    box-shadow: -1px 0px 21px 0px;
    left: 23%;
    top: 4%;
    z-index: 9999;
    padding: 2%;
    background: #fff
}

@media screen and (max-width: 900px) {
    .modal_maps {
        width: 90%;
        margin: auto;
        left: 0px;
        right: 0px
    }
}

.modal_maps span.close_btn {
    position: absolute;
    right: 4%;
    font-size: 0px;
    cursor: pointer
}

.modal_maps span.close_btn::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjkyODkzIDAuMjkyODkzQzAuNjgzNDE3IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNyA1LjU4NTc5TDEyLjI5MjkgMC4yOTI4OTNDMTIuNjgzNCAtMC4wOTc2MzExIDEzLjMxNjYgLTAuMDk3NjMxMSAxMy43MDcxIDAuMjkyODkzQzE0LjA5NzYgMC42ODM0MTcgMTQuMDk3NiAxLjMxNjU4IDEzLjcwNzEgMS43MDcxMUw4LjQxNDIxIDdMMTMuNzA3MSAxMi4yOTI5QzE0LjA5NzYgMTIuNjgzNCAxNC4wOTc2IDEzLjMxNjYgMTMuNzA3MSAxMy43MDcxQzEzLjMxNjYgMTQuMDk3NiAxMi42ODM0IDE0LjA5NzYgMTIuMjkyOSAxMy43MDcxTDcgOC40MTQyMUwxLjcwNzExIDEzLjcwNzFDMS4zMTY1OCAxNC4wOTc2IDAuNjgzNDE3IDE0LjA5NzYgMC4yOTI4OTMgMTMuNzA3MUMtMC4wOTc2MzExIDEzLjMxNjYgLTAuMDk3NjMxMSAxMi42ODM0IDAuMjkyODkzIDEyLjI5MjlMNS41ODU3OSA3TDAuMjkyODkzIDEuNzA3MTFDLTAuMDk3NjMxMSAxLjMxNjU4IC0wLjA5NzYzMTEgMC42ODM0MTcgMC4yOTI4OTMgMC4yOTI4OTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: flex
}

.modal_maps h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.modal_maps p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6c6b70
}

.modal_maps a.btn_location {
    color: #000;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 12px 0px;
    display: block;
    max-width: 130px;
    text-align: center;
    border-radius: 5px
}

.modal_maps .container_options_address {
    display: flex;
    justify-content: start;
    gap: 3px;
    flex-wrap: wrap
}

.modal_maps .container_options_address .btn_location {
    background: #fff;
    padding: 9px 10px;
    box-shadow: 1px 1px 11px 1px rgba(204, 204, 204, .8);
    border-radius: 3px;
    color: #000;
    margin: 10px 0px;
    display: block;
    max-width: 120px;
    text-decoration: none
}

.modal_maps .container_options_address .container_option_address {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 33%
}

@media screen and (max-width: 650px) {
    .modal_maps .container_options_address .container_option_address {
        width: 100%
    }
}

.modal_maps .container_options_address .container_option_address:last-child {
    display: none
}

.modal_maps .container_options_address .container_option_address.content_input_map input {
    z-index: 99999
}

.modal_maps .container_options_address .container_option_address input {
    height: 100%;
    margin: 0px
}

.modal_maps .btns_form {
    display: flex;
    gap: 12px;
    justify-content: end;
    padding: 24px 0px 0px
}

.modal_maps .btns_form a {
    width: 100px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 24px;
    border: 1px solid #000
}

.modal_maps .btns_form a.btn_back {
    background-color: #fff;
    color: #000
}

.modal_maps .btns_form a.btns_success {
    background-color: #000;
    color: #fff
}

.modal_maps .newdDirection {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 5px;
    display: none !important
}

.modal_maps .newdDirection input {
    height: 100%
}

.cart-more-options .newdDirection {
    display: flex;
    justify-content: stretch;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center
}

.cart-more-options .newdDirection .container_option_address {
    width: 90%
}

.cart-more-options .newdDirection .dirStreet1,
.cart-more-options .newdDirection .reception {
    width: 90%
}

.cart-more-options .newdDirection .dirStreet2,
.cart-more-options .newdDirection .dirStreet3,
.cart-more-options .newdDirection .dirStreet4,
.cart-more-options .newdDirection .barrio,
.cart-more-options .newdDirection .piso {
    width: 18%;
    height: 100%
}

.cart-more-options .newdDirection .barrio,
.cart-more-options .newdDirection .piso,
.cart-more-options .newdDirection .receiver {
    width: 32% !important
}

.cart-more-options .newdDirection .input.ship-addressQuery {
    flex-direction: column
}

.cart-more-options .newdDirection .input.ship-addressQuery input {
    max-width: 90%
}

.cart-more-options .newdDirection a.btns_success {
    margin: 6px 0px 0px;
    display: none
}

div.newdDirection {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center
}

div.newdDirection .container_option_address {
    width: 49%
}

@media screen and (max-width: 768px) {
    div.newdDirection .container_option_address {
        width: 100% !important
    }
}

div.newdDirection .container_option_address:last-child {
    width: 100%
}

div.newdDirection .content-first-address {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.newdDirection .content-first-address .dirStreet2,
div.newdDirection .content-first-address .dirStreet3,
div.newdDirection .content-first-address .dirStreet4 {
    width: 32% !important;
    max-width: 32% !important
}

@media screen and (max-width: 768px) {

    div.newdDirection .content-first-address .dirStreet2,
    div.newdDirection .content-first-address .dirStreet3,
    div.newdDirection .content-first-address .dirStreet4 {
        width: 30.5% !important;
        max-width: 30.5% !important
    }
}

div.newdDirection .content-first-address-2 {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.newdDirection .content-first-address-2 .barrio,
div.newdDirection .content-first-address-2 .piso,
div.newdDirection .content-first-address-2 .piso {
    width: 33% !important;
    max-width: 33% !important
}

@media screen and (max-width: 768px) {

    div.newdDirection .content-first-address-2 .barrio,
    div.newdDirection .content-first-address-2 .piso,
    div.newdDirection .content-first-address-2 .piso {
        width: 32% !important;
        max-width: 32% !important
    }
}

div.newdDirection .dirStreet1 {
    width: 100%
}

@media screen and (max-width: 768px) {
    div.newdDirection .dirStreet1 {
        width: 100%
    }
}

div.newdDirection .dirStreet2,
div.newdDirection .dirStreet3,
div.newdDirection .dirStreet4,
div.newdDirection .reception,
div.newdDirection .barrio,
div.newdDirection .piso {
    max-width: 204px;
    height: 40px
}

@media screen and (max-width: 768px) {

    div.newdDirection .dirStreet2,
    div.newdDirection .dirStreet3,
    div.newdDirection .dirStreet4,
    div.newdDirection .reception,
    div.newdDirection .barrio,
    div.newdDirection .piso {
        max-width: 104px;
        text-align: center
    }
}

div.newdDirection .reception,
div.newdDirection .barrio,
div.newdDirection .piso {
    width: 32.5% !important;
    max-width: 32.5% !important
}

@media screen and (max-width: 768px) {

    div.newdDirection .reception,
    div.newdDirection .barrio,
    div.newdDirection .piso {
        width: 31.8% !important;
        max-width: 31.8% !important
    }
}

div.newdDirection .input.ship-addressQuery {
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .ship-street {
        width: 100%;
        float: left
    }

    .ship-street label {
        margin-top: 10px
    }
}

a.btns_success,
button.btn-success {
    text-shadow: 0 0 #000;
    box-shadow: none;
    transition: all .2s ease-out;
    color: #0e0e0e !important;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-style: normal;
    width: 30% !important;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    margin: 0 auto
}

@media screen and (max-width: 768px) {

    a.btns_success,
    button.btn-success {
        width: 50% !important
    }
}

button.btn-success:hover {
    text-shadow: 0 0 #000;
    box-shadow: none;
    transition: all .2s ease-out;
    color: #FF0000 !important;
    height: 40px;
    background: #000;
    border-radius: 5px;
    align-items: center;
    font-style: normal;
    width: 30% !important;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    margin: 0 auto
}

.payment-submit-hide {
    float: left;
    width: 100%;
    height: max-content;
    text-align: center !important;
    position: static
}

.box-step-content .payment-submit-hide {
    margin: 20px 0;
    opacity: 1 !important;
    font-size: 16px !important
}

@media screen and (max-width: 768px) {
    .box-step-content .payment-submit-hide {
        left: 0px
    }
}

.payment-submit-hide.btn-success {
    display: none
}

a.btns_success:hover {
    text-shadow: 0 0 #000;
    box-shadow: none;
    transition: all .2s ease-out;
    color: #0e0e0e !important;
    height: 40px;
    background: #FF0000;
    border-radius: 5px;
    align-items: center;
    font-size: 16px !important;
    font-style: normal;
    width: 30% !important;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    font-size: 0;
    margin: 0 auto
}

.legal-checkout {
    float: left;
    text-align: center;
    background-color: #747373;
    width: 100%;
    position: relative;
    padding: 1% !important
}

@media screen and (max-width: 650px) {
    .legal-checkout {
        padding: 3% !important
    }
}

#payment-data-submit {
    display: block
}

#payment-group-AddiPaymentGroup .payment-group-item-text {
    background-image: url("https://auteco.vtexassets.com/assets/vtex.file-manager-graphql/images/82b4ab95-f5d4-4fdf-907e-b88d4dac0d2e___8d3c12ee02b477300d145a5bf7b48449.svg");
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: 33px 33px
}

#payment-group-MercadoPagoProPaymentGroup .payment-group-item-text {
    cursor: pointer;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#payment-group-MercadoPagoOffPaymentGroup .payment-group-item-text {
    background-image: url(https://auteco.vteximg.com.br/arquivos/logo-efecty-40px.png);
    cursor: pointer;
    margin-left: 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.payment-mercadopago-container-methods .box-flags {
    display: none;
}

.mercadopago-box-wrapper .thumbnails:first-child {
    display: none;
}

.orderform-template-holder #shipping-data {
    padding: 0 !important;
}

h1#cart-title {
    display: block !important;
    font-size: 0 !important;
}

.table.cart-items i.icon.icon-remove.item-remove-ico:before {
    content: "";
    width: 25px;
    height: 25px;
}

.table.cart-items td.shipping-date {
    display: block !important;
}

.table.cart-items tbody tr td.item-remove {
    width: 30px !important;
    margin: 0;
}

.table.cart-items tbody tr .v-custom-product-item-wrap {
    justify-content: space-around;
}

.table.cart-items thead tr th.product {
    width: 52% !important;
}

.table.cart-items td.quantity .item-quantity-change i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.table.cart-items tbody tr td.quantity-price {
    display: block !important;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset&gt;div[style*=none] {
    display: none !important;
}

.cart-template.full-cart.span12.active .summary-template-holder .coupon-data,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset&gt;div[style*=flex] {
    display: flex !important;
}

.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email {
    display: block !important;
    padding-bottom: calc(40px + 14px + 30px);
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    width: 100%;
    text-align: center;
    height: 100%;
    background: #fff;
}

.client-pre-email .pre-email .client-email button#btn-client-pre-email {
    transform: unset !important;
}

.client-pre-email h3.client-pre-email-h span::before {
    display: none;
}

.client-pre-email h3.client-pre-email-h span::after {
    content: "Ingresa tu email" !important;
    color: #000;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: .01em;
}

.client-pre-email label small {
    font-size: 0 !important;
}

.banner-adicionalcheckout img {
    display: none;
}

@media(min-width: 768px) {
    .imagen-pre-carrusel.bannerDesk {
        display: block;
    }
}

@media(max-width: 767px) {
    .imagen-pre-carrusel.bannerMobile {
        display: block;
    }
}

.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email[style*="display: none"] {
    display: none !important;
}

.orderform-template-holder .step .form-step fieldset p.client-first-name {
    width: 100%;
}

#cart-title[style*="display: none"] {
    display: none !important;
}

.orderform-template .custom-cart-template-wrap {
    overflow: hidden;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody {
    border: none;
}

.orderform-template-holder .step .form-step fieldset {
    gap: 16px;
}

.orderform-template-holder .step.client-profile-data .client-document,
.orderform-template-holder .step .form-step fieldset p.client-last-name,
.orderform-template-holder .step .form-step fieldset p.client-first-name {
    width: 100% !important;
}

.orderform-template .cart-template.mini-cart .cart-fixed.affix-top {
    overflow: hidden;
}

div#payment-data {
    padding: 0 !important;
}

.accordion-terminos {
    margin-bottom: 20px;
}

.accordion-terminos input {
    height: fit-content;
    margin: 0;
}

.accordion-terminos input[type="checkbox"] {
    accent-color: #FF0000;
}

.summary-template-holder span.link-choose-more-products-wrapper {
    display: block !important;
}

#comeback-home-page {
    color: #0e0e0e;
    height: 40px;
    background: #f8f8f8;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    margin-top: 0rem;
    display: flex;
    justify-content: center;
    border: 0px solid #173673;
    text-transform: capitalize;
    font-family: "Mukta", Helvetica, Arial, sans-serif;
    transition: all .2s ease-out;
}

#app-container .PaymentCardFlags .card-flag {
    display: flex !important;
    align-items: center !important;
}

.orderform-template-holder .step .submit.btn.btn-success {
    display: flex !important;
    font-weight: 600;
    color: #fff !important;
}

.orderform-template-holder .step .submit.btn.btn-success[style*="display: none"] {
    display: none !important;
}

.show {
    display: block !important;

}

.client-profile-data h5 {
    color: transparent;
}

.accordion-terminos span {
    font-size: 11px;
}

.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup&gt;.payment-group-item-cards {
    display: none !important;
}

tr.srp-summary-result.hide {
    display: none !important;
}

@media(max-width: 768px) {
    #app-container .PaymentCardFlags {
        position: initial !important;
    }

    .vtex-front-messages-type-fatal.modal.fade.in {
        top: 10%;
        left: 0;
        width: 100%;
    }
    .vtexIdUI {
        box-shadow: none !important;
        transition: none;
        top: 60% !important;
    }
}

@media(min-width: 768px) {
    .table.cart-items tbody tr td.product-image {
        width: 15%;
    }

    .table.cart-items tbody tr td.product-name {
        width: 33% !important;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items th.product {
        width: 50% !important;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .shipping-date,
    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .product-price,
    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .quantity,
    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .quantity-price {
        width: 11% !important;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .shipping-date {
        order: 1;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items thead tr .product-price {
        order: 2;
    }

    .table.cart-items tbody tr td.item-remove {
        max-width: 11% !important;
    }

    .table.cart-items tbody tr td.product-price {
        order: 4 !important;
    }

    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity-price,
    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody td.quantity,
    .cart-template.full-cart.span12 #cartLoadedDiv .table.cart-items tbody tr td.shipping-date {
        width: 11% !important;
        margin: 0;
    }

    .table.cart-items tbody tr td.product-price {
        max-width: 11% !important;
        min-width: 90px;
        margin: 0;
    }

    .orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup&gt;.payment-group-item-cards {
        display: none !important;
    }

    .CardForm p.PaymentCardCVV {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 0;
    }

    .orderform-template .mini-cart .Shipping {
        display: flex;
    }

    .orderform-template .mini-cart .Shipping td.info {
        width: 50%;
    }

    p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper {
        margin-top: 30px !important;
    }

    .modal.hide.fade.default-modal.identified-user-modal.modal-email-template.email-message-modal.vtex-front-messages-instance.vtex-front-messages-type-fatal.in {
        top: 10%;
    }

    .cart-template.full-cart.span12.active .summary-template-holder .coupon-data[style*=none] {
        display: none !important;
    }

    .CardForm div.BillingAddress div div.AddressForm {
        margin-top: 0 !important;
    }

    .vtex-pickup-points-modal-3-x-pkpmodal {
        height: 70% !important;
        width: 70% !important;
        margin-top: -15% !important;
    }
}

/** mensaje kairos

@media(max-width: 768px) {
    .content-message-shipping {
        padding: 20px 20px!important;
    }

    .content-message-shipping p:first-child{
        margin-bottom: 10px!important;
    }

}
.content-message-shipping{
    padding: 20px 0;
    width: 100%;
    float: left;
    text-align: center;
    background-color: #8FD14F;
    margin-bottom: 15px;
}
.content-message-shipping p{
    color: #000;
    width: 100%;
    margin: 0;
}

.v-custom-product-item-wrap .shipping-date{
    width: 100%;
    padding: 5px!important;
    float: left;
    text-align: center;
    background-color: #8FD14F!important;
    border-radius: 5px;
}

.srp-shipping-current-single{
    width: 100%;
    padding: 5px 10px!important;
    /*float: left;
    text-align: center;
    background-color: #8FD14F!important;
    border-radius: 5px;
}
.shipping-estimate-date:first-child{
  width: 100%;
    padding: 5px!important;
    float: left;
    text-align: center;
    background-color: #8FD14F!important;
    border-radius: 5px;
}

.srp-shipping-current-single .srp-shipping-current-single__sla, .srp-shipping-current-single .srp-shipping-current-single__price{
    color: #000!important;
}
/** mensaje kairos **/</pre></body></html>