#wp-button {
  bottom: 14px;
  right: 16px;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  direction: ltr;
  text-align: right;
  position: fixed !important;
  z-index: 16000160 !important;
}

#wp-button * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  box-sizing: border-box !important;
}

#wp-button .wp-inner {
  display: flex;
  margin: 7px;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  max-height: 56px;
}

#wp-button .wp-inner > div {
  order: 2;
  position: relative;
}

#wp-button a {
  opacity: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 200;
  text-decoration: none !important;
  background-color: rgb(77, 194, 71) !important;
}

@media (min-width: 768px) {
  .yamm.navbar {
    display: flex;
    justify-content: center;
  }
}
