/*
Theme Name:         Storefy Child Theme
Theme URI:          http://storefy-demo.detheme.com/landing/
Description:        Storefy WordPress theme is specifically designed real woocommerce shop
Version:            1.0.0
Author:             detheme
Author URI:         http://detheme.com
Template: 			storefy
License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/
p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 0em 0;
    text-align: center;
    background-color: #ce1c76;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}