/*
Theme Name:   Blonwe Child
 Theme URI:    http://klbtheme.com/blonwe/
 Description:  Blonwe Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     blonwe
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  blonwe-child
*/

/* Cleanup cart delivery info */

.cart-collaterals .woocommerce-shipping-destination, .cart-collaterals .woocommerce-shipping-calculator {
	display: none;
}


.cart-collaterals label[for="shipping_method_0_free_shipping1"] {
	margin-bottom: -15px !important;
}

.cart-wrapper .empty-cart-button.remove-all {
    display: none;
}

.wc-block-components-checkout-place-order-button {
    background: #004798 !important;
    color: white !important;
    font-weight: 800 !important;
}

/* Hardcode hide some data on product page */

.variations .reset_variations, .variations .label, .single_variation_wrap .woocommerce-variation-availability, .product-meta {
    display: none !important;
}