.floating-buttons-wrapper {
  position: fixed;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.floating-buttons-wrapper .ul-china-floating_active_button,
.floating-buttons-wrapper .ul-china-contact_us_on_right,
.floating-buttons-wrapper .scrollToTopBtn {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
}

.floating-buttons-wrapper .ul-china-floating_active_button .editor-content {
  bottom: 100% !important;
  right: 0 !important;
  left: auto !important;
  top: auto !important;
  margin-bottom: 10px;
  transform: none !important;
  width: 130px;
  z-index: 20;
}

.scrollToTopBtn:not(.show) {
  display: none !important;
}

.scrollToTopBtn {
  background-color: #ffffff;
  border: 1px solid #ca0123;
  border-radius: 10%;
  color: #ca0123;
  cursor: pointer;
  font-size: 16px;
  line-height: 37px;
  width: 70px;
  height: 70px;
  text-align: center;
  transition: all 0.5s ease;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.scrollToTopBtn.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .floating-buttons-wrapper {
    right: 15px;
  }
}
