.header-nav-setting-txtsize {
  display: flex;
  gap: 12px;
}
.header-nav-setting-txtsize p {
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  line-height: 24px
}
.header-nav-setting-txtsize a {
  border: 1px #989898 solid;
  background: #EAEAEA;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 12px;
  transition: all 0.5s ease 0s;
}
.header-nav-setting-txtsize a:hover {
  background: #e5002d;
  color: #ffffff;
}
.header-nav-setting-txtsize a.active {
background: #e5002d;
color: #ffffff;
}
.fontS { font-size: 80.5% }
.fontM { font-size: 100% }
.fontL { font-size: 120% }