/* Main Css */
html, body{
	overflow-x: hidden !important;
	max-width: 100vw;
}
.ekit-wid-con .ekit-unfold-raw-content li, .ekit-wid-con .ekit-unfold-raw-content p {
	font-size: 14px!important;
	line-height: 21px!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: #565656;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
nav.rank-math-breadcrumb p a {
	color: #565656;
}
nav.rank-math-breadcrumb p .last {
	font-weight: 600;
}
@media (max-width: 767px) {
	nav.rank-math-breadcrumb p {
		font-size: 14px;
		line-height: 18px;
	}
}
.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;
	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 */
.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-primary)!important;
	font-weight: 600;
}
.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 strong {
	font-weight: 700;
}
.post-content h5 {
	font-size: 1.3rem;
}
.post-content blockquote {
	margin: 10px 0;
}
.post-content blockquote p {
	display: block;
    margin: 0px;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    padding: 20px;
}
.post-content blockquote p:before {
    color: var(--e-global-color-primary);
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
/* Slider Section */
.section_slider {
    position: relative;
}
.section_slider a.image-wrap {
	display: flex;
}
.section_slider a.image-wrap img {
	width: 100%;
	height: 440px;
	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: var(--e-global-typography-primary-font-family), 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;
	}
}
/*CSS cho Menu toàn trang */
.menu-all-pages .ekit-vertical-menu-container .ekit-vertical-navbar-nav{
    width: 238px;
    position: absolute;
    left: calc(-164px + 560px - 465px);
    top: 20px;
    height: 396px;
	padding-top: 32px;
}
.menu-all-pages .elementskit-megamenu-panel > div, .menu-all-pages .elementskit-megamenu-panel{
    height: 396px !important;
}
#menu-danh-muc-san-pham{
    position: relative;
        height: 60vh;

}
.menu-all-pages .elementskit-megamenu-panel{
    position: absolute;
    top: 0;
    height: 60vh;           /* Chiều cao bằng 80% chiều cao của viewport */
    overflow-y: auto;
}
.menu-all-pages li>a, .menu-mobile li>a{
    align-items: center;
    gap: 11px;
}
.menu-all-pages li>a svg, .menu-mobile li>a svg{
	width: max-content !important;
    position: absolute !important;
	right: 29px;
}
.menu-all-pages li.icon-infomation>a::before, .menu-all-pages li.icon-profile>a::before, .menu-all-pages li.icon-curtains>a::before, .menu-all-pages li.icon-setting>a::before, .menu-all-pages li.icon-another-product>a::before, .menu-all-pages li.icon-price>a::before, .menu-all-pages li.icon-post>a::before, .menu-all-pages li.icon-location>a::before, .menu-mobile li.icon-infomation>a::before, .menu-mobile li.icon-profile>a::before, .menu-mobile li.icon-curtains>a::before, .menu-mobile li.icon-setting>a::before, .menu-mobile li.icon-another-product>a::before, .menu-mobile li.icon-price>a::before, .menu-mobile li.icon-post>a::before, .menu-mobile li.icon-location>a::before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-information.svg');
    background-size: contain;
	background-position: center;
}

.menu-all-pages li.icon-profile>a::before, .menu-mobile li.icon-profile>a::before{
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-user-phone.svg');
}
.menu-all-pages li.icon-curtains>a::before, .menu-mobile li.icon-curtains>a::before{
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-curtains-1.svg');
}
.menu-all-pages li.icon-setting>a::before, .menu-mobile li.icon-setting>a::before{
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-settings.svg');
}
.menu-all-pages li.icon-another-product>a::before, .menu-mobile li.icon-another-product>a::before{
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-grid3x3.svg');
}
.menu-all-pages li.icon-price>a::before, .menu-mobile li.icon-price>a::before{
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-dollar.svg');
	height: 17px;
}
.menu-all-pages li.icon-post>a::before, .menu-mobile li.icon-post>a::before{
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-newspaper.svg');
	width: 17px;
}
.menu-all-pages li.icon-location>a::before, .menu-mobile li.icon-location>a::before{
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/06/icon-location.svg');
	height: 17px;
	background-size: contain;
}
.menu-all-pages li.last-taxonomy{
    margin-bottom: 20px;
}
.menu-all-pages li.last-taxonomy::after{
    content: '';
    width: 199px;
    height: 0.3px;
    position: absolute;
    margin-top: 10px;
    left: 20px;
    background-color: #000000;
}
.chaty-cta-button{
	box-shadow: 0px 0px 8px rgba(1, 1, 1, 0.25) !important;
}
input, textarea, select {
  font-size: 16px !important;
}

input:focus, textarea:focus, select:focus {
  font-size: 16px !important; /* Giữ font-size khi focus */
  -webkit-text-size-adjust: 100% !important; /* Tắt việc thay đổi kích thước font khi focus */
}
