/*******************************************************
    SP Manufacturer Style
********************************************************/
.sp-manu-slider {
  padding: 20px 0 10px;
}

/* .sp-manu-slider .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
 display: none; } */
h3.module-tilte {
  /*font-size: 18px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;*/
  position: relative;
  padding: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  text-transform: initial;
}

.ps-spotlight7.clearfix h3.module-tilte {
  margin-top: 60px;
}

span.ecm_viewedproduct6 {
  font-size: 32px;
  font-weight: 400;
  color: #292929;
  padding-bottom: 30px;
}

h3.module-tilte:before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: -2px;
  height: 2px;
  width: 8%;
  background: #b11016;
}

/*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px#D6D6D6;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
*/
.with_scroll {
  overflow-x: hidden;
  max-height: 440px;
  overflow-y: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbnail-container.product-container {
  /*margin: 0 0 0px !important;*/
}

.featured-products-moduletable {
  padding-left: 15px;
  padding-right: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media(max-width: 768px) {
  h3.module-tilte {
    font-size: 16px;
    font-weight: 600;
  }

  span.ecm_viewedproduct6 {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    padding-bottom: 15px;
    display: block;
  }

}