
/* 
Theme Name: Storefront Mod
Version: 1.0 
Description: Child Theme para la plantilla Storefront 
Author: Daniel Martin
Author URI: https://twitter.com/Dm94Dani
Template: storefront 
*/  

/* --------------- Theme customization starts here ----------------- *//

#sinsubs {
	text-decoration: none;
}

a {
	text-decoration: none;
}


@media only screen and ( min-width: 320px ) and ( max-width: 767px ) {
    .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.products:before,
    ul.products:after {
        width: 0 !important;
    }
    ul.products li.product {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%;
        padding: 0 .5em;
    }
}