/* ============================== *
* FONT FAMILY CHANGES
* ============================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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-family: 'Poppins', sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.sidebar__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.products.products--grid .product__info * {
   font-weight: normal;
}
/* ============================== *
* COLOR CHANGES
* ============================== */
.sidebar__title {
    color: #009cde;
}
.homepage-header {
    color: #009cde;
}
.homepage .cat .cat__details {
    color: #ffffff;
}
.homepage .cat .cat__details {
	background: #064166;
}
.footer--site {
	background: #064166;
}
.contact__title h1 {
    color: #009cde !important;
}
.page__title h1 {
    color: #009cde !important;
}
.content--main h1 {
    color: #009cde !important;
}
.content--main h2 {
    color: #009cde !important;
}
/* ============================== *
* LOGO SIZE
* ============================== */
.logo-space img {
    max-height: 125px;
}
 .logo-space {
    max-height: 125px;
}
/* ============================== *
* HERO UNIT TEXT
* ============================== */
.homepage .hero-unit__content {
    width: 50%;
    left: 25%;
    text-align: left;
}
.homepage .hero-unit__text {
    border: none;
}
.homepage .hero-unit h1, .homepage .hero-unit h2, .homepage .hero-unit h3 {
    color: #8f992c;
    text-shadow: none;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
/* ============================== *
* CATEGORY MARGIN
* ============================== */
.homepage .cat {
    margin-bottom: 4px;
}
/* ============================== *
* HERO UNIT OVERLAY
* ============================== */
.homepage .hero-unit .overlay {
   background: none;
}