﻿.enhanced-topic-post-banner {
  margin-bottom: 20px;
}

.enhanced-topic-post-banner .topic-overview-picture {
  display: block;
  position: relative;
}

.enhanced-topic-post-banner .topic-overview-picture {
  display: block;
  position: relative;
}


  .enhanced-topic-post-banner .topic-overview-picture img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0) scale(1, 1);
    height: auto;
    width: auto !important;
  }

.enhanced-topic-post-banner .short-overview {
  line-height: 22px;
  font-size: 14px;
  color: #777;
  display: inline;
}

.enhanced-topic-post-banner .view-more:hover {
  text-decoration: underline;
}

.enhanced-topic-post-banner .view-more {
  display: inline-block;
  color: #4ab2f1;
}
.enhanced-topic-banner{
    margin-bottom:20px;
}
.enhanced-topic-mobile,
.enhanced-topic-desktop{
    display: flex;
}
  .enhanced-topic-mobile img,
  .enhanced-topic-desktop img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 350px;
    margin: auto;
  }
.enhanced-topic-pages {
  margin-bottom: 0;
  margin-top: 20px;
}
.enhanced-topic-pages .topic-product-slider .item-box {
  margin: 0;
  float: unset;
  width: unset;
}
  .enhanced-topic-pages .topic-collection {
    margin-bottom: 50px;
  }
.topic-page .RelatedProducts .product-title a,
.topic-product-slider .item-box .product-title a {
  text-decoration: none;
}

.topic-product-slider .owl-nav button {
  margin-top: -12px;
  width: 25px;
  height: 25px;
}

  .topic-product-slider .owl-nav button span {
    line-height: 1px;
  }

  .topic-product-slider .owl-nav button.disabled:hover,
  .topic-product-slider .owl-nav button.disabled {
    background: #ddd !important;
  }

.topic-product-slider .owl-nav div {
  background: #eaeaea;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 0px;
  transform: translateY(-50%);
  cursor: pointer;
}

  .topic-product-slider .owl-nav .owl-next.disabled:hover,
  .topic-product-slider .owl-nav .owl-next.disabled,
  .topic-product-slider .owl-nav .owl-prev.disabled:hover,
  .topic-product-slider .owl-nav .owl-prev.disabled,
  .topic-product-slider .owl-nav div:hover {
    background: #ddd;
  }

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #4ab2f1;
}

.topic-product-slider .owl-nav .owl-prev {
  left: 0;
  top: 50% !important;
  margin: 0 !important;
}

  .topic-product-slider .owl-nav .owl-prev:after {
    background: url("../images/left-arrow-gray.png") no-repeat center;
  }

.topic-product-slider .owl-nav .owl-next {
  right: 0;
  margin: 0 !important;
  top: 50% !important;
}

  .topic-product-slider .owl-nav .owl-next:after {
    background: url("../images/right-arrow-gray.png") no-repeat center;
  }

.topic-product-slider .owl-nav div:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  background-size: 14px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.topic-collection .title strong {
  font-weight: normal;
}

.topic-collection .title {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
.enhanced-topic-post-banner .text-body,
.enhanced-topic-post-banner .body-overview-text {
    line-height: 22px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s;
}
  .enhanced-topic-post-banner .body-overview-text{
      padding: 0 10px;
  }
  .enhanced-topic-post-banner .topic-page-title .topic-title:hover, .enhanced-topic-post-banner .topic-page-title .topic-title:focus {
    color: #4ab2f1;
  }

.enhanced-topic-post-banner .topic-page-title {
  text-align: center;
  padding: 20px 10px;
  display: block;
}

  .enhanced-topic-post-banner .topic-page-title .topic-title {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
  }

.topic-collection .enhanced-topic-grid {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 25px;
}
.enhanced-topic-pages .item-box{
    margin-bottom: 30px;
}
.enhanced-topic-page.page {
  min-height: auto;
}

@media (max-width: 480px) {
  .topic-collection .enhanced-topic-grid {
    grid-template-columns: 100%;
  }
}


@media (min-width: 481px) {
  .item-box .prices {
    min-height: 44px;
  }
}

@media (min-width: 1001px) {

  .enhanced-topic-post-banner .text-body,
  .enhanced-topic-post-banner .body-overview-text {
    text-align: justify;
  }
  .enhanced-topic-pages  .item-box
  {
    width: 24%;
    margin: 0 0.5% 30px;
  }

  .enhanced-topic-pages  .item-box:nth-child(3n+1) {
    clear: none;
  }

  .enhanced-topic-pages .item-box:nth-child(4n+1) {
    clear: both;
  }

}