.cart-wrapper {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
@media (min-width: 1200px) {
  .cart-wrapper {
    padding: 1.5rem 5.5rem 8rem 5.5rem;
  }
}

.breadcrumbs-wrapper {
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  color: #545759;
  gap: 0.75rem;
}
.breadcrumbs-wrapper .breadcrumbs-link {
  color: #fff;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
}
.breadcrumbs-wrapper .breadcrumbs-link:hover {
  text-decoration: none;
}
.breadcrumbs-wrapper .lucide-chevron-right {
  width: 1rem;
  height: 1rem;
  color: #545759;
}

.cart-content {
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.empty-cart-content {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .empty-cart-content {
    margin-top: 8rem;
  }
}
.empty-cart-content .empty-cart-image {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 16px;
}
.empty-cart-content .empty-cart-image svg {
  stroke-width: 1.25px;
  color: #686b6D;
}
.empty-cart-content .empty-cart-text-block {
  margin-bottom: 1.5rem;
}
.empty-cart-content .empty-cart-text-block .empty-cart-title {
  font: normal 800 2rem/2.4rem "Futura LT Pro", -apple-system, sans-serif;
  color: #222930;
  text-align: center;
  letter-spacing: 0.04rem;
  margin-bottom: 1rem;
}
.empty-cart-content .empty-cart-text-block .empty-cart-subtitle {
  font: normal 400 1.25rem/1.75rem "Open Sans", -apple-system, sans-serif;
  color: #545759;
  text-align: center;
  letter-spacing: -0.01875rem;
  margin-bottom: 0;
}
.empty-cart-content .empty-cart-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .empty-cart-content .empty-cart-ctas {
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.empty-cart-content .empty-cart-ctas .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.15625rem 1.5rem;
  font: normal 700 1rem/1rem "Open Sans", -apple-system, sans-serif;
  letter-spacing: -0.015rem;
  min-width: 18.5rem;
  max-height: 3rem;
  line-height: 0.5625rem;
  border-radius: 1.5px;
}
@media (max-width: 991.98px) {
  .empty-cart-content .empty-cart-ctas .btn {
    width: 100%;
  }
}
.empty-cart-content .empty-cart-ctas .btn.login-btn {
  border: 1.5px solid #d0d1d2;
}
.empty-cart-content .empty-cart-ctas .btn span {
  gap: 0.5rem;
}
.empty-cart-content .empty-cart-ctas .btn .wishlist-user-icon {
  width: 1rem;
  height: 1rem;
}

.filled-cart-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .filled-cart-wrapper {
    margin-top: 3rem;
  }
}

.filled-cart-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .filled-cart-containers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (min-width: 1200px) {
  .filled-cart-containers {
    gap: 5.5rem;
  }
}

.order-summary {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #f3f2f1;
}
@media (min-width: 769px) {
  .order-summary {
    min-width: 25rem;
  }
}
.order-summary h3 {
  color: #222930;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.03rem;
}
.order-summary .totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
}
.order-summary .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222930;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.015rem;
}
.order-summary .total.grand-total-wrapper {
  font-weight: 700;
}
.order-summary .total.grand-total-wrapper .total-title {
  font-weight: 700;
}
.order-summary .total .total-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-family: "Open Sans", -apple-system, sans-serif;
}
.order-summary .total .total-count {
  color: #686b6D;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 100%;
  padding: 0.1875rem 0.25rem;
  border-radius: 0.125rem;
  background: #fff;
}
.order-summary .total .total-value {
  font-size: 1rem;
}
.order-summary .total.amount-to-pay-container, .order-summary .total.total-balance-container {
  font: normal 400 0.875rem/1.225rem "Open Sans", -apple-system, sans-serif;
  color: #545759;
  white-space: inherit;
}
.order-summary .total.amount-to-pay-container.hide-balance, .order-summary .total.amount-to-pay-container.hide-amount-to-pay, .order-summary .total.total-balance-container.hide-balance, .order-summary .total.total-balance-container.hide-amount-to-pay {
  display: none;
}
.order-summary .checkout-btn {
  padding: 1.3125rem 2rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01875rem;
  border-radius: 0.09375rem;
  background: #343d46;
}
.order-summary .payment-method-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
  color: #545759;
  text-align: center;
  font-size: 0.75rem;
  line-height: 140%;
  max-width: 15.625rem;
  justify-self: center;
}
.order-summary .payment-method-info a {
  font-weight: 700;
  text-decoration-line: underline;
}
.order-summary .payment-method-info .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-summary .payment-method-info .payment-methods img {
  width: 2.1875rem;
  height: 1.5rem;
  border: 0.0625rem solid #e2e3e4;
  background: #fff;
  -o-object-fit: none;
     object-fit: none;
}

