.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #f68620;
    color: #fff;
    z-index: 1000000000000;
}

.demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

.demo_store a:hover {
    text-decoration: none;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
    display: block;
}

@media screen and (min-width: 768px) {
    .demo_store a.woocommerce-store-notice__dismiss-link {
        background: rgba(0,0,0,.1);
        float: right;
        display: inline-block;
        margin: -1em -1.41575em -1em 0;
        padding: 1em 1.41575em;
    }
}
