/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* #aeddef  highlight \ #fdfdff background \ #17425f hover \ #008DBB NavBase
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site 

@import url(http://lovmore.com/wp-content/uploads/fonts/NotoSans/NotoSansHant-Thin.otf);

@font-face {
	font-family: "Noto Sans CJK";
	src: url('http://lovmore.com/wp-content/uploads/fonts/NotoSans/NotoSansHant-Thin.otf');
	
}

*/

body { font:300 1.5em/1.5em  'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; }
:lang(en) 	{font-family: 'Lato', serif;}
.nav a { font:300 1.4em/1.4em 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; }
.page header h1 { font:bold 1.4em/1em 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; }
.post header h1, .post header h1 a:link, .post header h1 a:visited { font:bold 1.4em/1em 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; }
.post-meta { font:300 0.9em/1em 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; }
.entry, .entry p { font:300 1.0em/1.5em 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; } 
h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif; }
.widget h3 { font:bold 1.2em/1em 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; }
.widget h3 { font:bold 1.2em/1em 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;color:#000000; }

html, body {
margin:0;
padding:0;
font-family: 'Noto Sans CJK', 'Microsoft JhengHei', arial, sans-serif;
}

#site-header-cart{
display:none;
}
.woocommerce-active .site-header .main-navigation {
    width: 100%;
}
.site-search{
display:none;
}
.woocommerce-active .site-header .site-branding {
width:30%;
}
.custom-logo-link, .site-branding, .site-header-cart, .site-logo-anchor, .site-logo-link, .site-search {
    margin-bottom: 0;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: .6em 1em;
}
.site-header {
    padding-top: 1em;
}
.site-info, .site-footer {
    padding: 0;
}
body .sfb-footer-bar{
   padding-top: 1em;
   padding-bottom:0;
}

#page .storefront-breadcrumb {
    padding: .5em 0;
    margin: 0;
}

.admin-bar .storefront-sticky-add-to-cart--slideInDown {
    top: 32px;
    display: none;
}

.single-product div.product .woocommerce-tabs {
    clear: both; 
    display:none;
}









/****************************************mobile *****************************************/
@media only screen and (max-width: 768px) {

.site-header, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children::after, .secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, .storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li.search .site-search, button.menu-toggle, button.menu-toggle:hover {
    background-color: #aeddef;
}
.site-header {
    padding-top:0.5em;
    padding-bottom: 0.5em;
}
.storefront-handheld-footer-bar{
	display:none;
}
.storefront-primary-navigation{
display:none;
}
}