.advc .advc-back-to-top {
  cursor: pointer;
  height: 60px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  width: 60px;
  z-index: 125
}

.advc .advc-back-to-top .advc-back-to-top--icon {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%
}

@media (max-width:749.98px) {
  .advc .advc-back-to-top {
    height: 50px;
    width: 50px
  }
}

.advc .advc-back-to-top.show {
  opacity: 1;
  pointer-events: auto
}

.advc .advc-back-to-top.show:hover .advc-back-to-top--icon {
  opacity: .4
}

.advc .advc-back-to-top .advc-back-to-top__img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}
