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

:root {
	--wd-text-font: "Noto Sans TC", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(73,73,73);
	--wd-text-font-size: 16px;
	--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: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(207,20,43);
	--wd-alternative-color: rgb(117,120,123);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(207,20,43);
	--btn-accented-bgcolor-hover: rgb(158,15,63);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(207,20,43);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(207,20,43);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.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(51,51,51);
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 40px;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

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


.wd-page-title {
background-color: rgb(51,51,51);
}

/* ==========================================
   首頁 h4 標題裝飾底線（紅+灰雙色）
   ========================================== */
.title-underline h4 {
    position: relative;
    margin-bottom: 27px;
    border-bottom: none;
    padding-bottom: 8px;
}
.title-underline h4::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 15%;
    width: 50%;
    border-bottom: 2px solid #ededed;
}
.title-underline h4::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 15%;
    border-bottom: 2px solid #cf142b;
}

/* ==========================================
   結帳頁 訂單商品縮圖最大寬度
   ========================================== */

.wd-checkout-prod-img {
    width: 40%;
    flex-shrink: 0;
}

.wd-checkout-prod-img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover;
    border-radius: 4px;
}

.wd-checkout-prod-cont {
    width: 60%;
    margin-left: 12px;
}

/* ==========================================
   結帳頁 帳單資訊 sticky 跟隨
   ========================================== */
.woocommerce-checkout #customer_details {
    position: sticky;
    top: 130px;
    align-self: flex-start;
}