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

:root {
	--wd-text-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(86,86,86);
	--wd-text-font-size: 16px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(125,3,3);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgba(247,247,247,0);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(102,0,37);
	--btn-accented-bgcolor-hover: rgb(102,0,37);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--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;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .wd-checkout-steps li {
	text-transform: capitalize;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 32px;
}
html table th {
	text-transform: capitalize;
}
.page .wd-page-content {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(250,248,245);
	background-image: none;
}
html .widget_price_filter [class*="price_slider_amount"] .button {
	color: rgb(255,255,255);
	background: rgb(102,0,37);
}
html .widget_price_filter [class*="price_slider_amount"] .button:hover {
	color: rgb(255,255,255);
	background: rgb(102,0,37);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 20px;
	--wd-arrow-color: rgb(51,51,51);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgba(51,51,51,0.8);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgb(140,188,103);
	--wd-arrow-bg-dis: rgb(255,255,255);
	--wd-arrow-radius: 10px;
	--wd-arrow-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
}
.wd-nav-scroll {
	--wd-nscroll-height: 3px;
	--wd-nscroll-drag-bg: rgb(140,188,103);
	--wd-nscroll-drag-bg-hover: rgb(128,171,94);
}
.product-labels .product-label.new {
	background-color: rgb(140,188,103);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 28px;
	}

}

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

}
:root{
--wd-container-w: 1250px;
--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;
}

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


.wd-page-title {
background-color: rgb(250,248,245);
}

.link-conten a{
    color: #2196F3;
}
.lh-hero {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}
.btn-hero {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ff7b00, #ff3d00);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(255, 61, 0, 0.3);
    transition: all 0.3s ease;
}
.km-custom-signage ul li {
    font-size: 15px;
    list-style: disc;
    margin: -5px 17px;
}
.wp-caption-text{
    text-align: center;
    background: #f9f9f9;
    padding: 5px;
    font-style: italic;
	  font-size: medium;
}
.faq-section {
  margin-top: 20px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 10px;
}

.faq-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1f2937;
}

.faq-title span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  margin-top: 4px;
}

.faq-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 18px;
  margin-bottom: 12px;
  border-left: 4px solid #16a34a;
}

.faq-question {
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  margin-bottom: 6px;
}

.faq-answer {
  font-size: 14.5px;
  line-height: 1.6;
  color: #374151;
}

.faq-answer ul {
  margin: 8px 0 8px 18px;
}

.faq-answer li {
  margin-bottom: 4px;
}

.voucher-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.voucher-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.voucher-item {
    position: relative;
    padding: 6px 10px 6px 28px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    cursor: pointer;
    transition: 0.25s;
    display: inline-flex;
    align-items: center;
}

.voucher-item:hover {
    background: rgba(230, 20, 20, 0.12);
    transform: translateY(-1px);
}

.voucher-item::before {
    content: "📋";
    position: absolute;
    left: 8px;
    font-size: 13px;
    opacity: 0.7;
}

.voucher-text.highlight {
    color: #ee4d2d;
    font-weight: 500;
}

.tooltip-anim {
    animation: blink 0.3s ease;
}

@keyframes blink {
    0% { opacity: 0.4; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}

.toast-copy {
    position: absolute;
    top: -28px;
    left: 0;
    background: #28a745;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(5px);
    animation: showToast 1.2s forwards;
}

@keyframes showToast {
    0% {opacity: 0; transform: translateY(5px);}
    20% {opacity: 1; transform: translateY(0);}
    100% {opacity: 0; transform: translateY(-5px);}
}


.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
	color: #858585cc;}
.elementor-widget-container .elementor img {max-width: 100%;}
.searchform.wd-style-4 .searchsubmit {background: transparent;}

}
.wd-product .price {font-size: 15px;}
.link-content {
	    border: 1px solid #ffebeb;
    background: #fff9f9;
    padding: 10px;
    border-radius: 5px;
    list-style: none;
    margin: 0 0 15px 0;
}

.link-content li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 22px;
}

/* Icon chấm tròn mềm mại */
.link-content li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: rgba(125, 3, 3, 1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    transition: transform 0.25s ease;
}

/* Link style */
.link-content a {
    color: rgba(125, 3, 3, 1);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.25s ease;
    position: relative;
}

/* Hover đổi màu + gạch chân trượt */
.link-content a:hover {
    color:#4d0505;
}

.link-content a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.2px;
    background: #4d0505;
    border-radius: 2px;
    transition: width 0.25s ease;
}

.link-content a:hover::after {
    width: 100%;
}

/* Hiệu ứng icon nhích sang phải khi hover */
.post-content li:hover::before {
    transform: scale(1.3);
}


/* Giá luôn nằm dưới, không nhảy lên */
.product-grid-item .wrap-price {
    margin-top: auto;
}
/* Tiêu đề sản phẩm nhỏ hơn */
.product-grid-item .wd-entities-title a {
    font-size: 15px !important; /* nếu đang 15px → giảm xuống 14px */
    line-height: 1.3;
}


.wd-product .wd-entities-title {
    -webkit-line-clamp: 5 /* tăng lên 4 nếu muốn */
    white-space: normal !important;
    overflow: visible !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}
.product-grid-item .wd-entities-title,
.product-grid-item .wd-entities-title a {
    text-align: left !important;    min-height: 50px;
	    text-overflow: hidden !important;
}
/* Canh trái giá */
.product-grid-item .price,
.product-grid-item .price * {
    text-align: left !important;
    justify-content: flex-start !important;
}

/* Canh trái toàn bộ meta/info */
.product-grid-item .product-element-bottom,
.product-grid-item .product-element-top,
.product-grid-item .product-details {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.wd-entry-content table{box-shadow:none!important;}
.entry-content img, .wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-caption {
  max-width: 100%;
}@media (max-width: 576px) {
	.wd-product .price {
    font-size: 12px;
}
.mobi-none{display: none;}
}

