#checkoutMain #cartTitle,
#checkoutMain2 #cartTitle {
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 17px;
  margin-top: 7px;
  display: inline-block;
  text-transform: uppercase;
}
.delayDiv {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0;
  background-color: var(--amarillo) !important;
  display: inline-block;
  color: white;
  padding: 5px;
  float: right;
  height: 25px;
  font-size: 14px !important;
  line-height: 25px;
}

#checkoutMain .cartSeparator,
#checkoutMain2 .cartSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  margin-top: 1px;
  margin-bottom: 1px;
}
.productGroup {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}
.productOption {
  display: inline-block;
  font-weight: 100;
  line-height: 16px;
}
.addressDiv {
  background: #f3f3f3;
  padding: 10px;
  width: calc(100% - 20px);
}

#checkoutMain .productRow,
#checkoutMain2 .productRow {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  overflow: hidden;
  padding: 18px 0px 10px 0;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  align-items: center;
}
.preorderBadgeLong {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.productRow img.selectArrowIcon {
  transform: none;
  height: 6px;
}

#checkoutMain .productImage,
#checkoutMain2 .productImage {
  position: relative;
  float: left;
  height: 130px;
  width: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

#checkoutMain .productInfo,
#checkoutMain2 .productInfo {
  position: relative;
  float: left;
  width: calc(44% - 70px);
  color: black;
  font-size: 13px;
  font-weight: 600;
  height: auto;
}

#checkoutMain .productName,
#checkoutMain2 .productName {
  position: relative;
  width: 70%;
  margin-bottom: 5px;
  color: black !important;
  font-weight: 300 !important;
}

#checkoutMain2 .productName {
  margin-top: 20px;
  margin-bottom: 6px;
}

#checkoutMain .productSpec,
#checkoutMain2 .productSpec {
  position: relative;
  width: 100%;
  height: 17px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 2px;
}

#checkoutMain .productQuantityDiv,
#checkoutMain2 .productQuantityDiv {
  position: relative;
  float: left;
  width: calc(17% - 22px);
  max-width: 70px;
  margin-left: 20px;
  border: 1px solid black;
  border-radius: 3px;
  height: 23px;
}

#checkoutMain2 .productQuantityDiv {
  width: calc(19% - 22px);
}

#checkoutMain .productQuantity,
#checkoutMain2 .productQuantity {
  position: relative;
  border: none;
  background-color: transparent;
  width: 100%;
  padding-left: 15px;
  font-size: 14px;
  height: 100%;
  color: black;
  font-weight: 100;
}

#checkoutMain .selectArrow,
#checkoutMain2 .selectArrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 23px;
  width: 23px;
  text-align: center;
  background-color: black;
  pointer-events: none;
  display: flex;
  align-items: center;
  background-image: none;
  justify-content: center;
}

#checkoutMain .seletArrowIcon,
#checkoutMain2 .seletArrowIcon {
  position: relative;
  width: 8px;
}
#checkoutMain .productPrice,
#checkoutMain2 .productPrice {
  position: relative;
  float: left;
  width: 110px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: black !important;
  font-weight: 600;
}

#checkoutMain .oldPrice,
#checkoutMain2 .oldPrice {
  display: block;
  position: relative;
  color: #797979;
}
#checkoutMain .oldPrice:before,
#checkoutMain2 .oldPrice:before {
  border-bottom: 1px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
}
#checkoutMain .productDelete,
#checkoutMain2 .productDelete {
  display: inline-block;
  position: relative;
  height: 20px;
  float: right;
  width: 20px;
  border: none;
  background-size: 33px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  color: unset;
  background-repeat: no-repeat;
  background-color: unset;
  cursor: pointer;
  background-size: 25px;
  border-radius: 100px;
  color: var(--primary-color-one);
  background: var(--primary-color-two);
  padding: 6px;
  width: 10px;
  height: 10px;
  transition: .5s all ease-in-out;
}

.moreQuantity,
.lessQuantity {
  background: transparent;
}

.itemQuantity {
  background: #ffffff5a;
  border: none;
}

