.tm-hp {
  margin-bottom: 40px;
}

.tm-hp h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.tm-hp h2:before {
  content: "";
  display: block;
  border-top: solid 1px #ddd;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.tm-hp h2 .tm-over {
  display: inline-block;
  background: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
}

.tm-hp h2 span {
  font-style: italic;
  font-weight: 300;
}

.homefeatured .bx-controls-direction {
  text-align: center;
}

.homefeatured .bx-wrapper .bx-controls-direction a {
  position: relative;
}

.homefeatured .bx-prev {
  left: -5px;
}

.homefeatured .bx-next {
  right: -5px;
}

.homefeatured .product_list.grid .product-container {
  background: none;
}

.homefeatured .bx-controls-direction a:before {
  color: #253a51;
  font-size: 24px;
  line-height: 26px;
}

.homefeatured .bx-prev:before {
  content: "\f053";
}

.homefeatured .bx-next:before {
  content: "\f054";
}