.cookie-container {font-size: 14px;position: fixed;bottom: -100%;left: 0;right: 0;background: rgba(21,21,21,.9);color: #f5f6fa;padding: 5px 0 15px 0;transition: 400ms;z-index: 999;}.cookie-container.active {bottom: 0;}.cookie-container span{top: 14px;position: relative;}.cookie-container a {color: #f5f6fa;text-decoration: underline!important;}.cookie-btn {background: #cc2820;border: 0;color: #ffffff;margin-top: 12px;padding: 5px 10px;font-size: 14px;font-weight: bold;cursor: pointer;border-radius: 5px;}.cookie-btn:hover {background: #ffffff;color: #000000;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}