.hiddenElement {
  display: none !important;
}

.whatsAppWebLogo{
  display: none;
}

.checkoutContainer {
  display: flex;
  grid-template-columns: 6fr 3fr;
  height: 100%;
  justify-content: space-between;
}

.checkoutContainer.plainBudgetWeb {
  display: block;
}

.leftInfoContainer {
  margin: 0 auto;
  overflow: auto;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}

.leftInfoContainerCurrent,
.lunaLink {
  max-width: 850px;
  margin: 0 auto;
  width: 90%;
}

.rightInfoContainer {
  grid-column: 2 / 4;
  width: 100%;
  background: var(--items-background);
  overflow: auto;
  max-width: 530px;
  width: 40%;
}

.cartSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  margin-top: 1px;
  margin-bottom: 1px;
}

.checkoutPopupContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  align-items: center;
  justify-content: center;
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .checkoutPopupContainer {
      height: 100vh;
    }
  }
}

.visibleFlex {
  display: flex !important;
}

.checkoutPopupBody {
  position: relative;
  min-width: 400px;
  height: auto;
  overflow: hidden;
  background: white;
  border-radius: 24px;
  padding: 20px;
}

#elPaisPopupContainer .checkoutPopupBody,
#lunaPuntosPopupContainer .checkoutPopupBody,
#itauMillasPopupContainer .checkoutPopupBody,
#paymentLinkPopupContainer .checkoutPopupBody {
  width: 400px;
}

#multiplePaymentsPopupContainer .checkoutPopupBody {
  width: 480px;
  padding: 20px 30px;
}

.checkoutPopupClose {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-weight: 600;
}

#elPaisPopupContainer .elPaisLogoContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#elPaisPopupContainer .elPaisLogo {
  width: 100px;
}

.checkoutPopupTitle {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: var(--secondary-font-weight);
}

.checkoutPopupTitle.productPriceDetailsPopup,
.checkoutPopupTitle.paymentLinkPopup,
.checkoutPopupTitle.elPaisPopup {
  text-transform: none;
  text-align: left;
  font-size: 25px;
  margin-bottom: 30px;
  width: 100%;
  margin: 20px auto 20px auto;
}

.checkoutPopupTitle.paymentLinkPopup,
.checkoutPopupTitle.multiplePayment {
  background-color: var(--items-background);
  height: 52px;
  border-radius: 100px;
  margin: 0 0 25px 0;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  width: 60%;
}

.checkoutPopupTitle.multiplePayment {
  background-color: transparent;
  width: 100%;
  text-transform: none;
  font-size: 26px;
  margin-bottom: 10px;
}

.checkoutPopupTitle.paymentLinkPopup figure {
  background: #002946;
  border-radius: 100%;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.checkoutPopupTitle.paymentLinkPopup figure img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(8%) hue-rotate(133deg) brightness(102%) contrast(104%);
}



.checkoutPopupTitle.productPriceDetailsPopup {
  margin: 20px auto 0 auto;
}

.checkoutPopupSubtitle {
  width: 100%;
  margin: 10px auto 20px;
}

.checkoutPopupTitle.elPaisPopup {
  margin-top: 15px;
  text-align: center;
}

#giftMessageText {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: block;
  resize: none;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin-top: 20px;
  height: 114px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  font-size: 13px;
}

.checkoutPopupTextContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.checkoutPopupTextContainer .textRow {
  margin-bottom: 10px;
  width: 87%;
  text-align: center;
  margin: 0px auto 10px;
}

.checkoutPopupTextContainer .textRow {
  width: 100%;
}

.checkoutPopupTextContainer .textRow.multiplePayment {
  text-align: left;
}

.checkoutPopupTextContainer .textRow.multiplePayment.disclaimerText {
  margin-bottom: 0;
  font-size: 12px;
}

.paymentLinkTotal {
  font-weight: 500;
  font-size: 14px;
}

.paymentLinkTotal.multiplePayment {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
}

.multiplePaymentAmountContainer .currency {
  font-weight: 500;
  font-size: 14px;
}

span.alertSpan {
  color: #FF3433;
  font-size: 12px;
  font-weight: 400;
}

#lunaPuntosPopupContainer .textRow:nth-child(3) {
  justify-content: center;
  font-size: 20px;
}

.text.simpleText b {
  font-weight: 200;
}

.textRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boldText {
  font-weight: var(--secondary-font-weight);
}

#paymentLinkPopupContainer .textRow .smallText {
  font-weight: 400;
  font-size: 12px;
}

.negativeValue {
  color: #d30000;
}

.checkoutPopupActionButton {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base-checkout);
  color: var(--btn-font);
  text-transform: uppercase;
  font-weight: var(--secondary-font-weight);
  cursor: pointer;
}

#giftNoMessageButton {
  position: relative;
  text-align: center;
  margin-top: 15px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.paisDataContainer,
