.demo_store { position: fixed; left: 0; right: 0; margin: 0; padding: 13px 60px 13px 30px; font-size: 15px; color: var(--color); z-index: 19; background-color: var(--backgroundColor); &:before { display: inline-block; font-family: 'woo'; font-size: 17px; font-weight: 700; content: "\e901"; margin-right: 15px; @include media-breakpoint-down (sm) { display: none !important; } } .woocommerce-store-notice__dismiss-link { position: absolute; top: calc(50% - 15px); right: 30px; width: 30px; height: 30px; font-size: 0; border-radius: 100%; background: rgba(0, 0, 0, 0.07); &:before { display: flex; align-items: center; justify-content: center; content: '×'; font-size: 17px; color: var(--color); } &:hover { background: rgba(0, 0, 0, 0.1); } } // position &[data-position="top"] { top: 0; } &[data-position="bottom"] { bottom: 0; } }