.upsell__card[data-v-ec57b5a0] {
  padding: 6px 8px;
  margin: 0 10px;
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.upsell__card_header[data-v-ec57b5a0] {
  display: flex;
  gap: 12px;
}
.upsell__card_header--img[data-v-ec57b5a0] {
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.upsell__card_header--img  img[data-v-ec57b5a0] {
  width: 108px;
  height: 108px;
  border-radius: 8px;
}
.upsell__card_header--name[data-v-ec57b5a0] {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 500;
  color: #373835;
  max-height: 48px;
  margin-bottom: 8px;
}
.upsell__card__prices[data-v-ec57b5a0] {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.upsell__card__price-of[data-v-ec57b5a0] {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 5px;
  color: #858585;
}
.upsell__card__price-per[data-v-ec57b5a0] {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #373835;
}
.upsell__card__select-wrapper[data-v-ec57b5a0] {
  margin-top: 7px;
}
.upsell__card__select-label[data-v-ec57b5a0] {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #373835;
  line-height: 24px;
}
.upsell__card__select[data-v-ec57b5a0] {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.769.952a.79.79%200%2000-1.117%200L5%204.604%201.348.952A.79.79%200%2000.23%202.068l4.21%204.21a.79.79%200%20001.117%200l4.21-4.21a.79.79%200%20000-1.116z%22%20fill%3D%22%23373835%22%3E%3C/path%3E%3C/svg%3E");
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative;
  font-size: 12px;
  padding: 5px 10px ;
  min-width: 97px;
  border: 1px solid #D6D6D6 !important;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  color: #373835;
  cursor: pointer;
}
.upsell__card__select option[data-v-ec57b5a0] {
  color: #373835;
}
.upsell__card__btn button[data-v-ec57b5a0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.875rem;
  height: 2rem;
  background-color: #373835;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5rem;
  margin: 5px auto 0 auto;
}
.upsell__card__select-wrapper.error  .upsell__card__select-label[data-v-ec57b5a0] {
  color: var(--textErrorColor);
}

.upsell__wrapper[data-v-1a4c44ca] {
  margin: 0 -10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px -4px 4px -4px;
}
.upsell__header[data-v-1a4c44ca] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upsell__header--title[data-v-1a4c44ca] {
  margin: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}



.carrinhoLateral-mainBox[data-v-5e3f753b] {
  height: 100%;
}
#carrinhoLateralFundoEscuro[data-v-5e3f753b] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#carrinhoLateralpopupFundoEscuro[data-v-5e3f753b] {
  position: fixed;
  top: 0;
  left: calc(360px - 100vw);
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#carrinhoLateral[data-v-5e3f753b] {
  min-width: 360px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 8px 0 0 0;
  z-index: 120;
  width: 100%;
  max-width: 360px;
  height: 100%;
  border-left: 1px solid #D7D7D7;
  transform: translate(400px);
  transition: 300ms;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}
.carrinhoLateral-attribute[data-v-5e3f753b] {
  margin-bottom: 8px;
}
.carrinhoLateral-attribute-p[data-v-5e3f753b], .carrinhoLateral__simple-attribute-p[data-v-5e3f753b] {
  font-size: 10px;
  color: #858585;
  line-height: 12px;
  font-weight: 500;
}
#carrinhoLateral.open[data-v-5e3f753b] {
  transform: translate(0);
}
.carrinhoLateral-box[data-v-5e3f753b] {
  /* position: relative; */
  box-shadow: -15px 0px 15px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.carrinhoLateral-fechar[data-v-5e3f753b] {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
#carrinhoLateral[data-v-5e3f753b] {
    min-width: 336px;
}
.carrinhoLateral-fechar svg[data-v-5e3f753b] {
    width: 15px;
    height: 15px;
}
#carrinhoLateral[data-v-5e3f753b] {
    max-width: 300px;
    transform: translate(340px);
}
}
#carrinhoSection[data-v-5e3f753b] {
  height: 100%;
  overflow: auto;
}
.carrinhoLateral-mainContainer[data-v-5e3f753b] {
  /* position: relative; */
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

/* PRELOADER */
.carrinhoLateral-preloader[data-v-5e3f753b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.carrinhoLateral-preloader img[data-v-5e3f753b] {
  width: 150px;
  margin-bottom: 300px;
}

/* TOPO */
.carrinhoLateral-topo[data-v-5e3f753b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  flex: 0 1 auto;
  margin-top: 23px;
  margin-left: 6px;
}
.carrinhoLateral-topo-tituloContainer[data-v-5e3f753b] {
  display: flex;
  align-items: center;
}
.carrinhoLateral-topo-tituloContainer>*[data-v-5e3f753b]:not(.carrinhoLateral-t1) {
  margin-right: 10px;
}
.carrinhoLateral-t1[data-v-5e3f753b] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}

/* PRODUTOS */
/* msg de erro */
.carrinhoLateral-errorMsg[data-v-5e3f753b] {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ff0000;
  margin-top: 10px;
}

/* ------------- */
.carrinhoLateral-prods[data-v-5e3f753b] {
  min-height: 150px;
  height: calc(100vh - 345px);
  overflow-x: hidden;
  overflow-y:auto ;
  white-space: wrap;
}
.carrinhoLateral-mainBox.hasUpsell  .carrinhoLateral-prods[data-v-5e3f753b]  {
  height: calc(100vh - 495px);
}
.carrinhoLateral-prods[data-v-5e3f753b]::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.carrinhoLateral-prods[data-v-5e3f753b]::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #E6E1E6;
  border-radius: 3px;
}
.carrinhoLateral-prods-item[data-v-5e3f753b] {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  gap: 24px;
}
.carrinhoLateral-prods-item[data-v-5e3f753b]:not(:last-child) {
  margin-bottom: 20px;
}
.carrinhoLateral-prods-item-img[data-v-5e3f753b] {
  flex: 0 0 auto;
  overflow: hidden;
}
.carrinhoLateral-prods-item-dados[data-v-5e3f753b] {
  flex: 1 1 auto;
}
.carrinhoLateral-prods-item-dados-nome[data-v-5e3f753b] {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 500;
  color: #373835;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 132px;
}
.carrinhoLateral-prods-item-dados-attrPreco[data-v-5e3f753b] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.carrinhoLateral-prods-item-dados-qtd-mtQuadrado[data-v-5e3f753b] {
  font-size: 12px;
}
.carrinhoLateral-prods-item-dados-attr[data-v-5e3f753b] {
  display: flex;
}
.carrinhoLateral-prods-item-dados-attr-label[data-v-5e3f753b] {
  color: #6b6b6b;
  font-size: 12px;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}
