
/* source: <aruma.checkout-ui-settings@1.0.106> */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@charset "UTF-8";
header .container-header {
  display: none;
}
header .contenedor-header {
  background: #fff;
  height: 80px;
  margin-bottom: 40px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
header .contenedor-header .contenedor-izquierda {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
  padding: 0 40px;
}
header .contenedor-header .contenedor-izquierda p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
header .contenedor-header .contenedor-izquierda .logo img {
  width: 160px;
}
@media (max-width: 1000px) {
  header .contenedor-header .contenedor-izquierda {
    width: 100%;
    padding: 0 15px;
    justify-content: space-between;
  }
  header .contenedor-header .contenedor-izquierda .logo img {
    height: auto;
    width: 140px;
  }
  header .contenedor-header .contenedor-izquierda p {
    font-size: 12px;
  }
}
header .contenedor-header .contenedor-derecha {
  background: #fa0082;
  height: 100%;
  width: 300px;
}
@media (max-width: 1000px) {
  header .contenedor-header .contenedor-derecha {
    display: none;
  }
}
header .contenedor-header .contenedor-derecha a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  column-gap: 15px;
}
header .contenedor-header .contenedor-derecha a img {
  height: 12px;
}

.contenido-formm {
  width: 100%;
  display: flex;
  height: 40px;
  gap: 10px;
}

input#cart-coupon2 {
  height: 40px;
  padding: 0;
  width: 100%;
  padding: 0 10px;
  border-radius: 8px;
}

button#cart-coupon-add {
  height: 40px;
  padding: 0 20px;
  width: auto;
  background: #fa0082;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

input#cart-coupon2::placeholder {
  color: #000;
  font-size: 12px;
}

div#coupon-toggle {
  justify-content: space-between;
}

div#coupon-form-container {
  margin-top: 8px;
}

.summary-template-holder .summary-coupon fieldset.coupon-fieldset p.coupon-fields {
  display: none;
}

p.vcustom-showCustomMsgCoupon {
  display: none;
}

p.vcustom-showCustomMsgCoupon {
  display: none;
}

div#applied-coupons {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 5px;
  width: 250px;
}

.coupon-item {
  display: flex;
  width: auto !important;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  padding: 0 8px;
  gap: 7px;
  justify-content: space-between;
}

button.remove-coupon {
  width: 12px;
  height: 12px;
  padding: 3px;
  margin: 0;
  border-radius: 120px;
  font-size: 10px;
  border: 1px;
  line-height: 0;
  background: #565555;
  color: #fff;
}

.coupon-item span {
  position: absolute;
  bottom: -21px;
}

.coupon-item {
  position: relative;
}

.contenido-formm {
  width: 100%;
  display: flex;
  height: 40px;
  gap: 10px;
}

.vtex-front-messages-placeholder.vtex-front-messages-placeholder-opened {
  display: none !important;
}

.item-quantity-change-increment.no-click {
  pointer-events: none;
  opacity: 0.4;
}

.cart table.cart-items tbody tr td.quantity {
  position: relative;
}

span.max-limit-message {
  position: absolute;
  width: 170px;
  bottom: -28px;
}

footer .containerFooter {
  padding: 0 20px;
}
footer .containerFooter .mediosDePago {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  footer .containerFooter .mediosDePago {
    padding-bottom: 10px;
    border-bottom: 1px solid #adadad;
  }
}
footer .containerFooter .mediosDePago p {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  footer .containerFooter .mediosDePago p {
    display: none;
  }
}
footer .containerFooter .mediosDePago .contentLogos {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
}
footer .containerFooter .Tecnologias {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
@media (max-width: 1000px) {
  footer .containerFooter .Tecnologias {
    flex-direction: column;
  }
}
footer .containerFooter .Tecnologias .tecnologiaLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media (max-width: 1000px) {
  footer .containerFooter .Tecnologias .tecnologiaLogo {
    flex-direction: column;
    margin-top: 10px;
  }
}
footer .containerFooter .Tecnologias .tecnologiaLogo .logoTita {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
footer .containerFooter .Tecnologias .tecnologiaLogo .vtexLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
footer .containerFooter .Tecnologias .copyrightFooter p {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  footer .containerFooter .Tecnologias .copyrightFooter p {
    text-align: center;
    margin-top: 10px;
  }
}

body {
  padding-bottom: 10px !important;
}

.banner-checkout {
  /*background-image: url("/arquivos/CheckoutArumaBanner.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 190px;
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: auto;
  max-width: 1157px;
  margin-inline: auto;
}

@media (max-width: 1024px) {
  .banner-checkout {
    background-image: unset;
    height: 0px;
  }
}
@font-face {
  font-family: roboto;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.7/fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.7/fonts/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.7/fonts/Roboto-Bold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.7/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.7/fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
/* BEAUTISTE */
@font-face {
  font-family: "Beausite Classic Light";
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.45/fonts/BeausiteClassic-Light.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Beausite-Classic-Regular;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.45/fonts/BeausiteClassic-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Beausite-Fit-Regular-Italic;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.45/fonts/BeausiteFitRegularItalic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Beausite-Grand-Bold;
  src: url(https://aruma.vtexassets.com/assets/vtex/assets-builder/aruma.checkout-ui-settings/1.0.45/fonts/BeausiteGrand-Bold.otf);
  font-weight: 600;
  font-style: normal;
}
.react-datepicker__week .react-datepicker__day--keyboard-selected {
  background-color: #fa0082;
}

.pasos-checkout {
  display: grid !important;
  grid-template-columns: 33.3% 33.3% 33.3%;
  max-width: 830px;
  margin: auto;
  padding: 0 40px;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .pasos-checkout {
    max-width: 270px;
  }
}
.pasos-checkout > div.pintada p {
  color: #fa0082;
}
.pasos-checkout > div {
  height: 2px;
  background: black;
  position: relative;
}
.pasos-checkout > div > div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pasos-checkout > div > div a p {
  width: max-content;
  font-size: 10px;
  color: #343434;
  margin-top: 4px;
}
.pasos-checkout > div > div a svg {
  fill: #d8d8d8;
}
.pasos-checkout > div > div a svg g {
  stroke: #e2e2e2;
}
.pasos-checkout .linea-1 .paso-1 {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 44px;
  z-index: 2;
}
.pasos-checkout .linea-1 .paso-1 p {
  color: #fa0082;
}
.pasos-checkout .linea-2 .paso-2 {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 44px;
  z-index: 2;
}
.pasos-checkout .linea-2 .paso-3 {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  z-index: 2;
}
.pasos-checkout .linea-3 .paso-4 {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  z-index: 2;
}
.pasos-checkout .paso a img {
  display: none;
}
.pasos-checkout .paso a img.icono-visible,
.pasos-checkout .paso a img.icono-visible-siempre {
  display: block;
}
.pasos-checkout .paso p {
  text-align: center;
  line-height: 12px;
}
.pasos-checkout .paso p br {
  display: none;
}
@media (max-width: 1000px) {
  .pasos-checkout .paso p br {
    display: block;
  }
}

#app-container label {
  font-size: 10px;
  font-weight: 400;
  color: #979899;
  position: relative;
  /*top: 10px;*/
  z-index: 99;
  background: #ffffff;
  /*left: 8px;*/
  /*display: inline-block !important;*/
  padding: 3px;
  margin: 0;
  line-height: 1 !important;
}
#app-container .FormFieldLabel {
  display: block !important;
  float: none;
}
#app-container .PaymentCardFlags {
  display: none;
}

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

select#creditCardpayment-card-0Brand {
  max-width: unset;
}

.orderform-template-holder #client-profile-data form.client-pre-email {
  position: absolute;
  text-align: center;
  z-index: 1020;
  border-top: 1px solid #eee;
  background: #fff;
}
.orderform-template-holder #client-profile-data form.client-pre-email .emailInfo {
  max-width: 500px;
  margin: auto;
  margin-top: 25px;
  border: 0;
  padding: 0 35px;
}
@media (max-width: 400px) {
  .orderform-template-holder #client-profile-data form.client-pre-email .emailInfo {
    padding: 0 10px;
  }
}
.orderform-template-holder #client-profile-data form.client-pre-email .emailInfo > i {
  display: none;
}
.orderform-template-holder #client-profile-data form.client-pre-email .emailInfo h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #000;
  line-height: 16px;
  margin: 0;
}
.orderform-template-holder #client-profile-data form.client-pre-email .emailInfo ul li {
  margin: 10px 0;
}
.orderform-template-holder #client-profile-data form.client-pre-email .emailInfo ul i {
  color: #fa0082;
  margin-right: 7px;
}
.orderform-template-holder #client-profile-data form.client-pre-email .emailInfo ul span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.orderform-template-holder #client-profile-data form.client-pre-email .client-email {
  max-width: 500px;
  margin: auto;
  float: none;
}
.orderform-template-holder #client-profile-data form.client-pre-email .client-email input {
  font-size: 13px;
  color: #000;
  box-shadow: none !important;
  border: 2px solid rgba(173, 173, 173, 0.2) !important;
}
.orderform-template-holder #client-profile-data form.client-pre-email .client-pre-email-h label small {
  font-size: 13px;
  color: #fa0082;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.orderform-template-holder #client-profile-data form.client-pre-email .client-pre-email-h span {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.orderform-template-holder #client-profile-data form.client-pre-email .client-pre-email-h span::after {
  display: none;
}
.orderform-template-holder #client-profile-data form.client-pre-email .client-pre-email-h span::before {
  display: none;
}
.orderform-template-holder #client-profile-data form.client-pre-email #btn-client-pre-email {
  top: 380px;
  width: 190px;
  min-width: auto;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa0082;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
}
@media (max-width: 370px) {
  .orderform-template-holder #client-profile-data form.client-pre-email #btn-client-pre-email {
    top: 420px;
  }
}

.cart table.cart-items thead tr th {
  order: 0 !important;
  color: #000;
}
.cart table.cart-items thead tr th.quantity-price {
  display: block !important;
}
.cart table.cart-items thead tr th.item-remove {
  display: block !important;
}
.cart table.cart-items tbody td {
  order: 0 !important;
}
@media (max-width: 690px) {
  .cart table.cart-items tbody tr.product-item {
    padding-bottom: 40px;
  }
}
.cart table.cart-items tbody tr td.quantity-price {
  display: block !important;
  width: auto !important;
}
@media (max-width: 690px) {
  .cart table.cart-items tbody tr td.quantity-price {
    display: none !important;
  }
}
.cart table.cart-items tbody tr td.product-image {
  padding: 0;
  width: 100px;
}
.cart table.cart-items tbody tr td.product-image a {
  margin-right: 0;
}
.cart table.cart-items tbody tr td.product-name a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  display: inline-block;
  color: #000;
}
.cart table.cart-items tbody tr td.product-name a:hover {
  font-weight: 500;
}
.cart table.cart-items tbody tr td.product-name .seller {
  display: none;
}
@media (max-width: 690px) {
  .cart table.cart-items tbody tr td.product-price {
    float: left;
    margin-left: 90px;
  }
}
.cart table.cart-items tbody tr td.product-price .price-details {
  display: none;
}
.cart table.cart-items tbody tr td.product-price .old-product-price {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #c6c6c6;
}
.cart table.cart-items tbody tr td.product-price .new-product-price {
  color: #000;
}
.cart table.cart-items tbody tr td.quantity {
  border: 0;
  margin: 0 15px;
}
@media (max-width: 690px) {
  .cart table.cart-items tbody tr td.quantity {
    float: right;
  }
}
.cart table.cart-items tbody tr td.quantity .item-quantity-change-decrement i,
.cart table.cart-items tbody tr td.quantity .item-quantity-change-increment i {
  display: flex;
  align-items: center;
}
.cart table.cart-items tbody tr td.quantity .item-quantity-change-decrement i::before,
.cart table.cart-items tbody tr td.quantity .item-quantity-change-increment i::before {
  font-size: 12px;
  background: #ededed;
}
.cart table.cart-items tbody tr td.quantity input {
  font-weight: 700;
  font-size: 12px;
}
.cart table.cart-items tbody tr td.item-remove {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #ededed;
  position: relative;
}
@media (max-width: 690px) {
  .cart table.cart-items tbody tr td.item-remove {
    position: absolute;
    height: 12px;
    right: 0;
  }
}
.cart table.cart-items tbody tr td.item-remove .item-link-remove i {
  position: relative;
  top: -1px;
}
.cart table.cart-items tbody tr td.item-remove .item-link-remove i::before {
  width: 8px !important;
  height: 8px !important;
  color: #000;
}

