/*.scrolltotop {
    background: #000;
    bottom: 80px;
    color: #fff;
    
    height: 40px;
    line-height: 40px;
    opacity: .7;
    overflow: hidden !important;
    padding: 0;
    position: fixed !important;
    right: 20px;
    font-size: 20px;
    width: 40px;
    z-index: 999 !important;
}*/

.scrolltotop {
  bottom: 0;
  height: 57px;
  position: fixed;
  right: 25px;
  width: 104px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}

.scrolltotop .qodef-m-label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  left: 0;
  letter-spacing: 0.15em;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 28px;
  width: 100%;
}

.scrolltotop .qodef-m-arrow {
  border-color: transparent transparent #eba923 transparent;
  border-style: solid;
  border-width: 0 52px 57px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  width: 0;
  z-index: -1;
}

.scrolltotop:hover .qodef-m-arrow {
  border-color: transparent transparent #151515 transparent;
}
