#content {
  background-color: #f8f8f8;
}

#checkoutCenteredContent {
  position: relative;
  min-width: 1000px;
  max-width: 1300px;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#checkoutBottomBar {
  display: none;
}

.changeCurrencyContainer {
  /* border: 1px solid #9a9595; */
  height: 34px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  float: left;
  position: relative;
  /* overflow: hidden; */
}

.currencyText {
  width: 30%;
  float: left;
  line-height: 34px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4b4b4b;
  border: 1px solid #d8d8d8;
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}

.selectDownIcon {
  position: absolute;
  right: 17px;
  top: 8px;
  /* transform: rotate(270deg); */
}

.selectDownIcon img {
  width: 10px;
}

.currencySelect {
  width: 69%;
  position: relative;
  float: left;
  height: 35px;
  border-radius: 0px 3px 3px 3px;
  overflow: hidden;
  z-index: 1;
  border-bottom: 1px solid #d8d8d8;
  background: white;
}

.currencySelect.open {
  height: auto;
  border: none;
}

.currencyRow:last-of-type {
  border-radius: 0px 0px 3px 3px;
  border-top: 0px;
}

.currencyRow {
  float: left;
  width: calc(100% - 2px);
  height: auto;
  line-height: 34px;
  border-radius: 0px 3px 0px 0px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  font-size: 12px;
  position: relative;
  user-select: none;
  text-indent: 10px;
  color: #4b4b4b;
}

#checkoutClosedStore {
  display: none;
  height: auto;
  border-radius: 5px;
  margin-bottom: 20px;
}

#checkoutClosedStoreIcon {
  position: relative;
  margin-left: 47%;
  margin-top: 10px;
}

#dollarDisclaimer {
  display: none;
  height: auto;
  background: #f2653a;
  color: white;
  /* border-radius: 5px; */
  margin-bottom: 20px;
}

#dollarDisclaimerText {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
}

#checkoutClosedStoreText {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
}

#checkoutMainContainer {
  position: relative;
  float: left;
  width: calc(100% - 350px);
  height: auto;
  margin-right: 50px;
}

#checkoutStatusBar {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

#checkoutContinue {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 3px solid #51d5a5;
  background-color: #51d5a5;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#checkoutBack {
  position: relative;
  float: left;
  width: 105px;
  height: 28px;
  background-color: #e3d1bd;
  color: #92746a;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  margin-right: 45px;
  cursor: pointer;
}

#checkoutBack:hover {
  color: white;
  font-weight: 600;
}

#checkoutBackArrow {
  position: relative;
  margin-left: 10px;
  height: 15px;
  display: block;
}

#checkoutBackArrowHover {
  position: relative;
  margin-left: 10px;
  height: 15px;
  display: none;
}

#checkoutBackText {
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.checkoutStep {
  position: relative;
  float: left;
  width: calc((100% - 150px - 70px) / 3);
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e9e9e9;
  color: #bebebe;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.checkoutStep.currentStep {
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.06);
  background-color: white;
  color: #5a5a5a;
}

.checkoutDivider {
  position: relative;
  float: left;
  width: 35px;
  height: 5px;
  background-color: #ededed;
}

#checkoutMain {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  padding: 20px;
  right: 0;
  top: 0;
  height: auto;
  background-color: white;
  border-radius: 6px;
  min-height: 200px;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.05);
}

.discountsDisclaimerMessagesContainer {
  display: flex;
  border-radius: 10px;
  background-color: #ececec;
  color: #5a5a5a;
  margin-top: 15px;
  flex-direction: column;
  padding: 13px;
}

.discountDisclaimer {
  min-height: 30px;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 13px;
}

#checkoutSummaryContainer {
  position: relative;
  float: left;
  width: 300px;
  height: auto;
  margin-top: 70px;
  border-radius: 6px;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.05);
}

#checkoutSummaryTitle {
  position: relative;
  width: 100%;
  height: 33px;
  background-color: #ececec;
  text-align: center;
  line-height: 33px;
  align-items: center;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.textAreaContainer {
  display: none;
}

.openTextArea {
  display: block;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}

.openGiftRow {
  border-left: 1px solid !important;
  border-top: 1px solid !important;
  border-right: 1px solid !important;
  border-bottom: 0px solid !important;
}

#textAreaAux {
  position: relative;
  height: 38px;
  background-color: #f1f1f1;
  border-radius: 4px;
  width: 89%;
  margin-left: 7px;
  margin-top: 6px;
  margin-bottom: 5px;
  color: #a3a3a3;
  padding: 7px;
  border: none;
  font-size: 11px;
}

#checkoutSummary {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  background-color: white;
  padding: 20px;
}

