.products-container {
  margin-left: auto;
  margin-right: auto;
}

h1 {
  color: #ef1209 !important;
  font-family: Helvetica, Arial !important;
  font-size: 1.875rem !important;
  font-weight: bold !important;
}

h2 {
  color: #ef1209 !important;
  font-size: 28px;
  font-weight: bold;
}

h3 {
  color: #ef1209 !important;
  font-family: Helvetica, Arial !important;
  font-size: 1.25rem !important;
}

h4 {
  color: #ef1209 !important;
  font-size: 1.25rem !important;
}

h5 {
  color: #222 !important;
  font-size: 1.25rem !important;
  font-weight: bold;
}

.related-products {
  color: #ef1209;
}

.related-products .related-products-title {
  margin: 100px 0px 40px 0px;
}

.related-products a, .related-products a:hover, .related-products a:focus {
  color: #ef1209;
  text-decoration: none;
}

.related-products a:visited {
  color: #eeeeee;
  text-decoration: none;
}

.related-products .related-product {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .related-products .product-thumbnail {
    width: 245px;
    height: 170px;
  }
}

@media screen and (max-width: 576px) {
  #mimaki-carousel .home-carousel-img {
    height: 230px !important;
  }
  #mimaki-carousel #mimaki-carousel-caption {
    height: 0px !important;
  }
  .related-products {
    text-align: center;
  }
}
/*# sourceMappingURL=singleApplicationGallery.css.map */