
body, p, {
  font-family: "Noto Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.middle .main p {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

h1,h2,h3,h4,h5,h6 {
   font-family: "Noto Sans", sans-serif !important;
}

p strong {
    font-family: "Noto Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  font-family: "Noto Sans", sans-serif !important;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
}

.faq-icon {
  display: inline-block;
  width: 20px;
  font-size: 20px;
  margin-right: 10px;
  transition: transform 0.2s ease;
}

.cat-products {
  min-height: 700px !important;
}


header .second-menu h2 a {
  font-size: 16px;
}

.second-menu h2 {
  margin-top: 5px !important;
}

.navbar {
  min-height: 30px !important;
}


@media (min-width: 768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        
        margin-left: 35px;
    }
}

.stovepost {
  background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border: solid #EDEDED 1px;
    border-radius: 5px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand, .brand a {
  color: #FE4F00 !important;
}

.btn-primary {
    color: #fff;
    background-color: #FE4F00;
    border-color: #eee;
  }

.btn-primary:hover {
    color: #fff;
    background-color: #FE4F00;
     filter: brightness(115%);
    border-color: #eee;
  }


