/*
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;
}

*/

@font-face {
    font-family: 'scilla_narrowregular_italic';
    src: url('fonts/scilla/scillanarrow-regularitalic-webfont.eot');
    src: url('fonts/scilla/scillanarrow-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/scilla/scillanarrow-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/scilla/scillanarrow-regularitalic-webfont.woff') format('woff'),
         url('fonts/scilla/scillanarrow-regularitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'scillaregular_italic';
    src: url('fonts/scilla/scilla-regularitalic-webfont.eot');
    src: url('fonts/scilla/scilla-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/scilla/scilla-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/scilla/scilla-regularitalic-webfont.woff') format('woff'),
         url('fonts/scilla/scilla-regularitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'scillaregular';
    src: url('fonts/scilla/scilla-regular-webfont.eot');
    src: url('fonts/scilla/scilla-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/scilla/scilla-regular-webfont.woff2') format('woff2'),
         url('fonts/scilla/scilla-regular-webfont.woff') format('woff'),
         url('fonts/scilla/scilla-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'scilla_narrowregular';
    src: url('fonts/scilla/scillanarrow-regular-webfont.eot');
    src: url('fonts/scilla/scillanarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/scilla/scillanarrow-regular-webfont.woff2') format('woff2'),
         url('fonts/scilla/scillanarrow-regular-webfont.woff') format('woff'),
         url('fonts/scilla/scillanarrow-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.woocommerce-shipping-fields h3 { font-size: 20px !important; }
.woocommerce-billing-fields { display: none; }