.related-product-wrpper {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
.related-product-wrpper .section-toggle-tab {
  max-width: 1160px;
  padding: 0 20px;
}
.related-product-wrpper .tabs.tabs {
  position: relative;
  display: block;
  padding: 0;
}
.related-product-wrpper .tabs.tabs:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.related-product-wrpper .tabs.tabs:not(.owl-loaded) .tab-item.tab-item {
  white-space: normal;
}
.related-product-wrpper .tabs.tabs.owl-loaded::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 50px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.166), #fff);
}
.related-product-wrpper .tabs.tabs .owl-stage {
  margin: 0 auto;
  display: flex;
}
.related-product-wrpper .tabs.tabs .owl-item {
  display: inline-block;
  vertical-align: middle;
}
.related-product-wrpper .tabs.tabs .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 0;
}
.related-product-wrpper .tab-item.tab-item {
  font-family: 'Taviraj-Light';
  font-weight: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 102px;
  height: 100%;
  text-align: center;
  font-size: 0;
}
.related-product-wrpper .tab-item.tab-item.active {
  font-family: 'Taviraj-Regular';
}
.related-product-wrpper .tab-item--image {
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
}
.related-product-wrpper .tab-item--image img[src=""] {
  opacity: 0;
}
.related-product-wrpper .tab-item--image img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.related-product-wrpper .tab-item--text {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 5px 0;
  padding: 0 15px;
  overflow: hidden;
  max-height: 38px;
}
@media (min-width: 768px) {
  .related-product-wrpper .tab-item.tab-item {
    width: 160px;
  }
  .related-product-wrpper .tab-item--image {
    width: 65px;
    height: 65px;
    margin-bottom: 5px;
  }
  .related-product-wrpper .tab-item--text {
    font-size: 20px;
    line-height: 24px;
    max-height: 50px;
  }
}
