
/* source: <chanelar.checkout-ui-settings@0.0.23> */
@charset "UTF-8";
/**
Fonts
**/
@font-face {
  font-family: ABChanelCorpoRegular;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanelCorpo-Regular.woff2.css) format("woff2"), url(https://chanelar.vteximg.com.br/arquivos/ABChanelCorpo-Regular.woff.css) format("woff");
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanelCorpo-Regular.woff2.css) format("woff2"), url(https://chanelar.vteximg.com.br/arquivos/ABChanelCorpo-Regular.woff.css) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanelCorpo-SemiBold.woff2.css) format("woff2"), url(https://chanelar.vteximg.com.br/arquivos/ABChanelCorpo-SemiBold.woff.css) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-Regular-L.otf.css) format("otf"), url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-Regular-L.otf.css) format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-Regular-M.otf.css) format("otf"), url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-Regular-M.otf.css) format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-Regular-S.otf.css) format("otf"), url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-Regular-S.otf.css) format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-SemiBold-L.otf.css) format("otf"), url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-SemiBold-L.otf.css) format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-SemiBold-M.otf.css) format("otf"), url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-SemiBold-M.otf.css) format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-SemiBold-S.otf.css) format("otf"), url(https://chanelar.vteximg.com.br/arquivos/ABChanel-PB-SemiBold-S.otf.css) format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chanel;
  src: url(https://chanelar.vteximg.com.br/arquivos/Helvetica.ttc.css) format("ttc"), url(https://chanelar.vteximg.com.br/arquivos/Helvetica.ttc.css) format("ttc");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Helvetica-Bold;
  src: url(https://chanelar.vteximg.com.br/arquivos/Helvetica-Bold-02.woff.css) format("woff"), url(https://chanelar.vteximg.com.br/arquivos/Helvetica-Bold-02.woff.css) format("woff");
}
@font-face {
  font-family: Helvetica-Light;
  src: url(https://chanelar.vteximg.com.br/arquivos/Helvetica-Light-05.woff.css) format("woff"), url(https://chanelar.vteximg.com.br/arquivos/Helvetica-Light-05.woff.css) format("woff");
}
/** Components **/
.btn {
  border: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: "Chanel" !important;
  font-size: 11px;
}
@media (min-width: 768px) {
  .btn {
    padding-left: 12px 24px;
  }
}
.btn.btn-success, .btn.btn-primary {
  background-color: #000;
  border-radius: 0;
  border: 1px solid #1d1d1d;
  background-image: none;
  color: #fff !important;
  font-weight: 400;
  font-family: "Chanel";
  font-size: 11px;
}

button#shp-shipping-calculate {
  display: none;
}

.ask-for-geolocation-manual button#find-pickups-manualy-button {
  background: transparent;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: underline;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
select {
  border: 1px solid #000;
  border-radius: 0;
  outline: 0;
}
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=color]:hover,
.uneditable-input:hover,
select:hover {
  box-shadow: none;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus,
select:focus {
  box-shadow: none;
  border-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Chanel";
  text-align: center;
  margin: 0;
  font-weight: bold;
  color: #000;
}

.checkout.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1d1d1d;
  height: 110px;
  width: 100%;
  background-color: #fff;
  border-top: 8px solid #000000;
}

.checkout.header .headerWrapper {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.checkout.header .headerSticky {
  width: 100%;
  text-align: center;
  height: 48px !important;
  background-color: #f6f6f6 !important;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.checkout.header .headerSticky .textHeaderSticky {
  width: 1235px;
  padding-top: 15px;
  font-size: 15px;
  font-family: "Helvetica", "PingFang SC", "Microsoft YaHei", "Arial", "simsun", sans-serif;
}

@media (max-width: 1024px) {
  .checkout.header .headerSticky .textHeaderSticky {
    width: 1000px;
  }
}
@media (max-width: 800px) {
  .checkout.header .headerSticky .textHeaderSticky {
    width: 700px;
  }
}
@media (max-width: 500px) {
  .checkout.header .headerSticky .textHeaderSticky {
    max-width: 400px;
    font-size: 12px;
    padding-top: 6px;
  }
}
@media (max-width: 450px) {
  .checkout.header .headerSticky .textHeaderSticky {
    width: 300px;
  }
}
@media (max-width: 500px) {
  .checkout.header .headerSticky {
    height: 50px !important;
  }
}
.checkout.header .closeSticky {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.checkout.header .headerMain {
  background-color: #fff;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
}

.checkout.header .headerMain .logo {
  margin-top: 10px;
  max-width: 180px;
  text-align: center;
}

.checkout.header .headerMain .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.checkout.header .headerMain .logo a img {
  max-height: 100%;
  max-width: 180px;
  width: 180px;
}

@media (max-width: 500px) {
  .checkout.header .headerMain .logo a img {
    max-width: 105px;
  }
}
.checkout.header .headerMain .logo a p {
  color: #000;
  font-family: "Chanel";
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .checkout.header .headerMain {
    height: 55px;
  }
}
.checkout.header .headerMain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout.header .headerMain .logo {
  max-width: 180px;
  text-align: center;
}

.checkout.header .headerMain .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.checkout.header .headerMain .logo a img {
  max-height: 100%;
  max-width: 180px;
  width: 180px;
}

.checkout.header .headerMain .logo a p {
  color: #000;
  font-family: "Chanel";
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

/* TODO: remove when the header is implemented */
.container.header {
  display: flex !important;
}

.table th,
.table td {
  padding: 12px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}

.container-selected-shipping {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1rem 0;
  box-sizing: border-box;
}
.container-selected-shipping .container-buttons {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.container-selected-shipping .container-buttons .button-selected {
  width: 100%;
  height: 48px;
  border: 1px solid #000;
  background-color: transparent;
}
.container-selected-shipping .container-buttons .button-selected .title-button {
  color: #000 !important;
  font-family: "Chanel", sans-serif;
}
.container-selected-shipping .container-buttons .button-selected.active-button {
  background-color: #000;
}
.container-selected-shipping .container-buttons .button-selected.active-button .title-button {
  color: #fff !important;
}
.container-selected-shipping .container-tabs {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-selected-shipping .container-tabs #pickup {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
}
.container-selected-shipping .container-tabs #pickup .container-pickup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .container-info-pickup {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .container-info-pickup .imageLocation {
  width: 32px;
  height: 32px;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .container-info-pickup .info-pickup {
  text-align: left;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .container-info-pickup .info-pickup p {
  margin: 0;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .container-info-pickup .info-pickup .store-title {
  font-family: "Chanel", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .container-info-pickup .info-pickup .store-address {
  font-family: "Helvetica-Light";
  font-weight: lighter;
  font-size: 12px;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .button-modal {
  margin: 1.5rem 0;
  border: 1px solid #000;
  background-color: transparent;
  font-family: "Chanel", sans-serif;
  font-size: 12px;
  height: 48px;
  width: 100%;
  max-width: 355px;
  border-radius: 4px;
  color: #000 !important;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .title-section {
  text-align: left;
  font-family: "Chanel", sans-serif;
  font-size: 12px;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .options-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .options-container .option {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  padding: 1.5rem 2rem;
  justify-content: space-between;
  background-color: #F4F4F4;
  gap: 0.5rem;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .options-container .option .option-start {
  display: flex;
  flex-direction: row;
  max-width: 60%;
  gap: 0.5rem;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .options-container .option .option-start .info-option {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Helvetica-Light";
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .options-container .option .option-start .info-option .title {
  margin: 0;
  font-weight: bold;
  text-align: left;
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .options-container .option .option-start .info-option .description {
  margin: 0;
  font-weight: lighter;
  text-align: left;
  font-family: "Helvetica-Light";
}
.container-selected-shipping .container-tabs #pickup .container-pickup .pickup-options-container .options-container .option .option-end {
  color: #767676;
  font-size: 12px;
  font-family: "Helvetica-Light";
}

.shipping-recoge.modal {
  width: 100%;
  max-width: 900px;
  left: 50%;
  margin-left: -450px;
  height: 80%;
}
@media (max-width: 900px) {
  .shipping-recoge.modal {
    left: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 680px) {
  .shipping-recoge.modal {
    height: 100% !important;
    top: 0 !important;
  }
  .shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message {
    flex-direction: column !important;
  }
  .shipping-recoge.modal .columna-1 {
    margin-right: 0 !important;
    margin-bottom: 1em !important;
    max-width: 100% !important;
  }
  .shipping-recoge.modal .columna-2 iframe {
    max-width: 100% !important;
  }
}
.shipping-recoge.modal .shipping-recoge-body {
  display: inline-flex;
  flex-direction: column;
  max-height: 100%;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message {
  display: inline-flex;
  flex-direction: row;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2em;
  max-width: 340px;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info {
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-top: 1em;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body {
  padding: 1em 1.5em;
  border-bottom: 1px solid #ccc;
  display: inline-flex;
  align-items: flex-start;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body .recoge-radio {
  display: none;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body .recoge-radio:checked + .label:before {
  background: #000;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body .box-tienda {
  margin-left: 1em;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body .label {
  height: 13px;
  width: 20px;
  padding: 0;
  transition: all 0.2s linear;
  display: inline-block;
  margin: 2px 0 0 0;
  border-radius: 100%;
  background: transparent;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body .label:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  border: 1px solid #707070;
  border-radius: 100%;
  position: absolute;
  background: #fff;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body .store-title {
  font-family: "Chanel" !important;
  font-weight: bold;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .body strong {
  font-size: 12px;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-1 .info .footer {
  padding: 1em 1.5em;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-2 {
  width: 100%;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .columna-2 iframe {
  border: 0;
  width: 100%;
  height: 100%;
  max-width: 540px;
  min-height: 350px;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .footer .btn {
  width: 100%;
  padding: 1em;
  position: relative;
  border-radius: 4px;
  background-color: #000;
  border: 1px solid #1d1d1d;
  background-image: none;
  color: #fff !important;
  font-weight: 400;
  font-size: 11px;
  outline: none;
  margin: 2em auto 0 auto;
  display: inherit;
  box-sizing: border-box;
}
.shipping-recoge.modal .shipping-recoge-body .shipping-recoge-message .footer .btn:hover:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-top: -30px;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transition: all 0.2s linear;
  margin-left: -100px;
}

.loading-shipping {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.97;
  z-index: 9999;
  display: none;
  text-align: center;
}
.loading-shipping img {
  width: 100px;
  margin-top: 30px;
}

.ship-state #ship-state {
  color: #767676 !important;
  font-family: "Helvetica-Light";
  font-size: 12px;
  opacity: 0.8;
  min-width: 200px;
}

.ship-neighborhood #ship-neighborhood {
  color: #767676 !important;
  font-family: "Helvetica-Light";
  font-size: 12px;
  opacity: 0.8;
  min-width: 200px;
}

.vtex-omnishipping-1-x-addressFormPart1 div .input.ship-state.required.text #ship-state {
  width: 100% !important;
}
.vtex-omnishipping-1-x-addressFormPart1 div .input.ship-neighborhood.required.text #ship-neighborhood {
  width: 100% !important;
}

/**
Styles
**/
.modal {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background: #fff;
  color: #333;
}
.modal.default-modal {
  height: auto;
}
.modal.recaptcha-modal {
  padding: 0 !important;
}
.modal .recaptcha-modal-body,
.modal .modal-body {
  padding: 3em;
  box-sizing: border-box;
  width: 100% !important;
  background-image: none;
}
.modal .recaptcha-modal-body::-webkit-scrollbar,
.modal .modal-body::-webkit-scrollbar {
  width: 7px;
}
.modal .recaptcha-modal-body::-webkit-scrollbar-track,
.modal .modal-body::-webkit-scrollbar-track {
  background: #eee;
}
.modal .recaptcha-modal-body::-webkit-scrollbar-thumb,
.modal .modal-body::-webkit-scrollbar-thumb {
  background: #000;
}
.modal .recaptcha-modal-body::-webkit-scrollbar-thumb:hover,
.modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.modal .recaptcha-modal-body .close,
.modal .modal-body .close {
  margin-top: -38px;
  margin-right: -26px;
  font-weight: normal;
}
.modal .recaptcha-modal-body .clickImage,
.modal .modal-body .clickImage {
  max-height: 336px;
  margin: 0 auto;
  display: inherit;
}
.modal .recaptcha-modal-body .product-detalle-title strong,
.modal .modal-body .product-detalle-title strong {
  font-size: 25px;
  padding-bottom: 0.3em;
  border-bottom: 3px solid #000;
  display: inline-block;
  width: 100%;
}
.modal .recaptcha-modal-body .product-detalle-title small,
.modal .modal-body .product-detalle-title small {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-top: 1em;
}
.modal .recaptcha-modal-body .ayuda-title,
.modal .recaptcha-modal-body .security-validation-title,
.modal .recaptcha-modal-body .payment-unauthorized-hello,
.modal .recaptcha-modal-body .masked-info-hello,
.modal .recaptcha-modal-body .payment-confirmation-thanks,
.modal .recaptcha-modal-body .guest-login-title,
.modal .modal-body .ayuda-title,
.modal .modal-body .security-validation-title,
.modal .modal-body .payment-unauthorized-hello,
.modal .modal-body .masked-info-hello,
.modal .modal-body .payment-confirmation-thanks,
.modal .modal-body .guest-login-title {
  font-size: 16px;
  margin-bottom: 1em;
}
.modal .recaptcha-modal-body .identified-user-message,
.modal .modal-body .identified-user-message {
  font-size: 14px;
  font-family: "Helvetica-Light";
}
.modal .recaptcha-modal-body .identified-user-message:before,
.modal .modal-body .identified-user-message:before {
  content: "MAIL REGISTRADO";
  font-family: "Chanel";
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
}
.modal .recaptcha-modal-body .identified-user-hello,
.modal .modal-body .identified-user-hello {
  font-size: 0;
}
.modal .recaptcha-modal-body .identified-user-hello:before,
.modal .modal-body .identified-user-hello:before {
  content: "¡Bienvenido!";
  padding-bottom: 0.2em;
  border-bottom: 3px solid #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.7em;
  display: inline-block;
  width: 100%;
}
.modal .recaptcha-modal-body .security-validation-description,
.modal .recaptcha-modal-body .default-modal-message,
.modal .recaptcha-modal-body .masked-info-message,
.modal .recaptcha-modal-body #payment-confirmation-message-container,
.modal .recaptcha-modal-body .guest-login-message,
.modal .modal-body .security-validation-description,
.modal .modal-body .default-modal-message,
.modal .modal-body .masked-info-message,
.modal .modal-body #payment-confirmation-message-container,
.modal .modal-body .guest-login-message {
  font-size: 14px;
  font-family: "Helvetica-Light";
}
.modal .recaptcha-modal-body .security-validation-description hr,
.modal .recaptcha-modal-body .default-modal-message hr,
.modal .recaptcha-modal-body .masked-info-message hr,
.modal .recaptcha-modal-body #payment-confirmation-message-container hr,
.modal .recaptcha-modal-body .guest-login-message hr,
.modal .modal-body .security-validation-description hr,
.modal .modal-body .default-modal-message hr,
.modal .modal-body .masked-info-message hr,
.modal .modal-body #payment-confirmation-message-container hr,
.modal .modal-body .guest-login-message hr {
  color: #000000;
}
.modal .recaptcha-modal-body .ayuda-message,
.modal .modal-body .ayuda-message {
  white-space: pre-line;
}
.modal .recaptcha-modal-body .ayuda-message a,
.modal .modal-body .ayuda-message a {
  font-size: 11px;
}
.modal .recaptcha-modal-body .unavailable-items:empty,
.modal .recaptcha-modal-body .default-modal-security,
.modal .recaptcha-modal-body .guest-login-security,
.modal .modal-body .unavailable-items:empty,
.modal .modal-body .default-modal-security,
.modal .modal-body .guest-login-security {
  display: none;
}
.modal .recaptcha-modal-body a,
.modal .modal-body a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: "Chanel";
  opacity: 1;
}
.modal .recaptcha-modal-body a[data-bind="click: showTransactionDetails"],
.modal .modal-body a[data-bind="click: showTransactionDetails"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.modal .recaptcha-modal-body a[data-bind="click: showTransactionDetails"]:after,
.modal .modal-body a[data-bind="click: showTransactionDetails"]:after {
  content: "";
  background: url(/arquivos/arrow_forward_ios_black_24dp.svg) no-repeat;
  width: 15px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  margin-left: 0.3rem;
}
.modal .recaptcha-modal-body button,
.modal .modal-body button {
  background-color: #000;
  border-radius: 0;
  border: 1px solid #1d1d1d;
  background-image: none;
  color: #fff !important;
  font-weight: 400;
  font-family: "Chanel";
  font-size: 11px;
  outline: none;
  margin: 2em auto 0 auto;
  display: inherit;
}
.modal .recaptcha-modal-body .guest-login-actions,
.modal .modal-body .guest-login-actions {
  font-size: 14px;
  font-family: "Helvetica-Light";
  width: 100%;
  text-align: center;
}

.modal-backdrop {
  background-color: #000000;
}

.modal-backdrop.fade.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.disparo-modal {
  color: #363636;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Helvetica-Light";
  text-transform: uppercase;
}
.disparo-modal:hover {
  color: #363636;
  opacity: 0.5;
}
.disparo-modal.info-envio {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 0;
  margin: -6px 0 0 0;
  line-height: normal;
  border: 0;
  justify-content: center;
}
.disparo-modal.info-envio svg {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 4px;
}

.modal-lateral {
  left: inherit !important;
  right: 0 !important;
  top: 0 !important;
  margin: 0 0 0 -50% !important;
  height: 100% !important;
  transition: all linear 0.2s;
}
.modal-lateral.fade.in {
  margin-left: 0 !important;
}
.modal-lateral .modal-body {
  max-height: 100%;
}
.modal-lateral .modal-body .entrega-message {
  white-space: pre-line;
}

.sample-elegido,
.message-elegido,
.wrappper-elegido {
  margin-top: 3em;
}
.sample-elegido p,
.message-elegido p,
.wrappper-elegido p {
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.sample-elegido span,
.message-elegido span,
.wrappper-elegido span {
  font-size: 14px;
  font-family: "Helvetica-Light";
  color: #000;
}

#vtexIdContainer {
  position: fixed !important;
}
#vtexIdContainer .vtexIdUI-loading {
  background: rgba(0, 0, 0, 0.7);
}
#vtexIdContainer .vtexIdUI-page {
  padding: 0 2em;
  box-sizing: border-box;
}
#vtexIdContainer #vtexIdUI-classic-login .modal-header {
  padding-top: 1em;
}
#vtexIdContainer #vtexIdUI-classic-login .modal-header:before {
  content: "Cuenta";
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: "Chanel" !important;
}
#vtexIdContainer #vtexIdUI-classic-login .modal-header .vtexIdUI-header:before {
  content: "Bienvenido/a";
  font-family: "Chanel" !important;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 2em 0 0 0;
}
#vtexIdContainer #vtexIdUI-classic-login .modal-header .vtexIdUI-header .vtexIdUI-user-email .ng-binding {
  font-family: "Helvetica-Light";
  border-radius: 0;
  border-bottom: 1px solid #979899;
  font-size: 14px;
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 0.6em;
  width: 100%;
}
#vtexIdContainer #vtexIdUI-classic-login .modal-header .vtexIdUI-header .vtexIdUI-user-email .ng-binding:before {
  content: "Entrar con E-mail y contraseña";
  font-size: 14px;
  font-family: "Chanel" !important;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}
#vtexIdContainer #vtexIdUI-classic-login .modal-header .vtexIdUI-header .vtexIdUI-user-email:before {
  content: "Elige un método para ingresar a tu cuenta";
  font-size: 13px;
  font-family: "Helvetica-Light";
  margin-bottom: 1.5em;
  display: inline-block;
}
#vtexIdContainer #vtexIdUI-classic-login .modal-header .vtexIdUI-heading {
  display: none;
}
#vtexIdContainer #vtexIdUI-confirm-access-code .btn {
  font-size: 11px;
  width: 100%;
  max-width: 80%;
}
#vtexIdContainer #vtexIdUI-confirm-access-code .modal-header {
  padding-top: 1.5em;
}
#vtexIdContainer #vtexIdUI-confirm-access-code .vtexIdUI-heading {
  font-size: 0;
}
#vtexIdContainer #vtexIdUI-confirm-access-code .vtexIdUI-heading:before {
  content: "Clave de acceso";
  font-family: "Chanel" !important;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 1em;
  color: #000;
  font-size: 14px;
}
#vtexIdContainer #vtexIdUI-change-pswd .btn {
  width: 100% !important;
  font-size: 11px !important;
}
#vtexIdContainer #vtexIdUI-email-confirmation .modal-header {
  padding-top: 1.5em;
}
#vtexIdContainer #vtexIdUI-email-confirmation .vtexIdUI-heading:before {
  content: "Ingresar Correo";
  font-family: "Chanel" !important;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 1em;
  color: #000;
}
#vtexIdContainer .vtexIdUI {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  font-family: "Helvetica-Light";
  max-width: 430px;
  width: 100%;
  margin-left: -215px;
}
@media (max-width: 430px) {
  #vtexIdContainer .vtexIdUI {
    left: 0 !important;
    margin-left: 0 !important;
  }
}
#vtexIdContainer .vtexIdUI h4 {
  margin-bottom: 0;
}
#vtexIdContainer .vtexIdUI .vtexid-icon-lock {
  display: none;
}
#vtexIdContainer .vtexIdUI .modal-header {
  border: 0;
  background: transparent;
  padding-top: 3em;
}
#vtexIdContainer .vtexIdUI .modal-header .vtexIdUI-close {
  margin: 5px -20px 0 0;
  font-family: "Helvetica-Light";
  background: transparent;
  color: #000;
  font-size: 32px;
}
#vtexIdContainer .vtexIdUI .modal-body {
  padding-top: 0 !important;
  max-height: 100% !important;
}
#vtexIdContainer .vtexIdUI .modal-body .vtexid-password-requirements {
  color: #000;
}
#vtexIdContainer .vtexIdUI .modal-body .vtexid-password-requirements .vtexid-password-requirements-list li {
  position: relative;
}
#vtexIdContainer .vtexIdUI .modal-body .vtexid-password-requirements .vtexid-password-requirements-list li .vtexid-icon-checkmark {
  width: 3px;
  height: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-image: none;
  position: absolute;
  top: 5px;
  left: 4px;
}
#vtexIdContainer .vtexIdUI .modal-body [data-i18n="vtexid.insertAccessToken"] {
  font-size: 0;
}
#vtexIdContainer .vtexIdUI .modal-body [data-i18n="vtexid.insertAccessToken"]:before {
  content: "Ingrese el código que fue recibido a través:";
  font-size: 14px;
}
#vtexIdContainer .vtexIdUI .modal-body .vtexid-password-requirements {
  color: #000;
}
#vtexIdContainer .vtexIdUI .modal-body .vtexIdUI-providers-list {
  margin-top: 1em;
}
#vtexIdContainer .vtexIdUI .modal-body .vtexIdUI-providers-list .btn {
  border-radius: 0px;
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  outline: none !important;
  font-family: "Chanel" !important;
  font-size: 10px;
  box-shadow: none;
  text-shadow: none !important;
  padding: 1.5em 0;
}
#vtexIdContainer .vtexIdUI .modal-body .vtexIdUI-providers-list .btn i {
  display: none;
}
#vtexIdContainer .vtexIdUI .modal-body .alert {
  color: red;
  font-size: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
