
/* source: <chatuba.checkout-ui-settings@1.3.10> */
/* source: <vtex.email-checkout-conflict@0.3.0> */
.checkEmailAuthConflict__modal,
.checkEmailAuthConflict__modal--bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.checkEmailAuthConflict__modal--bg {
  background: #000;
  opacity: 0.4;
}

.checkEmailAuthConflict__modal--wrap {
  width: 400px;
  background: #fff;
  position: fixed;
  left: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #333333;
  background: #fff;
  box-shadow: 0 5px 0 #ddd;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  border: 2px solid #eee;
}

button.checkEmailAuthConflict__modal--button {
  background: #1a73e8;
  padding: 10px;
  display: inline-block;
  border: none;
  border-radius: 3px;
  color: #fff;
}

.checkEmailAuthConflict__modal--button.js-loading:after {
  border: 3px solid #f3f3f3;
  /* Light grey */
  border-top: 3px solid #9999;
  /* Blue */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: spin 1s linear infinite;
  content: '';
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

h4.checkEmailAuthConflict__modal--title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

p.checkEmailAuthConflict__modal--text {
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* source: <vtex.checkout-ui-custom@0.16.0> */
input,
select,
button {
  outline: none !important;
}

.vcustom--vtex-omnishipping-1-x-address input,
#app-container input[type='text'],
#app-container input[type='tel'],
#app-container input[type='email'],
#app-container select,
.orderform-template .summary-note .note-textarea,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation
  input,
.orderform-template-holder #client-profile-data form.client-pre-email input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #shipping-data select:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #payment-data select:not(.pac-target-input),
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation
  input,
.cart-more-options .srp-container select,
.cart-more-options .srp-container input[type='text']:not(.pac-target-input),
.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type='text'],
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit'],
.table.cart-items td.quantity input,
.table.cart-items tbody tr td .product-service select,
.table.cart-items tr.item-attachments-content input,
.table.cart-items tr.item-attachments-content select,
#vtexIdContainer input {
  height: 40px;
  line-height: 40px;
  max-height: initial;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  outline: initial;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.vcustom--vtex-omnishipping-1-x-address input.error,
#app-container input.error[type='text'],
#app-container input.error[type='tel'],
#app-container input.error[type='email'],
#app-container select.error,
.orderform-template .summary-note .error.note-textarea,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation
  input.error,
.orderform-template-holder #client-profile-data form.client-pre-email input.error[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input.error[type='text']:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),
.orderform-template-holder #shipping-data input.error[type='text']:not(.pac-target-input),
.orderform-template-holder #shipping-data input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder #shipping-data input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #shipping-data select.error:not(.pac-target-input),
.orderform-template-holder #payment-data input.error[type='text']:not(.pac-target-input),
.orderform-template-holder #payment-data input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder #payment-data input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #payment-data select.error:not(.pac-target-input),
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation
  input.error,
.cart-more-options .srp-container select.error,
.cart-more-options .srp-container input.error[type='text']:not(.pac-target-input),
.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type='text'],
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type='submit'],
.table.cart-items td.quantity input.error,
.table.cart-items tbody tr td .product-service select.error,
.table.cart-items tr.item-attachments-content input.error,
.table.cart-items tr.item-attachments-content select.error,
#vtexIdContainer input.error {
  border-color: #ff4c4c;
}

.vcustom--vtex-omnishipping-1-x-address input:focus,
#app-container input[type='text']:focus,
#app-container input[type='tel']:focus,
#app-container input[type='email']:focus,
#app-container select:focus,
.orderform-template .summary-note .note-textarea:focus,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation
  input:focus,
.orderform-template-holder #client-profile-data form.client-pre-email input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #payment-data select:focus:not(.pac-target-input),
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation
  input:focus,
.cart-more-options .srp-container select:focus,
.cart-more-options .srp-container input[type='text']:focus:not(.pac-target-input),
.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type='text']:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:focus,
.table.cart-items td.quantity input:focus,
.table.cart-items tbody tr td .product-service select:focus,
.table.cart-items tr.item-attachments-content input:focus,
.table.cart-items tr.item-attachments-content select:focus,
#vtexIdContainer input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
}

input#creditCardpayment-card-0Number,
input#creditCardpayment-card-0Code,
input#creditCardpayment-card-1Number,
input#creditCardpayment-card-1Code {
  font-size: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  animation: input_background_autofill 0s forwards;
}

@keyframes input_background_autofill {
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.btn,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a {
  font-family: 'Roboto', sans-serif;
  text-shadow: none;
  border-radius: 30px;
  outline: none !important;
  text-align: center;
  font-size: 12px;
  padding: 5px 12px;
  box-sizing: border-box;
  display: inline-block;
  background: none;
  box-shadow: none;
}

.btn,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,
.btn:hover,
.btn:focus {
  transition: all ease 0.3s;
}

.btn:hover,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,
.btn:focus,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus {
  background: none;
}

.btn-large,
.client-pre-email .client-email.input.text .btn-success {
  padding: 17px 19px;
}

.btn-link,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a {
  color: #1a73e8;
}

.btn-link:hover,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,
.btn-link:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus {
  color: #1d63be;
}

.btn-success {
  background: #2fba2d;
  border: 1px solid #2fba2d;
  font-size: 13px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #269e24;
  border: 1px solid #269e24;
}

.btn-success[disabled] {
  background: #2fba2d;
}

.btn-primary {
  background: #1a73e8;
  border: 1px solid #1a73e8;
  color: #f1f7ff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #1d63be;
  border: 1px solid #1d63be;
}

.btn-secondary,
.orderform-template-holder #payment-data #btn-add-gift-card,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit'],
.table.cart-items tbody tr td .product-service input[type='submit'],
.table.cart-items tbody tr td.product-name .add-service.btn,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service,
.table.cart-items tbody tr td.product-name .clone-item.btn,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #1a73e8;
  color: #1a73e8;
}

.btn-secondary:hover,
.orderform-template-holder #payment-data #btn-add-gift-card:hover,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a:hover,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:hover,
.table.cart-items tbody tr td .product-service input[type='submit']:hover,
.table.cart-items tbody tr td.product-name .add-service.btn:hover,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service:hover,
.table.cart-items tbody tr td.product-name .clone-item.btn:hover,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item:hover,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,
.btn-secondary:focus,
.orderform-template-holder #payment-data #btn-add-gift-card:focus,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:focus,
.table.cart-items tbody tr td .product-service input[type='submit']:focus,
.table.cart-items tbody tr td.product-name .add-service.btn:focus,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service:focus,
.table.cart-items tbody tr td.product-name .clone-item.btn:focus,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item:focus,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,
.btn-secondary:active,
.orderform-template-holder #payment-data #btn-add-gift-card:active,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a:active,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:active,
.table.cart-items tbody tr td .product-service input[type='submit']:active,
.table.cart-items tbody tr td.product-name .add-service.btn:active,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service:active,
.table.cart-items tbody tr td.product-name .clone-item.btn:active,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item:active,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active {
  background: #f1f7ff;
  border: 1px solid #1d63be;
  color: #1d63be;
}

.btn-outlined {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #2fba2d;
  color: #2fba2d;
}

.btn-outlined:hover,
.btn-outlined:focus,
.btn-outlined:active {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #269e24;
}

.btn#payment-data-submit span,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span {
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
}

.orderform-template .cart-template.mini-cart h2,
.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,
.orderform-template-holder #shipping-data .accordion-toggle,
.orderform-template-holder #payment-data .accordion-toggle,
.client-pre-email h3.client-pre-email-h span:after,
.cart-more-options .srp-container .srp-main-title {
  font-size: calc(12px + 2px);
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 7px 0 !important;
  color: #999;
  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) {
  .header__checkout{
    height: 114px !important;
  }

  .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%;
  }

  .e-steps__list {
    margin: 0 20px;
  }

  .footer__copyright-text {
    padding: 10px 0 0!important;
  }

  .footer__development{
    padding: 0 0 10px 0 !important;
  }

  .footer__checkout-stamps{
    padding-bottom: 0 !important;
  }

  .footer__checkout-stamps p{
    text-align: center;
  }

  .stamps-list {
    flex-wrap: wrap;
  }

  .stamp-item{
    min-width: 100px;
    border-radius: 4px;
    border: 1px solid #E3E4E6;
    background: #fff;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.default-modal {
  border-radius: 4px;
  height: auto;
}

.modal .btn,
.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a,
.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a {
  background: #fff;
}

.modal.guest-login-modal button.btn {
  width: auto;
}

.modal.guest-login-modal,
.modal.modal-email-template,
.modal.modal-payment-template,
.modal.modal-masked-info-template {
  background: #2fba2d;
}

.payment-confirmation-message {
  width: 100%;
}

#vtexIdContainer {
  position: fixed !important;
}

.vtexIdUI {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#vtexIdContainer {
  position: fixed;
}

#vtexIdContainer a {
  color: #1a73e8;
}

#vtexIdContainer .vtexIdUI .modal-footer {
  background: none;
}

#vtexIdContainer .vtexIdUI .btn,
#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a,
#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a {
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  box-shadow: none !important;
  font-size: 12px;
  padding: 0 30px;
}

#vtexIdContainer .vtexIdUI .btn.btn-success,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success,
#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success {
  background: #2fba2d;
  border: 1px solid #2fba2d;
}

#vtexIdContainer .vtexIdUI .btn.btn-success:hover,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success:hover,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:hover,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.btn-success:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:hover,
#vtexIdContainer .vtexIdUI .btn.btn-success:focus,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success:focus,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:focus,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.btn-success:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:focus,
#vtexIdContainer .vtexIdUI .btn.btn-success:active,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success:active,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:active,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.btn-success:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:active {
  background: #269e24;
  border: 1px solid #269e24;
}

#vtexIdContainer .vtexIdUI .btn#vtexIdUI-facebook,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a#vtexIdUI-facebook,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a#vtexIdUI-facebook,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a#vtexIdUI-facebook,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a#vtexIdUI-facebook {
  background: #4568ad !important;
}

@media (max-width: 768px) {
  #vtexIdContainer {
    position: fixed !important;
  }

  #vtexIdContainer .vtexIdUI {
    overflow: auto;
    border-radius: 0;
    width: 100%;
    left: 0;
    margin: 0;
    top: 0;
    height: 100% !important;
    border: none;
  }

  #vtexIdContainer .vtexIdUI .modal-header .close {
    top: 0;
    right: 0;
    margin: 0;
    padding: 4px 8px;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  min-width: initial !important;
  padding: 0;
  background: #f4f2f2;
  padding-bottom: 40px !important;
  min-height: 93vh;
  position: relative;
  font-size: 12px;
  overflow-x: hidden;
}

body a {
  color: #1a73e8;
}

body a:hover {
  color: #1d63be;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 0px !important;
  }
}

body .cart-template.full-cart > * {
  opacity: 0;
  transition-delay: 1.2s;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
}

body.v-custom-loaded .cart-template.full-cart > * {
  opacity: initial;
}

body.returningUser.v-custom-addressForm-on.v-custom-step-shipping
  .accordion-inner.shipping-container
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation {
  display: block;
}

body.returningUser.v-custom-addressForm-on.v-custom-step-shipping
  .accordion-inner.shipping-container
  .vtex-omnishipping-1-x-deliveryGroup {
  display: block;
}

body.returningUser.v-custom-addressForm-on.v-custom-step-shipping
  .accordion-inner.shipping-container
  .vtex-omnishipping-1-x-submitPaymentButton {
  display: block;
}

.onda-v1 .br-pill,
.step,
.cart,
.totalizers {
  border-radius: 4px;
}

.loading.loading-bg {
  background: #f4f2f2;
}

.container {
  max-width: 980px;
  width: calc(100% - 40px);
}

@media (max-width: 690px) {
  .container {
    width: calc(100% - 20px);
  }
}

.checkout-container {
  overflow: initial !important;
  z-index: 2;
}

@media (max-width: 768px) {
  .checkout-container {
    margin-bottom: 30px;
  }
}

.checkout-container .orderform-template,
.checkout-container .cart-template {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: position ease 0.8s, opacity ease 0.8s, margin ease 0.8s;
}

.checkout-container .orderform-template.inactive,
.checkout-container .cart-template.inactive {
  max-height: 50vh;
  overflow: hidden;
  top: 0;
  position: absolute;
}

.checkout-container .full-cart.inactive {
  margin-left: -140%;
}

.checkout-container .orderform-template.inactive {
  left: 140%;
  margin: 0;
  display: none !important;
}

.container-cart h1,
h1#orderform-title {
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #323232 !important;
}

h1#orderform-title {
  display: none !important;
}

.v-custom-assemblies {
  margin: 10px 0 3px 0;
  overflow: hidden;
  border-top: 1px solid #cbcbcb;
  padding-top: 7px;
}

@media (max-width: 690px) {
  .v-custom-assemblies {
    width: 100%;
    left: 0;
    margin-bottom: 2px;
  }
}

.v-custom-assemblies p {
  display: none;
}

.v-custom-assemblies__values {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-custom-assemblies__values__item strong:after {
  content: ':';
}

.v-custom-assemblies__values__item span,
.v-custom-assemblies__values__item strong {
  line-height: 14px;
}

.client-pre-email h3.client-pre-email-h span:before,
.client-profile-data .accordion-toggle > span:before,
.shipping-data .accordion-toggle:before,
.payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  background: #fff;
  border: 1px solid #323232;
  color: #323232;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
}

body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-payment .payment-data .accordion-toggle > span:not(.payment-edit-link):before,
body.v-custom-step-shipping .shipping-data .accordion-toggle:before,
body.v-custom-step-profile .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-payment .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-payment .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-payment .shipping-data .accordion-toggle:before,
body.v-custom-step-shipping .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-shipping .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.client-pre-email h3.client-pre-email-h span:before,
.client-profile-data .accordion-toggle > span:before,
.shipping-data .accordion-toggle:before,
.payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -2px;
}

.client-pre-email h3.client-pre-email-h span:before {
  content: '1';
}

.client-profile-data .accordion-toggle > span:before {
  content: '2';
}

.shipping-data .accordion-toggle:before {
  content: '3';
}

.payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  content: '4';
}

@media (max-width: 690px) {
  body:before {
    width: 0;
    height: 4px;
    background: #1a73e8;
    display: block;
    content: '';
    position: fixed;
    top: 0;
    transition: all ease 0.3s;
    z-index: 999;
  }

  body.v-custom-step-email:before {
    width: 23%;
  }

  body.v-custom-step-profile:before {
    width: 46%;
  }

  body.v-custom-step-shipping:before {
    width: 69%;
  }

  body.v-custom-step-payment:before {
    width: 92%;
  }
}

body.v-custom-step-payment .checkout-steps_item_cart .text,
body.v-custom-step-payment .checkout-steps_item_identification .text,
body.v-custom-step-payment .checkout-steps_item_shipping .text,
body.v-custom-step-payment .checkout-steps_item_payment .text,
body.v-custom-step-shipping .checkout-steps_item_cart .text,
body.v-custom-step-shipping .checkout-steps_item_identification .text,
body.v-custom-step-shipping .checkout-steps_item_shipping .text,
body.v-custom-step-email .checkout-steps_item_cart .text,
body.v-custom-step-email .checkout-steps_item_identification .text,
body.v-custom-step-profile .checkout-steps_item_cart .text,
body.v-custom-step-profile .checkout-steps_item_identification .text,
body.v-custom-step-cart .checkout-steps_item_cart .text {
  color: #323232;
  font-weight: bold;
  pointer-events: initial;
}

body.v-custom-step-cart .checkout-steps_item_cart {
  opacity: 1;
}

body.v-custom-step-cart .checkout-steps_item_cart .text {
  pointer-events: none;
}

body.v-custom-step-cart .checkout-steps_item_cart:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-email .checkout-steps_bar_inner-active,
body.v-custom-step-profile .checkout-steps_bar_inner-active {
  width: 20%;
}

body.v-custom-step-email .checkout-steps_item_cart,
body.v-custom-step-email .checkout-steps_item_identification,
body.v-custom-step-profile .checkout-steps_item_cart,
body.v-custom-step-profile .checkout-steps_item_identification {
  opacity: 1;
}

body.v-custom-step-email .checkout-steps_item_cart:before,
body.v-custom-step-email .checkout-steps_item_identification:before,
body.v-custom-step-profile .checkout-steps_item_cart:before,
body.v-custom-step-profile .checkout-steps_item_identification:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-email .checkout-steps_item_identification .text,
body.v-custom-step-profile .checkout-steps_item_identification .text {
  pointer-events: none;
}

body.v-custom-step-shipping .checkout-steps_bar_inner-active {
  width: 40%;
}

body.v-custom-step-shipping .checkout-steps_item_cart,
body.v-custom-step-shipping .checkout-steps_item_identification,
body.v-custom-step-shipping .checkout-steps_item_shipping {
  opacity: 1;
}

body.v-custom-step-shipping .checkout-steps_item_cart:before,
body.v-custom-step-shipping .checkout-steps_item_identification:before,
body.v-custom-step-shipping .checkout-steps_item_shipping:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-shipping .checkout-steps_item_shipping .text {
  pointer-events: none;
}

body.v-custom-step-payment .checkout-steps_bar_inner-active {
  width: 60%;
}

body.v-custom-step-payment .checkout-steps_item_cart,
body.v-custom-step-payment .checkout-steps_item_identification,
body.v-custom-step-payment .checkout-steps_item_shipping,
body.v-custom-step-payment .checkout-steps_item_payment {
  opacity: 1;
}

body.v-custom-step-payment .checkout-steps_item_cart:before,
body.v-custom-step-payment .checkout-steps_item_identification:before,
body.v-custom-step-payment .checkout-steps_item_shipping:before,
body.v-custom-step-payment .checkout-steps_item_payment:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-payment .checkout-steps_item_payment .text {
  pointer-events: none;
}

.checkout-steps {
  display: none;
  position: relative;
  min-width: 470px;
  width: 100%;
  display: block;
}

@media (max-width: 690px) {
  .checkout-steps {
    display: none !important;
  }
}

.checkout-steps_bar_inner-active {
  width: 0;
  background: #1a73e8;
}

.checkout-steps_items {
  display: flex;
  justify-content: space-between;
}

.checkout-steps_item {
  position: relative;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.6;
}

.checkout-steps_item:after {
  content: '';
  height: 2px;
  background: #1a73e8;
  margin: 0px 5px;
  min-width: 10px;
}

.checkout-steps_item .text {
  clear: both;
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 500;
  cursor: pointer;
  pointer-events: none;
}

.checkout-steps_item .text:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #1a73e8;
  border: 2px solid #1a73e8;
  display: inline-block;
  border-radius: 100%;
  margin-right: 7px;
  transition: all ease 0.3s;
}

.checkout-steps_item_cart:after {
  width: calc(100% - 50px);
}

.checkout-steps_item_identification:after {
  width: calc(100% - 103px);
}

.checkout-steps_item_shipping:after {
  width: calc(100% - 77px);
}

.checkout-steps_item_payment:after {
  width: calc(100% - 77px);
}

.checkout-steps_item_confirmation:after {
  display: none;
}

body .main-header {
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
}

body .main-header,
body .main-header > .container {
  display: flex;
  align-items: center;
}

@media (max-width: 690px) {
  body .main-header,
  body .main-header > .container {
    justify-content: center;
  }
}

body .main-header > .container:before,
body .main-header > .container:after {
  display: none;
}

body .main-header .header-link {
  position: absolute;
  left: 0px;
  top: calc(100% + 18px);
  display: none;
}

body .main-header .header-link a {
  height: 20px;
  font-size: 11px;
  line-height: 115%;
  padding-left: 0px;
  color: #676767;
  display: flex;
  align-items: center;
}

body .main-header .header-link a:before {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==)
    no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==)
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #676767;
  content: '';
}

body .main-header .header-link a.back-cart-link {
  display: none;
}

@media (max-width: 690px) {
  body .main-header .header-link {
    top: 50%;
    transform: translateY(-50%);
  }

  body .main-header .header-link a {
    max-width: 80px;
  }

  body .main-header .header-link a:before {
    width: 17px;
    height: 17px;
  }
}

body .main-header .logo {
  max-width: calc(100% - 180px);
}

body .main-header .logo svg.vtex-logo {
  height: 50px;
}

body .main-header .logo,
body .main-header .logo img {
  display: inline-block;
  font-size: 24px;
  border: none;
  line-height: 39px;
}

body .main-header .checkout-steps {
  max-width: 540px;
  margin-left: auto;
  padding-right: 10px;
}

@media (max-width: 690px) {
  body:not(.body-cart) .main-header {
    padding: 4px 0;
    margin-bottom: 10px;
  }

  body:not(.body-cart) .main-header .v-custom-mhide {
    display: none !important;
  }

  body:not(.body-cart) .main-header,
  body:not(.body-cart) .main-header > .container {
    background: none;
    border: none;
    justify-content: center;
  }

  body:not(.body-cart) .main-header .logo {
    cursor: default;
    pointer-events: none;
    font-weight: bold;
  }

  body:not(.body-cart) .main-header .logo svg,
  body:not(.body-cart) .main-header .logo img {
    display: none !important;
  }

  body:not(.body-cart) .main-header .logo:before {
    content: 'checkout';
    text-transform: uppercase;
  }

  body:not(.body-cart) .main-header .logo,
  body:not(.body-cart) .main-header .logo:hover {
    color: #323232;
    font-size: 14px;
  }

  body:not(.body-cart) .main-header .header-link {
    display: block;
  }

  body:not(.body-cart) .main-header a.buy-more-link {
    display: none;
  }

  body:not(.body-cart) .main-header a.back-cart-link {
    display: block !important;
    font-size: 0;
  }

  body:not(.body-cart) .main-header a.back-cart-link:before {
    background: #323232;
  }
}

.main-footer {
  clear: both;
  text-align: center;
  padding: 2px 0;
  border-top: 1px solid #cbcbcb;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.main-footer .container {
  position: initial;
}

@media (max-width: 768px) {
  .main-footer {
    position: relative;
  }
}

.main-footer a.credits-vtex {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.main-footer .vtex-logo {
  display: block;
  margin: 0 auto;
}

.main-footer svg,
.main-footer svg path {
  fill: #999;
}

.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 #eee;
}

.table.cart-items tbody tr.hide {
  display: none;
}

.table.cart-items tbody tr > .v-custom-bundles {
  width: 100%;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr {
    margin-top: 0 !important;
  }

  .table.cart-items tbody tr:first-child {
    border: none;
  }
}

.table.cart-items tbody tr.item-attachments-head,
.table.cart-items tbody tr.item-attachments-content {
  display: none;
}

.table.cart-items tbody tr .v-custom-product-item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr .v-custom-product-item-wrap {
    display: block;
    padding: 10px 0;
  }

  .table.cart-items tbody tr .v-custom-product-item-wrap:after {
    content: '';
    clear: both;
    display: block;
  }
}

.table.cart-items tbody tr td {
  width: auto;
  border: none;
}

.table.cart-items tbody tr td.product-name .add-service-container,
.table.cart-items tbody tr td.product-name .clone-item.btn,
.table.cart-items
  tbody
  tr
  td.product-name
  .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: none!important;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__best,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__best {
  font-weight: bold;
  font-size: 12px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list {
  display: block;
  font-size: 10px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,
.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling {
  display: block;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list {
  text-decoration: line-through;
  color: #999;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,
.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling {
  color: #676767;
  font-size: 10px;
  line-height: 11px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling {
  margin-bottom: 3px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .discount,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .discount {
  display: none;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:after {
  content: ')';
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:before {
  content: '(';
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .best-price,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .best-price {
  font-weight: normal;
  display: inline-block;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr td.product-price .v-custom-quantity-price__list > *:last-child,
  .table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list > *:last-child {
    margin-bottom: -7px;
  }
}

.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active > .list-price,
.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active > .list-price {
  display: none !important;
}

.table.cart-items tbody tr td.product-price > span.list-price,
.table.cart-items tbody tr td.product-price > span.best-price,
.table.cart-items tbody tr td.quantity-price > span.list-price,
.table.cart-items tbody tr td.quantity-price > span.best-price {
  display: block;
}

.table.cart-items tbody tr td.product-price span.product-manualprice,
.table.cart-items tbody tr td.product-price a.manualprice-link-remove,
.table.cart-items tbody tr td.quantity-price span.product-manualprice,
.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove {
  z-index: 2;
}

.table.cart-items tbody tr td.product-price a.manualprice-link-remove,
.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove {
  position: absolute;
  top: -2px;
  left: -4px;
  background: #fff;
}

.table.cart-items tbody tr td.product-price a.manualprice-link-remove i.icon-remove:before,
.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove i.icon-remove:before {
  width: 10px !important;
  height: 10px !important;
}

.table.cart-items tbody tr td.product-price span.product-manualprice,
.table.cart-items tbody tr td.quantity-price span.product-manualprice {
  padding: 5px 5px 5px 31px;
  border: 1px solid #ccc;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 19px #777;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15%, -34%);
}

@media (max-width: 690px) {
  .table.cart-items tbody tr td.product-price span.list-price:not(.hide) + br + span.best-price {
    margin-top: 0;
  }
}

.table.cart-items tbody tr td.item-remove {
  margin-left: auto;
  width: 20px !important;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr td.item-remove {
    top: 0 !important;
  }
}

.table.cart-items tbody tr td.product-image {
  order: 1;
}

.table.cart-items tbody tr td.product-name {
  order: 2;
  width: 60%;
}

.table.cart-items tbody tr td.shipping-date {
  order: 3;
}

.table.cart-items tbody tr td.quantity {
  order: 4;
}

.table.cart-items tbody tr td.product-price,
.table.cart-items tbody tr td.quantity-price {
  order: 5;
}

.table.cart-items tbody tr td.item-remove {
  order: 10;
}

.table.cart-items tbody tr td.quantity-price {
  display: none !important;
}

.table.cart-items tbody tr td.product-price {
  display: block !important;
}

.table.cart-items tbody tr td .field-help {
  background: #1a73e8;
  border-color: #1a73e8;
}

.table.cart-items tbody tr td i.icon-question-sign {
  color: #1a73e8;
}

.table.cart-items tbody tr td .add-item-attachment-container,
.table.cart-items tbody tr td .clone-item,
.table.cart-items tbody tr td p.clone-item-container {
  display: none !important;
}

.table.cart-items tbody tr td hr.clone-item-sep {
  margin: 0;
  clear: both;
  border: none;
}

.table.cart-items tbody tr td .product-service {
  height: calc(40px + 10px);
  margin-top: 10px;
  position: relative;
}

@media (min-width: 690px) {
  .table.cart-items tbody tr td .product-service fieldset {
    width: 100%;
    position: absolute;
    min-width: 250px;
  }
}

.table.cart-items tbody tr td .product-service p {
  display: flex;
}

.table.cart-items tbody tr td .product-service select {
  background: #fff;
  width: 100%;
  margin-right: 10px;
}

.table.cart-items tbody tr td.quantity input {
  line-height: inherit;
}

.table.cart-items tbody tr .v-custom-assemblies {
  clear: both;
}

.table.cart-items tbody tr.v-custom-bundles-in .product-service {
  display: none;
}

.table.cart-items tbody tr.item-unavailable {
  margin: 10px 0;
  border-radius: 10px;
  border: none !important;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr.item-unavailable {
    padding: 0;
    text-align: center;
  }
}

.table.cart-items tbody tr.v-custom-indexedItems-in + tr.item-unavailable {
  display: none;
}

.table.cart-items tbody tr.v-custom-indexed-item {
  border: none;
}

.table.cart-items tbody tr.v-custom-indexed-item,
.table.cart-items tbody tr.item-service {
  margin: 0 0 10px 0;
  padding: 0;
  border-top: none;
}

.table.cart-items tbody tr.v-custom-indexed-item .v-custom-product-item-wrap,
.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,
.table.cart-items tbody tr.item-service .v-custom-product-item-wrap,
.table.cart-items tbody tr.item-service .v-custom-trservice-wrap {
  background: #f1f7ff;
  border: 1px dashed #cbcbcb;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
}

.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,
.table.cart-items tbody tr.item-service .v-custom-trservice-wrap {
  margin-bottom: 10px;
  margin-top: 10px;
}

.table.cart-items tbody tr.v-custom-indexed-item td.quantity,
.table.cart-items tbody tr.item-service td.quantity {
  background: #fff;
  width: 25px;
  height: 20px;
  text-align: center;
  justify-content: center;
}

.table.cart-items tbody tr.v-custom-indexed-item td.quantity p,
.table.cart-items tbody tr.item-service td.quantity p {
  width: 100%;
}

.table.cart-items tbody tr.v-custom-indexed-item td.product-price,
.table.cart-items tbody tr.item-service td.product-price {
  display: none !important;
}

.table.cart-items tbody tr.v-custom-indexed-item td.quantity-price,
.table.cart-items tbody tr.item-service td.quantity-price {
  display: block !important;
}

.table.cart-items tbody tr.v-custom-indexed-item .item-remove,
.table.cart-items tbody tr.item-service .item-remove {
  margin-left: auto;
  position: initial;
  width: auto;
}

.table.cart-items tbody tr.v-custom-indexed-item .item-remove i.icon.icon-remove.item-remove-ico:before,
.table.cart-items tbody tr.item-service .item-remove i.icon.icon-remove.item-remove-ico:before {
  content: '-';
  background: #ff4c4c;
  color: #fff;
  line-height: 9px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  font-size: 27px;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr.v-custom-indexed-item,
  .table.cart-items tbody tr.item-service {
    border-top: none !important;
  }

  .table.cart-items tbody tr.v-custom-indexed-item .product-price,
  .table.cart-items tbody tr.v-custom-indexed-item .quantity,
  .table.cart-items tbody tr.item-service .product-price,
  .table.cart-items tbody tr.item-service .quantity {
    margin: auto !important;
    width: auto !important;
    min-width: initial !important;
  }
}

.table.cart-items tbody tr.v-custom-indexed-item:last-child {
  margin-bottom: 20px;
}

.table.cart-items tbody tr.v-custom-indexed-item td.product-image {
  display: none;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr.v-custom-indexed-item td.quantity {
    display: none;
  }
}

.table.cart-items tbody tr.v-custom-indexed-item td.product-name {
  margin-left: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  margin-right: 15px;
}

.table.cart-items tbody tr.v-custom-indexed-item p {
  margin: 0;
  padding: 0;
}

.table.cart-items tbody tr:last-child {
  border-bottom: none;
}

.table.cart-items tbody > tr.v-custom-indexed-item,
.table.cart-items tbody > tr[data-parentitemindex] {
  display: none;
}

.table.cart-items td.product-image a {
  overflow: hidden;
  border-radius: 4px;
}

.table.cart-items td.product-image a {
  margin-right: 20px;
}

.table.cart-items td.product-image a,
.table.cart-items td.product-image img {
  width: 100px;
  display: block;
  max-width: initial;
  height: auto;
}

@media (max-width: 690px) {
  .table.cart-items td.product-image a,
  .table.cart-items td.product-image img {
    width: 70px;
  }
}

.table.cart-items td.product-name a,
.table.cart-items td.product-name a:hover {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.table.cart-items td.quantity {
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  float: left;
  min-width: 30px;
  text-align: center;
  justify-content: center;
}

.table.cart-items td.quantity input {
  margin: 0;
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  border: none;
  box-shadow: none;
}

.table.cart-items td.quantity .item-quantity-change {
  position: initial;
  left: initial;
  top: initial;
  bottom: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.table.cart-items td.quantity .item-quantity-change i {
  background: none;
  line-height: 30px;
  display: inline-block;
}

.table.cart-items td.quantity .item-quantity-change i:before {
  font-weight: bold;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
  border-radius: 100%;
}

.table.cart-items td.quantity .item-quantity-change > p {
  margin: 0;
}

.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before {
  content: '-';
  line-height: 21px;
}

.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before {
  content: '+';
}

@media (max-width: 690px) {
  .table.cart-items td.quantity {
    width: 97px;
  }

  .table.cart-items td.product-name,
  .table.cart-items td.quantity {
    margin-left: 90px !important;
  }
}

.table.cart-items i.icon.icon-remove.item-remove-ico:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K');
  width: 15px;
  height: 15px;
}

.summary-template-holder {
  background: #fff;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 4px;
  position: sticky;
  top: 20px;
  border: none;
}

.summary-template-holder .summary-totalizers,
.summary-template-holder .summary-coupon-wrap {
  width: 100% !important;
}

.summary-template-holder .cart-more-options {
  display: none !important;
}

.summary-template-holder .summary-coupon {
  text-align: center;
  margin: 0 auto !important;
  min-width: initial;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data {
  display: none !important;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset p {
  margin: 0;
  color: #676767;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset p label {
  cursor: initial;
  font-size: 13px;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data {
  margin: 0;
  width: 100%;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a {
  width: 100%;
  text-decoration: underline;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='none'] {
  display: block !important;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='none'] p.coupon-label {
  display: none;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='flex'] p.coupon-label {
  display: none;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='flex'] p.coupon-fields {
  width: 100%;
}

.summary-template-holder .summary-coupon p.coupon-fields span {
  display: flex;
  width: 100%;
  position: relative;
}

.summary-template-holder .summary-coupon p.coupon-fields span.info {
  align-items: center;
  padding: 0;
  color: #323232;
}

.summary-template-holder .summary-coupon p.coupon-fields span.info > span {
  text-align: left;
  margin-right: 10px;
  color: #1a73e8;
}

.summary-template-holder .summary-coupon p.coupon-fields span input {
  width: 100%;
  margin-right: 10px;
}

.summary-template-holder .summary-coupon p.coupon-fields .delete {
  width: auto;
}

.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove {
  color: #ff4c4c;
  font-size: 0;
  display: flex;
  align-items: center;
}

.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K');
  width: 11px;
  height: 12px;
  display: block;
  line-height: 10px;
}

.summary-template-holder .summary-coupon i.icon-spin.loading-coupon {
  border: 1px solid #666;
  border-top: none;
  border-radius: 100%;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 0;
  display: none;
  margin: 0;
  position: absolute;
  top: 25%;
  right: 10px;
  z-index: -1;
}

.summary-template-holder span.link-choose-more-products-wrapper {
  display: none;
}

.summary-template-holder .cart-links-bottom {
  float: none;
  margin: 10px 0 0 0;
  position: unset;
}

.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 {
    width: 100%;
  }

  .summary-template-holder .cart-links-bottom a {
    border-radius: 0;
  }
}

.summary-template-holder .summary-totalizers .table td.space,
.summary-template-holder .summary-totalizers .table td.empty,
.summary-template-holder .summary-totalizers tbody.shipping-calculate {
  display: none;
}

.summary-template-holder .shipping-reset {
  display: none;
}

.summary-template-holder .accordion-inner {
  margin-top: 10px;
}

.summary-template-holder tr:not(.Shipping) {
  display: flex !important;
  justify-content: space-between;
  border: none !important;
}

.summary-template-holder tr:not(.Shipping).CustomTax:not(.CustomTax--total) {
  display: none !important;
}

.summary-template-holder tbody {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 0;
  display: block;
}

.summary-template-holder tbody td {
  display: inline-block;
  text-align: left !important;
  width: auto;
  color: #676767;
  font-size: 13px;
  padding: 0 0 3px 0 !important;
}

.summary-template-holder tbody td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
}

.summary-template-holder tfoot tr td {
  padding: 14px 0 !important;
  color: #323232;
  font-size: 14px;
  font-weight: bold;
}

.summary-template-holder tfoot tr td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
  color: #1a73e8;
}

.summary-coupon {
  width: 100% !important;
}

.cart-select-gift-placeholder {
  width: auto !important;
  display: none !important;
}

.cart-more-options {
  width: 100% !important;
  margin: 0 !important;
  border: none;
  padding: 0;
  min-height: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
}

.cart-more-options .cart-select-gift-placeholder {
  display: block !important;
}

.cart-more-options .vtex-shipping-preview-0-x-alert .shp-alert-content.vtex-shipping-preview-0-x-content {
  display: flex;
  align-items: center;
}

.cart-more-options .srp-container {
  max-width: 100% !important;
}

.cart-more-options .srp-container span.error {
  display: none;
}

.cart-more-options .srp-container .srp-toggle__wrapper label {
  background: #fff;
  padding: 10px 0;
  border-radius: 4px;
}

.cart-more-options .srp-container .srp-delivery-info .b--light-gray {
  background: #fff;
  border-radius: 4px;
}

.cart-more-options .srp-container select,
.cart-more-options .srp-container input[type='text']:not(.pac-target-input) {
  outline: initial;
}

.cart-more-options .srp-container form.srp-postal-code__form.dib.relative {
  width: 100%;
}

.cart-more-options .srp-container button.shp-open-options {
  border-color: #1d63be;
}

.cart-more-options .srp-container .onda-v1 .blue {
  color: #1a73e8;
  outline: none;
}

.cart-more-options .srp-container .onda-v1 .b--blue {
  border-color: #1a73e8;
  outline: none;
}

.cart-more-options .srp-container .onda-v1 .bg-blue {
  background: #1a73e8;
  outline: initial;
}

.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country {
  width: 98%;
}

.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a {
  height: 40px;
  outline: initial;
  border-radius: 4px;
}

.cart-more-options .srp-container .ship-postalCode {
  width: auto !important;
  max-width: 190px;
}

.cart-more-options .srp-container .ship-postalCode input#ship-postalCode {
  width: 100%;
}

.cart-more-options .cart-select-gift-placeholder,
.cart-more-options #shipping-preview-container {
  margin: 20px;
  width: 100%;
}

@media (min-width: 690px) {
  .cart-more-options .cart-select-gift-placeholder {
    margin-bottom: 0;
  }
}

.cart-more-options .cart-select-gift-placeholder:empty {
  display: none;
}

.cart-more-options #shipping-preview-container {
  width: 100% !important;
}

@media (max-width: 690px) {
  .cart-more-options #shipping-preview-container {
    display: none !important;
  }
}

.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .btn,
.cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  .cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  a,
.cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  a {
  padding: 13px 0;
}

.cart-select-gift-placeholder .available-gift-item.active {
  background: #f1f7ff;
}

.cart-select-gift-placeholder .label-vertical-group:hover,
.cart-select-gift-placeholder .icon-check-empty,
.cart-select-gift-placeholder .icon-check-sign {
  color: #676767;
}

.cart-select-gift-placeholder .label-vertical-group:hover .icon-check-empty,
.cart-select-gift-placeholder .icon-check-sign {
  color: #1a73e8;
}

.body-cart-vertical .cart-template-holder {
  width: calc(70% - 20px);
}

@media (max-width: 998px) {
  .body-cart-vertical .cart-template-holder {
    width: 100%;
  }
}

.body-cart-vertical .summary-template-holder {
  width: 30%;
}

@media (max-width: 998px) {
  .body-cart-vertical .summary-template-holder {
    width: 100%;
    margin-top: 20px;
  }
}

.body-cart-vertical .cart-template.full-cart.active {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.body-cart-vertical .cart-template.full-cart.active .extensions-checkout-buttons-container {
  width: auto !important;
  margin: 0;
}

.body-cart-vertical .cart-template.full-cart.active .totalizers.summary-totalizers.cart-totalizers {
  width: 100%;
  padding: 0;
  margin: 0;
}

.client-pre-email {
  background: none;
  width: 100%;
  border-top: none;
  position: relative;
  text-align: left;
}

.client-pre-email fieldset.pre-email {
  box-sizing: border-box;
}

.client-pre-email label {
  margin: 0;
  line-height: 20px;
}

.client-pre-email label small {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #323232;
  font-weight: 400;
  margin: 0;
  vertical-align: top;
  display: block;
  margin-bottom: 13px;
  margin-top: 20px;
}

.client-pre-email .link-cart {
  display: none;
}

.client-pre-email h3.client-pre-email-h {
  margin: 0;
}

.client-pre-email h3.client-pre-email-h span {
  display: block;
  position: relative;
  font-size: 0;
  padding: 7px 0 !important;
}

.client-pre-email h3.client-pre-email-h span:after {
  content: 'Email';
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.client-pre-email h3.client-pre-email-h span:after {
  padding: 0 !important;
}

.client-pre-email h3.client-pre-email-h .link-box-edit {
  display: none;
}

.client-pre-email a#orderform-to-cart {
  color: #1a73e8;
}

.client-pre-email .client-email.input.text {
  margin: 0;
  width: 100%;
  position: initial;
}

.client-pre-email .client-email.input.text input[type='email'] {
  width: 100%;
  box-sizing: border-box;
}

.client-pre-email .client-email.input.text .btn-success {
  width: 20%;
  margin: 0;
  height: initial;
  position: absolute;
  top: initial;
  bottom: 15px;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  min-width: 55%;
}

@media (max-width: 768px) {
  .client-pre-email .client-email.input.text .btn-success {
    width: calc(100% - 60px);
  }
}

.client-pre-email .client-email.input.text .loading-inline {
  position: absolute;
  color: #fff;
  font-size: 16px;
  bottom: 35px;
  top: initial;
  right: 50% !important;
  margin-right: -10px;
}

.client-pre-email .client-email.input.text .loading-inline[style=''] + #btn-client-pre-email {
  font-size: 0;
}

.client-pre-email .emailInfo {
  margin-top: 20px;
  width: 80%;
  box-sizing: border-box;
}

.client-pre-email .emailInfo .icon-ok,
.client-pre-email .emailInfo h3 {
  color: #1a73e8;
}

@media (max-width: 690px) {
  .client-pre-email .emailInfo {
    width: 100%;
  }
}

.client-pre-email .emailInfo .icon-lock {
  color: #eee;
}

@media (max-width: 690px) {
  .client-pre-email .link-cart {
    display: none !important;
  }
}

.client-pre-email + .client-profile-data .accordion-body:before {
  content: 'Waiting for more information';
  display: block;
}

.client-pre-email + .client-profile-data .accordion-body .accordion-inner {
  display: none;
}

.client-pre-email + .client-profile-data.filled .accordion-body:before {
  display: none;
}

.client-pre-email[style*='display: none'] {
  padding-bottom: 20px !important;
}

.client-pre-email[style*='display: none'] .link-box-edit {
  display: block !important;
}

.client-pre-email[style*='display: none'] label small {
  display: none !important;
}

.client-pre-email[style*='display: none'] input#client-pre-email {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 400;
  pointer-events: none;
  cursor: text;
  background: none !important;
  color: #676767;
}

.client-pre-email[style*='display: none'] .emailInfo,
.client-pre-email[style*='display: none'] #btn-client-pre-email {
  display: none;
}

.client-pre-email[style*='display: none'] + .client-profile-data .accordion-body:before {
  display: none;
}

.client-pre-email[style*='display: none'] + .client-profile-data .accordion-inner {
  display: block;
}

body:not(.v-custom-step-email) .client-pre-email span.help.error {
  display: none !important;
}

.payment-group-item-cards .card-flag {
  width: 32px !important;
  background-size: auto 20px;
  min-width: auto;
  height: 20px;
}

.payment-group-item-cards .card-flag.Visa {
  background-position: 0 0;
}

.payment-group-item-cards .card-flag.Mastercard {
  background-position: -32px 0;
}

.payment-group-item-cards .card-flag.Diners {
  background-position: -64px 0;
}

.payment-group-item-cards .card-flag.Amex,
.payment-group-item-cards .card-flag.American {
  background-position: -96px 0;
}

.payment-group-item-cards .card-flag.Hipercard {
  background-position: -128px 0;
}

.payment-group-item-cards .card-flag.Discover {
  background-position: -160px 0;
}

.payment-group-item-cards .card-flag.Aura {
  background-position: -192px 0;
}

.payment-group-item-cards .card-flag.Banricompras {
  background-position: -224px 0;
}

.payment-group-item-cards .card-flag.Elo {
  background-position: -256px 0;
}

.payment-group-item-cards .card-flag.JCB {
  background-position: -288px 0;
}

.payment-group-item-cards .card-flag.Cabal {
  background-position: -320px 0;
}

.payment-group-item-cards .card-flag.Maestro {
  background-position: -352px 0;
}

.payment-group-item-cards .card-flag.Credz {
  background-position: -384px 0;
}

.vcustom--vtex-omnishipping-1-x-address label,
.orderform-template-holder .step .input.text label {
  margin: 10px 0 5px 0;
  display: block;
  color: #999;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before,
.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,
.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #a9a9a9;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}

svg.pickup-marker-blue,
svg.pickup-marker-blue path,
svg.pkpmodal-pickup-point-marker-image,
svg.pkpmodal-pickup-point-marker-image path,
svg.vtex-omnishipping-1-x-svg,
svg.vtex-omnishipping-1-x-svg path,
svg.pkpmodal-pickup-point-best-marker-image path:not([fill='white']) {
  fill: #1a73e8;
}

@media (max-width: 768px) {
  .container.container-main.container-order-form {
    width: calc(100% - 20px);
  }
}

.orderform-template-holder #client-profile-data {
  width: 100%;
}

.orderform-template-holder #client-profile-data form.client-pre-email,
.orderform-template-holder #client-profile-data .step.client-profile-data,
.orderform-template-holder #shipping-data,
.orderform-template-holder #payment-data {
  width: 100% !important;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px !important;
  z-index: initial;
  border: none;
  padding: 30px;
}

@media (max-width: 768px) {
  .orderform-template-holder #client-profile-data form.client-pre-email,
  .orderform-template-holder #client-profile-data .step.client-profile-data,
  .orderform-template-holder #shipping-data,
  .orderform-template-holder #payment-data {
    padding: 20px;
  }
}

.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,
.orderform-template-holder #client-profile-data .step.client-profile-data.client-pre-email,
.orderform-template-holder #shipping-data.client-pre-email,
.orderform-template-holder #payment-data.client-pre-email {
  display: block !important;
  padding-bottom: calc(40px + 14px + 30px);
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,
.orderform-template-holder #shipping-data .link-box-edit,
.orderform-template-holder #payment-data .link-box-edit {
  background: none;
  box-shadow: none;
  border: none;
  color: #1a73e8;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 1px;
  font-size: 14px;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: all ease 0.2s;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,
.orderform-template-holder #shipping-data .link-box-edit:hover,
.orderform-template-holder #payment-data .link-box-edit:hover {
  opacity: 1;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,
.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,
.orderform-template-holder #payment-data .link-box-edit i.icon-spinner {
  font-size: 17px;
  position: absolute;
  right: 0;
  display: none;
  top: -7px;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,
.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,
.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit {
  display: none;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,
.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,
.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner {
  display: block;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,
.orderform-template-holder #shipping-data .accordion-toggle,
.orderform-template-holder #payment-data .accordion-toggle {
  padding: 0;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle > i,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle > i,
.orderform-template-holder #shipping-data .accordion-toggle > i,
.orderform-template-holder #payment-data .accordion-toggle > i {
  display: none;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle > span,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle > span,
.orderform-template-holder #shipping-data .accordion-toggle > span,
.orderform-template-holder #payment-data .accordion-toggle > span {
  line-height: 20px;
  display: block;
  vertical-align: middle;
  line-height: initial;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,
.orderform-template-holder #client-profile-data form.client-pre-email .accordion-inner,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-inner,
.orderform-template-holder #shipping-data .accordion-toggle,
.orderform-template-holder #shipping-data .accordion-inner,
.orderform-template-holder #payment-data .accordion-toggle,
.orderform-template-holder #payment-data .accordion-inner {
  padding: 0;
}

.orderform-template-holder #client-profile-data form.client-pre-email input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #shipping-data select:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #payment-data select:not(.pac-target-input) {
  width: 100%;
  max-width: 100%;
  outline: initial;
}

.orderform-template-holder #payment-data p.link.link-gift-card,
.orderform-template-holder #payment-data .payment-group-item {
  box-sizing: border-box;
  margin: 0 6px 10px 0;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  opacity: 1;
  text-decoration: none;
  color: #323232;
  transition: all ease 0.3s;
  padding: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  float: left;
  width: 100%;
}

.orderform-template-holder #payment-data p.link.link-gift-card.active,
.orderform-template-holder #payment-data .payment-group-item.active {
  background: #fff;
}

