/* Enter Your Custom CSS Here */
.copyright{
	margin:0;
	font-size:9px;
}
.site-info{
	display: none;
}
/* Menu attribution */
.navbar-cart-inner {
	display:none;
}

.navbar-custom .nav li > a {
    font-size: 14px;
}
body.home .navbar-transparent {
background:rgba(0,0,0,0.5) !important;
}

/* background of header menu
.page .navbar-custom {
  background: #167ac6 !important;
}

 .page nav.navbar.navbar-custom{ 
background: #167ac6 !important;
}

.navbar-custom .nav li > a{
color: #000;
}
*/

.ws-table-50{
	width: 50%;
}

.woocommerce-Tabs-panel woocommerce-Tabs-panel--video panel entry-content wc-tab {
    width: 49% !important;
  	height: auto !important;
    display: inline-block;
}
/*
iframe {
width: 50% !important; 
height: 100% !important; 
}
*/
/* remove TopBanner image in homepage */
.home .page-header-module { display: none; }
section.module { padding: 5px 0; } 
.woocommerce-page-title { display: none; }
/*.main .page-header-module { display: none; }*/


/* in Product detail, make breadcrumb height. */
.single-product .woocommerce-breadcrumb{ 
  padding-top: 100px;
}
/* in Product list, adjust the padding between banner and breadcrumb. */
.archive .module-small {
    padding: 100px 0;
}

/* in Product Detail, tab color change */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-size: 14px;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    color: #fff;
  	
}




/* custom Logo resize */
.custom-logo {
    width: 100% !important;
  	height: auto !important;
}
/* in Product detail, tab title disappear */
h2.yikes-custom-woo-tab-title {
   display: none;
}



#footer-widgets a, #footer-widgets .textwidget p {
    color: #918f9d;
    font-size: 16px;
    font-weight: 400;
}
#footer-widgets .ecommerce_gem_widget_contact .contact-item .contact-text-wrap p {
    font-size: 16px;
}
#colophon .copyright, #colophon .copyright span, #colophon .copyright a, #colophon .site-info, #colophon .site-info a {
    color: #918f9d;
    font-size: 16px;
    line-height: 1;
}
p, li {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

/* form 7 */
.wpcf7 input {
	width: 85%;
}
.wpcf7-textarea {
	width:85%;
}
/* Search button alignment */
.top-right{
	text-align: right ;
}
/* disable related product */
.related.products {
visibility:hidden;
}

/* disable the border of homepage supplier image */
table.ws1 {
   table-layout: fixed;
   width: 350px;   
		margin-left:auto; 
    margin-right:auto;
		border: none;
}

td.ws1, th.ws1 {
    border: 0;
    padding: 5px;
}

/* disable the space of content */
#content {
    padding: 0px 0 0px 0px; 
    clear: both;
}

/* custom icon in footer */
#footer-widgets .ecommerce_gem_widget_contact .contact-item .contact-icon span,
.contact1-icon {
  color: #fff;
	font-size: 25px;
}

#footer-widgets .ecommerce_gem_widget_contact .contact-item .contact-text-wrap p {
 color: #fff;
}
/* Sidebar color */
.sidebar a {
    color: #000000;
}
/* Brand Color at Product detail */
.mg-brand-wrapper.mg-brand-wrapper-product a {
    color: #7f7f7f;
}