.discount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
  padding: 1.5rem 0rem;
  border-radius: 0.09375rem;
  border-top: 0.09375rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.09375rem solid rgba(0, 0, 0, 0.1);
}
.discount-wrapper .toggle-discount-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.discount-wrapper .toggle-discount-info h4 {
  color: #343D46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.015rem;
  margin: 0;
}
.discount-wrapper .discount-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}
.discount-wrapper .promo-code-form .input-group {
  gap: 0.5rem;
}
.discount-wrapper .promo-code-form .input-group input {
  height: 3rem;
  padding: 1.125rem 1rem;
  border-radius: 0.09375rem;
  border: 0.09375rem solid #c9c8c7;
  color: #222930;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.015rem;
}
.discount-wrapper .promo-code-form .input-group input::-webkit-input-placeholder {
  color: #545759;
}
.discount-wrapper .promo-code-form .input-group input::-moz-placeholder {
  color: #545759;
}
.discount-wrapper .promo-code-form .input-group input:-ms-input-placeholder {
  color: #545759;
}
.discount-wrapper .promo-code-form .input-group input::-ms-input-placeholder {
  color: #545759;
}
.discount-wrapper .promo-code-form .input-group input::placeholder {
  color: #545759;
}
.discount-wrapper .promo-code-form .input-group input:not(:-moz-placeholder-shown) {
  border-color: #4d4c4b;
  box-shadow: none;
}
.discount-wrapper .promo-code-form .input-group input:not(:-ms-input-placeholder) {
  border-color: #4d4c4b;
  box-shadow: none;
}
.discount-wrapper .promo-code-form .input-group input:focus, .discount-wrapper .promo-code-form .input-group input:not(:placeholder-shown) {
  border-color: #4d4c4b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.discount-wrapper .promo-code-form .input-group input.has-error {
  border-color: #dc173e;
}
.discount-wrapper .promo-code-form .input-group button {
  border-radius: 0.09375rem;
  border: 0.09375rem solid #d0d1d2;
  color: #222930;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.015rem;
  padding: 0.9375rem 1.5rem;
}
.discount-wrapper .promo-code-form .input-group button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.discount-wrapper .promo-code-form .coupon-error {
  color: #cf1532;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
}
.discount-wrapper .promo-code-form .coupon-error .coupon-error-message {
  padding-top: 0.5rem;
}

.coupons-and-promos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
}

.coupon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.875rem 0.75rem 0.75rem 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.09375rem;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.coupon-wrapper .coupon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.coupon-wrapper .coupon-header .coupon-code {
  color: #222930;
  font-size: 1rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.coupon-wrapper .coupon-header .coupon-status {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.00375rem;
  text-transform: uppercase;
}
.coupon-wrapper .coupon-header .coupon-status.coupon-applied {
  color: #457A00;
}
.coupon-wrapper .coupon-header .coupon-status.coupon-not-applied {
  color: #cf1532;
}
.coupon-wrapper .coupon-description {
  overflow: hidden;
  color: #545759;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}
.coupon-wrapper .remove-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0rem;
  color: #343d46;
  font-size: 0.875rem;
  font-weight: 700;
}
.coupon-wrapper .remove-coupon .lucide {
  width: 1rem;
  height: 1rem;
  stroke: #343d46;
}
.coupon-wrapper .remove-coupon:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-qty-indicator-wrapper {
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.25rem;
  color: #545759;
}
.cart-qty-indicator-wrapper .cart-qty-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.125rem;
  background-color: #f3f2f1;
  padding: 0.375rem 0.28125rem;
  height: 1rem;
  text-align: center;
  line-height: 100%;
  text-transform: capitalize;
  gap: 0.5rem;
}
.cart-qty-indicator-wrapper .cart-qty-indicator-text {
  line-height: 140%;
  letter-spacing: 0.00375rem;
  text-transform: uppercase;
}