.orderform-template-holder #payment-data p.link.link-gift-card.active span,
.orderform-template-holder #payment-data .payment-group-item.active span {
  color: #000;
}

.orderform-template-holder #payment-data p.link.link-gift-card.active,
.orderform-template-holder #payment-data p.link.link-gift-card:hover,
.orderform-template-holder #payment-data .payment-group-item.active,
.orderform-template-holder #payment-data .payment-group-item:hover {
  box-shadow: 0 0 6px #cbcbcb;
  border: 1px solid #1a73e8;
}

.orderform-template-holder #payment-data p.link.link-gift-card,
.orderform-template-holder #payment-data fieldset.payment-group {
  width: 100%;
  left: 0;
  display: block;
  background: none;
  position: relative;
  margin: 0;
}

.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup {
  padding-top: 32px;
}

.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup > .payment-group-item-cards {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.orderform-template-holder
  #payment-data
  #iframe-placeholder-creditCardPaymentGroup
  > .payment-group-item-cards
  .card-flag {
  opacity: 1;
}

.orderform-template-holder #payment-data p.link.link-gift-card {
  margin-bottom: 10px;
  padding: 0;
}

.orderform-template-holder #payment-data p.link.link-gift-card a {
  padding: 10px 10px;
  display: block;
  text-align: left;
}

.orderform-template-holder #payment-data .payment-group-list-btn {
  width: 100%;
}

.orderform-template-holder #payment-data p.link.link-gift-card *,
.orderform-template-holder #payment-data .payment-group-item * {
  font-size: 12px !important;
  font-weight: bold;
}

.orderform-template-holder #payment-data .payment-group-item {
  position: relative;
  height: 40px;
}

.orderform-template-holder #payment-data .payment-group-item span.payment-group-item-text {
  padding: 0;
  line-height: 17px;
  background: none !important;
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 2),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 2) ~ .payment-group-item {
  width: calc(50% - 3px);
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 3),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 3) ~ .payment-group-item {
  width: calc(33.3% - 4px);
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 4),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 4) ~ .payment-group-item {
  width: calc(25% - 4.8px);
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5) ~ .payment-group-item {
  width: 100%;
  margin-right: 0;
  height: auto;
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5):after,
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5):before,
.orderform-template-holder
  #payment-data
  .payment-group-item:first-child:nth-last-child(n + 5)
  ~ .payment-group-item:after,
.orderform-template-holder
  #payment-data
  .payment-group-item:first-child:nth-last-child(n + 5)
  ~ .payment-group-item:before {
  display: none;
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5):hover,
.orderform-template-holder
  #payment-data
  .payment-group-item:first-child:nth-last-child(n + 5)
  ~ .payment-group-item:hover {
  top: 0;
}

.orderform-template-holder #payment-data .payment-group-item:last-child {
  margin-right: 0;
}

.orderform-template-holder #payment-data .payment-group-item:hover {
  position: relative;
  background: #fff;
  top: -2px;
}

.orderform-template-holder #payment-data .payment-group-item.active:after,
.orderform-template-holder #payment-data .payment-group-item.active:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.orderform-template-holder #payment-data .payment-group-item.active:after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 6px;
}

.orderform-template-holder #payment-data .payment-group-item.active:before {
  border-color: #1a73e8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 7px;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default {
  padding: 0;
  margin: 0;
  width: 100%;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

.orderform-template-holder #payment-data p.payment-discounts-options,
.orderform-template-holder #payment-data p.gift-card-provider-options {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.orderform-template-holder #payment-data p.payment-discounts-options input,
.orderform-template-holder #payment-data p.payment-discounts-options select,
.orderform-template-holder #payment-data p.gift-card-provider-options input,
.orderform-template-holder #payment-data p.gift-card-provider-options select {
  margin: 0 10px;
}

.orderform-template-holder #payment-data p.payment-discounts-options label,
.orderform-template-holder #payment-data p.gift-card-provider-options label {
  line-height: 12px;
  margin: 0;
}

.orderform-template-holder #payment-data .payment-discounts-list {
  margin-bottom: 10px;
}

.orderform-template-holder #payment-data .payment-discounts-list .gift-card-provider-group-loyalty-program {
  border-bottom: 1px solid #eee;
}

.orderform-template-holder #payment-data .payment-discounts-list table {
  width: 100%;
}

.orderform-template-holder #payment-data .payment-discounts-list table td {
  padding: 0;
}

.orderform-template-holder #payment-data .payment-discounts-list table tbody,
.orderform-template-holder #payment-data .payment-discounts-list table tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.orderform-template-holder #payment-data .payment-discounts-list table td.code,
.orderform-template-holder #payment-data .payment-discounts-list table td.number {
  margin-right: 20px;
  flex-grow: 1;
  padding: 0;
}

.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card {
  text-decoration: underline;
  color: #ff4c4c;
}

.orderform-template-holder #payment-data input#payment-discounts-code {
  width: 100% !important;
}

.orderform-template-holder #payment-data #btn-add-gift-card {
  height: 40px;
  border-radius: 4px;
}

.orderform-template-holder #payment-data .steps-view {
  width: 100% !important;
  padding: 0;
  min-height: initial;
}

.orderform-template-holder #payment-data .steps-view iframe {
  margin: 0;
}

.orderform-template-holder #payment-data p.notification {
  font-weight: bold;
  font-weight: 400;
  color: #323232;
}

.orderform-template-holder #payment-data p.notification:not([style='display: none;']) + .box-step {
  padding: 0;
  border: none;
}

