* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--primary-font);
  color: var(--base-checkout);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

:root {
  --base-checkout: #000000;
  --lighter-base: #c5c5c5;
  --secondary-checkout: #ffffff;
  --web-background-checkout: #ffffff;
  --items-background: #f8f8f8;
  --borders-color: #d0d0d0;
  --menu-font-size: 14px;
  --menu-line-height: 24px;
  --base-font-weight: 400;
  --secondary-font-weight: 600;
  --base-font-size: 14px;
  --base-line-height: 18px;
  --btn: #000000;
  --btn-hover: #ffffff;
  --btn-font: #ffffff;
  --btn-font-hover: #000000;
  --btn-border: #000000;
  --btn-border-hover: #000000;
  --btn-font-size: 16px;
  --btn-line-height: 40px;
  --header-height: 71px;
  --header-height-mobile: 70px;
  --footer-height: 55px;
  --primary-font: "ProximaNova";
  --main-border-radius: 8px;
  --secondary-border-radius: 12px;
  --error-color: #ff0000;

  --b-btn-bk-color: #0fd79b;
  /* cart continue background color */
  --b-btn-font-color: #000000;
  /* cart continue font color */
  --b-btn-h-bk-color: rgba(15, 215, 155, 0.1);
  /* cart continue background hover color (es el color de la marca con transparencia) */
  --b-btn-h-font-color: #0fd79b;
  /* cart continue font hover color */
  --b-main-bk-color: #000000;
  /* brand btns background color & steps color */
  --b-main-font-color: #ffffff;
  /* brand btns font color */
  --b-main-h-bk-color: transparent;
  /* brand btns hover background color */
  --b-main-h-font-color: #000000;
  /* brand btns hover font color */
  --b-aux-font-color: #000000;
  /* brand message font color */
  --b-aux-bk-color: rgba(0, 174, 239, 0.1);
  /* brand message background color (es el color de la marca con transparencia) */
  --b-aux-border-color: #00aeef;
  /* brand message border color */
}

input {
  border-radius: 0;
  padding: 0;
  font-weight: var(--base-font-weight);
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

.tr-2 {
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tr-3 {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tr-5 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-style {
  border-radius: var(--main-border-radius);
  color: var(--b-main-font-color);
  background: var(--b-main-bk-color);
  border: 1px solid var(--b-main-bk-color);
  transition: 0.5s all ease-in-out;
}

.clientInfoInput {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  scroll-margin-top: 40px;
}

.clientInfoInput:focus {
  background-color: white;
}

.formElement input,
.formElement select {
  overflow: hidden;
  width: 100%;
  height: 45px;
  border: 1px solid var(--borders-color);
  border-radius: var(--main-border-radius);
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  color: black;
}

#puntosRange {
  border-radius: 7px;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  margin-top: 20px;
  background:#F2F2F2;
}
#puntosRange::-webkit-slider-thumb {
   -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  border: none;
  box-shadow: none; /* Elimina cualquier sombra predeterminada */
  background: none;
  background-image: url('/files/puntosPointer.svg');
  background-size: 120%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#puntosRange::-moz-range-thumb {
  width: 31px;
  height: 31px;
  border: none;
  box-shadow: none; /* Elimina cualquier sombra predeterminada */
  background: none;
  background-image: url('/files/puntosPointer.svg');
  background-size: 120%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#itauMillasRange {
  border-radius: 7px;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  margin-top: 20px;
  background:#F2F2F2;
}
#itauMillasRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 31px;
  height: 31px;
  border: 0;
  background:transparent;
  background-image: url('../../files/checkout/itau-volar-thumb.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius:8px;
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}

#itauMillasRange::-moz-range-thumb {
  width: 31px;
  height: 31px;
  border: 0;
  background:transparent;
  background-image: url('../../files/checkout/itau-volar-thumb.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius:8px;
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}

.newClientContainer #customerEmail:disabled {
  border: 1px solid var(--borders-color);
  background: #ededed;
  margin-bottom: 10px;
  color: #828282;
}

