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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: url(https://www.hi-zsex.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(203,40,120);
	background-image: url(https://www.hi-zsex.com/wp-content/uploads/2026/05/1111-scaled.jpg);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(10,10,10);
	background-image: none;
}

:root{
--wd-text-font:"Open Sans", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Open Sans", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Open Sans", 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%);
}
:root{
--wd-alternative-font:"Open Sans", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Open Sans", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:capitalize;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Open Sans", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:capitalize;
--wd-header-el-font-size:16px;
}
html .blog-shortcode .post.blog-post-loop .post-title, html .slider-type-post .post.blog-post-loop .post-title{
	font-size: 18px;
}

:root{
--wd-primary-color:rgb(203,40,120);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(203,40,120);
}
:root{
--btn-accented-bgcolor-hover:rgb(203,40,120);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
									--wd-form-brd-radius: 35px;
			
			
					
					--wd-form-brd-width: 2px;
		
					--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: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
			div.wd-popup.wd-age-verify {
			max-width: 500px;
		}
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
.hidden-fields-container{display:none;}
.sidebar-container .widget-title {text-align: center;background: var(--wd-primary-color);color: #fff;padding: 15px 0;}
.widget_product_categories .product-categories li a{padding-left: 10px;}
.widget_product_categories .product-categories li a:hover{color:var(--wd-primary-color);}
.widget_product_categories .product-categories li.current-cat>a{color:var(--wd-primary-color);}
.blog-design-masonry .post-title{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.article-body-container .wd-entry-meta{display:none;}
.post-single-page.has-post-thumbnail .article-inner>.entry-header{display:none;}
.woocommerce-variation-price .price{font-size: 200%;}

/* 桌面端价格字号 */
.single-product .summary-inner p.price {
    font-size: 24px !important;
}

/* 平板/手机端自动缩小 */
@media (max-width: 768px) {
    .single-product .summary-inner p.price {
        font-size: 20px !important;
    }
}
@media (max-width: 480px) {
    .single-product .summary-inner p.price {
        font-size: 18px !important;
    }
}