/*
 Theme Name:   woo Child
 Description:  woo Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woo
 Version:      1.0.0
 Text Domain:  woo
*/

.wd-logo img {
padding-top: 10px;
}

.wal-topup-form-content input[type="number"] {
  pointer-events: none;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  font-size: 22px !important
}

#my-account-menu {
  width: auto;
  box-sizing: border-box;
}


.cat-design-zoom-out .wd-cat-inner {

  border-radius: 75% 90% 64% 68% !important;

}

.wd-copyrights {

  border-top: 0px solid var(--brdcolor-gray-300) !important;
}


.foo p {
  font-size: 15px !important;
    font-weight: 800;

  font-family: 'Microsoft JhengHei',sans-serif !important;

}

.wd-nav.wd-style-underline-reverse > li > a {
  font-family: 'Microsoft JhengHei',sans-serif !important;
}

body {

  font-size: 16px;
font-family: 'Microsoft JhengHei',sans-serif !important;

}

.wd-sub-menu li > a {

  font-size: 16px !important;
  font-family: 'Microsoft JhengHei',sans-serif !important;
  
  }
legend, h1, h2, h3, h4, h5, h6, .title {
	  font-family: 'Microsoft JhengHei',sans-serif !important;

}


.whb-top-bar .wd-tools-element .wd-tools-text {
  font-weight: 800 !important;
  font-size: 16px !important;
  font-family: 'Microsoft JhengHei',sans-serif !important;
    color: #fff;
  }

h5, h6, .widgettitle, .widget-title ,.wd-entities-title a{
	  font-family: 'Microsoft JhengHei',sans-serif !important;
	  font-weight: 900 !important;

}
.wd-footer {


}
.foo-menu .menu-item  {
	width: auto;
  float: left;
  padding-right: 30px;
    color: #fff !important;

}

.foo-menu a{
font-size: 14px;
	
}


.foo-menu p{
font-size: 14px;
	
}

.wal-dashboard-menus ul li {
  margin-bottom: 10px !important;
}


.wal-dashboard-overview-expired-total {
	display: none !important;
	
}

.wal-dashboard-overview-data {

width: 48% !important;
}
/*WooCommerce-隱藏會員後台預設登入訊息*/

.avada-myaccount-user-column.username {
    display: none;
}



.wd-single-title .product_title {
  font-weight: 900;
}

.amount {
  font-weight: 600;
}



/* 找出「新生兒」分類（第一層 <ul> 中的第一個 <li>） */
ul.product-categories > li.cat-parent:first-child > a {
  font-weight: 900;
}

/* 「新生兒」的子分類 */
ul.product-categories > li.cat-parent:first-child ul.children a {
  font-weight: 100;
}


.social {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 1rem;
  list-style: none;
}

.social li {
  position: relative;
  flex-basis: 2.5rem;
}

.social li::after {
  position: absolute;
  /* content: "Tooltip"; */
  content: attr(data-tooltip);
  inset: -45% auto auto 50%;
  z-index: -1;
  translate: -50%;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  /* background: #070707; */
  background: var(--bg, #070707);
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* transition: all 0.3s ease-in-out; */
  transition: inset 0.4s cubic-bezier(0.47, 2, 0.41, 1.5),
    visibility 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.social li:has(a:hover, a:focus-visible)::after {
  opacity: 1;
  visibility: visible;
  inset-block-start: -60%;
}

.social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  font-size: 1.75rem;
  color: #070707;
  border: 1px solid;
  border-radius: 100%;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.social a > i {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.social a::after {
  position: absolute;
  content: "";
  inset: 100% 0 0;
  /* background: #070707; */
  background: var(--bg, #070707);
  pointer-events: none;
  transition: inset 0.3s ease-in-out;
}

.social a:hover,
.social a:focus-visible {
  color: #fff;
}

.social a:hover::after,
.social a:focus-visible::after {
  inset-block-start: 0;
}


/*主分類字體加粗*/

.widget_product_categories .product-categories li a {
        font-weight: 900;

}

.widget_product_categories .children li a {

  font-weight: 100 !important;
}


/*隱藏側邊欄位會員介面的我的帳號*/
.woocommerce-MyAccount-title {
 
  display: none;
}


/*即可儲值 NT$11,000 餘額 顏色*/

:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) .amount {
  color: #202020 !important;
}





.product-type-variable .wd-single-attrs {
display: none;}
