/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.20.3
*/

/* LUNI FRESH */
/* .header-main .hotline-header {
	display: inline-block;
	padding-left: 50px;
	text-decoration: none !important;
	background: url(./assets/img/phone.png) no-repeat left center;
} */
.html.custom.html_top_right_text {
	font-size: 17px;
}
.html.custom.html_topbar_right {
	font-size: 17px;
}
.html.custom.html_topbar_right marquee {
	margin-top: 10px;
}
.header-bottom-nav.nav > li.active > a {
	background: black;
	padding: 10px;
	border-radius: 8px;
}

.hotline-header {
	display: flex;
	align-items: center;
	gap: 10px;
    position: relative;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: .2rem .75rem;
    overflow: hidden;
    transition: color .3s ease-in-out;
}

.hotline-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transition: left .3s ease-in-out;
}

.hotline-header .box-icon svg {
    fill: var(--primary-color);
    transition: fill .3s ease-in-out;
}

.hotline-header .box-icon svg path {
	fill: var(--primary-color);
}

.hotline-header .box-txt {
    text-transform: none;
    position: relative;
    z-index: 1;
    transition: color .3s ease-in-out;
}

.hotline-header .box-txt p {
    color: #000;
}

.hotline-header .box-txt h3 {
    font-size: .95rem;
}

.hotline-header:hover {
    border: none;
	background: var(--primary-color)
}

.hotline-header:hover .box-txt h3, .hotline-header:hover .box-txt svg, .hotline-header:hover .box-icon svg path {
	color: #fff;
	fill: #fff;
}

.hotline-header:hover:before {
    left: 0;
}


.hotline-header .box-icon {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    z-index: 1;
}


/*Đài Cốt Cấm Xoá*/
.sec-breadcrumb .page-title {
	padding: 0;
	border: none;
	background: transparent;
}

.sec-breadcrumb .page-title .page-title-inner {
	padding: 0;
	min-height: auto;
}

.sec-breadcrumb .page-title .page-title-inner .breadcrumbs a,
.sec-breadcrumb .page-title .page-title-inner .breadcrumbs span {
	color: #000;
	text-transform: none;
	font-weight: 600;
}

.sidebar-inner .yith-wcan-filters {
	background: transparent;
}

.sidebar-inner .yith-wcan-filters .yith-wcan-filter {
	background: #fff;
	border-radius: 5px;
}



.sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-title {
    text-align: center;
    display: block;
    padding: 15px;
    background: var(--primary-color);
    border-radius: 10px 10px 0 0;
    color: white;
	    margin: 0;
}

.price-slider {
    padding: 0 10px !important;
}

.price-slider .irs {
    margin: 0 !important;
}

.price-slider .price-slider-max, .price-slider .price-slider-min {
    display: none;
}


.sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-content {
	padding: 15px;
}


.sidebar-inner .yith-wcan-filters .filter-items.filter-text.level-0 {
	grid-template-columns: repeat(1, 1fr);
}