.orderform-template-holder .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text::before {
  background: #fa0082 !important;
  border-color: #fa0082 !important;
}

@media (max-width: 690px) {
  .summary-template-holder .cart-links-bottom {
    position: static !important;
  }
  .summary-template-holder .cart-links-bottom #cart-to-orderform {
    border-radius: 25px;
  }
}
.summary-template-holder .cart-links .btn-place-order-wrapper .btn-place-order {
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #fa0082;
  border: 0;
  font-size: 0;
}
.summary-template-holder .cart-links .btn-place-order-wrapper .btn-place-order:before {
  content: "Continuar";
  font-size: 16px;
}
.summary-template-holder .coupon-form input#cart-coupon {
  border-radius: 8px;
  box-shadow: 0;
  font-size: 12px;
}
.summary-template-holder .coupon-form #cart-coupon-add {
  width: 90px;
  height: 40px;
  border: 2px solid #fa0082;
  border-radius: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa0082;
  color: white;
  font-size: 0px;
  font-weight: 500;
  min-width: 90px;
  border-radius: 8px;
}
.summary-template-holder .coupon-form #cart-coupon-add:before {
  content: "Aplicar";
  font-size: 14px;
}
.summary-template-holder .accordion-group tbody.totalizers-list {
  border-top: 0;
  border-bottom: 0;
  padding: 5px 0;
}
.summary-template-holder .accordion-group tbody.totalizers-list tr td {
  color: #000;
  font-weight: 500;
}
.summary-template-holder .accordion-group tbody.totalizers-list tr.Items {
  padding-bottom: 8px;
  border-bottom: 1px solid #000 !important;
}
.summary-template-holder .accordion-group tbody.totalizers-list tr.Discounts {
  padding-top: 8px;
}
.summary-template-holder .accordion-group tfoot tr td.info {
  color: #000;
}
.summary-template-holder .accordion-group tfoot tr td.monetary {
  color: #000;
}

.terminosCheckout .terminos-item {
  display: flex;
  align-items: start;
  column-gap: 10px;
  margin-bottom: 20px;
}
.terminosCheckout .terminos-item p {
  font-weight: 500;
  color: #979899;
  font-size: 10px;
  line-height: 11px;
  margin: 0;
  text-align: justify;
}
.terminosCheckout .terminos-item p a {
  text-decoration: underline;
  color: #979899;
}
.terminosCheckout .terminos-item .terminos-checkbox-item {
  accent-color: #fa0082;
  margin: 0;
}

.boton-seguir-comprando {
  margin-top: 20px;
  margin-bottom: 10px;
}
.boton-seguir-comprando a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  text-decoration: none;
  border: 1px solid #fa0082;
  border-radius: 30px;
  height: 40px;
}
.boton-seguir-comprando a img {
  width: 8px;
  display: none;
}
.boton-seguir-comprando a p {
  margin: 0;
  color: #fa0082;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.barra-envio-gratis {
  margin-top: 25px;
}
.barra-envio-gratis .sin-carga {
  height: 10px;
  background: #e6e6e6;
  border-radius: 7px;
}
.barra-envio-gratis .con-carga {
  height: 10px;
  background: #fa0082;
  border-radius: 7px;
  margin-top: -10px;
  width: 0%;
  max-width: 100%;
}
.barra-envio-gratis .mensaje-envio-gratis {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #000;
  line-height: 18px;
  margin-bottom: 15px;
}
.barra-envio-gratis .mensaje-envio-gratis span {
  color: #fa0082;
  font-weight: 500;
}
.barra-envio-gratis .informacion-envio {
  margin-top: 20px;
  margin-bottom: 15px;
}
.barra-envio-gratis .informacion-envio > div {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
.barra-envio-gratis .informacion-envio > div img {
  width: 18px;
}
.barra-envio-gratis .informacion-envio > div p {
  font-size: 12px;
  margin: 0;
  color: #000;
}

#shipping-preview-container {
  display: none;
}

#cartLoadedDiv {
  margin: 0;
}
#cartLoadedDiv .cart-more-options {
  background: transparent;
}
#cartLoadedDiv .cart-more-options .cart-select-gift-placeholder {
  margin: 0 !important;
}
#cartLoadedDiv .cart-more-options .available-gift {
  padding: 10px 20px;
  background: #fdebf7;
  border: 1px solid #f2bfe1;
  border-radius: 8px;
  margin: 0 !important;
}
#cartLoadedDiv .cart-more-options .available-gift h2 {
  display: none;
}
#cartLoadedDiv .cart-more-options .available-gift .available-gift-item {
  background: none;
  border: 0;
  box-shadow: none !important;
}
#cartLoadedDiv .cart-more-options .available-gift .available-gift-item .checkbox-selector {
  right: auto;
  left: 0;
  top: calc(50% - 10px);
  color: #fa0082;
}
#cartLoadedDiv .cart-more-options .available-gift .available-gift-item .product-image {
  padding-left: 20px;
}
#cartLoadedDiv .cart-more-options .available-gift .available-gift-item .product-image img {
  width: 65px;
  height: 65px;
  max-width: 65px;
}
#cartLoadedDiv .cart-more-options .available-gift .available-gift-item .product-name {
  vertical-align: middle;
}
#cartLoadedDiv .cart-more-options .available-gift .available-gift-item .product-name span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
#cartLoadedDiv .cart-more-options .available-gift .available-gift-item .product-name span::before {
  content: "¡Regalo!";
  display: block;
  color: #fa0082;
  font-weight: 500;
  font-size: 18px;
}

.v-custom-product-item-wrap .v-custom-addLabels-active-flag {
  color: #fa0082;
  border: 0;
}
.v-custom-product-item-wrap .v-custom-addLabels-active-flag::before {
  background: none;
  background-image: url("/arquivos/icono-cupon-checkout2.png");
  background-position: initial;
  background-size: contain;
  width: 16.18px;
  height: 16.45px;
}

.coupon-form .coupon-label {
  display: none !important;
}
.coupon-form .coupon-fields {
  width: 100%;
  height: 40px;
  background: #ffe8f6;
  color: #fa0082;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 25px;
}
.coupon-form .coupon-fields > span:first-child {
  color: #fa0082;
  background: white;
}
.coupon-form .coupon-fields .info {
  padding: 0 20px !important;
}
.coupon-form .coupon-fields .info span {
  display: grid;
  justify-content: center;
  color: #fa0082 !important;
}
.coupon-form .coupon-fields .info span::before {
  content: "";
  display: inline-block;
  background: none;
  background-image: url("/arquivos/icono-cupon-checkout2.png");
  background-position: initial;
  background-size: contain;
  width: 16.18px;
  height: 16.45px;
  margin-right: 7px;
  margin-top: 2px;
}

.banner-yape {
  background-color: rgba(230, 9, 146, 0.11);
  padding: 10px;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  display: none;
}
.banner-yape::before {
  content: "";
  background-image: url(/arquivos/yape-logo-icon-1.png);
  height: 30px;
  width: 30px;
  display: inline-block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transform: none !important;
}

.bloque-cuotas {
  background: #ffe1e6;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  margin-top: 10px;
}

.bloque-cuotas .bloque-cuotas__texto p {
  color: var(--Primary-Black, #3A3735);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.bloque-cuotas .bloque-cuotas__texto p span {
  font-size: 11px;
  font-weight: 300;
}

.bloque-cuotas .bloque-cuotas__imagenes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bloque-cuotas .bloque-cuotas__imagenes img {
  max-height: 25px;
}

.btn-success {
  background-color: #fa0082 !important;
  border-color: #fa0082 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #fa0082 !important;
  border-color: #fa0082 !important;
}

.btn-success-darker {
  background-color: #fa0082 !important;
  border-color: #fa0082 !important;
}

.container {
  max-width: 1116px !important;
}

.orderform-template-holder .step .form-step fieldset p {
  position: unset !important;
}

.checkout-container .orderform-template .orderform-template-holder #shipping-data .accordion-heading .accordion-toggle:before {
  content: "3" !important;
}

.checkout-container .orderform-template .orderform-template-holder #payment-data .accordion-heading .accordion-toggle span:before {
  content: "4" !important;
}

span.payment-edit-link {
  visibility: hidden !important;
}

.modal.guest-login-modal,
.modal.modal-email-template,
.modal.modal-payment-template,
.modal.modal-masked-info-template {
  background: #fa0082 !important;
}

.SavedCardsList.btn-group.btn-group-vertical {
  display: flex !important;
  flex-direction: column !important;
}

.vtex-front-messages-placeholder.vtex-front-messages-placeholder-opened {
  display: none !important;
}

.checkout-container .orderform-template .orderform-template-holder #shipping-data,
.checkout-container .orderform-template .orderform-template-holder #payment-data,
.orderform-template .custom-cart-template-wrap {
  border-radius: 14px;
}

.inf-cupon-regalo {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fa0082;
  border-radius: 6px;
  margin-top: 10px;
  min-height: 50px;
}

.img-cupon-regalo {
  max-width: 30px;
  height: auto;
}

.text-cupon-regalo {
  font-family: Beausite-Classic-Regular;
  font-size: 12px;
  line-height: 1;
  color: #f1dede;
  text-align: center;
  max-width: 90%;
}

.text-cupon-regalo strong {
  font-family: Beausite-Classic-Regular;
}

fieldset.box-client-info-pf .document-box {
  display: block;
}
fieldset.box-client-info-pf .document-box h5 {
  display: block;
  font-size: 0;
  margin-bottom: 0;
}
fieldset.box-client-info-pf .document-box h5:before {
  content: "Documento de identidad";
  font-size: 12px;
  color: #979899;
  font-weight: 400;
}
fieldset.box-client-info-pf .document-box .links-other-document {
  display: none;
}
fieldset.box-client-info-pf .document-box .other-document {
  display: block !important;
}
fieldset.box-client-info-pf .document-box .other-document label {
  font-size: 12px;
  color: #000 !important;
  font-weight: bold;
  margin-top: 0 !important;
  display: none !important;
}
fieldset.box-client-info-pf .document-box .other-document input {
  box-shadow: none !important;
}
fieldset.box-client-info-pf .document-box .other-document .client-document-type {
  width: 81px;
  margin-right: 1%;
}
@media (max-width: 767px) {
  fieldset.box-client-info-pf .document-box .other-document .client-document-type {
    width: 71px;
  }
}
@media (max-width: 690px) {
  fieldset.box-client-info-pf .document-box .other-document .client-document-type {
    float: left !important;
  }
}
fieldset.box-client-info-pf .document-box .other-document .client-document-type #client-document-type {
  display: none !important;
}
fieldset.box-client-info-pf .document-box .other-document .client-document-type select {
  font-size: 12px;
  box-shadow: none !important;
  border-radius: 8px !important;
}
fieldset.box-client-info-pf .document-box .other-document .client-new-document {
  width: 214px;
  margin-left: 1%;
}
@media (max-width: 767px) {
  fieldset.box-client-info-pf .document-box .other-document .client-new-document {
    width: 144px;
  }
}
@media (max-width: 690px) {
  fieldset.box-client-info-pf .document-box .other-document .client-new-document {
    float: left !important;
  }
}

