.container{
  max-width: 1140px;
  margin: 0 auto;
  padding-left: var(--pd-cont);
  padding-right: var(--pd-cont);
}
.related-related-list{
  display: flex;
  gap:25px;
  flex-wrap: wrap;
}
.related-product-container{
  padding: 0 15px;
}
.related-content-container h3{
  text-align: center;
  color: #202020;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  padding-top:10px;
}
.related-content-container a{
  text-decoration: none;
}
.related-product-container h2{
  margin-bottom: 20px;
  font-size: 30px;
  color: #202020; 
  font-weight: normal;
}
.related-product-container h2 span{
  color: #006CB7;
}
.product-item-list{
  box-shadow: 0px 15px 20px 5px rgba(0, 108, 183, 0.65);
}
.related-content-container .product-img-container {
  transition: all 0.3s ease-in-out;
}
.related-content-container:hover .product-img-container {
  box-shadow: 0 10px 15px rgba(0, 108, 183,0.5);
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}
.detail-container{
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
#antiHero .slick-track{
  display: flex; 
}
 
.galery-container{
  flex:0 0 100%;
  max-width:100%;
}
.product-detail-container{
  flex: 0 0 100%; 
}
.galery-container .galery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 300px;  
  border: 1px solid #ccc;
}
.galery-container .galery-item img{
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#antiHeroThumb .slick-track{
  margin: 0;
}
#antiHeroThumb .thumb-item{
  margin-right: 15px;
  border: 1px solid #ccc;
}
.detail-container-hero-container img{
  max-width: 100%;
}
.product-detail-description{
  margin-bottom: 40px;
}
.detail-freature-list{ 
  list-style: none;
  display: flex;
  padding: 0;
  gap:10px;
  border-bottom: 1px solid #ececec;
  width: 100%;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.featDesc{
  font-size: 14px;
}
.featTitle{
  font-weight: 600 !important;
}
.featTitle {
  margin-bottom: 10px;
}
.detail-freature-list > .featured{
  cursor: pointer;
}
.detail-freature-list > .featured img{
  opacity: 0.3;
  width: 51px;
  height: 50px;
}
.detail-freature-list > .featured.active img{
  opacity: 1;
}
.featDescription{
  display: none;
}
.featDescription.show{
  display: block;
}
.main-detail-product-container{
  background: url(../img/bg-fade.jpg) no-repeat left top;
  padding: 50px 15px;
}
.news-img-container img{
  width: 100%;
}
.single-post-container{
  margin-bottom: 40px;
}
.related-post-item a {
  text-decoration: none;
}
.related-post-item a h3.post-item-title{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #202020;
  margin-bottom: 10px;
}
.related-post-item a .meta-date{
  font-size: 12px;
  color: #adadad;
}
.blog-entry-meta{
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
  display: flex;
  gap: 15px;
}
.blog-post-time{
  font-size: 13px;
  color: #adadad;
  line-height: 1.3em;
} 
.related-related-list > div.posts-item {
  flex: 0 0 calc(50%  - 15px);
}
.detail-container-hero-container{
  height: 250px;
}
@media (min-width: 768px) {
  .detail-container{
    margin-bottom: 50px;
  }
  #antiHeroThumb {
    padding-bottom: 20px;
  }
  #antiHeroThumb  .thumb-item{
    width: 100px !important;
    height: 100px;
    flex: 0 0 ;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
  }
  .thumb-item img{
    width: 100px !important;
    object-fit: cover;
    object-position: center;
  }
  #antiHero{
    margin-bottom: 20px ;
  }
  .detail-container-hero-container{
    height: 400px;
    overflow: hidden;
    position: relative;
    overflow: hidden; 
    text-align: right;
  }
  .detail-container-hero-container img{
    max-width: 70%;
    height: 400px;
    object-fit: cover;
    object-position: center right;
    width: 100%;
  }
  .detail-container-hero-container::before{
    content: '';
    display: block;
    width: 43%;
    position: absolute;
    top: 0;
    bottom: 0;
    left:  0px;
    transform: skew(25deg);
    background: #fff;
  }
  .breadcrumb-container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .galery-container .galery-item{
    height: 400px;
  }
  .galery-container{
    flex:0 0 50%;
    max-width:50%;
  }
  .product-detail-container{
    flex: 0 0 calc(50% - 50px); 
  }
  .main-detail-product-container{
    background: url(../img/bg-fade.jpg) no-repeat left top;
    padding-right: 80px 15px;
  }
  .related-product-container{
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  .related-related-list > div.posts-item{
    flex: 0 0 calc( 25% - 19px);
  }
  .related-content-container .img-container{
    height: 255px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}