/*
Theme Name: Storefront Child
Version: 1.0
Description: Child theme for Storefront.
Author: Woo
Author URI: https://woo.com
Template: storefront
*/

/* --------------- Theme customization starts here ----------------- */

/*@media (min-width: 480px)  {
.entry-content .products li {
    float: left;
    width: 50%;
    }
}
*/

/**
 * Change number of products per row to 2 on mobile - by pootlepress.com
 */
ul.products li.product {
    width:46.411765%;
    float:left;
    margin-right: 5.8823529412%;
}

ul.products li.product:nth-of-type( 2n ) {
    margin-right:0;
}

@media only screen and (min-width:768px) {
    ul.products li.product:nth-of-type( 2n ) {
        margin-right:5.8823529412%;
    }
}

/* Change WooCommerce Store Notice to top of screen and align text center. Also change background colour. */
.demo_store
{
    background-color: #4b5e39;
	top: 0px !important;
	bottom: auto;
	z-index: 999;
	text-align: center;
}

/* Change background colour of WooCommerce messages */
.woocommerce-info
{
    background-color: #4b5e39;
}
.woocommerce-message
{
    background-color: #4b5e39;
}