@-webkit-keyframes scale{0%{-webkit-transform: scale(1)}50%{-webkit-transform: scale(1.2)}100%{-webkit-transform: scale(1)}}@keyframes scale{0%{transform: scale(1)}50%{transform: scale(1.2)}100%{transform: scale(1)}}#woot-widget-bubble-icon{display: none !important}.navigation__box{background-position-y: top !important}.woot-elements--right:before,.woot-elements--right:after{display: none !important}.woot-widget-bubble.woot-elements--right{animation: borderFlash 1s infinite}@media (min-width: 768px){.linelineline{height: 7rem !important;width: 14rem !important}.woot-widget-bubble{transform: translateX(0) scale(1.5) rotate(0deg) !important}}@keyframes borderFlash{0%{border: 3px solid #fff}50%{border: 3px solid #333}100%{border: 3px solid #fff}}@keyframes shake{0%{transform: translateX(0)}25%{transform: translateX(-5px)}50%{transform: translateX(0)}75%{transform: translateX(5px)}100%{transform: translateX(0)}}@keyframes scaleAnimation{0%{transform: scale(1)}50%{transform: scale(1.1)}100%{transform: scale(1)}}.sevenm img{width: 65%;margin-left: auto;margin-right: auto;margin-bottom: 1rem;animation-name: scaleAnimation;animation-duration: 3s;animation-iteration-count: infinite}