.paymentLinkDataContainer,
.multiplePaymentDataContainer {
  width: 100%;
  height: 45px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.paymentLinkDataContainer,
.multiplePaymentDataContainer {
  border: none;
  background-color: var(--items-background);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 16px;
  font-weight: var(--secondary-font-weight);
  margin-bottom: 15px;
}

.multiplePaymentDataContainer.multiplePayment {
  flex-direction: column;
  height: auto;
  background-color: transparent;
  padding: 0;
}

.multiplePaymentColumn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

.multiplePaymentAmountContainer {
  display: flex;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  width: 30%;
  height: 95%;
  align-items: center;
  justify-content: space-evenly;
}

.multiplePaymentAmountInputContainer {
  display: flex;
  align-items: center;
  width: 60%;
}

#multiplePaymentAmountToPay {
  background: #F8F8F8;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}

.multiplePaymentButton {
  margin-top: 0;
}

.paisDataContainer.slider {
  border: unset;
  height: unset;
  margin: 0px;
  margin-bottom: 20px;
}

.paisInput {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  text-indent: 10px;
}

#elPaisPopupContainer .checkoutPopupActionButton {
  background-color: #005ca9;
  color: white;
  border: 1px solid #005ca9;
  transition: .5s all ease-in-out;
}

#elPaisPopupContainer .checkoutPopupActionButton:hover {
  background-color: transparent;
  color: #005ca9;
}

.lunaLink {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
}

.copyright {
  font-size: 12px;
  line-height: 11px;
  margin-right: 7px;
}

.lunaLogo {
  width: 35px;
  height: auto;
}

/* .leftInfoContainerCurrent{
  width: 100%;
  padding: 10px 10px 20px 10px;
  font-weight: 400;
  height: fit-content;
  border-radius: 20px;
  background: var(--items-background);
} */

.previousStep,
.previousStepBilling {
  width: 100%;
  padding-bottom: 20px;
}

.previousStep a,
.previousStepBilling a {
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.previousStep a:hover,
.previousStepBilling a:hover {
  font-weight: 600;
}

.plainBudgetWeb {
  overflow: auto;
}

.plainBudgetWeb .fixedSummary {
  position: unset;
  background: unset;
  border-top: unset;
  padding: 0 0 40px 0;
}

.plainBudgetWeb .leftInfoContainer {
  padding-bottom: 40px !important;
}

.plainBudgetWeb .rightInfoContainer {
  width: 40%;
  max-width: unset;
  background: unset;
  margin: auto;
  min-width: 560px;
  position: unset;
  box-shadow: unset;
  border-top: unset;
}



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

  .leftInfoContainer {}
}



/* Media general estructura checkout */
@media only screen and (max-width: 1100px) {
  .plainBudgetWeb .rightInfoContainer {
    width: 100%;
    margin: auto;
    min-width: unset;
    position: fixed;
    box-shadow: 0px -4px 9px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--lighter-base);
    padding: 20px 5%;
    max-width: unset;
    background: white;
  }

  .plainBudgetWeb .cartContinueSection {
    width: 100%;
  }

  .plainBudgetWeb .containerBottomExtraInfo {
    display: none !important;
  }

  .lunaLink {
    justify-content: center;
  }

  .leftInfoContainerCurrent {
    width: 100%;
    max-width: unset;
  }

  .checkoutContainer {
    display: flex;
    flex-direction: column;
  }


  .leftInfoContainer {
    width: 100%;
    margin: 0 auto;
    padding-block: 0;
    height: 100%;
  }

  .rightInfoContainer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px -4px 9px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--lighter-base);
    padding: 10px 0 5px;
    max-width: unset;
  }

  .orderProductsContainer .cartSeparator:first-child,
  .orderProductsContainer .cartSeparator:last-child {
    display: none;
  }

  #elPaisPopupContainer .checkoutPopupBody,
  #itauMillasPopupContainer .checkoutPopupBody {
    min-width: unset;
    width: 90%;
  }

  .checkoutPopupTextContainer .textRow {
    height: auto;
    width: 100%;
  }

  .checkoutPopupTitle.productPriceDetailsPopup {}

  #couponsMessageDivContainer .formElement {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
    position: relative;
  }

  #couponsMessageDivContainer .formElement .messageError {
    position: absolute;
  }

  #couponsMessageDivContainer .textRow {
    height: auto;
    text-align: center;
    width: 88%;
    margin: 15px auto 0;
  }

  #couponsMessageDivContainer #couponMessageTitle,
  #coinsMessageDivContainer #coinsnMessageTitle {
    margin-top: 20px;
  }

  #couponsMessageDivContainer .applyCouponButton {
    position: relative !important;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    margin-top: 0;
  }

  #coinsMessageDivContainer .textRow {
    justify-content: center;
    margin-bottom: 20px;
  }

  #coinsCheckboxContainer {
    width: 100%;
    min-width: unset;
  }

  #elPaisPopupContainer .checkoutPopupBody,
  #lunaPuntosPopupContainer .checkoutPopupBody {
    width: 90%;
    min-width: unset;
  }


  .coinsCheckbox {
    display: flex;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--items-background);
  }

  .coinsCheckbox {
    margin-bottom: 10px;
  }

  .coinsCheckbox:last-child {
    margin-bottom: 0;
  }

  .coinsCheckbox p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
  }

  .coinsCheckbox .radioButtonContainer.checked .radioButton {
    /* background-color: white;
    clip-path: polygon(17% 54%,
        28% 43%,
        38% 54%,
        70% 22%,
        81% 33%,
        38% 75%,
        17% 54%); */
    background: url("../../files/checkout/checked.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

}

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

  #couponsMessageDivContainer .checkoutPopupTextContainer {
    align-items: center;
  }
}
