.qty-common .qty {
  display: flex;
  align-items: center;
  border: 1px solid #09558f;
  border-radius: 25px;
  width: fit-content;
  color: #000000;
  padding: 3px 10px;
  gap: 6px;
  font-size: 16px;
}
.qty-common .qty button {
  border: none;
  background: none;
  font-size: 15px;
  color: #09558f;
}

.address-card {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 10px 18px;
}
.address-card .address-row {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #1c1b1b;
}
.address-card .address-row:last-child {
  margin-bottom: 0;
}
.address-card .address-row .label {
  font-weight: 600;
  min-width: 90px;
  width: 90px;
  overflow: hidden;
}
.address-card .address-row .value {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .address-card .address-row {
    font-size: 15px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .address-card {
    padding: 10px 10px;
  }
  .address-card .address-row {
    gap: 5px;
    font-size: 14px;
  }
}

.modal {
  background: #ffffff2e;
  backdrop-filter: blur(2px);
}
.Cart_Products {
  padding: 30px 0px;
}
.Cart_Products .cart-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 15px;
  padding-right: 30px;
}
.Cart_Products .cart-top .heading {
  margin: 0;
  color: #09558f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.Cart_Products .cart-top .text {
  margin: 0;
  font-size: 15px;
  color: #808080;
  font-weight: 500;
}
.Cart_Products .cart-top .text .no {
  color: #09558f;
}
.Cart_Products .cart-top .clear {
  display: flex;
  align-items: center;
  gap: 5px;
}
.Cart_Products .sumary-btn {
  display: none;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .Cart_Products .cart-top .heading {
    font-size: 22px;
  }
  .Cart_Products .cart-top .text {
    font-size: 14px;
  }
  .Cart_Products .Green_round_btn_holder .Green_round_btn {
    margin: 20px auto 0;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .Cart_Products .sumary-btn {
    display: block;
  }
  .Cart_Products {
    padding: 20px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .Cart_Products .cart-top .heading {
    font-size: 20px;
    margin: 0;
  }
  .Cart_Products .cart-top {
    padding-right: 13px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .Cart_Products .cart-top .text {
    font-size: 12px;
  }
  .Cart_Products .cart-top {
    padding-right: 13px;
    margin-bottom: 7px;
  }
  .Cart_Products .cart-top .clear {
    gap: 2px;
  }
  .Cart_Products .cart-top .heading {
    font-size: 16px;
    margin: 0;
  }
}

.level_card {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 13px;
  border-radius: 12px;
  padding: 14px;
  width: 100%;
  background: #ffffff;
  height: 100%;
}
.level_card .level_card_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.level_card .level_left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.level_card .level_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  background: #1b9688;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.level_card .level_left .heading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
}
.level_card .level_right {
  text-align: right;
}
.level_card .level_right .users {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
}
.level_card .level_right .des {
  margin: 2px 0 0;
  font-size: 12px;
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.level_card .level_card_body {
  margin-bottom: 16px;
}
.level_card .earning_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.level_card .earning_row .l-title {
  font-size: 13px;
  font-weight: 600;
  color: #299e00;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.level_card .earning_row .strong-text {
  font-size: 16px;
  color: #299e00;
  font-weight: 700;
}
.level_card .details_btn {
  width: 100%;
  border: none;
  background: #f3f7fd;
  color: #09558f;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .level_card {
    padding: 11px;
  }
  .level_card .level_right .des {
    font-size: 10px;
  }
  .level_card .level_left {
    gap: 5px;
  }
  .level_card .level_left .heading {
    font-size: 15px;
  }
  .level_card .earning_row .l-title {
    font-size: 12px;
  }
  .level_card .earning_row .strong-text {
    font-size: 14px;
  }
  .level_card .details_btn {
    padding: 4px;
  }
  .level_card .level_icon {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
