/* Enter Your Custom CSS Here */
.copyright{
    margin:0;
    font-size:9px;
}
/* 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: 50% !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-tabs ul.tabs li a {
    font-size: 14px;
    color: #ffffff;
    background-color: grey;
}
/* custom Logo resize */
.custom-logo {
    width: 70% !important;
      height: auto !important;
}
/* in Product detail, tab title disappear */
h2.yikes-custom-woo-tab-title {
   display: none;
}