@keyframes keeppulsing { 0% { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.12, 1.12, 1.12); -ms-transform: scale3d(1.12, 1.12, 1.12); transform: scale3d(1.12, 1.12, 1.12); } 100% { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bannerActive .download .buynow ins { animation-delay: 5s; } .download .buynow ins { text-decoration: none; font-weight: 700; position: relative; color: #c7eecf; } .download .buynow ins.pulsing { animation-name: keeppulsing; } .download .buynow del { font-weight: normal; text-decoration: none; position: relative; } .download .buynow del::after { content: ""; border-bottom: 4px solid rgba(255, 46, 22, 0.69); position: absolute; left: 0; top: 50%; width: 100%; } .search { form { label { color: #fff; } } } .support, .search { padding: 1em; color: #ddd; a { color: #8ecae6; &:visited { color: #8ecae6; } } } .paddle-gross.price { font-size: 16px; } #download .download .bottom .paddle-gross.price { font-size: 16px; }