@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.font-header,
.font-header-Cabin .error-title,
.font-header-Cabin .header .header-business-name,
.font-header-Cabin .header .navbar-brand,
.font-header-Cabin .footer .footer-business-name,
.font-header-Cabin .title .title-heading,
.font-header-Cabin .businessinfo .contact-title,
.font-header-Cabin .employees .employees-name,
.font-header-Cabin h5.modal-title,
.font-header-Cabin .gallery .gallery-album-name,
.font-header-Cabin .list .list-text-title,
.font-header-Cabin .productslideshow .productslideshow-title-heading,
.font-header-Cabin .productslideshow .productslideshow-item h3.product-title,
.font-header-Cabin .detailedlist .detailedlist-item-title,
.font-header-Cabin .products-loading-container .loader-text,
.font-header-Cabin .products .filter-item-title,
.font-header-Cabin .products .product-title,
.font-header-Cabin .productdetails .product-title,
.font-header-Cabin .cart-preview .product-title,
.font-header-Cabin .products-modal .product-title,
.font-header-Cabin .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Cabin .eCommerce .shoppingcart-titles,
.font-header-Cabin h1,
.font-header-Cabin h2,
.font-header-Cabin h3,
.font-header-Cabin h4,
.font-header-Cabin h5,
.font-header-Cabin h6 {
  font-family: "Barlow", sans-serif;
  /* font-weight: 400; */
}
 h4 {
	color: #ffffff;
  font-weight: 400 !important;
      font-size: 1.4rem;
}
.font-body,
.font-body-Poppins,
.font-body-Poppins .products .filter-item label.form-check-label,
.font-body-Poppins .contact-details,
.font-body-Poppins .gallery-img-text,
.font-body-Poppins .form label,
.font-body-Poppins .businessinfo label {
  font-family: "Barlow", sans-serif;
  /* font-weight: 400; */
}

.font-body-Poppins .font-bold,
.font-body-Poppins .header .nav-link,
.font-body-Poppins .header .dropdown-item,
.font-body-Poppins .footer .nav-link,
.font-body-Poppins .footer .dropdown-item,
.font-body-Poppins .gallery .gallery-img-wrap,
.font-body-Poppins .btn,
.font-body-Poppins .eCommerce label,
.font-body-Poppins .product-results,
.font-body-Poppins .btn-link,
.font-body-Poppins .employees .employees-title,
.font-body-Poppins .page-item.active .page-link,
.font-body-Poppins .modal-success .modal-title {
  font-family: "Barlow", sans-serif;
  /* font-weight: 700; */
}

.cw-heroSection {
  background: linear-gradient(rgba(249, 175, 71, 0.7), rgba(61, 159, 213, 0.7)),
    url(https://apihoard.webit.com/api/v1/Image/95082FDCB9C0C1FCD550C1A125138E8C/95082FDCB9C0C1FCD550C1A125138E8C.jpg?size=1920x1440);
  background-size: cover;
  padding: 8em 0;
}

.cw-hours {
  color: #fff;
  max-width: 460px;
  width: 100%;
  display: block;
  margin: 0 80px;
  font-size: 24px;
  line-height: 27px;
  padding: 85px 60px 0;
  border: 14px solid #fff;
  border-bottom: 0;
}

.cw-heroBottomTXT {
  max-width: 460px;
  width: 100%;
  margin: 0 80px;
  padding: 0 0 85px;
  text-align: center;
  border: 14px solid #fff;
  border-top: 0;
}

.cw-heroSection h2 {
  max-width: 460px;
  text-align: center;
  width: 100%;
  margin: 0 80px;
  padding: 10px 10px 10px 10px;
}

@media (max-width: 768px) {
  .cw-hours {
    margin: 0 auto;
  }

  .cw-heroBottomTXT {
    margin: 0 auto;
  }

  .cw-heroSection h2 {
    margin: 0 auto;
  }
}

.productdetails-share {
  display: none;
}