.cart-welcome-message {
  color: #545759;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0.5rem;
}

.login-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border: 1.5px solid #e2e3e4;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .login-cta-wrapper {
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.login-cta-wrapper .cart-login-text {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.login-cta-wrapper .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.15625rem 1.5rem;
  letter-spacing: -0.015rem;
  min-width: auto;
  max-height: 3rem;
  line-height: 0.5625rem;
  border-radius: 1.5px;
  border: 1.5px solid #d0d1d2;
}
@media (max-width: 991.98px) {
  .login-cta-wrapper .btn {
    width: 100%;
  }
}
.login-cta-wrapper .btn span {
  gap: 0.5rem;
  font: normal 700 1rem/1rem "Open Sans", -apple-system, sans-serif;
}
.login-cta-wrapper .btn .wishlist-user-icon {
  width: 1rem;
  height: 1rem;
}
.login-cta-wrapper .btn:hover {
  border-color: #424f5b;
  text-decoration: none;
}

.cart-cards-layout.cards-layout .recently-viewed-wrapper {
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cart-cards-layout.cards-layout .recently-viewed-wrapper {
    padding: 6rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .cart-cards-layout.cards-layout .recently-viewed-wrapper {
    padding: 6rem 5.5rem;
  }
}
.cart-cards-layout.cards-layout.bg-white {
  background: #fff;
}
.cart-cards-layout.cards-layout.bg-light-grey {
  background: #f8f7f6;
}
.cart-cards-layout .cards-course-container {
  padding: 0;
}
.cart-cards-layout .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  border-bottom: 0.125rem solid #c9c8c7;
  margin-bottom: 2.5rem;
}
.cart-cards-layout .tabs-wrapper .tab {
  padding: 1rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  color: #686b6D;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.015rem;
  border: none;
  margin-bottom: -0.125rem;
  background-color: transparent;
}
.cart-cards-layout .tabs-wrapper .tab.active {
  color: #222930;
  font-weight: 700;
  border-bottom: 0.1875rem solid #4d4c4b;
}
.cart-cards-layout .tabs-wrapper .wishlist-count {
  padding: 0.1875rem 0.25rem;
  border-radius: 0.125rem;
  background-color: #fff;
  color: #686b6D;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 100%;
}
.cart-cards-layout .recently-viewed-title {
  margin-bottom: 2.5rem;
  color: #222930;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.05rem;
}