.productos-recomendados {
  max-width: 1000px;
  margin: auto;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .productos-recomendados {
    max-width: 800px;
  }
}
.productos-recomendados h1 {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold !important;
  text-align: center;
  margin-top: 0;
}

.carrusel-productos-recomendados .owl-dots {
  margin-top: 20px;
  margin-bottom: 50px;
}

.carrusel-productos-recomendados .owl-nav {
  margin: 0;
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.carrusel-productos-recomendados .owl-prev,
.carrusel-productos-recomendados .owl-next {
  margin: 0 !important;
  width: 40px;
  height: 40px;
  border: 2px solid #fa0082 !important;
  border-radius: 20px !important;
  background: #fff !important;
}
.carrusel-productos-recomendados .owl-prev span,
.carrusel-productos-recomendados .owl-next span {
  font-size: 30px;
  color: #fa0082;
}

.carrusel-productos-recomendados .owl-prev {
  position: relative;
  left: -50px;
}

.carrusel-productos-recomendados .owl-next {
  position: relative;
  right: -50px;
}

.carrusel-productos-recomendados .imagen-recomendado img {
  height: 250px;
  max-height: 250px;
  width: 100%;
  object-fit: contain;
}

.carrusel-productos-recomendados .imagen-recomendado {
  background: #fff;
}

.carrusel-productos-recomendados .item-recomendado {
  /* color: #000; */
  background: #fff;
  padding: 5px;
}

.carrusel-productos-recomendados .marca-recomendado a {
  color: #000;
  text-decoration: none;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel-productos-recomendados .marca-recomendado a p {
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 18px;
}

.carrusel-productos-recomendados .marca-recomendado a p:first-letter {
  text-transform: uppercase;
}

.carrusel-productos-recomendados .nombre-recomendado a {
  color: #000;
  text-decoration: none;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel-productos-recomendados .nombre-recomendado a p {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.carrusel-productos-recomendados .precio-recomendado p {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.carrusel-productos-recomendados .precio-lista-recomendado p {
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #828282;
  font-weight: 300;
  text-decoration-line: line-through;
}

.carrusel-productos-recomendados .agregar-recomendado {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.carrusel-productos-recomendados .agregar-recomendado a {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  background: #fa0082;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 500px) {
  .carrusel-productos-recomendados .agregar-recomendado a {
    padding: 10px 15px;
  }
}
.modal-magenta {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-magenta-content {
  background: white;
  border-radius: 20px;
  max-width: 500px;
  margin: 5% auto;
  padding: 30px;
  position: relative;
}

.box-info .linea {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}

.box-info .especial {
  background: rgba(230, 9, 146, 0.11);
  padding: 8px;
  border-radius: 10px;
  color: #fa0082;
}

.mensaje-alerta {
  background: rgba(250, 0, 130, 0.1);
  color: #fa0082;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  font-size: 13px;
}

.btn-confirmar {
  background: #fa0082;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin-top: 20px;
  float: right;
  cursor: pointer;
}

.mensaje-activa-tus-puntos-after,
.mensaje-activa-tus-puntos {
  display: flex;
  align-items: center;
  background: rgba(230, 9, 146, 0.11);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #fa0082;
}

.mensaje-activa-tus-puntos #btn-confirmar-puntos {
  /* width: 100%; */
  margin: auto;
  border: 0;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa0082;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
}

#div-btn-puntos-utilizar,
.mensaje-activa-tus-puntos #div-btn-confirmar-puntos {
  margin-left: auto;
}

.circulo-externo {
  width: 40px;
  height: 40px;
  border: 2px solid #fa0082;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.circulo-externo img {
  width: 40px;
  height: 40px;
}

.check-pago {
  background-color: unset;
  border-top: unset;
}

#btn-puntos-utilizar {
  margin: auto;
  border: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fa0082;
  font-size: 11px;
  border-radius: 30px;
  flex-direction: column;
  text-align: center;
  cursor: default;
  /* gap: 4px;  */
}

.puntos-utilizar-ph1 {
  margin-bottom: unset;
}

.puntos-utilizar-ph2 {
  margin-bottom: unset;
  font-weight: bold;
}

.mensaje-importante-after {
  display: flex;
  align-items: center;
  background: lightyellow;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px;
}

.mensaje-importante-after p {
  color: #998100;
}

/* 🎨 ESTILOS ARUMA PARA MAGENTA TOTALS */
/* 🙈 OCULTAR ELEMENTOS NATIVOS ESPECÍFICOS POR CSS */
/* Cart context */
#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.row-fluid.summary > div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right > div:nth-child(2) > div.accordion-group > div.accordion-body.collapse.in > div > table > tbody.totalizers-list > tr.Items,
#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.row-fluid.summary > div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right > div:nth-child(2) > div.accordion-group > div.accordion-body.collapse.in > div > table > tbody.totalizers-list > tr.Discounts,
#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.row-fluid.summary > div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right > div:nth-child(2) > div.accordion-group > div.accordion-body.collapse.in > div > table > tbody.totalizers-list > tr.srp-summary-result.hide,
#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.row-fluid.summary > div.span5.totalizers.summary-totalizers.cart-totalizers.pull-right > div:nth-child(2) > div.accordion-group > div.accordion-body.collapse.in > div > table > tfoot > tr,
#checkoutMainContainer > div.container.container-main.container-order-form > div.checkout-container.row-fluid.orderform-active > div.row-fluid.orderform-template.span12.active > div.cart-template.mini-cart.span4 > div > div > 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.totalizers-list > tr.Items,
#checkoutMainContainer > div.container.container-main.container-order-form > div.checkout-container.row-fluid.orderform-active > div.row-fluid.orderform-template.span12.active > div.cart-template.mini-cart.span4 > div > div > 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.totalizers-list > tr.Discounts,
#checkoutMainContainer > div.container.container-main.container-order-form > div.checkout-container.row-fluid.orderform-active > div.row-fluid.orderform-template.span12.active > div.cart-template.mini-cart.span4 > div > div > 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.totalizers-list > tr.srp-summary-result.hide,
#checkoutMainContainer > div.container.container-main.container-order-form > div.checkout-container.row-fluid.orderform-active > div.row-fluid.orderform-template.span12.active > div.cart-template.mini-cart.span4 > div > div > 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 > tfoot > tr {
  display: none !important;
}

/* 🙈 OCULTAR ELEMENTOS NATIVOS GENERALES POR CLASE */
tr.Items,
tr.Discounts,
tr.Shipping,
tr[data-bind*=hasTotal],
tr.srp-summary-result {
  display: none !important;
}

/* Ocultar elementos con data-bind específicos */
td.monetary[data-bind*=totalLabel] {
  display: none !important;
}

/* Ocultar filas que contengan Subtotal o Total nativos */
tr:has(td.info:contains("Subtotal")):not(.magenta-summary-row),
tr:has(td.info:contains("Total")):not(.magenta-summary-row),
tr:has(td.monetary[data-bind*=valueLabel]):not(.magenta-summary-row) {
  display: none !important;
}

.magenta-summary-container {
  position: relative;
  z-index: 100;
}

.magenta-summary-row {
  background: transparent !important;
  color: #333333 !important;
  font-weight: 500;
  border: none !important;
  transition: all 0.2s ease !important;
}

.magenta-summary-row:hover {
  background: transparent !important;
}

.magenta-summary-row td {
  color: #333333 !important;
  border: none !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  vertical-align: middle !important;
  background: transparent !important;
}

.magenta-summary-row td.info {
  font-weight: 600 !important;
  color: #495057 !important;
}

.magenta-summary-row td.monetary {
  text-align: right !important;
  font-weight: 700;
  color: #fa0082 !important;
}

/* Estilo para fila de TOTAL */
.magenta-summary-total {
  background: transparent !important;
  color: #333333 !important;
  border: none !important;
}

.magenta-summary-total td {
  color: #333333 !important;
  font-weight: 700 !important;
  font-size: 14px;
  background: transparent !important;
}

.magenta-summary-total td.monetary {
  color: #fa0082 !important;
  font-weight: 900;
}

.magenta-summary-total:hover {
  background: transparent !important;
}

/* Estilo para GRATIS */
.magenta-gratis {
  color: #3a3735 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

/* Spinner de carga */
.magenta-summary-loading {
  background: transparent !important;
  color: #6c757d !important;
  border: none !important;
}

.magenta-summary-loading td {
  color: #6c757d !important;
  padding: 12px !important;
  text-align: center !important;
  font-size: 13px !important;
  background: transparent !important;
}

/* Debug info */
.magenta-debug {
  background: #f1f3f4 !important;
  border-top: 1px dashed #ccc !important;
  font-size: 10px !important;
}

.magenta-debug td {
  color: #666 !important;
  font-size: 10px !important;
}

/* Animaciones */
.magenta-active .magenta-summary-row {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .magenta-summary-row td {
    padding: 6px 8px !important;
    font-size: 12px !important;
  }
  .magenta-summary-total td {
    font-size: 18px !important;
  }
}
.magenta-summary-total {
  font-weight: 700 !important;
  color: #fa0082 !important;
  font-size: 2em !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#checkoutMainContainer {
  font-family: Beausite-Classic-Regular;
}

th.product-price,
td.product-price {
  font-size: 0 !important;
}

#payment-data-submit {
  display: none !important;
}

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

#toggle-arrow img {
  transition: transform 0.3s ease;
}

#contenedor-new-form {
  background-color: #faeef4;
  padding: 10px;
  border-radius: 10px;
}

.magenta-block {
  background-color: #fff0f6;
  padding: 16px;
  border-radius: 12px;
  margin-top: 24px;
}

.magenta-title {
  color: #fa0082;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: lowercase;
}

/* Magenta Point - Chechout */
.magenta-title-checkout {
  color: #fa0082;
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
}

.magenta-points-summary-checkout {
  width: 100%;
  padding: 12px 0;
}

/* Contenedor principal en línea */
.magenta-points-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Lado izquierdo: texto en columna */
.magenta-points-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.magenta-points-right {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.magenta-point-item-price {
  background-color: #f5f5f5;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
}

.hide-magenta-price {
  display: none !important;
}

.magenta-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #f6c9dc;
}

.magenta-product-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.magenta-product-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.magenta-product-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  margin: 0;
}

.magenta-product-brand {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin: 0;
}

.magenta-product-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.magenta-product-price-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.magenta-product:first-of-type {
  border-top: none;
}

.magenta-product img {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  margin-right: 12px;
}

.hidden-element {
  display: none !important;
}

/* Estilos para el quantity de productos magenta */
.magenta-quantity {
  border: 1px solid #fae8f1 !important;
  border-radius: 20px !important;
  padding: 2px 6px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: white;
}

.magenta-quantity input {
  border: none !important;
  background: transparent !important;
  text-align: center;
  width: 30px;
  font-weight: 500;
  color: #3a3735;
}

.magenta-quantity input:focus {
  outline: none;
  box-shadow: none !important;
}

