.cookie-modal { position: fixed; left: 0; bottom: 0; width: 100%; background: #9e9e9e; color: #fff; padding: 7px 0; text-align: center; z-index: 8; a { color: inherit; text-decoration: underline; &:hover { text-decoration: none; } } p { padding: 0 18px; } } .cokeis-close { position: absolute; width: 40px; height: 40px; cursor: pointer; top: -12px; right: 4px; &:before { @include svgIcon; line-height: 40px; text-align: center; font-size: 16px; content: "\e90c"; color: #fff; } &:active { &:before { font-size: 18px; } } } .hide-bl { bottom:-100%; transition: 2s; }