.scroll_to_top {
  position: fixed;
  display: inline-block;
  right: -15px;
  bottom: 50px;
  border: 2px solid;
  z-index: 999;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  background: none;
  color: #232529;
  -webkit-transition: right 0.3s linear 0s;
  -moz-transition: right 0.3s linear 0s;
  -ms-transition: right 0.3s linear 0s;
  -o-transition: right 0.3s linear 0s;
  transition: right 0.3s linear 0s;
}
.scroll_to_top.show {
  opacity: 1;
  visibility: visible;
  right: 25px;
}
.scroll_to_top.percent_circle {
  border: 2px solid #88888815;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 700;
}
.scroll_to_top.percent_circle .backtotop-round {
  transform: rotate(-90deg);
  fill: none;
  stroke: var(--color_main);
  stroke-width: 5px;
  stroke-dasharray: 0, 999;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 48px;
  height: 48px;
  max-width: inherit;
}
.scroll_to_top.percent_circle .up-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-top: -1px;
  fill: #555555;
}
.single-product .scroll_to_top {
  display: none;
}

/*# sourceMappingURL=customize_scroll_to_top.css.map */
