#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;
}
img.closePopupChangeAddress {
  position: absolute;
  right: 2%;
  top: 27px;
  cursor: pointer;
}
.popupChangeAddressBackground {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  width: 100vw;
  height: calc(100%);
  z-index: 1000;
  margin-right: auto;
  background-color: rgb(0, 0, 0, 0.4);
}
#popupChangeAddress {
  background-color: black;
  display: block;
  width: 100%;
  top: 0;
  position: absolute;
  margin-top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title {
  font-size: 25px;
  margin-top: 17px;
}
#shippingMapInput {
  height: 20px;
  line-height: 20px;
  width: 250px;
  margin-bottom: 0;
}
.shippingLabel {
  color: white;
  font-weight: 100;
  margin-bottom: 8px !important;
  height: 20px;
  float: none;
  font-size: 13px;
}
#shippingMapSubtitle {
  font-size: 13px;
}
.optionsDiv {
  margin-top: 13px;
  padding: 0;
}
.changeAddress {
  background-color: var(--primary-color-one);
  color: var(--primary-color-two);
  cursor: pointer;
  line-height: 30px;
  border-radius: 5px;
  width: 92%;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.storeAddress {
  font-weight: 100;
  color: black;
  font-size: 12px;
}
#checkoutMainContainer {
  position: relative;
  float: left;
  width: calc(100% - 320px);
  height: auto;
  margin-right: 20px;
}
#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;
  line-height: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  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: 85px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  display: flex;
  border-radius: 30px;
  margin-right: 45px;
  cursor: pointer;
  line-height: 26px;
  align-items: center;
  justify-content: center;
}
#checkoutBackArrow {
  position: relative;
  margin-left: 0;
  height: 15px;
  display: block;
  color: var(--primary-color-one);
}

#checkoutBackText {
  position: relative;
  margin-left: 8px;
  font-weight: 600;
  font-size: 16px;
}

.checkoutStep {
  position: relative;
  float: left;
  width: calc((100% - 150px - 70px) / 3);
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  background-color: #ffffff24;
  color: #544e7a;
  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;
  border-radius: 30px;
}
.checkoutDivider {
  position: relative;
  float: left;
  width: 25px;
  height: 5px;
  background-color: #ededed;
}
#checkoutMain {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  padding: 15px;
  right: 0;
  top: 0;
  height: auto;
  background-color: #ffffff24;
  border-radius: 10px;
  min-height: 200px;
  box-shadow: 4px 4px 30px rgb(0 0 0 / 10%);
}
.quantityContainer {
  color: white;
}
#quantity {
  background: transparent;
}
#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: var(--amarillo);
  text-align: center;
  line-height: 33px;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
}
.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: #ffffff24;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}
.checkoutSummaryLabel {
  position: relative;
  font-size: 13px;
  color: white;
  font-weight: lighter;
}
#checkoutButtonContainer {
  position: relative;
  width: 100%;
  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;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 3px solid var(--amarillo);
  background-color: var(--amarillo);
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  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;
}
#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: black;
  font-size: 12px;
}
#couponText {
  position: relative;
  float: left;
  width: 91%;
  height: 30px;
  background-color: #f3f3f3;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: blac;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 100;
}
#addCoupon {
  position: absolute;
  float: right;
  width: 30%;
  text-align: center;
  right: 0px;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: white;
  background-color: var(--amarillo);
  cursor: pointer;
}
#couponRow {
  position: relative;
  width: 100%;
  height: 25px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