.magenta-quantity .item-quantity-change-decrement,
.magenta-quantity .item-quantity-change-increment {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.magenta-quantity .item-quantity-change-decrement:hover,
.magenta-quantity .item-quantity-change-increment:hover {
  background: #fef7fa;
}

.magenta-quantity .item-quantity-change-decrement i,
.magenta-quantity .item-quantity-change-increment i {
  background: #fef7fa !important;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fa0082;
}

/* Spinner mini para los botones de cantidad */
.spinner-mini {
  width: 12px;
  height: 12px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #fa0082;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Estados deshabilitados */
.magenta-quantity input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Estilos responsive para mobile */
@media (max-width: 768px) {
  .magenta-product {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px 0;
  }
  .magenta-product-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .magenta-product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .magenta-product-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
  }
  .magenta-product-brand {
    font-size: 12px;
    color: #666;
    font-weight: 400;
  }
  .magenta-product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .magenta-product-price-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .product-price-mg-points {
    font-size: 14px;
    font-weight: 600;
    color: #fa0082;
  }
  .magenta-quantity {
    min-width: 100px;
  }
  .item-remove {
    margin-left: auto;
  }
  .item-link-remove {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 50%;
    transition: all 0.2s ease;
  }
  .item-link-remove:hover {
    background: #ffebf1;
  }
  .item-link-remove .icon {
    color: #fa0082;
    font-size: 14px;
  }
}
/* Estilos para mobile pequeño */
@media (max-width: 480px) {
  .magenta-block {
    padding: 12px;
    margin-top: 16px;
  }
  .magenta-product {
    padding: 12px 0;
  }
  .magenta-product img {
    width: 45px;
    height: 45px;
  }
  .magenta-product-name {
    font-size: 13px;
  }
  .magenta-product-brand {
    font-size: 11px;
  }
  .magenta-product-actions {
    gap: 8px;
  }
  .magenta-product-price-actions {
    gap: 12px;
  }
  .product-price-mg-points {
    font-size: 13px;
  }
  .magenta-quantity {
    min-width: 90px;
  }
  .magenta-quantity input {
    width: 25px;
  }
}
.magenta-product-unavailable {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-unavailable-message {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carrusel-productos-recomendados .imagen-recomendado img,
.item-recomendado__img {
  height: 250px !important;
  max-height: 250px;
  width: 100%;
  object-fit: contain;
}

.carrusel-productos-recomendados .marca-recomendado a p,
.item-recomendado__marca {
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 18px;
  color: #191216;
}

.item-recomendado-cards a {
  text-decoration: none;
}

.carrusel-productos-recomendados .nombre-recomendado a p,
.item-recomendado__nombre {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carrusel-productos-recomendados .precio-recomendado p,
.item-recomendado__precios {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.carrusel-productos-recomendados .precio-lista-recomendado p,
.item-recomendado__precio-lista {
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #828282;
  font-weight: 300;
  text-decoration-line: line-through;
}

.carrusel-productos-recomendados .agregar-recomendado,
.item-recomendado__acciones {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.carrusel-productos-recomendados .agregar-recomendado a,
.boton-agregar-recomendado-modal {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  background: #fa0082;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 500px) {
  .carrusel-productos-recomendados .agregar-recomendado a {
    padding: 10px 15px;
  }
}
/* --- Media Queries para Móviles --- */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    padding: 15px;
    border-radius: 6px;
    max-height: 95vh;
  }
  .modal-close {
    font-size: 20px;
    top: 15%;
    right: 28px;
  }
  .titulo-canjea-puntos h2 {
    font-size: 22px;
  }
  .titulo-canjea-puntos-2 {
    font-size: 14px;
  }
  .contenedor-productos-modal .item-recomendado-cards {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .modal-content {
    max-width: 75% !important;
  }
}
/* --- Media Queries móviles --- */
@media (max-width: 768px) {
  .item-recomendado-cards {
    width: 220px;
    padding: 10px;
    margin: 8px;
  }
  .item-recomendado__brand {
    font-size: 14px;
  }
  .item-recomendado__name {
    font-size: 13px;
  }
  .item-recomendado__precio-lista {
    font-size: 12px;
  }
  .item-recomendado__precio-actual {
    font-size: 16px;
  }
  .boton-agregar-recomendado-modal {
    padding: 10px 12px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .item-recomendado-cards {
    width: 100%;
    min-width: 0px;
    margin: 0 auto 15px auto;
    padding: 12px;
  }
  .item-recomendado__imagen {
    margin-bottom: 10px;
  }
  .item-recomendado__img {
    height: auto !important;
  }
  .item-recomendado__detalles {
    padding: 0 5px;
  }
  .item-recomendado__brand {
    font-size: 13px;
  }
  .item-recomendado__name {
    font-size: 12px;
    min-height: 32px;
  }
  .item-recomendado__precio-actual {
    font-size: 17px;
  }
  .item-recomendado__acciones {
    margin-top: 15px;
  }
  .boton-agregar-recomendado-modal {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .titulo-canjea-puntos h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    gap: 3px; /* Smaller gap */
  }
  .titulo-canjea-puntos .titlecanjea,
  .titulo-canjea-puntos .subtitlecanjea {
    font-size: 18px;
  }
  .titulo-canjea-puntos {
    padding: 0 10px;
    margin-top: -30px;
  }
}
/* Magenta Point - Chechout */
.magenta-title-checkout {
  color: #fa0082;
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
}

.magenta-points-summary-checkout {
  width: 100%;
  padding: 12px 0;
}

/* Contenedor principal en línea */
.magenta-points-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Lado izquierdo: texto en columna */
.magenta-points-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.magenta-points-right {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.magenta-point-item-price {
  background-color: #f5f5f5;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
}

.hide-magenta-price {
  display: none !important;
}

/*Cajea puntos con Aruma*/
.container-cajeaPuntos,
.container-cajeaPuntos-registrate {
  background-color: rgba(230, 9, 146, 0.11);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.cajeo-contenido,
.cajeo-puntos-registrate {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 800px;
}

.icono-registrate {
  width: 112px;
  height: 15px;
  align-self: center;
}

.icono-canjear {
  width: 50px;
  height: 29px;
  opacity: 1;
  border-width: 1.5px;
  border-radius: 50%;
}

.icono-medio-1 {
  width: 10.55px;
  height: 10.53px;
  opacity: 1;
  top: 11px;
  left: 5px;
  border-width: 1.5px;
  border: 1.5px solid #ff0082;
  border-radius: 50%;
  position: relative;
}

.icono-medio-2 {
  width: 10.55px;
  height: 10.53px;
  opacity: 1;
  top: -13px;
  left: 12px;
  border-width: 1.5px;
  border: 1.5px solid #ff0082;
  border-radius: 50%;
  position: relative;
}

.contenido-texto {
  display: flex;
  flex-direction: column;
}

.tituloAruma p {
  font-weight: bold;
  margin: 0;
}

.ganaconAruma p {
  margin: 5px 0;
}

.aruma-registrate p {
  margin: 5px 0;
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
  text-align: right;
  vertical-align: middle;
}

.verCatalogoBtn {
  color: #e6007e;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px; /* espacio para la flecha */
  display: inline-block;
}

.verCatalogoBtn::after {
  content: url(https://aruma.myvtex.com/arquivos/arrow-btn-go.svg);
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

#modalCatalogoPuntos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  border-radius: 30px;
  padding: 45px 60px;
  max-width: 55%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 0px !important;
  border-bottom: 0px solid #eee !important;
}

.modal-close {
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  position: absolute;
}

.contenedor-productos-modal {
  display: flex;
  gap: 16px;
}

.item-recomendado-cards {
  flex: 0 0 auto;
  width: 200px;
  scroll-snap-align: start;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  min-width: 250px;
  flex-shrink: 0;
  box-shadow: 0 13px 8px rgba(0, 0, 0, 0.2);
}

.item-recomendado-cards img {
  width: 100%;
  height: auto;
  display: block;
}

.titlecanjea {
  color: #e6007e;
  font-family: Beausite-Fit-Regular-Italic;
  font-weight: 400;
}

.subtitlecanjea {
  color: #000;
  font-family: Beausite-Classic-Regular;
  font-weight: 400;
}

.titulo-canjea-puntos h2 {
  font-size: 20px !important;
  line-height: 25px;
}

.titulo-canjea-puntos-2 {
  font-size: 13px !important;
  margin-bottom: 0px;
}

.carrusel-wrapper {
  position: relative;
  width: 100%;
}

.carrusel-viewport {
  width: 100%;
  overflow: hidden;
}

#catalogoCarrusel {
  display: flex;
  gap: 16px;
  scroll-behavior: smooth;
  transition: transform 0.3s ease-in-out;
}

.carrusel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid #e6007e;
  color: #e6007e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.carrusel-arrow i {
  color: #e6007e;
}

.carrusel-arrow.left {
  left: -20px;
}

.carrusel-arrow.right {
  right: -20px;
}

/* Estilos para Mobile */
@media (max-width: 767px) {
  .container-cajeaPuntos,
  .container-cajeaPuntos-registrate {
    padding: 15px;
    margin-bottom: 15px;
  }
  .cajeo-contenido,
  .cajeo-puntos-registrate {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .icono-canjear {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  .contenido-texto {
    align-items: center;
    font-size: 12px;
  }
  .tituloAruma p {
    font-size: 1.1em;
    line-height: 1.3;
  }
  .ganaconAruma p,
  .aruma-registrate p {
    font-size: 0.9em;
    margin: 8px 0;
  }
  .verCatalogoBtn::after {
    position: absolute;
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cajeo-contenido,
  .cajeo-puntos-registrate {
    max-width: 700px;
  }
  .icono-canjear {
    width: 55px;
    height: 55px;
  }
  .tituloAruma p {
    font-size: 1.15em;
  }
  .ganaconAruma p,
  .aruma-registrate p {
    font-size: 0.95em;
  }
  .verCatalogoBtn::after {
    right: 206px;
  }
  .contenido-texto {
    font-size: 13px;
  }
}
.client-profile-data span[data-i18n="clientProfileData.identification"] {
  font-size: 0;
  display: flex !important;
  align-items: center;
}

.client-profile-data span[data-i18n="clientProfileData.identification"]::after {
  content: "Datos personales y de facturación";
  font-size: 16px;
  font-weight: 500;
}

.orderform-template-holder .step.client-profile-data .client-notice.notice {
  color: #3a3735;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
}

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

.orderform-template-holder .step.client-profile-data div[data-bind="template: {name: phoneTemplate(), afterRender: window.vtex.i18n.translateHtml }"] {
  width: 49%;
  order: 6;
}

.orderform-template-holder .step.client-profile-data div[data-bind="template: {name: phoneTemplate(), afterRender: window.vtex.i18n.translateHtml }"] > p:first-child {
  width: 100% !important;
}

.orderform-template-holder .step .input.text label {
  font-size: 12px;
  color: #3a3735 !important;
  font-weight: 350;
}

input {
  border: 1px solid #e5e3e4 !important;
  border-radius: 12px !important;
}

.client-document label[for=client-document2] {
  font-size: 0 !important;
}

.client-document label[for=client-document2]::after {
  content: "DNI";
  font-size: 12px;
  color: #3a3735 !important;
  font-weight: 350;
}

.client-phone label[for=client-phone] {
  font-size: 0 !important;
}

.client-phone label[for=client-phone]::after {
  content: "Teléfono / Whatsapp";
  font-size: 12px;
  color: #3a3735 !important;
  font-weight: 350;
}

.step.accordion-group {
  border-radius: 12px !important;
}

#go-to-shipping {
  font-size: 0 !important;
}

#go-to-shipping::after {
  content: "Ir a la entrega";
  font-size: 16px;
  font-weight: 700;
}

button.submit {
  border-radius: 4px;
  height: 41px !important;
  padding: 10px !important;
}

.custom-cart-template-wrap {
  border-radius: 20px !important;
}

.custom-cart-template-wrap {
  display: flex;
  flex-direction: column;
}

.custom-cart-template-wrap .summary-cart-template-holder {
  order: 1;
  border-radius: 12px;
  border: 1px solid #dedede;
}

.custom-cart-template-wrap h2[data-i18n="totalizers.summary"] {
  order: 2;
  text-align: center !important;
  color: #3a3735 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-top: 10px;
}

.custom-cart-template-wrap .summary-template-holder {
  order: 3;
}

.custom-cart-template-wrap .payment-confirmation-wrap {
  order: 4;
}

#go-to-cart-button {
  display: none;
  order: 5;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item {
  display: flex;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item > a {
  order: 3;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item > a img {
  width: 85px !important;
}

.custom-cart-template-wrap .summary-cart-template-holder .cart-items {
  padding: 12px;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item > .quantity.badge {
  display: none;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item > .item-unavailable {
  position: absolute;
  bottom: -18px;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item > .description {
  position: absolute;
  color: #3a3735;
  font-weight: 500;
  font-size: 16px;
  bottom: 14px;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item > .description .shipping-date {
  display: none;
}

.custom-cart-template-wrap .summary-cart-template-holder .hproduct.item > .product-name {
  font-size: 12px;
  color: #3a3735;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 38px;
  margin-top: 14px;
}

.checkout-container .orderform-template .cart-template.mini-cart .summary-template-holder .summary > .summary-coupon-wrap {
  display: none !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody {
  border: 0 !important;
}

.checkout-container .orderform-template .cart-template.mini-cart .summary-totalizers tbody td {
  font-size: 14px;
  font-weight: 400;
  color: #3a3735;
}

.checkout-container .summary-template-holder .accordion-group tbody.totalizers-list tr.Items {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.cart-template .summary-template-holder tr:not(.Shipping) {
  padding-bottom: 8px !important;
}

.cart-template .summary-totalizers .accordion-inner tfoot tr {
  border-top: 1px solid #dedede !important;
  border-bottom: 1px solid #dedede !important;
  padding-bottom: 0 !important;
}

.cart-template .summary-totalizers .accordion-inner tfoot tr td {
  color: #3a3735 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.magenta-title-checkout {
  font-size: 20px !important;
}

.magenta-title-checkout span {
  font-weight: 100 !important;
  font-size: 18px;
  margin-left: 2px;
}

.magenta-title-points {
  font-weight: 100 !important;
  font-size: 18px;
  margin-left: 2px;
}

.magenta-points-content {
  align-items: center !important;
}

.magenta-point-item-price {
  color: #3a3735 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.orderform-template .mini-cart .payment-submit-wrap button {
  border-radius: 4px !important;
  height: 41px !important;
  padding: 10px !important;
  text-transform: initial !important;
}

#btn-finalizar-compra {
  font-size: 16px !important;
}

#btn-finalizar-compra::after {
  font-size: 16px;
  font-weight: 700;
}

.box-step .box-info,
.box-step.box-info {
  border: none;
}

.box-step .box-info p {
  color: #3a3735;
  font-size: 12px;
  font-weight: 300;
}

.client-profile-email::before {
  content: "Correo electrónico:";
  font-size: 12px;
  color: #3a3735 !important;
  font-weight: 500;
  margin-right: 2px;
}

.client-profile-email,
.name-label,
.tel-label {
  font-size: 0;
}

#client-profile-data .client-profile-summary {
  display: flex;
  flex-wrap: wrap;
}

.client-profile-summary .name {
  content: "Nombre y Apellido:";
  margin-bottom: 7px;
  width: 100%;
}

.client-profile-summary .name::before {
  content: "Nombre y Apellido:";
  font-size: 12px;
  color: #3a3735 !important;
  font-weight: 500;
  margin-right: 2px;
}

.client-profile-summary .tel::before {
  content: "Teléfono / Whatsapp:";
  font-size: 12px;
  color: #3a3735 !important;
  font-weight: 500;
  margin-right: 2px;
}

.link-logout {
  color: #fa0082;
}

body.js-vcustom-hideEmailStep .checkout-container .orderform-template .orderform-template-holder #shipping-data .shipping-data .accordion-heading .accordion-toggle::before {
  content: "2" !important;
}

#shipping-data .accordion-toggle {
  align-items: center;
  display: flex !important;
  font-size: 0 !important;
}

#shipping-data .accordion-toggle::after {
  content: "Domicilio y entrega";
  font-size: 16px;
  font-weight: 500;
}

#shipping-data .active .accordion-heading:after,
#payment-data .active .accordion-heading:after {
  content: "Solicitamos únicamente la información esencial para la finalización de la compra.";
  color: #3a3735;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 10px 0;
}

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

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupButton,
.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInactive,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsTogglePickup,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionInactive {
  border: none !important;
  border-radius: 8px !important;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption .shp-method-option-text,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption .shp-method-option-complement {
  font-size: 0 !important;
}

.orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionInactive {
  color: #3a3735 !important;
}

.orderform-template .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive {
  color: #ffffff !important;
}

.orderform-template-holder .step.shipping-data #shipping-option-delivery .shp-method-option-text::after {
  content: "Despacho";
  font-size: 12px;
  font-weight: 500;
}

.orderform-template-holder .step.shipping-data #shipping-option-delivery .shp-method-option-complement::after {
  content: "a Domicilio";
  font-size: 12px;
  font-weight: 300;
}

.orderform-template-holder .step.shipping-data #shipping-option-pickup-in-point .shp-method-option-text::after {
  content: "Retirar";
  font-size: 12px;
  font-weight: 500;
}

.orderform-template-holder .step.shipping-data #shipping-option-pickup-in-point .shp-method-option-complement::after {
  content: "en Tienda";
  font-size: 12px;
  font-weight: 300;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper {
  border: none !important;
  width: 60%;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,
.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle {
  background: transparent;
  border: none;
}

#back-to-address-list,
#open-shipping,
#new-address-button,
#edit-address-button,
#change-pickup-button {
  background: #3a3735 !important;
  border: none !important;
  border-radius: 8px !important;
}

#back-to-address-list,
#open-shipping,
#new-address-button,
#edit-address-button,
#change-pickup-button {
  color: #ffffff !important;
}

#shipping-data .vtex-omnishipping-1-x-PickupPointInfo,
#shipping-data .vtex-omnishipping-1-x-PickupPointInfo:hover {
  background: rgba(230, 9, 146, 0.11);
  border-radius: 20px;
}

.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover {
  background: rgba(230, 9, 146, 0.11);
  border-radius: 20px;
}

#shipping-data .vtex-omnishipping-1-x-addressList .vtex-omnishipping-1-x-addressItemOption {
  border: none;
  box-shadow: none !important;
}

#shipping-data .vtex-omnishipping-1-x-active,
#shipping-data .vtex-omnishipping-1-x-PickupPointInfo {
  border: 2px solid #fa0082 !important;
  background: rgba(230, 9, 146, 0.11);
  border-radius: 20px;
}

#shipping-data .vtex-omnishipping-1-x-date .react-datepicker__input-container > div {
  display: flex !important;
  align-items: center;
  gap: 4px;
}

#shipping-data .vtex-omnishipping-1-x-date .react-datepicker__input-container > div .vtex-omnishipping-1-x-dateLinkModify {
  background: #3a3735 !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  width: 35%;
  height: 25px;
}

#shipping-data #scheduled-delivery-pickup-in-point {
  display: none !important;
}