.carrinhoLateral-prods-item-dados-attrPreco-precoDe[data-v-5e3f753b] {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 5px;
  color: #858585;
}
.carrinhoLateral-prods-item-dados-attrPreco-preco[data-v-5e3f753b] {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #373835;
}
.carrinhoLateral-prods-item-dados-attrPreco-preco>span[data-v-5e3f753b] {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: normal;
}
.carrinhoLateral-prods-item-dados-qtdContainer[data-v-5e3f753b] {
  margin-top: 8px;
}
.carrinhoLateral-prods-item-dados-qtdContainer-str[data-v-5e3f753b] {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
}
.carrinhoLateral-prods-item-dados-qtd[data-v-5e3f753b] {
  display: inline-flex;
  align-items: center;
}
.atualizarQuantidadeCarrinho[data-v-5e3f753b] {
  font-size: 16px;
  height: 40px;
}
.atualizarQuantidadeCarrinho[disabled][data-v-5e3f753b] {
  opacity: .2;
}
.carrinhoLateral-prods-item-dados-qtd input[data-v-5e3f753b] {
  border: none;
  width: 100%;
  max-width: 40px;
  height: 40px;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #D6D6D6;
}
.carrinhoLateral-prods-item-dados-qtd input.mtQuadrado[data-v-5e3f753b] {
  max-width: 60px;
}
.carrinhoLateral-prods-remove button[data-v-5e3f753b] {
  width: 20px;
  height: 20px;
  padding: 0;
  flex: 0 0 auto;
}
.carrinhoLateral-rodape-freteGratis-content[data-v-5e3f753b] {
  font-size: 12px;
  line-height: 24px;
  color: #373835;
}
.carrinhoLateral-prods-item-boxFlex[data-v-5e3f753b] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.carrinhoLateral-prods-item-qtdFlex[data-v-5e3f753b] {
  width: 100%;
}
.carrinhoLateral-prods-item-boxFlex-container[data-v-5e3f753b] {
  display: flex;
  width: 100%;
}
#semProdutos[data-v-5e3f753b] {
  height: 100%;
  align-items: center;
  display: flex;
}
.carrinhoLateral-body[data-v-5e3f753b] {
  padding: 15px 10px 10px;
}
.carrinhoVazio[data-v-5e3f753b] {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#semProdutos .carrinho-titulo[data-v-5e3f753b] {
  width: 100%;
  color: #373835;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px auto 20px;
}
#semProdutos .carrinho-subTitulo[data-v-5e3f753b] {
  font-size: 14px;
  color: #373835;
}