.moreInfoI {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: calc(50% - 7px);
}

.clientInfoContainer {
  position: relative;
}

.clientInfoInputContainer {
  margin-bottom: 24px;
}

.formElement input.invalidInput,
.invalidInput input {
  border: 1px solid var(--error-color);
}

.inputErrorMessage {
  color: var(--error-color);
  margin: unset;
}

.inputErrorMessage {
  position: absolute;
  font-size: 11px;
  margin: unset;
  top: 47px;
}

.formElement.invalidInput .block {
  padding: 15px 25px;
  border-radius: var(--secondary-border-radius);
  box-sizing: border-box;
  background: var(--items-background);
}

.block div:first-of-type .rowTitle {
  margin-top: 0px;
}

#alertMessageLogo {
  max-width: 140px;
}

.alertMessageAceptar {
  background-color: var(--base-checkout);
  border: 1px solid var(--base-checkout);
  line-height: 45px;
  height: auto;
  border-radius: var(--main-border-radius);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.alertMessageDiv {
  border: 1px solid white;
  border-radius: var(--main-border-radius);
}

.alertMessageClose {
  color: var(--base-checkout);
  top: 10px;
  font-size: 25px;
  right: 14px;
}

#alertMessageMessage {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--base-checkout);
}

.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 5;
  opacity: 0;
  display: none;
}

.bkg.openFilter {
  opacity: 1;
  display: block;
}

body.open {
  overflow: hidden;
}

#content {
  width: 100%;
  min-width: unset;
  background-color: var(--web-background-checkout);
  height: calc(100svh - (var(--header-height)));
}
.whatsAppWebContainer{
  display: none!important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #content {
      height: calc(100vh - (var(--header-height)));
    }
  }
}

#header {
  height: var(--header-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--secondary-checkout);
  border-bottom: 1px solid var(--lighter-base);
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--header-height);
}

.headerRow {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.headerCol {
  flex-basis: auto;
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 530px;
  width: 40%;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
}

.headerMainCol {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
}

#headerLogoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5%;
}

#headerLogoContainer a {
  display: block;
  width: 100%;
}

#headerLogoContainer img {
  display: block;
  max-height: 50px;
  max-width: 190px;
}

#header.openMenu #headerLogoContainer {
  display: none;
}

.rightItemsContainer {
  position: relative;
  height: 20px;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  width: 100%;
  max-width: 520px;
  margin-right: 5%;
}

.checkoutSteps {
  display: grid;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  grid-template-columns: auto auto auto;
  text-transform: uppercase;
}

.checkoutSteps a,
.goBack a {
  white-space: nowrap;
  text-wrap: nowrap;
}

.disabledStep a {
  opacity: 0.3;
  cursor: default;
}

.disabledStep.selected a {
  opacity: 1;
}

.checkoutStep.selected {
  font-weight: var(--secondary-font-weight);
  color: var(--btn);
}

.checkoutStep:hover:not(.selected):not(.disabledStep) {
  border-bottom: 1px solid var(--btn);
}

.goBack {
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.goBack:hover {
  border-bottom: 1px solid var(--btn);
}

.whatsAppWebContainer {
  width: 63px;
  height: auto;
  right: 30px;
  opacity: 0;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 2;
}

.rowTitle {
  font-size: 14px;
  font-weight: var(--secondary-font-weight);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /* margin: 24px 0 10px; */
}

.completedSection .rowTitle {
  margin-bottom: 5px;
}

.rowTitleText {
  font-size: 16px;
}

.rowTitle div:first-child:not(.rowTitleText) {
  display: flex;
  align-items: center;
}

.rowBody .label {
  margin-bottom: 5px;
}

.loginText {
  position: relative;
  display: flex;
  align-items: center;
}

.loginText .moreInfoI {
  position: unset;
  width: 30px;
  display: flex;
  align-items: end;
  justify-content: end;
}

.loginText p {
  margin-right: 5px;
}

.rowBody .inputsContainer,
.rowBodyRUT .inputsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 24px;
}

.inputsContainer.hidden {
  display: none;
}

