/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@font-face {
	font-family: 'BVNPro';
	src: url('fonts/BVNPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'BVNPro';
	src: url('fonts/BVNPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'BVNPro';
	src: url('fonts/BVNPro-SemiBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

:root{
	--nau:#58351e;
	--vang:#f3bd13;
	--xanh-nhat:#00923d;
	--xanh-dam:#006436;
	--hong:#f9f3d3;
	--do:#b5292f;
}
html.no-scroll,body.no-scroll{
	overflow:hidden;
}
html,body,span,label,a,p,button,b,div{
	font-family: 'BVNPro', sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: 'BVNPro', sans-serif !important;
}
b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
	outline:none;
}
input[type=submit]{
	margin:0;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
a{
	cursor:pointer;
}
.wpcf7-spinner,.product-images .image-tools.bottom.left,.is-divider{
	display:none !important;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff !important;
}
.pd-b0{
	padding-bottom:0 !important;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:0;
}
.p-mb5 p,.title-mb5 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:5px;
}
.p-mb10 p,.title-mb10 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:10px;
}
.p-mb15 p,.title-mb15 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:15px;
}
.p-mb20 p,.title-mb20 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:20px;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6){
	font-weight:500;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6){
	font-weight:600;
}
.p-w700 p,.title-w700 :is(h1,h2,h3,h4,h5,h6){
	font-weight:700;
}
.p-w800 p,.title-w800 :is(h1,h2,h3,h4,h5,h6){
	font-weight:800;
}
.p-w900 p,.title-w900 :is(h1,h2,h3,h4,h5,h6){
	font-weight:900;
}
.font-title :is(h1,h2,h3,h4,h5,h6),.font-title :is(h1,h2,h3,h4,h5,h6) span{
	font-family: 'Dancing Script', cursive !important;
	line-height: 1.2;
}
.title-f30 :is(h1,h2,h3,h4){
	font-size:30px;
}
.title-f20 :is(h1,h2,h3,h4){
	font-size:20px;
}
.is-uppercase, .uppercase{
	line-height:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.absolute-footer{
	background-color:var(--xanh-dam) !important;
	padding:0;
}
.absolute-footer a:hover{
	color:var(--vang);
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
}
.footer-primary{
	border-top:1px solid rgba(255,255,255,0.2);
	padding:15px 0;
}
.blog-wrapper{
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--xanh-dam) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/09/top.png) var(--xanh-dam);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
}
table {
	border-collapse: collapse;
}
.owl-stage{
	display:flex;
}
.owl-stage .col,.owl-stage .col > .col-inner{
	height:100%;
}
.owl-item {
	flex-shrink:0;
}
.owl-item .col {
	max-width:100%;
}
.owl-dots {
	margin:0 !important;
}
.owl-dots button{
	min-height:unset;
	margin:0 5px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:var(--xanh-dam) !important;
}
.owl-nav{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translatey(-50%);
	margin:0 !important;
}
.owl-nav button{
	min-height:unset;
	line-height:unset !important;
	margin:0 !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	display:flex !important;
	align-items:center;
	justify-content:center;
	transition:all 0.3s;
}
.accordion button.toggle{
	pointer-events:none !important;
}
.map :is(p,iframe){
	width:100%;
	height:100%;
	margin:0;
}
.pum-overlay.pum-overlay-disabled {
	visibility: inherit !important;
}
.button.btn-center,
.text-center .button.btn-center{
	display:block;
	width:max-content;
	margin:10px auto 0 !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.sec-bg-mix .section-bg {
	opacity: 0.18;
	mix-blend-mode: overlay;
	will-change: transform, opacity;
}
.icon-box.icon-center .icon-box-img :is(.icon,.icon-inner){
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.icon-box.icon-center img{
	padding-top:0;
}
.title-border{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0;
}
.title-border:before,.title-border:after{
	content:'';
	height:5px;
	border-top:1px solid var(--xanh-dam);
	border-bottom:1px solid var(--xanh-dam);
	flex:1;
}
.title-border :is(h1,h2){
	width:max-content;
	padding:0 20px;
	max-width:100%;
	margin:0;
	text-align:center;
}

/* Header */
.menu-vertical-custom{
	position:relative;
	height:50px;
	cursor:pointer;
	display:flex;
	align-items:center;
}
.menu-vertical-custom .box-menu{
	font-size:15px;
	font-weight:500;
	display:flex;
	align-items:center;
	transition:all 0.3s;
}
.menu-vertical-custom .box-menu:hover{
	color:var(--vang);
}
.menu-vertical-custom .box-menu i{
	margin-right:6px;
	font-size:17px;
	color:var(--vang);
}
.menu-vertical-custom .menu-menu-vertical-container{
	position:absolute;
	left:-2px;
	width:245px;
	top:50px;
	border:1px solid #d9d9d9;
	background:#fff;
	z-index:2;
	height:max-content;
	opacity:0;
	visibility:hidden;
	transition: opacity 0.5s ease, visibility 0.1s;
}
.menu-vertical-custom:hover .menu-menu-vertical-container{
	opacity:1;
	visibility:visible;
}
.menu-vertical-custom .menu-menu-vertical-container .menu-shortcode {
	height:max-content;
	max-height:calc(100dvh - 155px);
	overflow-y:scroll;
	padding:15px 0;
}
.menu-vertical-custom .menu-menu-vertical-container .menu-shortcode::-webkit-scrollbar {
	width: 5px;
}
.menu-vertical-custom .menu-menu-vertical-container .menu-shortcode::-webkit-scrollbar-track {
	background: #fff;
}
.menu-vertical-custom .menu-menu-vertical-container .menu-shortcode::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius:99px;
	display:none;
}
.menu-vertical-custom .menu-menu-vertical-container:hover .menu-shortcode::-webkit-scrollbar-thumb {
	display:block;
}

.menu-vertical-custom ul li{
	list-style:none;
	margin:0 !important;
}
.menu-vertical-custom ul li a{
	display:flex;
	width:100%;
	padding:8px 20px;
	transition:background 0.3s,color 0.3s;
	font-size:14px;
	font-weight:500;
}
.menu-vertical-custom ul li:hover > a{
	color:var(--xanh-dam);
	background:#ededed;
}
.header-bottom-nav > li{
	margin:0 15px;
}
.header-bottom-nav > li > a{
	text-transform:initial;
	font-size:15px;
	color:#fff !important;
	font-weight:500 !important;
}
.header-bottom-nav > li > a:hover,.header-bottom-nav > li.active > a{
	color:var(--vang) !important;
}
.header-nav-main > li{
	margin:0 15px;
}
.header-nav .sub-menu {
	padding:0;
	display:block;
	height:max-content;
	max-height:calc(100vh - 155px) !important;
	overflow-y:scroll;
}
.header-nav .sub-menu::-webkit-scrollbar {
	width: 0px;
}
.header-nav .sub-menu li > a{
	margin:0;
	padding:10px 15px;
	font-size:14px;
	font-weight:500 !important;
	color:#000;
	transition:all 0.3s;
}
.header-nav .sub-menu li > a:hover{
	color:var(--xanh-dam);
	background:#ededed;
}

.btn-header a{
	font-size:15px;
	font-weight:500;
	display:inline-flex;
	align-items:center;
	color:#fff !important;
}
.btn-header a i{
	font-size:18px;
	margin-right:6px;
}
li.cart-item > a{
	flex-direction:row-reverse;
	align-items:center;
	text-transform:initial;
	color:#fff !important;
	padding: 0;
}
li.cart-item > a i{
	margin:0 6px 0 0;
	font-size:18px;
}
li.header-search-form form :is(input,button){
	border:none;
	height:35px;
}
li.header-search-form form input{
	border-radius:99px;
	min-width:350px;
	font-size:14.4px;
}
li.header-search-form form.searchform button.submit-button{
	width:30px;
	height:30px;
	padding:0 !important;
	display:flex !important;
	align-items:center;
	justify-content:center;
	border-radius:50% !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:calc(5px / 2);
	min-height:unset;
	min-width:unset !important;
	line-height:unset;
	font-size:11px !important;
}
li.header-search-form form.searchform button.submit-button i{
	top:unset;
}

/* Trang chủ */
.sec-banner-home .col-content > .col-inner{
	border-radius:10px;
	overflow:hidden;
}
.hotline-banner{
	position:relative;
	border:1px solid #d0d0d0;
	border-radius:99px;
}
.hotline-banner p{
	margin:0;
}
.hotline-banner p.txt{
	position:absolute;
	top:-9px;
	left:50%;
	transform:translatex(-50%);
	margin:0;
	padding:0 5px;
	width:max-content;
	background:#fff;
	z-index:2;
	color:var(--xanh-dam);
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
.hotline-banner p.phone a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:46px;
	font-size:17px;
	color:#222;
	font-weight:600;
}
.hotline-banner p.phone a i{
	margin-right:8px;
	color:var(--do);
	font-size:20px;
}
a:focus-visible,
button:focus-visible {
	background-color: rgba(0, 123, 255, 0.15);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	outline: none;
	transition: all 0.2s ease;
}
a.btn-view-all{
	background-color:transparent !important;
	border-radius:6px;
	border:1px solid var(--xanh-dam);
	box-shadow:none !important;
	color:var(--xanh-dam) !important;
	font-weight:400;
	font-size:15px;
	width:100% !important;
	max-width:180px;
}
a.btn-view-all:hover{
	background-color:var(--xanh-dam) !important;
	color:#fff !important;
}
.row.product-slider-home .owl-item .col{
	padding-left:0;
	padding-right:0;
	padding-bottom:15px;
}
.row.product-slider-home{
	margin:0 !important;
}
.row.product-slider-home .owl-nav button{
	width:35px;
	height:35px;
	background-color:var(--xanh-dam) !important;
	color:#fff !important;
	border-radius:50%;
}
.row.product-slider-home .owl-nav button.owl-prev{
	left:-50px;
}
.row.product-slider-home .owl-nav button.owl-next{
	right:-50px;
}
.row.product-slider-home.owl-carousel .owl-stage-outer{
	padding-top:15px;
}



















/* Trang Liên hệ */
.col-content-lh > .col-inner{
	border-radius:15px;
	overflow:hidden;
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.col-contact-lh > .col-inner{
	background:url(/wp-content/uploads/2025/09/background-lien-he.webp) no-repeat;
	background-size:cover;
}
.col-contact-lh > .col-inner:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	pointer-events:none;
	background:var(--xanh-dam);
	opacity:0.8;
}
.col-contact-lh > .col-inner > *{
	position:relative;
	z-index:2;
}
.col-contact-lh .icon-lh{
	margin-bottom:30px;
}
.col-contact-lh .icon-lh .icon-box-img{
	width:50px !important;
	height:50px;
	background:var(--vang);
	border-radius:50%;
}
.col-contact-lh .icon-lh img{
	width:22px;
}
.col-contact-lh .icon-lh h3{
	font-size:20px;
	margin:0 0 5px;
	line-height:1.35;
}
.col-contact-lh .icon-lh p{
	margin:0;
}
.map-lh{
	height:500px;
}
.line{
	border-top:1px solid #fff;
	opacity:0.5;
	margin:30px 0;
}
.form-lh input{
	height:42px;
}
.form-lh :is(input,textarea){
	border:1px solid #eee;
	background:#eee !important;
	border-radius:5px;
}
.form-lh input[type=submit]{
	width:100%;
	background-color:var(--xanh-dam) !important;
	font-weight:500;
}
.row2input{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.row2input > *{
	width:calc(50% - 7.5px);
}

/* Trang giới thiệu */
.col-img-gt > .col-inner{
	padding:50px 50px 0 0;
}
.col-img-gt > .col-inner:before{
	content:'';
	position:absolute;
	top:0;
	left:50px;
	right:0;
	bottom:50px;
	border:5px solid var(--xanh-dam);
	z-index:1;
}
.col-img-gt > .col-inner > *{
	position:relative;
	z-index:2;
}

/* Trang tin tức */
.post-item .btn-view-blog{
	display:none;
	padding-top:6px;
}
.post-item .btn-view-blog a{
	display:block;
	width:max-content;
	margin:0 auto;
	padding: 8px 15px 7px;
	border-radius: 8px;
	background: var(--vang);
	box-shadow: 0 3px #d1a006;
	color: #fff;
	transition: all 0.3s;
}
.post-item .btn-view-blog a:hover{
	background:#d1a006;
}
.archive.category-52 .post-item .btn-view-blog{
	display:block;
}
.archive.category-52 .post-item :is(.date-blog,.from_the_blog_excerpt ){
	display:none;
}
.archive.category-52 .post-item .post-title a{
	text-align:center;
}

.post-item .col-inner{
	height:100%;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	transition:all 0.3s;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.1);
}
.post-item .box-text{
	padding:15px 15px 20px;
}
.date-blog{
	display:block;
	width:max-content;
	max-width:100%;
	border-radius:99px;
	background:#c7efe0;
	background:var(--xanh-nhat);
	color:#fff;
	padding:2px 8px 1px;
	font-size:10px;
	font-weight:400;
	margin:0 0 8px;
}
.post-item .post-title{
	margin:0 0 10px;
}
.post-item .post-title a{
	margin:0;
	font-size:18px;
	transition:all 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 	min-height:71px; */
}
.post-item .post-title a:hover{
	color:var(--xanh-dam);
}
.from_the_blog_excerpt {
	margin:0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-post .post-item .col-inner:hover .box-image img{
	transform:scale(1.1);
}
/* Chuyên mục Ưu đãi */
.archive.category-52 .post-item .image-cover{
	padding-top:138.38% !important;
}
.blog-wrapper{
	padding-top:0;
}
.row-title-cat{
	margin-top:0 !important;
}
.linkpage :is(span,a){
	font-size:13px;
	transition:all 0.3s;
}
.linkpage a:hover{
	color:var(--xanh-dam);
}
h1.title-cat{
	font-size:30px;
	margin:0;
	color: var(--xanh-dam);
}
.blog-single > .row{
	margin-top:0 !important;
}
h1.entry-title{
	font-size:24px;
	line-height:1.35;
	margin:0 0 10px;
}
.date-blog.date-in-single{
	margin:0;
}
.blog-share .is-divider {
	display: block !important;
}
.blog-share .share-icons a{
	border-radius:3px !important;
	width:35px;
	height:35px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.blog-share .share-icons a i{
	top:unset;
}
.rpbt_shortcode h3{
	font-size:24px;
	font-weight:600;
	position:relative;
	margin:0 0 12px;
}
.rpbt_shortcode ul{
	margin:0;
}
.rpbt_shortcode ul li{
	list-style:none;
	margin-left:0 !important;
}
.rpbt_shortcode ul li a{
	position:relative;
	transition:all 0.2s;
	font-size:16px;
	line-height:1.35;
}
.rpbt_shortcode ul li a:before{
	content:'\f0da';
	font-family:'Fontawesome';
	margin-right:6px;
	font-size:14px;
	transition:all 0.2s;
	display:inline-block;
	transform:translatey(-1px);
}
.rpbt_shortcode ul li a:hover:before{
	transform:translatex(3px) translatey(-1px);
}
.rpbt_shortcode ul li a:hover{
	color:var(--xanh-dam);
}

.post-sidebar{
	border:none !important;
}
.row-sidebar .col-content:last-child{
	padding-bottom:0;
}

.title-sidebar p{
	font-size:18px;
	font-weight:700;
	margin:0 0 12px;
}
.row-sidebar .col-tin-tuc .post-item{
	padding-bottom:15px;
}
.row-sidebar .col-tin-tuc .post-item:last-child{
	padding-bottom:0;
}
.row-sidebar .col-tin-tuc .post-item:last-child .col-inner{
	padding:0 !important;
	border-bottom:0 !important;
}
.row-sidebar .col-tin-tuc .post-item .col-inner{
	box-shadow:none;
	border:none;
	border-bottom:1px solid #e2e2e2;
	padding:0 0 15px;
}
.row-sidebar .col-tin-tuc .post-item .box{
	display:flex;
}
.row-sidebar .col-tin-tuc .post-item .box-image{
	display:block;
	width:115px !important;
	flex-shrink:0;
	height:fit-content;
	border-radius:5px;
}
.row-sidebar .col-tin-tuc .post-item .box-text {
	padding:0 0 0 15px;
}
.row-sidebar .col-tin-tuc .post-item .from_the_blog_excerpt {
	display:none;
}
.row-sidebar .col-tin-tuc .post-item .post-title a{
	margin:0;
	font-size:16px;
	font-weight:500;
	line-height:1.45;
}
.post-sidebar aside,#shop-sidebar aside{
	margin:0 !important;
}

/* Trang đặt bàn */
.col-form-datban > .col-inner{
	width:100%;
	max-width:600px;
	margin:0 auto !important;
	padding:30px;
	background:var(--xanh-dam);
	border-radius:8px;
}
.form-dat-ban :is(input,select,textarea){
	border-radius:5px;
}
.form-dat-ban :is(input,select){
	height:42px;
}
.form-dat-ban input[type=submit]{
	width:100%;
	background-color:var(--vang) !important;
}
.form-dat-ban p.label{
	font-size:15px;
	font-weight:500;
	margin:0 0 5px;
}
.form-dat-ban p.label span{
	color:#ff0000;
	display:inline-block;
	margin-left:2px;
}
.form-dat-ban .box-input{
	margin-bottom:5px;
}

/* Không gian nhà hàng */
.ga-nha-hang{

}

/* Danh mục sản phẩm */
.category-page-row h1.title-cat-pro{
	text-align:center;
	position:relative;
	color:var(--xanh-dam);
	font-family: 'Dancing Script', cursive !important;
	font-size:50px;
	line-height:1.3;
	margin:0;
}
.category-page-row .products{
	margin:30px 0 0;
}

.product-style .col-inner, .product-small .col-inner{
	height:100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .03);
	border:1px solid rgba(0, 0, 0, .15);
	transition:all 0.3s;
	border-radius:10px;
	overflow:hidden;
}
.product-style .col-inner:hover, .product-small .col-inner:hover{
	transform:translatey(-5px);
}
.product-small.box{
	display:flex;
	flex-direction:column;
	height:100%;
}
.product-small .box-image{
	display:block;
	width:100%;
}
.product-small .box-image .ship-label{
	position:absolute;
	top:10px;
	left:0;
	width:max-content;
	color:#fff;
	background:var(--xanh-nhat);
	/* 	background: #e7000a; */
	z-index:1;
	pointer-events:none;
	border-radius:0 99px 99px 0;
	padding:5px 8px;
	font-size:12px;
}
.product-small .box-image .btn-view-popup{
	margin:0;
	position:absolute;
	left:0;
	bottom:-50px;
	width:100%;
	z-index:2;
	background:var(--xanh-nhat);
	font-size:14px;
	font-weight:500;
	color:#fff;
	padding:5px;
	min-height:unset;
	line-height:unset;
	transition:all 0.3s;
	opacity:0;
	visibility:hidden;
}
.product-small .box-image .btn-view-popup:hover{
	background:#028338;
}
.product-small:hover .box-image .btn-view-popup{
	bottom:0;
	opacity:1;
	visibility:visible;
}
.product-small .box-text{
	padding:10px 12px 20px;
	display:flex;
	flex-direction:column;
	flex:1;
}
.product-small .price-wrapper{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.product-small .product-title{
	margin:0 0 7px;
}
.product-small .product-title a{
	font-size:15px;
	font-weight:600;
	transition:all 0.3s;
	margin:0;
}
.product-small .product-title a:hover{
	color:var(--xanh-dam);
}
.product-small .add-to-cart{
	padding-top:15px;
	display:none;
}
.product-ship .product-small .add-to-cart,
.category-page-row.danh-muc-ship .product-small .add-to-cart{
	display:block;
}
:is(.product-ship,.category-page-row.danh-muc-ship) .product-small :is(.btn-view,.box-image .btn-view-popup){
	display:none;
}
.product-small .add-to-cart button{
	display:block;
	margin:0 auto;
	width:max-content;
	max-width:100%;
	border-radius:5px;
	font-size:14.4px;
	text-transform:initial;
	font-weight:400;
	min-height:unset;
	line-height:unset;
	border-radius:99px;
	padding-top:3px;
	padding-bottom:3px;
	transition:all 0.3s;
}
.product-small .add-to-cart button.btn-1{
	background:var(--do);
	color:#fff;
}
.product-small .add-to-cart button.btn-1:hover{
	background:#df1f27;
}
.product-small .add-to-cart button.btn-2{
	margin-top:8px;
	background: #f7f7f7;
	color: #666;
}
.product-small .add-to-cart button.btn-2:hover{
	background:#cefdff;
}
.price-wrapper > .price{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row-reverse;
	justify-content: center;
	gap:8px;
}
bdi{
	color:var(--do);
	font-size:15px;
}
del{
	text-decoration:unset;
}
del bdi{
	text-decoration:line-through;
	color:#999;
	font-size:11px;
}
del span.amount{
	opacity:1;
}
.product-small .btn-view{
	margin-top:12px;
}
.product-small .btn-view a{
	display:block;
	width:max-content;
	margin:0 auto;
	padding:8px 15px 7px;
	border-radius:8px;
	background:var(--vang);
	/* 	color:var(--xanh-dam); */
	box-shadow: 0 3px #d1a006;
	color:#fff;
	transition:all 0.3s;
}
.product-small .btn-view a:hover{
	background:#d1a006;
}
.products .product-small .box-image a{
	padding-top:75%;
	position:relative;
}
.products .product-small .box-image a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

/* Chi tiết sản phẩm */
.product-gallery-slider .woocommerce-product-gallery__image{
	border-radius:10px;
	overflow:hidden;
}
h1.product-title{
	color:var(--xanh-dam);
	font-family: 'Dancing Script', cursive !important;
	font-size:44px;
	line-height:1.3;
	margin:0 0 15px;
}
.product-price-container .price-wrapper > .price{
	justify-content:flex-end;
	align-items: baseline;
}
.product-price-container .price-wrapper .price bdi {
	font-size: 20px;
}
.product-price-container .price-wrapper .price del bdi{
	font-size:12px;
}
form.cart{
	gap:10px;
	padding-top:20px;
	border-top:1px solid #e2e2e2;
}
form.cart .ux-quantity{
	width:100%;
	order:1;
	align-items:center;
	margin:0 0 10px;
}
form.cart .ux-quantity:before{
	content:'Số lượng:';
	font-size:15px;
	font-weight:500;
	margin-right:10px;
}
form.cart .ux-quantity input{
	max-width:unset;
	width:35px;
	height:41px;
}
form.cart .ux-quantity input.minus{
	border-radius:5px 0 0 5px;
}
form.cart .ux-quantity input.plus{
	border-radius:0 5px 5px 0;
}
form.cart .ux-quantity input.qty{
	width:60px;
	flex-shrink:0;
}
form.cart .total-price{
	order:2;
	width:calc(30% + 10px);
	flex-shrink:0;
	flex:unset;
}
form.cart button{
	width:calc(35% - 15px);
	flex-shrink:0;
	flex:unset;
	border-radius:5px;
	padding:5px 10px;
	text-transform:initial;
	font-size:16px;
}
form.cart button.buy_now_button{
	order:3;
}
form.cart button.single_add_to_cart_button{
	order:4;
}
form.cart .total-price span{
	display:block;
	font-size:18px;
	font-weight:700;
	line-height:1.35;
	color:var(--do);
}
form.cart .total-price span.title{
	font-size:14px;
	font-weight:400;
	color:#000;
}





/* Footer */
.sec-lydo .box-lydo {
	padding-top:30px;
}

.sec-lydo .box-lydo > .col-inner{
	border-radius:10px;
	overflow:hidden;
	border:1px solid var(--xanh-dam);
	padding:20px;
	box-shadow:0 0 25px 0 rgb(0 100 54 / 19%);
}
.sec-lydo .box-lydo .box-text{
	padding:15px 0 0;
}
.sec-lydo .box-lydo .box-text p{
	margin:0;
	font-size:15px;
}
.sec-lydo .row-slider-lydo .owl-stage {
	transition-timing-function: linear !important;
}
.title-f p{
	font-size:18px;
	font-weight:700;
	margin:0 0 15px;
	line-height:1.35;
}
.contact-f p{
	margin:0;
	font-size:15px;
}
.contact-f a:hover{
	color:var(--vang);
}
.contact-f p + p{
	margin-top:10px;
}
.contact-f p i{
	width:20px;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-top:10px !important;
}
.menu-f .ux-menu-link a{
	min-height:unset;
	line-height:1.35;
	padding:0;
	font-size:15px;
}
.menu-f .ux-menu-link a i{
	width:unset;
	transition:all 0.3s;
}
.menu-f .ux-menu-link a:hover i{
	transform:translatex(3px);
}
.menu-f .ux-menu-link a:hover{
	color:var(--vang) !important;
}


.ga-img-product .box-img{
	position:relative;
	padding-top:100%;
	overflow:hidden;
}
.ga-img-product .box-img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

/* Popup xem nhanh produt */
#custom-product-popup{
	position:fixed;
	top:0;
	left:0;
	width: 100dvw;
    height: 100dvh;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:9999;
}
#custom-product-popup .popup-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:rgba(0,0,0,0.75);
}
#custom-product-popup .popup-content{
	width:100%;
	max-width:600px;
	background:#fff;
	border-radius:15px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#custom-product-popup .popup-content .popup-close{
	margin:0;
	padding:0;
	min-height:unset;
	width:30px;
	height:30px;
	border-radius:50%;
	border:2px solid var(--xanh-dam);
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	color:var(--xanh-dam);
	font-size:17px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:3;
}
#custom-product-popup .owl-dots{
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
}
#custom-product-popup .ga-img-product .box-img{
	padding-top:56.25%;
}
#custom-product-popup .popup-body{
	height:100%;
	position:relative;
}

