/* .xoo-wsc-container,
.xoo-wsc-drawer,
.xoo-wsc-slider {
  z-index: 999999999999999 !important;
}

.xoo-wsc-container {
  z-index: 999999999999999 !important;
}

div#chat-widget-container {
  z-index: 73639 !important;
}
 */
/* Search Page */
form.xoo-wsc-sl-apply-coupon {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  margin: 20px 0;
  flex-wrap: wrap;
}

input[name="xoo-wsc-slcf-input"] {
  flex-grow: 1;
  text-align: center;
}

body.search-results .cart_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.search-results .cart_more a {
  width: auto !important;
  padding: 6px 18px !important;
  height: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #45b890 !important;
}

body.search-results .block.courseitem.course3 {
  border: 1px solid #e7e7e7 !important;
}

/* 
.row.cart_more {
    width: auto;
}

body.search-results .row.cart_more {
    display: flex;
    align-items: center;
    justify-content: space-around;
} */

@media (max-width: 991px) {
  #buddypress ul.item-list li {
    padding: 20px 20px;
    margin: 20px 0 !important;
    border-radius: 5px;
    box-shadow: #ddd 0px 0 15px 0;
    border: 1px solid #f5f5f5;
  }
}

/* Loader when button is in loading state */
.sa_ctm_btn.loading::after,
.spinner-loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background: url("../avif/loader7-1.avif") no-repeat center center;
  background-size: contain;

  /* make it spin */
  animation: spinLoader 1s linear infinite;
}

/* spin animation */
@keyframes spinLoader {
  100% {
    transform: rotate(360deg);
  }
}

.sa_ctm_btn.loading::before,
.spinner-loader::before {
  content: "";
  left: 0 !important;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  position: absolute;
  opacity: 0.5;
}

/* Loader when button is in loading state ends */

@media (max-width: 576px) {
  .xoo-wsc-ft-extras form.xoo-wsc-sl-apply-coupon {
    flex-wrap: nowrap;
    height: 30px;
    margin: 0;
  }

  .xoo-wsc-sl-apply-coupon .xoo-wsc-btn {
    padding: 0 10px;
    height: 100%;
    font-size: 12px;
  }

  .xoo-wsc-sl-apply-coupon input {
    width: 80%;
    height: 100%;
    font-size: 16px;
    flex-grow: unset !important;
  }

  .xoo-wsc-ft-amt span {
    font-size: 12px !important;
  }

  .xoo-wsc-ft-buttons-cont {
    gap: 5px;
  }

  .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
    padding: 8px 10px;
    font-size: 12px;
  }

  .xoo-wsc-ft-totals {
    padding: 3px 0;
  }
}

.xoo-wsc-markup.xoo-wsc-align-right {
  position: relative;
  z-index: 999999999;
}
 