
/* source: <belug.store-theme@5.5.47> */

/* source: <shoulder.checkout-ui-custom@0.1.17> */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes openGift {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  font-family: Montserrat;
  text-transform: none;
}

textarea,
input,
.uneditable-input select {
  text-transform: none;
  background-color: inherit !important;
}

.body-cart .cart td.quantity-price .total-price,
.body-cart .cart td.quantity-price .total-selling-price,
.price-subtotal,
.monetary,
.VTEX-PIX_footer-value {
  text-transform: uppercase !important;
}

.vtex-omnishipping-1-x-summaryItemTitle {
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

*:not([class*=ico]):not([class^=fa]) {
  box-sizing: border-box;
}

.loading-bg {
  margin-top: 0 !important;
}

/* Start Header */
#vtex-callcenter__toolbar .cc-loading,
#cart-print {
  display: none;
}
.header-logo{
  filter: brightness(0);
}
header .container,
header .__cby-share-backdrop {
  display: none;
}

header .content {
  width: 100%;
}

header {
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-bottom: 30px;
}

header .content {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
}

header .content .security-top {
  font-size: 12px;
  font-weight: 700;
}

header .content .security-top img {
  vertical-align: text-bottom;
  width: auto;
}

header .content .logo {
  width: 200px;
  margin: 20px 0;
}

.header-logo {
  display: flex;
  width: fit-content;
  margin-top: 20px;
}

.container-header {
  width: 95%;
  max-width: 1360px;
  padding: 20px 0 !important;
  border-bottom: 0.5px solid rgba(208, 203, 199, 0.4588235294);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  min-height: 70px;
  gap: 1rem;
}

.container-header::after,
.container-header::before {
  display: none;
}

.container-header .header-logo {
  display: flex;
  justify-content: flex-start;
}

.flag-troca-desktop {
  max-width: 300px;
  border: 0.9px solid #d19f6c;
  border-radius: 0px 0px 12px 0px;
  margin-top: 5px;
}

.flag-troca {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  font-size: 12px;
  padding: 6px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  color: #d19f6c;
}

.container-order-form .checkout-warn-holder {
  display: none;
}

.flag-troca img {
  width: 20px;
  height: 20px;
}

.flag-troca-mobile {
  display: none;
}

.container-header .header-siteseguro {
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}

.container-header .header-siteseguro span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .discount-input .discount-code, .seller-input .seller-code {
    display: flex;
  }
  .discount-input .discount-code input, .seller-input .seller-code input {
    flex: 1;
  }

  .header-logo svg {
    max-width: 133px;
  }
  .container-header .header-siteseguro {
    width: inherit;
  }
  .belug-crm-bonus-checkout-1-x-bonus-box{
    width: auto;
    max-width: unset!important;
    margin: 32px 0px 16px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .content {
    padding: 0 2%;
  }
}
@media (max-width: 767px) {
  header .content {
    padding: 0 2%;
  }
  header .content .logo {
    width: 140px;
    margin: 15px 0 10px 0;
  }
}
@media (max-width: 480px) {
  #vtexIdContainer {
    position: fixed !important;
  }
  .vtexIdUI {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 425px) {
  .cart-template .flag-troca-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    border-top: 0.5px solid #d0cbc7;
  }
  .orderform-template .flag-troca-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    float: right;
    margin: -10px 0 25px;
    border-top: none;
  }
  .flag-troca img {
    width: 22px;
    height: 22px;
  }
}
/* End Header */
/* Start Footer */
.footer-container,
.top-container,
footer .container,
footer .__cby-share-backdrop {
  display: none;
}

footer .content {
  width: 100%;
}

#footer {
  display: block !important;
}

footer {
  width: 100%;
  background-color: #212121;
  border-top: 1px solid #eee;
}

footer .content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
}