.checkoutSummaryLabel {
  position: relative;
  font-size: 13px;
  color: black;
  font-weight: 600;
}

#checkoutButtonContainer {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  z-index: 0;
  float: left;
  /* top: -10px; */
  height: auto;
  margin-top: 25px;
}

#checkoutMinimumAlert {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #e12525;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.checkoutContinue {
  position: relative;
  width: 100%;
  margin: 0 auto;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 3px solid #51d5a5;
  background-color: #51d5a5;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  /* overflow: hidden; */
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.checkoutContinue:not(.disabled):hover {
  background-color: white;
  color: #51d5a5;
  font-weight: 900;
}

.checkoutContinue.disabled {
  background-color: #ececec;
  color: #c2c2c2;
  cursor: not-allowed;
  border: 3px solid #ececec;
}

#addCouponRow {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cartCheckboxChecked {
  background-image: url(../../files/checkedIcon.svg);
  background-size: contain;
  width: 24px !important;
  height: 24px !important;
  border: 0px solid transparent !important;
}

.clientAddress {
  width: 100%;
  margin-top: 20px;
  background: #f3f3f3;
  padding: 8px;
  color: #3a3a3a;
  font-size: 12px;
}

#couponText {
  position: relative;
  float: left;
  width: calc(70% - 20px);
  height: 30px;
  background-color: #f3f3f3;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
  font-size: 12px;
  border-radius: 3px;
}

#addCoupon {
  position: relative;
  float: left;
  width: 30%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: white;
  background-color: #e3d1bd;
  cursor: pointer;
}

#couponRow {
  position: relative;
  width: 100%;
  height: 25px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}

#couponRowTitle {
  position: relative;
  color: black;
  font-size: 12px;
  font-weight: 600;
  width: 60px;
}

#appliedCoupon {
  position: relative;
  width: calc(65% - 60px);
  font-size: 12px;
  text-transform: uppercase;
  color: #b4b4b4;
  font-weight: 800;
}

#appliedCouponAmount {
  position: relative;
  width: 22%;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #b4b4b4;
}

.deleteCoupon {
  position: relative;
  width: 8%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-left: 5%;
  height: 80%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.deleteCoupon:hover {
  background-color: #dcdcdc;
}

#deleteCouponImg {
  position: relative;
  width: 10px;
}

.checkoutSummaryRow {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.checkoutSummaryRow .checkoutSummaryLabel {
  float: left;
}

.checkoutSummaryValue {
  position: relative;
  float: right;
  font-size: 14px;
  color: black;
  font-weight: 800;
}

#giftRow {
  height: 34px;
  margin-top: 20px;
  line-height: 38px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#isGift {
  height: 20px;
  width: 20px;
  float: left;
  border: 2px solid #c8c8c8;
  margin-left: 5px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
}

.cartCheckboxChecked {
  background-image: url("../../files/checkedIcon.svg");
  background-size: cover;
  border: 2px solid transparent;
}

.giftText {
  color: #828282;
  font-size: 13px;
  float: left;
  width: 100%;
  text-align: center;
}

#shippingRow {
  position: relative;
  border-top: 1px solid black;
  margin-top: 15px;
  height: 25px;
  border-bottom: 1px solid black;
}

#shippingRow.hidden {
  display: none !important;
}

#shippingRowTitle {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  color: black;
}

#shippingRowValue {
  position: relative;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
}

.totalRow {
  margin-top: 15px;
}

#elPaisContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 150px;
  background-color: #deefff;
  border-radius: 5px;
  margin-bottom: 15px;
  z-index: 4;
}

#elPaisText {
  color: #002f60;
  font-weight: 700;
  font-size: 11px;
  width: 61%;
  margin-left: 8%;
  float: left;
  padding-top: 15px;
  line-height: 18px;
}

#elPaisLogo {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}

#elPaisButton,
#elPaisApply {
  float: left;
  width: 66%;
  margin-left: 8%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #004a98;
  color: white;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid #004a98;
  cursor: pointer;
  margin-bottom: 20px;
}

#elPaisApply {
  margin-top: 10px;
}

#elPaisAlert {
  color: #002f60;
  font-weight: 700;
  font-size: 11px;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  float: left;
  padding-top: 15px;
  line-height: 18px;
}

#elPaisButton:hover {
  background: white;
  color: #004a98;
}

#elPaisPlease,
.elPaisLabel,
.elPaisInput,
#closeElPais,
#sendElPais,
#elPaisAlert {
  display: none;
}

#closeElPais {
  float: left;
  margin-top: 20%;
  margin-left: 10%;
  color: #002f60;
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
  cursor: pointer;
}