#shipping-data .vtex-omnishipping-1-x-receiverTitle {
  font-size: 12px;
  color: #3a3735;
  font-weight: bold;
}

.vtex-omnishipping-1-x-addressFormPart1:has(#back-to-address-list) > div {
  display: flex;
  gap: 10px;
}

.vtex-omnishipping-1-x-addressFormPart1 > div > p {
  flex: 1;
  margin: 0;
}

.box-step .vtex-omnishipping-1-x-addressFormPart1 div > p select,
#ship-state {
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
}

.vcustom--vtex-omnishipping-1-x-address form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.vcustom--vtex-omnishipping-1-x-address .v-custom-ship-info {
  width: 100% !important;
}

#address1-label,
#number-label,
#address2-label,
#address2-label,
#state-label,
#city-label,
#state-label,
#postalCode {
  font-size: 0;
}

#address1-label::after {
  content: "Calle";
  font-size: 12px;
  font-weight: 350;
}

#number-label::after {
  content: "Número";
  font-size: 12px;
  font-weight: 350;
}

#address2-label::after {
  content: "Piso / Dpto. (Opcional)";
  font-size: 12px;
  font-weight: 350;
}

#city-label::after {
  content: "Provincia";
  font-size: 12px;
  font-weight: 350;
}

#state-label:after {
  content: "Departamento";
  font-size: 12px;
  font-weight: 350;
}

#postalCode-label:after {
  content: "Codigo postal";
  font-size: 12px;
  font-weight: 350;
}

#client-profile-data fieldset.box-client-info-pf {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

fieldset.box-client-info-pf .document-box h5:before {
  content: "DNI";
  font-size: 12px;
  font-weight: 350;
  color: #000;
}

#client-profile-data .box-client-info-pf .document-box {
  display: flex !important;
  flex-wrap: wrap;
  width: 50% !important;
  margin-right: 4px;
}

#client-profile-data .box-client-info-pf .document-box .document-box-title {
  width: 100% !important;
}

#client-profile-data .box-client-info-pf .document-box .other-document {
  display: flex !important;
}

.vcustom--vtex-omnishipping-1-x-address .vcustom--vtex-omnishipping-1-x-address__state .ship-state {
  order: 1;
}

.vcustom--vtex-omnishipping-1-x-address .vcustom--vtex-omnishipping-1-x-address__state .ship-city {
  order: 2;
}

.vcustom--vtex-omnishipping-1-x-address .vcustom--vtex-omnishipping-1-x-address__state .ship-postalCode {
  order: 3;
}

.btn-go-to-shipping-wrapper {
  width: 100% !important;
}

.btn-go-to-shipping-wrapper #btn-go-to-shippping-method,
#go-to-payment,
#btn-go-to-payment {
  font-size: 0;
}

.btn-go-to-shipping-wrapper #btn-go-to-shippping-method::after,
#go-to-payment::after,
#btn-go-to-payment::after {
  content: "Ir a pagar";
  font-size: 16px;
  font-weight: 700;
}

.orderform-template-holder #payment-data .payment-group-list-btn {
  background-color: #f9f9f9 !important;
  border-radius: 20px;
  border: none !important;
  box-shadow: 0 0 6px #ddd;
  display: flex !important;
  flex-direction: column !important;
  padding-bottom: 20px;
}

.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(1) {
  order: 1;
}

.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(3) {
  order: 2;
}

.orderform-template-holder #payment-data .payment-group-list-btn .v-custom-payment-item-wrap:nth-child(2) {
  order: 3;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap {
  margin: 0;
  background-color: #f9f9f9 !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item {
  border: none !important;
  background-color: transparent !important;
  padding: 32px 20px 2px !important;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item .payment-group-item-text {
  font-size: 16px !important;
  font-weight: 500;
}

.orderform-template-holder .payment-group-item-cards span {
  display: none !important;
}

.orderform-template-holder .payment-group-item-cards::before {
  background-image: url(https://aruma.myvtex.com/arquivos/payment-credit-card.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
}

.orderform-template-holder .v-custom-payment-item-wrap:nth-child(2) .payment-group-item-text::after {
  background-image: url(https://aruma.myvtex.com/arquivos/payment-efectivo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 30px;
  height: 30px;
  flex: 1;
  display: flex;
  background-position: right;
}

.orderform-template-holder .v-custom-payment-item-wrap:nth-child(3) .payment-group-item-text::after {
  background-image: url(https://aruma.myvtex.com/arquivos/payment-yape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 110px;
  height: 30px;
  flex: 1;
  display: flex;
  background-position: right;
}

.orderform-template-holder #payment-data .v-custom-payment-item-wrap:nth-child(2) .payment-group-item .payment-group-item-text,
.orderform-template-holder #payment-data .v-custom-payment-item-wrap:nth-child(3) .payment-group-item .payment-group-item-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

#app-container {
  background: #f9f9f9 !important;
}

#app-container .CardForm .FormFieldLabel {
  color: #3a3735 !important;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

#app-container .FormFieldLabel,
#app-container .CardForm .input,
#app-container .CardForm p,
#app-container .CardForm div,
#app-container .CardForm div div,
#app-container .CardForm div p {
  background-color: rgba(0, 0, 0, 0);
}

#app-container p.PaymentCardCVV {
  padding-bottom: 35px;
}

#app-container span.PaymentCardCVVHelp {
  padding-bottom: 15px;
}

#app-container .CardForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #f9f9f9;
}

#app-container .CardForm select {
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
}

#app-container .CardForm .AddressToggle {
  display: none !important;
}

#app-container .ChangeNumberOfPayments {
  display: none !important;
  background: #3a3735 !important;
  border: none !important;
  border-radius: 8px !important;
  text-align: center;
}