/* RODAPÉ */
.carrinhoLateral-rodape[data-v-5e3f753b] {
  flex: 0 1 auto;
  padding: 14px 12px 16px;
  margin: 0 -10px;
}
.carrinhoLateral-rodape-total[data-v-5e3f753b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0px 30px 0px 10px
}
.carrinhoLateral-rodape-total-t1[data-v-5e3f753b] {
  color: #7A7A7A;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.carrinhoLateral-rodape-total-valor[data-v-5e3f753b] {
  color: #71A850;
  font-size: 20px;
  font-weight: bold;
}
.carrinhoLateral-rodape-totalDesconto[data-v-5e3f753b] {
  font-size: 16px;
  display: block;
  color: #3d9544;
  text-align: center;
  margin: 0 -13px;
}
.carrinhoLateral-container-resumo[data-v-5e3f753b] {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #373835;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carrinhoLateral-container-resumo-t1[data-v-5e3f753b] {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.carrinhoLateral-container-resumo-subtotal[data-v-5e3f753b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.carrinhoLateral-container-resumo-subtotal[data-v-5e3f753b]:not(:last-child) {
  margin-bottom: 10px;
}
.carrinhoLateral-container-resumo-subtotal-t1.value[data-v-5e3f753b] {
  font-size: 18px;
  color: #46A8BA;
  font-weight: 600;
  line-height: 28px;
}
.carrinhoLateral-container-resumo-subtotal-t1.vista[data-v-5e3f753b] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #373835;
  line-height: 20;
  font-weight: 400;
  height: 20px;
}
.divisorBranco[data-v-5e3f753b] {
  border-bottom: 2px solid #fff;
  display: block;
  margin: 8px 0;
}
.carrinhoLateral-rodape-bts>*[data-v-5e3f753b] {
  width: 100%;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrinhoLateral-rodape-carrinho[data-v-5e3f753b] {
  height: 40px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #373835;
  border-radius: 80px;
}
.carrinhoLateral-rodape-fechar[data-v-5e3f753b] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: #71C2D1;
  font-weight: 500;
}
.carrinhoLateral-rodape-desconto[data-v-5e3f753b] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-height: 54px;
  border: 1px solid #71A850;
  border-radius: 8px;
  margin-bottom: 10px;
}
.carrinhoLateral-rodape-desconto-text[data-v-5e3f753b] {
  display: block;
  font-size: 14px;
  width: 100%;
  max-width: 297px;
  margin-left: 9px;
}
.carrinhoLateral-rodape-freteGratis[data-v-5e3f753b] {
  margin-bottom: 14px;
}
.carrinhoLateral-rodape-freteGratis-barrar[data-v-5e3f753b] {
  height: 8px;
  width: 100%;
  border-radius: 2.5px;
  background-color: #f3f3f3;
  margin-top: 12px;
  overflow: hidden;
}
.carrinhoLateral-rodape-freteGratis-barrar>div[data-v-5e3f753b] {
  height: 100%;
  width: 0;
  border-radius: 2.5px;
  background-color: #7d7d7d;
  transition: 300ms;
  max-width: 100%;
}
.carrinhoLateral-rodape-freteGratis-barrar.red>div[data-v-5e3f753b] {
  background-color: #46A8BA;
}
.carrinhoLateral-rodape-freteGratis-barrar.yellow>div[data-v-5e3f753b] {
  background-color: #46A8BA;
}
.carrinhoLateral-rodape-freteGratis-barrar.green>div[data-v-5e3f753b] {
  background-color: #46A8BA;
}
.carrinhoLateral-prods-image[data-v-5e3f753b] {
  width: 108px;
  height: 108px;
  border-radius: 8px;
}
.shareCart-button[data-v-5e3f753b] {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sharedCArt-popup-header[data-v-5e3f753b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 10px;
}
.shareCart-popup[data-v-5e3f753b] {
  background: #FFFFFF;
  border-radius: 8px;
  max-width: 428px;
  width: 100%;
  max-height: 260px;
  position: absolute;
  right: 43vw;
  padding: 16px;
  top: 40vh;
  z-index: 100;
}
.sharedCar-popup-title[data-v-5e3f753b] {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.social-media-button[data-v-5e3f753b] {
  border: 1px solid #B3E5EE;
  border-radius: 4px;
  max-width: 43.5px;
  width: 100%;
  height: 43.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.social-media-button[data-v-5e3f753b]:hover {
  background: #F0FDFF;
}
.socialMedia-title[data-v-5e3f753b],
.share-cart-inputLink-title[data-v-5e3f753b] {
  font-size: 14px;
  line-height: 24px;
  color: #8E8682;
}
.socialMedia-links[data-v-5e3f753b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.social-media-buttons[data-v-5e3f753b] {
  display: flex;
  gap: 16px;
}
.share-cart-inputLink-content[data-v-5e3f753b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 21px;
}
.share-cart-inputButton[data-v-5e3f753b] {
  background: #71C2D1;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 8px 16px;
  max-width: 120px;
  width: 100%;
}
.share-cart-input[data-v-5e3f753b] {
  border: 1px solid #71C2D1;
  border-radius: 24px;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 40px;
  width: 100%;
  padding: 8px 16px;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.share-cart-input-content[data-v-5e3f753b] {
  display: flex;
  gap: 6px;
}
.openPopupButton[data-v-5e3f753b] {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.copyMessagetext[data-v-5e3f753b] {
  display: flex;
  margin-top: 8px;
}
@media (max-width: 769px) {
.carrinhoLateral-prods-item-boxFlex[data-v-5e3f753b] {
    flex-direction: column;
    align-items: flex-start;
}
.carrinhoLateral-prods-item-qtdFlex[data-v-5e3f753b] {
    margin-top: 2px;
}
.carrinhoLateral-rodape-desconto-text[data-v-5e3f753b] {
    font-size: 11px;
}
.carrinhoLateral-prods[data-v-5e3f753b] {
    height: calc(100vh - 326px);
}
.shareCart-popup[data-v-5e3f753b] {
    left: calc(360px - 80vw);
}
}
@media (max-width: 426px) {
.shareCart-popup[data-v-5e3f753b] {
    left: calc(300px - 86vw);
}
#carrinhoLateralpopupFundoEscuro[data-v-5e3f753b] {
    left: calc(100% - 100vw);
}
}


.carrinhoLateral-rodape-desconto-text span {
  color: #71A850;
}

