/*
Theme Name: Yourstyle (Shopkeeper Child)
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/


/****************************************************************/


/* winkelmap totaal regel weghalen*/

@media (min-width: 1220px) {
    .container {
        max-width: 1400px;
        margin: 0 auto;
    }
}


/* Cart widget */

.woocommerce-mini-cart__total {
    display: none;
}


/* Cart */

.product-price,
.product-subtotal {
    display: none !important;
}


/* Checkout */

.product-total *,
th.product-total {
    display: none;
}