#couponRowTitle {
  position: relative;
  color: black;
  font-size: 12px;
  font-weight: 100;
  width: 60px;
}
#appliedCoupon {
  position: relative;
  width: calc(65% - 60px);
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
}
.checkoutSummaryRow.addressDiv .checkoutSummaryLabel {
  color: black;
  font-weight: 600;
  margin-right: 5px;
}
#appliedCouponAmount {
  position: relative;
  width: 22%;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: black;
}
#deleteCoupon {
  position: relative;
  width: 8%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-left: 5%;
  height: 80%;
  background-color: var(--primary-color-one);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .5s all ease-in-out;
}
.checkoutSummaryRow.addressDiv .checkoutSummaryLabel {
  color: black;
  font-weight: 400;
}
#deleteCoupon:hover {
  background-color: var(--primary-color-two);
}
#deleteCoupon:hover #deleteCouponImg{
  color: var(--primary-color-one);
}
#deleteCouponImg {
  position: relative;
  width: 7px;
  color: var(--primary-color-two);
  transition: .5s all ease-in-out;
}
.checkoutSummaryRow {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}
.checkoutSummaryRow .checkoutSummaryLabel {
  float: left;
}
.checkoutSummaryValue {
  position: relative;
  float: right;
  font-size: 15px;
  color: white;
  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;
}
.checkoutSummaryRow.addressDiv {
  background: #f3f3f3;
  padding: 10px;
  width: calc(100% - 20px);
}
#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: 12px;
  float: left;
  width: 100%;
  text-align: center;
}
#shippingRow {
  position: relative;
  margin-top: 15px;
  height: 25px;
}
#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;
}
@media all and (max-width: 1100px) {
  .whatsAppWebContainer {
    display: none !important;
  }

  #checkoutCenteredContent {
    width: 90%;
    margin-top: 20px;
    min-width: 0px;
    margin-bottom: 90px;
  }
  #checkoutStatusBar {
    padding-bottom: 10px;
  }
  #checkoutMain {
    width: calc(100% - 32px);
    padding: 15px 15px 0 15px;
  }
  #checkoutMainContainer {
    width: 100%;
    box-shadow: none;
  }
  #checkoutBack {
    width: 75px;
    margin-right: 10px;
    justify-content: center;
  }
  #checkoutBackArrow {
    margin-left: 0;
    height: 10px;
  }
  #checkoutBackText {
    display: block;
    margin-left: 7px;
    font-size: 11px !important;
  }
  .checkoutStep {
    width: calc((100% - 30px - 30px) / 3);
    font-size: 11px;
  }
  .checkoutDivider {
    width: 15px;
  }
  #checkoutSummaryContainer {
    top: 15px;
    position: relative;
    bottom: 0px;
    z-index: 1;
    width: calc(100% - 2px) !important;
    left: 0px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
    background-color: #ffffff24;
  }
  #checkoutBottomBar {
    height: 60px;
    float: left;
    width: 90%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 10px 10px 0px 0px;
    z-index: 3;
    opacity: 1;
    box-shadow: -1px -3px 10px 0px rgba(0, 0, 0, 0.07);
    background: white;
    display: flex;
    align-items: center;
    padding: 10px 5%;
    justify-content: space-between;
  }
  .checkoutSummaryRow.bottomBar {
    display: block;
    width: fit-content;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  #checkoutButtonContainer {
    display: none;
  }
  #checkoutButtonContainer.bottomBar {
    display: block;
    width: fit-content;
    height: 40px;
    margin-top: 0;
  }
  #checkoutButtonContainer.bottomBar .checkoutContinue {
    font-size: 18px;
    margin-top: 0;
    padding: 5px 25px;
    width: auto;
    font-weight: 900;
  }
  #checkoutSummary {
    min-height: 0px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  #addCouponRow {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #couponText {
    height: 40px;
  }
  #footer {
    display: none;
  }
  #addCoupon {
    height: 40px;
    line-height: 40px;
  }
  .checkoutSummaryRow {
    margin-top: 8px;
    margin-bottom: 15px;
  }
  #isGift {
    margin-top: 0%;
  }
  #footerDummy {
    height: 60px !important;
    bottom: 0 !important;
  }
  #giftRow {
    margin-top: 10px;
  }
  .checkoutSummaryRow.addressDiv {
    background: #f3f3f3;
    padding: 10px;
    width: calc(100% - 20px);
  }
  #checkoutButtonContainer {
    margin-top: 15px;
  }
  .popupChangeAddressBackground {
    height: calc(100% - 74px);
  }

  #popupChangeAddress {
    height: 100vh;
  }
  .checkoutSummaryLabel{
    margin-right: 5px;
  }
}
