.featured-theme-title {
  font-size: 15px;
  color: #fff;
  font-family: OpenSans-EB, "Open Sans", sans-serif;
  padding: 0 7px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-overflow: ellipsis;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 326px) {
  .featured-theme-title {
    font-size: 12px;
  }
}

.featured_theme_title {
  font-size: 15px;
  color: #363636;
  font-family: "OpenSans-SB", "Open Sans", "sans-serif";
  /*  margin: 0% !important;
  padding: 0px 7px;*/
  text-align: center;
}

/* FLEX */
.featured-theme-flex-container {
  display: flex;
  flex-flow: row wrap;
  text-overflow: ellipsis;
}

.featured-theme-flex-container > a {
  width: 12.5%;
  position: relative;
}

#featured-themes-carousel {
  display: flex;
}

#featured-themes-carousel .owl-nav button.owl-prev {
  top: 50%;
  position: absolute;
  left: 10px;
}

#featured-themes-carousel .owl-nav button.owl-next {
  top: 50%;
  position: absolute;
  right: 10px;
}

#featured-themes-carousel .owl-nav button.owl-prev i,
#featured-themes-carousel .owl-nav button.owl-next i {
  font-size: 4vw;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: -2vw;
  margin: 0;
  display: block;
}

#featured-themes-carousel .owl-buttons div {
  opacity: 1;
}

@media (max-width: 480px) {
  .featured-theme-flex-container > a {
    width: 25%;
  }
  .featured_theme_title {
    font-size: 12px;
  }
}

#featured-themes-carousel:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-template-rows: auto repeat(10, 0);
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  #featured-themes-carousel:not(.owl-loaded) {
    grid-template-columns: repeat(6, auto);
  }
}

@media screen and (max-width: 580px) {
  #featured-themes-carousel:not(.owl-loaded) {
    grid-template-columns: repeat(4, auto);
  }
}

@media screen and (max-width: 480px) {
  #featured-themes-carousel:not(.owl-loaded) {
    grid-template-columns: repeat(3, auto);
  }
}