#app-container .ChangeNumberOfPayments a {
  color: #fff;
  font-weight: bold;
}

.PaymentCardDueDate {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  align-items: center;
}

.PaymentCardDueDate .FormFieldLabel {
  flex: 1;
}

.PaymentCardDueDate .payment-card-due-month {
  width: 20%;
  margin-right: 20px;
}

.PaymentCardDueDate .payment-card-due-month {
  width: 20%;
  margin-right: 20px;
}

.PaymentCardDueDate .payment-card-lash {
  display: none;
}

.PaymentCardDueDate .payment-card-due-year {
  width: 20%;
}

.mensaje-activa-tus-puntos {
  margin-top: 30px;
}

#payment-data .active .mensaje-activa-tus-puntos {
  display: flex;
}

#payment-data .mensaje-activa-tus-puntos {
  display: none;
}

body.js-vcustom-hideEmailStep .checkout-container .orderform-template .orderform-template-holder #payment-data .accordion-heading .accordion-toggle span:before {
  content: "3" !important;
}

#shipping-data .vtex-omnishipping-1-x-PickupPoint::before {
  content: "Selecciona una sucursal de retiro";
  color: #3a3735;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

#shipping-data .vtex-omnishipping-1-x-PickupPoint .vtex-omnishipping-1-x-PickupPointName {
  font-size: 14px;
  color: #3a3735;
  font-weight: bold;
}

#shipping-data .vtex-omnishipping-1-x-PickupPoint .address-summary span {
  font-size: 14px;
  font-weight: 300;
  color: #3a3735;
}

#shipping-data .vtex-omnishipping-1-x-pointWrapper .vtex-omnishipping-1-x-details {
  display: none !important;
}

#shipping-data .shipping-container .vtex-omnishipping-1-x-scheduledDeliveryList {
  border: none !important;
  display: flex;
  flex-direction: column-reverse;
}

#shipping-data .vtex-omnishipping-1-x-shippingSectionTitle {
  display: none !important;
}

#shipping-data #scheduled-delivery-delivery {
  display: none !important;
}

#shipping-data .vtex-omnishipping-1-x-scheduledDeliveryOptionsWrapper {
  border: none !important;
}

#shipping-data .vtex-omnishipping-1-x-leanShippingOption {
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
  color: #000;
  font-size: 12px;
}

#shipping-data .vtex-omnishipping-1-x-leanShippingOption .vtex-omnishipping-1-x-leanShippingText {
  border: none !important;
}

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

#shipping-data .shipping-container .vtex-omnishipping-1-x-scheduledDelivery {
  flex-direction: row-reverse !important;
  flex-flow: wrap;
}

#shipping-data .vtex-omnishipping-1-x-scheduledDelivery::before {
  content: "Selecciona el horario de entrega";
  color: #3a3735;
  font-size: 12px;
  font-weight: bold;
  width: 50%;
}

#shipping-data .vtex-omnishipping-1-x-scheduledDelivery .vtex-omnishipping-1-x-date::before {
  content: "Selecciona la fecha de entrega";
  color: #3a3735;
  font-size: 12px;
  font-weight: bold;
}

#shipping-data .vtex-omnishipping-1-x-scheduledDelivery .vtex-omnishipping-1-x-date {
  width: 50%;
  flex-direction: column;
  align-items: start;
}

#shipping-data .vtex-omnishipping-1-x-scheduledDelivery .span12 {
  width: 50% !important;
  margin-top: -36px;
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
  color: #999999;
  font-size: 12px;
}

#shipping-data .shipping-container .vtex-omnishipping-1-x-scheduledDeliveryList .vtex-omnishipping-1-x-productItems {
  display: none !important;
}

.pasos-checkout {
  margin-bottom: 56px !important;
}

.pasos-checkout > div {
  height: 4px !important;
  background: #e5e3e4 !important;
}

.pasos-checkout > div > div a {
  border-radius: 50%;
  height: 20px !important;
  width: 20px !important;
}

.pasos-checkout .linea-1 .paso-1 a,
.pasos-checkout .linea-2 .paso-2:has(.icono-visible) a,
.pasos-checkout .linea-2 .paso-3:has(.icono-visible) a,
.pasos-checkout .linea-3 .paso-4:has(.icono-visible) a {
  background: #fa0182;
}

.pasos-checkout .linea-2 .paso-2:has(.con-color:not(.icono-visible)) a,
.pasos-checkout .linea-2 .paso-3:has(.con-color:not(.icono-visible)) a,
.pasos-checkout .linea-3 .paso-4:has(.con-color:not(.icono-visible)) a {
  background: #e5e3e4;
}