.mobile {
  display: none !important;
}

.desktop {
  display: flex !important;
}

.alertMessageAceptar:hover {
  color: var(--base-checkout);
}

.rowBodyRUT.open {
  position: relative;
}

.rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
  top: 0px;
}

.rowBodyRUT.open .checkoutFieldContainer {
  margin-top: 20px;
}

.formElement input::placeholder {
  font-size: 13px;
}

.checkoutOptions.invalidInput {
  border: 0px !important;
}

.invalidInput .checkoutOptionsTitle {
  color: red;
}

#showRecommendedProducts {
  background: #e2e2e2;
  border-radius: var(--main-border-radius);
  display: block;
  font-size: 11px;
  width: auto;
  cursor: pointer;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  float: right;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
}

@media only screen and (max-width: 1500px) {
  .headerRow {
    grid-template-columns: 3fr 2fr;
  }

  .checkoutSteps {
    gap: 20px;
  }

  .checkoutSteps a,
  .goBack a {
    font-size: 13px;
  }
}

/* Media general checkout */
@media only screen and (max-width: 1100px) {
  /* Media header checkout*/
  #headerDummy {
    height: var(--header-height-mobile);
  }

  #content {
    height: calc(100svh - (var(--header-height-mobile)));
  }

  #header {
    height: var(--header-height-mobile);
  }

  #headerLogoContainer img,
  .headerCol:first-child {
    max-height: 25px;
    width: unset;
  }

  .headerCol:last-child {
    height: auto;
    width: unset;
  }

  #headerLogoContainer {
    margin-bottom: 10px;
  }

  .headerRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px auto 10px;
    height: calc(100% - 20px);
    display: flex;
  }

  .rightItemsContainer {
    height: auto;
    margin-top: 5px;
  }

  .goBack.mobile {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*******/

  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

  .block {
    padding: 0 15px 15px 15px;
    border-radius: 15px;
  }

  .rowBody .inputsContainer,
  .rowBodyRUT .inputsContainer {
    grid-template-columns: 1fr;
  }

  .rowBody .label {
    font-size: 13px;
  }

  .rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
    top: 0px;
  }

  .rowBodyRUT.open .checkoutFieldContainer {
    margin-top: 19px;
  }

  .loginText {
    justify-content: space-between;
  }

  .pickupDateSection .rowTitleText {
    max-width: 150px;
  }
}

@media screen and (min-width: 1100px) {
  .btn-style:hover {
    color: var(--b-main-h-font-color);
    background: var(--b-main-h-bk-color);
  }

  .applyCouponButton:hover {
    background: var(--b-main-h-bk-color);
  }
}

/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pickupDateSection .rowTitleText {
    max-width: unset;
  }
}

a* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--primary-font);
  color: var(--base-checkout);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

:root {
  --base-checkout: #000000;
  --lighter-base: #c5c5c5;
  --secondary-checkout: #ffffff;
  --web-background-checkout: #ffffff;
  --items-background: #f8f8f8;
  --borders-color: #d0d0d0;
  --menu-font-size: 14px;
  --menu-line-height: 24px;
  --base-font-weight: 400;
  --secondary-font-weight: 600;
  --base-font-size: 14px;
  --base-line-height: 18px;
  --btn: #000000;
  --btn-hover: #ffffff;
  --btn-font: #ffffff;
  --btn-font-hover: #000000;
  --btn-border: #000000;
  --btn-border-hover: #000000;
  --btn-font-size: 16px;
  --btn-line-height: 40px;
  --header-height: 71px;
  --header-height-mobile: 70px;
  --footer-height: 55px;
  --primary-font: "ProximaNova";
  --main-border-radius: 8px;
  --secondary-border-radius: 12px;
  --error-color: #ff0000;

  --b-btn-bk-color: #0fd79b;
  /* cart continue background color */
  --b-btn-font-color: #000000;
  /* cart continue font color */
  --b-btn-h-bk-color: rgba(15, 215, 155, 0.1);
  /* cart continue background hover color (es el color de la marca con transparencia) */
  --b-btn-h-font-color: #0fd79b;
  /* cart continue font hover color */
  --b-main-bk-color: #000000;
  /* brand btns background color & steps color */
  --b-main-font-color: #ffffff;
  /* brand btns font color */
  --b-main-h-bk-color: transparent;
  /* brand btns hover background color */
  --b-main-h-font-color: #000000;
  /* brand btns hover font color */
  --b-aux-font-color: #000000;
  /* brand message font color */
  --b-aux-bk-color: rgba(0, 174, 239, 0.1);
  /* brand message background color (es el color de la marca con transparencia) */
  --b-aux-border-color: #00aeef;
  /* brand message border color */
}

