/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: "Inter", sans-serif;
}
h2 {
	font-size: 41px;
	line-height: inherit;
}
.banner h2 {
	line-height: inherit;
}
p {
	margin-bottom: 10px;
}
.sub-title {
	font-size: 14px;
	border: 1px solid hsl(0deg 0% 11.37% / 8%);
    border-radius: 99px;
    padding: 7.5px 30px;
    margin-bottom: 20px;
    display: inline-block;
}
.sub-title:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 99px;
	background-color: #D5B471;
	margin-right: 12px;
    position: relative;
    top: 0px;
}
.dark .sub-title {
	border: 1px solid hsl(0deg 0% 100% / 8%);
}
.check-list ul li {
	list-style: none;
	margin-left: 0;
	position: relative;
	padding-left: 28px;
}
.check-list ul li:before {
	content: '\f058';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
}
.img-logo {
    position: absolute;
    top: 60px;
    right: 55px;
    z-index: 2;
}

.col.post-item .overlay {
	background-image: linear-gradient(to bottom, #00000000, #0000005e, #000000db);
}
.col.post-item .from_the_blog_excerpt {
	font-size: 16px;
}
.col.post-item .post-title {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 25px;
    text-transform: none;

}
.box-blog-post .is-divider {
	height: 1px;
	width: 100%;
    max-width: 100%;
    margin: 20px 0;
    background-color: hsl(0deg 0% 100% / 7%);
}
.button.primary:not(.is-outline) {
	background-color: transparent !important;
	border: 1px solid #CF9C26;
	padding: 3px;
}

.button.primary:not(.is-outline) span {
	background-image: linear-gradient(to bottom, #CF9C26, #FEF1A2 );
	font-size: 15px;;
	padding: 8px 20px;
	font-weight: 500;
	color: #000;
	border: none;
}
.button.primary:not(.is-outline) span:after {
	content: '\f061';
	font-family: FontAwesome;
	margin-left: 10px;
}
.col.post-item .box-text .button {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
}
.col.post-item .box-text .button:after {
	content: '\f061';
	font-family: FontAwesome;
	margin-left: 5px;
	rotate: -45deg;
    display: inline-block;
}

.btn-cutom-2.button {
	background-image: linear-gradient(to bottom, #CF9C26, #FEF1A2 );
	padding-right: 50px;

}
.btn-cutom-2.button span {
	background: transparent !important;
	padding-right: 0 !important;
}
.btn-cutom-2.button span {
	display: flex;
	align-items: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.btn-cutom-2.button span:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(images/btn2.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	margin-left: 30px !important;
}

.page-title-bar {
	background-image: url('https://luxstone.vn/wp-content/uploads/2026/04/bg-da.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 35px 0;
}
.page-title-bar:after {
	content: '';
	display: block;
	position: absolute;
	background: #00000070;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.page-title-bar .container {
	z-index: 9;
	position: relative;
}
.page-title-bar .title {
	font-size: 40px;
    color: #fff;
    margin: 0;
    padding-top: 100px;
}
.page-title-bar .breadcrumb {
	font-size: 18px;
	color: #fff;
}
.page-title-bar .breadcrumb a {
	color: #fff;
}


.header-button .button {
	background-image: linear-gradient(to bottom, #333, #333 );
	padding-right: 50px;
	color: #fff;
	text-transform: none;
}
.header-button .button span {
	background: transparent !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #fff !important;
	display: flex;
	align-items: center;
}
.header-button .button span:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(images/btn1.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	margin-left: 30px !important;
}

.nav-spacing-xlarge>li {
	margin: 0 16px;
}


/* Ẩn tiêu đề mặc định của Flatsome để tránh bị lặp H1 */
.tax-product_cat .shop-page-title {
    display: none !important;
}

/* --- Style Thanh Menu Tabs --- */
.custom-cat-tabs-wrapper {
    background-color: #f4f4f4;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.custom-cat-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; /* Cuộn ngang trên mobile */
}

.custom-cat-tabs li {
    flex: 1;
    margin: 0;
    text-align: center;
}

.custom-cat-tabs li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Trạng thái Active và Hover của Tab */
.custom-cat-tabs li.active a,
.custom-cat-tabs li a:hover {
    background: linear-gradient(to bottom, #CF9C26, #FEF1A2); /* Màu gradient vàng/cam */
    color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Ẩn thanh cuộn ngang trên mobile nhưng vẫn vuốt được */
.custom-cat-tabs::-webkit-scrollbar { display: none; }

/* --- Style Layout Hero (Ảnh + Mô tả) --- */
.custom-cat-hero-section {
    margin-bottom: 50px;
}

.custom-cat-image-box img {
    width: 100%;
    height: 100%;    
    object-fit: cover;
    border-radius: 8px; /* Bo góc ảnh xíu cho mềm mại */
}

.custom-cat-info-box {
    padding-left: 20px;
}

/* Nút Subtitle nhỏ */
.cat-subtitle-pill {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}
.cat-subtitle-pill .dot {
    color: #e0b063;
    font-weight: bold;
    margin-right: 5px;
}

.cat-main-title {
    font-size: 45px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

/* Style cho list mô tả */
.cat-description-content {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.cat-description-content ul {
    margin-top: 15px;
    padding-left: 20px;
}
.cat-description-content li {
    margin-bottom: 10px;
}

/* Tiêu đề chia cách sản phẩm bên dưới */
.cat-divider-title {
    text-align: center;
    margin: 40px 0 30px;
}
.cat-divider-title h2 {
    font-size: 45px;
    font-weight: bold;
}

/* Responsive cho Mobile */
@media (max-width: 768px) {
    .custom-cat-info-box {
        padding-left: 0;
        margin-top: 20px;
    }
    .cat-main-title { font-size: 26px; }
}


.product-small.box {
	position: relative;
}

/* .product-small.box .box-text-products {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
    background-color: #0000008f;
    opacity: 0; 
    z-index: 2;
    color: #fff;
    padding: 20px;
    pointer-events: none;
    transition: opacity 0.3s ease; 
}

.product-small.box:hover .box-text-products {
	opacity: 1;
	display: none;
} 

.product-small.box .box-text-products .title-wrapper {
	display: none;
} */

.archive .box-blog-post .is-divider {
	display: none;
}
.archive .box-blog-post .box-image, 
.archive .box-blog-post .box-image img {
	border-radius: 6px;
}
.archive .col.post-item .post-title {
	font-size: 18px;
	margin-bottom: 8px;
}
.archive .col.post-item:hover .post-title {
	color: #806436;
}
.archive .col.post-item .from_the_blog_excerpt {
	font-size: 14px;
}

.readmore {
	text-align: right;
	margin-top: 5px;
	color: var(--primary-color);
	font-weight: 500;
}
h1.page-title {
	text-align: left;
	text-transform: none;
	font-size: 35px;
	margin-bottom: 0;
}

.entry-content h2 {
	font-size: 30px;
}
h1.entry-title {
	font-size: 40px;
}
.entry-meta {
	text-transform: none !important;
}

.woocommerce-breadcrumb {
	display: none;
}
.product-info .is-divider {
	display: none;
}
.product-info .price ins .amount, 
.product-info .price .amount, 
.product-info .price {
	font-size: 25px;
	font-weight: bold;
	color: #ef0000;
}
.product-info .price del {
	text-decoration: none;
}
.product-info .price del .amount {
	font-size: 16px;
	text-decoration: line-through;
	color: #333;
	opacity: .8;
}
.product-info h1.product-title {
	font-size: 30px;
}

.widget_custom_html .widget-title {
	display: block;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    background: #4d4d4d url(images/b.png) no-repeat 10px center;
    margin-bottom: 0;
    padding: 10px 15px 10px 30px;
    margin-top: 0;
}
.widget .is-divider {
	display: none;
}
.textwidget ul {
    background: #f4f4f4;
    padding: 8px;
    margin-bottom: 0;
}
.textwidget ul li {
    list-style: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    padding-bottom: 10px;
}
.textwidget ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #e0030d;
    border-radius: 50%;
}
.contact-ban-da {
    padding: 10px;
    border: 1px solid #f7f7f7;
}
.contact-ban-da ul {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
}
.contact-ban-da ul li {
    list-style: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    padding-left: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.contact-ban-da ul li:before {
	display: none;
}
.contact-ban-da ul li:nth-child(1) {
    background: url(images/c.gif) 0px 2px no-repeat;
}
.contact-ban-da ul li:nth-child(2) {
    background: url(images/l.png) 0px 2px no-repeat;
    background-size: 17px;
}
.contact-ban-da ul li:nth-child(3) {
    background: url(images/u.png) 0px 3px no-repeat;
    background-size: 16px;
}
.contact-ban-da ul li:nth-child(4) {
    background: url(images/h.png) 3px 1px no-repeat;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.col-node-action {
    padding: 0 5px;
}
a.dang-ky-mua-btn .main-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
a.dang-ky-mua-btn span.free-text {
    display: block;
    font-size: 10px;
}
a.dang-ky-mua-btn {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    background: url(images/checklist.png) no-repeat 5px 10px #d00;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0px;
    background-size: 30px;
    line-height: 1.2;
}
a.tai-map-da-btn {
    background: url(images/cloud-download.png) no-repeat 5px 12px #01a89e;
    background-size: 30px;
}
a.nhan-zalo-btn {
    background: url(images/zalo-w.svg) no-repeat 5px 12px #006af5;
    background-size: 30px;
}
a.nhan-facebook-btn {
    background: url(images/messenger.svg) no-repeat 5px 12px #3673cc;
    background-size: 24px;
}
.product-short-description {
	margin-bottom: 20px;
}
.woocommerce-tabs.tabbed-content .nav-tabs>li a {
	font-size: 16px;
	text-transform: none;
}
b, strong {
	font-weight: bold;
}
.icon-box-left p {
	margin-bottom: 0;
}

.ab-col-custom .col-inner {
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
}
.ab-col-custom-2 .col-inner {
	background-image: url(images/bg2.png);
}
.ab-col-custom-3 .col-inner {
	background-image: url(images/bg3.png);
}
.ab-col-custom-4 .col-inner {
	background-image: url(images/bg4.png);
}
.ab-col-custom .col-inner:hover {
	background-color: #FAEAAB !important;
}
.btn-banner.button.primary:not(.is-outline) {
    background-color: #333333 !important;
    border: none;
    padding: 5px;
}
.btn-banner.button span {
    background: transparent !important;
    padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
    color: #fff !important;
	display: flex;
	align-items: center;
}
.btn-banner.button span:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(images/btn1.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    margin-left: 30px !important;
}
.sub-title-2 {
	background-color: #fff;
	margin-bottom: 5px;
}

.img-1 {
	left: -18%;
}
.img-3 {
	bottom: -10%;
}
.row-contact {
	position: relative;
}
.row-contact input.wpcf7-form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgb(255 255 255 / 8%);
	padding-left: 0;
	height: 45px;
	box-shadow: none;
	margin-bottom: 0;
}
.row-contact input.wpcf7-form-control.wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	background-image: url(images/btn1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	margin: 0;
	border: none;
}
.wpcf7-spinner {
	display: none;
}
.absolute-footer {
	border-top: 1px solid rgb(255 255 255 / 8%);
}
.cus-pro .flickity-prev-next-button {
	opacity: 1;
}
.cus-pro .flickity-prev-next-button svg {
	background: #fff;
	fill: #000;
}
.cus-pro .flickity-prev-next-button svg path {
	fill: #000 !important;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	margin: 0 !important;
}
.blog-archive .page-title {
	display: none;
}
/* */
/* .product-small.box .box-image img {
	display: none;
	height: 215px;
	object-fit: cover;
	transition: 0.5s ease-out;
} */
/* .product-small.box .box-image img.img-ac {
	display: block;
}
.product-small.box:hover .box-image img.img-hv {
	display: block;
}
.product-small.box:hover .box-image img.img-ac {
	display: none;
} */
/* .product-small.box .box-text {
	display: none;
} */

.product-small.box .price-wrapper {
	display: none;
}
.product-small.box .product-title a {
	font-size: 16px;
    font-weight: initial;
    text-transform: uppercase;
}
@media(min-width: 850px) {
/* 	.home .header-main {
		display: none;
	} */
	.header {
		position: absolute;
		top: 30px;
	}
	.header .header-main .header-inner {
		background-color: #fff;
		border-radius: 99px;
	}
	.header-wrapper.stuck {
		box-shadow: none;
	}
}
@media (max-width: 1024px) {
	.header-bg-color {
		background: #fff !important;
	}
	.button.primary:not(.is-outline) span {
		padding: 8px 15px;
	}
	.img-1 {
		left: 0;
	}
	.page-title-bar {
		padding: 200px 0 60px;
	}
	.cat-main-title {
		font-size: 35px;
	}
}
@media (max-width: 820px) {
	.page-title-bar {
		padding: 100px 0 100px;
	}
} 
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.img-3 {
		bottom: 0%;
	}
	.page-title-bar {
		padding: 90px 0;
	}
	.cat-divider-title h2 {
		font-size: 30px;
	}
	.product-small.box .box-image img {
		height: 135px;
	}

}
/* */
.box.cus-pro .box-image img {
	visibility: visible;
}
.box.cus-pro:hover .box-image img {
	visibility: hidden;
}
.box.cus-pro .box-image img.show-on-hover {
	visibility: hidden;
}
.box.cus-pro:hover .box-image img.show-on-hover {
	visibility: visible;
}
.term-title a{
	text-transform: uppercase;
	font-weight: 500;
}