.cart-recommendations .cart-recommendations-title {
  font: normal 800 2.5rem/3rem "Futura LT Pro", -apple-system, sans-serif;
  color: #222930;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
.cart-recommendations .cart-recommendations-footer {
  margin-top: 32px;
}
.cart-recommendations .cart-recommendations-footer .swiper-pagination {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cart-recommendations .cart-recommendations-footer .swiper-pagination {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cart-recommendations .cart-recommendations-footer .cart-recommendations-navigation {
  gap: 8px;
}
.cart-recommendations .cart-recommendations-footer .cart-recommendations-navigation .swiper-button-next::after,
.cart-recommendations .cart-recommendations-footer .cart-recommendations-navigation .swiper-button-prev::after {
  line-height: 0;
}

.cart-page {
  padding-top: 1rem;
}
.cart-page .card-ctas-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1.5px solid #eeeff0;
  padding-top: 1rem;
  gap: 0.5rem;
  margin: 0;
}
@media (min-width: 769px) {
  .cart-page .card-ctas-wrapper {
    padding-top: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0rem;
  }
}
.cart-page .card-ctas-wrapper .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .cart-page .card-ctas-wrapper .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart-page .card-cta {
  color: #545759;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 0rem 1.5rem;
  gap: 0.25rem;
  border-right: 1.5px solid #e2e3e4;
}
.cart-page .card-cta:first-child {
  padding-left: 0;
}
.cart-page .card-cta:last-child {
  padding-right: 0;
  border: none;
}
@media (max-width: 991.98px) {
  .cart-page .card-cta {
    border: none;
    padding: 0.25rem 0rem;
  }
}
.cart-page .card-cta .lucide {
  height: 1rem;
  width: 1rem;
}
.cart-page .card-cta button {
  background: none;
  border: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
}
.cart-page .card-cta a {
  text-decoration: none;
}
.cart-page .card-cta a:hover {
  text-decoration: none;
}
.cart-page .line-item-header a:hover {
  text-decoration: none;
}
.cart-page .line-item-name {
  color: #222930;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.025rem;
  margin-bottom: 1rem;
  text-overflow: initial;
  white-space: normal;
  width: 100%;
}
.cart-page .productTile__course {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
}
@media (min-width: 769px) {
  .cart-page .productTile__course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 991.98px) {
  .cart-page .productTile__course {
    gap: 0.25rem;
  }
}
.cart-page .productTile__course p {
  margin-bottom: 0;
}
.cart-page .line-item-total-price-amount {
  color: #222930;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01875rem;
}
@media (min-width: 769px) {
  .cart-page .line-item-details {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .cart-page .item-image {
    height: 4.5rem;
    width: auto;
    margin-right: 1rem;
  }
}
.cart-page .item-image img.product-image {
  max-width: 3rem;
  margin: 0;
}
@media (min-width: 769px) {
  .cart-page .item-image img.product-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
.cart-page .promotion-callout {
  color: #686b6d;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background-color: #F7F8F9;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
}
.cart-page .line-item-error {
  color: #cf1532;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.cart-page .line-item-error strong {
  font-weight: 700;
}
.cart-page .prices-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
}
.cart-page .prices-wrapper .old-price {
  color: #686b6D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.015rem;
  text-decoration: line-through;
}

.card-error-message {
  border-radius: 1.5px;
  border: 1px solid #e2e3e4;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-error-message .cart-error-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
  background-color: #FFECF1;
}
.card-error-message .cart-error-icon .lucide {
  stroke: #cf1532;
}
.card-error-message .cart-error-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 1rem;
}
.card-error-message .cart-error-title {
  color: #cf1532;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.015rem;
}
.card-error-message ul {
  padding-left: 1.75rem;
}
.card-error-message .cart-error-list-item strong {
  font-weight: 700;
}
.card-error-message .cart-error-text-bottom {
  color: #222930;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  letter-spacing: -0.015rem;
}

.cart-summary-error {
  color: #cf1532;
  text-align: center;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 0.5rem;
}

.right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}

.reassurance-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 0.5rem 0rem 1.5rem;
  gap: 1rem;
  cursor: pointer;
}
.reassurance-button .reassurance-button-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222930;
  font-size: 1rem;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.reassurance-button .reassurance-button-title .lucide {
  width: 1rem;
  height: 1rem;
}
.reassurance-button .reassurance-button-title .reassurance-header-title {
  color: #222930;
  font-size: 1rem;
  font-weight: 800;
  font-family: "Open Sans", -apple-system, sans-serif;
  line-height: 140%;
  letter-spacing: 0.02rem;
}

