.widget.c-widget.c-widget-buttontop {
  z-index: 4;
  position: relative;
}

.widget.c-widget.c-widget-buttontop .widget-button {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #FFF !important;
  fill: #FFF !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16513 19.5L9.16513 1.97322M9.16513 1.97322L14.6641 7.86992M9.16513 1.97322L3.66657 7.86992' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  position: fixed;
  bottom: 65px;
  right: 70px;
  cursor: pointer;
  z-index: 75;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #14141429;
}

.widget.c-widget.c-widget-buttontop .widget-button:hover {
  /* width: 58px;
  height: 58px; */
}
.widget.c-widget.c-widget-buttontop .widget-button--circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #000 !important;
  border: 1px solid #FFFFFF;
  transition: .3s ease;
  z-index: -1;
}

.widget.c-widget.c-widget-buttontop .widget-button--circle:hover, .widget.c-widget.c-widget-buttontop .widget-button:hover .widget-button--circle {
  /* transform: scale(1.2); */
  transform: scale(1.29);
}

@media all and (max-width: 768px) {
  .widget.c-widget.c-widget-buttontop .widget-button {
    bottom: 141px;
    right: 16px;
  }

  .widget.c-widget.c-widget-buttontop .widget-button--circle:hover,
  .widget.c-widget.c-widget-buttontop .widget-button:hover .widget-button--circle {
    transform: scale(1);
  }
}

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


.widget.c-widget.c-widget-buttontop .widget-button.active {
  opacity: 1;
  visibility: visible;
}