#tip_jar_overlay{
  background-color:transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
}
.show_some_love{
  cursor: pointer;
  margin-top: 15px;
}
#tip_jar_wrapper{
    display:flex;
    flex-direction:unset;
    -webkit-box-shadow: 4px 6px 36px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 36px -5px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 36px -5px rgba(0,0,0,0.75);
        
  }
  .tip_jar_content{
    margin: 0;
    padding: 0;
    min-width: inherit;
    background-color: white;
    height: 365px;
    z-index: -10;
    -webkit-box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.30);
    -moz-box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.30);
    box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.30);
  }
  #tip_jar_nav{
    display: flex;
    flex-direction: column;
    height: auto !important;
    width: 70px;
    z-index: -10;
    -webkit-box-shadow: 2px 1px 6px 1px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 1px 6px 1px rgba(0,0,0,0.50);
    box-shadow: 2px 1px 6px 1px rgba(0,0,0,0.50)
  }
  #tip_jar_nav div{
    height: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 5em;
    display: flex;
    align-items: center;
  }

  #tip_jar_nav div img{
    top:auto;
    bottom: auto;
    margin-left: 10px;
    vertical-align: middle;
    
  }
  #tip_jar_nav div:nth-child(1){
    border-radius:  0 22px 0 0;

  }
  #tip_jar_nav div:nth-child(2){
    border-radius:  0 0 22px 0;
  }
  .tip_jar_nav_full div{
    height: 100% !important;
    border-radius:  0 22px 22px 0 !important;
  }
  .tip_jar_nav_full div img{
    top: 47% !important;
  }

  #tip_jar_nav div:hover{
    background-color:#dd5c72;
  }
  #slide_heart{
    display: flex;
    align-items: center;
    height: 100%;
  }