.product-single-desc * {
    font-family: "Roboto Condensed", sans-serif !important;
} 

.default-fonts p{
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--custom-black) !important;
    font-size: 1rem !important;
    line-height: 1.1875rem !important;
}

.default-fonts h3{
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    line-height: 1.8125rem !important;
    margin-bottom: 1rem !important;
}

.product-single-desc .table tbody tr:nth-of-type(odd) {
    background-color: rgb(78 126 255 / 5%);
}

.herocarousel a{
    font-size: 18px;
}

.footer a{
    color: #ffffff !important;
}

.footer a:hover{
    color: #ffffff !important;
}

/* start topbar css with images and language dropdown*/
.custom-topbar-wrapper .custom-container {
  flex-wrap: wrap;
}

.custom-topbar-wrapper .custom-topbar-picker {
  flex-shrink: 1;
}

.custom-topbar-wrapper .custom-icon-links .custom-img {
  max-width: 140%;
  height: auto;
}

.custom-topbar-wrapper .custom-language-picker {
  margin-left: 52px !important;
}

@media (max-width: 768px) {
  .custom-topbar-wrapper .custom-container {
    justify-content: center;
  }

  .custom-topbar-wrapper .custom-topbar-message {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .custom-topbar-wrapper .custom-topbar-picker {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }

  .custom-topbar-wrapper .custom-topbar-picker > div {
    margin-left: 0 !important;
    margin-top: 5px;
  }

  .custom-topbar-wrapper .custom-dropdown-toggle {
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap;
  }

  .custom-topbar-wrapper .custom-icon-links .custom-img {
    max-width: 100%;
    height: auto;
  }

  .custom-topbar-wrapper .custom-language-picker {
    margin-left: 0 !important;
    margin-top: 5px !important;
    justify-content: center !important;
  }
}
/* end topbar css with images and language dropdown*/

/* @media (max-width: 767.98px) {
  .mt-mobile-55 {
    margin-top: 75px !important;
  }
} */

@media (max-width: 767.98px) {
  .no-padding-mobile {
    padding: 3px !important;
  }
}

@media (max-width: 767.98px) {
  .pb-mobile-12 {
    padding-bottom: 22px !important;
  }
}

@media (max-width: 767.98px) {
  [id^="HeroCarousel"] .tns-item .container {
      justify-content: center !important;
  }
}

@media (max-width: 767.98px) {

  [id^="HeroCarousel"] .tns-item .container {
      height: 88.5417vw;
      padding-bottom: 29vw;
  }
}

.CookieDeclaration {
    display: none !important;
}

div#CookiebotWidget {
    margin-bottom: 6vh !important;
}

.loading-hide{
  display: none;
}