
.cart-heading {
  color: #7f56d9;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.28px;
  font-size: 45px;
}

.cart-heading p {
  font-family: GothamBook;
  line-height: 0%;
  text-align: center;
  margin-bottom: 17px;
    margin-top: -10px;
}

.cart-svg-div {
  line-height: 0%;
}

.cart-inner-container2 {
  height: 400px;
  /* width: 100%; */
  width: 730px;
  max-width: 1000px;
  margin-top: 40px;
  background: #fdfdfd;
  box-shadow: 2px 2px 8px 4px rgba(127, 86, 217, 0.2);
  border-radius: 10px;
  display: flex;
  padding: 20px;
  justify-content: space-around;
}

.cart-content {
  width: 45%;
}

.cart-image {
  width: 45%;
  display: flex;
  align-items: center;
}

.cart-image img {
  max-width: 100%;
  height: auto;
}
.continue-browsing-button-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 6px;
  /* gap: 24px; */
  width: 100%;
  height: 46px;
  background-color: #7f56d9;
  border-radius: 10px;
  border: none;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
}

/* Check Out */
.continue-browsing-button {
  font-family: GothamBook;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 28px;
  display: flex;
  height: 43px;
  letter-spacing: 0.0075em;
  border: none;
  background: #7f56d9;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  align-items: center;
  cursor: pointer;
}
/* .cart-card {
  display: flex;
  padding: 30px;
}

.cart-inner-card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
} */

/* Typography */
.looks-empty-div p {
  font-family: GothamBold;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.login-div p,
.or-div p {
  font-family: GothamBook;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: #7f56d9;
}

.login-div a {
  text-decoration: none;
}

/* Media Queries */
@media screen and (max-width: 800px) {
  .cart-inner-container2 {
    height: 800px;
    width: 90%;
    flex-direction: column-reverse;
    align-items: center;
  }

  .cart-content {
    width: 100%;
  }

  .looks-empty-div p {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
}
@font-face {
  font-family: GothamBook;
  src: url(/fonts/Gotham-Font/GothamBook.ttf);
}

body {
  margin: 0;
  padding: 0;
}

.cart-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 150px;
  padding-bottom: 260px;
  line-height: 150%;
  text-align: justify;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cart-heading {
  color: #7f56d9;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.28px;
  font-size: 45px;
}

.cart-heading p {
  font-family: GothamBook;
  line-height: 0%;
  text-align: center;
  margin-bottom: 17px;
  margin-top: -10px;

}

.cart-svg-div {
  line-height: 0%;
}

.cart-inner-container {
  height: auto;
  /* width: 100%; */
  width: 900px;
  max-width: auto;
  margin-top: 40px;
  background: #fdfdfd;
  box-shadow: 2px 2px 8px 4px rgba(127, 86, 217, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.cart-card {
  display: flex;
  padding: 30px;
}

.cart-inner-card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
}

.course-delete-icon-mobile {
  display: none;
}

/* Typography */
.cart-items-heading p {
  /* Heading */

  font-family: GothamBook;
  /* font-style: normal; */
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 135%;
  /* or 32px */

  color: #000000;
}

.card-middle-div {
  /* Rectangle 2847 */

  box-sizing: border-box;
  gap: 10px;
  padding: 16px;
  border: 2px solid #e4dcf6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.current-cart-status p {
  font-family: GothamBook;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 150%;

  text-align: left;
  letter-spacing: -0.02em;

  color: #000000;
}

.course-div {
  display: flex;
  background-color: #fff4d8;
  border-radius: 10px;
}

.course-heading-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-heading p {
  /* School Integrated Program for JEE & Board */

  font-family: GothamBook;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;

  text-align: left;
  letter-spacing: -0.02em;

  color: #000000;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.course-delete-icon button {
  border: none;
  background-color: #fff4d8;
}

.course-image {
  width: 25%;
  padding: 20px;
}

.course-details-div {
  width: 65%;
  padding-left: 104px;
}

.course-details p {
  /* Quantity: 1 */

  font-family: GothamBook;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;

  letter-spacing: -0.02em;
  margin-block-start: 0em;
  color: #000000;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.fee-applicable-div {
  display: flex;
  justify-content: space-between;
}

.fee-applicable-div p {
  font-family: GothamBook;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 44px;

  letter-spacing: -0.02em;

  color: #000000;
}

.discount-apply-div {
  display: flex;
  justify-content: space-between;
  background-color: #fff4d8;
  align-items: center;
  border-radius: 10px;
  padding: 0px 10px;
}

.discount-apply-div p {
  /* Apply discount coupon (if any) */

  font-family: GothamBook;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 44px;

  letter-spacing: -0.02em;

  color: #000000;
}

.coupon-code-div {
  border: 2px solid #7f56d9;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  width: 88%;
  justify-content: space-between;
  margin: 9px;
}
.coupon-code-input {
  width: 60%;
  padding: 5px;
  border: none;
  border-radius: 3px;
  background-color: unset;
}
.apply-button {
  width: 30%;
  padding: 8px;
  background-color: #7f56d9; /* Green */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.checkout-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 6px;
  /* gap: 24px; */
  width: 199px;
  height: 46px;
  background-color: #7f56d9;
  border-radius: 10px;
  border: none;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
}

/* Check Out */
.payment-button {
  font-family: GothamBook;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 28px;
  display: flex;
  height: 43px;
  letter-spacing: 0.0075em;
  border: none;
  background: #7f56d9;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  align-items: center;
  cursor: pointer;
}

.payment-button p {
  color: #ffffff;
}

.order-summary-heading p {
  font-family: GothamBook;
  /* font-style: normal; */
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 135%;
  /* or 32px */

  color: #000000;
}

.booking-checkout-div {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.booking-checkout-div p {
  font-family: GothamBook;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 135%;
  /* or 32px */

  /* color: #000000; */

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.booking-amount-div {
  display: flex;
  gap: 20px;
  background-color: #fff4d8;
  border-radius: 10px;
  padding: 0px 10px;
  width: 70%;
}
/* Media Queries */
@media screen and (max-width: 1100px) {
  .cart-inner-container {
    width: auto;
  }

  .course-delete-icon {
    display: none;
  }

  .course-image {
    width: 30%;
    /* padding: 20px; */
  }
  .current-cart-status {
    display: flex;
    justify-content: space-between;
  }
  .course-delete-icon button {
    background-color: #ffffff;
  }
  .course-delete-icon-mobile {
    display: block;
  }
  .course-delete-icon-desktop {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .cart-heading {
    font-size: 2rem;
    align-self: flex-start;

    margin-left: 20px;
  }
  .cart-heading p {
    text-align: left;
  }
  .cart-inner-container {
    height: auto;
  }
  .course-div {
    flex-direction: column;
  }
  .course-heading-div {
    padding: 0 5px;
  }
  .course-details {
    padding: 0 5px;
  }
  .fee-applicable-div {
    padding: 0 5px;
  }
  .discount-apply-div {
    flex-direction: column;
  }
  .discount-apply-heading {
    display: none;
  }
  .coupon-code-div {
    width: 100%;
  }
  .booking-checkout-div {
    flex-direction: column;
  }
  .booking-amount-div {
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .checkout-button {
    /* gap: 24px; */
    width: 100%;
  }
  .course-details-div {
    width: 100%;
    padding-left: 10px;
  }
}