@media (min-width: 769px) {
  .orderform-template-holder #payment-data:last-child {
    margin-bottom: 0px !important;
  }
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap {
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #cbcbcb;
  color: #323232;
  transition: all ease 0.3s;
  overflow: hidden;
  margin-bottom: 10px;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,
.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover {
  border-color: #1a73e8;
  box-shadow: 0 0 6px #ddd;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup {
  padding-top: 0;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  margin: 0;
  width: 100% !important;
  height: auto;
  top: 0;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text {
  margin-right: auto;
  text-align: left;
  line-height: 27px !important;
  white-space: nowrap;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 100%;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards .card-flag:last-child {
  margin: 0;
}

@media (max-width: 360px) {
  .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards {
    display: none;
  }
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active {
  background: #f1f7ff;
  border-bottom: 1px solid #1a73e8;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item.active
  .payment-group-item-text:before {
  background: #1a73e8;
  border-color: #1a73e8;
  box-shadow: inset 0 0 0 3px #fff;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item.active
  .payment-group-item-cards
  span {
  opacity: 1;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item:hover
  .payment-group-item-text:before {
  border-color: #1a73e8;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:before,
.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:after {
  display: none;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-payPalPaymentGroup {
  position: relative;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-payPalPaymentGroup:after {
  content: '';
  width: 50px;
  height: 20px;
  display: block;
  background: url('https://io.vtex.com.br/checkout-ui/v6.18.19/img/payment-paypal-landscape.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  left: initial;
  border: none;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-AffirmPaymentGroup:after {
  content: '';
  width: 65px;
  height: 25px;
  display: block;
  background: url(https://cdn-assets.affirm.com/images/black_logo-transparent_bg.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 3px;
  left: initial;
  border: none;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active + div,
.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active > div {
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .SecurityEnvironmentIcon {
  display: none;
}

.orderform-template-holder .step {
  border: none;
  padding: 0;
  background: none;
  margin-bottom: 0;
}

@media (max-width: 868px) {
  .orderform-template-holder .step {
    width: 100%;
  }
}

.orderform-template-holder .step .box-info {
  color: #323232;
}

.orderform-template-holder .step .box-info[style*='display: block'] {
  margin-top: 10px;
}

.orderform-template-holder .step .form-step fieldset {
  width: 100%;
  float: none;
}

.orderform-template-holder .step .form-step fieldset p {
  position: relative;
}

@media (max-width: 690px) {
  .orderform-template-holder .step .form-step fieldset p {
    float: none !important;
  }
}

.orderform-template-holder .step .form-step fieldset p.client-last-name,
.orderform-template-holder .step .form-step fieldset p.client-first-name {
  width: calc(50% - 5px);
  position: relative;
}

@media (max-width: 690px) {
  .orderform-template-holder .step .form-step fieldset p.client-last-name,
  .orderform-template-holder .step .form-step fieldset p.client-first-name {
    width: 100%;
  }

  .orderform-template-holder .step .form-step fieldset p.client-last-name input[type='text'],
  .orderform-template-holder .step .form-step fieldset p.client-first-name input[type='text'] {
    width: 100% !important;
  }
}

.orderform-template-holder .step .form-step fieldset p span.help.error {
  position: absolute;
  font-size: 11px;
  margin-top: 0;
}

.orderform-template-holder .step .form-step fieldset.box-client-info-pj {
  padding-top: 15px;
}

.orderform-template-holder .step .form-step fieldset.box-payment-option h3 {
  display: none;
}

.orderform-template-holder .step .form-step #is-corporate-client {
  color: #1a73e8;
}

.orderform-template-holder .step.client-profile-data .client-notice.notice {
  margin: 0 0 10px 0;
}

.orderform-template-holder .step.client-profile-data .box-client-info {
  margin-bottom: 20px;
}

.orderform-template-holder .step.client-profile-data .client-document,
.orderform-template-holder .step.client-profile-data .client-phone {
  width: calc(50% - 5px);
}

@media (max-width: 690px) {
  .orderform-template-holder .step.client-profile-data .client-document,
  .orderform-template-holder .step.client-profile-data .client-phone {
    width: 100%;
  }
}

.orderform-template-holder .step.shipping-data .box-step {
  display: flex;
  flex-wrap: wrap;
}

.orderform-template-holder .step.shipping-data .box-step > * {
  width: 100%;
  order: 1;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-addressFormPart1 {
  order: 1;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-addressForm {
  order: 2;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-addressInfo {
  order: 3;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-deliveryGroup {
  order: 4;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-submitPaymentButton {
  order: 100;
}

.orderform-template-holder .step.shipping-data .box-step > *.btn-link.vtex-omnishipping-1-x-btnDelivery,
.orderform-template-holder
  .step.shipping-data
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .box-step
  > a.vtex-omnishipping-1-x-btnDelivery,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .orderform-template-holder
  .step.shipping-data
  .box-step
  > a.vtex-omnishipping-1-x-btnDelivery {
  order: 5;
  margin-top: 20px;
  background: #1a73e8;
}

.orderform-template-holder .step.shipping-data .box-step > *#postalCode-finished-loading,
.orderform-template-holder .step.shipping-data .box-step > *:last-child {
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address {
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'><path fill='%23999999' d='M15.998,5.951L4,16.237V30c0,0.552,0.448,1,1,1h8v-8h6v8h8c0.552,0,1-0.448,1-1V16.238L15.998,5.951z M19,19 h-6v-5h6V19z'></path> <polygon fill='%23999999' points='15.998,0.683 9,6.682 9,3 5,3 5,10.111 0.59,13.892 1.892,15.41 15.998,3.317 30.108,15.41 31.41,13.892 '></polygon></svg>")
    no-repeat;
  background-position: 12px 9px;
  border: 1px solid #cbcbcb;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-content {
  align-items: center;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption {
  background: #fff;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupButton,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:hover,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:active,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:focus,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsTogglePickup,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive {
  background: #1a73e8;
  border-color: #1a73e8;
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive {
  color: #1a73e8;
  border-color: #1a73e8;
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active {
  background-color: #f1f7ff;
}

.orderform-template-holder .step.shipping-data .shipping-method-toggle {
  border-color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-alert {
  border-color: #ffb100;
  display: flex;
  align-items: center;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-linkEdit {
  text-decoration: underline;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle {
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper {
  border: 1px solid #cbcbcb;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-summaryChange {
  background: #f1f7ff;
  border-color: #cbcbcb;
  color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList {
  border-color: #eee;
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-option:hover,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOptionActive,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOption {
  background: #fff !important;
}

.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk {
  color: #676767;
  fill: #676767;
}

.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-primary {
  outline: none;
  background: #1a73e8;
  border-color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange {
  border-color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p {
  clear: both;
  float: none;
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p.input.ship-checkboxNumberLabel.text {
  width: auto;
  align-self: flex-end;
  display: flex;
  align-items: center;
  margin-left: 10px !important;
  height: 40px;
}

.orderform-template-holder .step.shipping-data input#ship-addressQuery {
  width: 100%;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver {
  display: block;
}

.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  svg.person-blue
  path {
  fill: #1a73e8;
}

.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  .vtex-omnishipping-1-x-btn {
  color: #1a73e8;
}

@media (max-width: 490px) {
  .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-dateLink {
    width: 100%;
  }
}

.orderform-template-holder .step .submit.btn.btn-success,
.orderform-template-holder
  .step
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.submit.btn-success,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .orderform-template-holder
  .step
  a.submit.btn-success,
.orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success,
.orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success {
  display: block;
  margin: 20px auto 0 auto;
  min-width: 55%;
}

.orderform-template {
  display: flex !important;
  padding-top: 0px;
  min-height: 400px !important;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .orderform-template {
    flex-wrap: wrap;
  }
}

.orderform-template .orderform-template-holder {
  width: 100%;
}

@media (min-width: 769px) {
  .orderform-template .orderform-template-holder {
    width: 61% !important;
    padding-right: 20px;
    max-width: calc(100% - 271px);
    float: left;
    box-sizing: border-box;
  }
}

@media (max-width: 690px) {
  .orderform-template {
    width: 100%;
    padding-top: 0px;
  }
}

.orderform-template .cart-template.mini-cart {
  width: 39%;
  min-width: 255px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  bottom: 0px;
  top: 20px;
  right: 0;
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  .orderform-template .cart-template.mini-cart {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.orderform-template .cart-template.mini-cart .cart-items > .v-custom-indexed-item {
  display: none !important;
}

.orderform-template .cart-template.mini-cart .cart-fixed {
  height: auto !important;
  position: relative !important;
  max-width: 100%;
  width: 100% !important;
  top: 0;
  min-height: initial;
}

@media (min-width: 769px) {
  .orderform-template .cart-template.mini-cart .cart-fixed.affix-top {
    position: relative !important;
  }
}

.orderform-template .cart-template.mini-cart h2 {
  text-align: left;
  border-top: none;
  background: none !important;
  margin-bottom: 15px;
}

.orderform-template .cart-template.mini-cart .quantity {
  min-width: 10px;
  width: auto;
  height: 10px;
  display: inline-block;
  background: #f1f7ff;
  color: #1a73e8;
}

.orderform-template .cart-template.mini-cart .summary-template-holder {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .accordion-inner {
  margin-top: 0px;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .summary > .summary-coupon-wrap,
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap > .summary-coupon {
  display: block !important;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon p {
  margin: 0;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .summary > .summary-coupon-wrap {
  border-top: 1px solid #cbcbcb;
  padding: 8px 0;
}

.orderform-template .cart-template.mini-cart .summary-template-holder input[type='text'],
.orderform-template .cart-template.mini-cart .summary-template-holder button[type='submit'],
.orderform-template .cart-template.mini-cart .summary-template-holder p.coupon-fields span.info > span {
  line-height: 30px !important;
  height: 30px !important;
}

.orderform-template .cart-template.mini-cart .item {
  padding: 10px 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #eee;
}

.orderform-template .cart-template.mini-cart .item:last-child {
  border: none;
}

.orderform-template .cart-template.mini-cart .item ul.service-list.unstyled {
  margin: 0;
  float: none;
  width: 100%;
  background: none;
  display: inline-block;
  clear: both;
}

.orderform-template .cart-template.mini-cart .item .service-item,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item {
  background: #f1f7ff;
  border: 1px dashed #cbcbcb;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 10px 0 0 0;
}

.orderform-template .cart-template.mini-cart .item .service-item .description,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .description {
  margin-top: 0;
}

.orderform-template .cart-template.mini-cart .item .service-item > a,
.orderform-template .cart-template.mini-cart .item .service-item .quantity,
.orderform-template .cart-template.mini-cart .item .service-item .shipping-date,
.orderform-template .cart-template.mini-cart .item .service-item .item-subscription,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item > a,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .quantity,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .shipping-date,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-subscription {
  display: none;
}

.orderform-template .cart-template.mini-cart .item .service-item .price,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .price {
  margin: 0;
}

.orderform-template .cart-template.mini-cart .item .service-item:last-child,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item:last-child {
  margin-bottom: 0;
}

.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-unavailable {
  display: none;
}

.orderform-template .cart-template.mini-cart .item .fn {
  width: calc(82% - 20px);
}

.orderform-template .cart-template.mini-cart .item .description {
  display: flex;
  justify-content: space-between;
}

.orderform-template .cart-template.mini-cart .item .price,
.orderform-template .cart-template.mini-cart .item span.shipping-date {
  white-space: nowrap;
}

.orderform-template .cart-template.mini-cart .item .url {
  border-radius: 4px;
  overflow: hidden;
}

.orderform-template .cart-template.mini-cart .summary-totalizers {
  margin-bottom: 0;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button {
  position: absolute;
  top: 0px;
  right: 7px;
  color: #1a73e8;
  text-decoration: underline;
}

@media (max-width: 690px) {
  .orderform-template .cart-template.mini-cart #go-to-cart-button {
    display: none;
  }
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 14px 0;
  display: block;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody tr.CustomTax:not(.CustomTax--total) {
  display: none !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody td {
  display: inline-block;
  text-align: left !important;
  width: auto;
  color: #666;
  font-size: 13px;
  padding: 0 0 3px 0 !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody + tbody {
  border-top: none;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-reset,
.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-calculate {
  display: none !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td {
  padding: 14px 0 !important;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
  color: #1a73e8;
}

.orderform-template .cart-template.mini-cart .cart {
  margin-bottom: 0;
  max-height: calc(100vh - 355px);
  overflow: auto;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar {
  width: 6px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 30px;
}

.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb {
  background: #eee;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) {
  max-height: 100px;
  overflow: hidden;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item {
  overflow: hidden;
  position: relative;
  border: none !important;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item > * {
  opacity: 0;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0;
  position: absolute;
}

.orderform-template .payment-confirmation-wrap {
  border: none;
  padding: 0;
}

.orderform-template .payment-confirmation-wrap .payment-submit-wrap {
  margin: 10px 0 0 0;
}

@media (max-width: 768px) {
  .orderform-template .payment-confirmation-wrap .payment-submit-wrap {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
    background: #fff;
    margin: 0 !important;
  }

  .orderform-template .payment-confirmation-wrap .payment-submit-wrap button {
    border-radius: 0 !important;
  }
}

@media (max-width: 768px) {
  .orderform-template .payment-confirmation-wrap {
    border: none !important;
  }

  .orderform-template .payment-confirmation-wrap .payment-submit-wrap,
  .orderform-template .payment-confirmation-wrap button {
    margin: 0 !important;
  }
}

.orderform-template .payment-confirmation-wrap #payment-data-submit:disabled span {
  display: none;
}

.orderform-template .summary-note {
  display: none !important;
}

.orderform-template .summary-note p.note-data {
  display: none !important;
}

.orderform-template .summary-note > div {
  display: block !important;
}

.orderform-template .summary-note .note-textarea {
  height: 50px;
  line-height: 20px;
  max-width: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  max-height: 100px;
}

.orderform-template .custom-cart-template-wrap {
  position: relative;
  background: #fff;
  padding: 17px 20px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
}

.orderform-template .custom-cart-template-wrap .summary-cart-template-holder {
  height: auto !important;
}

.orderform-template .custom-cart-template-wrap .summary-template-holder {
  margin-top: 0;
}

.step.client-profile-data.active .box-step .form-step[style*='display: block'],
.step.shipping-data.active .accordion-inner.shipping-container,
#payment-data .box-step form.form-step {
  padding-top: 20px !important;
}

.orderform-template-holder #shipping-data .shipping-summary-info,
.orderform-template-holder .step .accordion-body p.notification,
.client-pre-email + .client-profile-data .accordion-body:before {
  display: none;
}

body.v-custom-step-shipping #shipping-data .shipping-summary-info,
body.v-custom-step-payment #shipping-data .shipping-summary-info {
  display: block;
}

.steps-view,
.gift-card-section,
.App.iframe-credit-card-payment-group {
  background: #fff;
}

#app-container {
  min-height: 100vh;
  background: #fff;
}

#app-container input[type='text'],
#app-container input[type='tel'],
#app-container input[type='email'],
#app-container select {
  width: 100%;
}

#app-container span.help.error {
  margin: 0 !important;
  display: none;
}

#app-container .SecurityEnvironmentIcon {
  margin-bottom: 20px;
  display: none;
}

#app-container .CardForm > div {
  position: relative;
  clear: both;
}

#app-container .CardForm .PaymentValue {
  display: none;
}

#app-container .CardForm input#creditCardpayment-card-0Number[value=''] {
  background: #fff;
  position: relative;
  z-index: 1;
}

#app-container .CardForm .SavedCardsList {
  width: calc(100% - 1px);
}

#app-container .CardForm .SavedCard .link-delete {
  right: 8px;
  top: 50%;
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 17px;
}

#app-container .FormFieldLabel {
  line-height: 30px;
}

#app-container .PaymentCardFlags {
  position: absolute;
  top: calc(30px + (40px - 25px) / 2);
  right: 16px;
  padding: 0;
}

#app-container .PaymentCardFlags .card-flag-label input {
  display: none;
}

#app-container .PaymentCardFlags .card-flag-label {
  width: auto;
}

#app-container .PaymentCardFlags .card-flag {
  opacity: 0.7;
  display: none;
}

#app-container .PaymentCardFlags .card-flag.card-selected {
  opacity: 1;
  display: block;
}

#app-container input#creditCardpayment-card-0Code,
#app-container input#creditCardpayment-card-1Code {
  width: 100px !important;
}

#app-container .label-vertical-group {
  padding: 9px;
}

#app-container .label-vertical-group:hover {
  color: #1a73e8;
}

#app-container .label-vertical-group.active {
  color: #1a73e8;
  background: #f1f7ff;
}

#app-container .label-vertical-group:not(.SavedCard) .card-flag {
  position: absolute;
  left: 5px;
  top: 8px;
}

#app-container .label-vertical-group .icon-ok-circle,
#app-container .label-vertical-group .icon-circle-blank {
  top: 9px;
}

#app-container .label-vertical-group.UseAnotherCard {
  background-color: #eee;
  padding: 4px;
  font-size: 11px;
  text-decoration: underline;
}

#app-container .label-vertical-group.UseAnotherCard #use-another-card {
  color: #676767;
}

#app-container .label-vertical-group.UseAnotherCard:hover #use-another-card {
  text-decoration: underline;
  color: #999;
}

#app-container label.FormFieldLabel {
  display: block;
  clear: both;
  width: auto;
  margin-right: 10px;
}

#app-container .AddressForm {
  display: flex;
  flex-wrap: wrap;
}

#app-container .AddressForm > * {
  width: 100%;
  order: 10;
}

#app-container .AddressForm input {
  max-width: 100%;
}

#app-container .AddressForm .payment-billing-address-street {
  order: 1;
}

#app-container .AddressForm .payment-billing-address-complement {
  order: 2;
}

#app-container .AddressForm .payment-billing-address-city {
  order: 3;
}

#app-container .AddressForm .payment-billing-address-state {
  order: 4;
}

#app-container .AddressForm .PostalCode {
  order: 5;
}

.orderform-template .summary-note.js-active {
  display: block !important;
}

body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap {
  display: block !important;
}

body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap .payment-submit-wrap {
  display: none;
}

body.js-vcustom-showNoteField .orderform-template .summary-note {
  display: block !important;
}

body.js-vcustom-showNoteField.v-custom-step-payment
  .orderform-template
  .payment-confirmation-wrap
  .payment-submit-wrap {
  display: block !important;
}

.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon {
  border: 1px dashed #ffb100;
  padding: 1px;
  font-size: 11px;
  background: #fff6e0;
  border-radius: 4px;
  margin-top: 4px !important;
  clear: both;
}

.vcustom-customTax-tot {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.vcustom-customTax-tot > span {
  background: #eee;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}

.vcustom-customTax-tot:hover .vcustom-customTax-resume {
  display: block;
}

.vcustom-customTax-resume {
  position: absolute;
  left: calc(100% + 10px);
  width: 128px;
  background: #eee;
  top: 50%;
  font-size: 11px;
  padding: 10px;
  transform: translateY(-50%);
  display: none;
}

.vcustom-customTax-resume__i {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.vcustom-customTax-resume:before {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right: 4px solid #eee;
}

.v-custom-addLabels-active-flag {
  background: #fff;
  color: #323232;
  padding: 1px 4px;
  border-radius: 4px;
  display: inline-block;
  align-items: center;
  font-size: 11px;
  border: 1px solid #cbcbcb;
}

.v-custom-addLabels-active-flag:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('//io.vtex.com.br/front-libs/bootstrap/2.3.2/img/glyphicons-halflings.png');
  background-repeat: no-repeat;
  background-position: 0 -48px;
  margin-right: 4px;
  opacity: 0.9;
  vertical-align: middle;
}

.v-custom-assemblies {
  margin: 10px 0 3px 0;
  overflow: hidden;
  border-top: 1px solid #cbcbcb;
  padding-top: 7px;
}

@media (max-width: 690px) {
  .v-custom-assemblies {
    width: 100%;
    left: 0;
    margin-bottom: 2px;
  }
}

.v-custom-assemblies p {
  display: none;
}

.v-custom-assemblies__values {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-custom-assemblies__values__item strong:after {
  content: ':';
}

.v-custom-assemblies__values__item span,
.v-custom-assemblies__values__item strong {
  line-height: 14px;
}

body.v-custom-paymentBuilder-accordion .steps-view {
  display: none;
}

body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date {
  display: none;
}

#shipping-data .accordion-group.shipping-data:after {
  opacity: 0;
  transition: all ease 0.3s;
}

.js-v-custom-is-loadAddress .vtex-omnishipping-1-x-warning {
  display: none !important;
}

.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after {
  content: '';
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  z-index: 2;
  margin: 0 0 20px 0;
  border-radius: 3px;
}

.js-v-custom-is-loadAddress #postalCode-finished-loading + .mb5 {
  display: none !important;
}

.vcustom--vtex-omnishipping-1-x-address {
  display: none;
}

body.v-custom-addressForm-on.v-custom-step-shipping .vcustom--vtex-omnishipping-1-x-address {
  display: block;
}

body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info {
  display: flex;
}

body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info .ship-number {
  margin-right: 10px;
}

body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-addressForm,
body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-deliveryGroup,
body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-submitPaymentButton {
  display: none;
}

.vtex-omnishipping-1-x-submitShippingStepButton {
  margin: 20px 0 0 0;
}

body.v-custom-googleForm-on .vtex-omnishipping-1-x-deliveryGroup,
body.v-custom-googleForm-on .vtex-omnishipping-1-x-addressForm,
body.v-custom-googleForm-on .vtex-omnishipping-1-x-submitPaymentButton,
body.v-custom-googleForm-on .vtex-omnishipping-1-x-btnDelivery {
  display: none;
}

body.v-custom-googleForm-on .alert-noStreet {
  display: none;
}

.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container > * {
  display: none;
}

body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container {
  padding-top: 0 !important;
}

body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container {
  transition: all ease 0.3s;
}

body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-selectDeliveryText + div {
  margin: 0 !important;
}

body.v-custom-fnsCustomAddressForm
  .orderform-template-holder
  p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper {
  margin-bottom: 0 !important;
}

body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-country,
body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-addressQuery,
body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode {
  display: none;
}

body.v-custom-fnsCustomAddressForm.returningUser .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode {
  display: block;
}

body.v-custom-fnsCustomAddressForm
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  + .vtex-omnishipping-1-x-shippingSectionTitle
  + #back-to-address-list
  + .vtex-omnishipping-1-x-addressFormPart1
  p.input.ship-postalCode,
body.v-custom-fnsCustomAddressForm
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  + .vtex-omnishipping-1-x-shippingSectionTitle
  + .vtex-omnishipping-1-x-addressFormPart1
  p.input.ship-postalCode {
  display: block;
}

body.v-custom-fnsCustomAddressForm
  .orderform-template-holder
  .step.shipping-data
  .box-step
  .vtex-omnishipping-1-x-addressFormPart1 {
  order: 1;
}

body.v-custom-fnsCustomAddressForm .pac-logo[style*='none'] {
  border: 0;
}

body.v-custom-fnsCustomAddressForm .pac-logo[style*='none']:after {
  display: none;
}

body.v-custom-fnsCustomAddressForm #shipping-data .accordion-inner + .vcustom--vtex-omnishipping-1-x-address {
  display: none;
}

body.v-custom-fnsCustomAddressForm div#shipping-data {
  display: flex;
  flex-wrap: wrap;
}

body.v-custom-fnsCustomAddressForm div#shipping-data > * {
  width: 100%;
}

body.v-custom-fnsCustomAddressForm div#shipping-data .step.accordion-group.shipping-data {
  order: 1;
}

body.v-custom-fnsCustomAddressForm div#shipping-data .vcustom--vtex-omnishipping-1-x-address {
  order: 3;
}

.js-v-custom-is-loading .accordion-inner.shipping-container,
.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address {
  overflow: hidden;
}

.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address {
  height: 120px;
  position: relative;
}

.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.js-v-custom-is-loading .accordion-inner.shipping-container > *,
.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address > * {
  opacity: 0.5;
}

.vcustom--vtex-omnishipping-1-x-address {
  transition: all ease 0.3s;
}

.vcustom--vtex-omnishipping-1-x-address p.input {
  float: none;
  width: 100%;
  margin: 0;
}

.vcustom--vtex-omnishipping-1-x-address span.help.error {
  display: none;
}

.vcustom--vtex-omnishipping-1-x-address input {
  max-width: initial;
  width: 100%;
}

.vcustom--vtex-omnishipping-1-x-address input.error + span.help.error,
.vcustom--vtex-omnishipping-1-x-address select.error + span.help.error {
  display: block;
}

.vcustom--vtex-omnishipping-1-x-address__state {
  display: flex;
  margin: 0 -5px;
}

.vcustom--vtex-omnishipping-1-x-address__state p.input {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .vcustom--vtex-omnishipping-1-x-address__state {
    flex-wrap: wrap;
    margin: 0;
  }

  .vcustom--vtex-omnishipping-1-x-address__state p.input.ship-state {
    margin: 0;
  }
}

.pac-container.pac-logo {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}

.pac-logo:after {
  background: #fbfbfb url(https://developers.google.com/maps/documentation/images/powered_by_google_on_white.png)
    no-repeat 10px center;
  padding: 14px;
  background-size: 110px;
}

.address-list.vtex-omnishipping-1-x-addressList + p.input.ship-addressQuery.text {
  display: none;
}

.alert-noStreet {
  margin: 30px auto 0 auto;
  text-align: center;
}

body.js-vcustom-hideEmailStep .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email {
  display: none !important;
}

body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle > span:before {
  content: '1';
}

body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before {
  content: '2';
}

body.js-vcustom-hideEmailStep .payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  content: '3';
}

body.js-vcustom-hideEmailStep .client-pre-email + .client-profile-data .accordion-body .accordion-inner {
  display: block;
}

.RTL-checkout select {
  direction: rtl;
}

.RTL-checkout .cart-template-holder {
  order: 2;
}

.RTL-checkout body .main-header .header-link {
  left: initial;
  right: 0;
}

.RTL-checkout body .main-header .checkout-steps {
  margin-left: initial;
  margin-right: auto;
}

.RTL-checkout .main-header .logo {
  order: 2;
}

.RTL-checkout .summary-template-holder tr .info {
  order: 2;
  text-align: right !important;
}

.RTL-checkout .orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,
.RTL-checkout .orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,
.RTL-checkout .orderform-template-holder #shipping-data .link-box-edit,
.RTL-checkout .orderform-template-holder #payment-data .link-box-edit {
  right: initial;
  left: 0;
}

.RTL-checkout .summary-template-holder tbody td.monetary,
.RTL-checkout .summary-template-holder tfoot tr td.monetary {
  margin-right: auto;
  margin-left: initial !important;
  text-align: left !important;
}

.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span {
  flex-direction: row-reverse;
}

.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span input {
  margin: 0 0 0 10px;
}

.RTL-checkout .table.cart-items tbody tr .v-custom-product-item-wrap,
.RTL-checkout .table.cart-items tbody tr,
.RTL-checkout .table.cart-items thead tr,
.RTL-checkout .table.cart-items thead tr th.product {
  flex-direction: row-reverse;
  text-align: right;
}

.RTL-checkout .table.cart-items tbody tr td.product-name {
  text-align: right;
}

.RTL-checkout .orderform-template .orderform-template-holder {
  order: 2;
  padding: 0 0 0 20px;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary {
  text-align: left !important;
}

.RTL-checkout br {
  width: 100%;
  height: 1px;
  content: ' ' !important;
  display: block !important;
  clear: both;
}

.RTL-checkout .table.cart-items td.quantity {
  direction: rtl;
}

.RTL-checkout .checkout-steps_items {
  direction: rtl;
}

.RTL-checkout .checkout-steps_items .text:before {
  margin: 0 0 0 7px;
}

.RTL-checkout .srp-toggle__wrapper {
  direction: rtl;
}

.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-framePickup {
  left: 0;
}

.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-frameDelivery {
  left: 50%;
}

.RTL-checkout .srp-delivery-header.mb3 {
  direction: rtl;
  display: flex;
}

.RTL-checkout .srp-delivery-current-many .flex {
  direction: rtl;
  text-align: right;
}

.RTL-checkout .step {
  direction: rtl;
}

.RTL-checkout .step .accordion-toggle > span:before,
.RTL-checkout .step .accordion-toggle:before {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

.RTL-checkout fieldset.box-client-info-pf {
  display: flex;
  flex-wrap: wrap;
}

.RTL-checkout .orderform-template-holder .step .form-step fieldset p,
.RTL-checkout .orderform-template-holder .step .form-step fieldset div {
  width: 100%;
}

.RTL-checkout p.client-first-name,
.RTL-checkout p.client-different-document,
.RTL-checkout p.client-document,
.RTL-checkout p.client-company-ie,
.RTL-checkout p.client-company-postal-code,
.RTL-checkout p.client-document-type,
.RTL-checkout p.payment-card-due-date {
  margin-left: 10px;
  margin-right: 0;
}

.RTL-checkout p.client-document,
.RTL-checkout p.client-phone,
.RTL-checkout p.client-company-document,
.RTL-checkout p.client-company-ie,
.RTL-checkout p.client-company-postal-code,
.RTL-checkout p.client-company-phone,
.RTL-checkout p.payment-card-due-month,
.RTL-checkout p.payment-card-lash,
.RTL-checkout p.payment-card-due-year {
  float: right;
}

.RTL-checkout input.success:not([invalid='true']) {
  background-position: left top;
}

.RTL-checkout .vtexIdUI .vtexIdUI-page {
  direction: rtl;
}

.RTL-checkout .vtexIdUI .modal-header .close {
  left: -1px;
  right: initial;
}

.RTL-checkout .vtexIdUI .pull-left {
  float: right;
}

.RTL-checkout .orderform-template-holder .step .box-info p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.RTL-checkout .vtex-omnishipping-1-x-leanShippingIcon.shp-option-icon,
.RTL-checkout .vtex-omnishipping-1-x-addressItemIcon {
  margin: 0 0 0 10px;
}

.RTL-checkout .vtex-omnishipping-1-x-leanShippingText {
  padding-right: 10px;
}

.RTL-checkout .address-summary {
  display: flex;
  flex-wrap: wrap;
}

.RTL-checkout br.line1-delimiter {
  width: 100%;
  height: 1px;
  content: ' ' !important;
  display: block !important;
  clear: both;
}

.RTL-checkout
  .orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-AffirmPaymentGroup:after,
.RTL-checkout
  .orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-payPalPaymentGroup:after {
  right: initial;
  left: 10px;
}

.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text {
  margin-left: auto;
  margin-right: inherit;
}

.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before {
  margin-right: initial;
  margin-left: 10px;
}

.RTL-checkout .orderform-template-holder #payment-data p.link.link-gift-card a {
  text-align: right;
}

.RTL-checkout .orderform-template .custom-cart-template-wrap .summary-cart-template-holder {
  direction: rtl;
}

.RTL-checkout .pull-right {
  float: left !important;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .item .price {
  margin-right: auto;
  direction: initial;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .item .url {
  float: right;
  margin: 0 0 0 6px;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .item .fn {
  text-align: right;
  float: right;
}

.RTL-checkout .orderform-template .cart-template.mini-cart h2 {
  text-align: right;
}

.RTL-checkout .orderform-template .cart-template.mini-cart #go-to-cart-button {
  left: 7px;
  right: initial;
}

.RTL-checkout .vtex-omnishipping-1-x-SummaryItemInfo {
  border: none;
  border-left: 1px solid #eee;
  padding: 0 0 0 6px;
}

.RTL-checkout .vtexIdUI .vtexIdUI-page {
  direction: rtl;
}

.RTL-checkout .vtexIdUI .modal-header .close {
  left: -1px;
  right: initial;
}

.RTL-checkout .vtexIdUI .pull-left {
  float: right;
}

.RTL-checkout #app-container {
  direction: rtl;
}

.RTL-checkout #app-container .PaymentCardDueDate.clearfix {
  display: flex;
}

.RTL-checkout #app-container label.FormFieldLabel {
  margin: 0 0 0 10px;
}

.RTL-checkout #app-container .PaymentCardCVV {
  display: flex;
}

.RTL-checkout #app-container p.AddressToggle {
  display: flex;
}

.RTL-checkout #app-container .AddressToggle input {
  margin: 3px 0 0 5px;
}

@media (max-width: 998px) {
  .RTL-checkout.body-cart-vertical .summary-template-holder {
    order: 2;
  }
}

@media (max-width: 768px) {
  .RTL-checkout .orderform-template .cart-template.mini-cart {
    order: 2;
  }
}

@media (max-width: 690px) {
  .RTL-checkout .table.cart-items td.product-image a {
    margin-right: 0;
    margin-left: 20px;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.product-image,
  .RTL-checkout .full-cart .cart table tbody tr td.bundle-item-image {
    left: initial;
    right: 0;
  }

  .RTL-checkout .table.cart-items td.product-name,
  .RTL-checkout .table.cart-items td.quantity {
    margin-left: 0 !important;
    margin-right: 90px !important;
  }

  .RTL-checkout .table.cart-items td.quantity {
    float: right;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.product-name a,
  .RTL-checkout .full-cart .cart table tbody tr td.bundle-item-name span {
    padding: 0 0 0 20px;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.product-price {
    float: left;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.item-remove {
    left: 0;
    right: initial;
  }
}

body.debug-on
  > *:not(.container-main, .main-header, .main-footer, #vtexIdContainer, .vtex-front-messages-placeholder, .pac-container) {
  display: none;
}

/* source: <chatuba.checkout-ui-settings@0.5.9+build1707243539> */
@font-face {
  font-family: 'Pill Gothic 600mg';
  src: url('https://chatubaio.vtexassets.com/assets/vtex/assets-builder/chatubaio.store-theme/0.12.0/fonts/Pill_Gothic_600mg_Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pill Gothic 600mg';
  src: url('https://chatubaio.vtexassets.com/assets/vtex/assets-builder/chatubaio.store-theme/0.12.0/fonts/Pill_Gothic_600mg_Semibd.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pill Gothic 600mg';
  src: url('https://chatubaio.vtexassets.com/assets/vtex/assets-builder/chatubaio.store-theme/0.12.0/fonts/Pill_Gothic_600mg_Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Displays the option to enter a foreign document */
.document-box {
  display: block;
}

/* Displays the option to enter an international phone */
.phone-box {
  display: block;
}

body {
  font-family: 'Pill Gothic 600mg';
  padding: 0 !important;
  height: 100vh;
  background: #ffffff;
}

.vtex-social-selling ul {
  display: flex;
  flex-direction: column;
}

.sb-bar {
  bottom: 30vh !important;
}

.sb-mask .fa-cart-plus::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4001 7.20002C14.4001 6.98785 14.3158 6.78437 14.1658 6.63434C14.0158 6.48431 13.8123 6.40002 13.6001 6.40002C13.3879 6.40002 13.1844 6.48431 13.0344 6.63434C12.8844 6.78437 12.8001 6.98785 12.8001 7.20002V9.60002H10.4001C10.1879 9.60002 9.98444 9.68431 9.83441 9.83434C9.68438 9.98437 9.6001 10.1879 9.6001 10.4C9.6001 10.6122 9.68438 10.8157 9.83441 10.9657C9.98444 11.1157 10.1879 11.2 10.4001 11.2H12.8001V13.6C12.8001 13.8122 12.8844 14.0157 13.0344 14.1657C13.1844 14.3157 13.3879 14.4 13.6001 14.4C13.8123 14.4 14.0158 14.3157 14.1658 14.1657C14.3158 14.0157 14.4001 13.8122 14.4001 13.6V11.2H16.8001C17.0123 11.2 17.2158 11.1157 17.3658 10.9657C17.5158 10.8157 17.6001 10.6122 17.6001 10.4C17.6001 10.1879 17.5158 9.98437 17.3658 9.83434C17.2158 9.68431 17.0123 9.60002 16.8001 9.60002H14.4001V7.20002Z' fill='white'/%3E%3Cpath d='M0.8 0C0.587827 0 0.384344 0.0842854 0.234315 0.234315C0.0842855 0.384344 0 0.587827 0 0.8C0 1.01217 0.0842855 1.21566 0.234315 1.36569C0.384344 1.51571 0.587827 1.6 0.8 1.6H2.576L3.2176 4.1712L5.6144 16.9472C5.64872 17.1305 5.74601 17.2961 5.88946 17.4153C6.0329 17.5345 6.21349 17.5998 6.4 17.6H8C7.15131 17.6 6.33737 17.9371 5.73726 18.5373C5.13714 19.1374 4.8 19.9513 4.8 20.8C4.8 21.6487 5.13714 22.4626 5.73726 23.0627C6.33737 23.6629 7.15131 24 8 24C8.84869 24 9.66263 23.6629 10.2627 23.0627C10.8629 22.4626 11.2 21.6487 11.2 20.8C11.2 19.9513 10.8629 19.1374 10.2627 18.5373C9.66263 17.9371 8.84869 17.6 8 17.6H19.2C18.3513 17.6 17.5374 17.9371 16.9373 18.5373C16.3371 19.1374 16 19.9513 16 20.8C16 21.6487 16.3371 22.4626 16.9373 23.0627C17.5374 23.6629 18.3513 24 19.2 24C20.0487 24 20.8626 23.6629 21.4627 23.0627C22.0629 22.4626 22.4 21.6487 22.4 20.8C22.4 19.9513 22.0629 19.1374 21.4627 18.5373C20.8626 17.9371 20.0487 17.6 19.2 17.6H20.8C20.9865 17.5998 21.1671 17.5345 21.3105 17.4153C21.454 17.2961 21.5513 17.1305 21.5856 16.9472L23.9856 4.1472C24.0072 4.03174 24.0031 3.91294 23.9737 3.79923C23.9442 3.68552 23.89 3.5797 23.815 3.48929C23.74 3.39887 23.6461 3.32608 23.5398 3.27608C23.4335 3.22608 23.3175 3.20011 23.2 3.2H4.624L3.976 0.6064C3.93282 0.433254 3.83298 0.279518 3.69237 0.16964C3.55176 0.0597611 3.37845 4.92984e-05 3.2 0H0.8ZM7.064 16L4.9632 4.8H22.2368L20.136 16H7.064ZM9.6 20.8C9.6 21.2243 9.43143 21.6313 9.13137 21.9314C8.83131 22.2314 8.42435 22.4 8 22.4C7.57565 22.4 7.16869 22.2314 6.86863 21.9314C6.56857 21.6313 6.4 21.2243 6.4 20.8C6.4 20.3757 6.56857 19.9687 6.86863 19.6686C7.16869 19.3686 7.57565 19.2 8 19.2C8.42435 19.2 8.83131 19.3686 9.13137 19.6686C9.43143 19.9687 9.6 20.3757 9.6 20.8ZM20.8 20.8C20.8 21.2243 20.6314 21.6313 20.3314 21.9314C20.0313 22.2314 19.6243 22.4 19.2 22.4C18.7757 22.4 18.3687 22.2314 18.0686 21.9314C17.7686 21.6313 17.6 21.2243 17.6 20.8C17.6 20.3757 17.7686 19.9687 18.0686 19.6686C18.3687 19.3686 18.7757 19.2 19.2 19.2C19.6243 19.2 20.0313 19.3686 20.3314 19.6686C20.6314 19.9687 20.8 20.3757 20.8 20.8Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-user-plus::before {
  content: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 19V17C17 14.7909 15.2091 13 13 13H5C2.79086 13 1 14.7909 1 17V19M17 6V12M14 9L20 9M13 5C13 7.20914 11.2091 9 9 9C6.79086 9 5 7.20914 5 5C5 2.79086 6.79086 1 9 1C11.2091 1 13 2.79086 13 5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-facebook-messenger::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0C4.0575 0 0 3.75496 0 8.40609C0 10.8841 1.1775 13.0857 3 14.6193V18L6.3285 16.378C7.1745 16.6265 8.0595 16.8122 9 16.8122C13.9425 16.8122 18 13.0572 18 8.40609C18 3.75496 13.9425 0 9 0ZM9 1.46193C13.1693 1.46193 16.5 4.58022 16.5 8.40609C16.5 12.232 13.1693 15.3503 9 15.3503C8.10375 15.3503 7.248 15.1843 6.4455 14.9161L6.141 14.8247L4.5 15.6244V13.9797L4.21875 13.7509C2.5545 12.4724 1.5 10.5566 1.5 8.40609C1.5 4.58022 4.83075 1.46193 9 1.46193ZM8.15625 6.09917L3.633 10.7591L7.6875 8.56617L9.84375 10.8278L14.3205 6.09844L10.359 8.2694L8.15625 6.09917Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-comment::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8.50003C18.0034 9.8199 17.695 11.1219 17.1 12.3C16.3944 13.7118 15.3097 14.8992 13.9674 15.7293C12.6251 16.5594 11.0782 16.9994 9.49997 17C8.1801 17.0035 6.87809 16.6951 5.69997 16.1L-2.86102e-05 18L1.89997 12.3C1.3049 11.1219 0.996531 9.8199 0.999971 8.50003C1.00058 6.92179 1.44058 5.37488 2.27069 4.03258C3.1008 2.69028 4.28823 1.6056 5.69997 0.900029C6.87809 0.30496 8.1801 -0.00341276 9.49997 2.84881e-05H9.99997C12.0843 0.11502 14.053 0.99479 15.5291 2.47089C17.0052 3.94699 17.885 5.91568 18 8.00003V8.50003Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-link::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.85911 12.6929L5.04909 13.498C4.70976 13.832 4.25271 14.0192 3.77657 14.0192C3.30044 14.0192 2.84339 13.832 2.50405 13.498C2.3386 13.3341 2.20727 13.1391 2.11764 12.9242C2.02801 12.7093 1.98186 12.4788 1.98186 12.2459C1.98186 12.0131 2.02801 11.7826 2.11764 11.5677C2.20727 11.3528 2.3386 11.1578 2.50405 10.9939L5.4841 8.03887C6.10111 7.42586 7.26313 6.52384 8.11014 7.36386C8.20129 7.46105 8.31109 7.53888 8.43298 7.59271C8.55487 7.64654 8.68636 7.67527 8.8196 7.67717C8.95283 7.67906 9.08508 7.6541 9.20846 7.60377C9.33184 7.55344 9.44381 7.47876 9.5377 7.38421C9.63158 7.28965 9.70545 7.17715 9.75491 7.05341C9.80436 6.92968 9.82838 6.79725 9.82553 6.66404C9.82268 6.53082 9.79302 6.39954 9.73832 6.27803C9.68362 6.15653 9.60501 6.04729 9.50716 5.95683C8.06914 4.52881 5.94111 4.79281 4.08808 6.63184L1.10803 9.58789C0.755916 9.93504 0.476563 10.3489 0.286311 10.8053C0.0960588 11.2617 -0.00127179 11.7515 1.25468e-05 12.2459C-0.00121596 12.7404 0.0961401 13.2301 0.286389 13.6865C0.476638 14.1429 0.755961 14.5568 1.10803 14.904C1.81774 15.6079 2.77745 16.002 3.77707 16C4.74409 16 5.7111 15.635 6.44612 14.904L7.25713 14.099C7.34962 14.0075 7.42313 13.8987 7.47346 13.7787C7.52379 13.6588 7.54993 13.5301 7.5504 13.4C7.55086 13.2699 7.52563 13.141 7.47617 13.0207C7.4267 12.9004 7.35396 12.7911 7.26213 12.6989C7.07649 12.5128 6.82474 12.4077 6.56185 12.4066C6.29897 12.4054 6.04633 12.5084 5.85911 12.6929ZM14.8913 1.20876C13.3442 -0.325268 11.1822 -0.408269 9.75217 1.01175L8.74315 2.01377C8.5567 2.19889 8.45143 2.4505 8.45049 2.71325C8.44955 2.97599 8.55303 3.22834 8.73815 3.41479C8.92328 3.60124 9.17488 3.70652 9.43763 3.70745C9.70037 3.70839 9.95272 3.60492 10.1392 3.41979L11.1492 2.41878C11.8892 1.68276 12.8602 1.98777 13.4952 2.61578C13.8312 2.95078 14.0172 3.39479 14.0172 3.8678C14.0172 4.34081 13.8312 4.78481 13.4952 5.11882L10.3152 8.27287C8.86115 9.71389 8.17914 9.03888 7.88814 8.74988C7.79582 8.65821 7.68635 8.58563 7.56597 8.53627C7.4456 8.48692 7.31669 8.46175 7.18659 8.46222C7.05649 8.46268 6.92776 8.48876 6.80775 8.53898C6.68773 8.58919 6.57878 8.66256 6.48712 8.75488C6.39545 8.8472 6.32287 8.95667 6.27351 9.07704C6.22415 9.19741 6.19899 9.32633 6.19946 9.45642C6.19992 9.58652 6.226 9.71525 6.27622 9.83527C6.32643 9.95529 6.39979 10.0642 6.49212 10.1559C7.16013 10.8179 7.92214 11.1459 8.72015 11.1459C9.69717 11.1459 10.7302 10.6539 11.7132 9.67889L14.8932 6.52584C15.2446 6.17817 15.5234 5.76417 15.7134 5.30788C15.9035 4.85158 16.001 4.36208 16.0003 3.8678C16.0012 3.37316 15.9036 2.88328 15.7132 2.42675C15.5227 1.97022 15.2434 1.55618 14.8913 1.20876Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-b-gmail .sb-mask .fa-envelope::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.58579 8.58579C9.36683 9.36683 10.6332 9.36684 11.4142 8.58579L18.5 1.5M2 15H18C18.5523 15 19 14.5523 19 14V2C19 1.44772 18.5523 1 18 1H2C1.44772 1 1 1.44772 1 2V14C1 14.5523 1.44772 15 2 15Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sb-b-email .sb-mask .fa-envelope::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8571 10C13.8571 12.1302 12.1302 13.8571 10 13.8571C7.86976 13.8571 6.14286 12.1302 6.14286 10C6.14286 7.86976 7.86976 6.14286 10 6.14286C12.1302 6.14286 13.8571 7.86976 13.8571 10ZM13.8571 10V11.2857C13.8571 12.7059 15.0084 13.8571 16.4286 13.8571C17.3408 13.8571 18.1422 13.3821 18.5986 12.6658C18.8528 12.2671 19 11.7936 19 11.2857V10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19C11.9122 19 13.6851 18.4037 15.1429 17.3868' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-cart-plus::before,
.sb-mask .fa-user-plus::before,
.sb-mask .fa-facebook-messenger::before,
.sb-mask .fa-comment::before,
.sb-mask .fa-link::before,
.sb-b-gmail .sb-mask .fa-envelope::before,
.sb-b-email .sb-mask .fa-envelope::before {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb-mask .fa-cart-plus::before,
.sb-mask .fa-user-plus::before {
  margin-top: 0.25rem;
}

.sb-mask .fa-facebook-messenger::before,
.sb-mask .fa-comment::before,
.sb-mask .fa-link::before,
.sb-b-gmail .sb-mask .fa-envelope::before,
.sb-b-email .sb-mask .fa-envelope::before {
  margin-top: 0.125rem;
}

.sb-mask .sb-label {
  font-family: 'Pill Gothic 600mg';
  font-size: 1rem;
}

.link-choose-products {
  font-family: 'Pill Gothic 600mg';
}

.container {
  max-width: 82.5rem;
  min-height: 40.62rem;
}

.checkout-container {
  margin-top: 2rem;
}

.body-cart-vertical .cart-template-holder {
  max-width: 53.125rem;
}

.header__checkout-content,
.footer__checkout-brand-logo,
.footer__checkout-row-2,
.payments-list,
.footer__development,
.stamps-list,
.orderform-template-holder #payment-data p.link.link-gift-card {
  display: flex;
}

.header__checkout,
.header__checkout-content {
  background-color: #ffe600;
  height: 4.75rem;
}

.header__checkout-content {
  justify-content: space-between;
  align-items: center;
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.security-text {
  margin: 0;
}

.security-text::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33325 6.33333V3.66667C3.33325 2.19391 4.52716 1 5.99992 1C7.47268 1 8.66659 2.19391 8.66659 3.66667V6.33333M1.33325 6.33333H10.6666V13H1.33325V6.33333Z' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin: 0.5rem;
}

.header__checkout-brand-logo img {
  width: 9.75rem;
}

.footer__checkout-brand-logo img {
  width: 15.25rem;
  height: 3.125rem;
}

.footer__checkout {
  background: rgba(242, 242, 242, 0.60);
  mix-blend-mode: multiply;
}

.footer__checkout-row-2,
.footer__checkout-stamps {
  border-top: 1px solid #eeeeee;
}

.footer__checkout ul {
  list-style: none;
  align-items: center;
}

.footer__checkout-row-2 {
  flex-direction: column;
  align-items: center;
}

.footer__checkout-brand-logo,
.footer__development {
  justify-content: center;
}

.payments-list,
.development-list,
.stamps-list {
  justify-content: space-evenly;
  margin: 0;
}

.stamps-list {
  gap: 10px;
}

.footer__checkout-payments-logos,
.footer__checkout-stamps,
.footer__checkout-row-2,
.footer__checkout-brand-logo {
  margin-top: 1.75rem;
}

.footer__checkout-stamps {
  padding-top: 1rem;
  color: #172847;
  font-family: "Pill Gothic 600mg";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 21px;
}

.footer__checkout-payments-logos {
  padding: 0.5rem 2.25rem;
}

.footer__checkout-payments-logos p {
  color: #182744;
  font-weight: bold;
  font-size: 1rem;
  margin-left: 0.8rem;
}

.footer__development,
.footer__copyright-text {
  padding: 1rem 1rem 1rem 0;
}

.footer__copyright-text,
.footer__development span {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #2B2C2F;
}

.footer__development {
  width: 100%;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button {
  display: flex;
}

.empty-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empty-cart-content::before {
  content: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='0.1' cx='70.4238' cy='101.634' rx='9.15033' ry='9.47712' fill='%230C2749' stroke='%230C2749' stroke-width='3.26797'/%3E%3Ccircle opacity='0.1' cx='105.391' cy='101.634' r='9.47712' fill='%230C2749' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cg opacity='0.1'%3E%3Cpath d='M115.769 83.497H62.9909L54.4383 47.3859H126.88L115.769 83.497Z' fill='%230C2749'/%3E%3Cpath d='M33.8242 30.7192C36.602 30.7192 44.9353 30.7192 50.4909 30.7192L54.4383 47.3859M54.4383 47.3859L62.9909 83.497H115.769L126.88 47.3859H54.4383Z' stroke='%230C2749' stroke-width='3.26797'/%3E%3C/g%3E%3Cline opacity='0.1' x1='17.1562' y1='56.8626' x2='39.3785' y2='56.8626' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cline opacity='0.1' x1='17.1562' y1='81.8626' x2='47.7118' y2='81.8626' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cline opacity='0.1' x1='25.4902' y1='70.7518' x2='42.1569' y2='70.7518' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cpath d='M75.9798 104.249C75.9798 108.804 72.4254 112.419 68.1367 112.419C63.8479 112.419 60.2935 108.804 60.2935 104.249C60.2935 99.6929 63.8479 96.0787 68.1367 96.0787C72.4254 96.0787 75.9798 99.6929 75.9798 104.249Z' stroke='%230C2749' stroke-width='2.61438'/%3E%3Ccircle cx='103.104' cy='104.249' r='8.16994' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cpath d='M31.5352 33.3335C34.3129 33.3335 42.6463 33.3335 48.2018 33.3335L52.1492 50.0002M52.1492 50.0002L60.7018 86.1113H113.48L124.591 50.0002H52.1492Z' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cline x1='14.8691' y1='59.8041' x2='37.0914' y2='59.8041' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cline x1='14.8691' y1='84.8041' x2='45.4247' y2='84.8041' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cline x1='23.2031' y1='73.6933' x2='39.8698' y2='73.6933' stroke='%230C2749' stroke-width='2.61438'/%3E%3C/svg%3E%0A");
  display: flex;
  margin-right: 1rem;
}

.empty-cart-title::after,
.empty-cart-title {
  text-align: center;
}

.empty-cart-title {
  color: #000000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

.empty-cart-message {
  display: none;
}

.empty-cart-title::after {
  content: 'Para seguir comprando, você pode ver nossas promoções e escolher seus produtos';
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  color: #292929;
  padding: 0 1.25rem;
  margin-top: 1rem;
}

.empty-cart-links,
.link-choose-products {
  width: 100%;
  max-width: 20.625rem;
  height: 2.5rem;
}

.orderform-template-holder #payment-data p.link.link-gift-card *,
.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  font-size: 1rem !important;
  color: #292929;
  font-weight: 400;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  min-width: 5.9rem;
}

.orderform-template-holder #payment-data .payment-discounts-list table td.code,
.orderform-template-holder #payment-data .payment-discounts-list table td.number {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #0c2749;
}

.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #666666;
  text-transform: capitalize;
}

.orderform-template-holder #payment-data #btn-add-gift-card {
  background: #0c2749;
  font-family: 'Pill Gothic 600mg';
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

.orderform-template-holder #payment-data p.link.link-gift-card {
  padding-left: 26px;
}

.orderform-template-holder #payment-data p.link.link-gift-card::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 7.14648H15.9188C16.136 7.03687 16.3352 6.89459 16.5094 6.72461C17.0017 6.2323 17.2783 5.56459 17.2783 4.86836C17.2783 4.17213 17.0017 3.50442 16.5094 3.01211C16.0171 2.5198 15.3494 2.24323 14.6531 2.24323C13.9569 2.24323 13.2892 2.5198 12.7969 3.01211C12.4594 3.34961 12.1969 3.87461 12 4.57773C11.8031 3.87461 11.5406 3.34961 11.2031 3.01211C10.7108 2.5198 10.0431 2.24323 9.34687 2.24323C8.65065 2.24323 7.98293 2.5198 7.49063 3.01211C6.99832 3.50442 6.72174 4.17213 6.72174 4.86836C6.72174 5.56459 6.99832 6.2323 7.49063 6.72461C7.66479 6.89459 7.86397 7.03687 8.08125 7.14648H3.75C3.45163 7.14648 3.16548 7.26501 2.9545 7.47599C2.74353 7.68697 2.625 7.97312 2.625 8.27148V11.2715C2.625 11.5699 2.74353 11.856 2.9545 12.067C3.16548 12.278 3.45163 12.3965 3.75 12.3965H4.125V18.7715C4.125 19.0699 4.24353 19.356 4.4545 19.567C4.66548 19.778 4.95163 19.8965 5.25 19.8965H18.75C19.0484 19.8965 19.3345 19.778 19.5455 19.567C19.7565 19.356 19.875 19.0699 19.875 18.7715V12.3965H20.25C20.5484 12.3965 20.8345 12.278 21.0455 12.067C21.2565 11.856 21.375 11.5699 21.375 11.2715V8.27148C21.375 7.97312 21.2565 7.68697 21.0455 7.47599C20.8345 7.26501 20.5484 7.14648 20.25 7.14648ZM13.3219 3.54648C13.6754 3.19382 14.1538 2.99502 14.6531 2.99336C15.0228 2.99747 15.383 3.11021 15.6891 3.31754C15.9951 3.52486 16.2334 3.81762 16.3743 4.15937C16.5152 4.50112 16.5525 4.87676 16.4815 5.23954C16.4105 5.60231 16.2343 5.93619 15.975 6.19961C15.3 6.87461 13.4156 7.09023 12.3844 7.13711C12.4313 6.10586 12.6469 4.22148 13.3219 3.54648ZM8.025 3.54648C8.19914 3.37215 8.40593 3.23386 8.63355 3.1395C8.86117 3.04514 9.10516 2.99657 9.35156 2.99657C9.59797 2.99657 9.84195 3.04514 10.0696 3.1395C10.2972 3.23386 10.504 3.37215 10.6781 3.54648C11.3531 4.22148 11.5688 6.10586 11.6156 7.13711C10.5844 7.09023 8.7 6.87461 8.025 6.19961C7.85067 6.02547 7.71237 5.81868 7.61801 5.59106C7.52365 5.36344 7.47509 5.11945 7.47509 4.87305C7.47509 4.62664 7.52365 4.38265 7.61801 4.15503C7.71237 3.92741 7.85067 3.72062 8.025 3.54648ZM3.375 11.2715V8.27148C3.375 8.17203 3.41451 8.07665 3.48484 8.00632C3.55516 7.93599 3.65054 7.89648 3.75 7.89648H11.625V11.6465H3.75C3.65054 11.6465 3.55516 11.607 3.48484 11.5367C3.41451 11.4663 3.375 11.3709 3.375 11.2715ZM4.875 18.7715V12.3965H11.625V19.1465H5.25C5.15054 19.1465 5.05516 19.107 4.98484 19.0366C4.91451 18.9663 4.875 18.8709 4.875 18.7715ZM19.125 18.7715C19.125 18.8709 19.0855 18.9663 19.0152 19.0366C18.9448 19.107 18.8495 19.1465 18.75 19.1465H12.375V12.3965H19.125V18.7715ZM20.625 11.2715C20.625 11.3709 20.5855 11.4663 20.5152 11.5367C20.4448 11.607 20.3495 11.6465 20.25 11.6465H12.375V7.89648H20.25C20.3495 7.89648 20.4448 7.93599 20.5152 8.00632C20.5855 8.07665 20.625 8.17203 20.625 8.27148V11.2715Z' fill='%23898989'/%3E%3C/svg%3E%0A");
  display: flex;
  height: 21px;
}

.orderform-template-holder #payment-data p.link.link-gift-card {
  justify-content: flex-start;
  align-items: center;
}

.orderform-template-holder #payment-data .payment-group-item,
.orderform-template-holder #payment-data p.link.link-gift-card {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  background-color: transparent;
}

.orderform-template-holder #payment-data .payment-group-item:hover,
.orderform-template-holder #payment-data .payment-group-item.active:hover,
.orderform-template-holder #payment-data p.link.link-gift-card:hover {
  border-color: #000;
  box-shadow: none;
}

.orderform-template-holder #payment-data .payment-group-item.active {
  border-color: #0c2749;
  box-shadow: none;
}

.orderform-template-holder #payment-data p.link.link-gift-card a {
  width: 100%;
}

.orderform-template-holder #payment-data .payment-group-item.active:before {
  z-index: 1;
  border: none;
  content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.870835 1.27148L6.5 11.0215L12.1292 1.27148H0.870835Z' fill='%23182744' stroke='%230C2749'/%3E%3C/svg%3E%0A");
  display: flex;
  justify-content: center;
  height: 19px;
}

#payment-group-instantPaymentPaymentGroup .payment-group-item-text,
#payment-group-creditCardPaymentGroup .payment-group-item-text {
  display: flex;
  gap: 16px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #292929;
}

.form-step .payment-group #payment-group-instantPaymentPaymentGroup.active .payment-group-item-text,
.form-step .payment-group #payment-group-creditCardPaymentGroup.active .payment-group-item-text {
  color: #0c2749;
  font-weight: 700;
}

#app-container input#creditCardpayment-card-0Code {
  width: 135px !important;
}