#checkoutMain .productDelete:hover,
#checkoutMain2 .productDelete:hover {background: var(--primary-color-one);color: var(--primary-color-two);}
#checkoutMain #emptyCart,
#checkoutMain2 #emptyCart {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  color: white;
  font-weight: normal;
}
#checkoutMain2 #emptyCart {
  text-align: center;
  font-weight: unset;
}
.budgetOnly {
  width: calc(100% + 40px);
  height: 80px;
  left: -20px;
  position: relative;
  display: none;
  background-color: #fcfcfc;
}
.budgetOnlyQuantity {
  font-size: 17px;
  padding-top: 32px;
  width: fit-content;
  padding-left: 30px;
  color: #484848;
}
#checkoutContinue.budgetOnlyButton {
  width: 270px !important;
  float: right;
  margin-right: 20px !important;
  margin-top: 20px !important;
}
@media all and (max-width: 768px) {
  #checkoutMain .productRow {
    min-height: 100px;
    display: block;
    align-items: center;
    margin-right: 10px;
    height: auto;
    text-align: center;
    padding: 20px 0;
  }

  .productGroup {
    font-size: 12px;
  }

  .productOption {
    font-size: 12px;
  }

  #quantity {
    width: 90px;
  }

  #checkoutMain #cartTitle,
  #checkoutMain2 #cartTitle {
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: calc(var(--subtitle-font-size) - 3px) !important;
  }

  .checkoutSummaryLabel.couponLabelToChange {
    margin-top: 18px;
  }

  .groupDiv {
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
  }

  .itemQuantity {
    vertical-align: top;
    margin: 0 auto;
    display: inline-block;
    float: left;
    margin-right: 3%;
    /* margin-bottom: 5px; */
    margin-top: 8px;
    align-self: center;
    width: auto;
    height: 35px !important;
  }
  #checkoutMain .productImage {
    height: 120px;
    background-size: cover !important;
    background-color: transparent;
    border-radius: 5px;
    width: 120px;
    margin-right: 10px;
  }
  .checkoutSummaryLabel {
    position: relative;
    font-size: 15px;
    /* margin-left: 14%; */
    color: white;
    margin-top: 0px;
    font-weight: normal;
  }
  .lessQuantity {
    display: inline-block;
    width: 40px;
    color: white;
    background-color: transparent;
    float: left;
    height: 35px !important;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .moreQuantity {
    display: inline-block;
    width: 40px;
    color: white;
    background-color: transparent;
    float: right;
    height: 35px !important;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    line-height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  #checkoutMain .productDelete:hover,
  #checkoutMain2 .productDelete:hover {
    background-image: unset !important;
  }

  #checkoutMain .productInfo {
    margin-left: 0px;
    height: auto;
    padding-bottom: 1px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-top: 0px;
  }
  .productName,
  .productPrice {
    float: left;
    text-align: left;
    width: 51% !important;
  }
  .quatityDivs {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }

  #checkoutMain .productQuantityDiv {
    height: 20px;
    width: 21%;
    margin-left: 0px;
    margin-top: 11px;
  }

  .productQuantity {
    font-size: 13px !important;
    padding-left: 10px !important;
  }

  .selectArrow {
    height: 20px !important;
    width: 20px !important;
  }

  #checkoutMain .productPrice {
    width: 24%;
    margin-top: 7px;
    margin-left: 0px;
    font-size: 17px;
    float: right;
    text-align: right;
    vertical-align: top;
    display: inline-block;
    text-align: left !important;
    margin-right: 0;
    margin-top: 10px !important;
  }

  #checkoutMain .productDelete {
    position: relative;
    height: 35px;
    width: auto;
    line-height: 35px;
    text-align: center;
    font-weight: 100;
    color: var(--primary-color-two);
    background: var(--primary-color-one);
    padding: 0 15px;
    cursor: pointer;
    border-radius: 8px;
    vertical-align: top;
    margin: 0 auto;
    margin-left: 0px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 400;
  }
  #checkoutMain .oldPrice {
    display: none;
  }
  #checkoutMain .productPrice,
  #checkoutMain2 .productPrice {
    position: relative;
    width: 22%;
    margin-left: 0;
    text-align: center;
    color: white;
    float: left;
    font-family: "Montserrat";
    font-size: 15px;
    height: auto;
    margin-top: 0px !important;
    text-transform: lowercase;
    margin-bottom: 5px;
    line-height: 15px;
    font-weight: 400;
    vertical-align: top;
    justify-content: space-evenly;
  }

  #checkoutMain .productPrice .mobileElement,
  .productDelete.mobileElement {
    display: inline-block !important;
  }

  #checkoutMain .productInfo,
  #checkoutMain2 .productInfo {
    width: 61%;
    text-align: left;
  }
  .delayDiv {
    font-size: 11px !important;
    color: black !important;
    font-weight: 100 !important;
  }
}