.reassurance-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  background: rgba(43, 42, 41, 0.8);
  justify-items: end;
}
@media (max-width: 768.98px) {
  .reassurance-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.reassurance-content .reassurance-backdrop {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reassurance-content .reassurance-modal {
  width: 488px;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow-y: scroll;
}
@media (max-width: 768.98px) {
  .reassurance-content .reassurance-modal {
    width: 100%;
    height: 80vh;
  }
}
.reassurance-content .reassurance-modal .reassurance-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: sticky;
  top: 0;
  margin: 2.5rem 2.5rem 1.5rem;
  background: #fff;
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 1.5rem;
}
.reassurance-content .reassurance-modal .reassurance-header .lucide {
  stroke: #686b6D;
  cursor: pointer;
}
.reassurance-content .reassurance-modal .reassurance-header .reassurance-header-title {
  color: #222930;
  font-size: 1.5rem;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.03rem;
}
.reassurance-content .reassurance-modal .reassurance-body {
  padding: 0rem 2.5rem 2.5rem;
}
.reassurance-content .reassurance-modal .reassurance-body p, .reassurance-content .reassurance-modal .reassurance-body h4 {
  color: #545759;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.015rem;
}
.reassurance-content .reassurance-modal .reassurance-body p.title, .reassurance-content .reassurance-modal .reassurance-body h4.title {
  color: #222930;
  font-size: 1.25rem;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-weight: 800;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  margin-bottom: 1rem;
}
.reassurance-content .reassurance-modal .reassurance-body a {
  text-decoration-line: underline;
}
.reassurance-content .reassurance-modal .reassurance-body p strong {
  font-weight: 700;
}

.reassurances .divider {
  height: 0.09375rem;
  background: #e2e3e4;
  width: 100%;
  margin: 1.5rem 0rem;
}

.bundle-info:has(.tag) .card-certificate-track-indicator {
  margin-bottom: 1rem;
}

.cart-bundle-includes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
  color: #545759;
  font-size: inherit;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cart-bundle-includes {
    margin-top: 0;
  }
}
.cart-bundle-includes .line-item-name {
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #545759;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-bundle-includes .show-bundle-content {
  display: none;
}
.cart-bundle-includes svg {
  width: 1rem;
  height: 1rem;
}
.cart-bundle-includes:has(.bundle-content.d-none) .show-bundle-content {
  display: block;
}
.cart-bundle-includes:has(.bundle-content.d-none) .hide-bundle-content {
  display: none;
}
.cart-bundle-includes .toggle-bundle-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
.cart-bundle-includes .bundle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.78125rem;
  margin-left: 0.75rem;
}
.cart-bundle-includes .productTile__course {
  padding-top: 0.25rem;
  padding-bottom: 0;
  line-height: 1.0625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .cart-bundle-includes .productTile__course {
    font-size: 0.875rem;
  }
}
.cart-bundle-includes .productTile__course__title {
  font-weight: normal;
  font-size: inherit;
}
.cart-bundle-includes .line-item-name {
  margin-bottom: 0;
}
.cart-bundle-includes .bundled-line-item {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-bundle-includes .vertical-line {
  border-left: 1px solid #e2e3e4;
  height: 1.0625rem;
  margin: 0rem 0.75rem;
  width: 0.125rem;
}

.certificates-suggestions-wrapper {
  border-top: 1px solid #e2e3e4;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.certificates-suggestions-wrapper .pseudo-checkbox {
  position: relative;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  border: 2px solid #c9c8c7;
  border-radius: 0.1875rem;
  background-color: #fff;
  cursor: pointer;
  margin-right: 0.75rem;
}
.certificates-suggestions-wrapper .pseudo-checkbox.selected {
  border-color: #4d4c4b;
}
.certificates-suggestions-wrapper .pseudo-checkbox.selected::after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #4d4c4b;
  border-width: 0rem 0.125rem 0.125rem 0rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.certificates-suggestions .certificates-suggestions-title,
.certificates-suggestions .certificate-suggestions-select-text {
  color: #a31f34;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.00375rem;
  text-transform: uppercase;
}
.certificates-suggestions .certificates-suggestions-subtitle {
  color: #222930;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.03rem;
  margin: 0.75rem 0rem;
}
.certificates-suggestions .certificates-suggestions-description {
  color: #222930;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.certificates-suggestions .certificate-suggestions-select-text {
  color: #222930;
}
.certificates-suggestions .courses-suggestions-cards .courses-suggestions-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  margin: 1rem 0rem;
  border: 1px solid #e2e3e4;
}
.certificates-suggestions .courses-suggestions-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.15625rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  border-radius: 0.09375rem;
  color: #fff;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.015rem;
  border: none;
}
.certificates-suggestions .courses-suggestions-btn.disabled {
  color: #6b6b6b;
  background-color: #eeeff0;
  pointer-events: none;
}
.certificates-suggestions .courses-suggestions-card-title {
  color: #222930;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.certificates-suggestions .courses-suggestions-card-price {
  color: #545759;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 0.75rem;
}
.certificates-suggestions .courses-suggestions-card-price .price .sales {
  color: #545759;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.certificates-suggestions .courses-suggestions-card-price .price:has(+ .price-free) {
  display: none;
}

.add-to-basket-alert:has(+ .add-to-basket-alert) {
  display: none;
}

.certificates-section .certificates-section-heading {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

.cart-heading-custom h3 {
  font-weight: 900;
}