span.PaymentCardCVVHelp {
  left: -23px;
  bottom: -29px;
}

.PaymentCardCVV {
  display: grid;
  position: relative;
}

#payment-group-creditCardPaymentGroup .payment-group-item-text:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2502 5.35483H5.75016C5.10583 5.35483 4.5835 5.87716 4.5835 6.52149V13.5215C4.5835 14.1658 5.10583 14.6882 5.75016 14.6882H16.2502C16.8945 14.6882 17.4168 14.1658 17.4168 13.5215V6.52149C17.4168 5.87716 16.8945 5.35483 16.2502 5.35483Z' stroke='%23898989' stroke-linecap='square'/%3E%3Cpath d='M4.5835 8.85483H17.4168' stroke='%23898989' stroke-linecap='square'/%3E%3Cpath d='M17.5001 8.35483H19.2502C19.8945 8.35483 20.4168 8.87716 20.4168 9.52149V16.5215C20.4168 17.1658 19.8945 17.6882 19.2502 17.6882H8.75016C8.10583 17.6882 7.5835 17.1658 7.5835 16.5215V15.5215' stroke='%23898989' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  display: flex;
  height: 20px;
}

#payment-group-instantPaymentPaymentGroup .payment-group-item-text:before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.0214844' width='22' height='22' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_9562_390044' transform='scale(0.000976562)'/%3E%3C/pattern%3E%3Cimage id='image0_9562_390044' width='1024' height='1024' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  display: flex;
  height: 20px;
}

.gift-card-provider-default .payment-discounts-options {
  flex-wrap: wrap;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  width: 100%;
  margin-bottom: 4px;
}

.orderform-template-holder #payment-data input#payment-discounts-code {
  flex: 1;
  margin: 0 16px 0 0;
  border: 1px solid #bebebe;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  box-sizing: border-box;
  width: auto !important;
}

#app-container .CardForm input:hover,
#app-container .CardForm input:focus,
.orderform-template-holder #payment-data input#payment-discounts-code:hover,
.orderform-template-holder #payment-data input#payment-discounts-code:focus {
  border-color: #000;
  box-shadow: none;
}

#btn-add-gift-card:hover {
  box-sizing: border-box;
}

.CardForm .FormFieldLabel {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

#app-container .CardForm input {
  border: 1px solid #bebebe;
  border-radius: 4px;
}

#app-container .CardForm label[for*='address-toggle-0'] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.PaymentInstallments,
.PaymentCardDueDate {
  margin: 32px 0;
}

.PaymentCardDueDate {
  justify-content: space-between;
}

.payment-card-due-year,
.payment-card-due-month {
  width: 35%;
}

.BillingAddress {
  margin-top: 32px;
}

.PaymentCardValue {
  margin-top: 20px;
}

.PaymentCardValue .add-on {
  background-color: transparent;
  padding-right: 8px;
  border: none;
}

.PaymentInstallments .input-xlarge {
  max-width: 100%;
}

.link-choose-products {
  background-color: #ed1c24;
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.link-choose-products:hover,
.link-choose-products:focus {
  background-color: #f4777c;
  transition: 0.3s;
  border: none;
}

.summary-totalizers .accordion-group {
  background-color: #f2f2f2;
  padding: 0.25rem 0.75rem;
  margin-top: 1rem;
}

.summary-totalizers .accordion-group .totalizers-list,
.orderform-template .cart-template.mini-cart .summary-totalizers tbody {
  border: none;
  padding: 0;
}

.accordion-group .totalizers-list tr {
  margin-bottom: 0.5rem;
}

.accordion-group .totalizers-list td,
.orderform-template .cart-template.mini-cart .summary-totalizers tbody td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #292929;
}

.summary-template-holder tfoot tr td.info,
.summary-template-holder tfoot tr td.monetary,
.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td,
.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary {
  font-size: 1.5rem;
  color: #292929;
  font-weight: 400;
}

.summary-template-holder tfoot tr td.monetary,
.full-cart .summary-totalizers .monetary {
  min-width: 9.75rem;
}

.btn-place-order-wrapper .btn {
  border: none;
  border-radius: 4px;
  font-family: 'Pill Gothic 600mg';
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.ship-postalCode .input-small,
.ask-for-geolocation-ask .vtex-omnishipping-1-x-imageAsk {
  display: none;
}

.ask-for-geolocation-ask .vtex-omnishipping-1-x-geolocationTitle {
  color: #000000;
}

.ask-for-geolocation-ask .vtex-omnishipping-1-x-subtitle {
  color: #292929;
  font-size: 14px;
}

.vtex-omnishipping-1-x-cta::before {
  content: url("data:image/svg+xml,%3Csvg width='166' height='100' viewBox='0 0 166 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83 100C37.4314 100 0.361328 85.8599 0.361328 68.4781C0.361328 51.0962 37.4314 36.9561 83 36.9561C128.568 36.9561 165.639 51.0962 165.639 68.4781C165.639 85.8599 128.568 100 83 100Z' fill='%23CED4DB'/%3E%3Cpath d='M109.352 26.1573C109.352 34.8012 105.719 39.9625 99.9058 48.6815C93.3665 58.1272 89.007 62.4867 83.1943 67.5728C77.3816 62.4867 71.1499 54.9652 67.9359 50.8613C62.8498 44.3672 57.0371 35.2264 57.0371 26.1573C57.0371 11.711 68.7481 0 83.1943 0C97.6405 0 109.352 11.711 109.352 26.1573Z' fill='%230C2749'/%3E%3Cpath d='M83.9203 36.3298C89.137 36.3298 93.366 32.1008 93.366 26.8841C93.366 21.6674 89.137 17.4385 83.9203 17.4385C78.7036 17.4385 74.4746 21.6674 74.4746 26.8841C74.4746 32.1008 78.7036 36.3298 83.9203 36.3298Z' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  margin: 20px;
}

#shipping-data .accordion-heading span,
#shipping-data .accordion-toggle::before,
#client-profile-data .accordion-toggle > span::before,
#payment-data .accordion-toggle span::before,
.orderform-template-holder #payment-data .accordion-heading .accordion-toggle > span {
  display: flex;
  align-items: center;
}

#client-profile-data .accordion-toggle span {
  display: flex !important;
  align-items: center;
}

#client-profile-data,
.orderform-template-holder #payment-data,
.orderform-template-holder #client-profile-data,
.orderform-template-holder #shipping-data {
  border: 1px solid #bebebe;
  border-radius: 4px;
  margin-bottom: 1rem;
}

#client-profile-data {
  border: 1px solid #bebebe;
  border-radius: 4px;
}

.orderform-template-holder .accordion-heading .accordion-toggle {
  color: #000000 !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
}

.box-client-info-pf .client-notice {
  font-size: 0.875rem;
  color: #000000;
}

.orderform-template-holder .step .form-step fieldset p {
  margin-top: 1rem;
}

.orderform-template-holder .step .input.text label {
  color: #000000;
  font-size: 1rem;
}

.document-box,
.phone-box,
.box-client-info-pj {
  text-align: center;
}

.orderform-template-holder .step .form-step fieldset.box-client-info-pj {
  padding-top: 0.5rem;
}

.box-client-info .newsletter {
  margin-top: 1rem;
}

.state-inscription-box {
  text-align: left;
}

.newsletter .newsletter-text,
.state-inscription-box .exempt-si-text {
  color: #898989;
  font-size: 0.875rem;
}

.document-box .link-use-other-document a,
.phone-box .links-other-phone a,
.orderform-template-holder .step .form-step #is-corporate-client,
.link-use-country-document a,
.corporate-hide-link a {
  color: #0c2749;
  text-decoration: underline;
}

.submit .btn,
.vtex-omnishipping-1-x-submitPaymentButton .btn,
.btn-ask-for-geolocation-cta {
  background-color: #ed1c24;
  border-radius: 4px;
  border: none;
  font-family: 'Pill Gothic 600mg';
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

.form-step p,
.vtex-omnishipping-1-x-SummaryItemTitle,
.vtex-omnishipping-1-x-SummaryItemContent,
.vtex-omnishipping-1-x-SummaryItemAddress,
.shp-summary-package-time {
  color: #666666;
  font-size: 1rem !important;
}

.form-step p {
  color: #666666;
  font-size: 1rem;
}

.icon-edit::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.0215L0.46967 12.4912C0.329018 12.6318 0.25 12.8226 0.25 13.0215H1ZM10 4.02148L10.5303 3.49115C10.2374 3.19826 9.76256 3.19826 9.46967 3.49115L10 4.02148ZM14 8.02148L14.5303 8.55181C14.8232 8.25892 14.8232 7.78405 14.5303 7.49115L14 8.02148ZM5 17.0215V17.7715C5.19891 17.7715 5.38968 17.6925 5.53033 17.5518L5 17.0215ZM1 17.0215H0.25C0.25 17.4357 0.585786 17.7715 1 17.7715L1 17.0215ZM1 1.02148V0.271484C0.585786 0.271484 0.25 0.607271 0.25 1.02148L1 1.02148ZM17 1.02148H17.75C17.75 0.607271 17.4142 0.271484 17 0.271484V1.02148ZM17 17.0215V17.7715C17.4142 17.7715 17.75 17.4357 17.75 17.0215H17ZM9 16.2715C8.58579 16.2715 8.25 16.6073 8.25 17.0215C8.25 17.4357 8.58579 17.7715 9 17.7715V16.2715ZM0.25 9.02148C0.25 9.4357 0.585786 9.77148 1 9.77148C1.41421 9.77148 1.75 9.4357 1.75 9.02148H0.25ZM1.53033 13.5518L10.5303 4.55181L9.46967 3.49115L0.46967 12.4912L1.53033 13.5518ZM9.46967 4.55181L13.4697 8.55181L14.5303 7.49115L10.5303 3.49115L9.46967 4.55181ZM13.4697 7.49115L4.46967 16.4912L5.53033 17.5518L14.5303 8.55181L13.4697 7.49115ZM5 16.2715H1V17.7715H5V16.2715ZM1.75 17.0215V13.0215H0.25V17.0215H1.75ZM6.46967 7.55181L10.4697 11.5518L11.5303 10.4912L7.53033 6.49115L6.46967 7.55181ZM1 1.77148H17V0.271484H1V1.77148ZM16.25 1.02148V17.0215H17.75V1.02148H16.25ZM17 16.2715H9V17.7715H17V16.2715ZM1.75 9.02148V1.02148H0.25V9.02148H1.75Z' fill='%230C2749'/%3E%3C/svg%3E%0A");
}

#shipping-data .accordion-toggle::before,
#client-profile-data .accordion-toggle > span::before,
#payment-data .accordion-toggle span::before {
  background: #0c2749;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
}

.address-summary .vtex-omnishipping-1-x-linkEdit {
  display: block;
  font-weight: bold;
  color: #0c2749;
  font-size: 14px;
  line-height: 20px;
}

.address-summary span {
  color: #666666;
  font-size: 14px;
}

.ship-postalCode small a {
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: underline;
  color: #0c2749;
}

.cart-template .cart-more-options #shipping-preview-container {
  display: flex !important;
}

.addressSummaryActive .address-summary-BRA {
  background: none;
}

#shipping-preview-container .srp-content h2,
.ship-postalCode label {
  font-size: 1rem;
  color: #000000;
  padding: 0 !important;
}

/* #shipping-preview-container button {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-left: 20px;
} */

#shipping-preview-container .srp-content {
  width: 100%;
}

.srp-toggle__wrapper .gray {
  color: #0c2749 !important;
  font-weight: bold;
  font-size: 0.875rem;
}

/* #shipping-preview-container button, */
.srp-toggle__wrapper .blue,
.vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryOptionActive {
  background-color: #0c2749 !important;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 0.875rem;
}

.shp-method-option span {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: 'Pill Gothic 600mg';
}

.shp-method-option-inactive span {
  color: #0c2749;
}

#shipping-preview-container input {
  border: 1px solid #bebebe;
  border-radius: 6px;
}

#shipping-preview-container .ship-postalCode {
  margin-right: 1rem;
}

#shipping-preview-container .srp-result {
  padding: 0.5rem;
}

#shipping-preview-container .srp-unavailable {
  border-color: #ffc42c;
}

#shipping-preview-container .srp-unavailable svg {
  border: 1.5px solid #ffc42c;
  border-radius: 20px;
  width: 1.125rem;
  height: 1.125rem;
}

#shipping-preview-container .srp-unavailable .srp-text {
  font-size: 0.875rem;
  color: #292929;
}

.vtex-shipping-preview-0-x-postalCodeForgotten {
  display: flex;
  justify-content: space-between;
}

.cart-more-options .srp-container .ship-postalCode {
  max-width: 19.375rem;
}

.srp-shipping-current-single,
.vtex-omnishipping-1-x-leanShippingGroupList {
  border: none !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList {
  margin-bottom: 1.5rem;
}

.srp-delivery-info .srp-shipping-current-single,
.vtex-omnishipping-1-x-leanShippingGroupList .shp-lean-option {
  padding: 1rem;
}

.vtex-omnishipping-1-x-warning .vtex-omnishipping-1-x-unavailableIcon {
  margin: 0.5rem;
}

.vtex-omnishipping-1-x-warning .onda-v1 {
  padding: 0.5rem;
}

.vtex-omnishipping-1-x-warning .onda-v1,
.vtex-omnishipping-1-x-warning .vtex-omnishipping-1-x-btnLeft,
.vtex-omnishipping-1-x-container .vtex-omnishipping-1-x-receiverTitle,
.vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemPrice,
.orderform-template-holder .step.shipping-data .shipping-summary-placeholder .vtex-omnishipping-1-x-summaryChange {
  font-size: 0.875rem;
}

.vtex-omnishipping-1-x-warning .vtex-omnishipping-1-x-image {
  border: 0.525px solid #bebebe;
  border-radius: 2.1px;
}

.vtex-omnishipping-1-x-container .vtex-omnishipping-1-x-receiverTitle {
  margin-top: 0.5rem;
  color: #292929;
}

.vtex-omnishipping-1-x-container .vtex-omnishipping-1-x-textBox {
  border: 1px solid #000000;
  border-radius: 8px;
}

.vtex-omnishipping-1-x-textBox .vtex-omnishipping-1-x-name {
  color: #000000;
  font-size: 1rem;
}

.vtex-omnishipping-1-x-textBox .vtex-omnishipping-1-x-name .vtex-omnishipping-1-x-btn,
.vtex-omnishipping-1-x-details {
  color: #0c2749 !important;
  text-decoration: underline;
  font-size: 1rem;
}

.vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo,
.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonEditAddress,
.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonCreateAddress,
.vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-backToAddressList,
.vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-pickupPointChange {
  border: none;
}

.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonEditAddress,
.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonCreateAddress,
.vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-backToAddressList,
.vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-pickupPointChange {
  font-size: 0.875rem;
  font-family: 'Pill Gothic 600mg';
  text-transform: uppercase;
  text-decoration: underline;
  color: #0c2749;
  font-weight: bold;
}

.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonEditAddress .icon-edit::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 14.0215L0.96967 13.4912C0.829018 13.6318 0.75 13.8226 0.75 14.0215H1.5ZM14.5 1.02148L15.0303 0.491154C14.7374 0.198261 14.2626 0.198261 13.9697 0.491154L14.5 1.02148ZM18.5 5.02148L19.0303 5.55181C19.3232 5.25892 19.3232 4.78405 19.0303 4.49115L18.5 5.02148ZM5.5 18.0215V18.7715C5.69891 18.7715 5.88968 18.6925 6.03033 18.5518L5.5 18.0215ZM1.5 18.0215H0.75C0.75 18.4357 1.08579 18.7715 1.5 18.7715L1.5 18.0215ZM9.5 17.2715C9.08579 17.2715 8.75 17.6073 8.75 18.0215C8.75 18.4357 9.08579 18.7715 9.5 18.7715V17.2715ZM18 18.7715C18.4142 18.7715 18.75 18.4357 18.75 18.0215C18.75 17.6073 18.4142 17.2715 18 17.2715V18.7715ZM2.03033 14.5518L15.0303 1.55181L13.9697 0.491154L0.96967 13.4912L2.03033 14.5518ZM13.9697 1.55181L17.9697 5.55181L19.0303 4.49115L15.0303 0.491154L13.9697 1.55181ZM17.9697 4.49115L4.96967 17.4912L6.03033 18.5518L19.0303 5.55181L17.9697 4.49115ZM5.5 17.2715H1.5V18.7715H5.5V17.2715ZM2.25 18.0215V14.0215H0.75V18.0215H2.25ZM10.9697 4.55181L14.9697 8.55181L16.0303 7.49115L12.0303 3.49115L10.9697 4.55181ZM9.5 18.7715H18V17.2715H9.5V18.7715Z' fill='%230C2749'/%3E%3C/svg%3E%0A");
  margin-right: 0.5rem;
}

.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonCreateAddress .icon-plus::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.02148V17.0215M1 9.02148L17 9.02148' stroke='%230C2749' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-right: 0.5rem;
}

.vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemPrice {
  color: #000000;
  font-weight: bold;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active {
  background: #f2f2f2;
  border: 1px solid #bebebe;
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .shipping-summary-placeholder .vtex-omnishipping-1-x-summaryChange {
  background: none;
  border: none;
  color: #0c2749;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

.srp-result .srp-delivery-header .srp-items {
  color: #666666;
  font-size: 1rem;
}

.srp-result .srp-delivery-header .srp-items strong {
  font-weight: normal;
}

.srp-result .srp-delivery-header .srp-address-title,
#deliver-at-text .srp-address-title {
  /* text-decoration: underline; */
  color: #0c2749 !important;
}

.srp-pickup-info #deliver-at-text .srp-address-title::after {
  content: '\f059';
  font-family: 'FontAwesome';
  margin-left: 1rem;
  text-decoration: none !important;
  text-decoration-color: white;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.srp-pickup-info #deliver-at-text::after {
  content: 'Clique para ver mais opções de retirada.';
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-left: 6px;
}

.srp-result .srp-shipping-current-single__description .srp-shipping-current-single__price,
.vtex-omnishipping-1-x-shippingSectionTitle,
.vtex-omnishipping-1-x-optionPrice {
  color: #0c2749 !important;
  font-size: 1rem !important;
  font-weight: bold;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.163 7.73287C15.367 7.91898 15.6833 7.90447 15.8694 7.70046C16.0555 7.49646 16.041 7.18021 15.837 6.9941L8.33698 0.152099C8.14608 -0.0220538 7.85393 -0.0220538 7.66302 0.152099L0.163025 6.9941C-0.0409809 7.18021 -0.0554902 7.49646 0.130618 7.70046C0.316726 7.90447 0.632975 7.91898 0.836981 7.73287L2 6.67188V15.5208C2 15.7969 2.22386 16.0208 2.5 16.0208H5.97983C5.98652 16.021 5.99325 16.0212 6 16.0212H10C10.0068 16.0212 10.0135 16.021 10.0202 16.0208H13.5C13.7761 16.0208 14 15.7969 14 15.5208V6.67188L15.163 7.73287ZM9.5 15.0212V10.7578H6.5V15.0212H9.5ZM3 15.0208V5.75962L8 1.19828L13 5.75962V15.0208H10.5V10.2578C10.5 9.98164 10.2761 9.75778 10 9.75778H6C5.72386 9.75778 5.5 9.98164 5.5 10.2578V15.0208H3Z' fill='%230C2749'/%3E%3C/svg%3E%0A")
    no-repeat;
  background-position: 20px 16px;
}

.srp-shipping-current-single__wrapper .srp-shipping-current-single__description .srp-shipping-current-single__text,
.vtex-omnishipping-1-x-leanShippingText {
  border-color: #999999;
}

.srp-shipping-current-single__wrapper .srp-shipping-current-single__text .srp-shipping-current-single__sla,
.vtex-omnishipping-1-x-leanShippingTextLabelSingle span {
  color: #292929;
  font-size: 0.875rem;
}

.vtex-omnishipping-1-x-addressItemText .address-summary span {
  color: #000000 !important;
}

.srp-shipping-current-single__wrapper .srp-shipping-current-single__bullet .srp-icon-radio-selected path,
.vtex-omnishipping-1-x-leanShippingIcon .vtex-omnishipping-1-x-svg path,
.vtex-omnishipping-1-x-addressItemIcon .vtex-omnishipping-1-x-svg path,
.vtex-omnishipping-1-x-PickupPointInfo .pickup-marker-blue path {
  fill: #0c2749;
}

div.cart-seller-coupon-container {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #999;
}

.coupon-column.summary-coupon-wrap form.coupon-form .coupon-fields .info .delete #cart-coupon-remove:before {
  width: 16px;
  height: 16px;
}

.summary-coupon form.coupon-form .coupon-fieldset .coupon-fields .info > span {
  font-family: 'Pill Gothic 600mg';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #0c2749;
}

form.coupon-form .coupon-fields:before,
.coupon-column.summary-coupon-wrap form.coupon-form .coupon-fieldset .coupon-label label,
label.cart-seller-coupon {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

fieldset.coupon-fieldset > div[style*='none'] .coupon-fields:before {
  content: 'Cupom de desconto';
  flex-direction: row;
  margin-bottom: 4px;
}

input#cart-coupon {
  margin-right: 16px;
  max-width: 235px;
  height: 40px !important;
}

input#cart-coupon,
input#cart-seller-coupon {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 16px;
  height: 40px;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: none;
}

input#cart-coupon:hover,
input#cart-coupon:focus,
input#cart-seller-coupon:hover,
input#cart-seller-coupon:focus {
  color: #000;
  border: 1px solid #000;
}

button#cart-coupon-add,
button#cart-seller-coupon-btn {
  width: 101px;
  height: 40px;
  background: #0c2749;
  border: 1px solid #ffffff;
  border-radius: 4px;
  align-self: flex-end;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

button#cart-coupon-add {
  font-size: 0;
  height: 40px !important;
}

button#cart-coupon-add:after {
  content: 'Aplicar';
  font-size: 14px;
}

button#cart-coupon-add:disabled,
button#cart-seller-coupon-btn:disabled {
  color: #bebebe;
  background: #f2f2f2;
  cursor: not-allowed;
  opacity: 1;
}

.full-cart .cart table tbody tr td.product-image {
  padding: 0;
}

.table.cart-items td.product-image a {
  margin-right: 8px;
}

.table.cart-items td.product-image img {
  width: 60px;
  max-height: 60px;
}

.full-cart .cart table tbody tr td.product-name {
  margin-left: 68px !important;
  padding: 0 !important;
}

.table.cart-items td.product-name a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.full-cart .cart table tbody tr td.product-name .seller {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  margin: 8px 0 0;
}

.full-cart .cart table tbody tr td.product-name .seller span[data-i18n='cart.soldBy'] {
  font-size: 0;
}

.full-cart .cart table tbody tr td.product-name .seller span[data-i18n='cart.soldBy']:before {
  content: 'Vendido e Entregue por ';
  font-size: 12px;
}

.table.cart-items td.quantity:before {
  content: 'Qtd:';
  margin-right: 8px;
}

.full-cart .cart table tbody tr td.quantity {
  min-width: 131px;
  border: none;
}

.table.cart-items td.quantity .item-quantity-change {
  width: 32px;
  height: 32px;
  border: 0.5px solid #0c2749;
  border-radius: 4px;
  box-sizing: border-box;
}

.table.cart-items td.quantity .item-quantity-change:before {
  color: #0c2749;
}

.table.cart-items td.quantity input {
  width: 24px !important;
  margin: 0 4px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px !important;
  color: #0c2749;
}

.vqc-ldelem,
.table.cart-items .new-product-price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ed1c24;
}

.full-cart .cart table tbody tr td.product-price {
  float: none;
  text-align: initial;
  margin: 8px 0;
}

.full-cart .cart table tbody tr td.product-price,
.table.cart-items td.quantity {
  margin-left: 68px !important;
}

.table.cart-items i.icon.icon-remove.item-remove-ico:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4V16C15 17.1046 14.1046 18 13 18H5C3.89543 18 3 17.1046 3 16V4M12 4V3C12 1.89543 11.1046 1 10 1H8C6.89543 1 6 1.89543 6 3V4M1 4H17M7 8V14M11 8V14' stroke='%23A7A7A7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.full-cart .cart table tbody tr + tr {
  border-top-style: solid;
}

.table.cart-items tbody tr td.product-price > span.best-price {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cart-template-holder .cart {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-template-holder .cart:before {
  content: 'Meu Carrinho';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.checkout-container.row-fluid.cart-active {
  margin-top: 16px;
}

.table.cart-items tbody tr td.product-price .list-price {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #bebebe;
}

.v-custom-quantity-price__list--selling .vqc-ldelem {
  font-size: 0;
}

.v-custom-quantity-price__list--selling .vqc-ldelem:after {
  content: 'cada';
  font-size: 16px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,
.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after {
  content: '';
}

.v-custom-quantity-price__best:before {
  content: 'Valor total: ';
  color: #000;
  font-weight: normal;
}

.table.cart-items .new-product-price {
  width: 100%;
}

.item-unit-label,
.new-product-real-price-per-unit {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0c2749;
}

.table.cart-items td.quantity small.item-multiplier-label {
  display: none;
}

.full-cart .cart table tbody tr td.quantity {
  display: grid;
  grid-template-areas: 'quantity-before quantity-decrement quantity-value quantity-increment' 'quantity-item-unit quantity-item-unit quantity-item-unit quantity-item-unit';
}

.table.cart-items td.quantity .item-quantity-change-decrement {
  grid-area: quantity-decrement;
}

.table.cart-items td.quantity input {
  grid-area: quantity-value;
}

.table.cart-items td.quantity .item-quantity-change-increment {
  grid-area: quantity-increment;
}

.table.cart-items td.quantity small.item-unit-label {
  grid-area: quantity-item-unit;
  text-align: initial;
  margin-top: 4px;
  display: none;
}

.orderform-template .cart-template.mini-cart h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0c2749;
}

.orderform-template .cart-template.mini-cart .quantity {
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #898989;
  padding: 0 5px 5px 0;
  box-shadow: none;
  position: initial;
  text-align: left;
}

.cart-items .product-name {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  max-width: 65%;
}

.orderform-template .cart-template.mini-cart .item .description {
  margin-top: 0;
  float: right;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #0c2749;
  flex-direction: column;
}

.orderform-template .cart-template.mini-cart .item .price,
.orderform-template .cart-template.mini-cart .item span.shipping-date {
  font-size: 12px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar {
  background: #a7a7a7;
  border-radius: 90px;
  width: 8px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-button {
  display: none;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 90px;
}

.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb,
.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb:hover {
  background: #0c2749;
}

.checkout-container.row-fluid.orderform-active {
  margin-top: 58px;
}

.checkout-container.row-fluid.orderform-active::before {
  content: 'Finalizar compra';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-bottom: 18px;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button {
  position: absolute;
  top: -80px;
  left: 6px;
  text-decoration: none;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button a {
  display: flex;
  gap: 18px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #0c2749;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button a::before {
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L1 6L6 11' stroke='%230C2749' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: flex;
  height: 17px;
}

.orderform-template .cart-template.mini-cart,
.orderform-template .cart-template.mini-cart .cart-fixed,
.orderform-template .custom-cart-template-wrap {
  position: initial !important;
}

.orderform-template .custom-cart-template-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

#payment-data-submit {
  background: #ed1c24;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

#payment-data-submit:hover {
  background: #f4777c;
}

#payment-data-submit span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

#payment-data-submit .icon-lock {
  display: none;
}

ul.cart-items li {
  display: grid;
  grid-template-areas: 'item-image item-name item-name item-price' 'item-image item-quantity item-quantity item-price' 'item-unavailable item-unavailable item-unavailable item-unavailable';
}

ul.cart-items li a.url {
  grid-area: item-image;
}

.orderform-template .cart-template.mini-cart .item .fn {
  max-width: 97%;
  width: 100%;
  grid-area: item-name;
}

ul.cart-items li .quantity.badge {
  grid-area: item-quantity;
}

ul.cart-items li .description {
  grid-area: item-price;
}

ul.cart-items li .item-unavailable {
  grid-area: item-unavailable;
}

.table.cart-items tbody tr td.product-price a.manualprice-link-remove {
  display: none;
}

.v-custom-quantity-price.vqc-ldelem {
  display: flex !important;
}

@media screen and (min-width: 64rem) {
  .checkout-container.row-fluid.orderform-active::before {
    font-size: 24px;
    line-height: 32px;
    margin-left: 3%;
    padding-bottom: 24px;
  }

  .orderform-template .cart-template.mini-cart #go-to-cart-button {
    top: -58px;
    left: auto;
    right: 0;
  }

  .orderform-template .cart-template.mini-cart #go-to-cart-button a {
    font-size: 16px;
    line-height: 22px;
  }

  .orderform-template .cart-template.mini-cart h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .cart-items .product-name {
    font-size: 16px;
    line-height: 22px;
  }

  .orderform-template .cart-template.mini-cart .item .description {
    font-size: 16px;
    line-height: 22px;
  }

  .price-details-icon {
    margin-left: 4px;
    display: none !important;
  }

  .full-cart .cart table tbody tr td.quantity {
    grid-template-areas: 'quantity-decrement quantity-value quantity-increment' 'quantity-item-unit quantity-item-unit quantity-item-unit';
  }

  #app-container .CardForm input {
    max-width: 90%;
  }

  .PaymentCardDueDate {
    justify-content: initial;
  }

  .accordion-group .totalizers-list td,
  .orderform-template .cart-template.mini-cart .summary-totalizers tbody td {
    font-size: 1rem;
  }

  .orderform-template .cart-template.mini-cart {
    width: 30%;
  }

  .footer__checkout {
    width: 100%;
    padding: 0 30px;
  }

  .footer__checkout-row-1 {
    display: flex;
    justify-content: flex-start;
    max-width: 82.5rem;
    margin: 0 auto;
  }

  .footer__checkout-stamps {
    border: none;
  }

  .stamp-item{
    width: 100%;
    min-width: 100px;
    border-radius: 4px;
    border: 1px solid #E3E4E6;
    background: #fff;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer__checkout-payments-logos {
    padding: 0;
    margin-top: 2rem;
  }

  .footer__checkout-payments-logos{
    width: 18.75rem;
    padding: 0;
  }

  .footer__checkout-row-2 {
    flex-direction: row;
    justify-content: space-between;
    max-width: 82.5rem;
      margin: 0 auto;
  }

  .footer__development {
    width: auto;
  }

  .empty-cart-content {
    margin-top: 2.5rem;
  }

  .empty-cart-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 3.125rem 0 1.25rem 0;
  }

  .empty-cart-title::after {
    font-size: 1rem;
    padding: 0 9.75rem;
    line-height: 1.375rem;
  }

  #shipping-preview-container .srp-content {
    width: 65%;
  }

  #shipping-preview-container .srp-content h2 {
    font-size: 1.5rem;
  }

  .box-client-info .document-box,
  .box-client-info .phone-box,
  .box-client-info .box-client-info-pj {
    text-align: left;
  }

  .checkout-container.row-fluid.cart-active {
    margin-top: 56px;
  }

  .cart-template-holder .cart table.cart-items {
    margin-top: 24px;
  }

  .cart-template-holder .cart:before {
    font-size: 32px;
    line-height: 40px;
  }

  .table.cart-items thead tr th {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 0 8px 13px;
  }

  .full-cart .cart table tbody tr td.product-image {
    max-width: 76px;
  }

  .table.cart-items td.product-image img {
    margin-right: 16px;
  }

  .full-cart .cart table tbody tr td.product-name,
  .full-cart .cart table tbody tr td.product-price,
  .table.cart-items td.quantity {
    margin-left: 0 !important;
  }

  .table.cart-items tbody tr .v-custom-product-item-wrap {
    padding: 24px 0;
  }

  .table.cart-items tbody tr td.item-remove {
    margin-left: 16px;
    max-width: 20px;
  }

  .full-cart .cart table tbody tr td.product-name {
    max-width: 370px;
  }

  .table.cart-items thead tr th.product {
    width: 54% !important;
  }

  .table.cart-items thead tr th.quantity {
    width: 12%;
  }

  .table.cart-items thead tr th.product-price {
    width: 14% !important;
  }

  .table.cart-items td.quantity:before {
    content: '';
    margin: 0;
    grid-area: quantity-before;
  }

  .table.cart-items tbody tr {
    border-top-color: #bebebe;
  }

  .full-cart .cart table tbody tr td.product-price {
    min-width: 124px;
  }
}

.modal-invoice__container {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.modal-invoice__container .modal-invoice__content {
  background: #fff;
  position: relative;
  top: 9.188rem;
  margin: 0 auto;
  padding: 1.5rem;
  height: auto;
  width: 91.2%;
}

.modal-invoice__container .modal-invoice__buttons,
.modal-invoice__container .modal-invoice__note {
  display: flex;
  justify-content: space-between;
}

.modal-invoice__container .modal-invoice__content .modal-invoice__title {
  color: #58595b;
  font-size: 1.25rem;
  line-height: 120%;
  font-family: 'Nexa-Heavy', sans-serif;
  margin: 0 0 1rem;
  width: 90%;
}

.modal-invoice__container .modal-invoice__text {
  font-family: 'Nexa-Book', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
  color: #58595b;
  margin: 0 0 1rem;
}

.modal-invoice__container .modal-invoice__button {
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 0;
  border: none;
  background: none;
  padding: 0;
}

.modal-invoice__container .modal-invoice__button::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.75 5.25L5.25 18.75' stroke='%2358595B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.75 18.75L5.25 5.25' stroke='%2358595B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0px;
}

.modal-invoice__buttons .modal-invoice__send,
.modal-invoice__buttons .modal-invoice__cancel {
  border-radius: 2px;
  border: none;
  font-family: 'Nexa-Heavy', sans-serif;
  height: 3.125rem;
  font-size: 1rem;
  max-width: 8.25rem;
  width: 100%;
}

.modal-invoice__buttons .modal-invoice__send {
  background: #ed1c24;
  border-radius: 0.25rem;
  color: #ffffff;
}

@media (min-width: 48rem) {
  .modal-invoice__buttons .modal-invoice__send,
  .modal-invoice__buttons .modal-invoice__cancel {
    max-width: 9.375rem;
  }

  .modal-invoice__container .modal-invoice__content {
    max-width: 40.438rem;
    width: 100%;
  }

  .modal-invoice__container .modal-invoice__content .modal-invoice__title {
    font-size: 1.5rem;
  }

  .modal-invoice__container .modal-invoice__content .modal-invoice__text {
    font-size: 1rem;
  }

  .modal-invoice__container .modal-invoice__buttons {
    justify-content: flex-end;
  }
}

.document-box .links-other-document {
  display: none;
}

.e-steps {
  display: block;
  max-width: fit-content;
  width: calc(100% - 40px);
}
.e-steps__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.e-steps__list--item {
  width: 20px;
  height: 20px;
  z-index: 2;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e-steps__list--item::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #c6c6c6;
}
.e-steps__list--item__texto {
  font-family: 'Pill Gothic 600mg';
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 120%;
  width: max-content;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
.e-steps__list--item.active .e-steps__list--item__texto{
  top: 23px;
}
.e-steps__list--item.active {
  background-color: transparent;
  border: 4px solid #0C2749;
  width: 10px;
  height: 10px;
}
.e-steps__list--item.active::after {
  background-color: #0c2749;
  background-color: transparent;
}
.e-steps__list--item.active .e-steps__list--item__texto {
  color: #0c2749;
}
.e-steps__list .line {
  display: block;
  background: #c6c6c6;
  width: 148px;
  height: 4px;
  margin: 0 -3px;
}
.e-steps__list--item.carrinho.active ~ .line.carrinho,
.e-steps__list--item.identificacao.active~.line.identificacao,
.e-steps__list--item.entrega.active~.line.entrega{
  background-color: #0C2749;
  height: 4px;
}
.e-steps__list--item.identificacao.active ~ .e-steps__list--item.carrinho{
  border-color: #0C2749 !important;
}
@media (max-width: 767px) {
  .e-steps {
    width: calc(100% - 20px);
    margin: 18px auto 36px;
    position: absolute;
    top: 50px;
  }
  .e-steps__list--item {
    width: 20px;
    height: 20px;
  }
  .e-steps__list--item::after {

  }
  .e-steps__list--item__texto {
    font-size: 10px;
  }
  .e-steps__list .line {
  }
}
@media (max-width: 374px) {
  .e-steps__list .line {
  }
  .e-steps__list--item__texto {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
}

.shp-option-text-package::after,
.shp-summary-package-time::after,
.shp-option-text-label-single span::after{
  content: ", após o pagamento confirmado";
}

.product-manualprice input{
  pointer-events: none;
}

.product-manualprice{
  pointer-events: none;
}

td.quantity{
  position: relative;
}

.unit-measure-info{
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: max-content;
  color: #0c2749 !;
}


/* source: <vtex.email-checkout-conflict@0.3.0> */
.checkEmailAuthConflict__modal,
.checkEmailAuthConflict__modal--bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

.checkEmailAuthConflict__modal--wrap {
  width: 400px;
  background: #fff;
  position: fixed;
  left: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #333333;
  background: #fff;
  box-shadow: 0 5px 0 #ddd;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  border: 2px solid #eee;
}

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

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

/* source: <vtex.checkout-ui-custom@0.16.0> */
input,
select,
button {
  outline: none !important;
}

.vcustom--vtex-omnishipping-1-x-address input,
#app-container input[type='text'],
#app-container input[type='tel'],
#app-container input[type='email'],
#app-container select,
.orderform-template .summary-note .note-textarea,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation
  input,
.orderform-template-holder #client-profile-data form.client-pre-email input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #shipping-data select:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #payment-data select:not(.pac-target-input),
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation
  input,
.cart-more-options .srp-container select,
.cart-more-options .srp-container input[type='text']:not(.pac-target-input),
.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type='text'],
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit'],
.table.cart-items td.quantity input,
.table.cart-items tbody tr td .product-service select,
.table.cart-items tr.item-attachments-content input,
.table.cart-items tr.item-attachments-content select,
#vtexIdContainer input {
  height: 40px;
  line-height: 40px;
  max-height: initial;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  outline: initial;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.vcustom--vtex-omnishipping-1-x-address input.error,
#app-container input.error[type='text'],
#app-container input.error[type='tel'],
#app-container input.error[type='email'],
#app-container select.error,
.orderform-template .summary-note .error.note-textarea,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation
  input.error,
.orderform-template-holder #client-profile-data form.client-pre-email input.error[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input.error[type='text']:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),
.orderform-template-holder #shipping-data input.error[type='text']:not(.pac-target-input),
.orderform-template-holder #shipping-data input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder #shipping-data input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #shipping-data select.error:not(.pac-target-input),
.orderform-template-holder #payment-data input.error[type='text']:not(.pac-target-input),
.orderform-template-holder #payment-data input.error[type='tel']:not(.pac-target-input),
.orderform-template-holder #payment-data input.error[type='email']:not(.pac-target-input),
.orderform-template-holder #payment-data select.error:not(.pac-target-input),
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation
  input.error,
.cart-more-options .srp-container select.error,
.cart-more-options .srp-container input.error[type='text']:not(.pac-target-input),
.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type='text'],
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type='submit'],
.table.cart-items td.quantity input.error,
.table.cart-items tbody tr td .product-service select.error,
.table.cart-items tr.item-attachments-content input.error,
.table.cart-items tr.item-attachments-content select.error,
#vtexIdContainer input.error {
  border-color: #ff4c4c;
}

