@keyframes rotate{from{transform:rotate(0)}100%{transform:rotate(360deg)}}.discount__item{display:flex;padding:15px}.discount__item+.discount__item{margin-top:15px}.discount__title{padding:5px;font-size:18px;background-color:#fff0b2}.discount__title>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discount__teaser{color:#7d7d7d;height:2.8em;overflow:hidden}.discount__teaser p{margin-bottom:0}.discount__name{font-size:16px}.ammount{flex:0 0 auto;display:flex;flex-direction:column;justify-content:space-between;position:relative;width:130px;min-height:170px;margin-right:15px;text-align:center;border:1px solid;border-radius:5px}.ammount__head{padding:5px;color:#fff;text-transform:uppercase;border-radius:5px 5px 0 0}.ammount__price{padding:15px 5px;font-size:24px}.ammount__date{width:100%;padding:5px;color:#666;font-size:12px;border-radius:0 0 5px 5px}.ammount .old-price{color:#a6a6a6;font-size:16px;text-decoration:line-through}.ammount.green-wrap{border-color:#7bb12f}.ammount.green-wrap .ammount__head{background-color:#7bb12f}.ammount.green-wrap .ammount__price{color:#7bb12f}.ammount.red-wrap{border-color:#da5555}.ammount.red-wrap .ammount__head{background-color:#da5555}.ammount.red-wrap .ammount__price{color:#da5555}.ammount.orange-wrap{border-color:#d88d1c}.ammount.orange-wrap .ammount__head{background-color:#d88d1c}.ammount.orange-wrap .ammount__price{color:#d88d1c}@media(max-width:575px){.discount__item{flex-wrap:wrap}.ammount{width:100%;margin-right:0;margin-bottom:15px}}