* {
  box-sizing: border-box;
  margin: 0;
}

body {
  width: 100%;
  background: white;
  background-color: white;
}

.custom-cart-page {
  width: 100%;
  padding: 0 4%;
  margin-top: 8px;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  gap: 38px;
}

.custom-cart-back-cta {
  width: fit-content;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  padding-right: 24px;
}

.custom-cart-page-title {
  font-family: Avigea;
  font-weight: 400;
  font-style: Regular;
  color: #084525;
  font-size: 2.6875rem;
  line-height: 102%;
  letter-spacing: -2%;
}

.custom-cart-main {
  display: flex;
  width: 100%;
  gap: 38px;
  justify-content: space-between;
}

.custom-cart-items {
  width: 58%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.custom-cart-item-card {
  width: 100%;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18.32px;
  padding-top: 12.21px;
  padding-right: 15.88px;
  padding-bottom: 12.21px;
  padding-left: 15.88px;
  border: 1.22px solid #eeeeee;
}

.custom-cart-item-card-left {
  width: 80%;
  display: flex;
  height: 100%;
  gap: 20px;
}

.cart-item-image {
  height: 100%;
  aspect-ratio: 1 / 1;
  /*background-color: #eeeeee;*/
  overflow: hidden;
}

.cart-item-image > img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.cart-item-cnt {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-item-cnt-title {
  font-family: Raleway, monospace;
  font-weight: 500;
  font-style: Medium;
  color: #084525;
  font-size: 1.425rem;
  leading-trim: CAP_HEIGHT;
  line-height: 25.48px;
  letter-spacing: -2%;
}

.cart-item-cnt-desc {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  display: flex;
  gap: 8px;
  color: #8a8a8a;
  font-size: 0.925rem;
  leading-trim: CAP_HEIGHT;
  line-height: 27.48px;
  letter-spacing: 0%;
  width: 100%;
  white-space: nowrap;      
  /*overflow: hidden;         */
  text-overflow: ellipsis; 
}

.cart-item-cnt-desc > dl {
    margin: 0px 0px;
    display: flex;
    gap: 12px;
}

.cart-item-cnt-desc > dl > dt {
    height: fit-content;
    padding: 0;
}

.cart-item-cnt-desc > dl > dd {
    padding-left: 0;
}

.cart-item-cnt-desc > dl > dd > p {
    margin-bottom: 0;
}

.cart-remove-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

.cart-remove-btn > svg {
  width: 14px;
}

.cart-remove-btn > span:nth-child(2) {
  color: #ff1d25;
  font-family: Raleway, monospace;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  color: red;
  leading-trim: CAP_HEIGHT;
  line-height: 17.22px;
  letter-spacing: -2%;
}

.custom-cart-item-card-right {
  width: 108px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.custom-cart-item-card-price {
  font-family: Avigea;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: CAP_HEIGHT;
  line-height: 102%;
  letter-spacing: -2%;
  text-align: right;
}

/* SUMMARY STYLE */

.custom-order-summary {
  width: 40%;
  height: fit-content;
  min-height: 420px;
  border-radius: 18.32px;
  padding-top: 24px;
  padding-right: 25px;
  padding-bottom: 12.21px;
  padding-left: 25px;
  border: 1.22px solid #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.custom-order-summary-title {
  font-family: Avigea;
  font-weight: 400;
  font-style: Regular;
  font-size: 2.25rem;
  line-height: 102%;
  letter-spacing: -2%;
  color: #084525;
}

.custom-order-summary-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.custom-order-summary-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.summary-item-title {
  font-family: Raleway, monospace;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 22.5px;
  letter-spacing: 0%;
  color: #8a8a8a;
}

.summary-item-price {
  font-family: Raleway, monospace;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 22.5px;
  letter-spacing: -2%;
  text-align: right;
  color: #084525;
  text-align: right;
}

.custom-order-summary-total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  margin: 32px 0;
  border-top: 0.86px solid #d7d7d794;
  border-bottom: 0.86px solid #d7d7d794;
}

.custom-order-summary-total > span:first-child {
  font-family: Raleway, monospace;
  font-weight: 500;
  font-style: Medium;
  font-size: 17.19px;
  leading-trim: CAP_HEIGHT;
  line-height: 22.5px;
  letter-spacing: -2%;
  color: #084525;
}

.custom-order-summary-total > span:last-child {
  font-family: Avigea;
  font-weight: 400;
  font-style: Regular;
  font-size: 43px;
  leading-trim: CAP_HEIGHT;
  line-height: 102%;
  letter-spacing: -2%;
  text-align: right;
  color: #009245;
}

.custom-coupon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-coupon-wrapper > span:first-child {
  text-transform: uppercase;
}

.custom-cart-button {
  width: 100%;
  height: 56px;
  border-radius: 40px;
  padding: 12px 0;
  background-color: #009245;
  font-family: Raleway, monospace;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: -2%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}

.custom-cart-order-summary {
    width: 38%;
    min-height: 180px;
    height: fit-content;
    border-radius: 18.32px;
    border: 1.22px solid #EEEEEE;
    padding-top: 24px;
    padding-right: 25px;
    padding-bottom: 60px;
    padding-left: 25px;
   display: flex;
   flex-direction: column;
   gap: 18px;
}

.custom-cart-order-summary > h3 {
    margin-bottom: 32px;
}

.summary-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.summary-row > span:first-child {
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 22.5px;
    letter-spacing: 0%;
    color:  #8A8A8A;
}

.summary-row > span:last-child {
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 22.5px;
    letter-spacing: -2%;
    text-align: right;
    color:  #084525;
}

.custom-cart-coupon {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#coupon_code {
    width: 70%;
    border-radius: 40px;
    height: 54px;
}

.custom-cart-apply-btn {
    width: 28%;
    background-color: #DEDEDE !important;
    background: #DEDEDE;
    height: 54px;
    color: #084525 !important;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    border-radius: 40px;
    font-size: 17.19px;
    leading-trim: CAP_HEIGHT;
    line-height: 22.5px;
    letter-spacing: -2%;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.custom-cart-update-btn {
    height: 54px;
    cursor: pointer;
    background-color: #009245;
    background: #009245;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

a.custom-cart-update-btn {
    color: white !important;
}

.custom-cart-quantity {
    display: flex;
    width: 100%;
    background-color: #F7F7F7;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 40px;
    border: 1.15px solid #EEEEEE;
    padding: 8px 12px;
}

.qty-plus,
.qty-minus {
    background-color: transparent !important;
    color: #084525 !important;
    cursor: pointer;
}

.input-text {
    width: fit-content !important;
    padding: 0 !important;
    border: transparent !important;
    max-width: 28px !important;
    background-color: transparent !important;
}