#vtexIdContainer .vtexIdUI .modal-body .alert i {
  display: none;
}
#vtexIdContainer .vtexIdUI .modal-body .dead-link {
  font-size: 12px;
  font-weight: 500;
  color: #111;
  font-family: "Helvetica-Light";
  text-decoration: underline;
}
#vtexIdContainer .vtexIdUI .modal-body .control-group {
  margin: 0 auto;
}
#vtexIdContainer .vtexIdUI .modal-body .controls {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#vtexIdContainer .vtexIdUI .modal-body .controls input {
  max-width: 100% !important;
}
#vtexIdContainer .vtexIdUI .modal-body .controls input,
#vtexIdContainer .vtexIdUI .modal-body .vtexIdUI-code-field input,
#vtexIdContainer .vtexIdUI .modal-body .vtexIdUI-email-field input {
  box-shadow: none;
  width: 100% !important;
  border: none;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Helvetica-Light";
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #979899;
  font-size: 14px;
}
#vtexIdContainer .vtexIdUI .modal-footer {
  background: transparent;
  border: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#vtexIdContainer .vtexIdUI .modal-footer .btn {
  border-radius: 0px;
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  outline: none !important;
  font-family: "Chanel" !important;
  font-size: 14px;
  box-shadow: none;
  text-shadow: none !important;
  padding: 1em 3em;
  width: 60%;
  height: auto;
}
#vtexIdContainer .vtexIdUI .modal-footer .btn i {
  display: none;
}
#vtexIdContainer .vtexIdUI .modal-footer .btn#sendAccessKeyBtn, #vtexIdContainer .vtexIdUI .modal-footer .btn#confirmLoginAccessKeyBtn {
  font-size: 0;
  line-height: normal;
}
#vtexIdContainer .vtexIdUI .modal-footer .btn#sendAccessKeyBtn:before, #vtexIdContainer .vtexIdUI .modal-footer .btn#confirmLoginAccessKeyBtn:before {
  font-size: 14px;
  content: "Continuar";
  padding: 1em 3em;
  display: inline-block;
}
#vtexIdContainer .vtexIdUI .modal-footer .vtexIdUI-back-link {
  font-family: "Chanel" !important;
  color: #000;
  text-decoration: underline;
}
#vtexIdContainer .vtexIdUI .modal-footer .vtexIdUI-back-link i {
  display: none;
}
#vtexIdContainer .vtexIdUI .vtexIdUI-heading {
  font-size: 14px;
  font-family: "Helvetica-Light";
  margin-bottom: 0;
}
#vtexIdContainer .vtexIdUI .vtexIdUI-user {
  font-family: "Chanel" !important;
  margin-bottom: 0;
}
#vtexIdContainer .vtexIdUI .vtexIdUI-user .vtexid-icon-user {
  display: none;
}
#vtexIdContainer .vtexIdUI .vtexIdUI-user .vtexIdUI-user-email {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  word-break: break-all;
}

#vtexIdUI-global-loader {
  background: center center no-repeat #000 !important;
}

.vtex-front-messages-modal-template .modal-footer {
  background: transparent;
  border: 0;
}
.vtex-front-messages-modal-template .modal-footer .btn {
  border-radius: 0px;
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  outline: none !important;
  font-family: "Chanel" !important;
  font-size: 11px;
  box-shadow: none;
  text-shadow: none !important;
  padding: 1em 1em;
  width: 100%;
}

