/* BinBon Related Product layout - v1.5.4 */
.related-products .module-title.bb-related-title-background h2,
.related-products .module-title h2.bb-related-title-text {
  display: inline-block;
  background: #2f333a !important;
  color: #fff !important;
  padding: 5px 14px !important;
  line-height: 30px;
}
.related-products .module-title.bb-related-title-background h2 a,
.related-products .module-title.bb-related-title-background h2 span,
.related-products .module-title h2.bb-related-title-text a,
.related-products .module-title h2.bb-related-title-text span {
  color: #fff !important;
}
.bb-related-page {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
}
.bb-related-page > .product-layout {
  width: 100%;
  min-width: 0;
  float: none !important;
  margin-top: 0 !important; /* neutralize Sneaker Shoes .grid-style:not(:first-child){margin-top:40px} */
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 28px;
}
.related-products .owl-container {
  margin-left: -15px;
  margin-right: -15px;
}
.related-products .owl-carousel .owl-item .bb-related-page img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .bb-related-page > .product-layout {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
  }
  .related-products .owl-container {
    margin-left: -8px;
    margin-right: -8px;
  }
}
