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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(40,40,40);
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(40, 40, 40);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: inherit;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(30,30,30);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(221,51,51);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1401px;
--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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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

@media (min-width: 1401px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-product.wd-hover-fw-button .wd-add-btn {
    display: none !important;
}

.product-labels {
    display: none !important;
}

.single_add_to_cart_button {
    display: block; /* 将按钮设为块级元素 */
    width: 100%; /* 设置按钮宽度为100% */
    box-sizing: border-box; /* 确保内边距和边框包含在按钮的宽度内 */
border-radius: 2px !important; /* 可选：设置圆角 */
background-color: transparent; /* 设置按钮背景色为透明 */
    border: 1px solid #ECECEC; /* 设置按钮边框为1px黑色 */
color: black;
}





  .wd-buy-now-btn {
    display: block;
    width: 100%;
   
   
   
    color: #f6f7f7 !important; /* 可选：设置文字颜色 */
    border: none !important; /* 可选：移除边框 */
    text-align: center !important; /* 可选：文本居中 */
    font-size: 16px !important; /* 可选：设置字体大小 */
    cursor: pointer !important; /* 可选：添加鼠标指针样式 */
    border-radius: 2px !important; /* 可选：设置圆角 */

}

@media (min-width: 720px) {
    .set-mb-l {
        margin-left: 40px; /* 设置左边距为40px */
        margin-right: 40px; /* 设置右边距为40px */
    }
}
.woocommerce-product-gallery img  {
   
    outline: none;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity input[type="button"] {
    width: 40px; /* 增大按钮尺寸 */
    height: 40px;
    background-color: #f0f0f0; /* 按钮默认背景颜色 */
    border: 1px solid #ddd; /* 边框 */
    color: #333; /* 字体颜色 */
    font-size: 20px; /* 增加字体大小 */
    cursor: pointer;
    text-align: center;
   
    transition: all 0.3s ease; /* 平滑过渡效果 */
    line-height: 1; /* 确保文字居中 */
}

.quantity input[type="button"]:hover {
    background-color: #007cba; /* 悬停时的背景颜色 */
    color: white; /* 悬停时的字体颜色 */
    transform: scale(1.1); /* 悬停时稍微放大按钮 */
}

.quantity .input-text.qty {
    width: 60px; /* 数字输入框的宽度 */
    text-align: center; /* 数字居中 */
    border: 1px solid #ddd; /* 边框 */
    margin: 0 10px; /* 按钮和输入框之间的间距 */
    font-size: 16px;
    padding: 10px; /* 内边距，让框看起来更大 */
    border-radius: 0px; /* 圆角边框 */
    transition: border-color 0.3s ease; /* 边框颜色变化 */
}

.quantity .input-text.qty:focus {
    border-color: #007cba; /* 聚焦时改变边框颜色 */
    outline: none; /* 去掉默认的聚焦轮廓 */
}

@media (max-width: 768px) {
    .quantity input[type="button"] {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .quantity .input-text.qty {
        width: 50px;
    }
}
