.post-type-archive-product .hero-shop{
  padding: 170px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}
.post-type-archive-product .hero-shop::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
  opacity: .3;
}
.post-type-archive-product .hero-shop .vc_custom_heading{
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-bottom: 0;
}
