/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.button[name=update_cart]{
	display:none !important;
}

.woocommerce-cart-form__contents .plus, .woocommerce-cart-form__contents .minus{display:none !important;}
.woocommerce-cart-form__contents .product-quantity{pointer-events:none;}

.mk-woocommerce-shop-loop__title, .woocommerce-ordering{display:none !important;}

.mk-header .mk-shoping-cart-link svg {
    fill: #f97352;
}
.mk-header-cart-count{color:#f97352 !important;}

.woocommerce-cart-form .quantity-nav{display:none !important;}

.payment_method_stripe{
	font-weight: bold !important;
    font-size: 22px !important;
}

#frm_form_6_container{padding-top:10% !important;}