.pasos-checkout .linea .paso {
  top: -37px !important;
  width: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.pasos-checkout .linea-1 .paso-1 {
  left: -18px !important;
}

.pasos-checkout .linea-1 .paso-1::before {
  background-image: url(https://aruma.myvtex.com/arquivos/header-home.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
}

.pasos-checkout .linea-2 .paso-2 {
  left: -18px !important;
}

.pasos-checkout .linea-2 .paso-2::before {
  background-image: url(https://aruma.myvtex.com/arquivos/header-account.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
}

.pasos-checkout .linea-2 .paso-3 {
  right: -18px !important;
  top: -40px !important;
  gap: 6px;
}

.pasos-checkout .linea-2 .paso-3::before {
  background-image: url(https://aruma.myvtex.com/arquivos/header-shipping.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
}

.pasos-checkout .linea-3 .paso-4 {
  right: -18px !important;
  top: -39px !important;
}

.pasos-checkout .linea-3 .paso-4::before {
  background-image: url(https://aruma.myvtex.com/arquivos/header-payment.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
}

.pasos-checkout > div > div a img {
  display: none !important;
}

.pasos-checkout .step-label {
  display: none !important;
}

.pasos-checkout .linea.pintada {
  background-color: #fa0082 !important;
}

.header .contenedor-header {
  background: #f4f2f2 !important;
  max-width: 1116px !important;
  margin: auto;
}

.header .contenedor-izquierda {
  padding: 0 !important;
}

.header .contenedor-izquierda .titulo {
  display: none !important;
}

.header .contenedor-derecha {
  background-color: transparent !important;
}

.header .contenedor-derecha::after {
  background-image: url(https://aruma.myvtex.com/arquivos/header-sitio-seguro.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 80px;
  height: 30px;
  display: inline-block;
}

.header .contenedor-derecha a {
  display: none !important;
}

.header .contenedor-header .contenedor-derecha {
  display: flex;
  justify-content: end;
  align-items: center;
}

.containerFooter .mediosDePago p {
  display: none !important;
}

.containerFooter .Tecnologias {
  display: none !important;
}

.containerFooter .contentLogos {
  position: relative;
}

.containerFooter .contentLogos .logoMedios:nth-child(1) img,
.containerFooter .contentLogos .logoMedios:nth-child(2) img,
.containerFooter .contentLogos .logoMedios:nth-child(3) img {
  opacity: 0;
  width: 108px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}

.containerFooter .contentLogos .logoMedios:nth-child(2) img {
  left: 150px;
}

.containerFooter .contentLogos .logoMedios:nth-child(2) img {
  left: 258px;
}

.containerFooter .contentLogos .logoMedios:nth-child(1),
.containerFooter .contentLogos .logoMedios:nth-child(2),
.containerFooter .contentLogos .logoMedios:nth-child(3) {
  width: 108px;
  height: 38px;
}

.containerFooter .contentLogos .logoMedios:nth-child(1)::before {
  background-image: url(https://aruma.myvtex.com/arquivos/footer-greenti.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 108px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.containerFooter .contentLogos .logoMedios:nth-child(2)::before {
  background-image: url(https://aruma.myvtex.com/arquivos/footer-certified.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 70px;
  height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 150px;
  display: block;
}

.containerFooter .contentLogos .logoMedios:nth-child(3)::before {
  background-image: url(https://aruma.myvtex.com/arquivos/footer-vtex.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 86px;
  height: 33px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 258px;
  display: block;
}

.containerFooter .contentLogos .logoMedios:nth-child(4),
.containerFooter .contentLogos .logoMedios:nth-child(5),
.containerFooter .contentLogos .logoMedios:nth-child(6) {
  display: none !important;
}

footer .containerFooter .mediosDePago {
  border: none !important;
}

.banner-checkout {
  display: none !important;
}

.productos-recomendados h1 {
  font-size: 0 !important;
}

.productos-recomendados h1::after {
  content: "Te puede interesar";
  font-size: 22px;
  font-weight: bold;
}

.carrusel-productos-recomendados .precio-lista-recomendado {
  min-height: 27px;
}

.carrusel-productos-recomendados .precio-lista-recomendado p {
  margin-bottom: 0 !important;
  text-align: left !important;
}

.carrusel-productos-recomendados .item-recomendado {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 10px 2px;
  padding: 10px;
}

.carrusel-productos-recomendados .nombre-recomendado a p,
.item-recomendado__nombre {
  font-size: 14px !important;
  color: #3a3735 !important;
  font-weight: 400;
  text-align: left;
}

.carrusel-productos-recomendados .marca-recomendado {
  text-align: left !important;
}

.carrusel-productos-recomendados .marca-recomendado a {
  justify-content: flex-start !important;
}

.carrusel-productos-recomendados .marca-recomendado a p,
.item-recomendado__marca {
  margin-bottom: 0;
  text-align: left;
  font-size: 16px !important;
}

.carrusel-productos-recomendados .precio-recomendado p,
.item-recomendado__precios {
  text-align: left !important;
}

.productos-recomendados .carrusel-productos-recomendados .imagen-recomendado img,
.item-recomendado__img {
  height: 170px !important;
  max-height: 170px;
}

.carrusel-productos-recomendados .agregar-recomendado,
.item-recomendado__acciones {
  margin-bottom: 2px !important;
}

.carrusel-productos-recomendados .owl-prev,
.carrusel-productos-recomendados .owl-next {
  border: none !important;
  background: transparent !important;
}

.carrusel-productos-recomendados .owl-prev span,
.carrusel-productos-recomendados .owl-next span {
  display: none !important;
}

.carrusel-productos-recomendados .owl-next {
  rotate: 180deg;
}

.carrusel-productos-recomendados .owl-prev::before,
.carrusel-productos-recomendados .owl-next::before {
  background-image: url(https://aruma.myvtex.com/arquivos/arrow-products.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
}

.carrusel-productos-recomendados .owl-dot span {
  border-radius: 12px !important;
  width: 20px !important;
  height: 4px !important;
  background-color: #ffd6eb !important;
}

.carrusel-productos-recomendados .owl-dot.active span {
  border-radius: 12px !important;
  width: 50px !important;
  height: 4px !important;
  background-color: #fa0182 !important;
}

.icon-edit:before {
  color: #ff0086 !important;
}

#edit-address-button .icon-edit:before {
  color: #fff !important;
}

.link-gift-card {
  display: none !important;
}

.mensaje-compras-internet {
  display: none !important;
}

body:before {
  background: #fa0182 !important;
}

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

.cart-template-holder .cart {
  border-radius: 12px !important;
}

.cart-template-holder .cart-items th {
  color: #3a3735;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.cart-template-holder .product-price,
.cart-template .cart-items .product-item .product-price {
  display: block !important;
}

.new-product-price-mg-points {
  color: #000;
}

.cart-template .cart-items .product-item .item-remove .item-link-remove::before {
  content: url(https://aruma.myvtex.com/arquivos/trash-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.cart table.cart-items tbody tr td.item-remove {
  background-color: transparent !important;
}

.table.cart-items i.icon.icon-remove.item-remove-ico:before {
  content: none !important;
}

.table.cart-items td.product-image a,
.table.cart-items td.product-image img {
  width: 80px !important;
}

.cart table.cart-items tbody tr td.product-name a,
.cart table.cart-items tbody tr td.product-name a:hover {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #3a3735 !important;
}

.cart table.cart-items tbody tr td.quantity-price {
  font-size: 16px;
  font-weight: bold;
  color: #3a3735 !important;
}

.cart table.cart-items tbody tr td.quantity {
  border: 1px solid #fae8f1 !important;
  border-radius: 20px !important;
  padding: 2px 6px;
}

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

.cart table.cart-items tbody tr td.quantity .item-quantity-change-decrement i::before,
.cart table.cart-items tbody tr td.quantity .item-quantity-change-increment i::before {
  background: #fef7fa !important;
}

#contenedor-new-form {
  padding: 14px 10px;
  border-radius: 12px;
}

#contenedor-new-form #coupon-toggle .titulo-pregnta {
  display: flex;
  justify-content: space-evenly;
  flex: 1;
  align-items: center;
}

#contenedor-new-form #coupon-toggle .titulo-pregnta .texto-cupon {
  flex: 1;
  text-align: center;
}

#contenedor-new-form #coupon-toggle .titulo-pregnta > span img,
#contenedor-new-form #coupon-toggle #toggle-arrow img {
  display: none;
}

#contenedor-new-form #coupon-toggle .titulo-pregnta > span:first-child:before {
  content: url(https://aruma.myvtex.com/arquivos/discount-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

#contenedor-new-form #coupon-toggle #toggle-arrow {
  display: flex !important;
  transform: rotate(180deg);
}

#contenedor-new-form:has(#coupon-form-container[style*="display: block"]) #toggle-arrow {
  transform: rotate(0deg);
}

#contenedor-new-form #coupon-toggle #toggle-arrow:before {
  content: url(https://aruma.myvtex.com/arquivos/arrow-discount.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

input#cart-coupon2 {
  border-radius: 8px !important;
  height: 50px !important;
}

input#cart-coupon2::placeholder {
  color: #818a91;
  font-size: 14px;
}

button#cart-coupon-add {
  height: 50px !important;
}

.summary-template-holder .accordion-group tbody.totalizers-list tr td {
  color: #3a3735 !important;
  font-size: 14px;
  font-weight: 400px !important;
}

.checkout-container .cart-template .summary-totalizers .accordion-inner tfoot tr {
  border-bottom: 0 !important;
}

.cart-active .summary-template-holder .accordion-group tbody.totalizers-list::before {
  content: "Resumen de compra";
  font-size: 16px;
  font-weight: bold;
  color: #3a3735;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}

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

.terminosCheckout .terminos-item {
  align-items: center !important;
  justify-content: center !important;
}

.terminosCheckout .terminos-item p {
  font-size: 0 !important;
  color: #3a3735 !important;
  font-weight: 300;
  line-height: 140% !important;
  align-items: center;
  display: flex;
}

.terminosCheckout .terminos-item p::before {
  content: "Acepto los";
  font-size: 12px !important;
  margin-right: 4px;
}

.terminosCheckout .terminos-item p a {
  font-size: 0 !important;
  color: #fa0082 !important;
  font-weight: 300;
  text-decoration: none !important;
  align-items: center;
  display: flex;
}

.terminosCheckout .terminos-item a::before {
  content: "Términos y Condiciones";
  font-size: 12px !important;
}

.terminosCheckout .terminos-checkbox-item {
  appearance: none;
  -webkit-appearance: none;
  width: 18px !important;
  min-width: 18px;
  height: 18px;
  border-radius: 50% !important;
  background-color: #d9d9d9;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.terminosCheckout .terminos-checkbox-item:checked {
  background-color: #ffffff;
  border: 1px solid #fa0182 !important;
}

.terminosCheckout .terminos-checkbox-item:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #fa0182;
  border-radius: 50%;
}

.terminosCheckout .terminos-item.tratamiento-datos {
  display: none !important;
}

.summary-template-holder {
  border-radius: 20px !important;
}

.summary-template-holder .cart-links .btn-place-order-wrapper .btn-place-order {
  font-size: 0;
  border-radius: 4px !important;
}

.summary-template-holder .cart-links .btn-place-order-wrapper .btn-place-order:before {
  content: "" !important;
}

.summary-template-holder .cart-links .btn-place-order-wrapper .btn-place-order::after {
  content: "Finalizar Compra";
  font-size: 16px;
  font-weight: 700;
}

.boton-seguir-comprando {
  margin-top: 10px !important;
}

.boton-seguir-comprando a {
  border: none !important;
}

.boton-seguir-comprando a p {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #3a3735 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.boton-seguir-comprando a p:before {
  content: url(https://aruma.myvtex.com/arquivos/arrow-cart-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 15px;
  display: inline-block;
}

.cart-template .cart table.cart-items thead tr th.item-remove {
  display: none !important;
}

.cart table.cart-items thead tr th.quantity-price {
  text-align: end !important;
  font-size: 0;
  margin-left: -10px;
}

.cart table.cart-items thead tr th.quantity-price::before {
  content: "Precio";
  font-size: 12px;
  font-weight: 400;
  color: #3a3735;
}

.container-cajeaPuntos,
.container-cajeaPuntos-registrate {
  background-color: #faeef4 !important;
}

.container-cajeaPuntos,
.container-cajeaPuntos-registrate {
  border-radius: 12px !important;
  padding-bottom: 18px !important;
  padding-top: 12px !important;
}

.cajeo-contenido,
.cajeo-puntos-registrate {
  align-items: flex-start !important;
  gap: 1px !important;
}

.terminosCheckout {
  flex-direction: column-reverse;
  display: flex;
  gap: 20px;
}

.terminosCheckout .aruma-registrate {
  display: flex !important;
  flex-direction: column;
}

.terminosCheckout .icono-canjear::before {
  content: url(https://aruma.myvtex.com/arquivos/magenta-point-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 29px;
  height: 29px;
  display: inline-block;
}

.terminosCheckout .tituloAruma {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #3a3735;
  font-style: normal;
  line-height: 33px;
}

.terminosCheckout {
  font-size: 0 !important;
  text-align: left;
  order: 3;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
}

.terminosCheckout .verCatalogoBtn::before {
  content: "Ver catálogo de puntos";
  font-size: 12px !important;
  font-weight: 400;
  color: #fa0082;
}

.terminosCheckout .verCatalogoBtn::after {
  content: url(https://aruma.myvtex.com/arquivos/arrow-cart-magenta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 16px;
  display: inline-block;
  right: 40px !important;
}

@media screen and (max-width: 767px) {
  .terminosCheckout .verCatalogoBtn::after {
    right: 0px !important;
    width: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .header .contenedor-header {
    width: calc(100% - 20px);
  }
  .pasos-checkout {
    margin-top: 30px;
  }
  #client-profile-data .box-client-info-pf .document-box {
    width: 58% !important;
  }
  fieldset.box-client-info-pf .document-box .other-document .client-new-document {
    width: 100% !important;
  }
  .orderform-template-holder .step.client-profile-data div[data-bind="template: {name: phoneTemplate(), afterRender: window.vtex.i18n.translateHtml }"] {
    width: 40%;
  }
  .client-phone label[for=client-phone] {
    margin-bottom: 0 !important;
  }
  #client-profile-data .campo_tipo_documento {
    padding: 0 !important;
  }
  .orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper {
    width: 100%;
  }
  #shipping-data .vtex-omnishipping-1-x-date .react-datepicker__input-container > div {
    flex-direction: column;
  }
  #shipping-data .vtex-omnishipping-1-x-date .react-datepicker__input-container > div .vtex-omnishipping-1-x-dateLinkModify {
    width: 90%;
  }
  #app-container input#creditCardpayment-card-0Code,
  #app-container input#creditCardpayment-card-1Code {
    width: 100% !important;
  }
  .carrusel-productos-recomendados .owl-next {
    right: -45px !important;
  }
  .carrusel-productos-recomendados .owl-prev {
    left: -45px !important;
  }
  body {
    padding-bottom: 40px !important;
  }
  .checkout-container {
    margin-bottom: 0 !important;
  }
  .body-cart-vertical .summary-template-holder {
    padding-top: 10px !important;
  }
  .cart table.cart-items tbody tr td.quantity {
    float: left !important;
  }
  .cart table.cart-items tbody tr.product-item {
    padding-bottom: 10px !important;
  }
  .checkout-container .cart-template-holder .product-price,
  .cart-template .cart-items .product-item .quantity-price {
    display: flex !important;
    margin-top: 4px !important;
  }
  .full-cart .cart table tbody tr td.product-name {
    max-width: 70% !important;
  }
  .cart table.cart-items tbody tr td.item-remove {
    top: 10px !important;
  }
  .body-cart-vertical .summary-template-holder {
    margin-top: 5px !important;
  }
  .terminosCheckout .aruma-registrate {
    text-align: left !important;
  }
  .cajeo-contenido,
  .cajeo-puntos-registrate {
    flex-direction: row !important;
  }
}
.table.cart-items thead tr th.product {
  width: calc(100% - 340px) !important;
}

#go-to-shipping,
#go-to-payment {
  display: none !important;
}

.table.cart-items thead tr {
  align-items: baseline !important;
}

#btn-submit-clientData {
  font-size: 16px !important;
}

#go-to-shipping {
  display: none !important;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link {
  display: flex;
  justify-content: center;
  width: 100%;
  /* flex-direction: row-reverse; */
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a#not-corporate-client.active {
  pointer-events: none;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a#not-corporate-client {
  background-image: url(/arquivos/boleta-checkout.png);
  background-repeat: no-repeat;
  background-size: 28px;
  margin-right: 20px;
  background-position-x: 108px;
  background-position-y: center;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a.active {
  border: 1px solid #FA0082;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a {
  border-radius: 16px;
  border: 1px solid var(--Grey-1, #e6e6e6);
  background: #fff;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a {
  width: 160px;
  height: 50px;
  float: left;
  font-size: 0;
  display: block !important;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center left 34px;
  box-sizing: border-box;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a#not-corporate-client:before {
  content: "Boleta";
  color: #FA0082;
  display: block;
  margin-top: 10px;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a:before {
  font-size: 15px;
  float: left;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #0c2c44;
  padding-left: 40px;
  box-sizing: border-box;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a:after {
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  color: white;
  display: block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: -8px;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a#is-corporate-client {
  background-image: url(/arquivos/factura-checkout.png);
  background-repeat: no-repeat;
  background-size: 30px;
  margin-right: 20px;
  background-position-x: 108px;
  background-position-y: center;
}

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

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a#is-corporate-client:before {
  content: "Factura";
  color: #FA0082;
  display: block;
  margin-top: 10px;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a:before {
  font-size: 15px;
  float: left;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #0c2c44;
  padding-left: 40px;
  box-sizing: border-box;
}

.orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a.active:after {
  background-color: #FA0082;
}

/*FORM FACTURA*/
.corporate-info-box {
  position: relative;
}

#facturacionForm > div > p.client-corporate-name.input.pull-left.text.required, #facturacionForm > div > p.client-corporate-address.input.pull-left.text.required {
  width: 100%;
}

#facturacionForm > div > p.client-company-document.input.pull-left.text.required {
  margin-right: 10px;
}

#facturacionForm > div > p.client-company-document.input.pull-left.text.required, #facturacionForm > div > p.client-corporate-phone.input.pull-left.text.required {
  width: calc(50% - 5px);
}

/*MOBILE*/
@media (max-width: 768px) {
  .orderform-template-holder .step .form-step .box-client-info .box-client-info-pj ul {
    margin: 0;
    width: 100%;
  }
  .orderform-template-holder .step .form-step .box-client-info .box-client-info-pj .corporate-hide-link a {
    width: 50%;
  }
}
/* Importar estilos de validación */
/* =============================================================================
   VALIDATION STYLES - BillingForm y ClientField
   ============================================================================= */
/* Input con error */
.error-input {
  border: 2px solid #dc3545 !important;
  background-color: #ffeaea !important;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.3) !important;
}

.error-input:focus {
  outline: none !important;
  border-color: #dc3545 !important;
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.5) !important;
}

/* Select con error */
select.error-input {
  border: 2px solid #dc3545 !important;
  background-color: #ffeaea !important;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.3) !important;
}

select.error-input:focus {
  outline: none !important;
  border-color: #dc3545 !important;
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.5) !important;
}

