/*
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.1
*/



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

body {
	background-color:#fff;
}

*/

.theme-content p a {
	text-decoration: underline;
}

.shopify-buy__btn {
	background-color: #a9a2d8;
    border-color: #a19acd;
}


@media only screen and (min-width: 768px) {
	.vc_col-sm-6 {
		width: 100%;
	}
	
}

@media only screen and (max-width: 1140px) {
	.header-logo {
		padding-left: 20px;
	}
}