html {
  overflow-y: overlay;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  padding-top: 86px;
}
body h1 {
  font-weight: 700;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.nav-link:hover {
  text-decoration: none;
}

.mt-header {
  margin-top: 86px;
}

.bg-tpc01 {
  background-color: #6d8241;
}

.text-tpc01 {
  color: #6d8241;
}

.bg-grigio-antracite {
  background-color: #585858;
}

.text-grigio-antracite {
  color: #585858;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5-15 {
  padding-right: calc(3rem - 15px);
  padding-left: calc(3rem - 15px);
}

.alert-tpc-soldout {
  color: #ffffff;
  background-color: #bb0a0a;
  border-color: #bb0a0a;
}

::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

/*# sourceMappingURL=main.css.map */