/* Main Css */
body {
	overflow-x: hidden;
}
.header_menu_fl4 ul.elementor-nav-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
}
.header_menu_fl4.menu_grid_3 ul.elementor-nav-menu {
	grid-template-columns: repeat(3, 1fr);
}
.header_menu_fl4 ul.elementor-nav-menu > li.menu-item {
    flex-direction: column;
}
.header_menu_fl4 ul.elementor-nav-menu ul.sub-menu {
    display: flex!important;
    position: relative;
    flex-direction: column;
    top: auto !important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
}
.header_menu_fl4 ul.elementor-nav-menu  a {
    flex-grow: 0;
    border: 0!important;
}
.ekit-wid-con .ekit-unfold-raw-content li, .ekit-wid-con .ekit-unfold-raw-content p {
	font-size: 16px!important;
	line-height: 24px!important;
	color: var(--e-global-color-text)!important;
}
.ekit-wid-con .ekit-unfold-raw-content ul {
	margin: 0!important;
}
.woocommerce-mini-cart__empty-message {
	visibility:hidden;
	position:relative;
}
.woocommerce-mini-cart__empty-message:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	white-space: pre;
	content: "Giỏ hàng của bạn đang trống.";
}
@keyframes sparkle{0%{background-position:0 0,0 0,0 0}to{background-position:-500px -1000px,-400px -400px,300px 300px}}
ins {
	text-decoration: none;
}
.elementor-posts-nothing-found {
    font-size: 16px;
    color: #000;
}
.elementor-posts-nothing-found::before {
    content: "Không tìm thấy bài viết nào!";
    display: block;
    font-weight: 400;
}
.input_number_product input::-webkit-outer-spin-button,
.input_number_product input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input_number_product input[type=number] {
    -moz-appearance: textfield;
}
.input_number_product .btn_num:hover, .input_number_product .btn_num:focus  {
    background-color: transparent!important;
}
nav.rank-math-breadcrumb p {
	color: #fff;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}
nav.rank-math-breadcrumb p a {
	color: #fff;
}
@media (max-width: 767px) {
	nav.rank-math-breadcrumb p {
		font-size: 14px;
		line-height: 19px;
	}
}
.elementor-icon-box-title, .elementor-image-box-title {
	margin-top: 0;
}
ul.page-numbers {
	display: flex!important;
	gap: 15px;
    justify-content: center;
}
li .page-numbers {
	display: inline-flex!important;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
	border: 1px solid #e9e9e9;
}
.blog-item .blog-excerpt p:last-child {
    margin-bottom: 0;
}
nav.elementor-pagination {
	text-align: center !important;
}
nav.elementor-pagination .page-numbers {
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
}
nav.elementor-pagination .page-numbers:hover, nav.elementor-pagination .page-numbers.current  {
	background-color: var(--e-global-color-primary);
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.swiper-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
}
.swiper-pagination-bullet {
    cursor: pointer !important;
    border: 0;
    padding: 0;
    margin: 0 !important;
    width: 16px !important;
    height: 4px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    background-color: var(--e-global-color-primary)!important;
}
.swiper-pagination-bullet {}
/* Sort Product Css */
.sort-wrap {
	position: relative;
	display: flex;
	background: transparent;
	padding: 10px;
	width: 150px;
	height: 35px;
	border: 1px solid #ececec;
	border-radius: 5px;
}
.sort-wrap .sort-list {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	transform: translateY(32px);
	flex-direction: column;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	list-style: none;
	padding: 0;
	width: 100%;
	z-index: 9;
	display: none;
}
.sort-current {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
.sort-wrap  ul.sort-list li+li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.sort-wrap .sort-list .sort-item a {
	display: flex;
	transition: all .3s;
	cursor: pointer;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
}
.sort-wrap .sort-list .sort-item a:hover {
	background: var(--e-global-color-primary);
	color: #fff;
}
.sort-wrap:hover .sort-list {
	display: flex;
}
.sort-wrap .sort-current {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* Home Page Css */
.home-blog-item .content-wrap {
	position: absolute;
	bottom: 0;
}
.home-blog-item .title .elementor-heading-title {
	min-height: 45px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.product-item .title .elementor-heading-title {
	height: 50px;
	overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.product-item a.woocommerce-review-link {
	display: none;
}

@media (max-width: 767px) {
	.home-blog-item .title .elementor-heading-title {
		min-height: 30px;
	}
	.product-item .title .elementor-heading-title {
		height: 30px;
	}
}
/* Single Product Css */
.single_variation_wrap .woocommerce-variation-availability, a.reset_variations {
	display: none!important;
}
p.quantity-label {
	font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}
.input_number_product {
	display: inline-flex;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.input_number_product input {
	height: 40px!important;
	border: 0;
}
.input_number_product input.btn_num {
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
table.variations tr {
	display: flex;
	gap: 10px;
	align-items: center;
}
table.variations tr th.label, table.variations tr td.woo-variation-items-wrapper {
	padding: 0;
	background-color: transparent;
}
/* Post Content Css */
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    color: var(--e-global-color-text)!important;
}
.post-content h2 {
	font-size: 1.45rem;
}
.post-content h3 {
	font-size: 1.4rem;
}
.post-content h4 {
	font-size: 1.35rem;
}
.post-content iframe {
	height: 300px;
}
.post-content h5 {
	font-size: 1.3rem;
}
figcaption {
	text-align: center;
	margin-top: 10px;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: auto !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display: none;
}