.page .ba-module__float-button ul .float-button__item a {
  text-decoration: none !important;
}

.ba-cheetah-module.ba-cheetah-module-float-button {
  position: fixed;
  z-index: 999;
}
.ba-cheetah-module.ba-cheetah-module-float-button .ba-cheetah-block-overlay-actions {
  display: table;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.ba-cheetah-module.ba-cheetah-module-float-button .ba-cheetah-block-overlay-actions > i,
.ba-cheetah-module.ba-cheetah-module-float-button .ba-cheetah-block-overlay-actions span.ba-over-action {
  cursor: pointer;
  opacity: 0.9;
  padding: 10px 15px;
  min-width: 15px;
  min-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ba-cheetah-module.ba-cheetah-module-float-button .ba-cheetah-block-overlay-actions .ba-cheetah-block-move,
.ba-cheetah-module.ba-cheetah-module-float-button .ba-cheetah-block-overlay-actions .ba-cheetah-has-submenu {
  display: none !important;
}

.ba-cheetah-responsive-preview-enabled .ba-cheetah-module.ba-cheetah-module-float-button {
  position: absolute !important;
}

.ba-module__float-button ul {
  display: table-row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
  padding: 0;
}
.ba-module__float-button ul .float-button__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.ba-module__float-button ul .float-button__item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em;
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: inherit;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
}
.ba-module__float-button ul .float-button__item a i {
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: none;
  transition-property: none;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: inherit;
}
.ba-module__float-button ul .float-button__item a i:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.container-float-button-with-menu .float-button__menu-anim {
  position: relative;
  text-align: center;
}
.container-float-button-with-menu .float-button__menu-anim ul {
  display: none;
}
.container-float-button-with-menu .float-button__menu-anim .float-button__item {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
.container-float-button-with-menu .float-button__menu-anim.open ul {
  display: grid;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-float-button-with-menu .float-button__menu-anim.open .float-button__item {
  visibility: visible;
  opacity: 1;
}
.container-float-button-with-menu .float-button__menu {
  position: relative;
  top: 0;
  z-index: 1;
  border: none;
  border-radius: 50%;
  outline: none;
}
.container-float-button-with-menu .float-button__menu-toggle {
  z-index: 3;
  margin: 0 auto;
  padding: 20px;
  line-height: 0;
}