.sticky-bubble-wrp{position:fixed;z-index:2000;height:100%}.sticky-bubble-wrp .sticky-bubble{position:fixed;bottom:75px;left:0;padding:10px;animation:moving-offer 2s ease-in-out infinite alternate;cursor:pointer;transition:.3s}.sticky-bubble-wrp .sticky-bubble:hover{transform:scale(1.1)}.sticky-bubble-wrp .brand-deal{position:relative}@media (max-width:1239px){.sticky-bubble-wrp{display:none!important}}@keyframes moving-offer{0%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(0,5px,0) rotate(3deg)}to{transform:translateZ(0) rotate(0)}}