.consultant-enrollment-container {
  background: white;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.consultant-enrollment-cart-btn {
  width: 300px; }

.consultant-enrollment {
  background: #ededed; }
  .consultant-enrollment-step {
    margin: 2rem auto; }
    @media (min-width: 768px) {
      .consultant-enrollment-step {
        width: 70%; } }
    @media (min-width: 992px) {
      .consultant-enrollment-step {
        width: 45%; } }
  .consultant-enrollment-step-1 {
    min-height: 700px; }
  .consultant-enrollment-kit-top {
    display: flex;
    align-items: stretch;
    gap: 10px; }
    .consultant-enrollment-kit-top .product-image-photo {
      width: 50%; }
    .consultant-enrollment-kit-top .consultant-enrollment-kit-info {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .consultant-enrollment-kit-top .consultant-enrollment-kit-prices {
      text-align: right;
      text-transform: uppercase;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .consultant-enrollment-kit-top .price-box {
      margin-top: auto;
      font-size: 22px; }
    .consultant-enrollment-kit-top .price {
      font-weight: normal;
      font-size: 22px; }
    .consultant-enrollment-kit-top .old-price {
      color: #bfbfbf;
      display: block; }
      .consultant-enrollment-kit-top .old-price .price {
        font-size: 20px; }
  .consultant-enrollment .bundle-accordion .content {
    display: none;
    padding-bottom: 1rem; }
  .consultant-enrollment .bundle-accordion.active .title::after {
    transform: rotate(180deg); }
  .consultant-enrollment .bundle-accordion.active .content {
    display: block; }
  .consultant-enrollment .title {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1em 0;
    margin-top: 1em;
    position: relative;
    cursor: pointer; }
    .consultant-enrollment .title::after {
      content: "";
      position: absolute;
      right: 0;
      top: 20px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid rgba(0, 0, 0, 0.3); }

.page-title-wrapper {
  display: none; }

.loading-overlay {
  display: none; }
  .loading-overlay.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    z-index: 1000; }

/*# sourceMappingURL=enrollment.css.map */
