/****/
header {
  z-index: 99;
}

.single-course .course-meta .meta-item:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 767px) {
  .single-course .course-meta .meta-item {
    width: 50%;
  }
  .single-course .course-meta .meta-item:nth-child(3n+1) {
    clear: none;
  }
  .single-course .course-meta .meta-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 400px) {
  .single-course .course-meta .meta-item {
    width: 100%;
  }
}

.icon-level {
  background: url("../images/level-up.png") no-repeat scroll center center transparent;
}

.icon-price {
  background: url("../images/price-tag.png") no-repeat scroll center center transparent;
}

.icon-students {
  background: url("../images/student.png") no-repeat scroll center center transparent;
}

.gbb-row.gsc-equal-height .column-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.checkout-pane-payment-information {
  margin-bottom: 20px;
}
.checkout-pane-payment-information .field--name-address {
  width: 100%;
  float: left;
}

.customer-information .field__label {
  font-weight: 600;
  color: #222;
  margin-top: 15px;
}

.order-information {
  margin-bottom: 45px;
}
.order-information .field__label, .order-information .views-field-title {
  font-weight: 600;
  color: #222;
}
.order-information table {
  margin-top: 30px;
}
.order-information table thead th {
  font-weight: 600;
  color: #222;
}

.checkout-pane-payment-information {
  margin-bottom: 20px;
}
.checkout-pane-payment-information .field--name-address {
  width: 100%;
  float: left;
}

.path-user .order-information {
  float: left;
  width: 100%;
}
.path-user .order-information > .field {
  float: left;
  margin-right: 20px;
  width: 30%;
}
@media (max-width: 300px) {
  .path-user .order-information > .field {
    width: 100%;
  }
}
.path-user .order-information > .field .field__label {
  font-weight: 600;
  color: #222;
}
.path-user .order-information > .field.field--name-order-items, .path-user .order-information > .field.field--name-total-price {
  width: 100%;
  margin-top: 20px;
  margin-right: 0;
}

.form-item-payment-information-add-payment-method-billing-information-copy-to-address-book {
  width: 100%;
  float: left;
}

.alert {
  border-radius: 0 !important;
}

.alert.alert-dark {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Courses page exposed filters: one clean desktop row with balanced controls. */
.path-courses .views-exposed-form {
  display: grid;
  grid-template-columns: minmax(280px, 1.8fr) minmax(190px, 1fr) minmax(190px, 1fr) auto;
  align-items: end;
  column-gap: 14px;
  row-gap: 0;
  max-width: 1140px;
  margin: 0 auto 24px;
  padding: 0 8px;
}
.path-courses .views-exposed-form .form-item,
.path-courses .views-exposed-form .form-actions {
  margin: 0;
  min-width: 0;
}
.path-courses .views-exposed-form .form-item label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.path-courses .views-exposed-form .form-text,
.path-courses .views-exposed-form .form-select {
  height: 42px;
  min-height: 42px;
  width: 100%;
}
.path-courses .views-exposed-form .form-actions {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-self: start;
}
.path-courses .views-exposed-form .form-actions .button {
  height: 42px;
  min-height: 42px;
  padding: 0 22px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .path-courses .views-exposed-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }
  .path-courses .views-exposed-form .form-item,
  .path-courses .views-exposed-form .form-actions {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .path-courses .views-exposed-form .form-actions .button {
    width: 100%;
  }
}