.vcustom--vtex-omnishipping-1-x-address input:focus,
#app-container input[type='text']:focus,
#app-container input[type='tel']:focus,
#app-container input[type='email']:focus,
#app-container select:focus,
.orderform-template .summary-note .note-textarea:focus,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation
  input:focus,
.orderform-template-holder #client-profile-data form.client-pre-email input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder
  #client-profile-data
  .step.client-profile-data
  input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='text']:focus:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='tel']:focus:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='email']:focus:not(.pac-target-input),
.orderform-template-holder #payment-data select:focus:not(.pac-target-input),
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation
  input:focus,
.cart-more-options .srp-container select:focus,
.cart-more-options .srp-container input[type='text']:focus:not(.pac-target-input),
.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type='text']:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:focus,
.table.cart-items td.quantity input:focus,
.table.cart-items tbody tr td .product-service select:focus,
.table.cart-items tr.item-attachments-content input:focus,
.table.cart-items tr.item-attachments-content select:focus,
#vtexIdContainer input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
}

input#creditCardpayment-card-0Number,
input#creditCardpayment-card-0Code,
input#creditCardpayment-card-1Number,
input#creditCardpayment-card-1Code {
  font-size: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  animation: input_background_autofill 0s forwards;
}

@keyframes input_background_autofill {
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.btn,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a {
  font-family: 'Roboto', sans-serif;
  text-shadow: none;
  border-radius: 30px;
  outline: none !important;
  text-align: center;
  font-size: 12px;
  padding: 5px 12px;
  box-sizing: border-box;
  display: inline-block;
  background: none;
  box-shadow: none;
}

.btn,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,
.btn:hover,
.btn:focus {
  transition: all ease 0.3s;
}

.btn:hover,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,
.btn:focus,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus {
  background: none;
}

.btn-large,
.client-pre-email .client-email.input.text .btn-success {
  padding: 17px 19px;
}

.btn-link,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a {
  color: #1a73e8;
}

.btn-link:hover,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,
.btn-link:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus {
  color: #1d63be;
}

.btn-success {
  background: #2fba2d;
  border: 1px solid #2fba2d;
  font-size: 13px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #269e24;
  border: 1px solid #269e24;
}

.btn-success[disabled] {
  background: #2fba2d;
}

.btn-primary {
  background: #1a73e8;
  border: 1px solid #1a73e8;
  color: #f1f7ff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #1d63be;
  border: 1px solid #1d63be;
}

.btn-secondary,
.orderform-template-holder #payment-data #btn-add-gift-card,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit'],
.table.cart-items tbody tr td .product-service input[type='submit'],
.table.cart-items tbody tr td.product-name .add-service.btn,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service,
.table.cart-items tbody tr td.product-name .clone-item.btn,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #1a73e8;
  color: #1a73e8;
}

.btn-secondary:hover,
.orderform-template-holder #payment-data #btn-add-gift-card:hover,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a:hover,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:hover,
.table.cart-items tbody tr td .product-service input[type='submit']:hover,
.table.cart-items tbody tr td.product-name .add-service.btn:hover,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service:hover,
.table.cart-items tbody tr td.product-name .clone-item.btn:hover,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item:hover,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,
.btn-secondary:focus,
.orderform-template-holder #payment-data #btn-add-gift-card:focus,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a:focus,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:focus,
.table.cart-items tbody tr td .product-service input[type='submit']:focus,
.table.cart-items tbody tr td.product-name .add-service.btn:focus,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service:focus,
.table.cart-items tbody tr td.product-name .clone-item.btn:focus,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item:focus,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,
.btn-secondary:active,
.orderform-template-holder #payment-data #btn-add-gift-card:active,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,
.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a:active,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type='submit']:active,
.table.cart-items tbody tr td .product-service input[type='submit']:active,
.table.cart-items tbody tr td.product-name .add-service.btn:active,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.add-service:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.add-service:active,
.table.cart-items tbody tr td.product-name .clone-item.btn:active,
.table.cart-items
  tbody
  tr
  td.product-name
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.clone-item:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .table.cart-items
  tbody
  tr
  td.product-name
  a.clone-item:active,
.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active {
  background: #f1f7ff;
  border: 1px solid #1d63be;
  color: #1d63be;
}

.btn-outlined {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #2fba2d;
  color: #2fba2d;
}

.btn-outlined:hover,
.btn-outlined:focus,
.btn-outlined:active {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #269e24;
}

.btn#payment-data-submit span,
.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span {
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
}

.orderform-template .cart-template.mini-cart h2,
.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,
.orderform-template-holder #shipping-data .accordion-toggle,
.orderform-template-holder #payment-data .accordion-toggle,
.client-pre-email h3.client-pre-email-h span:after,
.cart-more-options .srp-container .srp-main-title {
  font-size: calc(12px + 2px);
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 7px 0 !important;
  color: #999;
  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) {
  .header__checkout{
    height: 114px !important;
  }

  .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%;
  }

  .e-steps__list {
    margin: 0 20px;
  }

  .footer__copyright-text {
    padding: 10px 0 0!important;
  }

  .footer__development{
    padding: 0 0 10px 0 !important;
  }

  .footer__checkout-stamps{
    padding-bottom: 0 !important;
  }

  .footer__checkout-stamps p{
    text-align: center;
  }

  .stamps-list {
    flex-wrap: wrap;
  }

  .stamp-item{
    min-width: 100px;
    border-radius: 4px;
    border: 1px solid #E3E4E6;
    background: #fff;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.default-modal {
  border-radius: 4px;
  height: auto;
}

.modal .btn,
.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a,
.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a {
  background: #fff;
}

.modal.guest-login-modal button.btn {
  width: auto;
}

.modal.guest-login-modal,
.modal.modal-email-template,
.modal.modal-payment-template,
.modal.modal-masked-info-template {
  background: #2fba2d;
}

.payment-confirmation-message {
  width: 100%;
}

#vtexIdContainer {
  position: fixed !important;
}

.vtexIdUI {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#vtexIdContainer {
  position: fixed;
}

#vtexIdContainer a {
  color: #1a73e8;
}

#vtexIdContainer .vtexIdUI .modal-footer {
  background: none;
}

#vtexIdContainer .vtexIdUI .btn,
#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,
.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a,
#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,
.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a {
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  box-shadow: none !important;
  font-size: 12px;
  padding: 0 30px;
}

#vtexIdContainer .vtexIdUI .btn.btn-success,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success,
#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success {
  background: #2fba2d;
  border: 1px solid #2fba2d;
}

#vtexIdContainer .vtexIdUI .btn.btn-success:hover,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success:hover,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:hover,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.btn-success:hover,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:hover,
#vtexIdContainer .vtexIdUI .btn.btn-success:focus,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success:focus,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:focus,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.btn-success:focus,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:focus,
#vtexIdContainer .vtexIdUI .btn.btn-success:active,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a.btn-success:active,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:active,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.btn-success:active,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a.btn-success:active {
  background: #269e24;
  border: 1px solid #269e24;
}

#vtexIdContainer .vtexIdUI .btn#vtexIdUI-facebook,
#vtexIdContainer
  .vtexIdUI
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a#vtexIdUI-facebook,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  #vtexIdContainer
  .vtexIdUI
  a#vtexIdUI-facebook,
#vtexIdContainer
  .vtexIdUI
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a#vtexIdUI-facebook,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  #vtexIdContainer
  .vtexIdUI
  a#vtexIdUI-facebook {
  background: #4568ad !important;
}

@media (max-width: 768px) {
  #vtexIdContainer {
    position: fixed !important;
  }

  #vtexIdContainer .vtexIdUI {
    overflow: auto;
    border-radius: 0;
    width: 100%;
    left: 0;
    margin: 0;
    top: 0;
    height: 100% !important;
    border: none;
  }

  #vtexIdContainer .vtexIdUI .modal-header .close {
    top: 0;
    right: 0;
    margin: 0;
    padding: 4px 8px;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  min-width: initial !important;
  padding: 0;
  background: #f4f2f2;
  padding-bottom: 40px !important;
  min-height: 93vh;
  position: relative;
  font-size: 12px;
  overflow-x: hidden;
}

body a {
  color: #1a73e8;
}

body a:hover {
  color: #1d63be;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 0px !important;
  }
}

body .cart-template.full-cart > * {
  opacity: 0;
  transition-delay: 1.2s;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
}

body.v-custom-loaded .cart-template.full-cart > * {
  opacity: initial;
}

body.returningUser.v-custom-addressForm-on.v-custom-step-shipping
  .accordion-inner.shipping-container
  .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation {
  display: block;
}

body.returningUser.v-custom-addressForm-on.v-custom-step-shipping
  .accordion-inner.shipping-container
  .vtex-omnishipping-1-x-deliveryGroup {
  display: block;
}

body.returningUser.v-custom-addressForm-on.v-custom-step-shipping
  .accordion-inner.shipping-container
  .vtex-omnishipping-1-x-submitPaymentButton {
  display: block;
}

.onda-v1 .br-pill,
.step,
.cart,
.totalizers {
  border-radius: 4px;
}

.loading.loading-bg {
  background: #f4f2f2;
}

.container {
  max-width: 980px;
  width: calc(100% - 40px);
}

@media (max-width: 690px) {
  .container {
    width: calc(100% - 20px);
  }
}

.checkout-container {
  overflow: initial !important;
  z-index: 2;
}

@media (max-width: 768px) {
  .checkout-container {
    margin-bottom: 30px;
  }
}

.checkout-container .orderform-template,
.checkout-container .cart-template {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: position ease 0.8s, opacity ease 0.8s, margin ease 0.8s;
}

.checkout-container .orderform-template.inactive,
.checkout-container .cart-template.inactive {
  max-height: 50vh;
  overflow: hidden;
  top: 0;
  position: absolute;
}

.checkout-container .full-cart.inactive {
  margin-left: -140%;
}

.checkout-container .orderform-template.inactive {
  left: 140%;
  margin: 0;
  display: none !important;
}

.container-cart h1,
h1#orderform-title {
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #323232 !important;
}

h1#orderform-title {
  display: none !important;
}

.v-custom-assemblies {
  margin: 10px 0 3px 0;
  overflow: hidden;
  border-top: 1px solid #cbcbcb;
  padding-top: 7px;
}

@media (max-width: 690px) {
  .v-custom-assemblies {
    width: 100%;
    left: 0;
    margin-bottom: 2px;
  }
}

.v-custom-assemblies p {
  display: none;
}

.v-custom-assemblies__values {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-custom-assemblies__values__item strong:after {
  content: ':';
}

.v-custom-assemblies__values__item span,
.v-custom-assemblies__values__item strong {
  line-height: 14px;
}

.client-pre-email h3.client-pre-email-h span:before,
.client-profile-data .accordion-toggle > span:before,
.shipping-data .accordion-toggle:before,
.payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  background: #fff;
  border: 1px solid #323232;
  color: #323232;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
}

body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-payment .payment-data .accordion-toggle > span:not(.payment-edit-link):before,
body.v-custom-step-shipping .shipping-data .accordion-toggle:before,
body.v-custom-step-profile .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-payment .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-payment .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-payment .shipping-data .accordion-toggle:before,
body.v-custom-step-shipping .client-pre-email h3.client-pre-email-h span:before,
body.v-custom-step-shipping .client-profile-data .accordion-toggle > span:before,
body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.client-pre-email h3.client-pre-email-h span:before,
.client-profile-data .accordion-toggle > span:before,
.shipping-data .accordion-toggle:before,
.payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -2px;
}

.client-pre-email h3.client-pre-email-h span:before {
  content: '1';
}

.client-profile-data .accordion-toggle > span:before {
  content: '2';
}

.shipping-data .accordion-toggle:before {
  content: '3';
}

.payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  content: '4';
}

@media (max-width: 690px) {
  body:before {
    width: 0;
    height: 4px;
    background: #1a73e8;
    display: block;
    content: '';
    position: fixed;
    top: 0;
    transition: all ease 0.3s;
    z-index: 999;
  }

  body.v-custom-step-email:before {
    width: 23%;
  }

  body.v-custom-step-profile:before {
    width: 46%;
  }

  body.v-custom-step-shipping:before {
    width: 69%;
  }

  body.v-custom-step-payment:before {
    width: 92%;
  }
}

body.v-custom-step-payment .checkout-steps_item_cart .text,
body.v-custom-step-payment .checkout-steps_item_identification .text,
body.v-custom-step-payment .checkout-steps_item_shipping .text,
body.v-custom-step-payment .checkout-steps_item_payment .text,
body.v-custom-step-shipping .checkout-steps_item_cart .text,
body.v-custom-step-shipping .checkout-steps_item_identification .text,
body.v-custom-step-shipping .checkout-steps_item_shipping .text,
body.v-custom-step-email .checkout-steps_item_cart .text,
body.v-custom-step-email .checkout-steps_item_identification .text,
body.v-custom-step-profile .checkout-steps_item_cart .text,
body.v-custom-step-profile .checkout-steps_item_identification .text,
body.v-custom-step-cart .checkout-steps_item_cart .text {
  color: #323232;
  font-weight: bold;
  pointer-events: initial;
}

body.v-custom-step-cart .checkout-steps_item_cart {
  opacity: 1;
}

body.v-custom-step-cart .checkout-steps_item_cart .text {
  pointer-events: none;
}

body.v-custom-step-cart .checkout-steps_item_cart:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-email .checkout-steps_bar_inner-active,
body.v-custom-step-profile .checkout-steps_bar_inner-active {
  width: 20%;
}

body.v-custom-step-email .checkout-steps_item_cart,
body.v-custom-step-email .checkout-steps_item_identification,
body.v-custom-step-profile .checkout-steps_item_cart,
body.v-custom-step-profile .checkout-steps_item_identification {
  opacity: 1;
}

body.v-custom-step-email .checkout-steps_item_cart:before,
body.v-custom-step-email .checkout-steps_item_identification:before,
body.v-custom-step-profile .checkout-steps_item_cart:before,
body.v-custom-step-profile .checkout-steps_item_identification:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-email .checkout-steps_item_identification .text,
body.v-custom-step-profile .checkout-steps_item_identification .text {
  pointer-events: none;
}

body.v-custom-step-shipping .checkout-steps_bar_inner-active {
  width: 40%;
}

body.v-custom-step-shipping .checkout-steps_item_cart,
body.v-custom-step-shipping .checkout-steps_item_identification,
body.v-custom-step-shipping .checkout-steps_item_shipping {
  opacity: 1;
}

body.v-custom-step-shipping .checkout-steps_item_cart:before,
body.v-custom-step-shipping .checkout-steps_item_identification:before,
body.v-custom-step-shipping .checkout-steps_item_shipping:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-shipping .checkout-steps_item_shipping .text {
  pointer-events: none;
}

body.v-custom-step-payment .checkout-steps_bar_inner-active {
  width: 60%;
}

body.v-custom-step-payment .checkout-steps_item_cart,
body.v-custom-step-payment .checkout-steps_item_identification,
body.v-custom-step-payment .checkout-steps_item_shipping,
body.v-custom-step-payment .checkout-steps_item_payment {
  opacity: 1;
}

body.v-custom-step-payment .checkout-steps_item_cart:before,
body.v-custom-step-payment .checkout-steps_item_identification:before,
body.v-custom-step-payment .checkout-steps_item_shipping:before,
body.v-custom-step-payment .checkout-steps_item_payment:before {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.v-custom-step-payment .checkout-steps_item_payment .text {
  pointer-events: none;
}

.checkout-steps {
  display: none;
  position: relative;
  min-width: 470px;
  width: 100%;
  display: block;
}

@media (max-width: 690px) {
  .checkout-steps {
    display: none !important;
  }
}

.checkout-steps_bar_inner-active {
  width: 0;
  background: #1a73e8;
}

.checkout-steps_items {
  display: flex;
  justify-content: space-between;
}

.checkout-steps_item {
  position: relative;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.6;
}

.checkout-steps_item:after {
  content: '';
  height: 2px;
  background: #1a73e8;
  margin: 0px 5px;
  min-width: 10px;
}

.checkout-steps_item .text {
  clear: both;
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 500;
  cursor: pointer;
  pointer-events: none;
}

.checkout-steps_item .text:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #1a73e8;
  border: 2px solid #1a73e8;
  display: inline-block;
  border-radius: 100%;
  margin-right: 7px;
  transition: all ease 0.3s;
}

.checkout-steps_item_cart:after {
  width: calc(100% - 50px);
}

.checkout-steps_item_identification:after {
  width: calc(100% - 103px);
}

.checkout-steps_item_shipping:after {
  width: calc(100% - 77px);
}

.checkout-steps_item_payment:after {
  width: calc(100% - 77px);
}

.checkout-steps_item_confirmation:after {
  display: none;
}

body .main-header {
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
}

body .main-header,
body .main-header > .container {
  display: flex;
  align-items: center;
}

@media (max-width: 690px) {
  body .main-header,
  body .main-header > .container {
    justify-content: center;
  }
}

body .main-header > .container:before,
body .main-header > .container:after {
  display: none;
}

body .main-header .header-link {
  position: absolute;
  left: 0px;
  top: calc(100% + 18px);
  display: none;
}

body .main-header .header-link a {
  height: 20px;
  font-size: 11px;
  line-height: 115%;
  padding-left: 0px;
  color: #676767;
  display: flex;
  align-items: center;
}

body .main-header .header-link a:before {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==)
    no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==)
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #676767;
  content: '';
}

body .main-header .header-link a.back-cart-link {
  display: none;
}

@media (max-width: 690px) {
  body .main-header .header-link {
    top: 50%;
    transform: translateY(-50%);
  }

  body .main-header .header-link a {
    max-width: 80px;
  }

  body .main-header .header-link a:before {
    width: 17px;
    height: 17px;
  }
}

body .main-header .logo {
  max-width: calc(100% - 180px);
}

body .main-header .logo svg.vtex-logo {
  height: 50px;
}

body .main-header .logo,
body .main-header .logo img {
  display: inline-block;
  font-size: 24px;
  border: none;
  line-height: 39px;
}

body .main-header .checkout-steps {
  max-width: 540px;
  margin-left: auto;
  padding-right: 10px;
}

@media (max-width: 690px) {
  body:not(.body-cart) .main-header {
    padding: 4px 0;
    margin-bottom: 10px;
  }

  body:not(.body-cart) .main-header .v-custom-mhide {
    display: none !important;
  }

  body:not(.body-cart) .main-header,
  body:not(.body-cart) .main-header > .container {
    background: none;
    border: none;
    justify-content: center;
  }

  body:not(.body-cart) .main-header .logo {
    cursor: default;
    pointer-events: none;
    font-weight: bold;
  }

  body:not(.body-cart) .main-header .logo svg,
  body:not(.body-cart) .main-header .logo img {
    display: none !important;
  }

  body:not(.body-cart) .main-header .logo:before {
    content: 'checkout';
    text-transform: uppercase;
  }

  body:not(.body-cart) .main-header .logo,
  body:not(.body-cart) .main-header .logo:hover {
    color: #323232;
    font-size: 14px;
  }

  body:not(.body-cart) .main-header .header-link {
    display: block;
  }

  body:not(.body-cart) .main-header a.buy-more-link {
    display: none;
  }

  body:not(.body-cart) .main-header a.back-cart-link {
    display: block !important;
    font-size: 0;
  }

  body:not(.body-cart) .main-header a.back-cart-link:before {
    background: #323232;
  }
}

.main-footer {
  clear: both;
  text-align: center;
  padding: 2px 0;
  border-top: 1px solid #cbcbcb;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.main-footer .container {
  position: initial;
}

@media (max-width: 768px) {
  .main-footer {
    position: relative;
  }
}

.main-footer a.credits-vtex {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.main-footer .vtex-logo {
  display: block;
  margin: 0 auto;
}

.main-footer svg,
.main-footer svg path {
  fill: #999;
}

.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 #eee;
}

.table.cart-items tbody tr.hide {
  display: none;
}

.table.cart-items tbody tr > .v-custom-bundles {
  width: 100%;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr {
    margin-top: 0 !important;
  }

  .table.cart-items tbody tr:first-child {
    border: none;
  }
}

.table.cart-items tbody tr.item-attachments-head,
.table.cart-items tbody tr.item-attachments-content {
  display: none;
}

.table.cart-items tbody tr .v-custom-product-item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr .v-custom-product-item-wrap {
    display: block;
    padding: 10px 0;
  }

  .table.cart-items tbody tr .v-custom-product-item-wrap:after {
    content: '';
    clear: both;
    display: block;
  }
}

.table.cart-items tbody tr td {
  width: auto;
  border: none;
}

.table.cart-items tbody tr td.product-name .add-service-container,
.table.cart-items tbody tr td.product-name .clone-item.btn,
.table.cart-items
  tbody
  tr
  td.product-name
  .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: #999;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,
.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling {
  color: #676767;
  font-size: 10px;
  line-height: 11px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling {
  margin-bottom: 3px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .discount,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .discount {
  display: none;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:after {
  content: ')';
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:before {
  content: '(';
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .best-price,
.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .best-price {
  font-weight: normal;
  display: inline-block;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr td.product-price .v-custom-quantity-price__list > *:last-child,
  .table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list > *:last-child {
    margin-bottom: -7px;
  }
}

.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active > .list-price,
.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active > .list-price {
  display: none !important;
}

.table.cart-items tbody tr td.product-price > span.list-price,
.table.cart-items tbody tr td.product-price > span.best-price,
.table.cart-items tbody tr td.quantity-price > span.list-price,
.table.cart-items tbody tr td.quantity-price > span.best-price {
  display: block;
}

.table.cart-items tbody tr td.product-price span.product-manualprice,
.table.cart-items tbody tr td.product-price a.manualprice-link-remove,
.table.cart-items tbody tr td.quantity-price span.product-manualprice,
.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove {
  z-index: 2;
}

.table.cart-items tbody tr td.product-price a.manualprice-link-remove,
.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove {
  position: absolute;
  top: -2px;
  left: -4px;
  background: #fff;
}

.table.cart-items tbody tr td.product-price a.manualprice-link-remove i.icon-remove:before,
.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove i.icon-remove:before {
  width: 10px !important;
  height: 10px !important;
}

.table.cart-items tbody tr td.product-price span.product-manualprice,
.table.cart-items tbody tr td.quantity-price span.product-manualprice {
  padding: 5px 5px 5px 31px;
  border: 1px solid #ccc;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 19px #777;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15%, -34%);
}

@media (max-width: 690px) {
  .table.cart-items tbody tr td.product-price span.list-price:not(.hide) + br + span.best-price {
    margin-top: 0;
  }
}

.table.cart-items tbody tr td.item-remove {
  margin-left: auto;
  width: 20px !important;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr td.item-remove {
    top: 0 !important;
  }
}

.table.cart-items tbody tr td.product-image {
  order: 1;
}

.table.cart-items tbody tr td.product-name {
  order: 2;
  width: 60%;
}

.table.cart-items tbody tr td.shipping-date {
  order: 3;
}

.table.cart-items tbody tr td.quantity {
  order: 4;
}

.table.cart-items tbody tr td.product-price,
.table.cart-items tbody tr td.quantity-price {
  order: 5;
}

.table.cart-items tbody tr td.item-remove {
  order: 10;
}

.table.cart-items tbody tr td.quantity-price {
  display: none !important;
}

.table.cart-items tbody tr td.product-price {
  display: block !important;
}

.table.cart-items tbody tr td .field-help {
  background: #1a73e8;
  border-color: #1a73e8;
}

.table.cart-items tbody tr td i.icon-question-sign {
  color: #1a73e8;
}

.table.cart-items tbody tr td .add-item-attachment-container,
.table.cart-items tbody tr td .clone-item,
.table.cart-items tbody tr td p.clone-item-container {
  display: none !important;
}

.table.cart-items tbody tr td hr.clone-item-sep {
  margin: 0;
  clear: both;
  border: none;
}

.table.cart-items tbody tr td .product-service {
  height: calc(40px + 10px);
  margin-top: 10px;
  position: relative;
}

@media (min-width: 690px) {
  .table.cart-items tbody tr td .product-service fieldset {
    width: 100%;
    position: absolute;
    min-width: 250px;
  }
}

.table.cart-items tbody tr td .product-service p {
  display: flex;
}

.table.cart-items tbody tr td .product-service select {
  background: #fff;
  width: 100%;
  margin-right: 10px;
}

.table.cart-items tbody tr td.quantity input {
  line-height: inherit;
}

.table.cart-items tbody tr .v-custom-assemblies {
  clear: both;
}

.table.cart-items tbody tr.v-custom-bundles-in .product-service {
  display: none;
}

.table.cart-items tbody tr.item-unavailable {
  margin: 10px 0;
  border-radius: 10px;
  border: none !important;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr.item-unavailable {
    padding: 0;
    text-align: center;
  }
}

.table.cart-items tbody tr.v-custom-indexedItems-in + tr.item-unavailable {
  display: none;
}

.table.cart-items tbody tr.v-custom-indexed-item {
  border: none;
}

.table.cart-items tbody tr.v-custom-indexed-item,
.table.cart-items tbody tr.item-service {
  margin: 0 0 10px 0;
  padding: 0;
  border-top: none;
}

.table.cart-items tbody tr.v-custom-indexed-item .v-custom-product-item-wrap,
.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,
.table.cart-items tbody tr.item-service .v-custom-product-item-wrap,
.table.cart-items tbody tr.item-service .v-custom-trservice-wrap {
  background: #f1f7ff;
  border: 1px dashed #cbcbcb;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
}

.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,
.table.cart-items tbody tr.item-service .v-custom-trservice-wrap {
  margin-bottom: 10px;
  margin-top: 10px;
}

.table.cart-items tbody tr.v-custom-indexed-item td.quantity,
.table.cart-items tbody tr.item-service td.quantity {
  background: #fff;
  width: 25px;
  height: 20px;
  text-align: center;
  justify-content: center;
}

.table.cart-items tbody tr.v-custom-indexed-item td.quantity p,
.table.cart-items tbody tr.item-service td.quantity p {
  width: 100%;
}

.table.cart-items tbody tr.v-custom-indexed-item td.product-price,
.table.cart-items tbody tr.item-service td.product-price {
  display: none !important;
}

.table.cart-items tbody tr.v-custom-indexed-item td.quantity-price,
.table.cart-items tbody tr.item-service td.quantity-price {
  display: block !important;
}

.table.cart-items tbody tr.v-custom-indexed-item .item-remove,
.table.cart-items tbody tr.item-service .item-remove {
  margin-left: auto;
  position: initial;
  width: auto;
}

.table.cart-items tbody tr.v-custom-indexed-item .item-remove i.icon.icon-remove.item-remove-ico:before,
.table.cart-items tbody tr.item-service .item-remove i.icon.icon-remove.item-remove-ico:before {
  content: '-';
  background: #ff4c4c;
  color: #fff;
  line-height: 9px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  font-size: 27px;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr.v-custom-indexed-item,
  .table.cart-items tbody tr.item-service {
    border-top: none !important;
  }

  .table.cart-items tbody tr.v-custom-indexed-item .product-price,
  .table.cart-items tbody tr.v-custom-indexed-item .quantity,
  .table.cart-items tbody tr.item-service .product-price,
  .table.cart-items tbody tr.item-service .quantity {
    margin: auto !important;
    width: auto !important;
    min-width: initial !important;
  }
}

.table.cart-items tbody tr.v-custom-indexed-item:last-child {
  margin-bottom: 20px;
}

.table.cart-items tbody tr.v-custom-indexed-item td.product-image {
  display: none;
}

@media (max-width: 690px) {
  .table.cart-items tbody tr.v-custom-indexed-item td.quantity {
    display: none;
  }
}

.table.cart-items tbody tr.v-custom-indexed-item td.product-name {
  margin-left: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  margin-right: 15px;
}

.table.cart-items tbody tr.v-custom-indexed-item p {
  margin: 0;
  padding: 0;
}

.table.cart-items tbody tr:last-child {
  border-bottom: none;
}

.table.cart-items tbody > tr.v-custom-indexed-item,
.table.cart-items tbody > tr[data-parentitemindex] {
  display: none;
}

.table.cart-items td.product-image a {
  overflow: hidden;
  border-radius: 4px;
}

.table.cart-items td.product-image a {
  margin-right: 20px;
}

.table.cart-items td.product-image a,
.table.cart-items td.product-image img {
  width: 100px;
  display: block;
  max-width: initial;
  height: auto;
}

@media (max-width: 690px) {
  .table.cart-items td.product-image a,
  .table.cart-items td.product-image img {
    width: 70px;
  }
}

.table.cart-items td.product-name a,
.table.cart-items td.product-name a:hover {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.table.cart-items td.quantity {
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  float: left;
  min-width: 30px;
  text-align: center;
  justify-content: center;
}

.table.cart-items td.quantity input {
  margin: 0;
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  border: none;
  box-shadow: none;
}

.table.cart-items td.quantity .item-quantity-change {
  position: initial;
  left: initial;
  top: initial;
  bottom: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.table.cart-items td.quantity .item-quantity-change i {
  background: none;
  line-height: 30px;
  display: inline-block;
}

.table.cart-items td.quantity .item-quantity-change i:before {
  font-weight: bold;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
  border-radius: 100%;
}

.table.cart-items td.quantity .item-quantity-change > p {
  margin: 0;
}

.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before {
  content: '-';
  line-height: 21px;
}

.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before {
  content: '+';
}

@media (max-width: 690px) {
  .table.cart-items td.quantity {
    width: 97px;
  }

  .table.cart-items td.product-name,
  .table.cart-items td.quantity {
    margin-left: 90px !important;
  }
}

.table.cart-items i.icon.icon-remove.item-remove-ico:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K');
  width: 15px;
  height: 15px;
}

.summary-template-holder {
  background: #fff;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 4px;
  position: sticky;
  top: 20px;
  border: none;
}

.summary-template-holder .summary-totalizers,
.summary-template-holder .summary-coupon-wrap {
  width: 100% !important;
}

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

.summary-template-holder .summary-coupon {
  text-align: center;
  margin: 0 auto !important;
  min-width: initial;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data {
  display: none !important;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset p {
  margin: 0;
  color: #676767;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset p label {
  cursor: initial;
  font-size: 13px;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data {
  margin: 0;
  width: 100%;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a {
  width: 100%;
  text-decoration: underline;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='none'] {
  display: block !important;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='none'] p.coupon-label {
  display: none;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='flex'] p.coupon-label {
  display: none;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset > div[style*='flex'] p.coupon-fields {
  width: 100%;
}

.summary-template-holder .summary-coupon p.coupon-fields span {
  display: flex;
  width: 100%;
  position: relative;
}

.summary-template-holder .summary-coupon p.coupon-fields span.info {
  align-items: center;
  padding: 0;
  color: #323232;
}

.summary-template-holder .summary-coupon p.coupon-fields span.info > span {
  text-align: left;
  margin-right: 10px;
  color: #1a73e8;
}

.summary-template-holder .summary-coupon p.coupon-fields span input {
  width: 100%;
  margin-right: 10px;
}

.summary-template-holder .summary-coupon p.coupon-fields .delete {
  width: auto;
}

.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove {
  color: #ff4c4c;
  font-size: 0;
  display: flex;
  align-items: center;
}

.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K');
  width: 11px;
  height: 12px;
  display: block;
  line-height: 10px;
}

.summary-template-holder .summary-coupon i.icon-spin.loading-coupon {
  border: 1px solid #666;
  border-top: none;
  border-radius: 100%;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 0;
  display: none;
  margin: 0;
  position: absolute;
  top: 25%;
  right: 10px;
  z-index: -1;
}

.summary-template-holder span.link-choose-more-products-wrapper {
  display: none;
}

.summary-template-holder .cart-links-bottom {
  float: none;
  margin: 10px 0 0 0;
  position: unset;
}

.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 {
    width: 100%;
  }

  .summary-template-holder .cart-links-bottom a {
    border-radius: 0;
  }
}

.summary-template-holder .summary-totalizers .table td.space,
.summary-template-holder .summary-totalizers .table td.empty,
.summary-template-holder .summary-totalizers tbody.shipping-calculate {
  display: none;
}

.summary-template-holder .shipping-reset {
  display: none;
}

.summary-template-holder .accordion-inner {
  margin-top: 10px;
}

.summary-template-holder tr:not(.Shipping) {
  display: flex !important;
  justify-content: space-between;
  border: none !important;
}

.summary-template-holder tr:not(.Shipping).CustomTax:not(.CustomTax--total) {
  display: none !important;
}

.summary-template-holder tbody {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 0;
  display: block;
}

.summary-template-holder tbody td {
  display: inline-block;
  text-align: left !important;
  width: auto;
  color: #676767;
  font-size: 13px;
  padding: 0 0 3px 0 !important;
}

.summary-template-holder tbody td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
}

.summary-template-holder tfoot tr td {
  padding: 14px 0 !important;
  color: #323232;
  font-size: 14px;
  font-weight: bold;
}

.summary-template-holder tfoot tr td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
  color: #1a73e8;
}

.summary-coupon {
  width: 100% !important;
}

.cart-select-gift-placeholder {
  width: auto !important;
  display: none !important;
}

.cart-more-options {
  width: 100% !important;
  margin: 0 !important;
  border: none;
  padding: 0;
  min-height: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
}

.cart-more-options .cart-select-gift-placeholder {
  display: block !important;
}

.cart-more-options .vtex-shipping-preview-0-x-alert .shp-alert-content.vtex-shipping-preview-0-x-content {
  display: flex;
  align-items: center;
}

.cart-more-options .srp-container {
  max-width: 100% !important;
}

.cart-more-options .srp-container span.error {
  display: none;
}

.cart-more-options .srp-container .srp-toggle__wrapper label {
  background: #fff;
  padding: 10px 0;
  border-radius: 4px;
}

.cart-more-options .srp-container .srp-delivery-info .b--light-gray {
  background: #fff;
  border-radius: 4px;
}

.cart-more-options .srp-container select,
.cart-more-options .srp-container input[type='text']:not(.pac-target-input) {
  outline: initial;
}

.cart-more-options .srp-container form.srp-postal-code__form.dib.relative {
  width: 100%;
}

.cart-more-options .srp-container button.shp-open-options {
  border-color: #1d63be;
}

.cart-more-options .srp-container .onda-v1 .blue {
  color: #1a73e8;
  outline: none;
}

.cart-more-options .srp-container .onda-v1 .b--blue {
  border-color: #1a73e8;
  outline: none;
}

.cart-more-options .srp-container .onda-v1 .bg-blue {
  background: #1a73e8;
  outline: initial;
}

.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country {
  width: 98%;
}

.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a,
.cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .srp-container
  .vtex-shipping-preview-0-x-pc
  a {
  height: 40px;
  outline: initial;
  border-radius: 4px;
}

.cart-more-options .srp-container .ship-postalCode {
  width: auto !important;
  max-width: 190px;
}

.cart-more-options .srp-container .ship-postalCode input#ship-postalCode {
  width: 100%;
}

.cart-more-options .cart-select-gift-placeholder,
.cart-more-options #shipping-preview-container {
  margin: 20px;
  width: 100%;
}

@media (min-width: 690px) {
  .cart-more-options .cart-select-gift-placeholder {
    margin-bottom: 0;
  }
}

.cart-more-options .cart-select-gift-placeholder:empty {
  display: none;
}

.cart-more-options #shipping-preview-container {
  width: 100% !important;
}

@media (max-width: 690px) {
  .cart-more-options #shipping-preview-container {
    display: none !important;
  }
}

.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .btn,
.cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  .orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  a,
.orderform-template-holder
  #payment-data
  .payment-discounts-list
  table
  td.action
  .cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  a,
.cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .cart-more-options
  .vtex-pickup-points-modal-3-x-pickupViewMode
  a {
  padding: 13px 0;
}

.cart-select-gift-placeholder .available-gift-item.active {
  background: #f1f7ff;
}

.cart-select-gift-placeholder .label-vertical-group:hover,
.cart-select-gift-placeholder .icon-check-empty,
.cart-select-gift-placeholder .icon-check-sign {
  color: #676767;
}

.cart-select-gift-placeholder .label-vertical-group:hover .icon-check-empty,
.cart-select-gift-placeholder .icon-check-sign {
  color: #1a73e8;
}

.body-cart-vertical .cart-template-holder {
  width: calc(70% - 20px);
}

@media (max-width: 998px) {
  .body-cart-vertical .cart-template-holder {
    width: 100%;
  }
}

.body-cart-vertical .summary-template-holder {
  width: 30%;
}

@media (max-width: 998px) {
  .body-cart-vertical .summary-template-holder {
    width: 100%;
    margin-top: 20px;
  }
}

.body-cart-vertical .cart-template.full-cart.active {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.body-cart-vertical .cart-template.full-cart.active .extensions-checkout-buttons-container {
  width: auto !important;
  margin: 0;
}

.body-cart-vertical .cart-template.full-cart.active .totalizers.summary-totalizers.cart-totalizers {
  width: 100%;
  padding: 0;
  margin: 0;
}

.client-pre-email {
  background: none;
  width: 100%;
  border-top: none;
  position: relative;
  text-align: left;
}

.client-pre-email fieldset.pre-email {
  box-sizing: border-box;
}

.client-pre-email label {
  margin: 0;
  line-height: 20px;
}

.client-pre-email label small {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #323232;
  font-weight: 400;
  margin: 0;
  vertical-align: top;
  display: block;
  margin-bottom: 13px;
  margin-top: 20px;
}

.client-pre-email .link-cart {
  display: none;
}

.client-pre-email h3.client-pre-email-h {
  margin: 0;
}

.client-pre-email h3.client-pre-email-h span {
  display: block;
  position: relative;
  font-size: 0;
  padding: 7px 0 !important;
}

.client-pre-email h3.client-pre-email-h span:after {
  content: 'Email';
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.client-pre-email h3.client-pre-email-h span:after {
  padding: 0 !important;
}

.client-pre-email h3.client-pre-email-h .link-box-edit {
  display: none;
}

.client-pre-email a#orderform-to-cart {
  color: #1a73e8;
}

.client-pre-email .client-email.input.text {
  margin: 0;
  width: 100%;
  position: initial;
}

.client-pre-email .client-email.input.text input[type='email'] {
  width: 100%;
  box-sizing: border-box;
}

.client-pre-email .client-email.input.text .btn-success {
  width: 20%;
  margin: 0;
  height: initial;
  position: absolute;
  top: initial;
  bottom: 15px;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  min-width: 55%;
}

@media (max-width: 768px) {
  .client-pre-email .client-email.input.text .btn-success {
    width: calc(100% - 60px);
  }
}

.client-pre-email .client-email.input.text .loading-inline {
  position: absolute;
  color: #fff;
  font-size: 16px;
  bottom: 35px;
  top: initial;
  right: 50% !important;
  margin-right: -10px;
}

.client-pre-email .client-email.input.text .loading-inline[style=''] + #btn-client-pre-email {
  font-size: 0;
}

.client-pre-email .emailInfo {
  margin-top: 20px;
  width: 80%;
  box-sizing: border-box;
}

.client-pre-email .emailInfo .icon-ok,
.client-pre-email .emailInfo h3 {
  color: #1a73e8;
}

@media (max-width: 690px) {
  .client-pre-email .emailInfo {
    width: 100%;
  }
}

.client-pre-email .emailInfo .icon-lock {
  color: #eee;
}

@media (max-width: 690px) {
  .client-pre-email .link-cart {
    display: none !important;
  }
}

.client-pre-email + .client-profile-data .accordion-body:before {
  content: 'Waiting for more information';
  display: block;
}

.client-pre-email + .client-profile-data .accordion-body .accordion-inner {
  display: none;
}

.client-pre-email + .client-profile-data.filled .accordion-body:before {
  display: none;
}

.client-pre-email[style*='display: none'] {
  padding-bottom: 20px !important;
}

.client-pre-email[style*='display: none'] .link-box-edit {
  display: block !important;
}

.client-pre-email[style*='display: none'] label small {
  display: none !important;
}

.client-pre-email[style*='display: none'] input#client-pre-email {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 400;
  pointer-events: none;
  cursor: text;
  background: none !important;
  color: #676767;
}

.client-pre-email[style*='display: none'] .emailInfo,
.client-pre-email[style*='display: none'] #btn-client-pre-email {
  display: none;
}

.client-pre-email[style*='display: none'] + .client-profile-data .accordion-body:before {
  display: none;
}

.client-pre-email[style*='display: none'] + .client-profile-data .accordion-inner {
  display: block;
}

body:not(.v-custom-step-email) .client-pre-email span.help.error {
  display: none !important;
}

.payment-group-item-cards .card-flag {
  width: 32px !important;
  background-size: auto 20px;
  min-width: auto;
  height: 20px;
}

.payment-group-item-cards .card-flag.Visa {
  background-position: 0 0;
}

.payment-group-item-cards .card-flag.Mastercard {
  background-position: -32px 0;
}

.payment-group-item-cards .card-flag.Diners {
  background-position: -64px 0;
}

.payment-group-item-cards .card-flag.Amex,
.payment-group-item-cards .card-flag.American {
  background-position: -96px 0;
}

.payment-group-item-cards .card-flag.Hipercard {
  background-position: -128px 0;
}

.payment-group-item-cards .card-flag.Discover {
  background-position: -160px 0;
}

.payment-group-item-cards .card-flag.Aura {
  background-position: -192px 0;
}

.payment-group-item-cards .card-flag.Banricompras {
  background-position: -224px 0;
}

.payment-group-item-cards .card-flag.Elo {
  background-position: -256px 0;
}

.payment-group-item-cards .card-flag.JCB {
  background-position: -288px 0;
}

.payment-group-item-cards .card-flag.Cabal {
  background-position: -320px 0;
}

.payment-group-item-cards .card-flag.Maestro {
  background-position: -352px 0;
}

.payment-group-item-cards .card-flag.Credz {
  background-position: -384px 0;
}

.vcustom--vtex-omnishipping-1-x-address label,
.orderform-template-holder .step .input.text label {
  margin: 10px 0 5px 0;
  display: block;
  color: #999;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before,
.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,
.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #a9a9a9;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}

svg.pickup-marker-blue,
svg.pickup-marker-blue path,
svg.pkpmodal-pickup-point-marker-image,
svg.pkpmodal-pickup-point-marker-image path,
svg.vtex-omnishipping-1-x-svg,
svg.vtex-omnishipping-1-x-svg path,
svg.pkpmodal-pickup-point-best-marker-image path:not([fill='white']) {
  fill: #1a73e8;
}

@media (max-width: 768px) {
  .container.container-main.container-order-form {
    width: calc(100% - 20px);
  }
}

.orderform-template-holder #client-profile-data {
  width: 100%;
}

.orderform-template-holder #client-profile-data form.client-pre-email,
.orderform-template-holder #client-profile-data .step.client-profile-data,
.orderform-template-holder #shipping-data,
.orderform-template-holder #payment-data {
  width: 100% !important;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px !important;
  z-index: initial;
  border: none;
  padding: 30px;
}

