#content {
    background-color: #fff;
  }
  
  #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: #000000;
    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: #95a5a6;
  }
  
  #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: 49.2px;
    height: 41.33px;
    background: #fe5000;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    border-radius: 30px;
    margin-right: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #checkoutBackArrow {
    position: relative;
    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: 500;
    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:500;
    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;
    border-radius: 30px;
  }
  
  .checkoutStep.currentStep {
    background: #1b459c;
    color: #fff;
  }
  
  .checkoutDivider {
    position: relative;
    float: left;
    width: 35px;
    height: 0.7px;
    background-color: #545454;
  }
  
  #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;
    background: #fdfdfd;
    border: 0.7px solid #545454;
    border-radius: 6px;
  }
  
  .flex-column {
    display: flex;
    flex-direction: column;
  }
  
  #checkoutSummaryContainer {
    position: relative;
    float: left;
    width: 298px;
    height: auto;
    margin-top: 70px;
    border-radius: 10px;
    border: 0.7px solid #545454;
    overflow: hidden;
  }
  
  #checkoutSummaryTitle {
    position: relative;
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 33px;
    align-items: center;
    color: #1b459c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12.793px;
    background: #1b459c;
  }
  
  .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:  #545454;
    font-weight: 600;
  }
  
  #checkoutButtonContainer {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    z-index: 0;
    float: left;
    /* top: -10px; */
    height: auto;
    margin-top: 15px;
  }
  
  #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%;
    background: #fe5000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 0 10px;
  }
  
  .checkoutContinue.disabled {
    background-color: #ececec;
    color: #c2c2c2;
    cursor: not-allowed;
  }
  
  #termsAndConditions {
    font-weight: 400;
    font-size: 11.1245px;
    text-decoration-line: underline;
    color: #000000;
    margin-top: 30px;
    cursor: pointer;
  }
  
  #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: #95a5a6;
    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: #7097b8;
    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: #545454;
    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;
  }
  
  #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: 768px) {
    #checkoutMain{
      border: transparent;
      padding: 0;
      width: 100%;
      min-height: auto;
    }
    .whatsAppWebContainer {
      display: none !important;
    }
    #checkoutCenteredContent {
      width: 90%;
      margin-top: 35px;
      min-width: 0px;
    }
    #checkoutStatusBar {
      padding-bottom: 10px;
    }
    #checkoutMainContainer {
      width: 100%;
      box-shadow: none;
    }
    #checkoutBack {
      width: 20px;
      margin-right: 10px;
      border-radius: 5px;
    }
    #checkoutBackText {
      display: none;
    }
    .checkoutStep {
      width: calc((100% - 30px - 30px) / 3);
      font-size: 12px;
      border-radius: 10px;
    }
    .checkoutDivider {
      width: 15px;
      height: 8px;
      background: transparent;
    }
    #checkoutSummaryContainer {
      top: 15px;
      position: relative;
      bottom: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      z-index: 1;
      width: calc(100% - 2px);
      /* 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;
      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;
      align-items: center;
      justify-content: center;
    }
    .checkoutSummaryRow.bottomBar {
      display: block;
      width: 40%;
      height: auto;
      margin-left: 0;
    }
    #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; */
    }
    #footerBottom {
      margin-bottom: 30px;
  }
    #addCoupon {
      height: 25px;
      line-height: 25px;
    }
    .checkoutSummaryRow {
      margin-top: 0;
    }
    #isGift {
      margin-top: 0%;
    }
    #footerDummy {
      height: 60px !important;
      bottom: 0 !important;
    }
    #giftRow {
      margin-top: 10px;
    }
    #checkoutButtonContainer {
      margin-top: 15px;
    }
    .changeCurrencyContainer {
      float: none;
    }
  }
  