.simplybook-widget-button {
      box-shadow: none !important;
      display: flex !important;
      box-sizing: border-box;
      width: 100px;
      height: 100px;
      transform: none !important;
      border-radius: 50% !important;
      align-items: center;
      justify-content: center;
      padding: 0;
      right: 30px !important;
      bottom: 30px !important;
      z-index: 10000;
      font-size: 15px !important;
      line-height: 25px !important;
      font-weight: 400 !important;
      text-align: center !important;
      vertical-align: middle !important;
      letter-spacing: 1.5px !important;
      font-family: 'Play', sans-serif !important;
      background-color: rgb(220, 0, 28) !important;
      opacity: .8 !important;
}
.simplybook-widget-button div:hover { margin: 0; }
