﻿@media (max-width: 768px) {
  .listCategoryCourse,
  .LinkViewTutorialCourse {
    flex: 1 0 auto;
  }
  .ItemCategoriesCourses {
    overflow: auto;
  }
}
.itemLove {
  .item {
    border-radius: 1.33rem;
    padding: 0.26rem 1.66rem;
    &.active {
      background-color: var(--CustomColor5);

      color: var(--Black);
      font-weight: bold;
    }
  }
}
.LoveStarting {
  svg {
    width: 1.5rem;
  }

  .boxZananeh {
    overflow: hidden;
    border: 1px solid var(--CustomColor8);
    border-radius: 0.66rem;
  }
}

@media (max-width: 768px) {
  .boxZananeh {
    min-height: 272px;
  }

  .boxZananeh a {
    flex-grow: 1;
    justify-content: space-between;
  }
}
/* swiper  */
.vitrin-box {
  img {
    border: 0.1rem solid var(--accent-color);
    border-radius: 0.66rem;
  }
  svg {
    width: 1.5rem;
  }
  .offer {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .vitrin-container {
    min-height: 272px !important;
  }
}

.tab-label {
  font-weight: normal;
}

.tab-label .active {
  font-weight: 700;
}
