
#wafoot {
    position: fixed;
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 14px;
    text-transform: uppercase;
    bottom: 100px;
    right: 100px;
    transition: bottom 5s;
    margin-left: 7px;
    z-index: 999;
    background-image: url(../img/whatsappicon.svg);
    width: 63px;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    display: none;
    padding-top: 76px;
    color: #25d366;
    line-height: 19px;
    font-weight: normal;
    font-size: 15px;
    font-family: frauncesblack,serif;
}

#wafoot small {
    color: #000;
    line-height: 13px;
    display: inline-block;
    font-size: 13px;
    font-family: degularm,sans-serif;
 }
 #wafoot.a {
    animation-name: shake;
 }
 #wafoot.v {
    display: block;
 }
 @keyframes shake {
    10%, 90% {
       transform: translate3d(-1px, 0, 0);
    }
 
    20%, 80% {
       transform: translate3d(2px, 0, 0);
    }
 
    30%, 50%, 70% {
       transform: translate3d(-4px, 0, 0);
    }
 
    40%, 60% {
       transform: translate3d(4px, 0, 0);
    }
 }

#wafoot {
      margin: 0;
      left: auto!important;
      right: 12px;
   }
   #wafoot.v {
      bottom: 10px!important;
   }

 @media only screen and (min-width:320px) and (max-width:768px){
   .btn-wsp{
       width:63px;
       height:63px;
       line-height: 66px;
  }
}

