.elementor-button {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: "Fs Dillon", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e64117; }
  .elementor-button:disabled {
    background-color: #b9b9b9 !important;
    cursor: default; }

.yellow.elementor-button {
  background-color: #ffcb05;
  color: #54595f; }
  .yellow.elementor-button:hover {
    background-color: #2bb673;
    color: #fff; }

.light-blue.elementor-button {
  background-color: #00aeef;
  color: #fff; }

.green.elementor-button {
  background-color: #2bb673;
  color: #fff; }

.field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  .field-group input {
    border: 1px solid #818a91;
    color: #54595f;
    font-family: "Fs Dillon", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 16px;
    background-color: transparent; }

label {
  font-family: "Fs Dillon", Sans-serif;
  cursor: pointer; }

.field-group-one-line {
  display: flex;
  flex-direction: row; }
  .field-group-one-line *:first-child {
    margin-right: 10px; }
  .field-group-one-line > div {
    flex: 1; }

.error {
  padding: 10px; }
  .error p {
    margin: 0;
    color: red; }

button {
  max-width: 300px; }
  button:disabled {
    background-color: #54595f; }
  button i.fa-spinner {
    margin-left: 10px;
    animation: spin 2s linear infinite; }

.login-screen.loading {
  justify-content: center;
  min-height: 300px;
  min-width: 300px;
  display: flex;
  align-items: center; }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.load-more-btn {
  border: 2px solid #54595f;
  color: #54595f;
  background-color: #fff;
  font-family: "Fs Dillon", Sans-serif;
  text-transform: uppercase; }
  .load-more-btn:hover {
    color: #fff;
    background-color: #54595f;
    border: 2px solid #54595f; }

.ms-resamania-product-tunnel-booking .elementor-button {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: "Fs Dillon", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e64117; }
  .ms-resamania-product-tunnel-booking .elementor-button:disabled {
    background-color: #b9b9b9 !important;
    cursor: default; }

.ms-resamania-product-tunnel-booking .elementor-button {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: "Fs Dillon", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e64117; }
  .ms-resamania-product-tunnel-booking .elementor-button:disabled {
    background-color: #b9b9b9 !important;
    cursor: default; }

.overlay {
  background-color: #0e0e0ec7;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.popup {
  width: 75vw;
  height: 75vh;
  max-height: 95%;
  background: #fff;
  position: fixed;
  left: 12.5%;
  top: 12.5%;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in; }
  @media (min-width: 992px) {
    .popup {
      overflow: auto; } }
  .popup.booking-popup {
    min-width: 90%;
    min-height: 60%;
    overflow-y: auto;
    background: #fff; }
    .popup.booking-popup.loading {
      padding: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1; }
    .popup.booking-popup .error-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1; }
  .popup .close-button {
    align-self: flex-end;
    padding: 5px; }
  .popup .popup-content {
    padding: 5%; }
    @media (min-width: 767px) {
      .popup .popup-content {
        height: 80%;
        overflow: auto; } }

.message {
  padding-left: 20px; }

.warning-message {
  background-color: #ff00005e; }

.success-message {
  background-color: #7be07b; }

.ms-resamania-product-tunnel-booking {
  display: flex;
  justify-content: flex-end; }
  .ms-resamania-product-tunnel-booking.loading svg {
    margin: 15px 80px; }

.overlay {
  background-color: #0e0e0ec7;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.popup {
  z-index: 9998;
  width: 95%;
  height: auto;
  border-radius: 5px;
  background: #f4f4f4;
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  transition: width 1s, height 1s; }
  @media (min-width: 500px) {
    .popup {
      width: auto; } }
  @media (min-width: 992px) {
    .popup {
      overflow: hidden; } }
  .popup .close-button-container {
    min-height: 40px; }
  .popup .close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer; }
  .popup .close-button:hover {
    color: #e64117; }

.container {
  width: 100%;
  transition: all 0.2s ease-in; }
  @media (min-width: 1200px) {
    .container {
      width: 70%; } }
  .container .innerContainer {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto; }
    .container .innerContainer > svg {
      margin: 50px 0 100px 0; }

.holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1; }

.product-container {
  margin: 20px;
  flex: 1; }
  .product-container h5 {
    font-family: "Fs Dillon", Sans-serif;
    color: #54595f;
    font-size: 1.25em !important;
    text-align: center;
    font-weight: normal;
    margin: 0; }

.products > p.basket-is-empty {
  font-size: 2em;
  text-align: center; }

.basket-summary {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  margin: 20px;
  font-family: "Fs Dillon", Sans-serif; }
  .basket-summary p:first-child {
    color: #e64117; }
  .basket-summary p:last-child {
    color: #54595f; }

.login-screen {
  padding: 30px; }

.login {
  padding: 0; }
  .login h1 {
    color: #54595f;
    text-align: center;
    font-size: 45px !important;
    font-family: "Fs Dillon", Sans-serif;
    line-height: 1;
    margin-top: 0; }
  .login .field-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    .login .field-group label {
      font-family: "Fs Dillon", Sans-serif; }
    .login .field-group input {
      border: 1px solid #818a91;
      color: #54595f;
      font-family: "Fs Dillon", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      padding: 6px 16px;
      background-color: transparent;
      width: 100%;
      min-width: 300px; }
  .login .controls-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .login .controls-bottom button {
      width: 100%;
      max-width: 300px; }
      .login .controls-bottom button:disabled {
        background-color: #54595f; }
      .login .controls-bottom button i.fa-spinner {
        margin-left: 10px;
        animation: spin 2s linear infinite; }
    .login .controls-bottom .elementor-lost-password {
      margin-top: 20px; }
    .login .controls-bottom .elementor-not-yet-signup,
    .login .controls-bottom .elementor-lost-password {
      font-family: "Fs Dillon", Sans-serif;
      font-size: 18px;
      color: #54595f;
      text-decoration: none; }
      .login .controls-bottom .elementor-not-yet-signup:hover,
      .login .controls-bottom .elementor-lost-password:hover {
        color: #e64117; }
  .login div.input-password {
    position: relative; }
    .login div.input-password .toggle-password-visibility {
      position: absolute;
      top: 7px;
      right: 10px;
      width: 24px; }

.popup.booking-popup .booking-type-btn,
.popup.booking-popup .select-product-btn, .popup.booking-popup .offers .payment-mode-btn {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: "Fs Dillon", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e64117; }
  .popup.booking-popup .booking-type-btn:disabled,
  .popup.booking-popup .select-product-btn:disabled, .popup.booking-popup .offers .payment-mode-btn:disabled {
    background-color: #b9b9b9 !important;
    cursor: default; }

.popup.booking-popup {
  min-height: 90vh;
  max-height: 95vh;
  min-width: 70%;
  background-color: #fff;
  padding: 0 30px 30px;
  overflow-y: auto; }
  .popup.booking-popup .booking-popup-inner {
    padding-bottom: 20px; }
  .popup.booking-popup .legend-text {
    min-height: 30px;
    font-family: "Fs Dillon", Sans-serif;
    font-size: 18px;
    margin: 0;
    color: #54595f;
    font-weight: 400; }
  .popup.booking-popup .product-booking-title {
    font-family: "Fs Dillon", Sans-serif;
    font-size: 30px !important;
    text-align: center;
    font-weight: 400;
    margin: 15px 20px;
    padding: 0;
    color: #54595f; }
  .popup.booking-popup .booking-type-title {
    font-family: "Fs Dillon", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    padding: 0;
    color: #54595f;
    margin-bottom: 10px; }
  .popup.booking-popup .booking-type-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3em; }
    @media (min-width: 1200px) {
      .popup.booking-popup .booking-type-container {
        flex-direction: row; } }
  .popup.booking-popup .booking-type-btn,
  .popup.booking-popup .select-product-btn {
    min-width: 300px;
    font-family: "Fs Dillon", Sans-serif;
    display: flex;
    flex-direction: column;
    margin: 5px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #f4f4f4;
    border: 0;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.15);
    padding: 15px 30px 15px 30px;
    color: #e64117;
    max-width: 100%;
    flex: 1; }
    .popup.booking-popup .booking-type-btn:hover, .popup.booking-popup .booking-type-btn.type-selected, .popup.booking-popup .booking-type-btn.product-selected,
    .popup.booking-popup .select-product-btn:hover,
    .popup.booking-popup .select-product-btn.type-selected,
    .popup.booking-popup .select-product-btn.product-selected {
      color: #fff;
      background-color: #e64117; }
  .popup.booking-popup .booking-type-btn {
    color: #54595f; }
  .popup.booking-popup .select-product-btn {
    text-transform: none; }
  .popup.booking-popup .product-quantity-container .product-quantity-inner {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .popup.booking-popup .product-quantity-container .product-quantity-inner.loading {
      padding: 50px; }
    .popup.booking-popup .product-quantity-container .product-quantity-inner .product-list {
      display: flex;
      flex-wrap: wrap; }
  .popup.booking-popup .product-selection {
    display: flex;
    flex: 1;
    flex-direction: column; }
    .popup.booking-popup .product-selection span {
      min-height: 30px;
      font-family: "Fs Dillon", Sans-serif;
      font-size: 14px;
      color: #54595f;
      text-align: center;
      font-weight: 400; }
  .popup.booking-popup .offers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px !important; }
    .popup.booking-popup .offers .payment-mode-btn {
      min-width: 300px;
      font-family: "Fs Dillon", Sans-serif;
      display: flex;
      flex-direction: column;
      margin: 5px;
      justify-content: center;
      align-items: center;
      padding: 10px;
      background-color: #f4f4f4;
      border: 0;
      box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.15);
      padding: 15px 30px 15px 30px;
      color: #e64117;
      max-width: 100%;
      flex: 1;
      text-transform: capitalize;
      font-size: 18px; }
      .popup.booking-popup .offers .payment-mode-btn:hover, .popup.booking-popup .offers .payment-mode-btn.payment-mode-selected {
        color: #fff;
        background-color: #e64117; }
  .popup.booking-popup .summary {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 20px; }
    .popup.booking-popup .summary button {
      margin-top: 20px;
      background-color: #009e84; }
    .popup.booking-popup .summary .notice-mandate-payment {
      font-size: 13px;
      text-align: right; }

.add-mandate .add-mandate__btn {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: "Fs Dillon", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e64117; }
  .add-mandate .add-mandate__btn:disabled {
    background-color: #b9b9b9 !important;
    cursor: default; }

.add-mandate .add-mandate__btn {
  font-family: "Fs Dillon", Sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #f4f4f4;
  border: 0;
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.15);
  padding: 15px 30px 15px 30px;
  color: #e64117;
  max-width: 100%;
  flex: 1; }
  .add-mandate .add-mandate__btn:hover, .add-mandate .add-mandate__btn--selected {
    color: #fff;
    background-color: #e64117; }

.add-mandate form label {
  font-size: 14px; }

.add-mandate .field-group {
  margin-bottom: 0;
  margin-top: 10px; }
  .add-mandate .field-group > .error-message {
    font-family: "Fs Dillon", Sans-serif;
    font-size: 12px;
    color: red; }

.add-mandate .field-group-one-line {
  margin-bottom: 20px; }

.add-mandate .add-mandate__no-mandate-text {
  font-size: 18px;
  font-family: "Fs Dillon", Sans-serif; }

.add-mandate .add-mandate__single-mandate {
  display: flex; }
  .add-mandate .add-mandate__single-mandate label {
    margin-left: 5px; }

.add-mandate .add-mandate__save-mandate-notice.legend-text {
  font-size: 13px;
  margin-top: 10px; }

.action-button-container {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 767px) {
    .action-button-container {
      justify-content: flex-end;
      flex-direction: row;
      height: 15%; } }
  .action-button-container .keep-navigating-button {
    cursor: pointer; }
    @media (min-width: 767px) {
      .action-button-container .keep-navigating-button {
        text-align: center;
        margin-right: 1em; } }
  .action-button-container .elementor-button-wrapper {
    padding: 10px; }
  .action-button-container .see-cart-button {
    color: #e64117;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px; }
  .action-button-container .pay-button {
    background-color: #e64117;
    text-decoration: none;
    margin-top: 1em; }
    @media (min-width: 767px) {
      .action-button-container .pay-button {
        margin-top: 0;
        margin-left: 1em; } }


/*# sourceMappingURL=buy-coursco.css.map*/