.page-header-regular .header, .header_on_scroll .header {
  border-top: 10px solid #000;
}
.hero-header .regular-title {
  margin: 4vh 0;
  padding: 0;
  border-bottom: 1px solid;
}
.page-title {
  font-size: 20px!important;
  font-weight: 600;
}
.term-description, .shop-intro-text {
    margin: 15px auto 0;
    max-width: 768px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.taxonomy-description p {
  text-transform: uppercase;
  font-weight: 400;
}
.post .post-title h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.1rem;
  text-align: center;
}
.related-posts {
  border-top: 1px solid rgb(0 0 0);
}
.post-share {
  border-top: 0px solid #eee;
}
.et-product-detail .product-showcase {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}
.gallery .gallery-item {
    padding: 1%;
}
@media only screen and (max-width: 600px) {

.gallery.gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  figure {
    margin-bottom: 0;
  }
}