/* Vantage Full Width Layout - Adjust Site Width */

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 1250px;
}

/* Vantage Main Navigation Text - Adjust Font Weight */

.main-navigation ul li a {
  font-weight: 300;
}

/* Vantage Logo in Menu - Logo Left Padding */

#masthead.masthead-logo-in-menu .logo > img {
  padding-left: 10px;
}

/* Menu Padding Horizontal */

.main-navigation ul li a {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

/****menu title 2 linem and desktop center align ****/

#mobile-navigation ul li a br {
  display: none;
}

.main-navigation .menu-item-384 {
  text-align: center;
}

article.page .entry-header h1.entry-title {
  border-width: 1px;
  border-style: solid;
  border-color: #0d0d0d;
}

.woocommerce ul.products li.product .button {
  visibility: hidden;
}

.woocommerce ul.products li.product .star-rating {
  visibility: hidden;
}

.woocommerce ul.products li.product .price {
  visibility: hidden;
}

/* Google Font, Noto Sans TC */

@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);

body,
button,
input,
select,
textarea,
.main-navigation,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial',sans-serif,'cwTeXMing','Microsoft JhengHei',SimHei;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 900;
  color: #258fcc;
}

.woocommerce #page-wrapper .woocommerce-breadcrumb {
  font-size: 20px;
  color: #000000;
  font-weight: 900;
}

.main-navigation ul li a > * {
  color: #000000;
}

.panel-grid.panel-has-style>.panel-row-style {
  margin-left: 5px;
}

.textwidget p:first-child {
  line-height: 30px;
}

.woocommerce ul.products li.product a img {
  width: 230px;
  height: 290px;
}

.layout-full #colophon {
  margin-top: -50px;
}

#masthead.masthead-logo-in-menu .logo {
  height: 160px;
  width: 260px;
}

@media (max-width: 1040px) {
  .menu-main-menu-container {
    display: none !important;
  }
}