#discounts{height:120px;background:url("/imgs/discounts/dis-bg.png") no-repeat center;border-radius:5px;overflow:hidden;position:relative;margin-bottom:1rem}#discounts>#saw{position:absolute;left:calc(50% - 55px);background:url("/imgs/discounts/saw.png?v=2") no-repeat center;height:110px;width:110px;top:120px}#discounts>#saw.spin{animation:infinite .5s spin linear}#discounts>#saw.spin.small{animation:.2s small linear forwards}#discounts #text1{width:475px;position:absolute;left:-10px;top:0;bottom:0;overflow:hidden}#discounts #text2{width:475px;position:absolute;right:-10px;top:0;bottom:0;overflow:hidden}#discounts #text1>div,#discounts #text2>div{font-size:48px;font-family:Georgia,san-serif,Serif;font-style:italic;color:white;position:absolute;top:0;bottom:0;display:flex;align-items:center}#discounts #text1>div{left:101%}#discounts #text2>div{left:-115px}#discounts>.pulse{display:none;position:absolute;left:0;right:0;bottom:0;top:0}#discounts>.pulse:after{position:absolute;z-index:1;content:"";height:20px;width:20px;background:transparent;left:calc(50% - 10px);top:calc(50% - 6px);border-radius:50%;box-shadow:0 0 0 rgba(255,255,255,0.4);animation:pulse 2.5s infinite;transform:scale(1.7)}@keyframes spin{0{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes small{0{transform:rotate(0) scale(0)}20%{transform:rotate(360deg) scale(1.2)}100%{transform:rotate(0) scale(.4);top:9px !important}}@-webkit-keyframes pulse{0{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes pulse{0{-moz-box-shadow:0 0 0 0 rgba(255,255,255,0.4);box-shadow:0 0 0 0 rgba(255,255,255,0.4)}70%{-moz-box-shadow:0 0 0 10px rgba(255,255,255,0);box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{-moz-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}