input {
  border-radius: 0;
  padding: 0;
  font-weight: var(--base-font-weight);
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

.tr-2 {
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tr-3 {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tr-5 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-style {
  border-radius: var(--main-border-radius);
  color: var(--b-main-font-color);
  background: var(--b-main-bk-color);
  border: 1px solid var(--b-main-bk-color);
  transition: 0.5s all ease-in-out;
}

.clientInfoInput {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  scroll-margin-top: 40px;
}

.clientInfoInput:focus {
  background-color: white;
}

.formElement input,
.formElement select {
  overflow: hidden;
  width: 100%;
  height: 45px;
  border: 1px solid var(--borders-color);
  border-radius: var(--main-border-radius);
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  color: black;
}

.newClientContainer #customerEmail:disabled {
  border: 1px solid var(--borders-color);
  background: #ededed;
  margin-bottom: 10px;
  color: #828282;
}

.moreInfoI {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: calc(50% - 7px);
}

.clientInfoContainer {
  position: relative;
}

.clientInfoInputContainer {
  margin-bottom: 24px;
}

.formElement input.invalidInput,
.invalidInput input {
  border: 1px solid var(--error-color);
}

input.invalidInput::placeholder,
.inputErrorMessage,
.invalidInput input::placeholder {
  margin: unset;
}

.inputErrorMessage {
  position: absolute;
  font-size: 11px;
  margin: unset;
  top: 47px;
}

.formElement.invalidInput .block {
  padding: 15px 25px;
  border-radius: var(--secondary-border-radius);
  box-sizing: border-box;
  background: var(--items-background);
}

.block div:first-of-type .rowTitle {
  margin-top: 0px;
}

#alertMessageLogo {
  max-width: 140px;
}

.alertMessageAceptar {
  background-color: var(--base-checkout);
  border: 1px solid var(--base-checkout);
  line-height: 45px;
  height: auto;
  border-radius: var(--main-border-radius);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.alertMessageDiv {
  border: 1px solid white;
  border-radius: var(--main-border-radius);
}

.alertMessageClose {
  color: var(--base-checkout);
  top: 10px;
  font-size: 25px;
  right: 14px;
}

#alertMessageMessage {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--base-checkout);
}

.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 5;
  opacity: 0;
  display: none;
}

.bkg.openFilter {
  opacity: 1;
  display: block;
}

body.open {
  overflow: hidden;
}

#content {
  width: 100%;
  min-width: unset;
  background-color: var(--web-background-checkout);
  height: calc(100svh - (var(--header-height)));
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #content {
      height: calc(100vh - (var(--header-height)));
    }
  }
}

#header {
  height: var(--header-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--secondary-checkout);
  border-bottom: 1px solid var(--lighter-base);
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--header-height);
}

.headerRow {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.headerCol {
  flex-basis: auto;
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 530px;
  width: 40%;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
}

.headerMainCol {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
}

#headerLogoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5%;
}

#headerLogoContainer a {
  display: block;
  width: 100%;
}

#headerLogoContainer img {
  display: block;
  max-height: 30px;
}

#header.openMenu #headerLogoContainer {
  display: none;
}

.rightItemsContainer {
  position: relative;
  height: 20px;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  width: 100%;
  max-width: 520px;
  margin-right: 5%;
}

.checkoutSteps {
  display: grid;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  grid-template-columns: auto auto auto;
  text-transform: uppercase;
}

