.tabs.tabs {
  padding: 2.4rem 0;
}

.inner-page-section .tabs.tabs .row > [class^=col-] {
  padding: 0;
}

ul.nav-tabs {
  border-bottom: 0.2rem solid #DDDDDE;
}

ul.nav-tabs .nav-item {
  margin: 0 1.6rem;
}

ul.nav-tabs .nav-item:before {
  display: none;
}

ul.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

ul.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

ul.nav-tabs .nav-item .nav-link {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1.4rem 0;
  border: none;
  margin-bottom: -0.2rem;
  color: #75787B;
}

ul.nav-tabs .nav-item .nav-link.active {
  color: #ff0519;
  border: none;
  border-bottom: 0.2rem solid #ff0519;
}
.product-heading {
  width: 100%;
}
.tab-content {
  padding: 2.4rem;
  background: #F8F8F8;
  border-radius: 0 0 0.8rem 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}
.tabs ul.nav-pills li a.active {
  background-color: red !important;
  color: #fff !important;
}
.tabs ul.nav-pills li a:before{
  content: none !important;
}