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

:root {
	--wd-text-font: "Noto Serif TC", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(94,94,94);
	--wd-text-font-size: 18px;
	--wd-title-font: "Noto Serif TC", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Noto Serif TC", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Noto Serif TC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Noto Serif 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: 18px;
	--wd-header-el-font: "Noto Serif TC", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(165,155,160);
	--wd-alternative-color: rgb(244,224,215);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(193,182,189);
	--btn-accented-bgcolor-hover: rgb(165,155,160);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(165,155,160);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://marryornament.com.tw/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(158,191,181);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: url(https://marryornament.com.tw/wp-content/uploads/2023/10/title-banner.webp);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--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: 8px;
}

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


.entry-summary .product_meta .sku_wrapper {display:none}
.product-labels {display:none;}
.product-grid-item :is(.wd-product-cats,.wd-product-brands-links) {display:none;}
.product-grid-item .price {display:none;}
.blog-design-masonry.has-post-thumbnail .post-date {display:none;}
.wd-post-date.wd-style-with-bg {display:none;}
	/* Link */
	.popup-button a {
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		width:123px !important;
		height:42px;
		padding-bottom:12px;
		padding-left:24px;
		padding-right:21px;
		padding-top:13px;
		
	}
/* 479px and smaller screen sizes */
@media (max-width:479px){

	/* Label */
	.init .row p label{
		margin-bottom:3px;
		margin-top:-10px;
		
	}
	
}

/*首頁禮服標題置中*/
.elements-grid .product-wrapper .wd-entities-title{
	text-align:center;
}

/* 針對 POST 的 H2 和 H3 標題設置相同的樣式 */
/* 避免特定的 H3 標題受到樣式影響 */
.no-style {
    position: static; /* 確保不受位置相關樣式影響 */
    padding-left: 0; /* 移除 padding */
    font-weight: normal; /* 恢復默認字體粗細 */
    color: inherit; /* 使用默認文字顏色 */
}

/* 針對 POST 的 H2 和 H3 標題設置相同的樣式 */
.single-post .entry-content.wd-entry-content h2,
.single-post .entry-content.wd-entry-content h3 {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    color: #000000;
    font-size: 24px; /* 可以根據需要調整字體大小 */
}

.single-post .entry-content.wd-entry-content h2::before,
.single-post .entry-content.wd-entry-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: rgb(165, 155, 160);
}

/* 移除全域的 h3 樣式 */

/* 針對 .product-wrapper 裡的 h3 覆寫樣式 */
.product-wrapper h3 {
    position: static;
    padding-left: 0;
    font-weight: normal;
    color: inherit;
    font-size: 18px; /* 根據需要調整 */
}

/* 如果原有樣式有更高的特異性，使用 !important 來強制覆寫 */
.product-wrapper h3::before {
    content: none !important;
}


h3 {font-size:18px; font-weight:600;}
.wd-sticky-loader,
.wd-content-loader {
    display: none !important;
}

.wd-entities-title a {font-size:18px; font-weight:600;}
.main-page-wrapper .hentry h1.post-title {font-size:28px;}
:is(.wd-single-post-header,.post-title-large-image) .wd-post-meta {display:none;}

@media (max-width: 760px) {
    .mwai-messages-theme.mwai-animation-zoom.mwai-window.mwai-bottom-right .mwai-trigger {
        bottom: calc(120px + env(safe-area-inset-bottom, 0)) !important;
	}
}

.wd-single-post-header .wd-post-meta {display:none;}
.wd-entities-title {font-weight:700;}
.wd-page-title .title {font-size:48px !important;}

.grecaptcha-badge {
    visibility: hidden;
}

.wd-post-author {display:none;}@media (min-width: 1025px) {
	.mwai-messages-theme .mwai-trigger {
	bottom:85px;
}
}

@media (max-width: 576px) {
	.mwai-messages-theme .mwai-trigger {
	right:-20px;
	bottom:85px;
}
}