@media (max-width: 768px) {
  .orderform-template-holder #client-profile-data form.client-pre-email,
  .orderform-template-holder #client-profile-data .step.client-profile-data,
  .orderform-template-holder #shipping-data,
  .orderform-template-holder #payment-data {
    padding: 20px;
  }
}

.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,
.orderform-template-holder #client-profile-data .step.client-profile-data.client-pre-email,
.orderform-template-holder #shipping-data.client-pre-email,
.orderform-template-holder #payment-data.client-pre-email {
  display: block !important;
  padding-bottom: calc(40px + 14px + 30px);
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,
.orderform-template-holder #shipping-data .link-box-edit,
.orderform-template-holder #payment-data .link-box-edit {
  background: none;
  box-shadow: none;
  border: none;
  color: #1a73e8;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 1px;
  font-size: 14px;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: all ease 0.2s;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,
.orderform-template-holder #shipping-data .link-box-edit:hover,
.orderform-template-holder #payment-data .link-box-edit:hover {
  opacity: 1;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,
.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,
.orderform-template-holder #payment-data .link-box-edit i.icon-spinner {
  font-size: 17px;
  position: absolute;
  right: 0;
  display: none;
  top: -7px;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,
.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,
.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit {
  display: none;
}

.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,
.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,
.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,
.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner {
  display: block;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,
.orderform-template-holder #shipping-data .accordion-toggle,
.orderform-template-holder #payment-data .accordion-toggle {
  padding: 0;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle > i,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle > i,
.orderform-template-holder #shipping-data .accordion-toggle > i,
.orderform-template-holder #payment-data .accordion-toggle > i {
  display: none;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle > span,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle > span,
.orderform-template-holder #shipping-data .accordion-toggle > span,
.orderform-template-holder #payment-data .accordion-toggle > span {
  line-height: 20px;
  display: block;
  vertical-align: middle;
  line-height: initial;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,
.orderform-template-holder #client-profile-data form.client-pre-email .accordion-inner,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-inner,
.orderform-template-holder #shipping-data .accordion-toggle,
.orderform-template-holder #shipping-data .accordion-inner,
.orderform-template-holder #payment-data .accordion-toggle,
.orderform-template-holder #payment-data .accordion-inner {
  padding: 0;
}

.orderform-template-holder #client-profile-data form.client-pre-email input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #shipping-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #shipping-data select:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='text']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='tel']:not(.pac-target-input),
.orderform-template-holder #payment-data input[type='email']:not(.pac-target-input),
.orderform-template-holder #payment-data select:not(.pac-target-input) {
  width: 100%;
  max-width: 100%;
  outline: initial;
}

.orderform-template-holder #payment-data p.link.link-gift-card,
.orderform-template-holder #payment-data .payment-group-item {
  box-sizing: border-box;
  margin: 0 6px 10px 0;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  opacity: 1;
  text-decoration: none;
  color: #323232;
  transition: all ease 0.3s;
  padding: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  float: left;
  width: 100%;
}

.orderform-template-holder #payment-data p.link.link-gift-card.active,
.orderform-template-holder #payment-data .payment-group-item.active {
  background: #fff;
}

.orderform-template-holder #payment-data p.link.link-gift-card.active span,
.orderform-template-holder #payment-data .payment-group-item.active span {
  color: #000;
}

.orderform-template-holder #payment-data p.link.link-gift-card.active,
.orderform-template-holder #payment-data p.link.link-gift-card:hover,
.orderform-template-holder #payment-data .payment-group-item.active,
.orderform-template-holder #payment-data .payment-group-item:hover {
  box-shadow: 0 0 6px #cbcbcb;
  border: 1px solid #1a73e8;
}

.orderform-template-holder #payment-data p.link.link-gift-card,
.orderform-template-holder #payment-data fieldset.payment-group {
  width: 100%;
  left: 0;
  display: block;
  background: none;
  position: relative;
  margin: 0;
}

.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup {
  padding-top: 32px;
}

.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup > .payment-group-item-cards {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.orderform-template-holder
  #payment-data
  #iframe-placeholder-creditCardPaymentGroup
  > .payment-group-item-cards
  .card-flag {
  opacity: 1;
}

.orderform-template-holder #payment-data p.link.link-gift-card {
  margin-bottom: 10px;
  padding: 0;
}

.orderform-template-holder #payment-data p.link.link-gift-card a {
  padding: 10px 10px;
  display: block;
  text-align: left;
}

.orderform-template-holder #payment-data .payment-group-list-btn {
  width: 100%;
}

.orderform-template-holder #payment-data p.link.link-gift-card *,
.orderform-template-holder #payment-data .payment-group-item * {
  font-size: 12px !important;
  font-weight: bold;
}

.orderform-template-holder #payment-data .payment-group-item {
  position: relative;
  height: 40px;
}

.orderform-template-holder #payment-data .payment-group-item span.payment-group-item-text {
  padding: 0;
  line-height: 17px;
  background: none !important;
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 2),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 2) ~ .payment-group-item {
  width: calc(50% - 3px);
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 3),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 3) ~ .payment-group-item {
  width: calc(33.3% - 4px);
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 4),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 4) ~ .payment-group-item {
  width: calc(25% - 4.8px);
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5),
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5) ~ .payment-group-item {
  width: 100%;
  margin-right: 0;
  height: auto;
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5):after,
.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5):before,
.orderform-template-holder
  #payment-data
  .payment-group-item:first-child:nth-last-child(n + 5)
  ~ .payment-group-item:after,
.orderform-template-holder
  #payment-data
  .payment-group-item:first-child:nth-last-child(n + 5)
  ~ .payment-group-item:before {
  display: none;
}

.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n + 5):hover,
.orderform-template-holder
  #payment-data
  .payment-group-item:first-child:nth-last-child(n + 5)
  ~ .payment-group-item:hover {
  top: 0;
}

.orderform-template-holder #payment-data .payment-group-item:last-child {
  margin-right: 0;
}

.orderform-template-holder #payment-data .payment-group-item:hover {
  position: relative;
  background: #fff;
  top: -2px;
}

.orderform-template-holder #payment-data .payment-group-item.active:after,
.orderform-template-holder #payment-data .payment-group-item.active:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.orderform-template-holder #payment-data .payment-group-item.active:after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 6px;
}

.orderform-template-holder #payment-data .payment-group-item.active:before {
  border-color: #1a73e8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 7px;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default {
  padding: 0;
  margin: 0;
  width: 100%;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

.orderform-template-holder #payment-data p.payment-discounts-options,
.orderform-template-holder #payment-data p.gift-card-provider-options {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.orderform-template-holder #payment-data p.payment-discounts-options input,
.orderform-template-holder #payment-data p.payment-discounts-options select,
.orderform-template-holder #payment-data p.gift-card-provider-options input,
.orderform-template-holder #payment-data p.gift-card-provider-options select {
  margin: 0 10px;
}

.orderform-template-holder #payment-data p.payment-discounts-options label,
.orderform-template-holder #payment-data p.gift-card-provider-options label {
  line-height: 12px;
  margin: 0;
}

.orderform-template-holder #payment-data .payment-discounts-list {
  margin-bottom: 10px;
}

.orderform-template-holder #payment-data .payment-discounts-list .gift-card-provider-group-loyalty-program {
  border-bottom: 1px solid #eee;
}

.orderform-template-holder #payment-data .payment-discounts-list table {
  width: 100%;
}

.orderform-template-holder #payment-data .payment-discounts-list table td {
  padding: 0;
}

.orderform-template-holder #payment-data .payment-discounts-list table tbody,
.orderform-template-holder #payment-data .payment-discounts-list table tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.orderform-template-holder #payment-data .payment-discounts-list table td.code,
.orderform-template-holder #payment-data .payment-discounts-list table td.number {
  margin-right: 20px;
  flex-grow: 1;
  padding: 0;
}

.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card {
  text-decoration: underline;
  color: #ff4c4c;
}

.orderform-template-holder #payment-data input#payment-discounts-code {
  width: 100% !important;
}

.orderform-template-holder #payment-data #btn-add-gift-card {
  height: 40px;
  border-radius: 4px;
}

.orderform-template-holder #payment-data .steps-view {
  width: 100% !important;
  padding: 0;
  min-height: initial;
}

.orderform-template-holder #payment-data .steps-view iframe {
  margin: 0;
}

.orderform-template-holder #payment-data p.notification {
  font-weight: bold;
  font-weight: 400;
  color: #323232;
}

.orderform-template-holder #payment-data p.notification:not([style='display: none;']) + .box-step {
  padding: 0;
  border: none;
}

@media (min-width: 769px) {
  .orderform-template-holder #payment-data:last-child {
    margin-bottom: 0px !important;
  }
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap {
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #cbcbcb;
  color: #323232;
  transition: all ease 0.3s;
  overflow: hidden;
  margin-bottom: 10px;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,
.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover {
  border-color: #1a73e8;
  box-shadow: 0 0 6px #ddd;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup {
  padding-top: 0;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  margin: 0;
  width: 100% !important;
  height: auto;
  top: 0;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text {
  margin-right: auto;
  text-align: left;
  line-height: 27px !important;
  white-space: nowrap;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 100%;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards .card-flag:last-child {
  margin: 0;
}

@media (max-width: 360px) {
  .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards {
    display: none;
  }
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active {
  background: #f1f7ff;
  border-bottom: 1px solid #1a73e8;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item.active
  .payment-group-item-text:before {
  background: #1a73e8;
  border-color: #1a73e8;
  box-shadow: inset 0 0 0 3px #fff;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item.active
  .payment-group-item-cards
  span {
  opacity: 1;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item:hover
  .payment-group-item-text:before {
  border-color: #1a73e8;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:before,
.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:after {
  display: none;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-payPalPaymentGroup {
  position: relative;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-payPalPaymentGroup:after {
  content: '';
  width: 50px;
  height: 20px;
  display: block;
  background: url('https://io.vtex.com.br/checkout-ui/v6.18.19/img/payment-paypal-landscape.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  left: initial;
  border: none;
}

.orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-AffirmPaymentGroup:after {
  content: '';
  width: 65px;
  height: 25px;
  display: block;
  background: url(https://cdn-assets.affirm.com/images/black_logo-transparent_bg.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 3px;
  left: initial;
  border: none;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active + div,
.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active > div {
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .SecurityEnvironmentIcon {
  display: none;
}

.orderform-template-holder .step {
  border: none;
  padding: 0;
  background: none;
  margin-bottom: 0;
}

@media (max-width: 868px) {
  .orderform-template-holder .step {
    width: 100%;
  }
}

.orderform-template-holder .step .box-info {
  color: #323232;
}

.orderform-template-holder .step .box-info[style*='display: block'] {
  margin-top: 10px;
}

.orderform-template-holder .step .form-step fieldset {
  width: 100%;
  float: none;
}

.orderform-template-holder .step .form-step fieldset p {
  position: relative;
}

@media (max-width: 690px) {
  .orderform-template-holder .step .form-step fieldset p {
    float: none !important;
  }
}

.orderform-template-holder .step .form-step fieldset p.client-last-name,
.orderform-template-holder .step .form-step fieldset p.client-first-name {
  width: calc(50% - 5px);
  position: relative;
}

@media (max-width: 690px) {
  .orderform-template-holder .step .form-step fieldset p.client-last-name,
  .orderform-template-holder .step .form-step fieldset p.client-first-name {
    width: 100%;
  }

  .orderform-template-holder .step .form-step fieldset p.client-last-name input[type='text'],
  .orderform-template-holder .step .form-step fieldset p.client-first-name input[type='text'] {
    width: 100% !important;
  }
}

.orderform-template-holder .step .form-step fieldset p span.help.error {
  position: absolute;
  font-size: 11px;
  margin-top: 0;
}

.orderform-template-holder .step .form-step fieldset.box-client-info-pj {
  padding-top: 15px;
}

.orderform-template-holder .step .form-step fieldset.box-payment-option h3 {
  display: none;
}

.orderform-template-holder .step .form-step #is-corporate-client {
  color: #1a73e8;
}

.orderform-template-holder .step.client-profile-data .client-notice.notice {
  margin: 0 0 10px 0;
}

.orderform-template-holder .step.client-profile-data .box-client-info {
  margin-bottom: 20px;
}

.orderform-template-holder .step.client-profile-data .client-document,
.orderform-template-holder .step.client-profile-data .client-phone {
  width: calc(50% - 5px);
}

@media (max-width: 690px) {
  .orderform-template-holder .step.client-profile-data .client-document,
  .orderform-template-holder .step.client-profile-data .client-phone {
    width: 100%;
  }
}

.orderform-template-holder .step.shipping-data .box-step {
  display: flex;
  flex-wrap: wrap;
}

.orderform-template-holder .step.shipping-data .box-step > * {
  width: 100%;
  order: 1;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-addressFormPart1 {
  order: 1;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-addressForm {
  order: 2;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-addressInfo {
  order: 3;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-deliveryGroup {
  order: 4;
}

.orderform-template-holder .step.shipping-data .box-step > *.vtex-omnishipping-1-x-submitPaymentButton {
  order: 100;
}

.orderform-template-holder .step.shipping-data .box-step > *.btn-link.vtex-omnishipping-1-x-btnDelivery,
.orderform-template-holder
  .step.shipping-data
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .box-step
  > a.vtex-omnishipping-1-x-btnDelivery,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .orderform-template-holder
  .step.shipping-data
  .box-step
  > a.vtex-omnishipping-1-x-btnDelivery {
  order: 5;
  margin-top: 20px;
  background: #1a73e8;
}

.orderform-template-holder .step.shipping-data .box-step > *#postalCode-finished-loading,
.orderform-template-holder .step.shipping-data .box-step > *:last-child {
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address {
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'><path fill='%23999999' d='M15.998,5.951L4,16.237V30c0,0.552,0.448,1,1,1h8v-8h6v8h8c0.552,0,1-0.448,1-1V16.238L15.998,5.951z M19,19 h-6v-5h6V19z'></path> <polygon fill='%23999999' points='15.998,0.683 9,6.682 9,3 5,3 5,10.111 0.59,13.892 1.892,15.41 15.998,3.317 30.108,15.41 31.41,13.892 '></polygon></svg>")
    no-repeat;
  background-position: 12px 9px;
  border: 1px solid #cbcbcb;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-content {
  align-items: center;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption {
  background: #fff;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupButton,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:hover,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:active,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:focus,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsTogglePickup,
.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive {
  background: #1a73e8;
  border-color: #1a73e8;
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive {
  color: #1a73e8;
  border-color: #1a73e8;
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active {
  background-color: #f1f7ff;
}

.orderform-template-holder .step.shipping-data .shipping-method-toggle {
  border-color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-alert {
  border-color: #ffb100;
  display: flex;
  align-items: center;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-linkEdit {
  text-decoration: underline;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle {
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper {
  border: 1px solid #cbcbcb;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-summaryChange {
  background: #f1f7ff;
  border-color: #cbcbcb;
  color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList {
  border-color: #eee;
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-option:hover,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOptionActive,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOption {
  background: #fff !important;
}

.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk {
  color: #676767;
  fill: #676767;
}

.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-primary {
  outline: none;
  background: #1a73e8;
  border-color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange {
  border-color: #1a73e8;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p {
  clear: both;
  float: none;
  margin: 0;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p.input.ship-checkboxNumberLabel.text {
  width: auto;
  align-self: flex-end;
  display: flex;
  align-items: center;
  margin-left: 10px !important;
  height: 40px;
}

.orderform-template-holder .step.shipping-data input#ship-addressQuery {
  width: 100%;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver {
  display: block;
}

.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  svg.person-blue
  path {
  fill: #1a73e8;
}

.orderform-template-holder
  .step.shipping-data
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  .vtex-omnishipping-1-x-btn {
  color: #1a73e8;
}

@media (max-width: 490px) {
  .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-dateLink {
    width: 100%;
  }
}

.orderform-template-holder .step .submit.btn.btn-success,
.orderform-template-holder
  .step
  .summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  a.submit.btn-success,
.summary-template-holder
  .summary-coupon
  fieldset.coupon-fieldset
  .coupon-data
  .orderform-template-holder
  .step
  a.submit.btn-success,
.orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success,
.orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success {
  display: block;
  margin: 20px auto 0 auto;
  min-width: 55%;
}

.orderform-template {
  display: flex !important;
  padding-top: 0px;
  min-height: 400px !important;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .orderform-template {
    flex-wrap: wrap;
  }
}

.orderform-template .orderform-template-holder {
  width: 100%;
}

@media (min-width: 769px) {
  .orderform-template .orderform-template-holder {
    width: 61% !important;
    padding-right: 20px;
    max-width: calc(100% - 271px);
    float: left;
    box-sizing: border-box;
  }
}

@media (max-width: 690px) {
  .orderform-template {
    width: 100%;
    padding-top: 0px;
  }
}

.orderform-template .cart-template.mini-cart {
  width: 39%;
  min-width: 255px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  bottom: 0px;
  top: 20px;
  right: 0;
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  .orderform-template .cart-template.mini-cart {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.orderform-template .cart-template.mini-cart .cart-items > .v-custom-indexed-item {
  display: none !important;
}

.orderform-template .cart-template.mini-cart .cart-fixed {
  height: auto !important;
  position: relative !important;
  max-width: 100%;
  width: 100% !important;
  top: 0;
  min-height: initial;
}

@media (min-width: 769px) {
  .orderform-template .cart-template.mini-cart .cart-fixed.affix-top {
    position: relative !important;
  }
}

.orderform-template .cart-template.mini-cart h2 {
  text-align: left;
  border-top: none;
  background: none !important;
  margin-bottom: 15px;
}

.orderform-template .cart-template.mini-cart .quantity {
  min-width: 10px;
  width: auto;
  height: 10px;
  display: inline-block;
  background: #f1f7ff;
  color: #1a73e8;
}

.orderform-template .cart-template.mini-cart .summary-template-holder {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .accordion-inner {
  margin-top: 0px;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .summary > .summary-coupon-wrap,
.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap > .summary-coupon {
  display: block !important;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon p {
  margin: 0;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .summary > .summary-coupon-wrap {
  border-top: 1px solid #cbcbcb;
  padding: 8px 0;
}

.orderform-template .cart-template.mini-cart .summary-template-holder input[type='text'],
.orderform-template .cart-template.mini-cart .summary-template-holder button[type='submit'],
.orderform-template .cart-template.mini-cart .summary-template-holder p.coupon-fields span.info > span {
  line-height: 30px !important;
  height: 30px !important;
}

.orderform-template .cart-template.mini-cart .item {
  padding: 10px 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #eee;
}

.orderform-template .cart-template.mini-cart .item:last-child {
  border: none;
}

.orderform-template .cart-template.mini-cart .item ul.service-list.unstyled {
  margin: 0;
  float: none;
  width: 100%;
  background: none;
  display: inline-block;
  clear: both;
}

.orderform-template .cart-template.mini-cart .item .service-item,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item {
  background: #f1f7ff;
  border: 1px dashed #cbcbcb;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 10px 0 0 0;
}

.orderform-template .cart-template.mini-cart .item .service-item .description,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .description {
  margin-top: 0;
}

.orderform-template .cart-template.mini-cart .item .service-item > a,
.orderform-template .cart-template.mini-cart .item .service-item .quantity,
.orderform-template .cart-template.mini-cart .item .service-item .shipping-date,
.orderform-template .cart-template.mini-cart .item .service-item .item-subscription,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item > a,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .quantity,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .shipping-date,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-subscription {
  display: none;
}

.orderform-template .cart-template.mini-cart .item .service-item .price,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .price {
  margin: 0;
}

.orderform-template .cart-template.mini-cart .item .service-item:last-child,
.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item:last-child {
  margin-bottom: 0;
}

.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-unavailable {
  display: none;
}

.orderform-template .cart-template.mini-cart .item .fn {
  width: calc(82% - 20px);
}

.orderform-template .cart-template.mini-cart .item .description {
  display: flex;
  justify-content: space-between;
}

.orderform-template .cart-template.mini-cart .item .price,
.orderform-template .cart-template.mini-cart .item span.shipping-date {
  white-space: nowrap;
}

.orderform-template .cart-template.mini-cart .item .url {
  border-radius: 4px;
  overflow: hidden;
}

.orderform-template .cart-template.mini-cart .summary-totalizers {
  margin-bottom: 0;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button {
  position: absolute;
  top: 0px;
  right: 7px;
  color: #1a73e8;
  text-decoration: underline;
}

@media (max-width: 690px) {
  .orderform-template .cart-template.mini-cart #go-to-cart-button {
    display: none;
  }
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 14px 0;
  display: block;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody tr.CustomTax:not(.CustomTax--total) {
  display: none !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody td {
  display: inline-block;
  text-align: left !important;
  width: auto;
  color: #666;
  font-size: 13px;
  padding: 0 0 3px 0 !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody + tbody {
  border-top: none;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-reset,
.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-calculate {
  display: none !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td {
  padding: 14px 0 !important;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary {
  text-align: right !important;
  margin-left: auto;
  float: right;
  color: #1a73e8;
}

.orderform-template .cart-template.mini-cart .cart {
  margin-bottom: 0;
  max-height: calc(100vh - 355px);
  overflow: auto;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar {
  width: 6px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 30px;
}

.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb {
  background: #eee;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) {
  max-height: 100px;
  overflow: hidden;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item {
  overflow: hidden;
  position: relative;
  border: none !important;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item > * {
  opacity: 0;
}

.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0;
  position: absolute;
}

.orderform-template .payment-confirmation-wrap {
  border: none;
  padding: 0;
}

.orderform-template .payment-confirmation-wrap .payment-submit-wrap {
  margin: 10px 0 0 0;
}

@media (max-width: 768px) {
  .orderform-template .payment-confirmation-wrap .payment-submit-wrap {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
    background: #fff;
    margin: 0 !important;
  }

  .orderform-template .payment-confirmation-wrap .payment-submit-wrap button {
    border-radius: 0 !important;
  }
}

@media (max-width: 768px) {
  .orderform-template .payment-confirmation-wrap {
    border: none !important;
  }

  .orderform-template .payment-confirmation-wrap .payment-submit-wrap,
  .orderform-template .payment-confirmation-wrap button {
    margin: 0 !important;
  }
}

.orderform-template .payment-confirmation-wrap #payment-data-submit:disabled span {
  display: none;
}

.orderform-template .summary-note {
  display: none !important;
}

.orderform-template .summary-note p.note-data {
  display: none !important;
}

.orderform-template .summary-note > div {
  display: block !important;
}

.orderform-template .summary-note .note-textarea {
  height: 50px;
  line-height: 20px;
  max-width: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  max-height: 100px;
}

.orderform-template .custom-cart-template-wrap {
  position: relative;
  background: #fff;
  padding: 17px 20px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
}

.orderform-template .custom-cart-template-wrap .summary-cart-template-holder {
  height: auto !important;
}

.orderform-template .custom-cart-template-wrap .summary-template-holder {
  margin-top: 0;
}

.step.client-profile-data.active .box-step .form-step[style*='display: block'],
.step.shipping-data.active .accordion-inner.shipping-container,
#payment-data .box-step form.form-step {
  padding-top: 20px !important;
}

.orderform-template-holder #shipping-data .shipping-summary-info,
.orderform-template-holder .step .accordion-body p.notification,
.client-pre-email + .client-profile-data .accordion-body:before {
  display: none;
}

body.v-custom-step-shipping #shipping-data .shipping-summary-info,
body.v-custom-step-payment #shipping-data .shipping-summary-info {
  display: block;
}

.steps-view,
.gift-card-section,
.App.iframe-credit-card-payment-group {
  background: #fff;
}

#app-container {
  min-height: 100vh;
  background: #fff;
}

#app-container input[type='text'],
#app-container input[type='tel'],
#app-container input[type='email'],
#app-container select {
  width: 100%;
}

#app-container span.help.error {
  margin: 0 !important;
  display: none;
}

#app-container .SecurityEnvironmentIcon {
  margin-bottom: 20px;
  display: none;
}

#app-container .CardForm > div {
  position: relative;
  clear: both;
}

#app-container .CardForm .PaymentValue {
  display: none;
}

#app-container .CardForm input#creditCardpayment-card-0Number[value=''] {
  background: #fff;
  position: relative;
  z-index: 1;
}

#app-container .CardForm .SavedCardsList {
  width: calc(100% - 1px);
}

#app-container .CardForm .SavedCard .link-delete {
  right: 8px;
  top: 50%;
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 17px;
}

#app-container .FormFieldLabel {
  line-height: 30px;
}

#app-container .PaymentCardFlags {
  position: absolute;
  top: calc(30px + (40px - 25px) / 2);
  right: 16px;
  padding: 0;
}

#app-container .PaymentCardFlags .card-flag-label input {
  display: none;
}

#app-container .PaymentCardFlags .card-flag-label {
  width: auto;
}

#app-container .PaymentCardFlags .card-flag {
  opacity: 0.7;
  display: none;
}

#app-container .PaymentCardFlags .card-flag.card-selected {
  opacity: 1;
  display: block;
}

#app-container input#creditCardpayment-card-0Code,
#app-container input#creditCardpayment-card-1Code {
  width: 100px !important;
}

#app-container .label-vertical-group {
  padding: 9px;
}

#app-container .label-vertical-group:hover {
  color: #1a73e8;
}

#app-container .label-vertical-group.active {
  color: #1a73e8;
  background: #f1f7ff;
}

#app-container .label-vertical-group:not(.SavedCard) .card-flag {
  position: absolute;
  left: 5px;
  top: 8px;
}

#app-container .label-vertical-group .icon-ok-circle,
#app-container .label-vertical-group .icon-circle-blank {
  top: 9px;
}

#app-container .label-vertical-group.UseAnotherCard {
  background-color: #eee;
  padding: 4px;
  font-size: 11px;
  text-decoration: underline;
}

#app-container .label-vertical-group.UseAnotherCard #use-another-card {
  color: #676767;
}

#app-container .label-vertical-group.UseAnotherCard:hover #use-another-card {
  text-decoration: underline;
  color: #999;
}

#app-container label.FormFieldLabel {
  display: block;
  clear: both;
  width: auto;
  margin-right: 10px;
}

#app-container .AddressForm {
  display: flex;
  flex-wrap: wrap;
}

#app-container .AddressForm > * {
  width: 100%;
  order: 10;
}

#app-container .AddressForm input {
  max-width: 100%;
}

#app-container .AddressForm .payment-billing-address-street {
  order: 1;
}

#app-container .AddressForm .payment-billing-address-complement {
  order: 2;
}

#app-container .AddressForm .payment-billing-address-city {
  order: 3;
}

#app-container .AddressForm .payment-billing-address-state {
  order: 4;
}

#app-container .AddressForm .PostalCode {
  order: 5;
}

.orderform-template .summary-note.js-active {
  display: block !important;
}

body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap {
  display: block !important;
}

body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap .payment-submit-wrap {
  display: none;
}

body.js-vcustom-showNoteField .orderform-template .summary-note {
  display: block !important;
}

body.js-vcustom-showNoteField.v-custom-step-payment
  .orderform-template
  .payment-confirmation-wrap
  .payment-submit-wrap {
  display: block !important;
}

.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon {
  border: 1px dashed #ffb100;
  padding: 1px;
  font-size: 11px;
  background: #fff6e0;
  border-radius: 4px;
  margin-top: 4px !important;
  clear: both;
}

.vcustom-customTax-tot {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.vcustom-customTax-tot > span {
  background: #eee;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}

.vcustom-customTax-tot:hover .vcustom-customTax-resume {
  display: block;
}

.vcustom-customTax-resume {
  position: absolute;
  left: calc(100% + 10px);
  width: 128px;
  background: #eee;
  top: 50%;
  font-size: 11px;
  padding: 10px;
  transform: translateY(-50%);
  display: none;
}

.vcustom-customTax-resume__i {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.vcustom-customTax-resume:before {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right: 4px solid #eee;
}

.v-custom-addLabels-active-flag {
  background: #fff;
  color: #323232;
  padding: 1px 4px;
  border-radius: 4px;
  display: inline-block;
  align-items: center;
  font-size: 11px;
  border: 1px solid #cbcbcb;
}

.v-custom-addLabels-active-flag:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('//io.vtex.com.br/front-libs/bootstrap/2.3.2/img/glyphicons-halflings.png');
  background-repeat: no-repeat;
  background-position: 0 -48px;
  margin-right: 4px;
  opacity: 0.9;
  vertical-align: middle;
}

.v-custom-assemblies {
  margin: 10px 0 3px 0;
  overflow: hidden;
  border-top: 1px solid #cbcbcb;
  padding-top: 7px;
}

@media (max-width: 690px) {
  .v-custom-assemblies {
    width: 100%;
    left: 0;
    margin-bottom: 2px;
  }
}

.v-custom-assemblies p {
  display: none;
}

.v-custom-assemblies__values {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-custom-assemblies__values__item strong:after {
  content: ':';
}

.v-custom-assemblies__values__item span,
.v-custom-assemblies__values__item strong {
  line-height: 14px;
}

body.v-custom-paymentBuilder-accordion .steps-view {
  display: none;
}

body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date {
  display: none;
}

#shipping-data .accordion-group.shipping-data:after {
  opacity: 0;
  transition: all ease 0.3s;
}

.js-v-custom-is-loadAddress .vtex-omnishipping-1-x-warning {
  display: none !important;
}

.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after {
  content: '';
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  z-index: 2;
  margin: 0 0 20px 0;
  border-radius: 3px;
}

.js-v-custom-is-loadAddress #postalCode-finished-loading + .mb5 {
  display: none !important;
}

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

body.v-custom-addressForm-on.v-custom-step-shipping .vcustom--vtex-omnishipping-1-x-address {
  display: block;
}

body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info {
  display: flex;
}

body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info .ship-number {
  margin-right: 10px;
}

body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-addressForm,
body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-deliveryGroup,
body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-submitPaymentButton {
  display: none;
}

.vtex-omnishipping-1-x-submitShippingStepButton {
  margin: 20px 0 0 0;
}

body.v-custom-googleForm-on .vtex-omnishipping-1-x-deliveryGroup,
body.v-custom-googleForm-on .vtex-omnishipping-1-x-addressForm,
body.v-custom-googleForm-on .vtex-omnishipping-1-x-submitPaymentButton,
body.v-custom-googleForm-on .vtex-omnishipping-1-x-btnDelivery {
  display: none;
}

body.v-custom-googleForm-on .alert-noStreet {
  display: none;
}

.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container > * {
  display: none;
}

body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container {
  padding-top: 0 !important;
}

body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container {
  transition: all ease 0.3s;
}

body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-selectDeliveryText + div {
  margin: 0 !important;
}

body.v-custom-fnsCustomAddressForm
  .orderform-template-holder
  p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper {
  margin-bottom: 0 !important;
}

body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-country,
body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-addressQuery,
body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode {
  display: none;
}

body.v-custom-fnsCustomAddressForm.returningUser .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode {
  display: block;
}

body.v-custom-fnsCustomAddressForm
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  + .vtex-omnishipping-1-x-shippingSectionTitle
  + #back-to-address-list
  + .vtex-omnishipping-1-x-addressFormPart1
  p.input.ship-postalCode,
body.v-custom-fnsCustomAddressForm
  .vtex-omnishipping-1-x-container.shp-pickup-receiver
  + .vtex-omnishipping-1-x-shippingSectionTitle
  + .vtex-omnishipping-1-x-addressFormPart1
  p.input.ship-postalCode {
  display: block;
}

body.v-custom-fnsCustomAddressForm
  .orderform-template-holder
  .step.shipping-data
  .box-step
  .vtex-omnishipping-1-x-addressFormPart1 {
  order: 1;
}

body.v-custom-fnsCustomAddressForm .pac-logo[style*='none'] {
  border: 0;
}

body.v-custom-fnsCustomAddressForm .pac-logo[style*='none']:after {
  display: none;
}

body.v-custom-fnsCustomAddressForm #shipping-data .accordion-inner + .vcustom--vtex-omnishipping-1-x-address {
  display: none;
}

body.v-custom-fnsCustomAddressForm div#shipping-data {
  display: flex;
  flex-wrap: wrap;
}

body.v-custom-fnsCustomAddressForm div#shipping-data > * {
  width: 100%;
}

body.v-custom-fnsCustomAddressForm div#shipping-data .step.accordion-group.shipping-data {
  order: 1;
}

body.v-custom-fnsCustomAddressForm div#shipping-data .vcustom--vtex-omnishipping-1-x-address {
  order: 3;
}

.js-v-custom-is-loading .accordion-inner.shipping-container,
.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address {
  overflow: hidden;
}

.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address {
  height: 120px;
  position: relative;
}

.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.js-v-custom-is-loading .accordion-inner.shipping-container > *,
.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address > * {
  opacity: 0.5;
}

.vcustom--vtex-omnishipping-1-x-address {
  transition: all ease 0.3s;
}

.vcustom--vtex-omnishipping-1-x-address p.input {
  float: none;
  width: 100%;
  margin: 0;
}

.vcustom--vtex-omnishipping-1-x-address span.help.error {
  display: none;
}

.vcustom--vtex-omnishipping-1-x-address input {
  max-width: initial;
  width: 100%;
}

.vcustom--vtex-omnishipping-1-x-address input.error + span.help.error,
.vcustom--vtex-omnishipping-1-x-address select.error + span.help.error {
  display: block;
}

.vcustom--vtex-omnishipping-1-x-address__state {
  display: flex;
  margin: 0 -5px;
}

.vcustom--vtex-omnishipping-1-x-address__state p.input {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .vcustom--vtex-omnishipping-1-x-address__state {
    flex-wrap: wrap;
    margin: 0;
  }

  .vcustom--vtex-omnishipping-1-x-address__state p.input.ship-state {
    margin: 0;
  }
}

.pac-container.pac-logo {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}

.pac-logo:after {
  background: #fbfbfb url(https://developers.google.com/maps/documentation/images/powered_by_google_on_white.png)
    no-repeat 10px center;
  padding: 14px;
  background-size: 110px;
}

.address-list.vtex-omnishipping-1-x-addressList + p.input.ship-addressQuery.text {
  display: none;
}

.alert-noStreet {
  margin: 30px auto 0 auto;
  text-align: center;
}

body.js-vcustom-hideEmailStep .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email {
  display: none !important;
}

body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle > span:before {
  content: '1';
}

body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before {
  content: '2';
}

body.js-vcustom-hideEmailStep .payment-data .accordion-toggle > span:not(.payment-edit-link):before {
  content: '3';
}

body.js-vcustom-hideEmailStep .client-pre-email + .client-profile-data .accordion-body .accordion-inner {
  display: block;
}

.RTL-checkout select {
  direction: rtl;
}

.RTL-checkout .cart-template-holder {
  order: 2;
}

.RTL-checkout body .main-header .header-link {
  left: initial;
  right: 0;
}

.RTL-checkout body .main-header .checkout-steps {
  margin-left: initial;
  margin-right: auto;
}

.RTL-checkout .main-header .logo {
  order: 2;
}

.RTL-checkout .summary-template-holder tr .info {
  order: 2;
  text-align: right !important;
}

.RTL-checkout .orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,
.RTL-checkout .orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,
.RTL-checkout .orderform-template-holder #shipping-data .link-box-edit,
.RTL-checkout .orderform-template-holder #payment-data .link-box-edit {
  right: initial;
  left: 0;
}

.RTL-checkout .summary-template-holder tbody td.monetary,
.RTL-checkout .summary-template-holder tfoot tr td.monetary {
  margin-right: auto;
  margin-left: initial !important;
  text-align: left !important;
}

.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span {
  flex-direction: row-reverse;
}

.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span input {
  margin: 0 0 0 10px;
}

.RTL-checkout .table.cart-items tbody tr .v-custom-product-item-wrap,
.RTL-checkout .table.cart-items tbody tr,
.RTL-checkout .table.cart-items thead tr,
.RTL-checkout .table.cart-items thead tr th.product {
  flex-direction: row-reverse;
  text-align: right;
}

.RTL-checkout .table.cart-items tbody tr td.product-name {
  text-align: right;
}

.RTL-checkout .orderform-template .orderform-template-holder {
  order: 2;
  padding: 0 0 0 20px;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary {
  text-align: left !important;
}

.RTL-checkout br {
  width: 100%;
  height: 1px;
  content: ' ' !important;
  display: block !important;
  clear: both;
}

.RTL-checkout .table.cart-items td.quantity {
  direction: rtl;
}

.RTL-checkout .checkout-steps_items {
  direction: rtl;
}

.RTL-checkout .checkout-steps_items .text:before {
  margin: 0 0 0 7px;
}

.RTL-checkout .srp-toggle__wrapper {
  direction: rtl;
}

.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-framePickup {
  left: 0;
}

.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-frameDelivery {
  left: 50%;
}

.RTL-checkout .srp-delivery-header.mb3 {
  direction: rtl;
  display: flex;
}

.RTL-checkout .srp-delivery-current-many .flex {
  direction: rtl;
  text-align: right;
}

.RTL-checkout .step {
  direction: rtl;
}

.RTL-checkout .step .accordion-toggle > span:before,
.RTL-checkout .step .accordion-toggle:before {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

.RTL-checkout fieldset.box-client-info-pf {
  display: flex;
  flex-wrap: wrap;
}

.RTL-checkout .orderform-template-holder .step .form-step fieldset p,
.RTL-checkout .orderform-template-holder .step .form-step fieldset div {
  width: 100%;
}

.RTL-checkout p.client-first-name,
.RTL-checkout p.client-different-document,
.RTL-checkout p.client-document,
.RTL-checkout p.client-company-ie,
.RTL-checkout p.client-company-postal-code,
.RTL-checkout p.client-document-type,
.RTL-checkout p.payment-card-due-date {
  margin-left: 10px;
  margin-right: 0;
}

.RTL-checkout p.client-document,
.RTL-checkout p.client-phone,
.RTL-checkout p.client-company-document,
.RTL-checkout p.client-company-ie,
.RTL-checkout p.client-company-postal-code,
.RTL-checkout p.client-company-phone,
.RTL-checkout p.payment-card-due-month,
.RTL-checkout p.payment-card-lash,
.RTL-checkout p.payment-card-due-year {
  float: right;
}

.RTL-checkout input.success:not([invalid='true']) {
  background-position: left top;
}

.RTL-checkout .vtexIdUI .vtexIdUI-page {
  direction: rtl;
}

.RTL-checkout .vtexIdUI .modal-header .close {
  left: -1px;
  right: initial;
}

.RTL-checkout .vtexIdUI .pull-left {
  float: right;
}

.RTL-checkout .orderform-template-holder .step .box-info p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.RTL-checkout .vtex-omnishipping-1-x-leanShippingIcon.shp-option-icon,
.RTL-checkout .vtex-omnishipping-1-x-addressItemIcon {
  margin: 0 0 0 10px;
}

.RTL-checkout .vtex-omnishipping-1-x-leanShippingText {
  padding-right: 10px;
}

.RTL-checkout .address-summary {
  display: flex;
  flex-wrap: wrap;
}

.RTL-checkout br.line1-delimiter {
  width: 100%;
  height: 1px;
  content: ' ' !important;
  display: block !important;
  clear: both;
}

.RTL-checkout
  .orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-AffirmPaymentGroup:after,
.RTL-checkout
  .orderform-template-holder
  #payment-data
  .v-custom-payment-item-wrap
  .payment-group-item#payment-group-payPalPaymentGroup:after {
  right: initial;
  left: 10px;
}

.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text {
  margin-left: auto;
  margin-right: inherit;
}

.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before {
  margin-right: initial;
  margin-left: 10px;
}

.RTL-checkout .orderform-template-holder #payment-data p.link.link-gift-card a {
  text-align: right;
}

.RTL-checkout .orderform-template .custom-cart-template-wrap .summary-cart-template-holder {
  direction: rtl;
}

.RTL-checkout .pull-right {
  float: left !important;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .item .price {
  margin-right: auto;
  direction: initial;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .item .url {
  float: right;
  margin: 0 0 0 6px;
}

.RTL-checkout .orderform-template .cart-template.mini-cart .item .fn {
  text-align: right;
  float: right;
}

.RTL-checkout .orderform-template .cart-template.mini-cart h2 {
  text-align: right;
}

.RTL-checkout .orderform-template .cart-template.mini-cart #go-to-cart-button {
  left: 7px;
  right: initial;
}

.RTL-checkout .vtex-omnishipping-1-x-SummaryItemInfo {
  border: none;
  border-left: 1px solid #eee;
  padding: 0 0 0 6px;
}

.RTL-checkout .vtexIdUI .vtexIdUI-page {
  direction: rtl;
}

.RTL-checkout .vtexIdUI .modal-header .close {
  left: -1px;
  right: initial;
}

.RTL-checkout .vtexIdUI .pull-left {
  float: right;
}

.RTL-checkout #app-container {
  direction: rtl;
}

.RTL-checkout #app-container .PaymentCardDueDate.clearfix {
  display: flex;
}

.RTL-checkout #app-container label.FormFieldLabel {
  margin: 0 0 0 10px;
}

.RTL-checkout #app-container .PaymentCardCVV {
  display: flex;
}

