/* 
Theme Name: Storefront Child Theme 
Version: 1.0 
Description: Child theme for Storefront. 
Author: waxtum
Author URI: http://waxtum.com 
Template: storefront 

/* --------------- Theme customization starts here ----------------- */
.demo_store {
    position: fixed;
    top: 30px;
	bottom: auto;
}

.wc-proceed-to-checkout {
	/*display: none !important;*/
}

.woocommerce-product-details__short-description {
    background: #ff5a10;
    color: #fff;
    padding: .5em 1em;
}

.woocommerce-product-details__short-description p {
	font-size: 120%;
	margin: 0;
}

.storefront-primary-navigation {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.woocommerce-store-notice {
	background:#ff5a10;
}

body.home div.woocommerce-message {
	display: none;
}

/*
.site-footer {
	background:#08204c;
	color:#fff;
}
*/