.sticky-btn{align-items:center;background:#669412!important;border-radius:10px 0 0 10px;color:#fff!important;display:flex;font-size:12px;font-weight:700;gap:0 6px;height:auto;line-height:1.2;padding:5px 10px;position:fixed;right:-134px;text-align:left;text-decoration:none!important;text-transform:uppercase;top:75%;transform:translateY(-75%);transition:all .8s ease;width:180px;z-index:9}.sticky-btn.show,.sticky-btn:hover{right:0}.sticky-btn i{animation:upDown 1s ease-in-out infinite;margin-top:3px;min-width:28px;width:28px}.btn-primary.sticky-btn i img{width:28px!important}.sticky-btn.hidden{opacity:0;pointer-events:none}.sticky-btn:hover{background:#000!important;color:#fff!important}@keyframes upDown{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media only screen and (max-width:767px){.sticky-btn{display:none}}