.RTL-checkout #app-container p.AddressToggle {
  display: flex;
}

.RTL-checkout #app-container .AddressToggle input {
  margin: 3px 0 0 5px;
}

@media (max-width: 998px) {
  .RTL-checkout.body-cart-vertical .summary-template-holder {
    order: 2;
  }
}

@media (max-width: 768px) {
  .RTL-checkout .orderform-template .cart-template.mini-cart {
    order: 2;
  }
}

@media (max-width: 690px) {
  .RTL-checkout .table.cart-items td.product-image a {
    margin-right: 0;
    margin-left: 20px;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.product-image,
  .RTL-checkout .full-cart .cart table tbody tr td.bundle-item-image {
    left: initial;
    right: 0;
  }

  .RTL-checkout .table.cart-items td.product-name,
  .RTL-checkout .table.cart-items td.quantity {
    margin-left: 0 !important;
    margin-right: 90px !important;
  }

  .RTL-checkout .table.cart-items td.quantity {
    float: right;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.product-name a,
  .RTL-checkout .full-cart .cart table tbody tr td.bundle-item-name span {
    padding: 0 0 0 20px;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.product-price {
    float: left;
  }

  .RTL-checkout .full-cart .cart table tbody tr td.item-remove {
    left: 0;
    right: initial;
  }
}

body.debug-on
  > *:not(.container-main, .main-header, .main-footer, #vtexIdContainer, .vtex-front-messages-placeholder, .pac-container) {
  display: none;
}

/* source: <chatuba.checkout-ui-settings@0.5.9+build1707243539> */
@font-face {
  font-family: 'Pill Gothic 600mg';
  src: url('https://chatubaio.vtexassets.com/assets/vtex/assets-builder/chatubaio.store-theme/0.12.0/fonts/Pill_Gothic_600mg_Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pill Gothic 600mg';
  src: url('https://chatubaio.vtexassets.com/assets/vtex/assets-builder/chatubaio.store-theme/0.12.0/fonts/Pill_Gothic_600mg_Semibd.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pill Gothic 600mg';
  src: url('https://chatubaio.vtexassets.com/assets/vtex/assets-builder/chatubaio.store-theme/0.12.0/fonts/Pill_Gothic_600mg_Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Displays the option to enter a foreign document */
.document-box {
  display: block;
}

/* Displays the option to enter an international phone */
.phone-box {
  display: block;
}

body {
  font-family: 'Pill Gothic 600mg';
  padding: 0 !important;
  height: 100vh;
  background: #ffffff;
}

.vtex-social-selling ul {
  display: flex;
  flex-direction: column;
}

.sb-bar {
  bottom: 30vh !important;
}

.sb-mask .fa-cart-plus::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4001 7.20002C14.4001 6.98785 14.3158 6.78437 14.1658 6.63434C14.0158 6.48431 13.8123 6.40002 13.6001 6.40002C13.3879 6.40002 13.1844 6.48431 13.0344 6.63434C12.8844 6.78437 12.8001 6.98785 12.8001 7.20002V9.60002H10.4001C10.1879 9.60002 9.98444 9.68431 9.83441 9.83434C9.68438 9.98437 9.6001 10.1879 9.6001 10.4C9.6001 10.6122 9.68438 10.8157 9.83441 10.9657C9.98444 11.1157 10.1879 11.2 10.4001 11.2H12.8001V13.6C12.8001 13.8122 12.8844 14.0157 13.0344 14.1657C13.1844 14.3157 13.3879 14.4 13.6001 14.4C13.8123 14.4 14.0158 14.3157 14.1658 14.1657C14.3158 14.0157 14.4001 13.8122 14.4001 13.6V11.2H16.8001C17.0123 11.2 17.2158 11.1157 17.3658 10.9657C17.5158 10.8157 17.6001 10.6122 17.6001 10.4C17.6001 10.1879 17.5158 9.98437 17.3658 9.83434C17.2158 9.68431 17.0123 9.60002 16.8001 9.60002H14.4001V7.20002Z' fill='white'/%3E%3Cpath d='M0.8 0C0.587827 0 0.384344 0.0842854 0.234315 0.234315C0.0842855 0.384344 0 0.587827 0 0.8C0 1.01217 0.0842855 1.21566 0.234315 1.36569C0.384344 1.51571 0.587827 1.6 0.8 1.6H2.576L3.2176 4.1712L5.6144 16.9472C5.64872 17.1305 5.74601 17.2961 5.88946 17.4153C6.0329 17.5345 6.21349 17.5998 6.4 17.6H8C7.15131 17.6 6.33737 17.9371 5.73726 18.5373C5.13714 19.1374 4.8 19.9513 4.8 20.8C4.8 21.6487 5.13714 22.4626 5.73726 23.0627C6.33737 23.6629 7.15131 24 8 24C8.84869 24 9.66263 23.6629 10.2627 23.0627C10.8629 22.4626 11.2 21.6487 11.2 20.8C11.2 19.9513 10.8629 19.1374 10.2627 18.5373C9.66263 17.9371 8.84869 17.6 8 17.6H19.2C18.3513 17.6 17.5374 17.9371 16.9373 18.5373C16.3371 19.1374 16 19.9513 16 20.8C16 21.6487 16.3371 22.4626 16.9373 23.0627C17.5374 23.6629 18.3513 24 19.2 24C20.0487 24 20.8626 23.6629 21.4627 23.0627C22.0629 22.4626 22.4 21.6487 22.4 20.8C22.4 19.9513 22.0629 19.1374 21.4627 18.5373C20.8626 17.9371 20.0487 17.6 19.2 17.6H20.8C20.9865 17.5998 21.1671 17.5345 21.3105 17.4153C21.454 17.2961 21.5513 17.1305 21.5856 16.9472L23.9856 4.1472C24.0072 4.03174 24.0031 3.91294 23.9737 3.79923C23.9442 3.68552 23.89 3.5797 23.815 3.48929C23.74 3.39887 23.6461 3.32608 23.5398 3.27608C23.4335 3.22608 23.3175 3.20011 23.2 3.2H4.624L3.976 0.6064C3.93282 0.433254 3.83298 0.279518 3.69237 0.16964C3.55176 0.0597611 3.37845 4.92984e-05 3.2 0H0.8ZM7.064 16L4.9632 4.8H22.2368L20.136 16H7.064ZM9.6 20.8C9.6 21.2243 9.43143 21.6313 9.13137 21.9314C8.83131 22.2314 8.42435 22.4 8 22.4C7.57565 22.4 7.16869 22.2314 6.86863 21.9314C6.56857 21.6313 6.4 21.2243 6.4 20.8C6.4 20.3757 6.56857 19.9687 6.86863 19.6686C7.16869 19.3686 7.57565 19.2 8 19.2C8.42435 19.2 8.83131 19.3686 9.13137 19.6686C9.43143 19.9687 9.6 20.3757 9.6 20.8ZM20.8 20.8C20.8 21.2243 20.6314 21.6313 20.3314 21.9314C20.0313 22.2314 19.6243 22.4 19.2 22.4C18.7757 22.4 18.3687 22.2314 18.0686 21.9314C17.7686 21.6313 17.6 21.2243 17.6 20.8C17.6 20.3757 17.7686 19.9687 18.0686 19.6686C18.3687 19.3686 18.7757 19.2 19.2 19.2C19.6243 19.2 20.0313 19.3686 20.3314 19.6686C20.6314 19.9687 20.8 20.3757 20.8 20.8Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-user-plus::before {
  content: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 19V17C17 14.7909 15.2091 13 13 13H5C2.79086 13 1 14.7909 1 17V19M17 6V12M14 9L20 9M13 5C13 7.20914 11.2091 9 9 9C6.79086 9 5 7.20914 5 5C5 2.79086 6.79086 1 9 1C11.2091 1 13 2.79086 13 5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-facebook-messenger::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0C4.0575 0 0 3.75496 0 8.40609C0 10.8841 1.1775 13.0857 3 14.6193V18L6.3285 16.378C7.1745 16.6265 8.0595 16.8122 9 16.8122C13.9425 16.8122 18 13.0572 18 8.40609C18 3.75496 13.9425 0 9 0ZM9 1.46193C13.1693 1.46193 16.5 4.58022 16.5 8.40609C16.5 12.232 13.1693 15.3503 9 15.3503C8.10375 15.3503 7.248 15.1843 6.4455 14.9161L6.141 14.8247L4.5 15.6244V13.9797L4.21875 13.7509C2.5545 12.4724 1.5 10.5566 1.5 8.40609C1.5 4.58022 4.83075 1.46193 9 1.46193ZM8.15625 6.09917L3.633 10.7591L7.6875 8.56617L9.84375 10.8278L14.3205 6.09844L10.359 8.2694L8.15625 6.09917Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-comment::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8.50003C18.0034 9.8199 17.695 11.1219 17.1 12.3C16.3944 13.7118 15.3097 14.8992 13.9674 15.7293C12.6251 16.5594 11.0782 16.9994 9.49997 17C8.1801 17.0035 6.87809 16.6951 5.69997 16.1L-2.86102e-05 18L1.89997 12.3C1.3049 11.1219 0.996531 9.8199 0.999971 8.50003C1.00058 6.92179 1.44058 5.37488 2.27069 4.03258C3.1008 2.69028 4.28823 1.6056 5.69997 0.900029C6.87809 0.30496 8.1801 -0.00341276 9.49997 2.84881e-05H9.99997C12.0843 0.11502 14.053 0.99479 15.5291 2.47089C17.0052 3.94699 17.885 5.91568 18 8.00003V8.50003Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-link::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.85911 12.6929L5.04909 13.498C4.70976 13.832 4.25271 14.0192 3.77657 14.0192C3.30044 14.0192 2.84339 13.832 2.50405 13.498C2.3386 13.3341 2.20727 13.1391 2.11764 12.9242C2.02801 12.7093 1.98186 12.4788 1.98186 12.2459C1.98186 12.0131 2.02801 11.7826 2.11764 11.5677C2.20727 11.3528 2.3386 11.1578 2.50405 10.9939L5.4841 8.03887C6.10111 7.42586 7.26313 6.52384 8.11014 7.36386C8.20129 7.46105 8.31109 7.53888 8.43298 7.59271C8.55487 7.64654 8.68636 7.67527 8.8196 7.67717C8.95283 7.67906 9.08508 7.6541 9.20846 7.60377C9.33184 7.55344 9.44381 7.47876 9.5377 7.38421C9.63158 7.28965 9.70545 7.17715 9.75491 7.05341C9.80436 6.92968 9.82838 6.79725 9.82553 6.66404C9.82268 6.53082 9.79302 6.39954 9.73832 6.27803C9.68362 6.15653 9.60501 6.04729 9.50716 5.95683C8.06914 4.52881 5.94111 4.79281 4.08808 6.63184L1.10803 9.58789C0.755916 9.93504 0.476563 10.3489 0.286311 10.8053C0.0960588 11.2617 -0.00127179 11.7515 1.25468e-05 12.2459C-0.00121596 12.7404 0.0961401 13.2301 0.286389 13.6865C0.476638 14.1429 0.755961 14.5568 1.10803 14.904C1.81774 15.6079 2.77745 16.002 3.77707 16C4.74409 16 5.7111 15.635 6.44612 14.904L7.25713 14.099C7.34962 14.0075 7.42313 13.8987 7.47346 13.7787C7.52379 13.6588 7.54993 13.5301 7.5504 13.4C7.55086 13.2699 7.52563 13.141 7.47617 13.0207C7.4267 12.9004 7.35396 12.7911 7.26213 12.6989C7.07649 12.5128 6.82474 12.4077 6.56185 12.4066C6.29897 12.4054 6.04633 12.5084 5.85911 12.6929ZM14.8913 1.20876C13.3442 -0.325268 11.1822 -0.408269 9.75217 1.01175L8.74315 2.01377C8.5567 2.19889 8.45143 2.4505 8.45049 2.71325C8.44955 2.97599 8.55303 3.22834 8.73815 3.41479C8.92328 3.60124 9.17488 3.70652 9.43763 3.70745C9.70037 3.70839 9.95272 3.60492 10.1392 3.41979L11.1492 2.41878C11.8892 1.68276 12.8602 1.98777 13.4952 2.61578C13.8312 2.95078 14.0172 3.39479 14.0172 3.8678C14.0172 4.34081 13.8312 4.78481 13.4952 5.11882L10.3152 8.27287C8.86115 9.71389 8.17914 9.03888 7.88814 8.74988C7.79582 8.65821 7.68635 8.58563 7.56597 8.53627C7.4456 8.48692 7.31669 8.46175 7.18659 8.46222C7.05649 8.46268 6.92776 8.48876 6.80775 8.53898C6.68773 8.58919 6.57878 8.66256 6.48712 8.75488C6.39545 8.8472 6.32287 8.95667 6.27351 9.07704C6.22415 9.19741 6.19899 9.32633 6.19946 9.45642C6.19992 9.58652 6.226 9.71525 6.27622 9.83527C6.32643 9.95529 6.39979 10.0642 6.49212 10.1559C7.16013 10.8179 7.92214 11.1459 8.72015 11.1459C9.69717 11.1459 10.7302 10.6539 11.7132 9.67889L14.8932 6.52584C15.2446 6.17817 15.5234 5.76417 15.7134 5.30788C15.9035 4.85158 16.001 4.36208 16.0003 3.8678C16.0012 3.37316 15.9036 2.88328 15.7132 2.42675C15.5227 1.97022 15.2434 1.55618 14.8913 1.20876Z' fill='white'/%3E%3C/svg%3E%0A");
}

.sb-b-gmail .sb-mask .fa-envelope::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.58579 8.58579C9.36683 9.36683 10.6332 9.36684 11.4142 8.58579L18.5 1.5M2 15H18C18.5523 15 19 14.5523 19 14V2C19 1.44772 18.5523 1 18 1H2C1.44772 1 1 1.44772 1 2V14C1 14.5523 1.44772 15 2 15Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sb-b-email .sb-mask .fa-envelope::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8571 10C13.8571 12.1302 12.1302 13.8571 10 13.8571C7.86976 13.8571 6.14286 12.1302 6.14286 10C6.14286 7.86976 7.86976 6.14286 10 6.14286C12.1302 6.14286 13.8571 7.86976 13.8571 10ZM13.8571 10V11.2857C13.8571 12.7059 15.0084 13.8571 16.4286 13.8571C17.3408 13.8571 18.1422 13.3821 18.5986 12.6658C18.8528 12.2671 19 11.7936 19 11.2857V10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19C11.9122 19 13.6851 18.4037 15.1429 17.3868' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sb-mask .fa-cart-plus::before,
.sb-mask .fa-user-plus::before,
.sb-mask .fa-facebook-messenger::before,
.sb-mask .fa-comment::before,
.sb-mask .fa-link::before,
.sb-b-gmail .sb-mask .fa-envelope::before,
.sb-b-email .sb-mask .fa-envelope::before {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb-mask .fa-cart-plus::before,
.sb-mask .fa-user-plus::before {
  margin-top: 0.25rem;
}

.sb-mask .fa-facebook-messenger::before,
.sb-mask .fa-comment::before,
.sb-mask .fa-link::before,
.sb-b-gmail .sb-mask .fa-envelope::before,
.sb-b-email .sb-mask .fa-envelope::before {
  margin-top: 0.125rem;
}

.sb-mask .sb-label {
  font-family: 'Pill Gothic 600mg';
  font-size: 1rem;
}

.link-choose-products {
  font-family: 'Pill Gothic 600mg';
}

.container {
  max-width: 82.5rem;
  min-height: 40.62rem;
}

.checkout-container {
  margin-top: 2rem;
}

.body-cart-vertical .cart-template-holder {
  max-width: 53.125rem;
}

.header__checkout-content,
.footer__checkout-brand-logo,
.footer__checkout-row-2,
.payments-list,
.footer__development,
.stamps-list,
.orderform-template-holder #payment-data p.link.link-gift-card {
  display: flex;
}

.header__checkout,
.header__checkout-content {
  background-color: #ffe600;
  height: 4.75rem;
}

.header__checkout-content {
  justify-content: space-between;
  align-items: center;
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.security-text {
  margin: 0;
}

.security-text::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33325 6.33333V3.66667C3.33325 2.19391 4.52716 1 5.99992 1C7.47268 1 8.66659 2.19391 8.66659 3.66667V6.33333M1.33325 6.33333H10.6666V13H1.33325V6.33333Z' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin: 0.5rem;
}

.header__checkout-brand-logo img {
  width: 9.75rem;
}

.footer__checkout-brand-logo img {
  width: 15.25rem;
  height: 3.125rem;
}

.footer__checkout {
  background: rgba(242, 242, 242, 0.60);
  mix-blend-mode: multiply;
}

.footer__checkout-row-2,
.footer__checkout-stamps {
  border-top: 1px solid #eeeeee;
}

.footer__checkout ul {
  list-style: none;
  align-items: center;
}

.footer__checkout-row-2 {
  flex-direction: column;
  align-items: center;
}

.footer__checkout-brand-logo,
.footer__development {
  justify-content: center;
}

.payments-list,
.development-list,
.stamps-list {
  justify-content: space-evenly;
  margin: 0;
}

.stamps-list {
  gap: 10px;
}

.footer__checkout-payments-logos,
.footer__checkout-stamps,
.footer__checkout-row-2,
.footer__checkout-brand-logo {
  margin-top: 1.75rem;
}

.footer__checkout-stamps {
  padding-top: 1rem;
  color: #172847;
  font-family: "Pill Gothic 600mg";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 21px;
}

.footer__checkout-payments-logos {
  padding: 0.5rem 2.25rem;
}

.footer__checkout-payments-logos p {
  color: #182744;
  font-weight: bold;
  font-size: 1rem;
  margin-left: 0.8rem;
}

.footer__development,
.footer__copyright-text {
  padding: 1rem 1rem 1rem 0;
}

.footer__copyright-text,
.footer__development span {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #2B2C2F;
}

.footer__development {
  width: 100%;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button {
  display: flex;
}

.empty-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empty-cart-content::before {
  content: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='0.1' cx='70.4238' cy='101.634' rx='9.15033' ry='9.47712' fill='%230C2749' stroke='%230C2749' stroke-width='3.26797'/%3E%3Ccircle opacity='0.1' cx='105.391' cy='101.634' r='9.47712' fill='%230C2749' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cg opacity='0.1'%3E%3Cpath d='M115.769 83.497H62.9909L54.4383 47.3859H126.88L115.769 83.497Z' fill='%230C2749'/%3E%3Cpath d='M33.8242 30.7192C36.602 30.7192 44.9353 30.7192 50.4909 30.7192L54.4383 47.3859M54.4383 47.3859L62.9909 83.497H115.769L126.88 47.3859H54.4383Z' stroke='%230C2749' stroke-width='3.26797'/%3E%3C/g%3E%3Cline opacity='0.1' x1='17.1562' y1='56.8626' x2='39.3785' y2='56.8626' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cline opacity='0.1' x1='17.1562' y1='81.8626' x2='47.7118' y2='81.8626' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cline opacity='0.1' x1='25.4902' y1='70.7518' x2='42.1569' y2='70.7518' stroke='%230C2749' stroke-width='3.26797'/%3E%3Cpath d='M75.9798 104.249C75.9798 108.804 72.4254 112.419 68.1367 112.419C63.8479 112.419 60.2935 108.804 60.2935 104.249C60.2935 99.6929 63.8479 96.0787 68.1367 96.0787C72.4254 96.0787 75.9798 99.6929 75.9798 104.249Z' stroke='%230C2749' stroke-width='2.61438'/%3E%3Ccircle cx='103.104' cy='104.249' r='8.16994' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cpath d='M31.5352 33.3335C34.3129 33.3335 42.6463 33.3335 48.2018 33.3335L52.1492 50.0002M52.1492 50.0002L60.7018 86.1113H113.48L124.591 50.0002H52.1492Z' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cline x1='14.8691' y1='59.8041' x2='37.0914' y2='59.8041' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cline x1='14.8691' y1='84.8041' x2='45.4247' y2='84.8041' stroke='%230C2749' stroke-width='2.61438'/%3E%3Cline x1='23.2031' y1='73.6933' x2='39.8698' y2='73.6933' stroke='%230C2749' stroke-width='2.61438'/%3E%3C/svg%3E%0A");
  display: flex;
  margin-right: 1rem;
}

.empty-cart-title::after,
.empty-cart-title {
  text-align: center;
}

.empty-cart-title {
  color: #000000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

.empty-cart-message {
  display: none;
}

.empty-cart-title::after {
  content: 'Para seguir comprando, você pode ver nossas promoções e escolher seus produtos';
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  color: #292929;
  padding: 0 1.25rem;
  margin-top: 1rem;
}

.empty-cart-links,
.link-choose-products {
  width: 100%;
  max-width: 20.625rem;
  height: 2.5rem;
}

.orderform-template-holder #payment-data p.link.link-gift-card *,
.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  font-size: 1rem !important;
  color: #292929;
  font-weight: 400;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  min-width: 5.9rem;
}

.orderform-template-holder #payment-data .payment-discounts-list table td.code,
.orderform-template-holder #payment-data .payment-discounts-list table td.number {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #0c2749;
}

.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #666666;
  text-transform: capitalize;
}

.orderform-template-holder #payment-data #btn-add-gift-card {
  background: #0c2749;
  font-family: 'Pill Gothic 600mg';
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

.orderform-template-holder #payment-data p.link.link-gift-card {
  padding-left: 26px;
}

.orderform-template-holder #payment-data p.link.link-gift-card::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 7.14648H15.9188C16.136 7.03687 16.3352 6.89459 16.5094 6.72461C17.0017 6.2323 17.2783 5.56459 17.2783 4.86836C17.2783 4.17213 17.0017 3.50442 16.5094 3.01211C16.0171 2.5198 15.3494 2.24323 14.6531 2.24323C13.9569 2.24323 13.2892 2.5198 12.7969 3.01211C12.4594 3.34961 12.1969 3.87461 12 4.57773C11.8031 3.87461 11.5406 3.34961 11.2031 3.01211C10.7108 2.5198 10.0431 2.24323 9.34687 2.24323C8.65065 2.24323 7.98293 2.5198 7.49063 3.01211C6.99832 3.50442 6.72174 4.17213 6.72174 4.86836C6.72174 5.56459 6.99832 6.2323 7.49063 6.72461C7.66479 6.89459 7.86397 7.03687 8.08125 7.14648H3.75C3.45163 7.14648 3.16548 7.26501 2.9545 7.47599C2.74353 7.68697 2.625 7.97312 2.625 8.27148V11.2715C2.625 11.5699 2.74353 11.856 2.9545 12.067C3.16548 12.278 3.45163 12.3965 3.75 12.3965H4.125V18.7715C4.125 19.0699 4.24353 19.356 4.4545 19.567C4.66548 19.778 4.95163 19.8965 5.25 19.8965H18.75C19.0484 19.8965 19.3345 19.778 19.5455 19.567C19.7565 19.356 19.875 19.0699 19.875 18.7715V12.3965H20.25C20.5484 12.3965 20.8345 12.278 21.0455 12.067C21.2565 11.856 21.375 11.5699 21.375 11.2715V8.27148C21.375 7.97312 21.2565 7.68697 21.0455 7.47599C20.8345 7.26501 20.5484 7.14648 20.25 7.14648ZM13.3219 3.54648C13.6754 3.19382 14.1538 2.99502 14.6531 2.99336C15.0228 2.99747 15.383 3.11021 15.6891 3.31754C15.9951 3.52486 16.2334 3.81762 16.3743 4.15937C16.5152 4.50112 16.5525 4.87676 16.4815 5.23954C16.4105 5.60231 16.2343 5.93619 15.975 6.19961C15.3 6.87461 13.4156 7.09023 12.3844 7.13711C12.4313 6.10586 12.6469 4.22148 13.3219 3.54648ZM8.025 3.54648C8.19914 3.37215 8.40593 3.23386 8.63355 3.1395C8.86117 3.04514 9.10516 2.99657 9.35156 2.99657C9.59797 2.99657 9.84195 3.04514 10.0696 3.1395C10.2972 3.23386 10.504 3.37215 10.6781 3.54648C11.3531 4.22148 11.5688 6.10586 11.6156 7.13711C10.5844 7.09023 8.7 6.87461 8.025 6.19961C7.85067 6.02547 7.71237 5.81868 7.61801 5.59106C7.52365 5.36344 7.47509 5.11945 7.47509 4.87305C7.47509 4.62664 7.52365 4.38265 7.61801 4.15503C7.71237 3.92741 7.85067 3.72062 8.025 3.54648ZM3.375 11.2715V8.27148C3.375 8.17203 3.41451 8.07665 3.48484 8.00632C3.55516 7.93599 3.65054 7.89648 3.75 7.89648H11.625V11.6465H3.75C3.65054 11.6465 3.55516 11.607 3.48484 11.5367C3.41451 11.4663 3.375 11.3709 3.375 11.2715ZM4.875 18.7715V12.3965H11.625V19.1465H5.25C5.15054 19.1465 5.05516 19.107 4.98484 19.0366C4.91451 18.9663 4.875 18.8709 4.875 18.7715ZM19.125 18.7715C19.125 18.8709 19.0855 18.9663 19.0152 19.0366C18.9448 19.107 18.8495 19.1465 18.75 19.1465H12.375V12.3965H19.125V18.7715ZM20.625 11.2715C20.625 11.3709 20.5855 11.4663 20.5152 11.5367C20.4448 11.607 20.3495 11.6465 20.25 11.6465H12.375V7.89648H20.25C20.3495 7.89648 20.4448 7.93599 20.5152 8.00632C20.5855 8.07665 20.625 8.17203 20.625 8.27148V11.2715Z' fill='%23898989'/%3E%3C/svg%3E%0A");
  display: flex;
  height: 21px;
}

.orderform-template-holder #payment-data p.link.link-gift-card {
  justify-content: flex-start;
  align-items: center;
}

.orderform-template-holder #payment-data .payment-group-item,
.orderform-template-holder #payment-data p.link.link-gift-card {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  background-color: transparent;
}

.orderform-template-holder #payment-data .payment-group-item:hover,
.orderform-template-holder #payment-data .payment-group-item.active:hover,
.orderform-template-holder #payment-data p.link.link-gift-card:hover {
  border-color: #000;
  box-shadow: none;
}

.orderform-template-holder #payment-data .payment-group-item.active {
  border-color: #0c2749;
  box-shadow: none;
}

.orderform-template-holder #payment-data p.link.link-gift-card a {
  width: 100%;
}

