/* box_live_chat start */
#live_chat_toggler {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    height: 3rem;
    width: 3rem;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 9999; }
    #live_chat_toggler:hover {
      opacity: 1; }
  
  #live_chat_toggler i {
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
/* box_live_chat end */