.cart-alert {
  border-radius: 10px;
  box-shadow: 0 4px 8px 1px rgb(0 0 0 / 20%);
  overflow: hidden;
  border: 1px solid #dedecb;
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.85s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
}
.cart-alert .cart-alert-headline {
  padding-left: 38px;
  position: relative;
}
.cart-alert .cart-alert-headline .icon {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 28px;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, 0px);
  }
  20% {
    -webkit-transform: translate(-4px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(3px, 0px);
  }
  50% {
    -webkit-transform: translate(-1px, 0px);
  }
  60% {
    -webkit-transform: translate(-4px, 0px);
  }
  70% {
    -webkit-transform: translate(2px, 0px);
  }
  80% {
    -webkit-transform: translate(-1px, 0px);
  }
  90% {
    -webkit-transform: translate(4px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
/***** ORDER CONFIRMATION PAGE LOADING OVERLAY *****/
#orderConfirmationLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
#orderConfirmationLoader .lds-roller {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin: -40px auto 0 auto;
    left: 0;
    right: 0;
}
#orderConfirmationLoader .lds-roller:before {
    content: ' ';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(/media/5578816/logo01_ministry.png);
    background-size: 100%;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
}
#orderConfirmationLoader .lds-roller:after {
    content: 'Loading your order confirmation. Please Wait.';
    width: 200px;
    position: absolute;
    bottom: -50px;
    left: -60px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
#orderConfirmationLoader .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
#orderConfirmationLoader .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2DBED2;
    margin: -4px 0 0 -4px;
}
#orderConfirmationLoader .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
#orderConfirmationLoader .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
#orderConfirmationLoader .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
#orderConfirmationLoader .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
#orderConfirmationLoader .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
#orderConfirmationLoader .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
#orderConfirmationLoader .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
#orderConfirmationLoader .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
#orderConfirmationLoader .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
#orderConfirmationLoader .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
#orderConfirmationLoader .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
#orderConfirmationLoader .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
#orderConfirmationLoader .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
#orderConfirmationLoader .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
#orderConfirmationLoader .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
#orderConfirmationLoader .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/***** END ORDER CONFIRMATION PAGE LOADING OVERLAY *****/
/**
.show-submit .add-course-to-account {
  display: inline-block !important;
  margin: 0 0 0 10px !important;
  height: 30px;
  line-height: 30px;
  font-size: 14px !important;
  margin-top: 2rem;
}
.load-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 4;
  text-align: center;
  left: 0;
  bottom: 0;
}
.load-overlay .fa-spin {
  position: absolute;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checkout-group-u-products, .checkout-group-u-products-initial {
  background: #f6f6f6;
  margin: 40px auto 40px;
  padding: 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #dee0e1;
  border-bottom: 6px solid #4bc5e5;
  max-width: 900px;
  position: relative;
}
.checkout-group-u-products .ml-primary-button, .checkout-group-u-products-initial .ml-primary-button {
  background: #4bc5e5 !important;
  display: inline-block;
}
.checkout-group-u-products header {
  position: relative;
  z-index: 5;
  margin: -20px -20px 0px;
}
.group-u-checkout-header--intro {
  padding: 30px 0px 0px;
  font-size: 16px;
  line-height: 1.7;
}
.checkout-group-u-products header, .checkout-group-u-products-initial header, .group-u-checkout-header {
  background: #4c5660;
  padding: 20px;
}
.group-u-checkout-header--details {
  padding: 2rem;
}
.checkout-group-u-products header img, .checkout-group-u-products-initial header img, .group-u-checkout-header img {
  float: left;
  width: 150px;
}
.checkout-group-u-products header h3, .checkout-group-u-products-initial header h3, .group-u-checkout-header h3 {
  float: right;
  color: #fff;
  font-weight: 800;
}
.checkout-group-u-products .input-group, .checkout-group-u-products-initial .input-group {
  display: inline-block;
  width: 47%;
  padding: 0 0px 20px;
  margin-right: 3%;
  vertical-align: middle;
}
.checkout-group-u-products .input-group label.control-label, .checkout-group-u-products-initial .input-group label.control-label {
  font-weight: 700;
  padding-right: 2px;
  padding-bottom: 3px;
  display: inline-block;
}
.checkout-group-u-products form, .checkout-group-u-products-initial form {
  margin: 20px 0px;
  clear: both;
}
.checkout-group-u-products input[type="submit"], .checkout-group-u-products-initial input[type="submit"] {
  margin: 5px 10px 0;
}
.checkout-group-u-products .group-u-support, .checkout-group-u-products-initial .group-u-support {
  margin-top: 2rem;
}
.group-u-verify-content {
  padding: 2em;
}
.show-group-u-accounts {
  display: inline-block;
}
.show-group-u-accounts .ml-primary-button {
  display: inline-block;
  font-size: 12px !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
.group-u-multi-accounts {
  margin: 10px -20px 15px;
}
.group-u-multi-accounts .add-new-group-u-account {
  display: inline-block;
  font-size: 12px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #4bc5e5;
  background: none !important;
  color: #4bc5e5 !important;
  padding: 0px 20px 0px !important;
  height: auto;
}
.remove-qty .ml-basket-item-qty, .remove-qty .ml-basket-item-update {
  display: none !important;
}
#group-u-marketing-list {
  padding-top: 10px;
}
#group-u-marketing-list label {
  font-size: 14px;
}
#group-u-marketing-list input {
  margin-right: 10px;
}
#group-u-marketing-list .group-u-marketing-list--item {
  margin-bottom: 5px;
}
#group-u-thinkific .ml-primary-button {
  margin-top: 2rem;
  display: inline-block;
}
button#verifyAccount:disabled {
  opacity: .5;
}
.disabled-btns {
  opacity: .5;
  pointer-events: none;
}
#existing-accounts-dropdown option[value=""] {
  display: none;
}
.enrollment-row {
  padding: 2em;
  border: 1px solid #D2D5D7;
  pointer-events: none;
  opacity: 0.6;
}
.enrollment-row:first-child {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: initial;
  opacity: 1;
}
.enrollment-row .enrollment-row--title {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width:767px) {
  .enrollment-row .enrollment-row--options {
    margin-top: 2rem;
  }
}
@media (min-width:767px) {
  .enrollment-row .enrollment-row--options-dropdown {
    display: inline-block;
    vertical-align: middle;
  }
}
.enrollment-row--options-or {
  padding: 0 2rem;
}
@media (max-width:767px) {
  .enrollment-row--options-or {
    padding: 2rem 0;
  }
}
@media (max-width:767px) {
  .enrollment-row--options-or {
    display: block;
  }
}
****/