footer .content .logo-holder {
  width: 100%;
  padding: 30px 0 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .content .logo-holder svg {
  fill: #fff;
  width: 140px;
}

footer .content .logo-holder span {
  font-size: 10px;
  // letter-spacing: 0.5px;
  color: #fff;
}

footer .payment-methods {
  display: flex !important;
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  color: #212121;
  font-weight: 700;
}

footer .payment-methods .wrap-bottom {
  max-width: 1360px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

footer .payment-methods .wrap-bottom .payment-bottom {
  display: inline-flex;
  justify-items: center;
  align-items: center;
}

footer .payment-methods .wrap-bottom .payment-bottom img.logo_1 {
  width: 344px;
  height: 28px;
}

footer .payment-methods .wrap-bottom .security-bottom {
  display: inline-flex;
  justify-items: center;
  align-items: center;
}

footer .payment-methods .wrap-bottom .security-bottom img {
  margin: 0 5px;
}

footer .payment-methods .wrap-bottom .security-bottom img.logo_1 {
  width: 106px;
  height: 35px;
}

footer .payment-methods .wrap-bottom .security-bottom img.logo_2 {
  width: 65px;
  height: 26px;
}

footer .payment-methods .wrap-bottom .security-bottom img.logo_3 {
  width: 97px;
  height: 30px;
}

.container-footer {
  width: 100%;
  max-width: 1360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* .container-footer .footer-row-black {
    width: 100%;
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 70px;
    padding: 20px;
}

.container-footer .footer-row-black img {
    max-width: 200px;
    margin-bottom: 5px;
}

.container-footer .footer-row-black p {
    color: #F4EFE9;
    font-size: 10px;
    letter-spacing: .5px;
    margin-bottom: 0;
}

.container-footer .footer-row-white {
    display: flex;
    padding: 20px 0;
    display: none;
}

.container-footer .footer-row-white .formas-de-pag {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.container-footer .footer-row-white .loja-segura {
    display: flex;
    align-items: center;
}

.container-footer .footer-row-white p {
    font-size: 11px;
    letter-spacing: 2.2px;
    color: #212121;
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.container-footer .footer-row-white img {
    max-height: 25px;
}

.container-footer .footer-row-white .footer-logos-site-blindado {
    margin-right: 10px;
}

.container-footer .footer-row-white .footer-logos-vtex {
    margin-right: 10px;
    max-height: 20px;
} */
@media (max-width: 1024px) {
  footer .payment-methods .wrap-bottom {
    flex-direction: column;
  }
  footer .payment-methods .wrap-bottom .security-bottom {
    flex-direction: column;
    margin-top: 40px;
  }
  footer .payment-methods .wrap-bottom .payment-bottom {
    flex-direction: column;
  }
  /* .footer-row-white {
        display: flex;
        flex-direction: column;
    }

    .footer-row-white p {
        margin: 0;
    } */
}
@media (max-width: 767px) {
  .body-cart .container-footer {
    display: none;
  }
}
/* End Footer */
/* Start Body */
body {
  font-size: 12px;
  color: #212121;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  letter-spacing: normal;
}

body:not(.body-cart) .checkout-actions {
  display: none !important;
}

@media (max-width: 767px) {
  body {
    padding: 0px;
  }
}
/* End Body */
/* Start Cart */
.body-cart .cart-template.full-cart .summary-template-holder .row-fluid.summary::before {
  content: "Resumo da sacola";
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  position: relative;
  padding: 0 0 5px !important;
  border-bottom: 0.5px solid rgba(208, 203, 199, 0.4588235294);
  margin-bottom: 20px;
}

.body-cart .cart-active .srp-container {
  width: 100%;
  max-width: 100%;
}

.body-cart .cart-active .srp-container .b--light-gray {
  border: none;
  padding-left: 0px;
}

.body-cart .cart-active .srp-container .srp-shipping-current-single__text {
  border-right: 1px solid #eee;
}

.body-cart .cart {
  border: none;
  margin-bottom: 0px;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.body-cart .cart .cart-items tbody td,
.body-cart .cart th.product {
  padding-left: 0px;
}

.body-cart .cart th.product,
.body-cart .cart th.shipping-date,
.body-cart .cart th.product-price,
.body-cart .cart th.quantity,
.body-cart .cart th.quantity-price,
.body-cart .cart th.item-remove {
  visibility: hidden;
  border: none;
}

.body-cart .cart .cart-items tbody tr td {
  vertical-align: middle;
}

.body-cart .cart .cart-items tbody tr.product-item .add-item-attachment-container,
.body-cart .cart .cart-items tbody tr.product-item.is--lens .quantity .item-quantity-change,
.body-cart .cart .cart-items tbody tr.product-item.has--lens .quantity .item-quantity-change {
  display: none;
}

.body-cart .cart .cart-items tbody tr.product-item.is--lens .quantity input,
.body-cart .cart .cart-items tbody tr.product-item.has--lens .quantity input {
  pointer-events: none;
}

.body-cart .cart th {
  font-weight: 100;
}

.body-cart .cart th.shipping-date,
.body-cart .cart th.product-price,
.body-cart .cart td.product-price,
.body-cart .cart td.shipping-date {
  display: none;
}

.body-cart .cart td.product-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.body-cart .cart td.quantity-price {
  font-size: 12px;
  /* letter-spacing: 1.2px; */
  font-weight: 700;
  color: #212121;
}

.body-cart .cart td.product-name a {
  font-size: 14px;
  /* letter-spacing: 1.2px; */
  color: #212121;
  font-weight: 600;
}

.body-cart .cart td.product-name a.btn {
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  text-shadow: none;
  margin-top: 12px;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #d19f6c;
  position: absolute;
}

.body-cart .cart td .brand {
  color: #212121;
  display: none !important;
}

.body-cart .cart td .seller {
  display: none !important;
}

.body-cart .cart td.quantity input {
  padding: 8px 10px 8px 10px;
  height: 40px;
  width: 40px;
  border-radius: 0px;
  line-height: 15px;
  border: none;
  font-weight: 700;
  box-shadow: none;
  font-size: 14px;
  margin: 0px;
  color: #212121;
}

.body-cart .cart td.quantity .item-quantity-change {
  border-radius: 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 4px;
}

.body-cart .cart td.quantity .item-quantity-change:hover {
  border-color: #e5e5e5;
}

.body-cart .cart td.quantity .item-quantity-change-decrement {
  line-height: 1;
}

.body-cart .cart td.quantity .item-quantity-change-increment {
  line-height: 30px;
  background-color: #E8DDCE;
}

.body-cart .cart td.quantity .item-quantity-change-increment .icon {
  color: #f4efe9;
}

.body-cart .cart td.quantity .icon {
  font-size: 21px;
  font-weight: 700;
  color: #f5f5f5;
  text-indent: 1px;
}

.body-cart .cart td.quantity .icon-plus-sign:before {
  content: "+";
  font-weight: 700;
  color: #212121;
}

.body-cart .cart td.quantity .icon-minus-sign:before {
  content: "";
  background: url(/arquivos/icon-minus-sign.png) no-repeat;
  width: 12px;
  height: 5px;
  font-weight: 700;
}

.body-cart .cart td.quantity a {
  color: #716d6e;
}

.body-cart .cart-template.full-cart {
  display: flex;
  flex-wrap: wrap;
}

.body-cart .cart-template.full-cart .cart-template {
  position: relative;
}

.body-cart .cart-template.full-cart .cart-template-holder {
  width: 63%;
  margin-left: 15px;
  /* position: relative; */
}

.body-cart .cart-template.full-cart .cart-template-holder .empty-cart-content {
  text-align: center;
}

/* Summary Template */
.body-cart .cart-template.full-cart .summary-template-holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 1140px) {
  .body-cart .cart-template.full-cart .summary-template-holder {
    align-items: flex-start;
  }
  .checkout-warn-holder {
    width: unset !important;
  }
}

.body-cart .cart-template.full-cart .summary-template-holder tr.Items {
  /* display: block; */
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.body-cart .cart-template.full-cart .summary-template-holder .accordion-inner .table .totalizers-list tr.Discounts,
.body-cart .cart-template.full-cart .summary-template-holder .accordion-inner .table .totalizers-list tr.srp-summary-result,
.body-cart .cart-template.full-cart .summary-template-holder .accordion-inner .table .totalizers-list tr.Items {
  display: block;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .info {
  text-align: left;
  padding: 8px 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .monetary {
  text-align: right;
  padding: 8px 0px;
  font-weight: 700;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .monetary small {
  display: none !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .monetary .parcls {
  margin-top: 10px;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .monetary .parcls strong {
  font-weight: 700;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .space {
  display: none;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .empty {
  display: none;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options,
.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers {
  width: 100%;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options tr,
.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr {
  border: none;
  justify-content: space-between;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr {
  width: 345px;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr.total-value {
  display: block;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .discount-input {
  margin-bottom: 10px;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .coupon-column,
.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column {
  text-align: left;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .available-gift-item {
  background-color: #F5F5F5;
  color: #212121;
  margin-bottom: 10px;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0 !important;
  font-size: 12px;
}
.cart-gift-items .product-name span {
  font-family: Montserrat;
  text-transform: capitalize;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .available-gift-item.active {
  background-color: #F5F5F5 !important;
  color: #212121 !important;
  margin-bottom: 10px;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0px 0px 10px 0px;
  font-size: 12px;
}

.body-cart .cart-template.full-cart .summary-template-holder {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .icon-check-sign {
  color: #212121 !important;
  right: 12px !important;
  top: 12px !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .label-vertical-group .icon-check-empty,
.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .icon-check-empty {
  color: #212121 !important;
  right: 12px !important;
  top: 12px !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .icon-check-sign.active {
  color: #212121 !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .label-vertical-group:hover .icon-check-empty,
.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .icon-check-sign {
  color: #212121 !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .srp-postal-code__form {
  width: 100%;
}

.body-cart .cart-template.full-cart .summary-template-holder .ship-postalCode span.error {
  display: none;
  text-align: left !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options {
  display: contents;
  margin-bottom: 20px;
  padding: 10px 0px 0px 0px;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-main-title {
  color: #333;
  font-weight: 500;
  display: none;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data {
  margin-top: 0px;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten {
  margin-top: 0px;
  align-items: normal;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten label {
  font-size: 0px !important;
  line-height: 10px !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten label::before {
  content: "Entrega";
  display: block;
  font-size: 12px !important;
  font-weight: 500;
  margin-bottom: 6px;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten input[type=text] {
  border: none;
  height: 40px;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  width: 100%;
  box-shadow: none;
  padding: 10px;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten .btn {
  width: 158px;
  height: 40px;
  margin-top: 26px;
  margin-left: 10px;
  border-radius: 0 !important;
  background-color: #212121;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
  transition: background, 0.3s;
  border: solid 2px #212121;
  text-shadow: none;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten .btn:hover {
  background: #404040;
}

.body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten a {
  color: #999;
  display: block;
  margin-top: 6px;
  text-decoration: underline;
  font-size: 11px !important;
  // letter-spacing: 0px;
  text-transform: lowercase;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-coupon,
.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers {
  margin-left: 0px;
  padding: 0px;
  width: 100%;
}

.body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .summary-coupon-wrap {
  display: none;
}

.body-cart .cart-template.full-cart .summary-template-holder #shipping-preview-container *,
.body-cart .cart-template.full-cart .summary-template-holder .coupon-form .coupon-label *,
.body-cart .cart-template.full-cart .summary-template-holder .coupon-form input * {
  font-size: 13px;
  z-index: 1;
  box-shadow: none;
}

.body-cart .cart-template.full-cart .summary-template-holder .srp-toggle.mb6.pb2.ml1.mr3 {
  margin: 0;
}

.body-cart .cart-template.full-cart .summary-template-holder .srp-toggle__wrapper.flex.br-pill.shadow-4.relative {
  box-shadow: none;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0px;
  border: 2px solid #000;
}

.body-cart .cart-template.full-cart .summary-template-holder .vtex-shipping-preview-0-x-frame.srp-toggle__current.w-50.ba.b--blue.shadow-4.br-pill.absolute.vtex-shipping-preview-0-x-framePickup {
  border-radius: 2px;
  border: 0px;
  background: #000;
}

.body-cart .cart-template.full-cart .summary-template-holder .vtex-shipping-preview-0-x-frame.srp-toggle__current.w-50.ba.b--blue.shadow-4.br-pill.absolute.vtex-shipping-preview-0-x-frameDelivery {
  border-radius: 0px;
  border: 0px;
  background: #000;
}

.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__pickup.flex-none.bg-transparent.pointer.w-50.tc.ttu.pv3.gray,
.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__delivery.flex-none.bg-transparent.pointer.w-50.tc.ttu.pv3.gray {
  color: #212121;
}

.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__delivery {
  font-size: 0 !important;
}

.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__delivery:after {
  content: "RECEBA EM CASA";
  font-size: 11px;
  // letter-spacing: 1.1px;
}

.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__pickup {
  font-size: 0 !important;
}

.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__pickup:after {
  content: "RETIRE NA LOJA";
  font-size: 11px;
  // letter-spacing: 1.1px;
}

.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__delivery.flex-none.bg-transparent.pointer.w-50.tc.ttu.pv3.gray.blue {
  color: #fff !important;
}

.body-cart .cart-template.full-cart .summary-template-holder label.srp-toggle__pickup.flex-none.bg-transparent.pointer.w-50.tc.ttu.pv3.gray.blue {
  color: #fff !important;
}

.body-cart .cart-template.full-cart .summary-template-holder button#find-pickup-link {
  color: #fff;
  background: #000;
  border-color: #212121 !important;
  font-size: 11px;
  // letter-spacing: 2.2px;
}

.body-cart .cart-template.full-cart .summary-template-holder button#find-pickup-link:hover {
  background: #404040;
  border-color: #212121 !important;
}

.body-cart .cart-template.full-cart .summary-template-holder .link-coupon-add {
  display: none;
  color: #212121;
  text-decoration: underline;
}

.body-cart .cart-template.full-cart .summary-template-holder .coupon-column label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.body-cart .cart-template.full-cart .summary-template-holder .coupon-column input[type=text] {
  height: 45px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 3px rgba(0, 0, 3, 0.1);
}

.body-cart .cart-template.full-cart .summary-template-holder .coupon-column .btn {
  margin-top: 0px;
  margin-left: 0px;
  border: solid 2px #000;
  background: #000;
  color: #fff;
  text-shadow: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 3, 0.1);
  transition: background, 0.3s;
  height: 45px;
  line-height: 36px;
  font-weight: 700;
  min-width: 108px;
  font-size: 12px;
}

.body-cart .cart-template.full-cart .summary-template-holder .coupon-column .btn:hover {
  background: #404040;
}
.summary-template-holder .summary-totalizers, .summary-template-holder .summary-coupon-wrap {
  width: 100% !important;
}
.body-cart .cart-template.full-cart .summary-template-holder .summary-coupon .coupon-fieldset > div{
  display: flex !important;
}
.body-cart .cart-template.full-cart .summary-template-holder .summary-coupon .coupon-fieldset div p.coupon-fields{
  width: 100%;
}

.body-cart .cart-template.full-cart .summary-template-holder .coupon-column .coupon-fields > span {
  display: flex;
  width: 100%;
  position: relative;
}

.body-cart .cart-template.full-cart .summary-template-holder .coupon-column .coupon-fields input {
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #000;
  padding: 10px;
  height: 40px;
  box-shadow: none;
}

.body-cart .cart-template.full-cart .summary-template-holder .coupon-column .coupon-fields button {
  background: #000;
  margin-left: 10px;
  height: 40px;
  border-radius: 0 !important;
  font-weight: 400;
  line-height: 15px;
  box-shadow: none !important;
}

/* End Summary Template */
.body-cart .cart-template.full-cart .cart-more-options {
  margin-left: 0px;
}

.body-cart .cart-template.full-cart .cart-links-bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.body-cart .cart-template.full-cart .cart-links-bottom .btn-place-order {
  font-family: Montserrat;
  display: block;
  width: 357px;
  height: 40px;
  background-color: #E8DDCE;
  background-image: none;
  padding: 9px 0 12px;
  text-align: center;
  font-weight: 700;
  font-size: 0;
  line-height: 22px;
  color: #212121;
  border-radius: 0px;
  box-shadow: none;
  transition: background 0.3s;
  text-shadow: none;
  position: relative;
}
@media (max-width: 768px) {
  .body-cart .cart-template.full-cart .cart-links-bottom .btn-place-order {
    width: 100% !important;
  }
}

.body-cart .cart-template.full-cart .cart-links-bottom .btn-place-order i {
  display: none;
}

.body-cart .cart-template.full-cart .cart-links-bottom .btn-place-order:before {
  content: "Finalizar Compra";
  /* letter-spacing: 2.2px; */
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  font-family: Montserrat;
  color: #212121;
}
@media (max-width: 768px) {
  .body-cart .cart-template.full-cart .cart-links-bottom .btn-place-order:before {
    font-size: 14px;
  }
}

.body-cart .cart-template.full-cart .cart-links-bottom .btn-place-order:hover {
  border-color: #E8DDCE;
  background-color: #fff;
  border: 1px solid:
  color: #212121;
  text-decoration: none;
}

.body-cart .cart-template.full-cart .cart-links-bottom #cart-choose-more-products {
  display: block;
  margin: 5px 0;
  width: 345px;
  text-align: center;
  padding: 10px 0;
  background-color: transparent;
  height: 40px;
  font-weight: 600;
  position: relative;
  font-size: 0;
  line-height: 20px;
  color: #d19f6c;
}

.body-cart .cart-template.full-cart .cart-links-bottom #cart-choose-more-products:after {
  content: "Comprar Mais Produtos";
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  text-decoration-line: underline;
}

.body-cart .cart-template.full-cart .cart-link-coupon-add * {
  color: #212121;
}

.body-cart .cart-template.full-cart .checkout-actions {
  margin-top: 20px;
}

.body-cart .cart-template.full-cart .checkout-actions > .btn-custom-cart-to-orderform {
  display: block;
  text-align: center;
  padding: 10px 0px;
  background-color: #212121;
  color: #fff;
  border-radius: 0 !important;
  box-shadow: none;
  transition: background 0.3s;
  text-transform: lowercase;
  height: 40px;
  line-height: 20px;
  font-weight: 500;
  // letter-spacing: 1px;
  text-shadow: none;
  position: relative;
}

.body-cart .cart-template.full-cart .checkout-actions > .btn-custom-cart-to-orderform:after {
  content: "";
  width: 13px;
  height: 17px;
  background: url("/arquivos/chillibeans2020-icon-cart-checkout.svg") no-repeat;
  display: inline-block;
  position: absolute;
  top: 11px;
}

.body-cart .cart-template.full-cart .checkout-actions > .btn-custom-cart-to-orderform:hover {
  background: #000;
  text-decoration: none;
}

.body-cart .cart-template.full-cart .checkout-actions > .custom-cart-choose-more-products {
  display: block;
  text-align: center;
  color: #212121;
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 4px;
  text-transform: lowercase;
  // letter-spacing: 1px;
}

.body-cart .empty-cart-links {
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.body-cart .empty-cart-links .btn {
  border: none;
  display: inline-block;
  padding-left: 19px;
  padding-right: 19px;
  font-weight: 400;
}

.body-cart .onda-v1 .gray {
  color: #212121;
}

.body-cart .srp-delivery-info .srp-shipping-current-single__bullet {
  margin-top: -4px;
}

.body-cart .srp-delivery-header,
.body-cart .coupon-label label {
  border: none;
}

.body-cart .srp-delivery-header {
  margin-bottom: 10px;
}

.body-cart .srp-delivery-header span.srp-items {
  font-size: 0px !important;
  // letter-spacing: 2.4px;
  font-weight: 700;
}

.body-cart .srp-delivery-header span.srp-items strong {
  font-size: 0px !important;
}

.body-cart .srp-delivery-header span.srp-items:before {
  content: "RECEBA EM CASA: ";
  font-size: 12px;
  display: block;
}

.body-cart .srp-delivery-header #deliver-at-text {
  margin-left: -2.5em;
  // letter-spacing: 2.4px;
  font-weight: 700;
}

.body-cart .srp-delivery-info {
  margin-bottom: 0px;
}

.body-cart th.quantity-price {
  width: 120px;
}

.body-cart th.quantity-price:before {
  content: "Pre\E7o ";
}

.checkout-war {
  font-size: 12px !important;
}

/* Min 1100px */
@media (min-width: 1100px) {
  .body-cart .cart {
    /* position: absolute; */
    max-height: 505px !important;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .body-cart .cart-template.full-cart .summary-template-holder > .summary {
    width: auto;
    height: 100%;
    margin-bottom: 50px;
  }
  .body-cart .cart {
    margin-top: 45px;
  }
  .body-cart .cart:before {
    top: 0px;
  }
}
/* Min 1024px */
@media (min-width: 1024px) {
  .body-cart .cart .table.cart-items thead {
    display: none;
  }
  .body-cart .cart-template.full-cart .cart-template-holder .empty-cart-content {
    margin-left: 50%;
  }
  /* .body-cart .cart-template.full-cart .summary-template-holder > .summary {
    width: 79%;
    display: flex !important;
    align-items: flex-start;
    flex-wrap: wrap;
  } */
  .body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .summary-coupon,
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .summary-coupon {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .ship-postalCode {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .coupon-column input[type=text] {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .cart-links-bottom {
    margin-left: auto;
    margin: 20px 0;
  }
  .body-cart .cart-template.full-cart .checkout-actions > .btn-custom-cart-to-orderform:after {
    right: 25%;
  }
  .body-cart .cart-template.full-cart .checkout-actions > .custom-cart-choose-more-products {
    text-align: left;
  }
  .body-cart .cart:before {
    content: "Minhas escolhas";
    line-height: 34px;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    width: 62.8%;
    /* left: 45%; */
    padding-bottom: 20px;
    color: #212121;
    text-align: center;
  }
  .body-cart .cart td.item-remove {
    width: 130px;
  }
  .body-cart .cart td.item-remove .icon-remove {
    display: none;
  }
  .body-cart .cart td.item-remove .hide {
    display: block !important;
  }
  .body-cart .cart td.item-remove .item-link-remove {
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    text-decoration-line: underline;
    color: #716d6e !important;
    padding: 0;
  }
  .body-cart .cart .product-item td.item-remove .item-link-remove .item-remove-text {
    font-size: 0;
  }
  .body-cart .cart .product-item td.item-remove .item-link-remove .item-remove-text::after {
    content: "Remover";
    font-size: 12px;
  }
  .body-cart .cart td.item-remove .item-link-remove:hover {
    color: #716d6e;
  }
  .body-cart .cart .cart-items tbody tr.product-item .quantity {
    /* display: flex;
    margin-top: 41px;
    padding: 5px 0; */
    min-width: 120px;
  }
  .body-cart .cart td.product-image {
    width: 110px;
  }
  .body-cart .cart td.product-name {
    padding-left: 35px !important;
    width: 350px;
  }
  .add-service-container {
    margin-bottom: 0;
    position: relative;
  }
}
/* End  Min 1024px */
/* Max 1024px */
@media (max-width: 1024px) {
  .body-cart .cart-template.full-cart .summary-template-holder .totalizers-list tr.Items::before {
    display: none;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr.total-value {
    display: block;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr.Discounts {
    display: block;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr.srp-summary-result.hide {
    display: flex !important;
  }
  .body-cart .cart td.product-name a.btn {
    width: 220px;
    margin-left: 10px;
    position: static;
  }
  .flag-troca-mobile .flag-troca {
    border: 0.853472px solid #d19f6c;
    border-radius: 0px 0px 10px 0px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
    width: 200px;
  }
  .checkout-warn-holder {
    display: none !important;
    margin-bottom: 15px !important;
    padding: 10px 20px !important;
    width: 380px !important;
  }
  .mini-cart .table .seller-input .seller-text,
  .mini-cart .table .discount-input .discount-text {
    flex: 1;
  }
  .seller-dialog {
    position: absolute;
    bottom: -25px;
  }
  .seller-code,
  .discount-code {
    position: relative;
    flex: 1 50%;
  }
  .mini-cart .table .seller-input,
  .mini-cart .table .discount-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0px 0;
  }
  .table.cart-gift-items {
    width: 100%;
  }

  .discount-area {
    justify-content: space-between;
  }
  /* .body-cart .cart-template.full-cart .summary-template-holder tr.Items::before {
        display: none;
    } */
}
/* Min 768px and Max 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .body-cart .cart-template.full-cart .summary-template-holder > .summary {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .summary-coupon,
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .summary-coupon {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .ship-postalCode {
    width: 230px;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers {
    width: 100%;
    float: left;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .forms + div {
    margin-top: 40px !important;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .coupon-column input[type=text] {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .coupon-column .coupon-fields input {
    width: 230px;
  }
  .body-cart .cart-template.full-cart .checkout-actions > .btn-custom-cart-to-orderform:after {
    right: 37%;
  }
  .body-cart .cart-active .srp-container {
    width: 100% !important;
  }
  .body-cart .cart td.item-remove {
    width: auto;
  }
  .body-cart .cart td.item-remove .icon-remove {
    display: none;
  }
  .body-cart .cart td.item-remove .hide {
    display: block !important;
  }
  .body-cart .cart td.item-remove .item-link-remove {
    font-weight: 400;
    color: #aaa;
    font-size: 12px;
    text-decoration: underline;
  }
  .body-cart .cart td.item-remove .item-link-remove:hover {
    color: #212121;
  }
  .body-cart .cart td.product-name {
    padding-left: 20px !important;
    width: 300px;
  }
  .body-cart .cart td.product-image {
    width: 80px;
  }
  .body-cart .cart-template.full-cart {
    flex-direction: column;
  }
  .body-cart .cart-template.full-cart td.quantity input {
    display: inline-block;
  }
  .body-cart .cart-template.full-cart .cart-template-holder {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .cart-template {
    position: relative;
  }
  .body-cart .cart-template.full-cart .summary-template-holder {
    flex: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div {
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .body-cart .cart-template.full-cart .cart-links-bottom {
    align-items: center;
  }

  .body-cart .cart-template.full-cart .summary-template-holder .cart-more-options {
    display: contents;
  }

  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .seller-input,
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .discount-input {
   display: flex;
   width: auto;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr {
    width: unset;
  }

  .body-cart .cart-template.full-cart .item-quantity-change {
    position: relative;
    left: initial;
    right: initial;
  }
  .body-cart .cart-template.full-cart .item-quantity-change.item-quantity-change-increment {
    top: 1px;
    left: 3px;
  }
  .body-cart .cart-template.full-cart .item-quantity-change.item-quantity-change-decrement {
    bottom: 0px;
  }
}
.cart-more-options .cart-gift-items::before {
  display: none !important;
}

/* End Min 768px and Max 1024px */
/* Max 767px */
@media (max-width: 767px) {
  body .container {
    padding: 0px 22px !important;
  }
  .body-cart .cart-template.full-cart .summary-template-holder > .summary {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder > .summary::before {
    display: none;
  }
  .body-cart .cart-template.full-cart .summary-template-holder > .summary {
    margin-top: 10px;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div {
    border-top: none;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .ship-postalCode {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .cart-more-options .srp-data .srp-postal-code__form > .vtex-shipping-preview-0-x-postalCodeForgotten {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .coupon-column input[type=text] {
    width: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .coupon-column .coupon-fields button {
    flex: 1;
  }
  .body-cart .cart-template.full-cart .cart-links-bottom {
    align-items: center;
  }
  .body-cart .cart-template.full-cart .checkout-actions > .btn-custom-cart-to-orderform:after {
    right: 25%;
  }
  .body-cart .cart td.item-remove {
    width: auto;
  }
  .body-cart .cart td.item-remove .item-remove-text {
    display: none;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .seller-input,
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .discount-input {
   display: flex;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr {
    width: auto;
  }
  .body-cart .cart td.item-remove .item-link-remove {
    width: 40px;
    height: 20px;
    border-radius: 50px;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -14px;
  }
  .body-cart .cart td.item-remove .item-link-remove * {
    text-decoration: none;
  }
  .body-cart .cart-active .srp-container {
    width: 100% !important;
  }
  .body-cart .cart td.product-name {
    margin-left: 80px !important;
  }
  .body-cart .cart td.product-name a {
    padding-left: 10px !important;
  }
  .body-cart .cart td.product-name {
    padding-left: 20px !important;
  }
  .body-cart .cart td.product-image {
    width: 80px;
  }
  .body-cart td.quantity {
    width: 140px !important;
    margin-left: 85px !important;
  }
  .body-cart .cart .cart-items tbody tr td {
    padding: 0px;
  }
  .item-service .bundle-item-name {
    position: absolute;
    bottom: 106px;
    left: 87px;
  }
  .body-cart .cart .cart-items tbody tr td.product-name > a {
    padding-right: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .info {
    font-size: 12px;
    line-height: 17px;
    padding: 16px 0;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div .monetary {
    font-size: 14px;
    line-height: 16px;
    padding: 16px 0;
  }
  .body-cart .cart .cart-items tbody tr td .add-item-attachment {
    width: 160px;
    text-align: center;
    padding: 0px;
  }
  .body-cart .cart-items tbody tr {
    padding: 14px 0 50px 0 !important;
  }
  .body-cart .cart-items tbody tr + tr {
    border-top: none !important;
  }
  .body-cart .cart-template.full-cart {
    flex-direction: column;
  }
  .body-cart .cart-template.full-cart .cart-template-holder {
    width: 100%;
    margin-left: 0;
  }
  .body-cart .cart-template.full-cart .cart-template {
    position: relative;
  }
  .body-cart .cart-template.full-cart .summary-template-holder {
    flex: 100%;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .coupon-column + div {
    margin-top: 10px;
    color: #333;
    position: relative;
    width: 100%;
  }
  .body-cart .cart-template.full-cart .quantity input {
    width: 40px;
  }
  .body-cart .cart-template.full-cart .item-quantity-change {
    position: relative;
    left: initial;
    right: initial;
  }
  .body-cart .cart-template.full-cart .item-quantity-change.item-quantity-change-increment {
    top: 0px;
  }
  .body-cart .cart-template.full-cart .item-quantity-change.item-quantity-change-decrement {
    top: 0px;
    bottom: 0px;
    text-indent: 1px;
  }
  .body-cart .cart-template.full-cart .item-quantity-change {
    padding: 0px;
  }
  .body-cart .cart-template.full-cart td.quantity-price {
    /* display: inline-block; */
    line-height: 24px;
  }
  .body-cart .cart-template.full-cart .srp-delivery-select {
    height: 42px;
    margin-bottom: 20px;
  }
  .body-cart .cart-more-options {
    margin-bottom: 0px !important;
  }
  .body-cart .coupon-column .coupon-label label {
    text-align: left;
  }
  .checkout-warn-holder {
    width: 100% !important;
  }
  .body-cart .cart .cart-items tbody tr.item-service .quantity-price {
    position: absolute;
    top: 12px;
    right: 25px;
  }
  .box-client-info-pf,
  .box-client-info-pj {
    float: none;
  }
  .state-inscription-box .checkbox {
    text-align: center;
  }
  .mini-cart .table .seller-input,
  .mini-cart .table .discount-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px 0 0;
  }
}
/* End Max 767px */

@media screen and (max-width: 514px) {
  .quantity {
    white-space: nowrap;
  }
}
@media (max-width: 376px) {
  .body-cart td.quantity {
    width: 125px !important;
    margin-left: 80px !important;
  }
  .flag-troca-mobile {
    margin-right: 10px;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers tr {
    /* width: 300px; */
  }
  .discount-input .discount-code .discount-box,
  .seller-input .seller-code .seller-box {
    width: 185px;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item {
    text-align: -webkit-center;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item a {
    margin-right: 15px !important;
  }
}
body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .summary-template-holder .row-fluid.summary .summary-totalizers .accordion-group .accordion-body .accordion-inner .table .totalizers-list .srp-summary-result {
  display: flex;
  justify-content: space-between;
  max-width: 99%;
  align-items: center;
}
@media (max-width: 320px) {
  body .container {
    padding: 0 !important;
  }
  .flag-troca-mobile {
    margin-right: 35px;
  }
}
/* End Cart */
/* Start Pre Email */
body.body-order-form .container-main.container-order-form .client-pre-email-h {
  margin-bottom: 50px;
}

body.body-order-form .container-main.container-order-form .client-pre-email-h label {
  margin-top: 0px;
}

body.body-order-form .container-main.container-order-form .client-pre-email {
  border: none;
  margin: -2px;
  height: 101%;
}

body.body-order-form .container-main.container-order-form .client-pre-email .client-email {
  margin-bottom: 0px;
}

body.body-order-form .container-main.container-order-form .client-pre-email .client-email .error {
  text-align: left;
}

body.body-order-form .container-main.container-order-form .client-pre-email .client-email .help.error {
  width: auto !important;
  position: absolute;
  top: 47px;
}

body.body-order-form .container-main.container-order-form .client-pre-email input {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  padding: 0px;
  color: #716d6e;
}

/* body.body-order-form .container-main.container-order-form .client-pre-email input::placeholder {
    font-size: 20px !important;
} */
body.body-order-form .container-main.container-order-form .client-pre-email .emailInfo * {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #615c5d;
  padding: 2px 0 0 2px;
}

body.body-order-form .container-main.container-order-form .client-pre-email .emailInfo .icon-lock {
  display: none;
  position: absolute;
  font-size: 180px;
  bottom: -45px;
  right: -5px;
  color: #d19f6c;
  z-index: 1;
}

body.body-order-form .container-main.container-order-form .client-pre-email h3 span {
  font-weight: 900;
}

body.body-order-form .container-main.container-order-form .client-pre-email h3 small {
  display: none;
}

body.body-order-form .container-main.container-order-form .client-pre-email-h label {
  font-size: 40px;
  color: #212121;
  text-align: left;
  display: none;
}

body.body-order-form .container-main.container-order-form .client-pre-email .emailInfo h3 {
  font-weight: 600;
  color: #615c5d;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  // letter-spacing: 0px;
  line-height: 16px;
}

body.body-order-form .container-main.container-order-form .client-pre-email .emailInfo {
  border: 1px solid #d0cbc7 !important;
  padding: 20px 10px;
  color: #212121;
  background-color: #f4efe9 !important;
  width: 430px;
}

body.body-order-form .container-main.container-order-form .client-pre-email .emailInfo ul {
  color: #212121;
  // letter-spacing: 1px;
}

body.body-order-form .container-main.container-order-form .client-pre-email .emailInfo .icon-ok::before {
  content: "\2022" !important;
  font-family: monospace !important;
}

body.body-order-form .container-main.container-order-form .pre-email {
  margin-bottom: 20px;
}

body.body-order-form .container-main.container-order-form .pre-email #client-pre-email {
  padding-left: 0;
  margin-bottom: 8px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #716d6e !important;
  border-bottom: thin solid rgba(67, 61, 63, 0.4784313725);
  height: 30px;
  margin-top: 15px;
  width: 330px;
}

body.body-order-form .container-main.container-order-form .pre-email .client-pre-email input,
body.body-order-form .container-main.container-order-form .pre-email #client-pre-email input {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 16px !important;
}

body.body-order-form .container-main.container-order-form .pre-email #client-pre-email::placeholder {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 16px !important;
}

body.body-order-form .container-main.container-order-form .pre-email #btn-client-pre-email {
  padding-left: 19px;
  padding-right: 19px;
  border-radius: 0px;
  height: 40px;
  /* margin-right: 113px; */
  position: relative !important;
  margin-top: 2.5px;
  background-color: #E8DDCE;
  width: 180px;
}
@media (max-width: 767px) {
  body.body-order-form .container-main.container-order-form .pre-email #btn-client-pre-email {
    position: fixed !important;
    bottom: 0;
    top: unset;
    width: 100%;
    left: 0;
    height: 40px !important;
    z-index: 1020;
    font-size: 14px !important;
  }
}

body.body-order-form .container-main.container-order-form .pre-email #btn-client-pre-email span {
  font-family: Montserrat;
  text-shadow: none;
  font-weight: 400;
}

.form-page.client-pre-email .link.link-cart {
  display: none;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
}

.default-modal-security.identified-user-security .icon-lock {
  display: none;
}

@media (min-width: 768px) {
  body.body-order-form .container-main.container-order-form .client-pre-email .client-email {
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    float: none;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email .link-cart {
    position: absolute;
    right: 0;
    top: 0px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email p {
    padding: 10px;
    border-radius: 0px;
    height: 40px;
    font-weight: 500;
    letter-spacing: 1.1px;
    background-color: #f4efe9;
    width: 245px;
    border: 1px solid #434343;
  }
  .table.cart-gift-items {
    margin-bottom: 18px;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.body-order-form .container-main.container-order-form .client-pre-email .client-email {
    padding: 0px 110px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email h3 span {
    width: 50%;
    display: block;
  }
}
@media (max-width: 767px) {
  body.body-order-form .container-main.container-order-form .client-pre-email {
    margin: 0 0 0 -11px;
    width: 103%;
    padding-right: 10px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email .client-email {
    padding: 0px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email .client-email input {
    height: 40px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email-h {
    margin-bottom: 30px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email-h span {
    font-weight: 100;
    text-align: center;
    font-size: 40px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email .emailInfo {
    width: 100%;
  }
  body.body-order-form .container-main.container-order-form #btn-client-pre-email {
    width: 100%;
    display: block;
    margin: 0 auto !important;
  }
  body.body-order-form .container-main.container-order-form .pre-email #client-pre-email {
    text-align: center;
    margin-bottom: 40px;
  }
  body.body-order-form .container-main.container-order-form .client-pre-email .client-email .help.error {
    width: 100% !important;
  }
}
@media (max-width: 490px) {
  .default-modal-body .identified-user-message,
  .masked-info-hello,
  .masked-info-message {
    width: auto;
    float: none;
  }
}
/* End Pre Email */
/* Start Checkout OrderForm */
.btn-custom,
body.body-order-form #payment-data .gift-card-section .btn,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-shipping,
body.body-order-form .container-main.container-order-form .pre-email #btn-client-pre-email,
.body-cart .empty-cart-links .btn {
  display: block;
  text-align: center;
  padding: 12px 20px 14px;
  background: #E8DDCE;
  border-color: #E8DDCE;
  color: #212121;
  border-radius: 0 !important;
  box-shadow: none;
  transition: background 0.3s;
  font-weight: 700;
  // letter-spacing: 0.4px;
  text-shadow: none;
  height: 40px;
  line-height: 14px;
  font-size: 16px;
  font-family: Montserrat;
}

.btn-custom *,
body.body-order-form #payment-data .gift-card-section .btn *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-shipping *,
body.body-order-form .container-main.container-order-form .pre-email #btn-client-pre-email *,
.body-cart .empty-cart-links .btn * {
  font-weight: 700;
}

.btn-custom:hover,
body.body-order-form #payment-data .gift-card-section .btn:hover,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment:hover,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment:hover,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-shipping:hover,
body.body-order-form .container-main.container-order-form .pre-email #btn-client-pre-email:hover,
.body-cart .empty-cart-links .btn:hover {
  background-color: #fff;
}

.btn-custom-2,
body.body-order-form #payment-data-submit {
  font-family: Montserrat;
  display: block;
  text-align: center;
  padding: 14px 0px;
  background: #E8DDCE;
  border-color: #E8DDCE;
  color: #212121;
  border-radius: 0 !important;
  transition: background 0.3s;
  font-weight: 600;
  // letter-spacing: 0.2px;
  text-transform: lowercase;
  font-size: 16px;
  height: 40px;
  line-height: 10px;
  margin-top: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .btn-custom-2,
  body.body-order-form #payment-data-submit {
    color: #212121;
    font-size: 14px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  #payment-data-submit:focus {
    outline: none !important;
  }
}
.btn-custom-2:before,
body.body-order-form #payment-data-submit:before {
  content: "";
  width: 13px;
  height: 17px;
  background: url(/arquivos/chillibeans2020-icon-cart-checkout.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 11px;
}

.btn-custom-2:hover,
body.body-order-form #payment-data-submit:hover {
  background-color: #fff;
}

.btn-custom-2 i,
body.body-order-form #payment-data-submit i {
  display: none;
}

body.body-order-form .container-main.container-order-form a#orderform-to-cart {
  color: #212121;
  // letter-spacing: 0px;
  font-size: 12px;
  text-transform: inherit;
}

body.body-order-form .container-main.container-order-form #orderform-title {
  content: "Sacola";
  color: #212121;
  margin-top: 8px;
  // letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}

.vtexIdUI .modal-header,
.vtexIdUI .vtexIdUI-page {
  background-color: #f4efe9 !important;
}

body.body-order-form .checkout-container.orderform-active .step .text label {
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .accordion-inner {
  padding: 0px;
}

body.body-order-form .checkout-container.orderform-active .accordion-inner .totalizers-list .Items,
body.body-order-form .checkout-container.orderform-active .accordion-inner .totalizers-list .Discounts {
  display: flex;
  justify-content: space-between;
  max-width: 99%;
  align-items: center;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart {
  width: 32%;
  margin-left: 0;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-items .description {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-items .shipping-date {
  // letter-spacing: 0.2px;
  color: #999;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .summary-cart-template-holder {
  overflow: auto;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .summary-cart-template-holder::-webkit-scrollbar {
  width: 4px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .summary-cart-template-holder::-webkit-scrollbar-track {
  background: #eeeae7;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .summary-cart-template-holder::-webkit-scrollbar-thumb {
  background: #d0cbc7;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart {
  border: 1px solid #d0cbc7;
  padding-bottom: 10px;
  padding-right: 14px;
  border-radius: 0;
  overflow-x: hidden;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart::-webkit-scrollbar {
  width: 4px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart::-webkit-scrollbar-track {
  background: #eeeae7;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart::-webkit-scrollbar-thumb {
  background: #d0cbc7;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed {
  padding: 0px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  height: auto !important;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .affix,
body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .affix-bottom {
  top: 0 !important;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed.affix-top .summary-cart-template-holder {
  min-height: 110px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed:not(.affix-top) {
  width: 348px;
  margin-left: 80px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed h2 {
  font-size: 0;
  // letter-spacing: 0px;
  padding-bottom: 0px;
  border-top: none;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: transparent;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed h2::after {
  content: "Resumo da compra";
  font-family: Montserrat;
  font-size: 20px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .product-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  // letter-spacing: 0.17px;
  white-space: initial;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item {
  margin-top: 0px;
  border: none !important;
  color: #333;
  font-size: 15px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item a {
  margin-right: 30px;
  position: relative;
  pointer-events: none;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item a img {
  width: 90px;
  margin-left: 10px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item .quantity {
  background: #eeeae7;
  color: #212121;
  width: 95px;
  height: 36px;
  box-shadow: none;
  position: relative;
  // letter-spacing: 1px;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item .quantity::before {
  content: "qtd: ";
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .item .price {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  // letter-spacing: 0.17px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .service-list .icon-ok {
  text-shadow: none;
  color: #d19f6c;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed #orderform-minicart-to-cart {
  font-size: 0px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed #orderform-minicart-to-cart:before {
  content: "Voltar para a sacola";
  font-size: 16px !important;
  text-decoration: underline !important;
  color: #d19f6c !important;
  text-align: center;
  display: block;
  // letter-spacing: 0.4px;
  font-weight: 600;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .monetary {
  text-align: right;
  // letter-spacing: 0.2px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .empty,
body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .space {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed tbody .info {
  font-weight: 700;
  font-size: 14px;
  color: #212121;
  // letter-spacing: 0.4px;
  text-align: left;
  float: initial;
  width: 100px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed tbody .monetary {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed tfoot * {
  font-weight: 700;
  color: #212121;
  font-size: 16px;
  text-align: left;
  // letter-spacing: 0.2px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed tfoot tr {
  border-top: none;
  display: flex;
  justify-content: space-between;
  max-width: 99%;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed tbody tr td,
body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed tfoot tr td {
  padding: 10px 0px;
}

body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed .summary-totalizers {
  margin-bottom: 0px;
}

body.body-order-form .checkout-container.orderform-active .summary-template-holder {
  border: none;
  background: transparent;
}

body.body-order-form .checkout-container.orderform-active .vtex-omnishipping-1-x-shippingSectionTitle {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .shipping-summary-info,
body.body-order-form .checkout-container.orderform-active .notification {
  font-size: 14px;
  color: #bbb;
  margin: 14px 0 10px;
  // letter-spacing: 0.2px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder {
  width: 65%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder > .row-fluid {
  width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step {
  border: 1px solid #d0cbc7 !important;
  border-radius: 0 !important;
  padding: 0 20px;
  margin-bottom: 5px;
  background: none !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .accordion-heading i {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .accordion-heading > span {
  // letter-spacing: 0.6px;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  padding: 0px;
  color: #212121 !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #shipping-data .vtex-omnishipping-1-x-shippingDataDev.active .shipping-container .box-step::before {
  content: "Onde o seu pedido deve chegar?";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  padding-top: 10px;
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .step .accordion-heading > span,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-first-name label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-last-name label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-phone label {
  font-size: 0;
  // letter-spacing: 0;
}

/* Start client profile data */
@media (max-width: 767px) {
  body.body-order-form .checkout-container.orderform-active #client-profile-data {
    border: 1px solid #DCDCDC;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  body.body-order-form .checkout-container.orderform-active #client-profile-data .accordion-toggle {
    text-align: left;
  }
}
body.body-order-form .checkout-container.orderform-active #client-profile-data .accordion-toggle {
  margin-bottom: 5px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .client-profile-data ul {
  display: block;
  width: 100%;
  margin-left: 3px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .client-profile-data #is-corporate-client {
  color: #212121;
  text-decoration: underline;
  // letter-spacing: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .client-profile-data #not-corporate-client {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 28px;
  text-decoration: underline;
  margin-top: -51px;
  color: #615c5d;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .step .accordion-heading > span::after {
  content: "Meus dados";
  font-size: 20px;
  // letter-spacing: 0.6px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-email label::after,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-document label::after,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-company-name label::after,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-company-nickname label::after,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-company-document label::after {
  content: "*";
  font-size: 14px;
  // letter-spacing: 0.6px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-first-name label::after {
  content: "Nome*";
  font-size: 14px;
  // letter-spacing: 0.6px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-last-name label::after {
  content: "Sobrenome*";
  font-size: 14px;
  // letter-spacing: 0.6px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-phone label {
  margin-bottom: 0 !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-phone label::after {
  content: "Celular*";
  font-size: 14px;
  // letter-spacing: 0.6px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .client-profile-data h5.visible {
  font-weight: 700;
  padding: 0px;
  line-height: 50px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  // letter-spacing: 1px;
  font-size: 0;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .client-profile-data h5.visible::before {
  content: "Dados de pessoa jurídica";
  font-size: 16px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .newsletter label span {
  font-weight: 400;
  font-size: 0;
  line-height: 20px;
  padding: 14px 0 0 26px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .newsletter::before {
  content: "Podemos avisar voc\EA  sobre novidades e promo\E7\F5 es?";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #615c5d;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .newsletter label span::before {
  content: "Sim, receber no meu e-mail";
  font-size: 14px;
  color: #716d6e;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .accordion-body .client-notice {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .notification {
  padding: 0px 60px 0px 0px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .client-profile-email {
  margin-top: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .client-profile-email .email {
  font-weight: 400;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .client-profile-summary span {
  line-height: 24px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .client-profile-summary span.name-label {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .client-profile-summary span.tel-label {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active),
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active),
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) {
  background-color: transparent;
  min-height: 216px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled .box-info,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) .box-info,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled .box-info,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) .box-info,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled .box-info,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .box-info {
  margin-bottom: 0px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled .accordion-heading,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) .accordion-heading,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled .accordion-heading,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) .accordion-heading,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled .accordion-heading,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .accordion-heading {
  background: transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled .accordion-heading .link-box-edit,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) .accordion-heading .link-box-edit,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled .accordion-heading .link-box-edit,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) .accordion-heading .link-box-edit,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled .accordion-heading .link-box-edit,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .accordion-heading .link-box-edit {
  color: #615c5d;
  text-transform: lowercase;
  text-decoration: underline;
  // letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled .link-logout,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled #open-shipping,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) .link-logout,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) #open-shipping,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled .link-logout,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled #open-shipping,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) .link-logout,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) #open-shipping,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled .link-logout,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled #open-shipping,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .link-logout,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) #open-shipping {
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled .accordion-inner,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) .accordion-inner,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled .accordion-inner,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) .accordion-inner,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled .accordion-inner,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .accordion-inner {
  padding-bottom: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled .shp-summary-group,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) .shp-summary-group,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled .shp-summary-group,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) .shp-summary-group,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled .shp-summary-group,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .shp-summary-group {
  margin-top: 10px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .filled .shp-summary-group *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .shipping-data:not(.active) .shp-summary-group *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .filled .shp-summary-group *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data .shipping-data:not(.active) .shp-summary-group *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .filled .shp-summary-group *,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .shp-summary-group * {
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  // letter-spacing: 1px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper {
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0px;
    margin: 0 0px !important;
  }
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-shipping {
  font-family: Montserrat;
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
  height: 44px;
  font-weight: 400;
  font-size: 0;
}
@media (max-width: 767px) {
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-shipping {
    height: 40px;
  }
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment {
  font-size: 0;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment::before,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment::before,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-shipping::before {
  content: "Continuar";
  font-family: Montserrat;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment::before,
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment::before,
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-shipping::before {
    font-size: 14px;
    font-weight: 600;
  }
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment {
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper #go-to-payment,
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .btn-submit-wrapper .btn-go-to-payment {
    margin-bottom: 0px;
  }
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info {
  font-size: 14px !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .link-logout {
  color: #212121 !important;
  font-size: 12px;
  font-weight: 700;
  // letter-spacing: 0px;
  text-transform: lowercase;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info * {
  color: #212121;
  // letter-spacing: 0.2px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .tel-label {
  font-size: 0 !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .box-info .tel-label::before {
  content: "Celular:";
  color: #212121;
  // letter-spacing: 0.2px;
  line-height: 24px;
  font-size: 14px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .link-box-edit {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 16px;
  font-weight: 400;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .link-box-edit i {
  display: none;
}

@media (max-width: 767px) {
  .container.container-footer {
    display: none;
  }
  .orderform-template .cart-template .flag-troca-mobile {
    display: none;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .link-box-edit {
    margin-top: -5px;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .accordion-heading > span {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder #client-profile-data .step .accordion-heading > span::after {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .newsletter {
    text-align: center;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .newsletter::before {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 0 60px;
    display: block;
  }
}
/* End Client Profile */
/* Start Shipping */
@media (max-width: 767px) {
  body.body-order-form .checkout-container.orderform-active #shipping-data {
    border: 1px solid #DCDCDC;
    padding: 0 10px;
    margin-bottom: 10px !important;
  }
  body.body-order-form .checkout-container.orderform-active #shipping-data .accordion-toggle {
    text-align: left;
  }
}
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-PickupPointInfo.pickup-point-info {
  border-radius: 0 !important;
  background: #eeeae7;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-PickupPoint button.button-change-pickup-point {
  border: none;
  color: #212121;
  text-decoration: underline;
  font-size: 0;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-PickupPoint button.button-change-pickup-point:after {
  content: "Escolher outra loja";
  font-size: 12px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-PickupPointName.pickup-point-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-PickupPoint .button-details-pickup-point {
  color: #212121;
  text-decoration: underline;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-PickupPoint svg path {
  fill: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-addressFormPart1 small {
  margin-left: 0;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-addressFormPart1 small a {
  text-decoration: underline;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-notice-edit {
  font-size: 14px;
  // letter-spacing: 0.7px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .row-fluid {
  position: relative;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm {
  margin-bottom: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input {
  margin-bottom: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-company-ie,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .client-company-document {
  width: 48.5%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input label {
  display: block;
  margin-bottom: 5px;
  // letter-spacing: 1.6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-email,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input.client-email,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input.client-email {
  width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input select,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input select,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input select {
  font-family: Montserrat;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  height: 40px;
  font-size: 12px;
  border-color: #fff;
  border-bottom: 1px solid #212121;
  box-shadow: none;
  color: #212121;
  background: none;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input input.error,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input select.error,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input input.error,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input select.error,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input input.error,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input select.error {
  border-color: #cb333b;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input input::placeholder,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input select::placeholder,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input input::placeholder,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input select::placeholder,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input input::placeholder,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input select::placeholder {
  color: #bbb;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input input.success,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input select.success,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input input.success,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input select.success,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input input.success,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input select.success {
  background-position: right center;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.pull-left,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input.pull-left,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input.pull-left {
  width: 48%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-first-name,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input.client-first-name,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input.client-first-name {
  width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-last-name,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input.client-last-name,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input.client-last-name {
  width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-document,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input.client-document,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input.client-document {
  margin-right: 4%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input.client-phone,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input.client-phone,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input.client-phone {
  margin-bottom: 0px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .ship-postalCode label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .ship-postalCode label {
  font-size: 12px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .ship-postalCode #ship-postalCode,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode #ship-postalCode,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .ship-postalCode #ship-postalCode {
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .ship-postalCode .error,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode .error,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .ship-postalCode .error {
  text-align: left;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .ship-postalCode small a,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode small a,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .ship-postalCode small a {
  color: #212121;
  font-size: 12px;
  // letter-spacing: 0.4px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .box-client-info-pj #is-corporate-client,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .box-client-info-pj #is-corporate-client,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .box-client-info-pj #is-corporate-client {
  margin: 20px 0px 25px 0px;
  display: block;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .newsletter label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .newsletter label,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .newsletter label {
  color: #212121;
  font-size: 12px;
  // letter-spacing: 0.4px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .newsletter label {
  padding-top: 16px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .newsletter label span,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .newsletter label span {
  font-size: 12px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-address > div {
  display: flex;
  flex-wrap: wrap;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-addressItemOption {
  background: transparent;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-deliveryChannelsToggle {
  background: none;
  border: none;
  border-radius: 0px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-deliveryOptionActive {
  color: #f4efe9;
  background: #212121;
  font-size: 12px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-deliveryOptionInactive {
  color: #212121;
  font-size: 12px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #shipping-data {
  margin-bottom: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #shipping-data .shipping-container {
  padding-top: 0px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #shipping-data .shp-summary-group {
  padding: 5px 0;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #shipping-data a.link-change-shipping {
  display: none;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-SummaryItemContent {
  font-size: initial;
  font-weight: 100;
  margin-top: 0px;
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-SummaryItemContent span {
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-summaryChange {
  font-size: initial;
  font-weight: 100;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm {
  width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm p.input.ship-number.required.text {
  width: 47.5%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm p.input.ship-complement.text {
  width: 46.5%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm {
    width: 100%;
  }
}
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .input {
  float: left;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-street {
  width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-number {
  height: 60px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm p.input.ship-number.required.text {
  width: 47%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm p.input.ship-complement.text {
  width: 47%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm p.input.ship-complement.text label {
  font-size: 0px;
  margin-bottom: 1px !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm p.input.ship-complement.text label:before {
  content: "Complemento";
  font-size: 14px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-neighborhood,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-city,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-state,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-receiverName {
  width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-neighborhood input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-city input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-state input,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-receiverName input {
  width: 100%;
  max-width: 100%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-city,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-receiverName {
  margin-right: 0px !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-number,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-neighborhood,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .ship-state {
  margin-right: 6%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-shippingSectionTitle {
  color: #212121;
  font-size: 0;
  // letter-spacing: 1.6px;
  display: block;
  font-weight: 500;
  line-height: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-shippingSectionTitle::before {
  content: "Minha casa";
  font-size: 14px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-SummaryItemInfo {
  border-color: #eee;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-SummaryItemAddress {
  margin-bottom: 0px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-SummaryItemPrice {
  font-size: 12px;
  font-weight: 500;
  // letter-spacing: 0.2px;
}

.shp-summary-package-time {
  font-weight: 500;
}

span.false.shp-summary-package-tim {
  font-weight: 600;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-summaryPackage * {
  font-size: 12px;
  // letter-spacing: 0.2px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-summaryChange {
  font-size: 12px;
  // letter-spacing: 0.2px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .address-summary {
  border: none !important;
  background: transparent !important;
  padding-left: 0px !important;
  font-size: 12px;
  margin-top: 0px;
  // letter-spacing: 0.2px;
  padding-top: 0px;
  color: #615c5d;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .address-summary a {
  font-weight: 400;
  color: #212121;
  text-decoration: underline;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-buttonEditAddress,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-buttonCreateAddress,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-shippingSectionTitle {
  font-size: 14px;
  // letter-spacing: 0.4px;
  font-weight: 500;
  color: #212121 !important;
  border-color: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-buttonEditAddress:hover {
  color: #212121 !important;
  border-color: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-leanShippingTextLabelSingle {
  // letter-spacing: 0.4px;
}

.vtex-omnishipping-1-x-leanShippingTextLabelSingle {
  text-transform: lowercase;
}

.vtex-omnishipping-1-x-backToAddressList {
  color: #212121 !important;
  border-color: #212121 !important;
}

.label-vertical-group.active {
  background: #eeeae7 !important;
  border-color: #eeeae7 !important;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: #212121 !important;
}

.label-vertical-group:hover .icon-circle-blank,
.icon-ok-circle {
  color: #d19f6c !important;
}

.UseAnotherCard.btn.label-vertical-group a {
  color: #212121 !important;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-leanShippingTextLabel {
  display: block;
  color: #212121;
  margin-bottom: 5px;
  // letter-spacing: 1.6px;
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 20px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-leanShippingGroupList {
  border: none;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .shp-lean-option {
  border: 1px solid #d0cbc7 !important;
  background: #f4efe9 !important;
  font-size: initial;
  padding: 14px 14px !important;
  margin-bottom: 4px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .shp-lean-option + .shp-lean-option {
  margin-top: 2px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-leanShippingText {
  border-color: transparent;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-leanShippingText .shp-option-text-package span,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-optionPrice {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.vtex-omnishipping-1-x-SummaryItemPrice,
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-optionPrice {
  text-transform: none;
  font-weight: 600;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-geolocationTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #615c5d;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-cta .btn-ask-for-geolocation-cta {
  background-color: #212121 !important;
  background: #212121 !important;
  color: #f4efe9;
  font-size: 14px;
  font-weight: 500;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-cta .btn-ask-for-geolocation-cta:hover {
  opacity: 0.7;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-manualBtn {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  color: #d19f6c;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder #open-shipping {
  display: inline-block;
  padding: 0;
  border: none;
  margin: 0;
  margin-bottom: 10px;
  text-decoration: underline;
}

/* Start Pickup */
.vtex-pickup-points-modal-3-x-modalDetailsMiddle,
.vtex-pickup-points-modal-3-x-infoBarContainer,
.vtex-pickup-points-modal-3-x-pickupPoint,
.vtex-pickup-points-modal-3-x-modalDetailsMiddle {
  background-color: #f4efe9 !important;
  background: #f4efe9 !important;
}

.vtex-pickup-points-modal-3-x-modalDetailsBackLnk,
.vtex-pickup-points-modal-3-x-pickupPointAddress,
.vtex-pickup-points-modal-3-x-pickupDetailsHeaderButton,
.pkpmodal-use-geolocation-icon {
  color: #212121 !important;
}

.pkpmodal-pickup-point-best-marker-image path:first-child,
.pkpmodal-pickup-point-marker-image path,
.vtex-pickup-points-modal-3-x-backChevron path {
  fill: #212121 !important;
}

.vtex-pickup-points-modal-3-x-firstOrLast {
  display: none;
}

.vtex-pickup-points-modal-3-x-modalDetailsBottom {
  background: #f4efe9 !important;
}

.vtex-pickup-points-modal-3-x-modalDetailsBottom button {
  background: #212121 !important;
  border: none !important;
  text-transform: lowercase;
}

.vtex-pickup-points-modal-3-x-pickupViewOptionActive,
.vtex-pickup-points-modal-3-x-pickupViewOptionActive:hover,
.vtex-pickup-points-modal-3-x-pickupViewOptionActive:active,
.vtex-pickup-points-modal-3-x-pickupViewOptionActive:focus {
  background: #212121 !important;
  border: 1px solid #212121 !important;
  color: #f4efe9 !important;
}

.vtex-pickup-points-modal-3-x-pickupViewOptionInctive,
.vtex-pickup-points-modal-3-x-pickupViewOptionInctive:hover,
.vtex-pickup-points-modal-3-x-pickupViewOptionInctive:active,
.vtex-pickup-points-modal-3-x-pickupViewOptionInctive:focus {
  background: #f4efe9 !important;
  border: 1px solid #212121 !important;
  color: #212121 !important;
}

.vtex-pickup-points-modal-3-x-secondary {
  color: #212121 !important;
  border: 1px solid #212121 !important;
}

.vtex-pickup-points-modal-3-x-modalDetailsBottom button:hover {
  opacity: 0.7;
}

/* End Pickup */
/* End Shipping */
#app-container,
iframe html {
  background: #fff;
}

.box-shadow {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#app-container {
  width: 80%;
}

@media (max-width: 410px) {
  #app-container {
    width: 100% !important;
  }
}
#app-container .CardForm {
  margin-bottom: 12px;
}

#app-container .CardForm > div {
  position: relative;
  margin-bottom: 20px;
}

#app-container .CardForm .SavedCards {
  text-align: center;
}

#app-container .CardForm .SavedCards a {
  color: #212121 !important;
}

#app-container .CardForm .PaymentInstallments .FormFieldLabel {
  font-size: 0;
  line-height: 0;
}

#app-container .CardForm .PaymentInstallments .FormFieldLabel::before {
  content: "Formas de pagamento";
  display: block;
  margin-bottom: 6px;
  width: 100%;
  padding: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

#app-container .CardForm .PaymentCardHolderName {
  margin-bottom: 20px;
}

#app-container .CardForm .PaymentLabel h5 {
  font-size: 15px;
  font-weight: 600;
}

#app-container .CardForm label.FormFieldLabel {
  display: block;
  margin-bottom: 6px;
  width: 100%;
  padding: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

#app-container .CardForm input[type=text],
#app-container .CardForm input[type=number],
#app-container .CardForm input[type=tel],
#app-container .CardForm select {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  box-shadow: none !important;
  height: 40px;
  font-size: 12px;
  line-height: 16px;
  color: #716d6e;
  background: #f0ebe7;
  border-color: #fff;
  border-bottom: 1px solid #9c9899;
}

#app-container input,
#app-container .CardForm select,
#app-container .CardForm select option {
  text-transform: none;
  background: #FFFFFF !important;
}

#app-container .CardForm .input-append .add-on,
#app-container .CardForm .input-prepend .add-on {
  height: auto;
  padding: 10px 5px;
  background: #f0ebe7;
  border: none;
  text-shadow: none;
  color: #716d6e;
  text-transform: none;
}

#app-container .CardForm input[type=text].success,
#app-container .CardForm input[type=number].success,
#app-container .CardForm input[type=tel].success,
#app-container .CardForm select.success {
  background-position: right center;
}

#app-container .CardForm .DontKnowPostalCode a {
  color: #212121 !important;
  font-weight: 700;
}

#app-container .CardForm .PaymentCardCVV {
  width: 200px;
}

#app-container .CardForm .PaymentCardCVV span.error {
  margin-left: 0px;
  font-size: 11px;
  text-align: right;
  color: #cb333b;
}

/* #app-container .CardForm .PaymentCardNumber input,
#app-container .CardForm .PaymentCardCVV input {
    font-size: initial;
} */
#app-container .CardForm .payment-card-lash {
  margin-top: 15px;
}

#app-container .CardForm .PaymentCardFlags {
  overflow: hidden;
  margin: 10px 2px 0;
}

#app-container .CardForm .PaymentCardFlags .card-flags {
  display: flex;
  justify-content: space-between;
}

#app-container .CardForm .PaymentCardFlags .card-flag-label {
  width: 58px;
  border: 0.115204px solid rgba(33, 26, 25, 0.2509803922);
}

#app-container .CardForm .PaymentCardFlags input {
  display: none;
}

#app-container .CardForm .PaymentCardFlags .card-flag {
  margin-bottom: 5px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom;
}

#app-container .CardForm .PaymentCardFlags .card-flag.Visa {
  background-image: url("/arquivos/payment-card-flags-visa.png") !important;
}

#app-container .CardForm .PaymentCardFlags .card-flag.American {
  background-image: url("/arquivos/payment-card-flags-american-express.png") !important;
  background-position: inherit;
}

#app-container .CardForm .PaymentCardFlags .card-flag.Hipercard {
  background-image: url("/arquivos/payment-card-flags-hipercard.png") !important;
}

#app-container .CardForm .PaymentCardFlags .card-flag.Mastercard {
  background-image: url("/arquivos/payment-card-flags-mastercard.png") !important;
}

#app-container .CardForm .PaymentCardFlags .card-flag.Elo {
  background-image: url("/arquivos/payment-card-flags-elo.png") !important;
}

#app-container .CardForm .PaymentCardFlags .card-flag:not(.card-selected) {
  opacity: 0.4;
}

#app-container .ChangeNumberOfPayments a {
  color: #212121;
  text-decoration: underline;
}

/* .payment-method #iframe-placeholder-creditCardPaymentGroup {
    height: 300px !important;
} */
#app-container .iframe-credit-card-payment-group .ChangeNumberOfPayments {
  margin-top: 30px;
}

.payment-group-picPayPaymentGroup {
  display: none;
}

/* End Shipping */
body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .link-box-edit::before {
  content: "Editar";
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder button#find-pickups-manualy-button-denied {
  color: #fff;
  background: #008d53;
  font-size: 11px;
  // letter-spacing: 2.2px;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .shp-option-icon * {
  fill: #d19f6c;
  width: 20px;
  height: 20px;
}

/* Start payment data */
@media (max-width: 767px) {
  body.body-order-form .checkout-container.orderform-active #payment-data {
    border: 1px solid #DCDCDC;
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  body.body-order-form .checkout-container.orderform-active #payment-data .accordion-toggle {
    text-align: left;
  }
}
body.body-order-form #payment-data .accordion-heading {
  margin-bottom: 0px;
}

body.body-order-form #payment-data .form-step.box-new.row-fluid::before {
  content: "Escolher forma de pagamento";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  display: flex;
  place-content: center;
  margin: 20px;
  color: #212121;
}

body.body-order-form #payment-data .link.link-gift-card {
  position: relative;
  left: 0px;
  font-size: 0;
  border: 1px solid rgba(67, 61, 63, 0.1843137255);
  border-radius: 0;
  width: 330px;
  height: 40px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

body.body-order-form #payment-data .link.link-gift-card #show-gift-card-group {
  font-size: 0;
  animation-duration: 1ms;
  animation-name: openGift;
  display: flex;
  text-decoration: none;
  color: #212121 !important;
  // letter-spacing: 0.4px;
  font-weight: 500;
  line-height: 22px;
}

body.body-order-form #payment-data .link.link-gift-card #show-gift-card-group::before {
  content: "vale trocas ou cart\E3o presente";
  font-size: 16px;
}

body.body-order-form #payment-data .gift-card-section {
  margin-left: 0px;
  padding: 0px 20px 0 0;
  background: transparent;
}

body.body-order-form #payment-data .gift-card-section input {
  margin-bottom: 10px;
}

body.body-order-form #payment-data .gift-card-section #gift-card-provider-selector {
  height: 43px;
}

body.body-order-form #payment-data .gift-card-section .btn {
  /* font-weight: 100; */
  line-height: 10px;
  border-radius: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.payment-discounts-list,
.payment-discounts-list a {
  color: #212121 !important;
}

.payment-discounts-list table .number {
  text-transform: none;
}

.payment-discounts-list table .remove {
  padding-left: 10px;
}

body.body-order-form #payment-data .gift-card-section .btn .gift-card-separator,
body.body-order-form #payment-data .gift-card-section .btn .icon {
  display: none;
}

body.body-order-form #payment-data .gift-card-section .btn .gift-card-balance {
  margin: 0 5px;
}

body.body-order-form #payment-data .gift-card-section .gift-card-input-group {
  background-color: #f4efe9;
  color: #212121;
  font-weight: 400;
  border: thin solid #212121;
}

body.body-order-form #payment-data .gift-card-section .gift-card-input-group:hover {
  background-color: #f4efe9;
  color: #212121;
}

body.body-order-form #payment-data .gift-card-section .gift-card-in-use {
  background-color: #212121;
  color: #f4efe9;
  font-weight: 400;
  border: thin solid #212121;
}

body.body-order-form #payment-data .gift-card-section .gift-card-in-use:hover {
  background-color: #212121;
  color: #f4efe9;
}

body.body-order-form #payment-data .accordion-body .payment-group,
body.body-order-form #payment-data .accordion-body .steps-view,
body.body-order-form #payment-data .accordion-body .payment-group-list-btn,
body.body-order-form #payment-data .accordion-body .accordion-inner {
  padding: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

body.body-order-form #payment-data .accordion-body .steps-view {
  padding: 0px 0px;
  background: transparent;
  width: 100%;
}

body.body-order-form #payment-data .accordion-body #payment-group-AmeDigitalPaymentGroup span:after {
  content: "10% cashback";
  color: #cb333b;
  font-weight: 700;
  font-size: 12px;
  // letter-spacing: 0.2px;
  padding-left: 5px;
  margin-left: 5px;
  line-height: 13px;
  border-left: 1px solid #212121;
}

body.body-order-form #payment-data .accordion-body #payment-group-creditCardPaymentGroup span:after {
  display: none;
}

body.body-order-form #payment-data .accordion-body .payment-group-list-btn a.payment-group-item#payment-group-debitDirectSalePaymentGroup,
body.body-order-form #payment-data .accordion-body .payment-group-list-btn a.payment-group-item#payment-group-creditDirectSalePaymentGroup {
  display: none;
}

body.body-order-form #payment-data .accordion-body .payment-group-list-btn a.payment-group-item {
  border-radius: 0;
  width: 330px;
  height: 40px;
  background: none;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(67, 61, 63, 0.1843137255);
}

body.body-order-form #payment-data .accordion-body .payment-group-list-btn a.payment-group-item.active {
  border: 1px solid rgba(67, 61, 63, 0.4784313725);
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .gift-card-provider-options {
  width: 50%;
}

body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .gift-card-provider-selector {
  padding-bottom: 2px;
}

body.body-order-form #payment-data .gift-card-section .btn {
  width: 260px;
  display: flex;
  transform: translate(10%);
  /* left: 50%; */
}

body.body-order-form #payment-data .gift-card-section span {
  font-size: 12px;
  text-transform: initial !important;
}

body.body-order-form #payment-data .accordion-body .payment-group-list-btn .payment-group-item-text {
  padding: 0;
  // letter-spacing: 2.2px;
  background-image: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

/* body.body-order-form #payment-data .accordion-body .payment-group-list-btn #payment-group-instantPaymentPaymentGroup .payment-group-item-text {
  font-size: 0;
  line-height: 0;
}

body.body-order-form #payment-data .accordion-body .payment-group-list-btn #payment-group-instantPaymentPaymentGroup .payment-group-item-text::after {
  content: url("/arquivos/logo_pix_meteorite.png");
  z-index: 1;
} */

body.body-order-form #payment-data .accordion-body .payment-group-list-btn #payment-group-creditCardPaymentGroup .payment-group-item-text::after {
  content: "\F09D";
}

body.body-order-form #payment-data .accordion-body .payment-group-list-btn #payment-group-debitCardPaymentGroup .payment-group-item-text::after {
  content: "\F02A";
}

body.body-order-form #payment-data .accordion-body .payment-group-list-btn #payment-group-custom201PaymentGroupPaymentGroup .payment-group-item-text::after {
  content: "\F0D6";
}

body.body-order-form #payment-data .accordion-body .box-payment-option h3 {
  font-size: 14px;
  // letter-spacing: 0.4px;
  font-weight: 500;
  color: #212121;
}

body.body-order-form #payment-data .accordion-body .box-payment-pix {
  background-color: transparent !important;
}

body.body-order-form #payment-data .accordion-body .payment-pix-step-number {
  color: #212121 !important;
}

body.body-order-form #payment-data .accordion-body .payment-pix-step-text {
  font-size: 14px;
  font-weight: 500;
}

body.body-order-form #payment-data .accordion-body .payment-description {
  font-size: 14px;
  // letter-spacing: 0.2px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
}

body.body-order-form #payment-data .accordion-body .sight {
  font-size: 14px;
  // letter-spacing: 0.2px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
}

body.body-order-form #payment-data .accordion-body .sight * {
  font-weight: 500;
}

body.body-order-form #payment-data .accordion-body .payment-group {
  background: transparent;
  margin-top: 20px;
  margin-bottom: 0px;
}

body.body-order-form #payment-data-submit {
  text-shadow: none;
  // letter-spacing: 2.2px;
}

.show-more-items-button {
  color: #615C5D;
  border: 1px solid #615C5D;
  text-transform: lowercase;
}

.show-more-items-button:hover {
  color: #615C5D;
}

.shipping-calculate {
  display: none;
}

body.body-order-form .payment-confirmation-wrap .note.summary-note {
  display: none !important;
}

.note {
  display: none !important;
}

.payment-unauthorized-message {}

.payment-unauthorized-show-details {}

.payment-unauthorized-show-details a {
  font-family: Montserrat;
  color: #212121;
}

@media (min-width: 1025px) {
  #checkoutMainContainer > div.container.container-main.container-order-form > div.checkout-container.row-fluid.orderform-active > div.row-fluid.orderform-template.span12.active {
    display: flex;
    align-items: stretch;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .summary-cart-template-holder {
    height: initial !important;
  }
  body.body-order-form .checkout-container {
    overflow: initial !important;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed {
    min-height: auto !important;
    position: sticky !important;
    top: 20px !important;
    width: 360px !important;
    margin-left: 20% !important;
  }
  .discount-input .discount-btn-cupom,
  .seller-input .seller-btn-cupom {
    background: transparent;
    color: #212121;
    border: 1px solid #212121;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-totalizers .srp-summary-result {
    display: block;
  }
  .body-cart .cart .cart-items tbody {
    position: relative;
  }
  .btn-custom-2:before,
  body.body-order-form #payment-data-submit:before {
    right: 29%;
  }
  .container-order-form,
  .container-cart {
    padding: 0px 15px;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .shipping-container .box-step .vtex-omnishipping-1-x-deliveryChannelsWrapper {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #d0cbc7;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .vtex-omnishipping-1-x-addressFormPart1 small {
    margin-left: 0px;
    display: block;
    margin-top: 5px;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .gift-card-provider-options {
    padding-bottom: 50px;
  }
  body.body-order-form #payment-data .gift-card-section #gift-card-provider-selector {
    -webkit-appearance: none;
    appearance: none;
    background: url("/arquivos/icon-expand-checkout.svg") center right no-repeat;
    padding: 0 10px;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .vtex-omnishipping-1-x-optionPrice {
    min-width: 80px;
  }
  body.body-order-form #payment-data .gift-card-section input {
    width: 90% !important;
  }
  .flag-troca-desktop {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1275px) {
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed.affix-top,
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed:not(.affix-top) {
    margin-left: 0 !important;
  }
}
@media (min-width: 1025px) {
  body.body-order-form #payment-data .gift-card-section .btn {
    width: 330px;
    height: 40px;
    /* left: 47.5%; */
  }
}
@media (max-width: 1024px) {
  body.body-order-form #payment-data .gift-card-section .btn {
    width: 100%;
    transform: translate(0);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-custom-2:before,
  body.body-order-form #payment-data-submit:before {
    right: 38%;
  }
  .container-order-form,
  .container-cart {
    padding: 0px 15px;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed.affix-top {
    margin-left: 0%;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed:not(.affix-top) {
    margin-left: 0%;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder > .row-fluid {
    width: 100%;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .accordion-heading {
    padding: 10px 22px 10px 0px;
  }
  body.body-order-form #payment-data .accordion-body .payment-group-list-btn a.payment-group-item {
    width: 210px;
    margin-right: 2%;
    margin-bottom: 2% !important;
  }
  body.body-order-form .orderform-template-holder {
    width: 100% !important;
  }
  body.body-order-form .box-step {
    padding-right: 20px !important;
  }
  body.body-order-form a.payment-group-item .payment-group-item-text {
    line-height: 14px;
  }
  body.body-order-form .mini-cart,
  body.body-order-form .cart-fixed {
    width: 100% !important;
    position: relative !important;
    margin-left: 0px;
    height: auto !important;
  }
  body.body-order-form .mini-cart .description,
  body.body-order-form .cart-fixed .description {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
  }
  body.body-order-form .mini-cart .description .price,
  body.body-order-form .cart-fixed .description .price {
    display: block;
    width: 100%;
  }
  body.body-order-form .mini-cart .shipping-date,
  body.body-order-form .cart-fixed .shipping-date {
    display: block !important;
  }
}
@media (min-width: 768px) {
  body.body-order-form #payment-data {
    width: 48.6%;
  }
  #app-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.body-order-form #payment-data .accordion-body .payment-group-list-btn a.payment-group-item {
    width: 100%;
    margin-bottom: 4% !important;
  }
  body.body-order-form #payment-data .link.link-gift-card {
    width: 100%;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder #shipping-data .shp-summary-group {
    margin: 0;
  }
  body.body-order-form #payment-data .accordion-body .payment-description {
    padding-top: 10px;
  }
  body.body-order-form .payment-confirmation-wrap {
    border: none;
    height: auto;
  }
  body.body-order-form .payment-confirmation-wrap #recaptcha {
    margin: 0px !important;
  }
  body.body-order-form .payment-confirmation-wrap p,
  body.body-order-form .payment-confirmation-wrap #payment-data-submit {
    margin-top: 15px;
  }
  body.body-order-form .payment-confirmation-wrap #payment-data-submit {
    border-radius: 5px 5px 35px 35px;
  }
  body.body-order-form .orderform-template-holder {
    width: 100% !important;
  }
  body.body-order-form .box-step {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  body.body-order-form a.payment-group-item .payment-group-item-text {
    line-height: 14px;
  }
  body.body-order-form .mini-cart,
  body.body-order-form .cart-fixed {
    width: 100% !important;
  }
  body.body-order-form .mini-cart .payment-submit-wrap {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.body-order-form .mini-cart .payment-submit-wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    bottom: 0px;
    margin: 0 0px !important;
  }
}
@media (max-width: 767px) {
  body.body-order-form .accordion-body .payment-group-list-btn > a + a {
    margin-top: 10px !important;
  }
  body.body-order-form .box-step .input:not(.ship-number) input {
    width: 100% !important;
  }
  body.body-order-form .box-step .ship-receiverName {
    width: 100% !important;
  }
  body.body-order-form .box-step .btn-go-to-payment {
    margin-top: 0px !important;
  }
  body.body-order-form .btn-success {
    width: 100%;
  }
  body.body-order-form .orderform-template-holder .vtex-omnishipping-1-x-addressForm {
    width: 100% !important;
  }
  body.body-order-form #client-profile-data .filled .box-step,
  body.body-order-form #client-profile-data .shipping-data:not(.active) .box-step,
  body.body-order-form #client-profile-data + #shipping-data .filled .box-step,
  body.body-order-form #client-profile-data + #shipping-data .shipping-data:not(.active) .box-step,
  body.body-order-form #client-profile-data + #shipping-data + #payment-data .filled .box-step,
  body.body-order-form #client-profile-data + #shipping-data + #payment-data .shipping-data:not(.active) .box-step {
    padding-left: 20px;
  }
  .btn-custom-2:before,
  body.body-order-form #payment-data-submit:before {
    right: 29%;
  }
  body.body-order-form .container-main.container-order-form #orderform-title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  body.body-order-form .container-main.container-order-form span.error {
    text-align: center !important;
    margin-top: 10px;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart {
    padding: 0px 0px;
    margin: 0;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed:not(.affix-top) {
    margin-left: 0.5%;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder > .row-fluid {
    width: 100%;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step {
    border: none !important;
    padding: 0;
    border-bottom: 1px solid #d0cbc7;
    margin-bottom: 0;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .accordion-heading {
    padding: 10px 0px 10px 0px;
  }
  body.body-order-form #payment-data .accordion-heading {
    padding: 0;
  }
  .payment-pix-flow {
    margin-bottom: 0;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .shipping-container .box-step {
    padding-right: 0px !important;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder #shipping-data .vtex-omnishipping-1-x-shippingDataDev.active .shipping-container .box-step::before {
    place-content: center;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .shipping-container .box-step .vtex-omnishipping-1-x-deliveryChannelsWrapper {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0px;
    border: 2px solid #000;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart-fixed h2::after {
    content: "Resumo do pedido";
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  body.body-order-form .checkout-container.orderform-active .row-fluid .mini-cart .cart {
    border: none;
  }
}
/* End Payment data */
/* End Checkout */
.discount-area {
  display: none;
  flex-wrap: wrap;
}

.discount-title {
  flex: 1 1 auto;
}

.seller-area {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}

.discount-input,
.seller-input {
  display: block;
}

.body-cart td.seller-title {
  flex-wrap: nowrap;
  width: auto;
  padding: 2px 0 0;
}
.body-cart td.seller-value {
  font-size: 14px;
}
td.seller-title {
  display: flex !important;
  flex-wrap: wrap;
  width: 131px;
  height: 29px;
  line-height: 23px !important;
}

.seller-value {
  font-weight: 400;
  color: #212121;
  flex: 1;
}

.discount-title{

}
.discount-title .discount-value{
  font-weight: normal!important;
}

.discount-area .discount-title,
.seller-area .seller-title {
  text-align: left;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  /* letter-spacing: 2.2px; */
  color: #212121;
  max-width: 85%;
}

.seller-title b {
  display: block;
  font-weight: 700;
}

.discount-area .discount-btn {
  padding: 10px 0;
}

.discount-area .discount-btn .remover-discount-click {
  display: none;
}

.discount-area .discount-btn .discount-click {
  color: #212121;
  text-decoration: underline;
  font-size: 11px;
  float: right;
  cursor: pointer;
}

.discount-input .discount-code,
.seller-input .seller-code {
  padding: 8px 0px 0px 0px;
}

.discount-input .discount-text,
.seller-input .seller-text {
  text-align: left;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

.discount-input .discount-code .discount-box,
.seller-input .seller-code .seller-box {
  font-family: Montserrat;
  border: none;
  border-bottom: 1px solid rgba(67, 61, 63, 0.3215686275);
  border-radius: 0 !important;
  height: 40px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  color: #212121;
}

.discount-input .discount-code .discount-box::placeholder {
  color: #212121;
}

.seller-input .seller-code .seller-box,
.seller-input .seller-code .seller-box::placeholder {
  /* font-weight: 700; */
}

/* .seller-input .seller-code .seller-box {
    background-color: #f0f0f0 !important;
} */
.seller-box::placeholder {
  color: #212121;
}

.discount-input .discount-code-btn,
.seller-input .seller-code-btn {
  margin: 0;
  padding: 8px 0;
}

.discount-input .discount-code-btn .discount-btn-cupom,
.seller-input .seller-code-btn .seller-btn-cupom {
  font-family: Montserrat;
  background-color: #E8DDCE;
  border-radius: 0px 0px 6px 0px;
  height: 40px;
  box-shadow: none !important;
  margin-top: 0px;
  border: solid 2px #E8DDCE;
  text-shadow: none;
  transition: background, 0.3s;
  margin-left: -5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #212121;
}

.discount-input .discount-code-btn .discount-btn-cupom:hover {
  opacity: 0.8;
  background-color: #fff;
}

.seller-area .seller-btn {
  padding: 10px 0;
}

.seller-area .seller-btn .seller-click {
  color: #212121;
  text-decoration: underline;
  font-size: 11px;
  float: right;
  cursor: pointer;
}

.seller-input .seller-code-btn .seller-btn-cupom:hover {
  opacity: 0.8;
  background-color: #fff;
  border-color: #E8DDCE;
}

.checkout-warn-holder {
  display: block;
  width: 357px;
  text-align: center;
  padding: 10px;
  /* letter-spacing: 1px; */
  margin: 20px 0;
  border: 1px solid rgba(67, 61, 63, 0.368627451);
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #615c5d;
  opacity: 0.8;
}

.payment-submit-wrap .checkout-warn-holder {
  width: 100%;
  background-color: #f4efe9;
}

.checkout-warn-holder .checkout-warn {
  font-size: 12px;
  // letter-spacing: 0.6px;
  color: #333;
}

.checkout-container .cart-template.full-cart {
  max-width: 99%;
}

#checkoutMainContainer > div.container.container-main.container-cart > div.checkout-container.row-fluid.cart-active > div.cart-template.full-cart.span12.active > div.summary-template-holder > div > div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right > div:nth-child(2) > div > div.accordion-body.collapse.in > div > table > tbody.shipping-reset > tr > td.monetary.shipping-unavailable {
  display: none !important;
}

#checkoutMainContainer > div.container.container-main.container-cart > div.checkout-container.row-fluid.cart-active > div.cart-template.full-cart.span12.active > div.summary-template-holder > div > div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right > div:nth-child(2) > div > div.accordion-body.collapse.in > div > table > tbody.shipping-reset > tr > td.info > span {
  display: none !important;
}

.full-cart .summary-totalizers .shipping-reset {
  display: none;
}

.icon-phone {
  font-size: 24px;
}

.row-flex {
  display: flex;
}

.shell {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 20px;
}

.container-order-form,
.container-cart {
  max-width: 1390px;
  width: 100%;
}

.identified-user-message {
  font-size: 13px;
  font-family: Montserrat;
}

.empty-cart-title {
  font-size: 0;
  color: #212121;
}

.empty-cart-title::before {
  content: "Seu carrinho est\E1   vazio";
  font-size: 24px;
}

.empty-cart-message {
  color: #212121;
}

.icon-security {
  background: url("/arquivos/queroquero2020-icon-restricted.svg?v=1") no-repeat !important;
  width: 12px;
  height: 16px;
  display: block;
}

.table th,
.table td {
  padding: 14px 8px 16px 8px;
}

.table th {
  font-weight: 700 !important;
  font-size: 11px;
  // letter-spacing: 2px;
}

#cart-title {
  font-size: 0px;
}

#cart-title:before {
  content: "Minhas escolhas";
  // letter-spacing: 3.92px;
  font-size: 28px;
  color: #212121;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #cart-title {
    display: none !important;
  }
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .form-step .input label,
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressFormPart1 .input label,
  body.body-order-form .checkout-container.orderform-active .orderform-template-holder .step .box-step .vtex-omnishipping-1-x-addressForm .input label {
    font-weight: 600;
  }
}
#cart-title .counter-icon {
  font-size: 15px;
  color: #fff;
  width: 19px;
  height: 19px;
  background-color: #212121;
  border-radius: 20px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20.5%;
  transition: all ease-in-out 0.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #cart-title .counter-icon {
    left: 22.5%;
  }
}
@media (max-width: 767px) {
  #cart-title .counter-icon {
    left: 76%;
  }
}
@media (min-width: 1024px) {
  #cart-title {
    margin: 10px 0px 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #cart-title {
    margin: 10px 0px 20px 0px;
  }
}
@media (max-width: 1024px) {
  .empty-cart-title::before {
    font-size: 18px;
  }
  #cart-title {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #d0cbc7;
  }
  #cart-title:before {
    font-size: 24px;
    line-height: 34px;
  }
}
#go-to-cart-button {
  width: 100%;
  margin: 10px 0px 20px;
  padding: 10px;
  border-radius: 0px;
  height: 40px;
  font-weight: 500;
  letter-spacing: 1.1px;
  border: none;
}
.belug-crm-bonus-checkout-1-x-bonus-box{
  margin: 60px 0 0 !important;
}

#go-to-cart-button a {
  color: #212121 !important;
}

.SecurityEnvironmentIcon {
  display: none !important;
}

.clone-item-container,
.clone-item-sep,
.clone-item,
.item-attachments-head,
.item-attachments-content {
  display: none !important;
}

.onda-v1 .blue {
  color: #212121;
}

.srp-icon-radio-selected * {
  fill: #212121;
}

span.error {
  width: 100% !important;
  text-align: right;
  // letter-spacing: 0px;
  font-weight: 300 !important;
  font-size: 12px;
  color: #be4343;
  margin-bottom: 10px;
}

#email-suggestion-address {
  color: #008d53;
}

p.newsletter label {
  padding-left: 0px;
}

.state-inscription-box {
  margin-top: 14px;
}

.state-inscription-box .checkbox {
  padding-left: 0px;
}

.state-inscription-box .checkbox span {
  font-size: 14px;
  color: #716d6e;
}

.AddressToggle {
  margin-top: 20px;
}

.AddressToggle,
p.newsletter,
.state-inscription-box {
  margin-bottom: 20px;
}

.glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #d19f6c !important;
}

.UseAnotherCard.btn.label-vertical-group {
  background: transparent !important;
}

.AddressToggle input,
p.newsletter input,
.state-inscription-box input {
  display: none;
}

.AddressToggle input:checked + label::after,
.AddressToggle input:checked + span::after,
p.newsletter input:checked + label::after,
p.newsletter input:checked + span::after,
.state-inscription-box input:checked + label::after,
.state-inscription-box input:checked + span::after {
  background: url("/arquivos/icon-check.png") center center no-repeat;
}

.AddressToggle label[for^=address-toggle-],
.AddressToggle span,
p.newsletter label[for^=address-toggle-],
p.newsletter span,
.state-inscription-box label[for^=address-toggle-],
.state-inscription-box span {
  padding-left: 35px;
  position: relative;
}

.AddressToggle label[for^=address-toggle-]::after,
.AddressToggle span::after,
p.newsletter label[for^=address-toggle-]::after,
p.newsletter span::after,
.state-inscription-box label[for^=address-toggle-]::after,
.state-inscription-box span::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #f4efe9;
  border: 1px solid #d19f6c;
  display: block;
  border-radius: 2px !important;
  margin-right: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.AddressToggle label[for^=address-toggle-]::after,
.AddressToggle span::after {
  top: 5px;
}

.item-service .loading-text.icon-spinner.icon-spin.hide {
  display: none !important;
}

@media (min-width: 1024px) {
  .item-service .bundle-item-image {
    background: url("/arquivos/embalage-presente.png") no-repeat;
  }
  .item-service .product-price,
  .item-service .quantity {
    display: none;
  }
  .item-service .bundle-item-name {
    font-size: 12px;
    padding-left: 35px !important;
    // letter-spacing: 1.2px;
    color: #212121;
    font-weight: 500;
    padding-top: 10px;
  }
}
.item-service .bundle-item-name span::after {
  content: "embalagem adicionada";
  color: #615c5d;
  font-size: 12px;
  line-height: 17px;
  margin-left: 5px;
  text-transform: lowercase;
  text-decoration-line: underline;
  font-weight: 700;
  text-shadow: none;
  // letter-spacing: 1.2px;
}

.modal-header {
  background-color: #fff;
}

.modal-header * {
  color: #212121;
  font-size: 14px;
}

.modal-header .vtexIdUI-header .vtexid-icon-user {
  display: none;
}

.modal-header .vtexIdUI-header .ng-binding {
  color: #212121;
  font-weight: 700;
}

.modal-header button.vtexIdUI-send-email {
  background-color: #212121;
  border-radius: 0 !important;
  color: #fff;
  border: thin solid #212121;
}

.modal-header button.vtexIdUI-others-send-email {
  background-color: #fff;
  border-radius: 0 !important;
  color: #212121;
  border: thin solid #212121;
}

.vtexIdUI .btn {
  background-color: #f4efe9 !important;
  border-radius: 0 !important;
  color: #212121;
  border: thin solid #212121 !important;
  background-image: none !important;
  box-shadow: none !important;
}

.vtexIdUI .btn span {
  font-size: 14px;
}

.vtexIdUI .btn {
  border: 1px solid #212121 !important;
}

.vtexIdUI .btn.vtexIdUI-others-send-email {
  color: #212121 !important;
}

.vtexIdUI .btn:hover {
  background-color: #f4efe9 !important;
}

.vtexIdUI .btn-success {
  background-color: #212121 !important;
  border-radius: 0 !important;
  color: #f4efe9;
  border: thin solid #212121 !important;
  background-image: none !important;
  box-shadow: none !important;
}

.vtexIdUI .btn-success span {
  font-size: 14px;
  color: #f4efe9;
}

.vtexIdUI .btn-success:hover {
  background-color: #212121 !important;
}

.vtexid-icon-mail {
  display: none;
}

.vtexIdUI .btn:hover,
.vtexIdUI .btn:focus,
.vtexIdUI .btn:active,
.vtexIdUI .btn.active,
.vtexIdUI .btn.disabled,
.vtexIdUI .btn[disabled],
.vtexIdUI .modal-body {
  background-color: #f4efe9 !important;
}

.vtexIdUI .btn-success:hover,
.vtexIdUI .btn-success:focus,
.vtexIdUI .btn-success:active,
.vtexIdUI .btn-success.active,
.vtexIdUI .btn-success.disabled,
.vtexIdUI .btn-success[disabled] {
  background-color: #212121 !important;
}

@media (max-width: 1024px) {
  .vtexIdUI .modal-header .close {
    right: 13px !important;
    top: 13px !important;
  }
}
.default-modal {
  border-radius: 0 !important;
  background-color: #f4efe9 !important;
  border-color: #212121 !important;
  color: #212121 !important;
}

.default-modal .identified-user-hello {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #212121;
  margin-bottom: 25px;
}

.default-modal .identified-user-message {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #615c5d;
  text-align: center;
}

.default-modal button {
  background-color: #212121 !important;
  border-radius: 0 !important;
  color: #e9dfd3 !important;
  box-shadow: none !important;
  background-image: none !important;
  font-size: 14px;
  font-weight: 500;
  font-family: Montserrat;
}

.modal.hide.fade.default-modal.identified-user-modal.modal-email-template.email-message-modal.vtex-front-messages-instance.vtex-front-messages-type-fatal {
  width: 400px;
  height: 220px;
  padding: 25px;
  background: #f4efe9;
  border: none;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
}

.modal.hide.fade.default-modal.identified-user-modal.modal-email-template.email-message-modal.vtex-front-messages-instance.vtex-front-messages-type-fatal .modal-body {
  width: auto;
}

.modal.hide.fade.default-modal.identified-user-modal.modal-email-template.email-message-modal.vtex-front-messages-instance.vtex-front-messages-type-fatal #btn-identified-user-button {
  display: flex;
  font-family: Montserrat;
  font-size: 0;
  margin: 30px auto;
  height: 30px;
  padding: 0;
  width: 120px;
  align-items: center;
  justify-content: center;
}

.modal.hide.fade.default-modal.identified-user-modal.modal-email-template.email-message-modal.vtex-front-messages-instance.vtex-front-messages-type-fatal #btn-identified-user-button::before {
  content: "Continuar";
  font-family: Montserrat;
  font-size: 14px;
  padding-bottom: 1px;
  // letter-spacing: 1px;
}

.alert,
.alert h4 {
  background-color: #fff;
  border-color: #212121;
  border-radius: 0;
  color: #212121;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 980px) {
  .mini-cart .cart {
    max-height: 150px;
    overflow: auto;
  }
}
.mini-cart .service-list {
  width: 100%;
  padding: 10px 5px;
  background: none;
}

.mini-cart .service-list .product-name {
  width: 84% !important;
}

.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #212121;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
}

#discount-loader,
#seller-loader {
  display: none;
}

.remover-seller-click,
.remover-discount-click {
  cursor: pointer;
  right: 0;
}

@media (max-width: 1024px) {
  .formas-de-pag,
  .loja-segura {
    display: flex;
    flex-direction: column;
  }
  .formas-de-pag p,
  .loja-segura p {
    margin: 0;
  }
  .loja-segura {
    margin-top: 20px;
  }
  .body-cart .srp-delivery-header {
    margin-bottom: 10px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }
  .body-cart .srp-delivery-header #deliver-at-text {
    margin-left: 0;
  }
  .modal.hide.fade.default-modal.identified-user-modal.modal-email-template.email-message-modal.vtex-front-messages-instance.vtex-front-messages-type-fatal {
    width: 95% !important;
  }
}
.payment-discounts-alert-wrap {
  margin-bottom: 20px;
  text-align: -webkit-center;
  font-size: 14px;
  font-weight: 500;
}

.payment-discounts-alert-wrap .payment-discounts-alert {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 330px;
  border: 1px solid rgba(67, 61, 63, 0.1843137255);
  color: #212121 !important;
  text-decoration: none;
  background: transparent;
}

.gift-card-multiple-providers .payment-discounts-options.text.input.span5 label {
  font-size: 0 !important;
}

.gift-card-multiple-providers .payment-discounts-options.text.input.span5 label::before {
  content: "vale";
  margin-bottom: 5px;
  font-size: 14px;
  // letter-spacing: 1.6px;
  font-weight: 500;
}

.item-unavailable-message .help-arrow.top-arrow {
  display: none;
}

.item-unavailable-message span {
  font-size: 0;
}

.item-unavailable-message span::after {
  content: "Ops, infelizmente esse produto acabou. :(";
  color: #212121;
  font-size: 12px;
}

.vtex-shipping-preview-0-x-unavailableDeliveryAlert .shp-alert-content.vtex-shipping-preview-0-x-content {
  display: flex;
  align-items: center;
}

.vtex-shipping-preview-0-x-unavailableDeliveryAlert .shp-alert-content.vtex-shipping-preview-0-x-content #shp-unavailable-delivery-available-pickup span {
  font-size: 0 !important;
}

.vtex-shipping-preview-0-x-unavailableDeliveryAlert .shp-alert-content.vtex-shipping-preview-0-x-content #shp-unavailable-delivery-available-pickup span::after {
  content: "Ops, infelizmente esse produto acabou. :(";
  color: #212121;
  font-size: 12px;
}

.shp-alert.vtex-omnishipping-1-x-warning .shp-alert-disclaimer {
  font-size: 0px;
}

.shp-alert.vtex-omnishipping-1-x-warning .shp-alert-disclaimer #remove-unavailable-items {
  font-size: 0px;
  text-decoration: none;
  text-align: initial;
}

.shp-alert.vtex-omnishipping-1-x-warning .shp-alert-disclaimer #remove-unavailable-items::before {
  content: "Ops, infelizmente esse produto acabou. :(. ";
  color: #212121;
  font-size: 12px;
  padding-top: 3px;
  line-height: 1.2;
  // letter-spacing: normal;
}

.shp-alert.vtex-omnishipping-1-x-warning .shp-alert-disclaimer #remove-unavailable-items::after {
  content: " Remova o item do carrinho.";
  font-size: 12px;
}

.cart-more-options {
  padding: 0 !important;
  margin: 0 !important;
  min-height: max-content !important;
}

.cart-more-options #shipping-preview-container {
  display: none;
}

#cart-choose-products {
  text-transform: uppercase;
}
.btn.btn-large.btn-success.link-choose-products {
  text-transform: none !important;
}

.btn.btn-large.btn-success.link-choose-products.link-login {
  display: none;
}

@media (max-width: 1024px) {
  .full-cart .cart table tbody tr td.item-remove {
    top: 10px;
  }
}
@media (max-width: 1130px) {
  .payment-body .form-step.box-new.row-fluid {
    display: flex;
    flex-direction: column;
  }
  .payment-body .form-step.box-new.row-fluid .payment-group-list-btn {
    width: 100%;
  }
  .payment-body .form-step.box-new.row-fluid .payment-group-list-btn .payment-group-item {
    max-width: 400px !important;
  }
}
.bg-gray-div {
  background-color: #e4e4e4 !important;
}

.cart-totalizers .table tfoot tr:not(.total-value) {
  display: block;
}

.gift-card-discount {
  border: none;
  display: flex;
  justify-content: space-between;
  max-width: 99%;
}

@media (max-width: 768px) {
  .full-cart .cart-links-bottom .btn-place-order-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dDtOhn {
    display: none;
  }
}
.seller-error {
  color: #cb333b;
  text-transform: lowercase;
}

.seller-success {
  color: #d19f6c;
  text-transform: lowercase;
}

/* Start Hand Talk */
.ht-skip > div {
  bottom: 70% !important;
  position: fixed !important;
  z-index: 1000000 !important;
  flex-direction: row-reverse !important;
  left: 0px !important;
  height: 0px !important;
  display: inline-flex !important;
}

.ht-skip > div > div {
  margin-top: 100px !important;
  height: 84px !important;
}

.ht-skip button {
  width: 32px !important;
  height: 32px !important;
}

.ht-skip button,
.ht-skip button:hover,
.ht-skip > div > div > div > div {
  background: #212121 !important;
}

.ht-skip button svg {
  width: 25px !important;
  height: 25px !important;
}

.ht-skip > div > div > div {
  width: 32px !important;
}

.ht-skip > div > div > div > svg {
  width: 15px !important;
}

@media (max-width: 1024px) {
  .ht-skip {
    display: none;
  }
  .state-inscription-box .checkbox span {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
}
/* End Hand Talk */
/* Start Social Selling */
.vtex-social-selling .sb-bar.sb-mobile {
  display: flex;
  flex-direction: column;
}

:is(.sb-b-erasecart, .sb-b-whatsapp, .sb-b-link) .sb-mask {
  width: 30px !important;
}

.sb-b-erasecart .sb-mask:hover {
  width: 149px !important;
}

.sb-b-whatsapp .sb-mask:hover {
  width: 124px !important;
}

.sb-b-link .sb-mask:hover {
  width: 82px !important;
}

:is(.sb-b-erasecart, .sb-b-whatsapp, .sb-b-link) .sb-label {
  line-height: 30px !important;
}

:is(.sb-b-erasecart, .sb-b-whatsapp, .sb-b-link) .sb-icon {
  width: 30px !important;
}

:is(.sb-b-erasecart, .sb-b-whatsapp, .sb-b-link):hover .sb-label {
  left: 30px !important;
  transition: all ease-in-out 0.5;
}

:is(.sb-b-erasecart, .sb-b-whatsapp, .sb-b-link) .sb-icon {
  height: 30px !important;
}

.sb-divider {
  margin-bottom: 0px !important;
}

.swal2-popup {
  width: 500px !important;
  border-radius: 0 !important;
  background: #e9dfd3 !important;
}

.swal2-popup.phone-number-swal2 {
  height: 240px !important;
}

.swal2-popup.phone-number-swal2 {
  height: 323px !important;
}

.sb-b-erasecart .sb-icon,
.sb-b-erasecart .sb-label,
.sb-b-erasecart a:hover .sb-icon {
  background-color: #716d6e !important;
}

.fa-cart-plus:before {
  content: "" !important;
  background: url(/arquivos/social-selling-cart.png) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  top: 5px;
  left: 5px;
}

.sb-b-whatsapp .sb-icon,
.sb-b-whatsapp .sb-label,
.sb-b-whatsapp a:hover .sb-icon {
  background-color: #615c5d !important;
}

.swal2-html-container {
  font-size: 0;
  padding: 0 2rem !important;
  position: relative;
}

.swal2-popup.phone-number-swal2 #swal2-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #212121 !important;
  line-height: 27px;
}

#sb-swal-phoneNumber {
  padding: 20px 15px !important;
  border: 0.454026px solid #716d6e !important;
  border-radius: 3.63221px !important;
  color: #716d6e !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel,
.swal2-styled.button-copy {
  width: 104px !important;
  height: 27px !important;
  font-size: 12px !important;
  font-weight: 700;
  border-radius: 0 !important;
  border: none;
  padding: 0 !important;
  // letter-spacing: 1px;
}

.swal2-styled.swal2-confirm,
.swal2-styled.button-copy {
  background-color: #212121 !important;
}

.swal2-styled.swal2-confirm:hover,
.swal2-styled.button-copy:hover {
  background-color: #333 !important;
}

.swal2-styled.swal2-cancel {
  background-color: #e9dfd3 !important;
  border: 1px solid #212121 !important;
  color: #212121 !important;
}

.swal2-styled.button-copy {
  color: #fff;
  margin-bottom: 25px;
}

.swal2-popup.swal2-icon-success .swal2-styled.swal2-confirm {
  display: none !important;
}

.swal2-validation-message {
  background: transparent !important;
  text-transform: none;
  font-size: 0.875rem !important;
  margin-bottom: -20px !important;
}

.swal2-popup.phone-number-swal2 .swal2-validation-message {
  font-size: 0 !important;
  padding-top: 10px;
}

.swal2-popup.phone-number-swal2 .swal2-validation-message::after {
  content: "Voc\EA   deve informar um n\FAmero de celular";
  font-size: 0.875rem !important;
}

.swal2-popup.phone-number-swal2 .swal2-validation-message::before {
  font-size: 0.875rem !important;
}

.swal2-input-with-edit .swal2-input-edit {
  padding: 9px 5px 0 9px !important;
  cursor: pointer;
}

.far.fa-edit::before {
  font-size: 1rem;
}

.swal2-popup.swal2-icon-success .swal2-validation-message.fas.fa-check {
  display: block !important;
  animation: fadeIn 1s ease-in-out;
  padding: 0 !important;
  font-size: 0.875rem !important;
  color: #212121 !important;
}

.swal2-validation-message.fas.fa-check::before {
  content: "\F00C" !important;
  background-color: #d19f6c !important;
  font-family: "Font Awesome 5 Free";
}

.sb-b-whatsapp .fa-whatsapp:before {
  content: "" !important;
  background: url(/arquivos/social-selling-whatsapp.png) no-repeat;
  background-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  top: 6px;
  left: 7px;
}

.sb-b-link .sb-icon,
.sb-b-link .sb-label,
.sb-b-link a:hover .sb-icon {
  background-color: #212121 !important;
}

.sb-b-link .fa-link:before {
  content: "" !important;
  background: url(/arquivos/social-selling-link.png) no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  display: flex;
  position: relative;
  top: 4px;
  left: 3px;
}

.swal2-container .swal2-header .swal2-close {
  display: block !important;
  color: #212121 !important;
  font-family: sans-serif !important;
  font-size: 1.875rem !important;
}

.swal2-container .swal2-header .swal2-close:hover {
  color: #212121 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  color: #d19f6c !important;
  background-color: #d19f6c !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 3.992px solid #d19f6c !important;
}

.swal2-popup.swal2-icon-success #swal2-title {
  font-weight: 700 !important;
  color: #212121 !important;
  font-size: 16px;
  line-height: 27px;
}

.swal2-popup.swal2-icon-success .swal2-content {
  margin-top: 24px;
}

.swal2-html-container pre {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  cursor: pointer;
  background: #eeeae7 !important;
  border: 0.5px solid #716d6e !important;
  border-radius: 3.63221px !important;
}

.swal2-html-container pre::after {
  content: "" !important;
  background: url(/arquivos/social-selling-copy-text.png) no-repeat;
  background-size: 21px;
  width: 21px;
  height: 21px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 35px;
  background-color: #eeeae7;
  padding: 0px 5px;
  background-position: center;
}

.swal2-html-container pre code {
  white-space: nowrap !important;
  color: #716d6e !important;
}

.sb-bar.sb-white-icon .sb-icon,
.sb-bar.sb-white-icon-over .sb-sub:hover > .sb-icon,
.sb-bar.sb-white-icon-over a:hover .sb-icon {
  color: #e9dfd3 !important;
}

@media (min-width: 1025px) {
  .sb-bar.sb-white-icon.sb-white-icon-over.sb-white-label-text.sb-css-anim {
    top: 23.5% !important;
  }
  .gift-card-multiple-providers {
    padding-bottom: 35px;
  }
  .gift-card-section .payment-discounts-list {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .vtex-social-selling ul {
    display: flex;
    flex-direction: column;
  }
  .swal2-popup.phone-number-swal2 #swal2-title {
    font-size: 12px !important;
  }
  .swal2-popup.phone-number-swal2,
  .swal2-popup.swal2-icon-success {
    min-height: 230px !important;
  }
}
@media (max-width: 768px) {
  .sb-bar.sb-white-icon.sb-white-icon-over.sb-white-label-text.sb-css-anim {
    bottom: 150px !important;
  }
  .swal2-popup.swal2-icon-success #swal2-title {
    font-size: 1rem !important;
  }
  .swal2-html-container {
    padding: 0 !important;
  }
  .swal2-html-container pre::after {
    right: 3px;
  }
  .swal2-styled.swal2-cancel,
  .swal2-styled.swal2-confirm,
  .swal2-styled.button-copy {
    width: 120px !important;
    height: 30px !important;
    padding: 0px;
  }
  .swal2-validation-message {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1024px) {
  .cart-active .table .srp-summary-result {
    display: flex;
  }
  .body-cart .cart .cart-items tbody tr.item-service .item-remove a i {
    display: none;
  }
  .body-cart .cart .cart-items tbody tr.item-service .item-remove {
    position: absolute;
    bottom: 105px;
    left: 250px;
    top: auto;
  }
  .body-cart .cart .cart-items tbody tr.item-service .item-remove a::after {
    content: "X";
    font-size: 14px;
    line-height: 17px;
    color: #615c5d;
    opacity: 0.9;
  }
  .body-cart .cart .cart-items tbody tr.item-service {
    padding: 0 !important;
    margin: 0;
  }
  .body-cart .cart-template.full-cart .summary-template-holder .summary-coupon {
    /* display: none; */
  }
  .gift-card-multiple-providers {
    text-align: -webkit-center;
  }
}
@media (max-width: 490px) {
  .full-cart .cart table tbody tr td.product-name {
    padding: 0 0 45px !important;
  }
  .body-cart .cart .cart-items tbody tr.item-service {
    position: relative;
    margin: 0;
    padding: 0 !important;
  }
  .full-cart .cart table tbody tr td.product-name p.add-service-container a {
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    margin-bottom: -19px;
  }
  .full-cart .cart table tbody tr td.product-name p.add-service-container a::after {
    content: "embalagem de presente: gr\E1tis";
    border-radius: 0 !important;
    background: none !important;
    border: none !important;
    text-shadow: none;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #d19f6c;
    position: absolute;
    left: 89px;
  }
  .item-service .bundle-item-name span {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .body-cart .cart .cart-items tbody tr.item-service .bundle-item-image {
    display: none;
  }
  .body-cart .cart .cart-items tbody tr.item-service .quantity-price.bundle-quantity-price {
    display: none;
  }
  .body-cart .cart .cart-items tbody tr.item-service {
    /* display: block; */
    position: absolute;
    margin-top: -68px;
    margin-left: 82px;
  }
  .cart-template.cart-template.full-cart.active > .cart-select-gift-placeholder {
    display: none;
  }
  .cart-select-gift-placeholder {
    width: auto !important;
    float: none !important;
  }
  .summary-template-holder .row-fluid.summary .summary-coupon-wrap {
    display: none;
  }
}
.body-cart .cart .cart-items tbody tr.item-service td:nth-child(3) {
  display: none;
}

.body-cart .cart .cart-items tbody tr.item-service .quantity {
  display: none;
}

.body-cart .cart .cart-items tbody tr.item-service .quantity-price {
  display: none;
}

.default-modal-security.payment-confirmation-security icon-lock {
  display: none;
}

.body-cart .cart .cart-items tbody tr.item-service .bundle-item-name span {
  font-size: 0;
  line-height: 0;
}

@media (min-width: 1024px) {
  .body-cart .cart-template.full-cart.active .summary-template-holder .summary-totalizers .cart-links-bottom {
    display: block !important;
    top: 90%;
  }
  .body-cart .cart-template.full-cart .cart-links-bottom {
    margin: 20px 0;
    position: absolute;
    right: 0;
    bottom: -34px;
    flex-direction: column;
  }
}
.vtex-cartman button {
  display: none !important;
}

/* End Social Selling */

/* FOOTER  */
.footer-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-container .footer-text{
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding-right: 15px;
  text-align: left;
  text-transform: none;
}

.footer-container .footer-icons-container{
  display: flex;
  gap: 16px;
}
.footer-container .footer-icon{
  display: flex;
  align-items: center;
}
.footer-container .footer-icon a {
  height: fit-content;
}

@media (max-width: 767px) {
  .footer-container{
    margin-bottom: 40px;
    flex-direction: column;
    gap: 16px;
  }
  .footer-container .footer-text{
    text-align: center;
  }
}
/* END FOOTER  */

#vtexIdContainer {
  position: fixed !important;
}


.vtexIdUI.ng-scope.vtexIdUI-show-app{
  top: 50%;
  transform: translateY(-50%);
}

#toast-bar {
  width: 100%;
  padding: 16px;
  padding-bottom: 8px;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
#toast-bar .toast-bar-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
  text-transform: uppercase;
  margin: 8px 0;
  margin-bottom: 0;
}
#toast-bar .toast-bar-container {
  width: 100%;
  height: 9px;
  border-radius: 30px;
  background-color: #D9D9D9;
  position: relative;
}
#toast-bar .toast-bar-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  border-radius: 30px;
  max-width: 100%;
  transition: all 0.3s ease;
}
#giftInfoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
#giftInfoPopup .giftInfoPopup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: inherit;
  height: inherit;
}
#giftInfoPopup .giftInfoPopup-content {
  background-color: #E8DDCE;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  width: 90%;
  text-align: center;
  padding: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#giftInfoPopup .giftInfoPopup-close {
  cursor: pointer;

  position: absolute;
  right: 16px;
  top: 16px;

  width: 24px;
  height: 24px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#giftInfoPopup .giftInfoPopup-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 130%;
}
#giftInfoPopup .giftInfoPopup-text-highlight {
  color: #d19f6c;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  #giftInfoPopup .giftInfoPopup-text,
  #giftInfoPopup .giftInfoPopup-text-highlight {
    font-size: 16px;
  }
}
