/*
Theme Name: Total Child
Description: Total WordPress theme example child theme.
Author: Diskretno.com
Author URI: http://www.diskretno.com/
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */





.woocommerce-info a.button:hover, .woocommerce-message a.button:hover {
	background: none !important;
	color: #515151 !important;
}


.woocommerce div.product .images, .woocommerce-page div.product .images {
	pointer-events: none;
}


body #site-header-inner {
    padding: 0 !important;
    max-width: none !important;
}

.woocommerce div.product p.price {
    color: #0099cc;
    font-size: 2em !important;
    font-weight: 700;
}

.woocommerce-shipping-destination {
	display:none!important
}
