/* Main Css */
@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;
}
.woocommerce .star-rating span::before {
	color: #FFD600;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0!important;
}
.woocommerce .star-rating {
    font-size: 16px !important;
    margin: 0 !important;
}
.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: #000;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
}
nav.rank-math-breadcrumb p a {
	color: #000;
}
@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: left !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;
}
#ez-toc-container {
	background: #fff!important;
	border-color: var(--e-global-color-primary)!important;
	padding: 20px 15px!important;
}
#ez-toc-container .ez-toc-title {
	font-size: 20px!important
	color: var(--e-global-color-text)!important;
	font-weight: bold!important;
}
#ez-toc-container ul li a {
	font-size: 14px!important;
	color: var(--e-global-color-text)!important;
	font-weight: 400!important;
}
#ez-toc-container a:visited {
    color: var(--e-global-color-primary)!important;
	font-weight: bold!important;
}
/* Slider Section */
.section_slider {
    position: relative;
}
.section_slider a.image-wrap {
	display: flex;
}
.section_slider a.image-wrap img {
	width: 100%;
	height: 350px;
	object-fit: cover;
    object-position: center center;
}
.section_slider .swiper-button-next, .section_slider .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none;
}
.section_slider .swiper-button-next:hover, .section_slider .swiper-button-prev:hover {
    background-color: #0074BF;
}
.section_slider .swiper-button-next:after, .section_slider .swiper-button-prev:after {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: white;
}
.section_slider .swiper-button-prev {
    width: 36px;
    right: auto;
    left: 10px;
    margin: 0;
    top: 50%;
    bottom: auto;
}
.section_slider .swiper-button-next {
    width: 36px;
    left: auto;
    right: 10px;
    margin: 0;
    top: 50%;
    bottom: auto;
    margin: 0px;
}
.section_slider .swiper-button-disabled {
    display: none;
}
.gallery-thumbs .title_one_slide {
    display: flex;
	height: 50px;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
	color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.gallery-thumbs .swiper-slide {
    border-top: 3px solid transparent;
    text-align: center;
    position: relative;
}
.gallery-thumbs .swiper-slide:after {
    content: '';
    height: 100%;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-top-color: #FFD600;
}
@media (max-width: 767px) {
    .gallery-thumbs .title_one_slide {
        font-size: 10px;
        line-height: 14px;
    }
	.section_slider a.image-wrap img {
		height: 250px;
	}
}

/* Sort Product Css */
.sort-wrap {
	position: relative;
	display: flex;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #00000008;
	padding: 8px 15px;
	width: 250px;
	height: 35px;
}
.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-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: 16px;
	font-weight: 400;
	line-height: 22px;
	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 */
.video-item .play-btn {
	transform: translate(-50%, -50%);
}
.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;
}
.product-item .star-rating {
	font-size: 16px!important;
	margin: 0!important;
}
@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-primary)!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;
}