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

*/

/* ==========================
	WOOCOMMERCE
============================*/
.de-wrapper{
    border-bottom:1px solid #ededed;
    overflow: initial;
    display: block;
    clear: both;
    padding-bottom:10px;
}
.de-wrapper h1 {
    margin:20px;
    font-size:22px;
    font-weight:bold;
    float: none !important;
}
.single-product #mk-page-introduce{
    display:none;
}

/* SKU */
.de-sku {
    font-weight: bold;
    font-size: 14px;
}
.single-product .social-share {
    overflow: auto;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

/* AUTHOR */
.de-author {
    line-height:12px;
    font-size:12px;
}

/* DIMENSION OF SINGLE PAGE CHANGES */
.single-product div.product div.images.woocommerce-product-gallery{
    width:32%;
}
.single-product div.product div.summary{
    width:65%;   
}

/* HOMEPAGE - AVAILABLE NOW SECTION */
.section-available-now .products.mk--row{
	text-align:center !important;
	margin:0 auto;
}
.section-available-now .columns-6 .mk--col--3-12{
    width:16% !important;
    position:relative !important;
    float:none;
    display:inline-block !important;
    margin:0 auto !important;
		left:0 !important;
		text-align:left !important;
	top:initial !important;
} 
.section-available-now .columns-6 .mk--col--3-12 .mk-love-holder{
	display:none;
}
.section-available-now .columns-6 .mk--col--3-12 .product-title{
	padding-right:0;	
}
@media (max-width:1140px){
    .section-available-now .columns-6 .mk--col--3-12{
        width: 25% !important;
    }
}
@media (max-width:740px){
    .section-available-now .columns-6 .mk--col--3-12{
        width: 240px !important;
    }
}

