@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.add-to-cart-notification.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.add-to-cart-notification .modal-dialog {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
}
.add-to-cart-notification .modal-content {
  padding: 24px;
  height: auto;
}
@media (min-width: 992px) {
  .add-to-cart-notification .modal-content {
    height: 100%;
    padding: 40px;
  }
}
.add-to-cart-notification .modal-body-content {
  gap: 16px;
}
.add-to-cart-notification .modal-title {
  font: normal 800 1.5rem/1.8rem "Futura LT Pro", -apple-system, sans-serif;
  color: #222930;
  letter-spacing: 0.48px;
}
.add-to-cart-notification .productTile__course,
.add-to-cart-notification .conflict-message {
  border-bottom: 0;
  font: normal 400 1rem/1.4rem "Open Sans", -apple-system, sans-serif;
  color: #545759;
  letter-spacing: -0.24px;
}
.add-to-cart-notification .conflict-message {
  font-weight: 700;
}
.add-to-cart-notification .modal-footer {
  border: none;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.add-to-cart-notification .modal-footer .btn-secondary, .add-to-cart-notification .modal-footer .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 18.5px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font: normal 700 1rem/1rem "Open Sans", -apple-system, sans-serif;
  color: #fff;
  letter-spacing: -0.24px;
  width: 100%;
  border-radius: 1.5px;
}
.add-to-cart-notification .modal-footer .btn-primary {
  background: #343d46;
}
.add-to-cart-notification .modal-footer .btn-secondary {
  border: 1.5px solid #d0d1d2;
  background: none;
  color: #222930;
}
.add-to-cart-notification .added-product-modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.add-to-cart-notification .product-img {
  max-width: 48px;
}
.add-to-cart-notification .product-name {
  font: normal 800 1.25rem/1.5rem "Futura LT Pro", -apple-system, sans-serif;
  color: #222930;
  letter-spacing: 0.4px;
}
.add-to-cart-notification .product-price {
  font: normal 800 1.125rem/1.125rem "Open Sans", -apple-system, sans-serif;
  color: #222930;
  letter-spacing: -0.27px;
}
.add-to-cart-notification .product-price .tuition-note {
  font: normal 400 0.75rem/0.75rem "Open Sans", -apple-system, sans-serif;
  color: #545759;
}