.checkoutSteps a,
.goBack a {
  white-space: nowrap;
  text-wrap: nowrap;
}

.disabledStep a {
  opacity: 0.3;
  cursor: default;
}

.disabledStep.selected a {
  opacity: 1;
}

.checkoutStep.selected {
  font-weight: var(--secondary-font-weight);
  color: var(--btn);
}

.checkoutStep:hover:not(.selected):not(.disabledStep) {
  border-bottom: 1px solid var(--btn);
}

.goBack {
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.goBack:hover {
  border-bottom: 1px solid var(--btn);
}

.whatsAppWebContainer {
  width: 63px;
  height: auto;
  right: 30px;
  opacity: 0;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 2;
}

.rowTitle {
  font-size: 14px;
  font-weight: var(--secondary-font-weight);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /* margin: 24px 0 10px; */
}

.completedSection .rowTitle {
  margin-bottom: 5px;
}

.rowTitleText {
  font-size: 16px;
}

.rowTitle div:first-child:not(.rowTitleText) {
  display: flex;
  align-items: center;
}

.rowBody .label {
  margin-bottom: 5px;
}

.loginText {
  position: relative;
  display: flex;
  align-items: center;
}

.loginText .moreInfoI {
  position: unset;
  width: 30px;
  display: flex;
  align-items: end;
  justify-content: end;
}

.loginText p {
  margin-right: 5px;
}

.rowBody .inputsContainer,
.rowBodyRUT .inputsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 24px;
}

.inputsContainer.hidden {
  display: none;
}

.mobile {
  display: none !important;
}

.desktop {
  display: flex !important;
}

.alertMessageAceptar:hover {
  color: var(--base-checkout);
}

.rowBodyRUT.open {
  position: relative;
}

.rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
  top: 0px;
}

.rowBodyRUT.open .checkoutFieldContainer {
  margin-top: 20px;
}

.formElement input::placeholder {
  font-size: 13px;
}

.checkoutOptions.invalidInput {
  border: 0px !important;
}

.invalidInput .checkoutOptionsTitle {
  color: red;
}

@media only screen and (max-width: 1500px) {
  .headerRow {
    grid-template-columns: 3fr 2fr;
  }

  .checkoutSteps {
    gap: 20px;
  }

  .checkoutSteps a,
  .goBack a {
    font-size: 13px;
  }
}

/* Media general checkout */
@media only screen and (max-width: 1100px) {
  /* Media header checkout*/
  #headerDummy {
    height: var(--header-height-mobile);
  }

  #content {
    height: calc(100svh - (var(--header-height-mobile)));
  }

  #header {
    height: var(--header-height-mobile);
  }

  #headerLogoContainer img,
  .headerCol:first-child {
    max-height: 25px;
    width: unset;
  }

  .headerCol:last-child {
    height: auto;
    width: unset;
  }

  #headerLogoContainer {
    margin-bottom: 10px;
  }

  .headerRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px auto 10px;
    height: calc(100% - 20px);
    display: flex;
  }

  .rightItemsContainer {
    height: auto;
    margin-top: 5px;
  }

  .goBack.mobile {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*******/

  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

  .block {
    padding: 0 15px 15px 15px;
    border-radius: 15px;
  }

  .rowBody .inputsContainer,
  .rowBodyRUT .inputsContainer {
    grid-template-columns: 1fr;
  }

  .rowBody .label {
    font-size: 13px;
  }

  .rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
    top: 0px;
  }

  .rowBodyRUT.open .checkoutFieldContainer {
    margin-top: 19px;
  }

  .loginText {
    justify-content: space-between;
  }

  .pickupDateSection .rowTitleText {
    max-width: 150px;
  }
}

@media screen and (min-width: 1100px) {
  .btn-style:hover {
    color: var(--b-main-h-font-color);
    background: var(--b-main-h-bk-color);
  }

  .applyCouponButton:hover {
    background: var(--items-background);
  }
}

/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pickupDateSection .rowTitleText {
    max-width: unset;
  }
}