.orderform-template-holder #payment-data .payment-group-item.active:before {
  z-index: 1;
  border: none;
  content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.870835 1.27148L6.5 11.0215L12.1292 1.27148H0.870835Z' fill='%23182744' stroke='%230C2749'/%3E%3C/svg%3E%0A");
  display: flex;
  justify-content: center;
  height: 19px;
}

#payment-group-instantPaymentPaymentGroup .payment-group-item-text,
#payment-group-creditCardPaymentGroup .payment-group-item-text {
  display: flex;
  gap: 16px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #292929;
}

.form-step .payment-group #payment-group-instantPaymentPaymentGroup.active .payment-group-item-text,
.form-step .payment-group #payment-group-creditCardPaymentGroup.active .payment-group-item-text {
  color: #0c2749;
  font-weight: 700;
}

#app-container input#creditCardpayment-card-0Code {
  width: 135px !important;
}

span.PaymentCardCVVHelp {
  left: -23px;
  bottom: -29px;
}

.PaymentCardCVV {
  display: grid;
  position: relative;
}

#payment-group-creditCardPaymentGroup .payment-group-item-text:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2502 5.35483H5.75016C5.10583 5.35483 4.5835 5.87716 4.5835 6.52149V13.5215C4.5835 14.1658 5.10583 14.6882 5.75016 14.6882H16.2502C16.8945 14.6882 17.4168 14.1658 17.4168 13.5215V6.52149C17.4168 5.87716 16.8945 5.35483 16.2502 5.35483Z' stroke='%23898989' stroke-linecap='square'/%3E%3Cpath d='M4.5835 8.85483H17.4168' stroke='%23898989' stroke-linecap='square'/%3E%3Cpath d='M17.5001 8.35483H19.2502C19.8945 8.35483 20.4168 8.87716 20.4168 9.52149V16.5215C20.4168 17.1658 19.8945 17.6882 19.2502 17.6882H8.75016C8.10583 17.6882 7.5835 17.1658 7.5835 16.5215V15.5215' stroke='%23898989' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  display: flex;
  height: 20px;
}

#payment-group-instantPaymentPaymentGroup .payment-group-item-text:before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.0214844' width='22' height='22' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_9562_390044' transform='scale(0.000976562)'/%3E%3C/pattern%3E%3Cimage id='image0_9562_390044' width='1024' height='1024' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  display: flex;
  height: 20px;
}

.gift-card-provider-default .payment-discounts-options {
  flex-wrap: wrap;
}

.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label {
  width: 100%;
  margin-bottom: 4px;
}

.orderform-template-holder #payment-data input#payment-discounts-code {
  flex: 1;
  margin: 0 16px 0 0;
  border: 1px solid #bebebe;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  box-sizing: border-box;
  width: auto !important;
}

#app-container .CardForm input:hover,
#app-container .CardForm input:focus,
.orderform-template-holder #payment-data input#payment-discounts-code:hover,
.orderform-template-holder #payment-data input#payment-discounts-code:focus {
  border-color: #000;
  box-shadow: none;
}

#btn-add-gift-card:hover {
  box-sizing: border-box;
}

.CardForm .FormFieldLabel {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

#app-container .CardForm input {
  border: 1px solid #bebebe;
  border-radius: 4px;
}

#app-container .CardForm label[for*='address-toggle-0'] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.PaymentInstallments,
.PaymentCardDueDate {
  margin: 32px 0;
}

.PaymentCardDueDate {
  justify-content: space-between;
}

.payment-card-due-year,
.payment-card-due-month {
  width: 35%;
}

.BillingAddress {
  margin-top: 32px;
}

.PaymentCardValue {
  margin-top: 20px;
}

.PaymentCardValue .add-on {
  background-color: transparent;
  padding-right: 8px;
  border: none;
}

.PaymentInstallments .input-xlarge {
  max-width: 100%;
}

.link-choose-products {
  background-color: #ed1c24;
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.link-choose-products:hover,
.link-choose-products:focus {
  background-color: #f4777c;
  transition: 0.3s;
  border: none;
}

.summary-totalizers .accordion-group {
  background-color: #f2f2f2;
  padding: 0.25rem 0.75rem;
  margin-top: 1rem;
}

.summary-totalizers .accordion-group .totalizers-list,
.orderform-template .cart-template.mini-cart .summary-totalizers tbody {
  border: none;
  padding: 0;
}

.accordion-group .totalizers-list tr {
  margin-bottom: 0.5rem;
}

.accordion-group .totalizers-list td,
.orderform-template .cart-template.mini-cart .summary-totalizers tbody td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #292929;
}

.summary-template-holder tfoot tr td.info,
.summary-template-holder tfoot tr td.monetary,
.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td,
.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary {
  font-size: 1.5rem;
  color: #292929;
  font-weight: 400;
}

.summary-template-holder tfoot tr td.monetary,
.full-cart .summary-totalizers .monetary {
  min-width: 9.75rem;
}

.btn-place-order-wrapper .btn {
  border: none;
  border-radius: 4px;
  font-family: 'Pill Gothic 600mg';
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.ship-postalCode .input-small,
.ask-for-geolocation-ask .vtex-omnishipping-1-x-imageAsk {
  display: none;
}

.ask-for-geolocation-ask .vtex-omnishipping-1-x-geolocationTitle {
  color: #000000;
}

.ask-for-geolocation-ask .vtex-omnishipping-1-x-subtitle {
  color: #292929;
  font-size: 14px;
}

.vtex-omnishipping-1-x-cta::before {
  content: url("data:image/svg+xml,%3Csvg width='166' height='100' viewBox='0 0 166 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83 100C37.4314 100 0.361328 85.8599 0.361328 68.4781C0.361328 51.0962 37.4314 36.9561 83 36.9561C128.568 36.9561 165.639 51.0962 165.639 68.4781C165.639 85.8599 128.568 100 83 100Z' fill='%23CED4DB'/%3E%3Cpath d='M109.352 26.1573C109.352 34.8012 105.719 39.9625 99.9058 48.6815C93.3665 58.1272 89.007 62.4867 83.1943 67.5728C77.3816 62.4867 71.1499 54.9652 67.9359 50.8613C62.8498 44.3672 57.0371 35.2264 57.0371 26.1573C57.0371 11.711 68.7481 0 83.1943 0C97.6405 0 109.352 11.711 109.352 26.1573Z' fill='%230C2749'/%3E%3Cpath d='M83.9203 36.3298C89.137 36.3298 93.366 32.1008 93.366 26.8841C93.366 21.6674 89.137 17.4385 83.9203 17.4385C78.7036 17.4385 74.4746 21.6674 74.4746 26.8841C74.4746 32.1008 78.7036 36.3298 83.9203 36.3298Z' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  margin: 20px;
}

#shipping-data .accordion-heading span,
#shipping-data .accordion-toggle::before,
#client-profile-data .accordion-toggle > span::before,
#payment-data .accordion-toggle span::before,
.orderform-template-holder #payment-data .accordion-heading .accordion-toggle > span {
  display: flex;
  align-items: center;
}

#client-profile-data .accordion-toggle span {
  display: flex !important;
  align-items: center;
}

#client-profile-data,
.orderform-template-holder #payment-data,
.orderform-template-holder #client-profile-data,
.orderform-template-holder #shipping-data {
  border: 1px solid #bebebe;
  border-radius: 4px;
  margin-bottom: 1rem;
}

#client-profile-data {
  border: 1px solid #bebebe;
  border-radius: 4px;
}

.orderform-template-holder .accordion-heading .accordion-toggle {
  color: #000000 !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
}

.box-client-info-pf .client-notice {
  font-size: 0.875rem;
  color: #000000;
}

.orderform-template-holder .step .form-step fieldset p {
  margin-top: 1rem;
}

.orderform-template-holder .step .input.text label {
  color: #000000;
  font-size: 1rem;
}

.document-box,
.phone-box,
.box-client-info-pj {
  text-align: center;
}

.orderform-template-holder .step .form-step fieldset.box-client-info-pj {
  padding-top: 0.5rem;
}

.box-client-info .newsletter {
  margin-top: 1rem;
}

.state-inscription-box {
  text-align: left;
}

.newsletter .newsletter-text,
.state-inscription-box .exempt-si-text {
  color: #898989;
  font-size: 0.875rem;
}

.document-box .link-use-other-document a,
.phone-box .links-other-phone a,
.orderform-template-holder .step .form-step #is-corporate-client,
.link-use-country-document a,
.corporate-hide-link a {
  color: #0c2749;
  text-decoration: underline;
}

.submit .btn,
.vtex-omnishipping-1-x-submitPaymentButton .btn,
.btn-ask-for-geolocation-cta {
  background-color: #ed1c24;
  border-radius: 4px;
  border: none;
  font-family: 'Pill Gothic 600mg';
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

.form-step p,
.vtex-omnishipping-1-x-SummaryItemTitle,
.vtex-omnishipping-1-x-SummaryItemContent,
.vtex-omnishipping-1-x-SummaryItemAddress,
.shp-summary-package-time {
  color: #666666;
  font-size: 1rem !important;
}

.form-step p {
  color: #666666;
  font-size: 1rem;
}

.icon-edit::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.0215L0.46967 12.4912C0.329018 12.6318 0.25 12.8226 0.25 13.0215H1ZM10 4.02148L10.5303 3.49115C10.2374 3.19826 9.76256 3.19826 9.46967 3.49115L10 4.02148ZM14 8.02148L14.5303 8.55181C14.8232 8.25892 14.8232 7.78405 14.5303 7.49115L14 8.02148ZM5 17.0215V17.7715C5.19891 17.7715 5.38968 17.6925 5.53033 17.5518L5 17.0215ZM1 17.0215H0.25C0.25 17.4357 0.585786 17.7715 1 17.7715L1 17.0215ZM1 1.02148V0.271484C0.585786 0.271484 0.25 0.607271 0.25 1.02148L1 1.02148ZM17 1.02148H17.75C17.75 0.607271 17.4142 0.271484 17 0.271484V1.02148ZM17 17.0215V17.7715C17.4142 17.7715 17.75 17.4357 17.75 17.0215H17ZM9 16.2715C8.58579 16.2715 8.25 16.6073 8.25 17.0215C8.25 17.4357 8.58579 17.7715 9 17.7715V16.2715ZM0.25 9.02148C0.25 9.4357 0.585786 9.77148 1 9.77148C1.41421 9.77148 1.75 9.4357 1.75 9.02148H0.25ZM1.53033 13.5518L10.5303 4.55181L9.46967 3.49115L0.46967 12.4912L1.53033 13.5518ZM9.46967 4.55181L13.4697 8.55181L14.5303 7.49115L10.5303 3.49115L9.46967 4.55181ZM13.4697 7.49115L4.46967 16.4912L5.53033 17.5518L14.5303 8.55181L13.4697 7.49115ZM5 16.2715H1V17.7715H5V16.2715ZM1.75 17.0215V13.0215H0.25V17.0215H1.75ZM6.46967 7.55181L10.4697 11.5518L11.5303 10.4912L7.53033 6.49115L6.46967 7.55181ZM1 1.77148H17V0.271484H1V1.77148ZM16.25 1.02148V17.0215H17.75V1.02148H16.25ZM17 16.2715H9V17.7715H17V16.2715ZM1.75 9.02148V1.02148H0.25V9.02148H1.75Z' fill='%230C2749'/%3E%3C/svg%3E%0A");
}

#shipping-data .accordion-toggle::before,
#client-profile-data .accordion-toggle > span::before,
#payment-data .accordion-toggle span::before {
  background: #0c2749;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
}

.address-summary .vtex-omnishipping-1-x-linkEdit {
  display: block;
  font-weight: bold;
  color: #0c2749;
  font-size: 14px;
  line-height: 20px;
}

.address-summary span {
  color: #666666;
  font-size: 14px;
}

.ship-postalCode small a {
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: underline;
  color: #0c2749;
}

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

.addressSummaryActive .address-summary-BRA {
  background: none;
}

#shipping-preview-container .srp-content h2,
.ship-postalCode label {
  font-size: 1rem;
  color: #000000;
  padding: 0 !important;
}

/* #shipping-preview-container button {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-left: 20px;
} */

#shipping-preview-container .srp-content {
  width: 100%;
}

.srp-toggle__wrapper .gray {
  color: #0c2749 !important;
  font-weight: bold;
  font-size: 0.875rem;
}

/* #shipping-preview-container button, */
.srp-toggle__wrapper .blue,
.vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryOptionActive {
  background-color: #0c2749 !important;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 0.875rem;
}

.shp-method-option span {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: 'Pill Gothic 600mg';
}

.shp-method-option-inactive span {
  color: #0c2749;
}

#shipping-preview-container input {
  border: 1px solid #bebebe;
  border-radius: 6px;
}

#shipping-preview-container .ship-postalCode {
  margin-right: 1rem;
}

#shipping-preview-container .srp-result {
  padding: 0.5rem;
}

#shipping-preview-container .srp-unavailable {
  border-color: #ffc42c;
}

#shipping-preview-container .srp-unavailable svg {
  border: 1.5px solid #ffc42c;
  border-radius: 20px;
  width: 1.125rem;
  height: 1.125rem;
}

#shipping-preview-container .srp-unavailable .srp-text {
  font-size: 0.875rem;
  color: #292929;
}

.vtex-shipping-preview-0-x-postalCodeForgotten {
  display: flex;
  justify-content: space-between;
}

.cart-more-options .srp-container .ship-postalCode {
  max-width: 19.375rem;
}

.srp-shipping-current-single,
.vtex-omnishipping-1-x-leanShippingGroupList {
  border: none !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList {
  margin-bottom: 1.5rem;
}

.srp-delivery-info .srp-shipping-current-single,
.vtex-omnishipping-1-x-leanShippingGroupList .shp-lean-option {
  padding: 1rem;
}

.vtex-omnishipping-1-x-warning .vtex-omnishipping-1-x-unavailableIcon {
  margin: 0.5rem;
}

.vtex-omnishipping-1-x-warning .onda-v1 {
  padding: 0.5rem;
}

.vtex-omnishipping-1-x-warning .onda-v1,
.vtex-omnishipping-1-x-warning .vtex-omnishipping-1-x-btnLeft,
.vtex-omnishipping-1-x-container .vtex-omnishipping-1-x-receiverTitle,
.vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemPrice,
.orderform-template-holder .step.shipping-data .shipping-summary-placeholder .vtex-omnishipping-1-x-summaryChange {
  font-size: 0.875rem;
}

.vtex-omnishipping-1-x-warning .vtex-omnishipping-1-x-image {
  border: 0.525px solid #bebebe;
  border-radius: 2.1px;
}

.vtex-omnishipping-1-x-container .vtex-omnishipping-1-x-receiverTitle {
  margin-top: 0.5rem;
  color: #292929;
}

.vtex-omnishipping-1-x-container .vtex-omnishipping-1-x-textBox {
  border: 1px solid #000000;
  border-radius: 8px;
}

.vtex-omnishipping-1-x-textBox .vtex-omnishipping-1-x-name {
  color: #000000;
  font-size: 1rem;
}

.vtex-omnishipping-1-x-textBox .vtex-omnishipping-1-x-name .vtex-omnishipping-1-x-btn,
.vtex-omnishipping-1-x-details {
  color: #0c2749 !important;
  text-decoration: underline;
  font-size: 1rem;
}

.vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemInfo,
.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonEditAddress,
.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonCreateAddress,
.vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-backToAddressList,
.vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-pickupPointChange {
  border: none;
}

.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonEditAddress,
.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonCreateAddress,
.vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-backToAddressList,
.vtex-omnishipping-1-x-findPickup .vtex-omnishipping-1-x-pickupPointChange {
  font-size: 0.875rem;
  font-family: 'Pill Gothic 600mg';
  text-transform: uppercase;
  text-decoration: underline;
  color: #0c2749;
  font-weight: bold;
}

.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonEditAddress .icon-edit::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 14.0215L0.96967 13.4912C0.829018 13.6318 0.75 13.8226 0.75 14.0215H1.5ZM14.5 1.02148L15.0303 0.491154C14.7374 0.198261 14.2626 0.198261 13.9697 0.491154L14.5 1.02148ZM18.5 5.02148L19.0303 5.55181C19.3232 5.25892 19.3232 4.78405 19.0303 4.49115L18.5 5.02148ZM5.5 18.0215V18.7715C5.69891 18.7715 5.88968 18.6925 6.03033 18.5518L5.5 18.0215ZM1.5 18.0215H0.75C0.75 18.4357 1.08579 18.7715 1.5 18.7715L1.5 18.0215ZM9.5 17.2715C9.08579 17.2715 8.75 17.6073 8.75 18.0215C8.75 18.4357 9.08579 18.7715 9.5 18.7715V17.2715ZM18 18.7715C18.4142 18.7715 18.75 18.4357 18.75 18.0215C18.75 17.6073 18.4142 17.2715 18 17.2715V18.7715ZM2.03033 14.5518L15.0303 1.55181L13.9697 0.491154L0.96967 13.4912L2.03033 14.5518ZM13.9697 1.55181L17.9697 5.55181L19.0303 4.49115L15.0303 0.491154L13.9697 1.55181ZM17.9697 4.49115L4.96967 17.4912L6.03033 18.5518L19.0303 5.55181L17.9697 4.49115ZM5.5 17.2715H1.5V18.7715H5.5V17.2715ZM2.25 18.0215V14.0215H0.75V18.0215H2.25ZM10.9697 4.55181L14.9697 8.55181L16.0303 7.49115L12.0303 3.49115L10.9697 4.55181ZM9.5 18.7715H18V17.2715H9.5V18.7715Z' fill='%230C2749'/%3E%3C/svg%3E%0A");
  margin-right: 0.5rem;
}

.vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-buttonCreateAddress .icon-plus::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.02148V17.0215M1 9.02148L17 9.02148' stroke='%230C2749' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-right: 0.5rem;
}

.vtex-omnishipping-1-x-SummaryItemContent .vtex-omnishipping-1-x-SummaryItemPrice {
  color: #000000;
  font-weight: bold;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active {
  background: #f2f2f2;
  border: 1px solid #bebebe;
  border-radius: 4px;
}

.orderform-template-holder .step.shipping-data .shipping-summary-placeholder .vtex-omnishipping-1-x-summaryChange {
  background: none;
  border: none;
  color: #0c2749;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

.srp-result .srp-delivery-header .srp-items {
  color: #666666;
  font-size: 1rem;
}

.srp-result .srp-delivery-header .srp-items strong {
  font-weight: normal;
}

.srp-result .srp-delivery-header .srp-address-title,
#deliver-at-text .srp-address-title {
  /* text-decoration: underline; */
  color: #0c2749 !important;
}

.srp-pickup-info #deliver-at-text .srp-address-title::after {
  content: '\f059';
  font-family: 'FontAwesome';
  margin-left: 1rem;
  text-decoration: none !important;
  text-decoration-color: white;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.srp-pickup-info #deliver-at-text::after {
  content: 'Clique para ver mais opções de retirada.';
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-left: 6px;
}

.srp-result .srp-shipping-current-single__description .srp-shipping-current-single__price,
.vtex-omnishipping-1-x-shippingSectionTitle,
.vtex-omnishipping-1-x-optionPrice {
  color: #0c2749 !important;
  font-size: 1rem !important;
  font-weight: bold;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.163 7.73287C15.367 7.91898 15.6833 7.90447 15.8694 7.70046C16.0555 7.49646 16.041 7.18021 15.837 6.9941L8.33698 0.152099C8.14608 -0.0220538 7.85393 -0.0220538 7.66302 0.152099L0.163025 6.9941C-0.0409809 7.18021 -0.0554902 7.49646 0.130618 7.70046C0.316726 7.90447 0.632975 7.91898 0.836981 7.73287L2 6.67188V15.5208C2 15.7969 2.22386 16.0208 2.5 16.0208H5.97983C5.98652 16.021 5.99325 16.0212 6 16.0212H10C10.0068 16.0212 10.0135 16.021 10.0202 16.0208H13.5C13.7761 16.0208 14 15.7969 14 15.5208V6.67188L15.163 7.73287ZM9.5 15.0212V10.7578H6.5V15.0212H9.5ZM3 15.0208V5.75962L8 1.19828L13 5.75962V15.0208H10.5V10.2578C10.5 9.98164 10.2761 9.75778 10 9.75778H6C5.72386 9.75778 5.5 9.98164 5.5 10.2578V15.0208H3Z' fill='%230C2749'/%3E%3C/svg%3E%0A")
    no-repeat;
  background-position: 20px 16px;
}

.srp-shipping-current-single__wrapper .srp-shipping-current-single__description .srp-shipping-current-single__text,
.vtex-omnishipping-1-x-leanShippingText {
  border-color: #999999;
}

.srp-shipping-current-single__wrapper .srp-shipping-current-single__text .srp-shipping-current-single__sla,
.vtex-omnishipping-1-x-leanShippingTextLabelSingle span {
  color: #292929;
  font-size: 0.875rem;
}

.vtex-omnishipping-1-x-addressItemText .address-summary span {
  color: #000000 !important;
}

.srp-shipping-current-single__wrapper .srp-shipping-current-single__bullet .srp-icon-radio-selected path,
.vtex-omnishipping-1-x-leanShippingIcon .vtex-omnishipping-1-x-svg path,
.vtex-omnishipping-1-x-addressItemIcon .vtex-omnishipping-1-x-svg path,
.vtex-omnishipping-1-x-PickupPointInfo .pickup-marker-blue path {
  fill: #0c2749;
}

div.cart-seller-coupon-container {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #999;
}

.coupon-column.summary-coupon-wrap form.coupon-form .coupon-fields .info .delete #cart-coupon-remove:before {
  width: 16px;
  height: 16px;
}

.summary-coupon form.coupon-form .coupon-fieldset .coupon-fields .info > span {
  font-family: 'Pill Gothic 600mg';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #0c2749;
}

form.coupon-form .coupon-fields:before,
.coupon-column.summary-coupon-wrap form.coupon-form .coupon-fieldset .coupon-label label,
label.cart-seller-coupon {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

fieldset.coupon-fieldset > div[style*='none'] .coupon-fields:before {
  content: 'Cupom de desconto';
  flex-direction: row;
  margin-bottom: 4px;
}

input#cart-coupon {
  margin-right: 16px;
  max-width: 235px;
  height: 40px !important;
}

input#cart-coupon,
input#cart-seller-coupon {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 16px;
  height: 40px;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: none;
}

input#cart-coupon:hover,
input#cart-coupon:focus,
input#cart-seller-coupon:hover,
input#cart-seller-coupon:focus {
  color: #000;
  border: 1px solid #000;
}

button#cart-coupon-add,
button#cart-seller-coupon-btn {
  width: 101px;
  height: 40px;
  background: #0c2749;
  border: 1px solid #ffffff;
  border-radius: 4px;
  align-self: flex-end;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

button#cart-coupon-add {
  font-size: 0;
  height: 40px !important;
}

button#cart-coupon-add:after {
  content: 'Aplicar';
  font-size: 14px;
}

button#cart-coupon-add:disabled,
button#cart-seller-coupon-btn:disabled {
  color: #bebebe;
  background: #f2f2f2;
  cursor: not-allowed;
  opacity: 1;
}

.full-cart .cart table tbody tr td.product-image {
  padding: 0;
}

.table.cart-items td.product-image a {
  margin-right: 8px;
}

.table.cart-items td.product-image img {
  width: 60px;
  max-height: 60px;
}

.full-cart .cart table tbody tr td.product-name {
  margin-left: 68px !important;
  padding: 0 !important;
}

.table.cart-items td.product-name a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.full-cart .cart table tbody tr td.product-name .seller {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  margin: 8px 0 0;
}

.full-cart .cart table tbody tr td.product-name .seller span[data-i18n='cart.soldBy'] {
  font-size: 0;
}

.full-cart .cart table tbody tr td.product-name .seller span[data-i18n='cart.soldBy']:before {
  content: 'Vendido e Entregue por ';
  font-size: 12px;
}

.table.cart-items td.quantity:before {
  content: 'Qtd:';
  margin-right: 8px;
}

.full-cart .cart table tbody tr td.quantity {
  min-width: 131px;
  border: none;
}

.table.cart-items td.quantity .item-quantity-change {
  width: 32px;
  height: 32px;
  border: 0.5px solid #0c2749;
  border-radius: 4px;
  box-sizing: border-box;
}

.table.cart-items td.quantity .item-quantity-change:before {
  color: #0c2749;
}

.table.cart-items td.quantity input {
  width: 24px !important;
  margin: 0 4px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px !important;
  color: #0c2749;
}

.vqc-ldelem,
.table.cart-items .new-product-price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ed1c24;
}

.full-cart .cart table tbody tr td.product-price {
  float: none;
  text-align: initial;
  margin: 8px 0;
}

.full-cart .cart table tbody tr td.product-price,
.table.cart-items td.quantity {
  margin-left: 68px !important;
}

.table.cart-items i.icon.icon-remove.item-remove-ico:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4V16C15 17.1046 14.1046 18 13 18H5C3.89543 18 3 17.1046 3 16V4M12 4V3C12 1.89543 11.1046 1 10 1H8C6.89543 1 6 1.89543 6 3V4M1 4H17M7 8V14M11 8V14' stroke='%23A7A7A7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.full-cart .cart table tbody tr + tr {
  border-top-style: solid;
}

.table.cart-items tbody tr td.product-price > span.best-price {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cart-template-holder .cart {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-template-holder .cart:before {
  content: 'Meu Carrinho';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.checkout-container.row-fluid.cart-active {
  margin-top: 16px;
}

.table.cart-items tbody tr td.product-price .list-price {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #bebebe;
}

.v-custom-quantity-price__list--selling .vqc-ldelem {
  font-size: 0;
}

.v-custom-quantity-price__list--selling .vqc-ldelem:after {
  content: 'cada';
  font-size: 16px;
}

.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,
.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after {
  content: '';
}

.v-custom-quantity-price__best:before {
  content: 'Valor total: ';
  color: #000;
  font-weight: normal;
}

.table.cart-items .new-product-price {
  width: 100%;
}

.item-unit-label,
.new-product-real-price-per-unit {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0c2749;
}

.table.cart-items td.quantity small.item-multiplier-label {
  display: none;
}

.full-cart .cart table tbody tr td.quantity {
  display: grid;
  grid-template-areas: 'quantity-before quantity-decrement quantity-value quantity-increment' 'quantity-item-unit quantity-item-unit quantity-item-unit quantity-item-unit';
}

.table.cart-items td.quantity .item-quantity-change-decrement {
  grid-area: quantity-decrement;
}

.table.cart-items td.quantity input {
  grid-area: quantity-value;
}

.table.cart-items td.quantity .item-quantity-change-increment {
  grid-area: quantity-increment;
}

.table.cart-items td.quantity small.item-unit-label {
  grid-area: quantity-item-unit;
  text-align: initial;
  margin-top: 4px;
}

.orderform-template .cart-template.mini-cart h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0c2749;
}

.orderform-template .cart-template.mini-cart .quantity {
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #898989;
  padding: 0 5px 5px 0;
  box-shadow: none;
  position: initial;
  text-align: left;
}

.cart-items .product-name {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  max-width: 65%;
}

.orderform-template .cart-template.mini-cart .item .description {
  margin-top: 0;
  float: right;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #0c2749;
  flex-direction: column;
}

.orderform-template .cart-template.mini-cart .item .price,
.orderform-template .cart-template.mini-cart .item span.shipping-date {
  font-size: 12px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar {
  background: #a7a7a7;
  border-radius: 90px;
  width: 8px;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-button {
  display: none;
}

.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 90px;
}

.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb,
.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb:hover {
  background: #0c2749;
}

.checkout-container.row-fluid.orderform-active {
  margin-top: 58px;
}

.checkout-container.row-fluid.orderform-active::before {
  content: 'Finalizar compra';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-bottom: 18px;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button {
  position: absolute;
  top: -80px;
  left: 6px;
  text-decoration: none;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button a {
  display: flex;
  gap: 18px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #0c2749;
}

.orderform-template .cart-template.mini-cart #go-to-cart-button a::before {
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L1 6L6 11' stroke='%230C2749' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: flex;
  height: 17px;
}

.orderform-template .cart-template.mini-cart,
.orderform-template .cart-template.mini-cart .cart-fixed,
.orderform-template .custom-cart-template-wrap {
  position: initial !important;
}

.orderform-template .custom-cart-template-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

#payment-data-submit {
  background: #ed1c24;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

#payment-data-submit:hover {
  background: #f4777c;
}

#payment-data-submit span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

#payment-data-submit .icon-lock {
  display: none;
}

ul.cart-items li {
  display: grid;
  grid-template-areas: 'item-image item-name item-name item-price' 'item-image item-quantity item-quantity item-price' 'item-unavailable item-unavailable item-unavailable item-unavailable';
}

ul.cart-items li a.url {
  grid-area: item-image;
}

.orderform-template .cart-template.mini-cart .item .fn {
  max-width: 97%;
  width: 100%;
  grid-area: item-name;
}

ul.cart-items li .quantity.badge {
  grid-area: item-quantity;
}

ul.cart-items li .description {
  grid-area: item-price;
}

ul.cart-items li .item-unavailable {
  grid-area: item-unavailable;
}

.table.cart-items tbody tr td.product-price a.manualprice-link-remove {
  display: none;
}

.v-custom-quantity-price.vqc-ldelem {
  display: flex !important;
}

@media screen and (min-width: 64rem) {
  .checkout-container.row-fluid.orderform-active::before {
    font-size: 24px;
    line-height: 32px;
    margin-left: 3%;
    padding-bottom: 24px;
  }

  .orderform-template .cart-template.mini-cart #go-to-cart-button {
    top: -58px;
    left: auto;
    right: 0;
  }

  .orderform-template .cart-template.mini-cart #go-to-cart-button a {
    font-size: 16px;
    line-height: 22px;
  }

  .orderform-template .cart-template.mini-cart h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .cart-items .product-name {
    font-size: 16px;
    line-height: 22px;
  }

  .orderform-template .cart-template.mini-cart .item .description {
    font-size: 16px;
    line-height: 22px;
  }

  .price-details-icon {
    margin-left: 4px;
  }

  .full-cart .cart table tbody tr td.quantity {
    grid-template-areas: 'quantity-decrement quantity-value quantity-increment' 'quantity-item-unit quantity-item-unit quantity-item-unit';
  }

  #app-container .CardForm input {
    max-width: 90%;
  }

  .PaymentCardDueDate {
    justify-content: initial;
  }

  .accordion-group .totalizers-list td,
  .orderform-template .cart-template.mini-cart .summary-totalizers tbody td {
    font-size: 1rem;
  }

  .orderform-template .cart-template.mini-cart {
    width: 30%;
  }

  .footer__checkout {
    width: 100%;
    padding: 0 30px;
  }

  .footer__checkout-row-1 {
    display: flex;
    justify-content: flex-start;
    max-width: 82.5rem;
    margin: 0 auto;
  }

  .footer__checkout-stamps {
    border: none;
  }

  .stamp-item{
    width: 100%;
    min-width: 100px;
    border-radius: 4px;
    border: 1px solid #E3E4E6;
    background: #fff;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer__checkout-payments-logos {
    padding: 0;
    margin-top: 2rem;
  }

  .footer__checkout-payments-logos{
    width: 18.75rem;
    padding: 0;
  }

  .footer__checkout-row-2 {
    flex-direction: row;
    justify-content: space-between;
    max-width: 82.5rem;
      margin: 0 auto;
  }

  .footer__development {
    width: auto;
  }

  .empty-cart-content {
    margin-top: 2.5rem;
  }

  .empty-cart-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 3.125rem 0 1.25rem 0;
  }

  .empty-cart-title::after {
    font-size: 1rem;
    padding: 0 9.75rem;
    line-height: 1.375rem;
  }

  #shipping-preview-container .srp-content {
    width: 65%;
  }

  #shipping-preview-container .srp-content h2 {
    font-size: 1.5rem;
  }

  .box-client-info .document-box,
  .box-client-info .phone-box,
  .box-client-info .box-client-info-pj {
    text-align: left;
  }

  .checkout-container.row-fluid.cart-active {
    margin-top: 56px;
  }

  .cart-template-holder .cart table.cart-items {
    margin-top: 24px;
  }

  .cart-template-holder .cart:before {
    font-size: 32px;
    line-height: 40px;
  }

  .table.cart-items thead tr th {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 0 8px 13px;
  }

  .full-cart .cart table tbody tr td.product-image {
    max-width: 76px;
  }

  .table.cart-items td.product-image img {
    margin-right: 16px;
  }

  .full-cart .cart table tbody tr td.product-name,
  .full-cart .cart table tbody tr td.product-price,
  .table.cart-items td.quantity {
    margin-left: 0 !important;
  }

  .table.cart-items tbody tr .v-custom-product-item-wrap {
    padding: 24px 0;
  }

  .table.cart-items tbody tr td.item-remove {
    margin-left: 16px;
    max-width: 20px;
  }

  .full-cart .cart table tbody tr td.product-name {
    max-width: 370px;
  }

  .table.cart-items thead tr th.product {
    width: 54% !important;
  }

  .table.cart-items thead tr th.quantity {
    width: 12%;
  }

  .table.cart-items thead tr th.product-price {
    width: 14% !important;
  }

  .table.cart-items td.quantity:before {
    content: '';
    margin: 0;
    grid-area: quantity-before;
  }

  .table.cart-items tbody tr {
    border-top-color: #bebebe;
  }

  .full-cart .cart table tbody tr td.product-price {
    min-width: 124px;
  }
}

.modal-invoice__container {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.modal-invoice__container .modal-invoice__content {
  background: #fff;
  position: relative;
  top: 9.188rem;
  margin: 0 auto;
  padding: 1.5rem;
  height: auto;
  width: 91.2%;
}

.modal-invoice__container .modal-invoice__buttons,
.modal-invoice__container .modal-invoice__note {
  display: flex;
  justify-content: space-between;
}

.modal-invoice__container .modal-invoice__content .modal-invoice__title {
  color: #58595b;
  font-size: 1.25rem;
  line-height: 120%;
  font-family: 'Nexa-Heavy', sans-serif;
  margin: 0 0 1rem;
  width: 90%;
}

.modal-invoice__container .modal-invoice__text {
  font-family: 'Nexa-Book', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
  color: #58595b;
  margin: 0 0 1rem;
}

.modal-invoice__container .modal-invoice__button {
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 0;
  border: none;
  background: none;
  padding: 0;
}

.modal-invoice__container .modal-invoice__button::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.75 5.25L5.25 18.75' stroke='%2358595B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.75 18.75L5.25 5.25' stroke='%2358595B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0px;
}

.modal-invoice__buttons .modal-invoice__send,
.modal-invoice__buttons .modal-invoice__cancel {
  border-radius: 2px;
  border: none;
  font-family: 'Nexa-Heavy', sans-serif;
  height: 3.125rem;
  font-size: 1rem;
  max-width: 8.25rem;
  width: 100%;
}

.modal-invoice__buttons .modal-invoice__send {
  background: #ed1c24;
  border-radius: 0.25rem;
  color: #ffffff;
}

@media (min-width: 48rem) {
  .modal-invoice__buttons .modal-invoice__send,
  .modal-invoice__buttons .modal-invoice__cancel {
    max-width: 9.375rem;
  }

  .modal-invoice__container .modal-invoice__content {
    max-width: 40.438rem;
    width: 100%;
  }

  .modal-invoice__container .modal-invoice__content .modal-invoice__title {
    font-size: 1.5rem;
  }

  .modal-invoice__container .modal-invoice__content .modal-invoice__text {
    font-size: 1rem;
  }

  .modal-invoice__container .modal-invoice__buttons {
    justify-content: flex-end;
  }
}

.document-box .links-other-document {
  display: none;
}

.e-steps {
  display: block;
  max-width: fit-content;
  width: calc(100% - 40px);
}
.e-steps__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.e-steps__list--item {
  width: 20px;
  height: 20px;
  z-index: 2;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e-steps__list--item::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #c6c6c6;
}
.e-steps__list--item__texto {
  font-family: 'Pill Gothic 600mg';
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 120%;
  width: max-content;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
.e-steps__list--item.active .e-steps__list--item__texto{
  top: 23px;
}
.e-steps__list--item.active {
  background-color: transparent;
  border: 4px solid #0C2749;
  width: 10px;
  height: 10px;
}
.e-steps__list--item.active::after {
  background-color: #0c2749;
  background-color: transparent;
}
.e-steps__list--item.active .e-steps__list--item__texto {
  color: #0c2749;
}
.e-steps__list .line {
  display: block;
  background: #c6c6c6;
  width: 148px;
  height: 4px;
  margin: 0 -3px;
}
.e-steps__list--item.carrinho.active ~ .line.carrinho,
.e-steps__list--item.identificacao.active~.line.identificacao,
.e-steps__list--item.entrega.active~.line.entrega{
  background-color: #0C2749;
  height: 4px;
}
.e-steps__list--item.identificacao.active ~ .e-steps__list--item.carrinho{
  border-color: #0C2749 !important;
}
@media (max-width: 767px) {
  .e-steps {
    width: calc(100% - 20px);
    margin: 18px auto 36px;
    position: absolute;
    top: 50px;
  }
  .e-steps__list--item {
    width: 20px;
    height: 20px;
  }
  .e-steps__list--item::after {

  }
  .e-steps__list--item__texto {
    font-size: 10px;
  }
  .e-steps__list .line {
  }
}
@media (max-width: 374px) {
  .e-steps__list .line {
  }
  .e-steps__list--item__texto {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
}

.shp-option-text-package::after,
.shp-summary-package-time::after,
.shp-option-text-label-single span::after{
  content: ", após o pagamento confirmado";
}