#sendElPais {
  float: right;
  margin-right: 10%;
  margin-top: calc(20% - 10px);
  height: 35px;
  width: 50%;
  text-align: center;
  line-height: 35px;
  color: white;
  font-weight: 700;
  background-color: #004a98;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #004a98;
  margin-bottom: 20px;
}

#deleteElPais {
  background-color: #004a98;
  position: relative;
  width: fit-content;
  height: fit-content;
  float: right;
  font-size: 14px;
  color: white;
  padding: 5px 12px;
  border-radius: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  display: none;
}

#sendElPais:hover {
  background: white;
  color: #004a98;
}

#elPaisPlease {
  float: left;
  width: 50%;
  margin-left: 25%;
  text-align: center;
  color: #002f60;
  font-weight: 700;
  margin-top: 10%;
}

.elPaisLabel {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 2%;
  color: #002f60;
  font-size: 12px;
  font-weight: 700;
}

.elPaisInput {
  width: 75%;
  margin-left: 10%;
  height: 25px;
  color: black;
  padding-left: 12px;
  font-size: 12px;
}

.freeShippingCountDownContainer,
.freeShippingInteriorCountDownContainer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 90px;
  align-items: center;
  justify-content: space-evenly;
}

.notVisible {
  display: none;
}

.toggleProgressBarContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003f99;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.toggleProgressBarContainer:hover {
  font-weight: 700;
}

.progressBar {
  background-color: #f1f1f1;
  width: 100%;
  height: 11px;
}

.progressBar-fill {
  height: 100%;
  border-radius: 16px;
}

.progressBar-fill.round,
.progressBar.round {
  border-radius: 16px;
}

.progressBar-fill.firstThirdCompletion {
  background-color: #c03415;
}

.progressBar-fill.secondThirdCompletion {
  background-color: rgb(236, 236, 18);
}

.progressBar-fill.lastThirdCompletion {
  background-color: rgb(136, 213, 21);
}

.progressBar-fill.animate {
  transition: all ease-out 500ms;
}

#shippingPrice,
#shippingPriceInterior {
  text-align: center;
  font-weight: 300;
  line-height: 17.75px;
  font-size: 14px;
}

.freeShippingAchievedText {
  color: rgb(136, 213, 21);
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .whatsAppWebContainer {
    display: none !important;
  }

  #checkoutCenteredContent {
    width: 90%;
    margin-top: 20px;
    min-width: 0px;
  }

  #checkoutStatusBar {
    padding-bottom: 10px;
  }

  #checkoutMainContainer {
    width: 100%;
    box-shadow: none;
  }

  #checkoutBack {
    width: 20px;
    margin-right: 10px;
  }

  #checkoutBackArrow {
    margin-left: 5px;
  }

  #checkoutBackText {
    display: none;
  }

  .checkoutStep {
    width: calc((100% - 30px - 30px) / 3);
    font-size: 12px;
  }

  .checkoutDivider {
    width: 15px;
  }

  #checkoutSummaryContainer {
    top: 15px;
    position: relative;
    bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
    width: 100%;
    height: auto;
    left: 0px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
    background-color: white;
    margin-bottom: 70px;
  }

  jdiv {
    display: none !important;
  }

  #checkoutSummaryTitle {
    background-color: white;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
  }

  #checkoutBottomBar {
    height: 60px;
    float: left;
    width: 100%;
    padding-top: 20px;
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    background: #ffffff !important;
    z-index: 3;
    opacity: 1;
  }

  .checkoutSummaryRow.bottomBar {
    display: block;
    width: 40%;
    height: 40px;
    margin-left: 4%;
  }

  #checkoutButtonContainer {
    display: none;
  }

  #checkoutButtonContainer.bottomBar {
    display: block;
    width: 46%;
    margin-left: 3%;
    height: 40px;
    margin-top: 0;
  }

  #checkoutButtonContainer.bottomBar .checkoutContinue {
    font-size: 13px;
  }

  #checkoutSummary {
    min-height: 0px;
    padding-top: 0;
    padding-bottom: 5px;
  }

  #addCouponRow {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #couponText {
    height: 25px;
  }

  #footer {
    display: none;
  }

  #addCoupon {
    height: 25px;
    line-height: 25px;
  }

  .checkoutSummaryRow {
    margin-top: 15px;
  }

  #isGift {
    margin-top: 0%;
  }

  #footerDummy {
    height: 60px !important;
    bottom: 0 !important;
  }

  #giftRow {
    margin-top: 10px;
  }

  #checkoutButtonContainer {
    margin-top: 15px;
  }

  .changeCurrencyContainer {
    float: none;
  }
}