.sidebar-inner .yith-wcan-filters .filter-items.level-0 .filter-item.text  {
	background: linear-gradient(to bottom, #F6BA15, #DB7527);

    padding: 10px 5px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    margin: 10px 0;
	border: 1px solid transparent;
}


.sidebar-inner .yith-wcan-filters .filter-items.level-0 .filter-item.text:hover {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.sidebar-inner .yith-wcan-filters .filter-items.level-0 .filter-item.text .term-label {
    width: 100%;
    display: block;
	color:white;
}

.sidebar-inner .yith-wcan-filters .filter-items.level-0 .filter-item.text:hover .term-label {
    width: 100%;
    display: block;
	color:black;
}


.sidebar-inner .yith-wcan-filters .filter-content .filter-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sidebar-inner .yith-wcan-filters .filter-content .filter-items label input {
	margin-bottom: 0 10px 0 0;
}

.product-small.box .box-image .image-tools.grid-tools {
	display: flex;
	width: max-content;
	justify-content: center;
	align-items: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
}

.product-small.box
	.box-image
	.image-tools.grid-tools
	.quick-view.quick-view-added {
	padding: 5px 20px;
	text-transform: none;
	border-radius: 5px;
	background: #ffffffcc;
	border: 1px solid #000;
	color: var(--primary-color);
}

.badge-container {
	margin: 10px 0 0 10px;
}

.badge-container .badge {
	height: auto;
	width: auto;
}

.badge-container .badge .on-sale {
	padding: 8px 16px;
	border-radius: 3px;
}

.badge-container .badge .on-sale .onsale {
	font-weight: 400;
}

.product-rating-icon {
	display: flex;
	align-items: center;
}

.product-rating-icon svg {
	height: 15px;
}

.product-rating-icon svg path {
	fill: #ffbf00;
}

.product-total-sold {
	color: var(--primary-color);
}

/*Đài Cốt Tới Đây thui, Có Thể Xoá Từ Đây Xuống*/

.header-bottom-nav {
	gap: 30px;
}
.img-inner {
	border-radius: 12px;
}
.title-none .section-title-main {
	border: none;
}
.title-none .section-title-main b {
	display: none;
}
.title-none .section-title-main {
	border: none;
}
.head-products a {
	flex: auto;

	white-space: nowrap;

	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: var(--primary-color);
	padding: 10px 20px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	padding-right: 60px;
}
.head-products a i {
	background-color: #fff0cc;
	color: #000;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-style: normal;
}
.home-cate .box-category .box-image {
	background: #fff;
	border-radius: 50%;
	border: 6px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 0 20px;
	margin-top: 5px;
}
.section-title-normal {
	border-bottom: 2px solid #ececec;
	border: none;
	display: none;
}
.head-products.mb-0 {
	display: flex;
}
.title-none .section-title-main {
	border: none;

	text-transform: uppercase;
	font-size: 30px;
}
/* .product-rating {
	display: flex;
	margin: auto;
	margin-top: 10px;
} */
.name.product-title a {
	color: var(--fs-secondary-color);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-small .box {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}
.product-small .col-inner {
	border-radius: 8px;
}
.product-meta-rating {
	justify-content: center;
	margin-top: 10px;
}
.sec-ft .icon-box .icon img {
	background: white;
	padding: 2px;
	border-radius: 4px;
}
.ux-menu-link__text {
	color: white;
	font-size: 18px;
}
.home-blog .blog-list .box-blog-post {
	--base-text-color: #54595f;
}
.post-item .box {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
	overflow: hidden;
}
.home-blog .box {
	overflow: inherit !important;
	box-shadow: none !important;
}
.home-blog .blog-list .box-blog-post .box-image {
	border-radius: 0.8rem;
}
.home-blog .blog-list .box-blog-post .box-text {
	position: relative;
	z-index: 9;
	margin-left: 30px;
	margin-top: -6rem;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	transition: all 0.4s ease-in-out;
	border-radius: 0.4rem;
}
.home-blog .blog-list .box-blog-post .box-text-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-blog .blog-list .box-blog-post .post-meta,
.home-blog .blog-list .box-blog-post .cat-label {
	order: 1 !important;
	font-size: 0.875rem;
	line-height: 1;
	opacity: 1;
	text-transform: capitalize;
	margin-top: 8px;
	display: flex;
}
.home-blog .blog-list .box-blog-post .cat-label::before {
	mask-image: url(./assets/img/folder-open.svg);
	mask-size: 15px;
}
.home-blog .blog-list .box-blog-post .post-meta::before {
	mask-image: url(./assets/img/calendar-lines.svg);
	mask-size: 13px;
}
.home-blog .blog-list .box-blog-post .post-meta::before,
.home-blog .blog-list .box-blog-post .cat-label::before {
	content: '';
	width: 17px;
	height: 15px;
	position: relative;
	background-color: var(--base-text-color);

	mask-repeat: no-repeat;
	mask-position: center;
	display: inline-block;
	margin-right: 5px;
}
.home-blog .blog-list .box-blog-post .box-text-inner > * {
	order: 2;
}
.home-blog .blog-list .box-blog-post .post-title {
	margin: 0.8rem 0 0 0;
	position: relative;
	border-top: solid 1px #e6e6e6;
	padding-top: 0.6rem;
	line-height: 1.42;
	height: 4.5rem;
}
.post-item .box .box-text .post-title a {
	font-size: 1.25rem;
}
.home-blog .blog-list .box-blog-post .post-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-blog .blog-list .box-blog-post .box-text {
	position: relative;
	z-index: 9;
	margin-left: 30px;
	margin-top: -6rem;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	transition: all 0.4s ease-in-out;
	border-radius: 0.4rem;
	background-color: rgb(247, 247, 247);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.is-divider {
	display: none;
}
.home-blog .blog-list .theme-title-block .title {
	margin-bottom: 0.4em;
	font-size: 40px;
	color: black;
}
p.subtitle.f-600 {
	margin: 0;
}
.col.post-item .col-inner{
	    border-radius: 12px;
}
.layout-contact-page .icon-box-img img{
    padding-top: .2em;
    width: 100%;
    filter: invert(1);
}