@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.phonedr.com.tw/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.4") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Noto Sans TC", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Noto Sans TC", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Noto Sans TC", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Noto Sans TC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Noto Sans TC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Noto Sans TC", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(35,32,0);
	--wd-alternative-color: rgb(190,198,213);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(221,51,51);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(15,1,1);
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(43,45,50);
	background-image: none;
}
html .product-image-summary-wrap .summary-inner > .price, html .product-image-summary-wrap .summary-inner > .price > .amount, html .product-image-summary-wrap .summary-inner > .price > .price > .amount, html .product-image-summary-wrap .summary-inner > .price ins .amount, html .wd-single-price .price, html .wd-single-price .price > .amount, html .wd-single-price .price > ins .amount, html .product-image-summary-wrap .variations_form .woocommerce-variation-price .price > .amount, html .product-image-summary-wrap .variations_form .woocommerce-variation-price .price > ins .amount, html .wd-single-add-cart .variations_form .woocommerce-variation-price .price > .amount, html .wd-single-add-cart .variations_form .woocommerce-variation-price .price > ins .amount {
	color: rgb(221,51,51);
}
.product-labels .product-label.onsale {
	background-color: rgb(221,51,51);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* Link */
.variations tr a{
	font-size:14px;
	width:50px;
	height:45px;
	line-height:1em;
	color:#000;
	font-weight:600;
	
}

	/* Label */
	.variations tr .label{
		padding-bottom:10px !important;
	}

/* 維修表單樣式 */
.underline-input input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc; /* 淺灰色下底線 */
  color: #CFCFCF;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px; /* 加入底部間距 */
}

.underline-input label {
  display: block; /* 確保標籤顯示在輸入框上方 */
  margin-bottom: 5px; /* 標籤和輸入框之間的間距 */
}

.underline-input input:focus {
  border-bottom: 1px solid #FC0B0B; 
  outline: none;
}

/* 為每個欄位的容器添加間距 */
.field-container {
  padding-right: 10px; /* 在右邊增加間距，避免欄位之間黏在一起 */
}

/* 最後一個欄位的容器不需要右邊間距 */
.field-container:last-child {
  padding-right: 0;
}

/* First test */
.init div .first-test{
	padding-right:50px !important;
}

/* Second test */
.init div .second-test{
	padding-right:50px;
}

/* Label */
.init .underline-input label{
	font-size:18px;
}

/* Label */
.second-test p > label{
	font-size:18px;
}

/* Label */
.first-test p > label{
	font-size:18px;
}

/* Text Area */
.init p textarea{
	min-height:96px;
	height:100px;
	width:500px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-style:solid;
	border-width:1px;
}

.sig {font-size:20px; font-weight:600;}

/* Select */
.init p select{
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
  border-bottom: 1px solid #ccc;
}

/* Select */
.init p select:focus{
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
  border-bottom: 1px solid #FC0B0B;
}

/* Span Tag */
fieldset > div > p > span > span > span{
	font-size:17px;
}

/* Label */
.init fieldset > div > p label{
	font-size:18px;
	
}
fieldset div .field-container p span input[type=text]{
	color:#b53030;
}

.spinner {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}