.max-lines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.w-fitcontent {
  width: fit-content;
}

.rtl {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.navbar-brand {
  width: 120px;
  height: auto;
}

/* Theme Customs */

.tf-page-title .overlay {
  /* background: url('../29ab8763-78b0-46b1-8518-7a34a6e9a0b5/banner-top-img.jpg') center center no-repeat; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tf-page-title .overlay-bg {
background-color: transparent;
}

.page-title.inner {
z-index: 1000;
position: relative;
}

header {
position: relative;
z-index: 500;
}

.banner-top-container {
margin-top: -100px;
position: relative;
}

.category-nav__items {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 60px;
  justify-content: end;
  flex-wrap: wrap;
}

.category-nav__items > li > a {
  padding: 20px;
}

@media screen and (max-width: 992px) {
  .category-nav__items {
      justify-content: center;
  }

  .category-nav__items > li  {
      margin-bottom: 30px;
  }
}

.active-category {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.15);
}

#products .item-courses.item-courses-locked .box-feature {
  position: relative;
  overflow: hidden;
}

#products .item-courses.item-courses-locked .box-feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(105, 80, 125, 0.8);
  width: 100%;
  height: 100%;
  z-index: 50;
}

#products .item-courses.item-courses-locked .box-feature::after {
  content: '';
  position: absolute;
  left: calc(50% - 32px);
  top: 40px;
  background-image: url('../30e2e4a2-774a-4375-a477-3ad266037772/lock-icon.png');
  width: 63px;
  height: 63px;
  z-index: 55;
  opacity: 0.7;
}

#products .item-courses .box-content {
  z-index: 60;
  position: relative;
}

#products .item-courses .box-content {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}

.banner-top-container .breadcrumbs ul li:last-child a::after {
  display: none;
}

.box-shadow-theme {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}

.video-container,
.register-container {
  margin-top: -140px;
  position: relative;
  z-index: 10;
}

.register-container h1 {
  font-size: 4em;
}

.register-container h3 {
  font-size: 20px;
}

.account-container {
  background: url('../29ab8763-78b0-46b1-8518-7a34a6e9a0b5/banner-top-img.jpg') center center no-repeat;
  background-size: cover;
  padding-top: 160px;
  margin-top: -100px;
  padding-bottom: 140px;
  margin-bottom: -60px;
}

.item-courses {
  width: 100%;
}

.cart-add-modal {
  background-image: url('../6d853286-58f5-4b18-af92-9bbe59394782/modal-bg.png');
  background-size: 100% 70%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.cart-add-modal .fl-btn {
  padding: 0 20px;
  margin: 0 10px;
  text-align: center;
  width: auto;
}

.cart-add-modal .fl-btn.st-9 {
  background: transparent;
}

.cart-add-modal p {
  color: #ffffff;
}

.cart-add-modal .modal-footer {
  border-top: none;
  border-bottom: none;
}

.cart-add-modal .modal-footer img {
  filter: invert(1);
}

.navbar-toggler {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.alert {
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  padding: 30px 20px;
}

.alert > button.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.notification-container {
  position: absolute;
  width: 100%;
  z-index: 10000;
  padding: 0 30px;
}

.notification-container .alert {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}

.form-check-label,
.cart-checkout label {
  font-size: 15px;
}

