/*
 * Theme Name: Superstore for PooAlexa
 * Theme URI: http://www.woothemes.com/
 * Version: 1.0.21
 * Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
 * Author: WooThemes
 * Author URI: http://www.woothemes.com
 * Tags: woothemes
 * Template: superstore
 *
 *         Copyright: (c) 2009-2011 WooThemes.
 *                 License: GNU General Public License v2.0
 *                         License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 *                         */

@import url("../superstore/style.css");


/* Remove magnifying glass on the hovers */
ul.products li.product a:hover .img-wrap .details-link {display: none;}

.post-type-archive-product .product .categories {display:none;}


/* Required for Badge Management Plugin */
.home div.woocommerce-wrap ul.products li.product { position:relative }
.woocommerce-columns-4 ul.products li.product { position:relative }


/* New Product Badge Koster */
ul.products li.product .wc-new-badge {
        font-size:.75em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        background:#eb4649;
        padding:.2em .5em;
        display: block;
        font-weight: 700;
        border-radius:2px;
        margin: 1% 0 0 23%;
        mid-width:100px;
        width:50%;
}
