/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



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

body {
	background-color:#fff;
}

*/

body.white-bg .pswp__bg {
    background-color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit {
    border-color: #fff;
    color: #fff;
}

.zoomImg {
	background-color: #fff;
}

body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-cart p, body.woocommerce-checkout p, body.woocommerce-checkout .master-holder strong, body.woocommerce-checkout a {
	color: #000;
}

.quantity label.screen-reader-text {
    display: none !important;
}

div#mk-subscribe--message {
    color: #000 !important;
}