.woocommerce-clj-schools .woocommerce-clj-school label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.woocommerce-clj-schools .woocommerce-clj-school label input {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.woocommerce-clj-steps-content span.page-numbers:not(.current) {
  cursor: pointer;
}

.woocommerce-clj-steps-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.woocommerce-clj-steps-products > .product {
  display: block;
  padding: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.woocommerce-clj-steps-patch {
  display: block;
  padding: 1rem;
}

.woocommerce-clj-steps-patch label {
  position: relative;
  overflow: hidden;
  border: 2px solid #EEE;
  display: block;
  text-align: center;
  padding: 1rem;
  height: 100%;
  cursor: pointer;
}

.woocommerce-clj-steps-patch label input {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.woocommerce-clj-steps-patch label.checked {
  border-color: #b5b5b5;
}

.woocommerce-clj-steps-schools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-clj-steps-schools .woocommerce-clj-steps-school {
  display: block;
  padding: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.woocommerce-clj-steps-schools .woocommerce-clj-steps-school label {
  position: relative;
  overflow: hidden;
  border: 2px solid #EEE;
  display: block;
  text-align: center;
  padding: 1rem;
  height: 100%;
  cursor: pointer;
}

.woocommerce-clj-steps-schools .woocommerce-clj-steps-school label input {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.woocommerce-clj-steps-schools .woocommerce-clj-steps-school label.checked {
  border-color: #b5b5b5;
}

.woocommerce-clj-steps-schools .woocommerce-clj-steps-patch {
  width: calc(100% / 6);
}

.woocommerce-clj-steps-schools .woocommerce-clj-steps-patch label {
  padding: 0.5rem;
}

.woocommerce-clj-steps-schools .woocommerce-clj-steps-patch p {
  margin-bottom: 0;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.woocommerce-clj-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  min-height: 2rem;
}

.woocommerce-clj-steps:not(:last-child) {
  margin-bottom: 1.5rem;
}

.woocommerce-clj-steps .step-item {
  margin-top: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.woocommerce-clj-steps .step-item:not(:first-child) {
  -ms-flex-preferred-size: 1em;
      flex-basis: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.woocommerce-clj-steps .step-item:not(:first-child)::before {
  content: " ";
  display: block;
  position: absolute;
}

.woocommerce-clj-steps .step-item::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #00d1b2));
  background: linear-gradient(to left, #dbdbdb 50%, #00d1b2 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.woocommerce-clj-steps .step-item::before .step-marker {
  color: white;
}

.woocommerce-clj-steps .step-item.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-active .step-marker {
  background-color: white;
  border-color: #00d1b2;
  color: #00d1b2;
}

.woocommerce-clj-steps .step-item.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-completed .step-marker {
  color: white;
  background-color: #00d1b2;
}

.woocommerce-clj-steps .step-item .step-marker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #b5b5b5;
  color: white;
  border: 0.2em solid #fff;
  z-index: 1;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.woocommerce-clj-steps .step-item .step-details {
  text-align: center;
}

.woocommerce-clj-steps .step-item.is-white::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, white));
  background: linear-gradient(to left, #dbdbdb 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-white.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-white.is-active .step-marker {
  background-color: white;
  border-color: white;
  color: white;
}

.woocommerce-clj-steps .step-item.is-white.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-white.is-completed .step-marker {
  color: #0a0a0a;
  background-color: white;
}

.woocommerce-clj-steps .step-item.is-black::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #0a0a0a));
  background: linear-gradient(to left, #dbdbdb 50%, #0a0a0a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-black.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-black.is-active .step-marker {
  background-color: white;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.woocommerce-clj-steps .step-item.is-black.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-black.is-completed .step-marker {
  color: white;
  background-color: #0a0a0a;
}

.woocommerce-clj-steps .step-item.is-light::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, whitesmoke));
  background: linear-gradient(to left, #dbdbdb 50%, whitesmoke 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-light.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-light.is-active .step-marker {
  background-color: white;
  border-color: whitesmoke;
  color: whitesmoke;
}

.woocommerce-clj-steps .step-item.is-light.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-light.is-completed .step-marker {
  color: #363636;
  background-color: whitesmoke;
}

.woocommerce-clj-steps .step-item.is-dark::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #363636));
  background: linear-gradient(to left, #dbdbdb 50%, #363636 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-dark.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-dark.is-active .step-marker {
  background-color: white;
  border-color: #363636;
  color: #363636;
}

.woocommerce-clj-steps .step-item.is-dark.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-dark.is-completed .step-marker {
  color: whitesmoke;
  background-color: #363636;
}

.woocommerce-clj-steps .step-item.is-primary::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #00d1b2));
  background: linear-gradient(to left, #dbdbdb 50%, #00d1b2 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-primary.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-primary.is-active .step-marker {
  background-color: white;
  border-color: #00d1b2;
  color: #00d1b2;
}

.woocommerce-clj-steps .step-item.is-primary.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-primary.is-completed .step-marker {
  color: #fff;
  background-color: #00d1b2;
}

.woocommerce-clj-steps .step-item.is-link::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #3273dc));
  background: linear-gradient(to left, #dbdbdb 50%, #3273dc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-link.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-link.is-active .step-marker {
  background-color: white;
  border-color: #3273dc;
  color: #3273dc;
}

.woocommerce-clj-steps .step-item.is-link.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-link.is-completed .step-marker {
  color: #fff;
  background-color: #3273dc;
}

.woocommerce-clj-steps .step-item.is-info::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #209cee));
  background: linear-gradient(to left, #dbdbdb 50%, #209cee 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-info.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-info.is-active .step-marker {
  background-color: white;
  border-color: #209cee;
  color: #209cee;
}

.woocommerce-clj-steps .step-item.is-info.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-info.is-completed .step-marker {
  color: #fff;
  background-color: #209cee;
}

.woocommerce-clj-steps .step-item.is-success::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #23d160));
  background: linear-gradient(to left, #dbdbdb 50%, #23d160 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-success.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-success.is-active .step-marker {
  background-color: white;
  border-color: #23d160;
  color: #23d160;
}

.woocommerce-clj-steps .step-item.is-success.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-success.is-completed .step-marker {
  color: #fff;
  background-color: #23d160;
}

.woocommerce-clj-steps .step-item.is-warning::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #ffdd57));
  background: linear-gradient(to left, #dbdbdb 50%, #ffdd57 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-warning.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-warning.is-active .step-marker {
  background-color: white;
  border-color: #ffdd57;
  color: #ffdd57;
}

.woocommerce-clj-steps .step-item.is-warning.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-warning.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffdd57;
}

.woocommerce-clj-steps .step-item.is-danger::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #ff3860));
  background: linear-gradient(to left, #dbdbdb 50%, #ff3860 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.woocommerce-clj-steps .step-item.is-danger.is-active::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-danger.is-active .step-marker {
  background-color: white;
  border-color: #ff3860;
  color: #ff3860;
}

.woocommerce-clj-steps .step-item.is-danger.is-completed::before {
  background-position: left bottom;
}

.woocommerce-clj-steps .step-item.is-danger.is-completed .step-marker {
  color: #fff;
  background-color: #ff3860;
}

.woocommerce-clj-steps .woocommerce-clj-steps-content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 2rem 0;
}

.woocommerce-clj-steps .woocommerce-clj-steps-content .step-content {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.woocommerce-clj-steps .woocommerce-clj-steps-content .step-content.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.woocommerce-clj-steps .woocommerce-clj-steps-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.woocommerce-clj-steps .woocommerce-clj-steps-actions .woocommerce-clj-steps-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: .5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-clj-steps .woocommerce-clj-steps-actions .woocommerce-clj-steps-action button {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-clj-steps .woocommerce-clj-steps-actions .woocommerce-clj-steps-action button.hidden-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-clj-steps .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}

.woocommerce-clj-steps .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}

.woocommerce-clj-steps .step-item .step-marker .icon * {
  font-size: 1rem;
}

.woocommerce-clj-steps .step-item .step-details {
  margin-top: 2rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.woocommerce-clj-steps .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.woocommerce-clj-steps.is-small {
  font-size: 0.75rem;
  min-height: 1.5rem;
}

.woocommerce-clj-steps.is-small .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 0.75rem;
}

.woocommerce-clj-steps.is-small .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: calc(50% - 0.75rem);
}

.woocommerce-clj-steps.is-small .step-item .step-marker .icon * {
  font-size: 0.75rem;
}

.woocommerce-clj-steps.is-small .step-item .step-details {
  margin-top: 1.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.woocommerce-clj-steps.is-small .step-item .step-details .step-title {
  font-size: 0.9rem;
  font-weight: 600;
}

.woocommerce-clj-steps.is-medium {
  font-size: 1.25rem;
  min-height: 2.5rem;
}

.woocommerce-clj-steps.is-medium .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.25rem;
}

.woocommerce-clj-steps.is-medium .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: calc(50% - 1.25rem);
}

.woocommerce-clj-steps.is-medium .step-item .step-marker .icon * {
  font-size: 1.25rem;
}

.woocommerce-clj-steps.is-medium .step-item .step-details {
  margin-top: 2.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.woocommerce-clj-steps.is-medium .step-item .step-details .step-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.woocommerce-clj-steps.is-large {
  font-size: 1.5rem;
  min-height: 3rem;
}

.woocommerce-clj-steps.is-large .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.5rem;
}

.woocommerce-clj-steps.is-large .step-item .step-marker {
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc(50% - 1.5rem);
}

.woocommerce-clj-steps.is-large .step-item .step-marker .icon * {
  font-size: 1.5rem;
}

.woocommerce-clj-steps.is-large .step-item .step-details {
  margin-top: 3rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.woocommerce-clj-steps.is-large .step-item .step-details .step-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #00fdff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

