/* icons */
.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
  position: relative;
}
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after, .icon-after::after, .more::after{
  position: relative;
  top: -0.05em;
}
.more::before, .more::after {
  top: -0.08em;
}


/* line break */
br.xsmall-show {
  display: none;
}
@media only screen and (max-width: 350px) {
  br.xsmall-show {
      display: block;
  }
}

br.xsmall {
  display: none;
}
@media only screen and (max-width: 400px) {
  br.xsmall {
      display: block;
  }
}

br.br-350 {
  display: none;
}
@media only screen and (max-width: 350px) {
  br.br-350 {
      display: block;
  }
}

br.br-450 {
  display: none;
}
@media only screen and (max-width: 450px) {
  br.br-450 {
      display: block;
  }
}

br.br-370 {
  display: none;
}
@media only screen and (max-width: 370px) {
  br.br-370 {
      display: block;
  }
}

br.br-smax {
  display: none;
}
@media only screen and (min-width: 410px) and (max-width: 734px) {
  br.br-smax {
      display: block;
  }
}
