/*
Theme Name: P2K Store
Theme URI: https://store.p2ksports.com
Author: Netvolution
Author URI: https://netvolution.com
Description: WooCommerce store theme for P2K Sports that matches the main site header and footer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p2k-store
*/

body {
    margin: 0;
    padding: 0;
}

#mainContentWrapper {
    padding: 20px 0;
}

#mainContent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Basic WooCommerce tweaks */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce div.product div.summary {
    float: right;
}

.woocommerce div.product div.images {
    float: left;
}

h2 {background: none}