#custom-product-popup .popup-body .btn-loading{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:22px;
	opacity:0.7;
}
#custom-product-popup .quickview-inner{
	height:100%;
	overflow-y:scroll;
	height: 100dvh;
/* 	height: calc(100dvh - 60px); */
	max-height: fit-content;
}
#custom-product-popup .quickview-inner.popup-product-ship{
	padding-bottom:50px;

}
#custom-product-popup .quickview-inner::-webkit-scrollbar {
	width: 3px;
}
#custom-product-popup .quickview-inner::-webkit-scrollbar-track {
	background: #fff;
}
#custom-product-popup .quickview-inner::-webkit-scrollbar-thumb {
	background: var(--xanh-dam);
}
#custom-product-popup .qv-txt{
	padding:20px;
}
#custom-product-popup .qv-title{
	font-size:19px;
	color:var(--xanh-dam);
	margin:0 0 5px;
}
#custom-product-popup .qv-price{
	display:flex;
	flex-direction:row-reverse;
	justify-content: flex-end;
	gap: 8px;
}
#custom-product-popup .qv-price bdi{
	font-size:16px;
	color:var(--do);
}
#custom-product-popup .qv-price del bdi{
	font-size:12px;
	color:#999;
}
#custom-product-popup .qv-desc ul{
	padding-left:20px;
}
#custom-product-popup :is(.data-pro,.qv-add-to-cart > .total-price, form.cart button.buy_now_button){
	display:none;
}
#custom-product-popup form.cart{
	justify-content:space-between;
}
#custom-product-popup .div-fix-cart{
	position:relative;
}
#custom-product-popup .price-quatity{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding:0 0 16px;
}
#custom-product-popup .custom-quantity input[type=number]::-webkit-inner-spin-button,
#custom-product-popup .custom-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#custom-product-popup .custom-quantity input[type=number] {
	-moz-appearance: textfield;
}
#custom-product-popup .custom-quantity{
	display:none;
}
#custom-product-popup .quickview-inner.popup-product-ship .custom-quantity{
	display:flex;
}
#custom-product-popup .custom-quantity :is(input,button){
	margin:0;
	min-height:unset;
	max-width:unset;
	line-height:unset;
	height:34px;
	width:34px;
	border:1px solid #ddd;
	flex-shrink:0;
	box-shadow:none;
	padding:0;
}
#custom-product-popup .custom-quantity button{
	display:flex;
	align-items:center;
	justify-content:center;
}
#custom-product-popup .custom-quantity button.minus{
	border-radius:5px 0 0 5px;
	border-right:0;
}
#custom-product-popup .custom-quantity button.plus{
	border-radius:0 5px 5px 0;
	border-left:0;
}
#custom-product-popup .custom-quantity input{
	width:40px;
	text-align:center;
	font-size:14px;
}
#custom-product-popup form.cart .ux-quantity{
	display:none;
}
#custom-product-popup .qv-add-to-cart{
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding:12px 20px;
	width:100%;
	background:#fff;
	border-top:1px solid #e2e2e2;
}
#custom-product-popup .qv-add-to-cart form.cart{
	padding-top:0;
	border-top:0;
	flex-wrap:nowrap;
}
#custom-product-popup .qv-add-to-cart form.cart button{
	background-color: var(--xanh-dam);
	border-radius:99px;
	width:max-content;
	padding:12px 28px;
	height:unset;
	font-size:15px;
	min-height:unset;
	line-height:15px;
	font-weight:400;
}