/* Mensaje de error */
.error-message {
  color: #dc3545;
  font-size: 12px;
  display: block;
  margin-top: 4px;
  font-weight: 500;
  animation: fadeInError 0.3s ease-in;
}

@keyframes fadeInError {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Alerta general */
.alert-error {
  margin: 10px 0;
  padding: 10px;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  animation: fadeInAlert 0.5s ease-in;
}

@keyframes fadeInAlert {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Hover state para inputs con error */
.error-input:hover {
  border-color: #a02834 !important;
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.4) !important;
}

/* Input válido (opcional para feedback positivo) */
.valid-input {
  border: 2px solid #28a745 !important;
  background-color: #f0fff4 !important;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.3) !important;
}

.valid-input:focus {
  outline: none !important;
  border-color: #28a745 !important;
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.5) !important;
}

/* Responsividad para mensajes de error */
@media (max-width: 768px) {
  .error-message {
    font-size: 11px;
    margin-top: 2px;
  }
  .alert-error {
    margin: 5px 0;
    padding: 8px;
    font-size: 13px;
  }
}
/* Evitar que los mensajes de error afecten el layout */
.client-corporate-name,
.client-company-document,
.client-corporate-phone,
.client-corporate-address,
.client-email,
.client-first-name,
.client-last-name,
.client-document-type,
.client-document,
.client-phone {
  margin-bottom: 20px;
}

/* Estilo específico para el container de facturación */
.facturacion-data-container .error-input,
.box-client-info-pf .error-input {
  transition: all 0.3s ease;
}

.facturacion-data-container .error-message,
.box-client-info-pf .error-message {
  margin-left: 0;
  margin-right: 0;
}

/* Ajustes para que los iconos de error no interfieran con el contenido */
.input-xlarge.error-input,
.input-small.error-input {
  padding-right: 30px;
}

/* Estilos específicos para ClientField */
.box-client-info-pf .error-input {
  border-color: #dc3545 !important;
  background-color: #ffeaea !important;
}

.box-client-info-pf .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

/* Asegurar que los selects también tengan los estilos correctos */
.client-document-type select.error-input {
  border: 2px solid #dc3545 !important;
  background-color: #ffeaea !important;
}

/* =============================================================================
   FIN DE VALIDATION STYLES
   ============================================================================= */
/* Importar estilos de loading/spinner para Billing */
/* Loading overlay para el formulario de Billing */
.billing-loading-overlay {
  position: relative;
  min-height: 200px;
}
.billing-loading-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
  border-radius: 4px;
}

.billing-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e5e9;
  animation: billing-fadeIn 0.3s ease-in-out;
}

.billing-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #fa0082;
  border-radius: 50%;
  animation: billing-spin 1s linear infinite;
  margin: 0 auto 12px;
}

.billing-loading-text {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.billing-loading-text small {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
  display: block;
}

@keyframes billing-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes billing-fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.billing-loading-overlay {
  transition: opacity 0.3s ease-in-out;
}
.billing-loading-overlay input,
.billing-loading-overlay select,
.billing-loading-overlay button:not(.billing-loading-spinner *),
.billing-loading-overlay textarea {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}
.billing-loading-overlay .box-client-info-pf,
.billing-loading-overlay .box-client-info-pj {
  opacity: 0.6;
}

.billing-loading-overlay .client-email,
.billing-loading-overlay .client-first-name,
.billing-loading-overlay .client-last-name,
.billing-loading-overlay .client-document-type,
.billing-loading-overlay .client-document,
.billing-loading-overlay .client-phone {
  position: relative;
}
.billing-loading-overlay .client-email::after,
.billing-loading-overlay .client-first-name::after,
.billing-loading-overlay .client-last-name::after,
.billing-loading-overlay .client-document-type::after,
.billing-loading-overlay .client-document::after,
.billing-loading-overlay .client-phone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 999;
  cursor: not-allowed;
}
.billing-loading-overlay input[disabled],
.billing-loading-overlay select[disabled] {
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  color: #6c757d !important;
}

@media (max-width: 768px) {
  .billing-loading-spinner {
    padding: 15px;
    border-radius: 6px;
  }
  .billing-loading-spinner .billing-loading-text {
    font-size: 12px;
  }
  .billing-loading-spinner .billing-loading-text small {
    font-size: 10px;
  }
  .billing-spinner {
    width: 28px;
    height: 28px;
    border-width: 2px;
    margin-bottom: 10px;
  }
}
.billing-loading-overlay:not(.billing-loading-overlay) input:hover,
.billing-loading-overlay:not(.billing-loading-overlay) select:hover {
  border-color: #fa0082;
  transition: border-color 0.2s ease;
}

.billing-loading-overlay:not(.billing-loading-overlay) input:focus,
.billing-loading-overlay:not(.billing-loading-overlay) select:focus {
  outline: 2px solid #fa0082;
  outline-offset: 2px;
  border-color: #fa0082;
}

.carrusel-productos-recomendados-modal .precio-lista-recomendado-modal {
  min-height: 27px;
}

.carrusel-productos-recomendados-modal .precio-lista-recomendado p {
  margin-bottom: 0 !important;
  text-align: left !important;
}

.carrusel-productos-recomendados-modal .item-recomendado-modal {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 10px 2px;
  padding: 10px;
}

.carrusel-productos-recomendados-modal .nombre-recomendado-modal a p,
.item-recomendado__nombre {
  font-size: 14px !important;
  color: #3a3735 !important;
  font-weight: 400;
  text-align: left;
}

.carrusel-productos-recomendados-modal .marca-recomendado-modal {
  text-align: left !important;
}

.carrusel-productos-recomendados-modal .marca-recomendado-modal a {
  justify-content: flex-start !important;
}

.carrusel-productos-recomendados-modal .marca-recomendado a p,
.item-recomendado__marca {
  margin-bottom: 0;
  text-align: left;
  font-size: 16px !important;
}

.carrusel-productos-recomendados-modal .precio-recomendado-modal p,
.item-recomendado__precios {
  text-align: left !important;
}

.productos-recomendados .carrusel-productos-recomendados-modal .imagen-recomendado-modal img,
.item-recomendado__img {
  height: 170px !important;
  max-height: 170px;
}

.carrusel-productos-recomendados-modal .agregar-recomendado-modal,
.item-recomendado__acciones {
  margin-bottom: 2px !important;
}

.carrusel-productos-recomendados-modal .owl-prev,
.carrusel-productos-recomendados-modal .owl-next {
  border: none !important;
  background: transparent !important;
}

.carrusel-productos-recomendados-modal .owl-prev span,
.carrusel-productos-recomendados-modal .owl-next span {
  display: none !important;
}

.carrusel-productos-recomendados-modal .owl-next {
  rotate: 180deg;
}

.carrusel-productos-recomendados-modal .owl-prev::before,
.carrusel-productos-recomendados-modal .owl-next::before {
  background-image: url(https://aruma.myvtex.com/arquivos/arrow-products.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
}

.carrusel-productos-recomendados-modal .owl-dot span {
  border-radius: 12px !important;
  width: 20px !important;
  height: 4px !important;
  background-color: #ffd6eb !important;
}

.carrusel-productos-recomendados-modal .owl-dot.active span {
  border-radius: 12px !important;
  width: 50px !important;
  height: 4px !important;
  background-color: #fa0182 !important;
}

.carrusel-productos-recomendados-modal .owl-next {
  right: 0px !important;
}

.carrusel-productos-recomendados-modal .owl-prev {
  left: 0px !important;
}

.carrusel-productos-recomendados-modal .owl-nav {
  margin: 0;
  position: absolute;
  top: calc(50% - 40px);
  width: 108.5%;
  display: flex;
  justify-content: space-between;
  margin-left: -45px;
}

.carrusel-productos-recomendados-modal .owl-prev,
.carrusel-productos-recomendados-modal .owl-next {
  margin: 0 !important;
  width: 40px;
  height: 40px;
  border: 2px solid #fa0082;
  border-radius: 20px !important;
  background: #fff !important;
}
.carrusel-productos-recomendados-modal .owl-prev span,
.carrusel-productos-recomendados-modal .owl-next span {
  font-size: 30px;
  color: #fa0082;
}

.carrusel-productos-recomendados-modal .owl-prev {
  position: relative;
  left: -50px;
}

.carrusel-productos-recomendados-modal .owl-next {
  position: relative;
  right: -50px;
}

.carrusel-productos-recomendados-modal .imagen-recomendado-modal img {
  height: 250px;
  max-height: 250px;
  width: 100%;
  object-fit: contain;
}

.carrusel-productos-recomendados-modal .imagen-recomendado-modal {
  background: #fff;
}

.carrusel-productos-recomendados-modal .item-recomendado-modal {
  /* color: #000; */
  background: #fff;
  padding: 5px;
}

.carrusel-productos-recomendados-modal .marca-recomendado-modal a {
  color: #000;
  text-decoration: none;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel-productos-recomendados-modal .marca-recomendado-modal a p {
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 18px;
}

.carrusel-productos-recomendados-modal .marca-recomendado-modal a p:first-letter {
  text-transform: uppercase;
}

.carrusel-productos-recomendados-modal .nombre-recomendado-modal {
  font-family: Beausite-Classic-Regular;
  text-decoration: none;
}

.carrusel-productos-recomendados-modal .nombre-recomendado-modal a {
  color: #000;
  font-family: Beausite-Classic-Regular;
  text-decoration: none;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel-productos-recomendados-modal .nombre-recomendado-modal a p {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.carrusel-productos-recomendados-modal .precio-recomendado-modal {
  font-family: Beausite-Classic-Regular;
}

.carrusel-productos-recomendados-modal .precio-recomendado-modal p {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.carrusel-productos-recomendados-modal .precio-recomendado-modal .precio-modal-mg {
  font-weight: bold;
  font-family: Beausite-Grand-Bold;
}

.carrusel-productos-recomendados-modal .precio-lista-recomendado-modal p {
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #828282;
  font-weight: 300;
  text-decoration-line: line-through;
}

.carrusel-productos-recomendados-modal .agregar-recomendado-modal {
  font-family: Beausite-Classic-Regular;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel-productos-recomendados-modal .agregar-recomendado-modal a {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  background: #fa0082;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .carrusel-productos-recomendados-modal .agregar-recomendado-modal a {
    padding: 10px 15px;
  }
}
.carrusel-productos-recomendados-modal .owl-nav {
  display: flex;
  justify-content: space-between; /* o center según quieras */
  width: 100% !important;
  margin: 0 auto !important;
  position: absolute; /* si necesitas que quede sobre los ítems */
  top: 50%;
  transform: translateY(-50%);
}

.item-recomendado-modal {
  width: auto !important; /* ✅ deja que Owl lo calcule */
}

.boton-desactivado {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.modalOverlayLimit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px); /* Blur en el fondo */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modalContainerLimit {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 390px;
  width: 90%;
  min-height: 300px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modalCloseIconLimit {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
}

.modalImageLimit {
  width: 150px;
  margin-bottom: 1rem;
}

.modalTitleLimit {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #ff007f; /* magenta */
}

.modalDescriptionLimit {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-family: "Beausite Classic Light";
  font-weight: 600;
  width: 75%;
}

.modalButtonWrapperLimit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.modalButtonLimit {
  background: #ff007f;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  line-height: 10px;
}

.modalButtonLimit:hover {
  background: #e60073;
}

/* @import './react/toast/app.scss'; */

/* source: <vtex.email-checkout-conflict@0.3.0> */
.checkEmailAuthConflict__modal,
.checkEmailAuthConflict__modal--bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

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

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

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

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

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

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

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

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