.mobile__menu-info {
  font-size: 12px;
  color: #595959;
  top: -5px;
  position: relative;
}

footer {
  background-color: whitesmoke;
}

.footer-cols li {
  margin-bottom: 5px;
}

.footer-cols h4 {
  color: var(--szron-dark-gray);
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Bai Jamjuree", sans-serif;
}

.footer-cols span {
  color: var(--szron-dark-gray);
}

.footer-cols a {
  color: var(--szron-dark-gray);
  font-family: "Bai Jamjuree", sans-serif;
  transition: all 0.1s ease-in-out;
}

.footer-cols a:hover {
  color: var(--szron-light-blue);
  margin-left: 5px;
}

#mobile-footer {
  background-color: whitesmoke;
}

#mobile-footer a.drive {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-dark-gray);
  font-size: 14px;
  text-decoration: none;
}

#accordion-footer-mobile .accordion-button, #accordion-footer-mobile .accordion-body {
  background-color: whitesmoke !important;
}

#accordion-footer-mobile li {
  margin-bottom: 10px;
  font-family: "Bai Jamjuree", sans-serif;
}

.accordion-footer-mobile-link {
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none !important;
  font-weight: 400;
  color: var(--szron-dark);
}

.site-error {
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none !important;
  font-weight: 400;
  color: var(--szron-dark);
  font-size: 12px;
  text-align: center;
}

.footer-icon {
  width: 22px;
}

.btnGoToTop {
  font-size: 20px;
}

.btnGoToTop span {
  font-size: 12px;
  font-family: "Bai Jamjuree", sans-serif;
}

.btnGoToTop:hover {
  color: var(--szron-orange);
}

