/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	line-height: 1.5;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS reseat */

.widget-title span {
    font-size: 20px;
    display: block;
    font-weight: bold;
}


.main-menu {
    background: #FFF;
    border-top: 1px solid #ebebeb;
}

article.post-default .gf-post-meta > li a {
       color: #004f32 !important;
}

.owl-carousel .owl-item img {
    border-radius: 20px;
}

.layout-grid .product-skin-07 .product-item-inner {
    border: 0px solid #f4f4f4;
}

.main-menu > .menu-item > a {
    font-family: '微軟正黑體';
    font-size: 20px;
    color: #000;
    font-weight : bold ; 
}

.gf-heading .heading-title {
    font-style: normal!important;
}

.wpb_single_image.vc_align_center {
    display: none;
}

.gf-shop-category .gf-shop-category-content .cate-count {
    display: none;
}

.gf-shop-category .gf-shop-category-bg {
    border-radius: 20px;
}

.shop-cate-accent-overlay.gf-shop-category .gf-shop-category-bg:after {
    background-color: rgba(255,255,255,0.5);
border-radius: 20px;
}

.gf-shop-category .gf-shop-category-content h5 {
    font-size: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 10px!important;
}

article.post-default .gf-post-author-meta {
    display: none;
}

#primary-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0px;
    padding-bottom: 100px;
}

.page-title-inner {
    display:none;
}

.layout-05 .woocommerce-tabs {
    display: none;
}

.gf-social-networks{
    display: none;
}

body.bordered #gf-wrapper {
    margin: 50px;
}

.gf-post-single-inline {
    display: none;
}

.gf-comments-area {
    display: none;
}

article.post-single .entry-thumbnail {
    display: none;
}

.placeholder-image {
    border-radius: 20px;
}

.cate-filter-left .gf-cate-filter {
    justify-content: center;
}

.layout-grid .product-skin-01 .product-actions .product-action-inner, .layout-grid .product-skin-07 .product-actions .product-action-inner {
    display: none;
}

.summary-product .single-product-function {
    display: none;
}

.gf-banner {
    position: relative;
    width: 50%;
    margin: 0 auto;
}


@media (max-width: 768px){
#primary-content {
    padding-left:0px; 
     padding-right: 0px; 
    padding-top: 0px;
    padding-bottom: 100px;
}

body.bordered #gf-wrapper {
    margin: 20px;
}

.gf-blog-wrap .gf-blog-inner {
 
    margin: 10px;
}

.gsf-catalog-filter {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}

.mobile-navigation-wrapper .search-form {
    padding: 20px;
    background-color: #111;
    display: none;
}
ul.header-customize-mobile > li {
    margin-left: 15px;
    display: none;
}

.layout-grid .product-skin-07 .product-item-inner {
    border: 0px solid #f4f4f4;
    width: 50%;
    margin: 0 auto;
}

}