.woocommerce-message.message-wrapper{
	display:none !important;
}
/* Trang đặt hàng - Thanh toán */
/* Trang thanh toán */
.page-id-877 .content-area.page-wrapper{
	background:#f5f5f5;
	padding-top:50px;
	padding-bottom:0;
}
.woocommerce-checkout :is(input,textarea){
	border-radius:6px;
	border-color:#c7c7c7;
	margin:0;
	font-size:15px;
}
.woocommerce-checkout :is(input,textarea):focus{
	border-color:var(--xanh-dam);
}
.woocommerce-checkout input{
	height:40px;
	padding-left:45px;
}
.woocommerce-checkout input#billing_first_name{
	background:url(/wp-content/uploads/2025/10/user.png) no-repeat;
	background-position: 12px center;
	background-size: 18px;
}
.woocommerce-checkout input#billing_phone{
	background:url(/wp-content/uploads/2025/10/telephone.png) no-repeat;
	background-position: 12px center;
	background-size: 18px;
}
.woocommerce-checkout input#billing_address_1{
	background:url(/wp-content/uploads/2025/10/home.png) no-repeat;
	background-position: 12px center;
	background-size: 18px;
}
.woocommerce-checkout input#billing_email{
	background:url(/wp-content/uploads/2025/10/email.png) no-repeat;
	background-position: 12px center;
	background-size: 18px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p{
	margin:0;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p + p{
	margin-top:15px;
}
.woocommerce-checkout .large-5.col> .col-inner{
	border-radius:6px;
	border:1px solid var(--xanh-dam);
	background: #fff;
	padding: 20px;
}
.checkout-sidebar button[type=submit]{
	font-size:15px !important;
	margin:0;
	background-color:var(--xanh-dam) !important;
	text-transform:inherit;
	border-radius:6px;
	height:40px;
}
.woocommerce-checkout .woocommerce-billing-fields {
	border-top: 0;
	padding-top: 0;
}
.woocommerce-checkout .clear{
	background:#fff;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .03);
	border-radius: 6px;
	margin-bottom:15px;
}
.woocommerce-checkout .clear:last-child{
	margin-bottom:0;
}
form.checkout h3{
	padding:0;
}
.woocommerce-checkout .clear h3{
	padding: 10px 10px 10px 30px;
	position: relative;
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
	margin:0;
}
.woocommerce-checkout .clear h3:before {
	background: var(--xanh-dam);
	width: 4px;
	height: 17px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	position: absolute;
}
.woocommerce-checkout .clear :is(.woocommerce-additional-fields__field-wrapper,.woocommerce-billing-fields__field-wrapper){
	padding:20px;
}

/* Trang giỏ hàng */
.page-id-876 .content-area.page-wrapper{
	background:#f5f5f5;
	padding-top:50px;
}
.page-id-876 .woocommerce .woocommerce-cart-form{
	padding:20px;
	background:#fff;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .03);
	border-radius: 6px;
}
.page-id-876 .woocommerce .cart-collaterals .cart-sidebar{
	background:#fff;
	border:1px solid var(--xanh-dam);
	border-radius:6px;
	padding:20px;
}
.page-id-876 .woocommerce-cart-form :is(a.button-continue-shopping,button[type=submit]){
	height:40px;
	line-height:37px;
	margin:0 20px 0 0;
	border-radius:6px;
	text-transform:initial;
}
.page-id-876 a.checkout-button{
	margin:0;
	height:40px;
	line-height:38px;
	background:var(--xanh-dam) !important;
	border-radius:6px;
	font-size:15px;
	text-transform: initial;
}









.icon-menu{
	color:#fff;
}
.mobile-sidebar .nav-sidebar  > li > a{
	font-size:16px;
	color:var(--xanh-dam);
	text-transform: initial;
	font-weight: 500;
}
.mobile-sidebar .nav-sidebar .sub-menu li a{
	font-size:15px;
	font-weight:400;
	color:#222;
	padding-top:6px;
	padding-bottom:6px;
}
@media only screen and (max-width:849px){
	.sec-banner-home .col-content > .col-inner {
		border-radius: 0;
	}
	.blog-archive #post-list .col.post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.page-id-876 .woocommerce .woocommerce-cart-form{
		margin-bottom:15px !important;
	}
}
@media only screen and (max-width:568px){
	.title-f p {
		font-size: 16px;
	}
	.row2input > * {
		width: 100%;
	}
	.row2input.row2input-mobile > * {
		width: calc(50% - 7.5px);
	}
	.col-contact-lh .icon-lh .icon-box-img {
		width: 45px !important;
		height: 45px;
	}
	.col-contact-lh .icon-lh img {
		width: 19px;
	}
	.col-contact-lh .icon-lh h3 {
		font-size: 18px;
	}
	.col-img-gt > .col-inner{
		padding:30px 30px 0 0;
	}
	.col-img-gt > .col-inner:before{
		content:'';
		position:absolute;
		top:0;
		left:30px;
		right:0;
		bottom:30px;
		border:4px solid var(--xanh-dam);
		z-index:1;
	}
	.blog-archive #post-list .col.post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-form-datban > .col-inner {
		padding: 30px 20px;
	}
	form.cart .ux-quantity {
		justify-content: center;
		flex-wrap: wrap;
	}
	form.cart .ux-quantity:before {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	form.cart .total-price {
		width: 100%;
		text-align: center;
	}
	form.cart button {
		width: calc(50% - 5px);
	}
	#custom-product-popup .popup-content {
		width: 100%;
		border-radius: 0;
	}
	#custom-product-popup .popup-content .popup-close {
		font-size: 16px;
		top: 10px;
		right: 10px;
	}
	.qv-add-to-cart form.cart button {
		padding: 12px 20px;
		font-size: 14px;
	}
	.qv-add-to-cart form.cart .total-price {
		width: max-content;
		text-align: left;
	}
	h1.product-title {
		font-size: 36px;
		line-height: 1.2;
	}
	.product-small .product-title a {
		font-weight: 500;
		font-size:13.5px;
	}
	.price-wrapper .price bdi {
		font-size: 13px;
	}
	.price-wrapper .price del bdi {
		font-size: 10px;
	}
	.product-small .box-text {
		padding: 10px 5px 20px;
	}
	.product-small .btn-view a {
		padding: 6px 15px 5px;
		border-radius: 5px;
		font-size:13px;
	}
	:is(.products,.product-row-mobile) .product-small.box{
		flex-direction: row;
	}
	:is(.products,.product-row-mobile) .product-small .box-image{
		width: 30% !important;
		border-radius:5px;
	}
	.category-page-row.danh-muc-ship .product-small .add-to-cart,
	.product-row-mobile .product-small .add-to-cart{
		width:100%;
		display:flex !important;
		justify-content:space-between;
		flex-direction:row-reverse;
	}
	.category-page-row.danh-muc-ship .products .product-small .add-to-cart button,
	.product-row-mobile .product-small .add-to-cart button{
		margin:0 !important;
		font-size:13px;
		padding:2px !important;
		width:calc(50% - 5px);
	}
	.products .product-small .box-image a,
	.product-row-mobile .product-small .image-cover{
		padding-top: 100% !important;
	}
	:is(.products,.product-row-mobile) .product-small .title-wrapper{
		width:100%;
		text-align:left;
	}
	:is(.products,.product-row-mobile) .product-small .price-wrapper{
		width: 100%;
	}
	:is(.products,.product-row-mobile) .product-small .price-wrapper > .price{
		justify-content: flex-end;
	}
	:is(.products,.product-row-mobile) .product-small .box-text {
		padding: 0 0 0 10px;
		display: block;
	}
	:is(.products,.product-row-mobile) .product-small .btn-view{
		width:100%;
	}
	:is(.products,.product-row-mobile) .product-small .btn-view a{
		margin:0;
		box-shadow:none;
		border-radius:99px;
		font-size:13px;
		padding: 4px 12px 5px;
	}
	:is(.products,.product-row-mobile) .col-inner{
		border:none !important;
		border-radius:0 !important;
		transform:unset !important;
		box-shadow:none !important;
		padding-bottom:15px;
		border-bottom:1px solid #e7e7e7 !important;
	}
	:is(.products,.product-row-mobile) .ol{
		padding-bottom:15px;
	}
	.page-id-876 .continue-shopping{
		width:100%;
	}
	.page-id-876 .woocommerce-cart-form :is(a.button-continue-shopping,button[type=submit]){
		width:100%;
		margin:0 0 15px 0;
	}
	.title-border :is(h1,h2) {
		padding: 0 15px;
		font-size: 31px;
	}
	.category-page-row h1.title-cat-pro {
		font-size: 34px;
		line-height: 1;
	}
	.product-small .box-image .ship-label {
		top: 6px;
		padding: 4px 6px;
		font-size: 9px;
	}
	.product-slider-home .product-small .box-image .ship-label {
		top: 10px;
		padding: 5px 6px;
		font-size: 11px;
	}
	.product-slider-home.owl-carousel .owl-stage {
		padding-left: 0 !important;
	}
	.product-slider-home.owl-carousel .owl-stage-outer {
		overflow: unset;
	}
	.product-ship .product-small .add-to-cart button{
		font-size:13px;
		padding:3px 5px;
		min-width:120px;
	}
	.sec-san-pham{
		padding-bottom:0 !important;
	}
	a.button.btn-center.btn-view-all{
		margin: 10px auto 15px !important;;
	}

}
@media only screen and (max-width:440px){

}
