/*----------  Media Query min-width Structure   ----------*/
/*----------  Media Query max-width Structure   ----------*/
/*----------  Break-point min-width Structure   ----------*/
/*----------  Break-point max-width Structure   ----------*/
#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
}

@media (min-width: 769px) {
  #ast-scroll-top {
    content: "769";
  }
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-right: 0px;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(-180deg);
  width: 1.6em;
}

.ast-scroll-to-top-right {
  left: 30px;
  bottom: 30px;
}

.ast-scroll-to-top-left {
  right: 30px;
  bottom: 30px;
}