.checkout.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1d1d1d;
  height: 86px;
  width: 100%;
  background-color: #fff;
  border-top: 8px solid #000000;
}
.checkout.header .headerMain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .checkout.header .headerMain {
    margin-top: 10px;
  }
}
.checkout.header .headerMain .logo {
  max-width: 180px;
  text-align: center;
}
.checkout.header .headerMain .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.checkout.header .headerMain .logo a img {
  max-height: 100%;
  max-width: 180px;
  width: 180px;
}
.checkout.header .headerMain .logo a p {
  color: #000;
  font-family: "Chanel";
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .checkout.header .headerMain .logo a p {
    margin-bottom: 15px;
  }
}

#checkout-custom-content-top-2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0;
}
#checkout-custom-content-top-2 .header-banner-checkout.desktop {
  display: block !important;
  padding-top: 41px;
}
@media (max-width: 600px) {
  #checkout-custom-content-top-2 .header-banner-checkout.desktop {
    display: none !important;
  }
}
@media (max-width: 600px) {
  #checkout-custom-content-top-2 .header-banner-checkout.mobile {
    display: block !important;
  }
}

.checkout.footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  width: 100% !important;
  max-width: 1280px;
}
@media (min-width: 1280px) {
  .checkout.footer {
    margin-bottom: 2em;
  }
}
.checkout.footer .row1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 2em 0;
}
.checkout.footer .row1 h4 {
  margin: 0;
  color: #000;
  font-size: 1rem;
}
.checkout.footer .row1 .card {
  margin: 0.9em 0 2em 0;
}
.checkout.footer .row1 .card img {
  margin: 0 0.3em;
  max-width: 57px;
  box-shadow: inset 0px 0px 0px 1px #c9c9c9;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 1px;
}
.checkout.footer .row1 .card img.amex {
  max-height: 24px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout.footer .row1 strong {
  font-size: 0.75rem;
}
.checkout.footer .row1 p {
  font-family: "Helvetica-Light";
  color: #1D1D1D;
  font-size: 0.625rem;
  line-height: 1rem;
}

.container.checkout.footer {
  display: block !important;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .container-main.container-cart {
    padding: 1em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 490px) {
  .container-main.container-cart {
    padding: 1em !important;
    box-sizing: border-box;
  }
}
.container-main.container-cart #cart-title {
  font-size: 28px;
  font-family: "Chanel" !important;
  margin: 2.5rem 0 0 0;
  display: flex !important;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 490px) {
  .container-main.container-cart #cart-title {
    font-size: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 490px) {
  .container-main.container-cart #cart-title {
    margin-bottom: 2rem !important;
  }
}
.container-main.container-cart .step,
.container-main.container-cart .cart,
.container-main.container-cart .totalizers {
  border: none;
  border-radius: 0;
  margin: 0;
}
.container-main.container-cart .totalizers {
  min-height: auto;
  padding: 0;
}
.container-main.container-cart .cart {
  border: 0;
  padding: 0;
}
.container-main.container-cart .cart .table.cart-items thead tr {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem !important;
  align-items: center;
  position: relative;
  padding: 0px 18px;
}
.container-main.container-cart .cart .table.cart-items thead tr th {
  color: #000;
  font-weight: normal;
  font-family: "Chanel";
  padding-bottom: 0;
}
.container-main.container-cart .cart .table.cart-items thead tr th.item-remove, .container-main.container-cart .cart .table.cart-items thead tr th.quantity-price, .container-main.container-cart .cart .table.cart-items thead tr th.shipping-date {
  display: none;
}
.container-main.container-cart .cart .table.cart-items thead tr th.product {
  order: 1;
  width: 100%;
  max-width: 612px;
  font-size: 0;
}
.container-main.container-cart .cart .table.cart-items thead tr th.product:before {
  content: "ARTÍCULO(S)";
  font-size: 11px;
}
.container-main.container-cart .cart .table.cart-items thead tr th.quantity {
  order: 2;
  width: 100%;
  max-width: 177px;
  font-size: 11px;
}
.container-main.container-cart .cart .table.cart-items thead tr th.product-price {
  order: 3;
  width: 30%;
  text-align: right;
  font-size: 0;
}
@media screen and (max-width: 979px) {
  .container-main.container-cart .cart .table.cart-items thead tr th.product-price {
    width: 43%;
  }
}
.container-main.container-cart .cart .table.cart-items thead tr th.product-price:before {
  content: "COSTO UNITARIO";
  font-size: 11px;
}
.container-main.container-cart .cart .table.cart-items tbody {
  width: 100%;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 490px) {
  .container-main.container-cart .cart .table.cart-items tbody .product-item {
    flex-direction: inherit;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
    padding-bottom: 2em;
  }
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-image {
  order: 1;
  width: 90px;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-image img {
  height: 90px !important;
  width: inherit !important;
  max-width: inherit !important;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-name {
  order: 2;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 560px;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-name a {
  display: flex;
  flex-direction: column;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-name a span {
  font-size: 15px;
  font-family: "Chanel";
  text-transform: uppercase !important;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-name a strong {
  font-size: 15px;
  font-weight: 100;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-name a small {
  font-size: 14px;
  font-family: "Helvetica-Light";
}
@media screen and (max-width: 490px) {
  .container-main.container-cart .cart .table.cart-items tbody .product-item .product-name {
    margin-left: 32.9999%;
  }
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity {
  order: 3;
  width: 100%;
  max-width: 200px;
  padding: 0;
}
@media screen and (max-width: 490px) {
  .container-main.container-cart .cart .table.cart-items tbody .product-item .quantity {
    margin: 0 0 0 32.9999%;
    width: auto;
  }
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity input[type=tel],
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity .item-quantity-change {
  display: none !important;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity .cantidadNew {
  border-color: transparent;
  font-family: "Chanel" !important;
  font-size: 14px;
  color: #000;
  width: auto;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity .cantidadNew:focus {
  outline: none;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity .cantidadNew:hover {
  border-bottom: 2px solid #000000;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity .item-unit-label {
  display: none;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-price {
  order: 4;
  width: 70%;
  text-align: right;
  font-family: "Helvetica-Bold";
  font-size: 14px;
  text-transform: uppercase !important;
  white-space: nowrap;
}
@media screen and (max-width: 490px) {
  .container-main.container-cart .cart .table.cart-items tbody .product-item .product-price {
    width: auto;
  }
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-price .new-product-real-price-per-unit {
  display: none;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .item-remove {
  order: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  margin-left: 10em;
  height: inherit;
  margin-bottom: 0;
}
@media screen and (max-width: 490px) {
  .container-main.container-cart .cart .table.cart-items tbody .product-item .item-remove {
    bottom: 0;
    top: inherit;
    margin-bottom: 0;
    margin-left: 32.9999%;
  }
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .item-remove .newEliminar {
  border: 0;
  font-size: 12px;
  font-family: "Helvetica-Light";
  color: #6d6d6d;
  padding: 0;
  margin: 0;
  line-height: normal;
  background: transparent;
  text-decoration: underline;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .item-remove .item-link-remove {
  color: #999;
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: none !important;
  line-height: normal;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .item-remove i {
  display: none;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .item-remove span {
  display: block;
  font-size: 12px;
  font-family: "Helvetica-Light";
  color: #6d6d6d !important;
  text-decoration: underline;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .quantity-price {
  display: none;
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .shipping-date {
  display: none;
}
.container-main.container-cart .srp-content.onda-v1 a {
  color: #000 !important;
}
.container-main.container-cart .srp-content.onda-v1 .srp-main-title {
  font-size: 1.25rem;
  color: #000;
}
.container-main.container-cart .srp-content.onda-v1 .srp-data #shipping-calculate-link {
  background: #eeeeee 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 24px;
}
.container-main.container-cart .srp-content.onda-v1 .srp-toggle__wrapper .srp-toggle__current {
  border-color: #000;
}
.container-main.container-cart .srp-content.onda-v1 .srp-toggle__wrapper .srp-toggle__delivery,
.container-main.container-cart .srp-content.onda-v1 .srp-toggle__wrapper .srp-toggle__pickup {
  color: #000;
}
.container-main.container-cart .srp-content.onda-v1 .srp-delivery-header #deliver-at-text::before {
  content: "CP ";
}
.container-main.container-cart .srp-content.onda-v1 .srp-delivery-info label.srp-shipping-current-single {
  border: 1px solid #000;
  border-radius: 0;
}
.container-main.container-cart .srp-content.onda-v1 .srp-postal-code__form .ship-postalCode {
  width: unset;
}
.container-main.container-cart .srp-content.onda-v1 .srp-postal-code__form .ship-postalCode input#ship-postalCode {
  display: block;
}
.container-main.container-cart .srp-content.onda-v1 .srp-postal-code__form #cart-shipping-calculate {
  background: #eee;
  border: none;
  color: #000;
  font-size: medium;
  border-radius: 2px;
  padding: 6px 16px;
  text-transform: uppercase;
}
.container-main.container-cart .srp-content.onda-v1 .srp-icon-radio-selected path {
  fill: #000;
}
.container-main.container-cart tbody .lookatme {
  background-color: #fff !important;
}
.container-main.container-cart tbody .item-unavailable {
  background-color: #000 !important;
  color: #fff;
}
.container-main.container-cart tbody .item-unavailable i {
  color: #fff;
}
.container-main.container-cart tbody .item-unavailable .top-arrow {
  border-bottom-color: #000;
}
.container-main.container-cart tbody .product-item.unavailable.lookatme {
  background: #fff !important;
  transition: none !important;
}
.container-main.container-cart p.coupon-data {
  display: none !important;
}
.container-main.container-cart .coupon.summary-coupon {
  text-decoration: none;
  font-family: "Chanel";
  font-size: 12px;
  margin-bottom: 4px;
}
.container-main.container-cart .cart-links.cart-links-bottom {
  width: 100%;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.container-main.container-cart .cart-links.cart-links-bottom span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-main.container-cart .cart-links.cart-links-bottom span #cart-to-orderform {
  font-size: 0px;
  text-align: center;
  padding: 1rem 1rem;
  width: 100%;
  max-width: 380px;
  line-height: normal;
  position: relative;
}
.container-main.container-cart .cart-links.cart-links-bottom span #cart-to-orderform:before {
  content: "Continuar al checkout";
  font-family: "Chanel", sans-serif;
  font-size: 14px;
}
.container-main.container-cart .cart-links.cart-links-bottom span #cart-choose-more-products {
  margin-top: 1rem;
  font-size: 0px;
  display: flex;
  margin-right: 0;
  align-items: center;
}
.container-main.container-cart .cart-links.cart-links-bottom span #cart-choose-more-products:before {
  content: "CONTINUAR COMPRANDO";
  font-family: "Chanel", sans-serif;
  font-size: 14px;
}
.container-main.container-cart .cart-links.cart-links-bottom span #cart-choose-more-products::after {
  content: "";
  background: url(/arquivos/arrow_forward_ios_black_24dp.svg) no-repeat;
  width: 15px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  margin-left: 0.3rem;
}
.container-main.container-cart .cart-links.cart-links-bottom[style="display: block;"] {
  display: flex !important;
}
.container-main.container-cart .totalizers.summary-totalizers.cart-totalizers {
  min-height: 162px;
  padding: 1.5em 2.3em;
}
.container-main.container-cart .totalizers.summary-totalizers.cart-totalizers .accordion-group .accordion-body .accordion-inner {
  border: none;
}
.container-main.container-cart .totalizers.summary-totalizers.cart-totalizers > div {
  height: 100%;
}

.product-name .brand-name,
.product-name .seller {
  display: none !important;
}

.cart-template .summary-template-holder {
  display: none;
}
.cart-template .summary-template-holder.show {
  display: block !important;
}
.cart-template .summary {
  display: flex !important;
  flex-direction: column-reverse;
  margin-top: 2em;
}

@media (min-width: 980px) {
  .orderform-template-holder {
    width: 60% !important;
  }
  .mini-cart {
    width: 37% !important;
  }
}
.soyrecoger .vtex-omnishipping-1-x-addressList label,
.soyrecoger .vtex-omnishipping-1-x-addressList .address-create,
.soyrecoger .vtex-omnishipping-1-x-addressList .address-edit {
  display: none !important;
}
.soyrecoger #back-to-address-list,
.soyrecoger .vtex-omnishipping-1-x-deliveryGroup {
  display: none !important;
}
.soyrecoger .ship-street,
.soyrecoger .ship-city,
.soyrecoger .ship-state,
.soyrecoger .input.ship-complement.text,
.soyrecoger .vtex-omnishipping-1-x-addressSummary,
.soyrecoger .vtex-omnishipping-1-x-shippingSectionTitle {
  display: none !important;
}
.soyrecoger .input.ship-receiverName.required.text {
  width: 100% !important;
}
.soyrecoger .input.ship-receiverName.required.text label {
  font-size: 0 !important;
}
.soyrecoger .input.ship-receiverName.required.text label:before {
  font-size: 12px;
  content: "Nombre completo de quién recogerá, deberá presentar Identificación con fotografía.";
}

@media only screen and (max-width: 500px) {
  .item-unavailable .item-unavailable-message {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .container-main.container-cart .totalizers.summary-totalizers.cart-totalizers {
    min-height: 142px;
  }
}
#custom-giftmessage-container-checkout {
  display: none !important;
}

.complement {
  text-transform: uppercase;
}

.gift-quantity {
  font-family: "Chanel" !important;
  font-size: 14px;
  color: #000;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 490px) {
  .gift-quantity {
    padding: 4px 6px;
  }
}

.orderform-template .orderform-template-holder #client-profile-data .box-client-info-pj {
  display: none;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group.active .accordion-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] i::before {
  content: "Verificar" !important;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group,
.orderform-template .orderform-template-holder #shipping-data .accordion-group,
.orderform-template .orderform-template-holder #payment-data .accordion-group {
  border: none;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  color: #1d1d1d;
  border-bottom: 3px solid #000;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle span,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle span,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle span {
  font-weight: bold;
  color: #1d1d1d;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle span[data-i18n="clientProfileData.identification"]::before,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle span[data-i18n="clientProfileData.identification"]::before,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle span[data-i18n="clientProfileData.identification"]::before {
  content: "1. ";
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle span[data-i18n="paymentData.payment"]::before,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle span[data-i18n="paymentData.payment"]::before,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle span[data-i18n="paymentData.payment"]::before {
  content: "3. ";
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle i,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle i,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle i {
  display: none;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"],
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"],
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] {
  padding: 0;
  outline: none;
  box-shadow: none;
  top: 0;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] i,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] i,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] i {
  display: block;
  background: none;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] i::before,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] i::before,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"] i::before {
  width: 50px;
  color: #000000;
  content: "Editar";
  font-size: 12px;
  font-family: "Helvetica-Light";
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"]:focus,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"]:focus,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"]:focus {
  outline: none;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"]:hover,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"]:hover,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-heading .accordion-toggle a[data-i18n="[title]global.edit"]:hover {
  text-decoration: underline;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-body .client-profile-email span,
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-body .client-profile-summary span,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-body .client-profile-email span,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-body .client-profile-summary span,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-body .client-profile-email span,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-body .client-profile-summary span {
  font-family: "Helvetica-Light";
  font-size: 14px;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-body .client-profile-email span a, .orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-body .client-profile-email span.email,
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-body .client-profile-summary span a,
.orderform-template .orderform-template-holder #client-profile-data .accordion-group .accordion-body .client-profile-summary span.email,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-body .client-profile-email span a,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-body .client-profile-email span.email,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-body .client-profile-summary span a,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-body .client-profile-summary span.email,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-body .client-profile-email span a,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-body .client-profile-email span.email,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-body .client-profile-summary span a,
.orderform-template .orderform-template-holder #payment-data .accordion-group .accordion-body .client-profile-summary span.email {
  font-weight: bold;
  color: #333333;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-heading .accordion-toggle::before {
  content: "2. ";
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group.active .accordion-inner {
  padding: 0 0 0 2em !important;
  position: relative;
}
@media (max-width: 680px) {
  .orderform-template .orderform-template-holder #shipping-data .accordion-group.active .accordion-inner {
    padding: 0 !important;
  }
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner {
  /*retiro en tienda*/
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info {
  font-family: "Helvetica-Light";
  color: #000000;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info .shipping-summary-info {
  font-size: 0;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info .shipping-summary-info:before {
  content: "Selecciona el envío";
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info .shipping-summary-info:after {
  content: "Aún falta completar los datos";
  font-size: 14px;
  color: #767676;
  width: 100%;
  display: inline-block;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info span {
  font-size: 14px;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info span.postalCode {
  display: none !important;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info span.street {
  margin-right: 0.3em;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info .address-summary-default,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info .vtex-omnishipping-1-x-SummaryItemPrice {
  color: #000000;
  font-size: 14px;
  display: none;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info .vtex-omnishipping-1-x-SummaryItemInfo {
  border: 0;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .box-info .vtex-omnishipping-1-x-SummaryItemInfo .vtex-omnishipping-1-x-SummaryItemAddress strong {
  font-size: 14px;
  margin-bottom: 1em;
  display: inline-block;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-pc {
  display: none;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-shippingSectionTitle {
  color: #1d1d1d;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-deliveryChannelsWrapper {
  display: flex !important;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  padding: 0 !important;
  margin: 0.5rem 0 !important;
  width: 100%;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption {
  padding: 13px 0;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsOption span {
  font-size: 11px;
  text-transform: uppercase;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-deliveryChannelsWrapper .vtex-omnishipping-1-x-deliveryChannelsComplement {
  display: inline-block;
  margin-left: 0.3em;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-deliveryChannelsWrapper .shipping-method-toggle {
  background: #000;
  border: none;
  border-radius: 0;
  height: 100%;
  top: auto;
  box-shadow: none;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .vtex-omnishipping-1-x-deliveryChannelsWrapper .shp-method-option-active span {
  color: #fff !important;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .input {
  width: 50%;
  margin-bottom: 1.5em;
}
@media (max-width: 800px) {
  .orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .input {
    width: 100%;
  }
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .input label {
  color: #767676 !important;
  font-family: "Helvetica-Light";
  font-size: 12px;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner .input input {
  box-shadow: none;
  width: 100% !important;
  border: none;
  max-width: 100%;
  font-family: "Helvetica-Light";
  padding: 0;
  border-bottom: 1px solid #979899;
}
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner div.vtex-pickup-points-modal-3-x-locationSummary.pkpmodal-location-summary,
.orderform-template .orderform-template-holder #shipping-data .accordion-group .accordion-inner div.vtex-pickup-points-modal-3-x-pkpmodal.pkpmodal > div.vtex-pickup-points-modal-3-x-infoBarPostalCode.pkpmodal-info-bar > div > div.vtex-pickup-points-modal-3-x-locationSummary.pkpmodal-location-summary > button {
  display: none !important;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p #opt-in-newsletter {
  display: none;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label .newsletter-text {
  font-size: 0;
  display: flex;
  margin-left: 15px;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label .newsletter-text::before {
  content: "SUSCRÍBASE PARA RECIBIR NOVEDADES DE CHANEL";
  font-size: 13px;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 1px solid #707070;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label input ~ .newsletter-text::after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 41%;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label:hover:not(:has(#opt-in-newsletter:checked))::before {
  background-color: rgb(233, 233, 233);
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .newsletter-label input:checked ~ .newsletter-text::after {
  display: block;
}
@media (min-width: 768px) {
  .orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p.newsletter {
    margin: 1.2em 2em 2.7em 2em;
  }
  .orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label::before {
    height: 16px;
    width: 16px;
    min-width: 16px;
  }
  .orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info p .checkbox.newsletter-label::after {
    top: 7px;
  }
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  padding-left: 2em;
  margin-bottom: 0;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf {
    padding-left: 0 !important;
  }
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .client-notice {
  font-size: 0;
  margin-left: -1rem;
}
@media (max-width: 680px) {
  .orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .client-notice {
    margin-left: 0 !important;
  }
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .client-notice:before {
  content: "Completa tus datos";
  font-size: 14px;
  font-family: "Helvetica-Light";
  font-weight: bold;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf p span {
  font-family: "Helvetica-Light";
  font-size: 12px;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf p span.error {
  width: 100%;
  font-weight: bold;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .client-email,
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .input {
  width: 50%;
  margin-bottom: 1.5em;
}
@media (max-width: 800px) {
  .orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .client-email,
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .input {
    width: 100%;
  }
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .client-email label,
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .input label {
  font-family: "Helvetica-Light";
  font-size: 12px;
  color: #767676 !important;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .client-email input,
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .box-client-info .box-client-info-pf .input input {
  box-shadow: none;
  width: 100% !important;
  border: none;
  font-family: "Helvetica-Light";
  padding: 0;
  border-bottom: 1px solid #767676;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .submit {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
@media (max-width: 979px) {
  .orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .submit {
    max-width: 100% !important;
  }
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .submit#go-to-shipping {
  font-size: 0;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .submit#go-to-shipping:before {
  content: "IR AL ENVÍO";
  font-size: 12px;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .submit#go-to-payment {
  font-size: 0;
}
.orderform-template .orderform-template-holder #client-profile-data .accordion-body .accordion-inner .box-step .form-step.box-edit .submit#go-to-payment:before {
  content: "IR AL PAGO";
  font-size: 12px;
}

#shipping-data .accordion-group.shipping-data .box-step.shipping-summary-placeholder a.link-change-shipping {
  display: none;
}
#shipping-data .accordion-group.shipping-data .box-step .vtex-pickup-points-modal-3-x-askGeolocationBtn {
  top: 0 !important;
}
#shipping-data .accordion-group.shipping-data .box-step .vtex-omnishipping-1-x-ask .vtex-omnishipping-1-x-subtitle,
#shipping-data .accordion-group.shipping-data .box-step .vtex-omnishipping-1-x-ask .vtex-omnishipping-1-x-imageAsk {
  display: none !important;
}
#shipping-data .accordion-group.shipping-data .box-step .vtex-omnishipping-1-x-ask .vtex-omnishipping-1-x-subtitle svg,
#shipping-data .accordion-group.shipping-data .box-step .vtex-omnishipping-1-x-ask .vtex-omnishipping-1-x-imageAsk svg {
  display: none !important;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point .pickup-point-info {
  border: none;
  width: 100%;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point .pickup-point-info svg path {
  fill: #000 !important;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point .pickup-point-info .pickup-point-wrapper .pickup-point-name {
  font-family: "Chanel", sans-serif;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point .pickup-point-info .pickup-point-wrapper .pickup-point-address {
  font-size: 11px;
  margin: 15px 0;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point .pickup-point-info .pickup-point-wrapper #details-pickup-button {
  background: transparent;
  font-family: "Helvetica-Light" !important;
  text-decoration: underline;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point #change-pickup-button {
  background: transparent;
  border: 1px solid #000;
  padding: 1rem 3rem;
  width: 70%;
  font-size: 0;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-findPickup .pickup-point #change-pickup-button::before {
  content: "Ver ubicación de la tienda";
  font-size: 12px;
  color: #333333;
}
#shipping-data .delivery-group-content .vtex-omnishipping-1-x-packages .vtex-omnishipping-1-x-shippingSectionTitle {
  font-family: "Chanel", sans-serif;
}
#shipping-data .delivery-address-title {
  color: #000000;
  font-family: "Chanel", sans-serif;
}
#shipping-data #map-canvas {
  height: 80% !important;
  width: 60% !important;
  top: 50px !important;
  z-index: 0;
  overflow: hidden;
  right: 20px;
}
#shipping-data .pkpmodal-close {
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  #shipping-data .vtex-pickup-points-modal-3-x-pkpmodal {
    top: 55% !important;
    height: 420px !important;
  }
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container {
  box-shadow: none;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-header .pkpmodal-title {
  font-family: "Chanel", sans-serif;
  font-size: 0;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-search input {
  font-family: "Chanel", sans-serif;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .vtex-pickup-points-modal-3-x-pickupListTitle {
  font-family: "Helvetica-Light";
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .pkpmodal-points-item .pkpmodal-pickup-point .pkpmodal-pickup-point-info .pkpmodal-pickup-point-name {
  font-family: "Chanel", sans-serif;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .pkpmodal-points-item .pkpmodal-pickup-point .pkpmodal-pickup-point-info .pkpmodal-pickup-point-address {
  font-size: 11px;
  margin: 15px 0;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .pkpmodal-points-item .pkpmodal-pickup-point-marker {
  display: flex;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .pkpmodal-points-item .pkpmodal-pickup-point-marker svg {
  display: none;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .pkpmodal-points-item .pkpmodal-pickup-point-marker::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 21px;
  display: block;
  margin: auto;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .pkpmodal-points-item .pkpmodal-pickup-point-distance {
  display: none;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-info-bar-container .pkpmodal-points-list .pkpmodal-points-item .pkpmodal-pickup-point-sla-availability {
  padding: 8px;
  display: flex;
  align-items: center;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-top .pkpmodal-details-back-lnk {
  background: transparent;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-middle .pkpmodal-details-store .pkpmodal-pickup-point .pkpmodal-pickup-point-info .pkpmodal-pickup-point-name {
  font-family: "Chanel", sans-serif;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-middle .pkpmodal-details-store .pkpmodal-pickup-point .pkpmodal-pickup-point-info .pkpmodal-pickup-point-address {
  font-size: 11px;
  margin: 15px 0 0 0;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-middle .pkpmodal-details-store .pkpmodal-pickup-point-marker {
  display: flex;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-middle .pkpmodal-details-store .pkpmodal-pickup-point-marker svg {
  display: none;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-middle .pkpmodal-details-store .pkpmodal-pickup-point-marker::before {
  content: ".";
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 21px;
  display: block;
  margin: auto;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-middle .pkpmodal-details-store .pkpmodal-pickup-point-distance {
  display: none;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-middle .pkpmodal-details-store .pkpmodal-pickup-point-sla-availability {
  padding: 8px;
  display: flex;
  align-items: center;
}
#shipping-data .pkpmodal-info-bar .pkpmodal-details .pkpmodal-details-bottom .pkpmodal-details-confirm-btn {
  background: #000;
  color: #fff !important;
}
#shipping-data .pkpmodal-pickup-point-price {
  display: none;
}

#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item {
  border-radius: 0;
  box-shadow: none;
  background-color: #f6f6f6;
  border: 1px solid #000;
}
#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item.active {
  background-color: #fff;
}
#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item span.bank-invoice-icon::after {
  content: "";
  display: block;
  width: 100%;
  min-height: 30px;
  max-height: 50px;
  position: relative;
  margin-top: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item.bank-invoice-item-bancomer .bank-invoice-icon::after {
  background-image: url("https://chanelar.myvtex.com/arquivos/logo-bbva.png");
}
#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item.bank-invoice-item-banamex .bank-invoice-icon::after {
  background-image: url("https://chanelar.myvtex.com/arquivos/logo_citibanamex.png");
}
#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item.bank-invoice-item-oxxo .bank-invoice-icon::after {
  background-image: url("https://chanelar.myvtex.com/arquivos/logo_oxxo.jpg");
}
#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item .icon-circle-blank,
#payment-data .btn-group.btn-group-vertical.bank-invoice-options.bank-invoice-list label.bank-invoice-list-item .icon-ok-circle {
  top: auto;
  bottom: 0px;
  right: 3px;
  font-size: 18px;
}
#payment-data .active .accordion-inner {
  padding: 0 0 0 1em !important;
}
@media (max-width: 680px) {
  #payment-data .active .accordion-inner {
    padding: 0 !important;
  }
}
#payment-data .payment-body .accordion-inner .notification {
  font-size: 0;
}
#payment-data .payment-body .accordion-inner .notification:before {
  content: "Selecciona la forma de pago y los datos de tu tarjeta";
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
#payment-data .payment-body .accordion-inner .notification:after {
  content: "Aún falta completar los datos";
  font-size: 14px;
  color: #767676;
  width: 100%;
  display: inline-block;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form {
  display: flex;
  flex-direction: column;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form fieldset {
  margin: 1em 0 0 0;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn {
  width: 100%;
  box-sizing: border-box;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn:before {
  content: "Selecciona la forma de pago y los datos de tu tarjeta";
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  font-family: "Helvetica-Light";
  margin-bottom: 1em;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn a {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 2.5em;
}
@media (max-width: 410px) {
  #payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn a {
    padding: 0 1em;
  }
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn a#payment-group-creditCardPaymentGroup span {
  font-size: 0px !important;
  background: url(/arquivos/iconmonstr-credit-card-thin.svg) no-repeat right center;
  line-height: normal;
}
@media (max-width: 480px) {
  #payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn a#payment-group-creditCardPaymentGroup span {
    background-size: 8%;
  }
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn a#payment-group-creditCardPaymentGroup span:before {
  content: "TARJETA DE CRÉDITO / DÉBITO";
  font-size: 12px;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn a span {
  background: none;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .payment-group-list-btn a.active {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border: 2px solid #000000;
  border-radius: 2px;
  font-family: "Chanel", sans-serif;
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .steps-view {
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  font-family: "Helvetica-Light";
  padding: 3em;
}
@media (max-width: 480px) {
  #payment-data .payment-body .accordion-inner .box-step .box-step-content form .steps-view {
    padding-left: 0;
    padding-right: 0;
  }
}
#payment-data .payment-body .accordion-inner .box-step .box-step-content form .steps-view #iframe-placeholder-creditCardPaymentGroup {
  max-width: 60%;
}
@media (max-width: 800px) {
  #payment-data .payment-body .accordion-inner .box-step .box-step-content form .steps-view #iframe-placeholder-creditCardPaymentGroup {
    max-width: 100%;
  }
}

.payment-group-list-btn #payment-group-item-text {
  background-image: url(/arquivos/mercado-pago-logo-vector-2023.png);
  background-repeat: no-repeat;
  background-position: 10px 0;
  color: transparent;
  background-size: 80%;
}

.box-payment-MercadoPagoPro .payment-mercadopago-footer .payment-mercadopago-footer-info-text {
  margin-top: 4 !important;
  margin-left: 5px;
}

a#payment-group-debitCardPaymentGroup {
  display: none;
}

.mini-cart .totalizers {
  margin-bottom: 0;
}
.mini-cart .cart-fixed {
  width: 100%;
  height: 100% !important;
}
.mini-cart .cart-fixed.affix {
  z-index: 8 !important;
  position: relative !important;
  height: 100% !important;
}
.mini-cart .cart-fixed .summary-cart-template-holder {
  height: auto !important;
}
@media (max-width: 979px) {
  .mini-cart .cart-fixed {
    max-width: 100%;
    height: auto !important;
  }
}
.mini-cart .summary-cart-template-holder::-webkit-scrollbar {
  width: 7px;
}
.mini-cart .summary-cart-template-holder::-webkit-scrollbar-track {
  background: #eee;
}
.mini-cart .summary-cart-template-holder::-webkit-scrollbar-thumb {
  background: #000;
}
.mini-cart .summary-cart-template-holder::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.mini-cart .url img {
  width: 66px;
  aspect-ratio: 1/1;
  object-fit: contain;
  transform: scale(1.3);
}
.mini-cart .description {
  margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  min-height: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.mini-cart .description .price.pull-right {
  font-size: 10.3px;
}
.mini-cart h2 {
  background: transparent;
  color: #000;
  padding: 0;
  margin: 0;
  border-top: 0;
  border-bottom: 2px solid #e8e8e8;
  border-radius: 0;
  text-align: left;
  padding-bottom: 0.7em;
}
.mini-cart .summary-cart-template-holder .cart::-webkit-scrollbar {
  width: 7px;
}
.mini-cart .summary-cart-template-holder .cart::-webkit-scrollbar-track {
  background: #eee;
}
.mini-cart .summary-cart-template-holder .cart::-webkit-scrollbar-thumb {
  background: #000;
}
.mini-cart .summary-cart-template-holder .cart::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li {
  border: 0;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li.gift {
  display: none;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li[data-sku="873"] {
  display: block !important;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li .fn.product-name {
  text-overflow: unset;
  white-space: unset;
  color: #000;
  /* font-size: 0; */
  line-height: normal;
  width: 58%;
  min-height: 52px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li .fn.product-name strong {
  font-size: 13px;
  width: 100%;
  display: inherit;
  font-weight: 100 !important;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li .fn.product-name strong br {
  display: none;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li .fn.product-name small {
  font-size: 13px;
  font-family: "Helvetica-Light";
  margin-top: 0.3em;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li .fn.product-name span {
  font-size: 13px;
  font-family: "Chanel";
  text-transform: uppercase;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li .description .shipping-date {
  display: none;
}
.mini-cart .summary-cart-template-holder .cart ul.cart-items li .quantity.badge {
  box-shadow: none;
  background: transparent;
  font-size: 11px;
  font-family: "Helvetica-Light";
  border: 1px solid #000;
  background: #fff;
  margin-top: 11px;
  color: #000;
  font-weight: bold;
  display: none !important;
}
.mini-cart .accordion-group {
  margin-bottom: 0 !important;
}
.mini-cart p#go-to-cart-button {
  float: none;
  font-family: "Chanel";
  text-align: center;
  text-decoration: underline;
  margin: 3em 0;
  display: inline-block;
  width: 100%;
}
.mini-cart p#go-to-cart-button a {
  font-size: 0;
}
.mini-cart p#go-to-cart-button a:before {
  font-size: 14px;
  content: "Volver al Carrito";
  text-transform: uppercase;
  font-weight: bold;
}
.mini-cart .summary-template-holder {
  background: #f6f6f6;
  border: 0;
  margin: 0 0 1em 0;
  padding: 0;
}
.mini-cart .summary-template-holder .table {
  border-collapse: unset;
}
.mini-cart .summary-template-holder .table td {
  vertical-align: top;
}
.mini-cart .summary-template-holder .table .totalizers-list tr.Shipping {
  display: flex;
  flex-direction: row-reverse;
}
.mini-cart .summary-template-holder .table .totalizers-list tr.Shipping .shipping-name {
  font-size: 0;
}
.mini-cart .summary-template-holder .table .totalizers-list tr.Shipping .shipping-name:before {
  content: "Envío";
  font-size: 14px;
}
.mini-cart .summary-template-holder .table tfoot .monetary,
.mini-cart .summary-template-holder .table .totalizers-list .monetary {
  color: #000 !important;
  padding: 1.5em 1.5em 1.5em 0 !important;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  max-width: 50%;
  text-align: right;
}
.mini-cart .summary-template-holder .table tfoot .info,
.mini-cart .summary-template-holder .table .totalizers-list .info {
  color: #000 !important;
  padding: 1.5em 0 1.5em 1.5em !important;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  max-width: 49%;
}
.mini-cart .summary-template-holder .table .totalizers-list-iva {
  font-family: "Helvetica-Light";
}
.mini-cart .summary-template-holder .table .totalizers-list-iva tr {
  display: flex;
  flex-direction: row-reverse;
}
.mini-cart .summary-template-holder .table .totalizers-list-iva tr .iva-text {
  color: #000 !important;
  padding: 1.5em 0 1.5em 1.5em !important;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  max-width: 49%;
  font-size: 14px;
}
.mini-cart .summary-template-holder .table .totalizers-list-iva tr .iva-value {
  color: #000 !important;
  padding: 1.5em 1.5em 1.5em 0 !important;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  max-width: 50%;
  text-align: right;
  font-size: 14px;
}
.mini-cart .summary-template-holder .table tfoot .monetary,
.mini-cart .summary-template-holder .table tfoot .info {
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.mini-cart .summary-template-holder .table tfoot .monetary .concurrency-totalizer-total,
.mini-cart .summary-template-holder .table tfoot .info .concurrency-totalizer-total {
  box-sizing: border-box;
  padding: 0 !important;
}
.mini-cart button#payment-data-submit {
  color: #fff !important;
}
.mini-cart button#payment-data-submit * {
  color: #fff !important;
}
.mini-cart .verification-checkboxes .box-newsletter,
.mini-cart .verification-checkboxes .privacy-policy,
.mini-cart .verification-checkboxes .terms-and-conditions {
  padding: 8px 4px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.mini-cart .verification-checkboxes .box-newsletter a,
.mini-cart .verification-checkboxes .privacy-policy a,
.mini-cart .verification-checkboxes .terms-and-conditions a {
  text-decoration: underline;
}
.mini-cart .verification-checkboxes .box-newsletter a:hover,
.mini-cart .verification-checkboxes .privacy-policy a:hover,
.mini-cart .verification-checkboxes .terms-and-conditions a:hover {
  text-decoration: underline;
}
.mini-cart .verification-checkboxes .box-newsletter label,
.mini-cart .verification-checkboxes .privacy-policy label,
.mini-cart .verification-checkboxes .terms-and-conditions label {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.mini-cart .verification-checkboxes .box-newsletter label input[type=checkbox],
.mini-cart .verification-checkboxes .privacy-policy label input[type=checkbox],
.mini-cart .verification-checkboxes .terms-and-conditions label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mini-cart .verification-checkboxes .box-newsletter label input[type=checkbox]:checked ~ .checkmark,
.mini-cart .verification-checkboxes .privacy-policy label input[type=checkbox]:checked ~ .checkmark,
.mini-cart .verification-checkboxes .terms-and-conditions label input[type=checkbox]:checked ~ .checkmark {
  background-color: #ffffff;
}
.mini-cart .verification-checkboxes .box-newsletter label span.checkmark,
.mini-cart .verification-checkboxes .privacy-policy label span.checkmark,
.mini-cart .verification-checkboxes .terms-and-conditions label span.checkmark {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #707070;
  margin-right: 0.5em;
}
.mini-cart .verification-checkboxes .box-newsletter label span.checkmark:after,
.mini-cart .verification-checkboxes .privacy-policy label span.checkmark:after,
.mini-cart .verification-checkboxes .terms-and-conditions label span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mini-cart .verification-checkboxes .box-newsletter label:hover input ~ .checkmark,
.mini-cart .verification-checkboxes .privacy-policy label:hover input ~ .checkmark,
.mini-cart .verification-checkboxes .terms-and-conditions label:hover input ~ .checkmark {
  background-color: rgb(233, 233, 233);
}
.mini-cart .verification-checkboxes .box-newsletter label input:checked ~ .checkmark:after,
.mini-cart .verification-checkboxes .privacy-policy label input:checked ~ .checkmark:after,
.mini-cart .verification-checkboxes .terms-and-conditions label input:checked ~ .checkmark:after {
  display: block;
}
.mini-cart .verification-checkboxes .box-newsletter .label,
.mini-cart .verification-checkboxes .privacy-policy .label,
.mini-cart .verification-checkboxes .terms-and-conditions .label {
  display: inline-block;
  padding: 0;
  font-size: 9px;
  font-weight: normal;
  font-family: "Chanel";
  line-height: 14px;
  color: #000;
  text-shadow: unset;
  white-space: nowrap;
  vertical-align: middle;
  background-color: unset;
}

.totalizers-list-iva .iva-value {
  display: flex;
  justify-content: flex-end;
}

.cart-template .cart-more-options {
  width: 100% !important;
  margin: 0;
}
.cart-template .summary-totalizers {
  width: 100%;
  background-color: #f6f6f6;
  /* .coupon-column {
    display: none;
  } */
}
.cart-template .summary-totalizers .table td {
  padding: 0;
  font-family: "Helvetica-Light";
}
.cart-template .summary-totalizers .table td.empty {
  width: auto;
}
.cart-template .summary-totalizers .table .totalizers-list tr {
  border: 0;
}
.cart-template .summary-totalizers .table .totalizers-list tr td:first-child {
  text-align: left;
  font-weight: 100;
  color: #888;
  font-size: 14px;
}
.cart-template .summary-totalizers .table .totalizers-list tr td.monetary {
  text-align: right;
  font-size: 14px;
  font-family: "Helvetica-Bold";
  text-transform: uppercase;
  padding-bottom: 14px;
}
.cart-template .summary-totalizers .table .totalizers-list .srp-summary-result .info {
  font-size: 0;
}
.cart-template .summary-totalizers .table .totalizers-list .srp-summary-result .info:before {
  content: "Envío";
  padding-bottom: 14px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}
.cart-template .summary-totalizers .table .totalizers-list .srp-summary-result .info .disparo-modal {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  border: 0;
}
.cart-template .summary-totalizers .table .totalizers-list .Items td {
  padding-bottom: 1em;
}
.cart-template .summary-totalizers .table tfoot tr td:first-child {
  text-align: left;
  font-family: "Chanel", sans-serif;
  font-weight: 100;
}
.cart-template .summary-totalizers .table tfoot tr td {
  padding-top: 1em;
}
.cart-template .summary-totalizers .table tfoot tr .monetary {
  white-space: nowrap;
  text-align: right;
  font-family: "Helvetica-Bold";
}
.cart-template .summary-totalizers .table tfoot tr .monetary .concurrency-totalizer-total {
  opacity: 0.5;
  padding-right: 0.4rem;
  font-weight: 100;
  font-size: 16px;
}

.loading-bg {
  position: fixed;
  margin: 0;
  opacity: 0 !important;
}
.loading-bg .loading-img .icon-spinner {
  display: none;
}

.concurrency-totalizer-total {
  display: none;
}

#cart-coupon-add {
  background-color: #000;
  border-radius: 0;
  border: 1px solid #1d1d1d;
  background-image: none;
  color: #fff !important;
  font-weight: 400;
  font-family: "Chanel";
  font-size: 11px;
}

.cart-fixed .item-unavailable {
  background-color: #000;
  color: #fff;
}
.cart-fixed .item-unavailable .top-arrow {
  border-bottom-color: #000;
}
.cart-fixed .item-unavailable i {
  color: #fff;
}

.vtex-omnishipping-1-x-addressFormPart1 .shp-alert.vtex-omnishipping-1-x-warning {
  border: 1px solid #000;
}

.shp-alert-icon.vtex-omnishipping-1-x-unavailableIcon {
  border: 1px solid #000 !important;
}

.shp-alert-icon.vtex-omnishipping-1-x-unavailableIcon svg g {
  fill: #000;
}

#unavailable-delivery-disclaimer span #remove-unavailable-items {
  color: #000 !important;
}

.totalizers-list-iva .iva-text {
  text-align: left;
  font-weight: 100;
  color: #888888;
  font-size: 14px;
}
.totalizers-list-iva .iva-value {
  text-align: right;
  font-size: 14px;
  font-family: "Helvetica-Bold" !important;
  text-transform: uppercase;
}

.empty-cart-content {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
}
.empty-cart-content h2.empty-cart-title {
  margin: 1rem 0;
  font-size: 1.5rem;
}
.empty-cart-content div.empty-cart-message p {
  font-size: 0;
}
.empty-cart-content div.empty-cart-message p::before {
  font-size: 13px;
  content: "Navegue por las categorías del sitio para encontrar productos";
}

.orderform-template.active {
  margin-top: 2rem;
}
@media (max-width: 979px) {
  .orderform-template.active {
    padding: 0 4vw;
  }
}

.orderform-template-holder #client-profile-data,
.orderform-template-holder #payment-data,
.orderform-template-holder #shipping-data {
  width: 100%;
}
.orderform-template-holder #client-profile-data .step.accordion-group.client-profile-data {
  padding-top: 0;
}
.orderform-template-holder .step.accordion-group {
  border: 1px solid #000;
  border-radius: 0;
  padding: 1rem;
}
@media (max-width: 680px) {
  .orderform-template-holder .step.accordion-group {
    padding: 0 !important;
  }
}
.orderform-template-holder .step.accordion-group .notification {
  font-size: 14px;
  font-family: "Helvetica-Light";
  color: #000;
}
.orderform-template-holder .step.accordion-group .accordion-toggle-active {
  line-height: 18px;
  padding-top: 0;
  padding-bottom: 10px !important;
}
@media (min-width: 490px) {
  .orderform-template-holder #client-profile-data p.client-last-name {
    margin-right: 12px;
  }
}
@media (max-width: 490px) {
  .orderform-template-holder #client-profile-data p.client-phone {
    float: unset !important;
    width: 100%;
  }
}
.orderform-template-holder #client-profile-data p.newsletter input {
  border-radius: none;
}
.orderform-template-holder #shipping-data {
  display: none;
}
.orderform-template-holder #shipping-data .step.accordion-group {
  background-color: #fff;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-addressList {
  text-align: center;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-addressItemOption {
  background: #F4F4F4;
  border: 0;
  margin-bottom: 1em;
  text-align: left;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-addressItemOption .postalCode {
  display: none;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-addressFormPart1 .vtex-omnishipping-1-x-addressItemOption .vtex-omnishipping-1-x-svg * {
  fill: black;
}
.orderform-template-holder #shipping-data .step.accordion-group .address-edit {
  margin-top: 2rem;
}
.orderform-template-holder #shipping-data .step.accordion-group #back-to-address-list {
  padding: 0;
  border: 0 !important;
  display: inline-block;
  width: auto;
  background: transparent;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  transition: all 0.2s linear;
  outline: none;
  margin: 3em auto 1em auto;
}
.orderform-template-holder #shipping-data .step.accordion-group .address-create,
.orderform-template-holder #shipping-data .step.accordion-group .address-edit {
  border: 1px solid #000;
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 1em;
  max-width: 375px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  box-sizing: border-box;
}
.orderform-template-holder #shipping-data .step.accordion-group .address-create .vtex-omnishipping-1-x-buttonCreateAddress,
.orderform-template-holder #shipping-data .step.accordion-group .address-create .vtex-omnishipping-1-x-buttonEditAddress,
.orderform-template-holder #shipping-data .step.accordion-group .address-edit .vtex-omnishipping-1-x-buttonCreateAddress,
.orderform-template-holder #shipping-data .step.accordion-group .address-edit .vtex-omnishipping-1-x-buttonEditAddress {
  padding: 0.3em 0;
  background: #fff;
  color: #000;
  width: inherit;
  border-width: 0 0 1px 0;
  text-align: center;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  transition: all 0.2s linear;
  outline: none;
}
.orderform-template-holder #shipping-data .step.accordion-group .address-create .vtex-omnishipping-1-x-buttonCreateAddress i,
.orderform-template-holder #shipping-data .step.accordion-group .address-create .vtex-omnishipping-1-x-buttonEditAddress i,
.orderform-template-holder #shipping-data .step.accordion-group .address-edit .vtex-omnishipping-1-x-buttonCreateAddress i,
.orderform-template-holder #shipping-data .step.accordion-group .address-edit .vtex-omnishipping-1-x-buttonEditAddress i {
  display: none;
}
.orderform-template-holder #shipping-data .step.accordion-group .address-create .vtex-omnishipping-1-x-buttonCreateAddress:hover,
.orderform-template-holder #shipping-data .step.accordion-group .address-create .vtex-omnishipping-1-x-buttonEditAddress:hover,
.orderform-template-holder #shipping-data .step.accordion-group .address-edit .vtex-omnishipping-1-x-buttonCreateAddress:hover,
.orderform-template-holder #shipping-data .step.accordion-group .address-edit .vtex-omnishipping-1-x-buttonEditAddress:hover {
  border-color: #000;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList {
  border: none;
  margin-bottom: 1em;
  /*RETIRO EN TIENDA*/
  /*RETIRO EN TIENDA*/
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList label.shp-lean-option {
  background-color: #F4F4F4;
  font-family: "Helvetica-Light";
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList label.shp-lean-option[id="Recoger en Tienda"] {
  display: none !important;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList label.shp-lean-option .vtex-omnishipping-1-x-leanShippingTextLabel {
  color: #000;
  font-size: 14px;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList label.shp-lean-option .shp-option-text-package {
  font-size: 14px;
  color: #767676;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList label.shp-lean-option .vtex-omnishipping-1-x-optionPrice {
  font-size: 12px;
  color: #767676;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList #CHEAPEST {
  /*   .vtex-omnishipping-1-x-optionPrice {
      display: none;
    } */
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList #CHEAPEST div.shp-option-text.vtex-omnishipping-1-x-leanShippingText {
  /* &:after {
     content: "Lunes a Jueves: 10:00 hrs a 20:00 hrs \A Viernes y Sábados: 10:00 hrs a 20:30 hrs  \A Domingos: 11:00 hrs a 20:00 hrs \A Recibirá un correo en 2 días hábiles \A una vez que su pedido \A esté listo para recolección.";
     font-size: 12px!important;
     color: #333333;
     display: inline-block;
     white-space: pre;
  } */
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList #CHEAPEST div.shp-option-text.vtex-omnishipping-1-x-leanShippingText span {
  /* background-color: yellow;
  font-size: 0; */
}
@media (min-width: 768px) {
  .orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList #CHEAPEST {
    /*  div.shp-option-text.vtex-omnishipping-1-x-leanShippingText:after {
      content: "Lunes a Jueves: 10:00 hrs a 20:00 hrs \A Viernes y Sábados: 10:00 hrs a 20:30 hrs  \A Domingos: 11:00 hrs a 20:00 hrs \A Recibirá un correo en 2 días hábiles una vez que su pedido \A esté listo para recolección.";
     } */
  }
  .orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList #CHEAPEST .vtex-omnishipping-1-x-optionPrice {
    display: inline;
  }
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList .vtex-omnishipping-1-x-leanShippingIcon.shp-option-icon svg.vtex-omnishipping-1-x-svg path {
  fill: black;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-addressSummary.vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  background-image: none;
  border: none;
  padding: 0;
  font-weight: bold;
  margin: 1rem 0;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-addressForm .vtex-omnishipping-1-x-addressSummary.vtex-omnishipping-1-x-addressSummaryActive .vtex-omnishipping-1-x-linkEdit.link-edit {
  cursor: pointer;
  font-family: "Chanel";
  font-size: 10px;
  font-weight: normal;
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-submitPaymentButton {
  margin-left: -1rem;
  text-align: left;
}
@media (max-width: 680px) {
  .orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-submitPaymentButton {
    margin-left: 0 !important;
  }
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment {
  width: 100%;
  margin-top: 1rem;
  max-width: 300px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 979px) {
  .orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment {
    max-width: 100% !important;
  }
}
.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-submitPaymentButton #btn-go-to-payment:before {
  content: "IR AL PAGO";
  font-size: 12px;
}
.orderform-template-holder .link-box-edit {
  background-color: transparent;
}

/* Entrega Express */
.vtex-omnishipping-1-x-toggleActive {
  background-color: #000000 !important;
}

.vtex-omnishipping-1-x-svg {
  fill: black !important;
}

.vtex-omnishipping-1-x-dateLink {
  border: 1px solid #000000 !important;
  border-radius: 4px;
  color: #050505 !important;
  display: block;
  font-size: 11px;
  margin: 10px 0;
  padding: 5px 8px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: "Chanel";
}

#scheduled-delivery-Entrega-Express {
  color: #767676 !important;
  font-family: "Helvetica-Light";
  font-size: 12px;
}

.vtex-omnishipping-1-x-leanShippingOption {
  font-family: "Helvetica-Light";
  border-radius: 5px;
}

.vtex-omnishipping-1-x-leanShippingIcon.shp-option-icone {
  color: #000 !important;
  fill: black !important;
}

.vtex-omnishipping-1-x-svg {
  fill: black !important;
}

.vtex-omnishipping-1-x-leanShippingTextLabelSingle {
  color: #000 !important;
  font-size: 14px !important;
  font-family: "Helvetica-Light" !important;
}

.vtex-omnishipping-1-x-dateLinkModify {
  cursor: pointer;
  font-family: "Chanel";
  font-size: 10px !important;
  font-weight: normal;
  color: #000 !important;
}

.vtex-omnishipping-1-x-option:hover, .vtex-omnishipping-1-x-leanShippingOptionActive {
  background-color: #F4F4F4 !important;
}

.vtex-omnishipping-1-x-schedule {
  cursor: pointer;
  background-color: #F4F4F4;
  font-family: "Helvetica-Light";
  border-radius: 5px;
  font-size: 0px !important;
}

.vtex-omnishipping-1-x-schedule p {
  display: none !important;
}

.vtex-omnishipping-1-x-schedule::after {
  content: "Entrega Express";
  font-family: "Helvetica-Light";
  font-size: 14px;
  color: #000 !important;
  display: inline-block;
  margin-left: -9px;
}

.vtex-omnishipping-1-x-svg path[fill="#3386E8"] {
  fill: black !important;
}

.orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList label.shp-lean-option .vtex-omnishipping-1-x-optionPrice {
  font-size: 12px !important;
  position: relative;
}

/* .orderform-template-holder #shipping-data .step.accordion-group .vtex-omnishipping-1-x-leanShippingGroupList label.shp-lean-option .vtex-omnishipping-1-x-optionPrice::before {
    content: "Cortesía";
    font-size: 12px;
    color: #767676;
    position: absolute;
    top: 0;
    left: 0;
} */
.vtex-omnishipping-1-x-optionPrice {
  position: relative;
  margin-left: auto;
  padding-left: 10px;
  min-width: 60px;
  text-align: center;
  font-size: 0 !important;
}

/* .vtex-omnishipping-1-x-optionPrice::before {
    content: "Cortesía";
    font-size: 12px;
    color: #767676;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.container-main #orderform-title {
  font-size: 28px;
  margin: 1em 0 0 0;
  font-family: "ABChanelCorpoRegular" !important;
}
.container-main .client-pre-email {
  border: none;
  display: flex;
  flex-direction: column;
  right: 0;
  left: 0;
  padding: 1em;
  box-sizing: border-box;
}
.container-main .client-pre-email .client-email {
  margin-left: 0;
  width: 100%;
}
.container-main .client-pre-email .client-email .loading-inline {
  right: 50% !important;
  margin-right: -115px;
  top: 0 !important;
  margin-top: 0em;
}
.container-main .client-pre-email .link.link-cart {
  order: 2;
  margin-top: 1em;
  margin-bottom: 4em;
}
.container-main .client-pre-email .link.link-cart a {
  font-size: 14px;
  font-family: "Chanel";
}
.container-main .client-pre-email .pre-email {
  order: 1;
}
.container-main .client-pre-email .emailInfo {
  order: 3;
}
.container-main .client-pre-email fieldset.pre-email .client-pre-email-h {
  margin-top: 0;
  margin-bottom: 4em;
}
.container-main .client-pre-email fieldset.pre-email .client-pre-email-h label {
  margin-top: 0;
}
.container-main .client-pre-email fieldset.pre-email .client-pre-email-h label span {
  font-family: "Helvetica-Light";
  font-size: 14px;
}
.container-main .client-pre-email fieldset.pre-email .client-pre-email-h label small {
  display: none;
}
.container-main .client-pre-email fieldset.pre-email .client-email span.error {
  font-size: 12px;
  margin-top: 1em;
}
.container-main .client-pre-email fieldset.pre-email .client-email input#client-pre-email {
  height: unset;
  border: none;
  border-bottom: 1px solid #979899;
  box-shadow: none;
  max-width: 361px;
  font-size: 12px;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: "Helvetica-Light";
  transition: all 0.2s linear;
}
.container-main .client-pre-email fieldset.pre-email .client-email input#client-pre-email:focus {
  border-bottom: 2px solid #000;
}
.container-main .client-pre-email fieldset.pre-email .client-email #btn-client-pre-email {
  position: relative;
  padding: 1rem;
  width: 100%;
  max-width: 241px;
  display: block;
  margin: 2.1rem auto 0 auto;
  position: relative;
}
.container-main .client-pre-email fieldset.pre-email .client-email #btn-client-pre-email:focus {
  outline: none;
}
.container-main .client-pre-email fieldset.pre-email .client-email #btn-client-pre-email span {
  font: normal normal normal 14px/19px "Chanel", sans-serif;
  color: #fff !important;
}
.container-main .client-pre-email div.emailInfo {
  background: transparent;
  border: none;
  margin-top: 3em;
  padding: 0;
  width: auto;
  max-width: 410px;
}
.container-main .client-pre-email div.emailInfo h3 {
  font: normal normal normal 14px/19px "Helvetica-Light";
  text-align: left;
  margin-bottom: 0;
  font-weight: lighter;
  color: #000000;
}
.container-main .client-pre-email div.emailInfo .unstyled li {
  font: normal normal normal 14px/19px "Helvetica-Light";
  text-align: left;
  margin-bottom: 0;
  font-weight: lighter;
  line-height: 2rem;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.container-main .client-pre-email div.emailInfo .unstyled li .icon-ok {
  background: url(/arquivos/done_black_24dp.svg) no-repeat;
  width: 25px;
  height: 16px;
  display: inline-block;
  background-size: contain;
}
.container-main .client-pre-email div.emailInfo .unstyled li .icon-ok:before {
  display: none;
}
.container-main .client-pre-email div.emailInfo .icon-lock {
  display: none;
}

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

#custom-giftmessage-container-checkout {
  margin-top: 9px;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper {
  margin-bottom: 0;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper > p {
  font-family: "Helvetica-Light";
  color: #1d1d1d;
  font-size: 14px;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .title {
  font-family: "Chanel";
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 16px;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper > p > span {
  font-family: "Helvetica-Light";
  color: #1d1d1d;
  font-size: 14px;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  margin: 12px 0;
  font-family: "Helvetica-Light";
  cursor: pointer;
  user-select: none;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label input[type=radio]:checked ~ .giftcheckbox {
  background-color: #ffffff;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label span.giftlabel {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Helvetica-Light";
  line-height: 14px;
  color: #1d1d1d;
  text-shadow: unset;
  white-space: nowrap;
  vertical-align: middle;
  background-color: unset;
  margin-left: 0.3rem;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label span.giftcheckbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #000;
  border-radius: 100%;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label span.giftcheckbox:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #000;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label:hover input ~ .giftcheckbox {
  background-color: rgb(233, 233, 233);
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label input:checked ~ .giftcheckbox:after {
  display: block;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label .labelWrappingCard {
  display: flex;
  flex-direction: column;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label .labelWrappingCard .containerWrappingCard {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label .labelWrappingCard .containerWrappingCard .imgBackground {
  width: 5rem;
  height: 4rem;
  background-size: 5rem;
  background-position: top;
  background-repeat: no-repeat;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label .labelWrappingCard .containerWrappingCard .infoWrappingCard {
  display: flex;
  flex-direction: column;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper .label-wrapping.active {
  border: 1px solid #000;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper .label-wrapping span.giftcheckbox {
  top: auto;
  left: 0;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .selectedOption-wrapper label[for=giftMessage-1] {
  margin-bottom: 0;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .customMsg-wrapper {
  padding-left: 2em;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .customMsg-wrapper .warn {
  font-weight: bold;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .customMsg-wrapper p {
  font-family: "Helvetica-Light";
  color: #1d1d1d;
  font-size: 14px;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .customMsg-wrapper #giftMessageCustomPersonal {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ededed;
  width: auto;
  max-width: 440px;
  margin-left: 2em;
  margin-top: 1em;
  font-size: 12px;
  padding-bottom: 0.5em;
  font-family: "Helvetica-Light";
  box-sizing: border-box;
  display: inline-block;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .customMsg-wrapper #giftMessageCustomPersonal:focus {
  border-bottom: 1px solid #000;
}
#custom-giftmessage-container-checkout .giftmessage-wrapper .customMsg-wrapper small {
  width: 100%;
  max-width: 464px;
  text-align: right;
  padding-left: 3em;
  font-family: "Helvetica-Light";
  font-size: 12px;
  color: #767676;
  box-sizing: border-box;
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8f8f8;
  color: #000;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
  width: min(504px, 100% - 66px);
  animation: fade-in 0.2s ease-in-out;
}
.toast__message {
  margin: 0 1rem 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.toast__message a.toast__link {
  color: #000;
  text-decoration: underline;
  transition: color 0.2s;
}
.toast__message a.toast__link:hover, .toast__message a.toast__link:focus {
  color: black;
}
.toast__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #000;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.toast__close:hover, .toast__close:focus {
  color: black;
}
.toast--closing {
  animation: fade-out 0.2s ease-in-out;
}

.toast-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 1;
  transition: opacity 0.2s;
}
.toast-backdrop.toast-backdrop--closing {
  animation: fade-out 0.2s ease-in-out;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .toast__close {
    position: initial;
  }
}
.row-fluid .span7 {
  width: 100%;
}

.cart-select-gift-placeholder {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.cart-select-gift-placeholder .available-gift {
  margin-top: 3em;
}
.cart-select-gift-placeholder .available-gift:first-child tbody.available-gift-items {
  display: flex;
  flex-direction: column;
}
.cart-select-gift-placeholder .available-gift h2.available-gift-quantity {
  font-family: "Chanel";
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 12px;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0;
  line-height: 20px;
  text-align: left;
  display: flex;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea]) {
  order: 1;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea]) h2.available-gift-quantity::before {
  content: "ENVOLTURA";
  font-size: 16px;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=afcb8616-3c7e-42e2-b1f8-f83da06ba3a2]) {
  order: 2;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=afcb8616-3c7e-42e2-b1f8-f83da06ba3a2]) h2.available-gift-quantity {
  display: none !important;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=afcb8616-3c7e-42e2-b1f8-f83da06ba3a2]) .product-name span {
  display: inline-block !important;
  font-size: 15px;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=afcb8616-3c7e-42e2-b1f8-f83da06ba3a2]) .icon-check-sign.active,
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=afcb8616-3c7e-42e2-b1f8-f83da06ba3a2]) .icon-check-empty {
  border-radius: 50px !important;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=e967ce5e-fafe-4813-afb6-bd682f1b5c2b]) {
  order: 3;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=e967ce5e-fafe-4813-afb6-bd682f1b5c2b]) h2.available-gift-quantity::before {
  content: "MUESTRA";
  font-size: 16px;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=e967ce5e-fafe-4813-afb6-bd682f1b5c2b]) table.cart-gift-items {
  display: none;
}
.cart-select-gift-placeholder .available-gift:is([data-gift-list-id=e967ce5e-fafe-4813-afb6-bd682f1b5c2b]) table.cart-gift-items.show {
  display: block;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items {
  margin-bottom: 1rem;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items .btn-group-vertical > .btn:first-child,
.cart-select-gift-placeholder .available-gift table.cart-gift-items .btn-group-vertical > .btn:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item {
  display: inline-flex;
  flex-direction: row;
  padding: 0 1em 1em 2.5em;
  margin-bottom: 1em;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item:hover {
  color: #000;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-image {
  width: max-content;
  min-width: 30%;
  height: fit-content;
  padding: 0;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-image img {
  min-width: 90px;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-image {
    min-width: auto;
  }
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name {
  padding: 0;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name span {
  display: none;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name p {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  color: #000;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name small {
  font-size: 14px;
  font-family: "Helvetica-Light";
  text-transform: uppercase;
  display: block;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .brand-label {
  display: none;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .icon-check-empty,
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .icon-check-sign.active {
  display: inline-block;
  height: 13px;
  width: 13px;
  border: 1px solid #707070;
  border-radius: 0;
  position: absolute;
  left: 14px;
  right: initial;
  top: 12px;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .icon-check-empty::before,
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .icon-check-sign.active::before {
  display: none;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .icon-check-sign.active {
  background-color: #000;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .detalles {
  font-size: 14px;
  font-family: "Helvetica-Light";
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid transparent;
  width: max-content;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .detalles:after {
  content: "";
  background: url(/arquivos/arrow_forward_ios_black_24dp.svg) no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  margin-left: 0.1rem;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .product-name .detalles:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item .description p {
  font-size: 14px;
  font-family: "Helvetica-Light";
  color: #1d1d1d;
  text-align: left;
  box-sizing: border-box;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item.inactive {
  background-color: #fff;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item.active {
  background-color: #fff;
  box-shadow: none;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items tr.available-gift-item:hover .product-name span {
  color: #000;
}
.cart-select-gift-placeholder .available-gift table.cart-gift-items td {
  vertical-align: middle;
}
.cart-select-gift-placeholder #custom-giftmessage-container-checkout {
  order: 2;
  min-height: 112px;
}
.cart-select-gift-placeholder #custom-giftmessage-container-checkout:has(.customMsg-wrapper) {
  min-height: 224px;
}
.cart-select-gift-placeholder .available-gift[data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea] table.cart-gift-items {
  width: 100%;
  box-sizing: border-box;
}
.cart-select-gift-placeholder .available-gift[data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea] table.cart-gift-items tr.available-gift-item {
  margin: calc(0.5rem + 12px) 0 calc(1em + 12px);
  display: inline-flex;
  flex-direction: row;
  padding: 0 1em 1em 2.5em;
}
.cart-select-gift-placeholder .available-gift[data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea] table.cart-gift-items tr.available-gift-item:first-child {
  margin-top: 12px;
}
.cart-select-gift-placeholder .available-gift[data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea] table.cart-gift-items tr.available-gift-item .product-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-select-gift-placeholder .available-gift[data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea] table.cart-gift-items tr.available-gift-item .product-name > span {
  font-size: 15px;
  display: inline-block;
}
.cart-select-gift-placeholder .available-gift[data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea] table.cart-gift-items tr.available-gift-item .product-name .icon-check-empty,
.cart-select-gift-placeholder .available-gift[data-gift-list-id=ac96142f-0f15-442b-a155-cc72e1b4a7ea] table.cart-gift-items tr.available-gift-item .product-name .icon-check-sign.active {
  border-radius: 50px;
  top: calc(50% - 0.4em);
  transform: translateY(-50%);
}

#toggle-samples-container {
  margin-bottom: 24px;
}
#toggle-samples-container > p {
  font-family: "Helvetica-Light";
  color: #1d1d1d;
  font-size: 14px;
}
#toggle-samples-container label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  margin: 12px 0;
  font-family: "Helvetica-Light";
  cursor: pointer;
  user-select: none;
}
#toggle-samples-container label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#toggle-samples-container label input[type=radio]:checked ~ .giftcheckbox {
  background-color: #ffffff;
}
#toggle-samples-container label span.giftlabel {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Helvetica-Light";
  line-height: 14px;
  color: #1d1d1d;
  text-shadow: unset;
  white-space: nowrap;
  vertical-align: middle;
  background-color: unset;
  margin-left: 0.3rem;
}
#toggle-samples-container label span.giftcheckbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #000;
  border-radius: 100%;
}
#toggle-samples-container label span.giftcheckbox:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #000;
}
#toggle-samples-container label:hover input ~ .giftcheckbox {
  background-color: rgb(233, 233, 233);
}
#toggle-samples-container label input:checked ~ .giftcheckbox:after {
  display: block;
}
#toggle-samples-container label input[data-active=true] ~ .giftcheckbox:after {
  display: block;
}
#toggle-samples-container label .labelWrappingCard {
  display: flex;
  flex-direction: column;
}
#toggle-samples-container label .labelWrappingCard .containerWrappingCard {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
#toggle-samples-container label .labelWrappingCard .containerWrappingCard .infoWrappingCard {
  display: flex;
  flex-direction: column;
}
#toggle-samples-container .label-wrapping.active {
  border: 1px solid #000;
}
#toggle-samples-container .label-wrapping span.giftcheckbox {
  top: auto;
  left: 0;
}
#toggle-samples-container label[for=giftWrapping-1] {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cart-select-gift-placeholder .available-gift:first-child tbody.available-gift-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
}
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-name a :is(span.product-name-301,
span.product-name-303,
span.product-name-304),
.container-main.container-cart .cart .table.cart-items tbody .product-item .product-name a span.product-name-301 {
  display: flex;
}

tr[data-gift-list-id=afcb8616-3c7e-42e2-b1f8-f83da06ba3a2] .icon-check-sign.active,
tr[data-gift-list-id=afcb8616-3c7e-42e2-b1f8-f83da06ba3a2] .icon-check-empty {
  border-radius: 50px !important;
}

body {
  margin: 0;
  padding: 0;
  min-width: 100vw;
  min-height: 100vh;
  color: #000 !important;
  font-family: "Chanel" !important;
  display: flex;
  flex-direction: column;
}
body#checkoutMainContainer {
  overflow-x: hidden;
}
@media (max-width: 979px) {
  body {
    padding-bottom: 0 !important;
  }
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*AJUSTE - RETIRO EN TIENDA*/
.container-cart,
.container-order-form {
  margin-top: 1.5rem;
}

.shipping-method-toggle-pickup .shipping-option-pickup-custom span,
.pickupCustomOptionActive {
  color: #ffffff !important;
}

.shipping-method-toggle-delivery .shipping-option-pickup-custom span,
.pickupCustomOptionInactive {
  color: #333333 !important;
}

#shipping-option-pickup-custom {
  cursor: pointer;
  background: transparent;
  border: none;
  flex: 1;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  outline: none;
  padding: 6px 0;
  transition: 0.3s;
  width: 50%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-height: 40px;
}
#shipping-option-pickup-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
}

/*SOCIAL SELLING*/
p.ssMobile {
  font-size: 8px;
  opacity: 0.2;
  cursor: pointer;
  text-decoration: underline;
}

.sb-b-codigovendedor .sb-icon,
.sb-b-codigovendedor .sb-label,
.sb-b-codigovendedor a:hover .sb-icon,
.sb-b-erasecart .sb-icon,
.sb-b-erasecart .sb-label,
.sb-b-erasecart a:hover .sb-icon,
.sb-b-whatsapp .sb-icon,
.sb-b-whatsapp .sb-label,
.sb-b-whatsapp a:hover .sb-icon,
.sb-b-link .sb-icon,
.sb-b-link .sb-label,
.sb-b-link a:hover .sb-icon,
.sb-b-gmail .sb-icon,
.sb-b-gmail .sb-label,
.sb-b-gmail a:hover .sb-icon {
  background-color: #000 !important;
  background: #000 !important;
  border-bottom: 1px solid white;
}

.swal2-styled.swal2-confirm {
  background: #000 !important;
}

.sb-divider {
  display: none !important;
}

/*SOCIAL SELLING*/
.client-phone.pull-left.text.argentina-phone {
  display: none !important;
}

.phone-box {
  display: block !important;
}

.phone-box ul {
  display: none;
}

.other-phone {
  display: block !important;
}

.client-new-phone label {
  font-size: 0 !important;
}

.client-new-phone label::after {
  content: "Teléfono / Móvil";
  margin-bottom: 0px;
  font-family: "Helvetica-Light";
  font-size: 12px;
  color: #767676 !important;
}

button#shipping-option-delivery {
  background: #000;
  width: 100% !important;
}

button#shipping-option-pickup-in-point {
  display: none !important;
}

@media (min-width: 1200px) {
  .container-cart,
.container-order-form {
    width: 100% !important;
    max-width: 1280px;
  }
}
.vtex-omnishipping-1-x-addressFormPart1 > small {
  display: none !important;
}

#shipping-data > div > div.accordion-inner.shipping-container > div > div.vtex-omnishipping-1-x-addressFormPart1 > p > small {
  display: none !important;
}

.title-giftcards,
.text-buttons-dropdown {
  font-family: "Chanel";
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 12px;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  display: flex;
}

.title-samples {
  font-family: "Chanel";
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 12px;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  display: flex;
}

.sample-item {
  display: flex;
  align-items: center;
  padding: 0 13px 13px 32.5px;
  margin-bottom: 13px;
  gap: 10px;
}

.sample-name {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  color: #000;
}

.sample-description {
  font-size: 14px;
  font-family: "Helvetica-Light";
  text-transform: uppercase;
  display: block;
}

.giftcard-details-btn,
.sample-details-btn {
  font-size: 14px;
  font-family: "Helvetica-Light";
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid transparent;
  width: max-content;
}

.giftcard-details-btn:hover,
.sample-details-btn:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #000;
}

.giftcard-details-btn::after,
.sample-details-btn::after {
  content: "";
  background: url(/arquivos/arrow_forward_ios_black_24dp.svg) no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  margin-left: 0.1rem;
}

.sample-details-btn:focus {
  color: #000000 !important;
}

.giftcard-details-btn:focus {
  color: #000000 !important;
}

#giftcard-container {
  order: 1;
  margin-top: 39px;
  /* display: none; */
}

#custom-giftmessage-container-checkout {
  /* order: 2; */
  margin-top: 39px;
}

.toggle-samples-wrapper {
  order: 3;
  margin-top: 39px;
}

#samples-container {
  order: 4;
}

.sample-checkbox {
  position: relative;
  right: 107px;
  display: inline-block;
  height: 13px;
  width: 13px;
  border: 1px solid #707070;
  border-radius: 0;
}

.sample-checkbox > input[type=checkbox] {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 12px;
}

.sample-checkbox > input[type=checkbox]:checked {
  background-color: #000000 !important;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0px;
  -webkit-appearance: none;
}

.sample-checkbox > input[type=checkbox]:focus {
  outline: none !important;
}

.sample-checkbox > input[type=checkbox]:checked {
  background-image: url(https://chanelar.vteximg.com.br/arquivos/checkbox-checkout-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: none !important;
}

.gift-checkbox {
  border: none;
}

.gift-checkbox > input[type=radio]:focus {
  outline: none !important;
}

.gift-checkbox > input[type=radio]:checked {
  display: block;
  -webkit-appearance: none;
  background-color: #000000;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}

.gift-checkbox > input[type=radio]::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #000;
}

.sample-checkbox > input[type=checkbox][disabled] {
  height: 13px;
  width: 13px;
  border-radius: 0;
}

.sample-checkbox.gift-checkbox {
  border-radius: 100%;
}

.custom-check.custom-check-gift {
  margin-top: 0px !important;
  display: block;
  width: 14px;
  height: 14px;
}

.samples-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas */
  gap: 16px; /* espacio entre tarjetas */
  padding: 11px;
}

#giftcard-list {
  grid-template-columns: repeat(1, 1fr); /* 1 columnas */
}

.sample-image img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.sample-info {
  display: flex;
  gap: 8px;
}

.sample-details p {
  margin: 0;
}

/* Estilo para items de muestra deshabilitados */
.sample-item.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.sample-item.disabled .sample-image img {
  filter: grayscale(100%);
}

.sample-item.disabled .sample-name {
  color: #999;
}

.sample-item.disabled .sample-description {
  color: #aaa;
}

.sample-item.disabled .sample-checkbox input[type=checkbox] {
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .samples-list {
    grid-template-columns: 1fr;
  }
}
#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.giftcard-elegido {
  margin-top: 3rem;
}

.giftcard-elegido > p {
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.giftcard-elegido > span {
  font-size: 14px;
  font-family: "Helvetica-Light";
  color: #000;
}

.product-item > td > a {
  cursor: default !important;
}

.product-item > .product-name > a {
  cursor: default !important;
}

.product-item > .product-name > a:hover {
  cursor: default !important;
  text-decoration: none !important;
}

/* Envolturas no seleccionadas */
.sample-item.gift-not-selected {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.sample-item.gift-not-selected .sample-image img {
  filter: grayscale(1);
}

.sample-item.gift-not-selected .custom-check-gift {
  opacity: 0.4;
}

.sample-item.gift-not-selected .sample-details {
  opacity: 0.7;
}

/**
Corrections
**/
.vtex-pickup-points-modal-3-x-modalTitle {
  font-size: 0;
}
.vtex-pickup-points-modal-3-x-modalTitle::before {
  font-size: 16px;
  content: "Elija un punto de recolección";
}

h2.vtex-pickup-points-modal-3-x-searchAloneTitle {
  font-size: 0 !important;
}
h2.vtex-pickup-points-modal-3-x-searchAloneTitle::before {
  font-size: 28px;
  content: "Buscar puntos de recolección";
}

.srp-content.onda-v1 .srp-items {
  font-size: 0;
}

.full-cart .summary-totalizers .monetary {
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 490px) {
  body .container h1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 24px;
  }
}
.vtex-social-selling.sb-ready {
  display: none;
}

.iframe-credit-card-payment-group {
  background: #fff;
}
.iframe-credit-card-payment-group .AddressToggle input {
  width: initial !important;
  display: none;
}
.iframe-credit-card-payment-group .AddressToggle input + label:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #707070;
  margin-right: 0.5em;
}
.iframe-credit-card-payment-group .AddressToggle input + label:hover:before {
  background-color: rgb(249, 243, 243);
}
.iframe-credit-card-payment-group .AddressToggle input:checked + label {
  position: relative;
}
.iframe-credit-card-payment-group .AddressToggle input:checked + label:hover:before {
  background-color: transparent;
}
.iframe-credit-card-payment-group .AddressToggle input:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.iframe-credit-card-payment-group p {
  margin-bottom: 2em;
}
.iframe-credit-card-payment-group .CardForm .PaymentCardFlags {
  margin-bottom: 4px;
}
.iframe-credit-card-payment-group .CardForm:before {
  content: "INTRODUCE TUS DATOS";
  font-size: 14px;
  font-family: "Chanel";
  margin-bottom: 2em;
  display: inline-block;
}
.iframe-credit-card-payment-group .SavedCardsList {
  width: 97%;
}
.iframe-credit-card-payment-group .SavedCardsList .card-flags {
  margin-top: 0;
}
.iframe-credit-card-payment-group .SavedCard .card-label {
  font-size: 11px;
  white-space: break-spaces;
}
.iframe-credit-card-payment-group .SecurityEnvironmentIcon {
  display: none;
}
.iframe-credit-card-payment-group .Warning {
  font-family: "Helvetica-Light";
}
.iframe-credit-card-payment-group .PaymentCardCVV input {
  max-width: 200px;
}
.iframe-credit-card-payment-group .PaymentCardCVV .PaymentCardCVVHelp {
  font-family: "Arial";
  font-size: 9px;
}
.iframe-credit-card-payment-group .PaymentCardNumber input, .iframe-credit-card-payment-group .PaymentCardCVV input {
  font-family: "Helvetica-Light";
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  height: auto;
  text-align: left;
}
.iframe-credit-card-payment-group input, .iframe-credit-card-payment-group select {
  opacity: 0.8;
  border: none;
  border-bottom: 1px solid #6d6d6d;
  box-shadow: none;
  font-family: "Helvetica-Light";
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  outline: none;
  max-width: 100%;
}
.iframe-credit-card-payment-group input:focus, .iframe-credit-card-payment-group select:focus {
  outline: none;
}
.iframe-credit-card-payment-group input {
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  height: auto;
  font-family: "Helvetica-Light";
  font-size: 12px;
}
.iframe-credit-card-payment-group label {
  font-family: "Helvetica-Light";
  color: #767676 !important;
}
.iframe-credit-card-payment-group label.FormFieldLabel {
  width: auto;
  display: block;
  margin-right: 0.5em;
}
.iframe-credit-card-payment-group .card-flags {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  margin-top: 2em;
}
.iframe-credit-card-payment-group .card-flags label {
  width: auto;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.iframe-credit-card-payment-group .card-flags label input {
  accent-color: #000;
  font-family: "Helvetica-Light";
  font-size: 12px;
  margin-right: 0 !important;
}
.iframe-credit-card-payment-group .card-flags label .card-flag {
  background: none;
  text-indent: inherit;
  font-family: "Chanel", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  width: min-content;
  color: #000000;
}
.iframe-credit-card-payment-group .BillingAddress h5 {
  display: none;
}
.iframe-credit-card-payment-group .ChangeNumberOfPayments {
  display: none;
}
.iframe-credit-card-payment-group .help.error {
  font-size: 10px;
  opacity: 0.8;
  font-family: "Helvetica-Light";
}

.payment-iframe-loading {
  display: none;
}