* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
html {
	margin-top: 0px !important;
}

body {
	padding-top:86px;
	overflow-x:hidden !important;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Section Top Bottom spacing utilities */

.section-tb {
	padding-top: 110px;
	padding-bottom: 110px;
}

/* Gap spacing */

.e-con.grid-gap {
	gap: 12px;
}

/* Column spacing */

.e-con.column-gap {
	column-gap: 56px;
}

/* Row spacing */

.e-con.row-gap {
	row-gap: 56px;
}

/* Title bottom spacing */

.title-bottom .elementor-widget-container {
	margin-bottom: 12px;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top:0;
}

.e-con.p-bottom {
	padding-bottom:0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	/* 	margin-bottom: 20px; */
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	color: #252525;
	text-align: center;

}
.cf7-ajax-ok-btn{
    cursor: pointer;
    padding: 10px 25px !important;
}
#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
	padding-bottom: 30px;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display:none;
	position:fixed;
	top:0;left:0;
	width:100%;height:100%;
	background:rgba(255,255,255,0.6);
	z-index:9999999999;
	justify-content:center;
	align-items:center;
}

#cf7-ajax-loading.active { display:flex; }

.cf7-spinner {
	width:45px;
	height:45px;
	border:4px solid #ccc;
	border-top-color:#000;
	border-radius:50%;
	animation:spin 0.8s linear infinite;
}


@keyframes spin { to { transform:rotate(360deg); } }

.wpcf7-response-output { display:none !important; }

.cf7-popup-open, .cf7-loading {
	overflow:hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

.brand-sec .elementor-image-carousel-wrapper{
	height: 35px;
}
.brand-sec .swiper-wrapper {
	transition-timing-function: linear !important;
	justify-content: space-between !important;
}
.brand-sec .swiper-slide-image{
	min-height: 35px !important;

}
.brand-sec .swiper-slide {
	width: auto !important;

}

/* .brand-sec .elementor-image-carousel{
gap:70px;
}
*/

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0px !important;
}
.ready-project{
	position:relative;
}
.ready-project:before{
	content: '' !important;
	position:absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 49.38%, rgba(0, 0, 0, 0.50) 61.7%, rgba(0, 0, 0, 0.90) 100%);
}

.main-custom-accordion .e-n-accordion {
	counter-reset: accordion-count;
}
.main-custom-accordion  .e-n-accordion .e-n-accordion-item {
	counter-increment: accordion-count;
}
.main-custom-accordion .e-n-accordion .e-n-accordion-item-title-text::before {
	content: counter(accordion-count, decimal-leading-zero) " ";
	padding-right:45px;
	color: #CFCFCF;
	/* 	font-family: "Be Vietnam"; */
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 145%; /* 34.8px */
	text-transform: uppercase;
}
.main-custom-accordion .e-n-accordion .e-n-accordion-item:first-child {
	border-top: none;
}
.main-custom-accordion .e-n-accordion-item:first-child .e-n-accordion-item-title{
	padding-top: 0;
}
.main-custom-accordion .e-n-accordion .e-n-accordion-item {
	margin-bottom: 25px !important;
}
.main-custom-accordion 
.e-n-accordion-item:first-child 
.e-n-accordion-item-title {
	border-top: none !important;
}
.our-commitment-sec .elementor-widget-image{
	height: 100%;
}
.suppliers-sec img{
	object-fit: cover;
	height: 40px !important;
}
.suppliers-sec .elementor-image-carousel-wrapper {
	height: 40px !important;
}
.e-n-menu-dropdown-icon svg{
	fill:none !important;
}
.e-n-menu-title-text{
	cursor:pointer !important;
}
.call-icon {
	cursor: pointer;
}
/*  */
#about-us + .e-n-menu-content {
    width: 100% !important;
left: 0 !important;
   right: auto !important;
}
/* #menubar-352 .e-n-menu-item{
position: relative !important;
} */
.small-drop-down {
	position: absolute !important;
	width: fit-content !important;
	left: -24px !important;
	top: 0;
	padding: 20px 40px !important;
	right: auto !important;
}
#raw-mat-head + .e-n-menu-content {
	width: 100% !important;
	left: 50% !important;
}
/* #menubar-352 .e-n-menu-item{
position: relative !important;
} */
.small-drop-down1 {
	position: absolute !important;
	width: fit-content !important;
	left: 0 !important;
	top: 7px;
	padding: 8px 50px 8px 32px !important;
	
}
.e-font-icon-svg {
	outline:none;
}
/*  */

/* .small-drop-down1 {
    position: absolute !important;
    width: auto !important;
    padding: 8px 50px 8px 32px !important;
    right: 43.9%;
    top: 7px;
}  */
.tgs-search-button{
	border:none !important;
	background:#F4F4F4 !important;
	box-shadow:unset !important;
	padding: 0 0 0 9px !important;
}
.tgs-search-form{
	background-color:#F4F4F4 !important;
	border:none !important;
	gap:0 !important;
}
.tgs-search-form{
	flex-direction:row-reverse;
}
.tgs-search-input {
	padding: 8px 8px;
	color: rgba(85, 85, 85, 1) !important;
}
.tgs-search-button:hover{
	color: rgba(18, 18, 18, 1) !important;
	transform: translateY(0px);

}
.home-product img:hover{
	transform: scale(1.1);
}
.home-product .elementor-widget-container{
	overflow: hidden !important;
}
.home-product .elementor-image-box-content{
	position: relative !important;
}
.home-product {
	height:350px  !important;
	/* 	max-height:350px !important; */
}
.home-product img{
	transition: all 1s;
}
.read-more-text {
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6;
}

/* Read more text */
.read-more-text {
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6;
}

/* Read more text */
.read-more-text::after {
	content: "... Read more";
	color: #0073e6;
	font-weight: 500;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	background: white;
	padding-left: 6px;
}

/* Expanded */
.read-more-text.expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
}

.read-more-text.expanded::after {
	content: " Read less";
	position: static;
}
.e-n-menu-toggle{
	background:none !important;
}
.responsive-full.small-drop-down .e-con-inner,
.responsive-full.small-drop-down.e-con{
	padding-left:unset !important;
	padding-right:unset !important;
}

.tgs-search-icon-trigger{
	padding:0 !important;
	background:transparent !important;
	box-shadow:none !important;
	border:none !important;
}
.tgs-search-icon-trigger:hover
{
	fill:black !important;
}
/* .factory-video video{
height: 370px !important;
object-fit: cover !important;
} */
body .factory-video .elementor-wrapper{
	/* 	width:100% !important;
	max-width:270px !important; */
	height: 370px !important;
	--video-aspect-ratio: none !important;
}
.factory-icon-box .elementor-heading-title{
	margin-bottom: 0px;
}
.factory-video .swiper-wrapper{
	transition-timing-function: linear !important;
}
.list-text ul{
	padding-left: 20px;
}
.list-text li{
	padding-bottom: 8px !important;
}

/*Contact us page form style*/
.contact-us-page-form .row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.contact-us-page-form .half-col {
	width: calc((100% - 16px) / 2);
}

/* .contact-us-page-form .half-col {
width: calc(50% - 16px);
} */

.contact-us-page-form .full-col {
	width: 100%;
}
.contact-us-page-form label {
	display: flex;
	color:#333;
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.contact-us-page-form 
input.wpcf7-text,
.contact-us-page-form 
select.wpcf7-select {
	width: 100%;
	padding: 12px 12px;
	color: #6E6E6E;
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;;
	border: 1.162px solid rgba(18, 18, 18, 0.05);
	background: #F3F3F5;
	box-sizing: border-box;
	transition: all 0.25s ease;
}

.contact-us-page-form select {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url("https://newdonghuang.techsolutionn.com/wp-content/uploads/2024/08/Down-Arrow.svg") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 16px !important;
	padding-right: 45px !important;
	cursor: pointer !important;
}

.contact-us-page-form input::placeholder{
	color: #6E6E6E;
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.contact-us-page-form input[type="submit"] {
	width: auto;
	padding:11px 28px 14px 28px !important;
	height: 52px;
	border: none;
	border-radius: 6px;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s ease;
}
.contact-us-page-form textarea {
	height: 106px !important;
	resize: vertical;
	background: #F3F3F5;
	height: auto;
	padding: 13px 12px;
	border: 1.162px solid rgba(18, 18, 18, 0.05);
}
.contact-us-page-form textarea::placeholder{
	width: 100%;
	color: #6E6E6E;
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;;
	box-sizing: border-box;
	transition: all 0.25s ease;
} 
.contact-us-page-form input:focus,
.contact-us-page-form input:active,
.contact-us-page-form textarea:focus,
.contact-us-page-form textarea:active,
.contact-us-page-form select:focus,
.contact-us-page-form select:active {
	outline: none !important;
	box-shadow: none !important;
	border-color: rgba(18, 18, 18, 0.05) !important;
	background-color: #F3F3F5 !important;
}
.required-field{
	color:#F00;
}
.half-col p{
	margin:0 !important;
}
.full-col p{
	margin:0 !important;
}

/*Contact us page form style end*/
.single_variation_wrap {
	display: none !important;
}
.wpb_gqb_form_product_info_show .row p{
	margin-bottom:0 !important;
}
.filter_pro h4.filter-title {
	font-family: Satoshi;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: capitalize;
}
.filter_pro .yith-wcan-filters .yith-wcan-filter {
	border-bottom: 1px solid #C3C3C3;
	margin: 0;
	padding: 20px 0;
}
.filter_pro ul.filter-items { 
	margin-top: 12px !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label{
	font-size: 14px;
	color: #121212;
}
.filter_pro .yith-wcan-filters form .yith-wcan-filter:nth-child(1) {
	border-top: 1px solid #C3C3C3;
}
.filter_pro .yith-wcan-filters form .yith-wcan-filter[data-taxonomy="product_tag"] {
	border-bottom: 0px solid #C3C3C3;
}
/* .woocommerce ul.products li.product a img {
width: inherit;
} */
/* shop list */ 
.product-images-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
/* 	background: #F7F7F7; */
	border-radius: 0px;
	height: 400px;
	/* display: flex; */
	flex-direction: column;
	/* align-items: center; */
}

.product-images-wrapper img.attachment-woocommerce_thumbnail,
.product-images-wrapper .primary-image img {
	width: 100%;
	height: 100% !important;
	object-fit:contain;
	display: block;
	opacity: 1;
	transition: opacity 0.5s ease;
	position: relative;
	z-index: 2;
}

.product-images-wrapper img.hover-image.has-hover,
.product-images-wrapper .hover-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: contain;
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 1;
	padding: 30px;
	overflow: hidden;
}
.product-images-wrapper img.hover-image{
	margin-bottom:0 !important;
}
/* .Product_list .product.type-product:hover .product-images-wrapper img.attachment-woocommerce_thumbnail,
.Product_list .product.type-product:hover .product-images-wrapper .primary-image{
	opacity: 0;
}
 */
.Product_list .product.type-product:hover .product-images-wrapper img.hover-image.has-hover,
.Product_list .product.type-product:hover .product-images-wrapper .hover-image-wrapper {
	opacity: 1;
}
.product:hover .product-images-wrapper img.hover-image.has-hover {
	animation: smoothZoom 0.5s ease;
}
span.primary-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 30px;
}
@keyframes smoothZoom {
	0% {
		opacity: 0;
		transform: scale(0.95);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* Single product */
/* ================================================
WooCommerce Single Product Gallery CSS
Custom Layout - Left Thumbnails + Right Main Image
================================================ */

/* Main Gallery Wrapper */
.custom-product-gallery-wrapper {
	display: flex;
	gap: 17px; 
	max-width: 100%;
}

/* Left Column - Thumbnails Gallery */
.product-thumbnails-column {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 110px;
	flex-shrink: 0;
}

/* Individual Thumbnail Box */
.thumbnail-item {
	width: 110px;
	height: 110px; 
	background: #F7F7F7;
	border-radius: 0px; 
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.thumbnail-item img {
	width: 100%;
	height: 100% !important;
	object-fit: contain; /* Image full દેખાશે, cut નહીં થાય */
}

/* Active Thumbnail */
.thumbnail-item.active {
	border-color: #b9b9b9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Hover Effect on Thumbnail */
.thumbnail-item:hover {
	border-color: #b9b9b9;
	transform: scale(1.03);
}

/* Right Column - Main Image Display */
.product-main-image-column {
	flex: 1;
	position: relative;
	width: 100%;
	height: 600px; /* Fixed height */
	background: #F7F7F7; 
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Main Image Item */
.main-image-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
	padding: 20px;
}

.main-image-item.active {
	opacity: 1;
	z-index: 2;
}

.main-image-item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain; /* Original size માં, cut વગર */
}

/* Responsive Design */
@media (max-width: 768px) {
	.custom-product-gallery-wrapper {
		flex-direction: column;
	}

	.product-thumbnails-column {
		flex-direction: row;
		width: 100%;
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.thumbnail-item {
		flex-shrink: 0;
	}

	.product-main-image-column {
		height: 400px; /* Mobile પર નાની */
	}
}

@media (max-width: 480px) {
	.thumbnail-item {
		width: 80px;
		height: 80px;
	}

	.product-main-image-column {
		height: 350px;
	}

	.custom-product-gallery-wrapper {
		padding: 15px;
		gap: 15px;
	}
}

/* Optional: Add loading animation */
.main-image-item img {
	animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Optional: Add zoom cursor on main image */
.product-main-image-column {
	cursor: zoom-in;
}

/* Optional: Scrollbar styling for thumbnails on mobile */
.product-thumbnails-column::-webkit-scrollbar {
	height: 6px;
}

.product-thumbnails-column::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.product-thumbnails-column::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.product-thumbnails-column::-webkit-scrollbar-thumb:hover {
	background: #555;
}
/* =================  */

/* Product detail page */
.product-detail .rtwpvg-slider-wrapper,
.product-detail .rtwpvg-single-image-container {
	width: 100% !important;
	height: 600px !important;
	max-height: 600px !important;
	padding-bottom: 0px;
}

/* Main image inside */
.product-detail .rtwpvg-single-image-container img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.product-detail .rtwpvg-images {
	max-width: 100%;
	float: none;
}
.product-detail .rtwpvg-thumbnail-image {
    width: 150px !important;
    height: 150px !important;
}
.product-detail .rtwpvg-thumbnail-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	-o-object-position: contain !important;
}
.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image{
	opacity: 1 !important;
}
.product-detail .swiper-vertical>.swiper-wrapper {
	gap: 12px;
}
.product-detail .rtwpvg-thumbnail-slider{
	height:480px !important;
}
.product-detail .rtwpvg-thumbnail-wrapper {
	max-width: 250px !important;	
	margin-right:20px !important;
	flex: 0 0 24% !important;
}

.product-detail .rtwpvg-single-image-container img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.blog-sec .page-numbers.current{
	border-radius: 20px;
	background: #EBEBEB;
}
.blog-sec .page-numbers.next{
	color:rgba(51, 51, 51, 1) !important;
}
.blog-sec .page-numbers{
	padding: 10px 16px;
}
.Blog_content  h4{
	margin-top: 28px !important;
	display: inline-block;
}
.table-sec .wptb-row:first-child td{
	background-color: #121212 !important;
	border: 1px solid #fff !important;
}
.table-sec{
	border: 1px solid #121212 !important;
	margin-bottom:12px !important;
}
.table-sec .wptb-row td{
	border: 1px solid #fff !important;
	padding: 14px 12px !important;
}
.Product_list a.button.product_type_variable, 
/* .Product_list a.button.product_type_simple */
{
	display: none !important;
}
.Product_list h2.woocommerce-loop-product__title {
	padding-top: 13px !important;
	padding-bottom: 0 !important;
}
.Material_pro a {
	color: #121212;
	white-space: pre;
}
.Material_pro span.elementor-icon-list-text {
	display: flex;
}
.Material_pro li a:not(:first-child) {
	margin-left: 5px;
}
.meets-p .elementor-button-text{
	color: #fff;
}
.meets-p  .elementor-button-content-wrapper{
	justify-content: start;
	text-decoration-line: underline;
	text-underline-position: from-font;
}
table.variations tr:not(:first-child) th { 
	padding-top: 10px;
}
.accordian-col{
	padding-top:0px !important;
}
/* Parent relative */
.Product_list li.product.type-product {
	position: relative;
}

/* Button base (simple + variable both) */
.Product_list li.product.type-product 
a.button.product_type_simple,
.Product_list li.product.type-product 
a.button.product_type_variable {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding: 8px !important;
	font-size: 0 !important;
	background: #fff !important;
	border: none !important;
	box-shadow: none !important;
	z-index: 5;
	opacity: 0; 
	transition: opacity 0.25s ease, transform 0.35s ease;
}

/* Arrow icon */
.Product_list li.product.type-product 
a.button.product_type_simple::before,
.Product_list li.product.type-product 
a.button.product_type_variable::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("/wp-content/uploads/2026/01/arrow-right-2.svg")
		center / contain no-repeat;
}

/* Show arrow on LI hover */
.Product_list li.product.type-product:hover 
a.button.product_type_simple,
.Product_list li.product.type-product:hover 
a.button.product_type_variable {
	opacity: 1;
	transform: translateX(0);
}

/* Arrow hover animation */
.Product_list li.product.type-product 
a.button.product_type_simple:hover,
.Product_list li.product.type-product 
a.button.product_type_variable:hover {
	transform: translateX(6px);
}
.elementor-swiper-button{
	width: 42px !important;
	height: 42px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.elementor-posts .elementor-post__meta-data { margin-bottom: 12 !important; }

.has-post-thumbnail .elementor-post__text {
	flex-direction: column-reverse !important;
}
.Product_list .woocommerce-ordering{
	position: relative;
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom:36px;
}
.Product_list .woocommerce-ordering:before{
	display: inline-block;
	content:"Sort:";
	color: #121212;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
}
.swiper-slide .e-con,
.elementor-carousel-item .e-con {
	display: flex;
	flex-direction: column;
}
.bio-text {
	overflow: hidden;
	max-height: 3.5em;
	transition:
		max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.25s ease;
}
/* optional but recommended */
.bio-text.expanded {
	max-height: 1000px;
	opacity: 1;
}

/* subtle fade when collapsed */
.bio-text:not(.expanded) {
	opacity: 0.92;
}

/* 🔥 pin button to bottom */
.toggle-bio {
	margin-top: 16px !important;
	padding-top: 16px !important;
	color:#DCDCDC !important;
	cursor: pointer !important;
	text-decoration: underline !important;
	font-size:18px !important;
}
.product-detail-list 
.elementor-icon-list-items 
.elementor-icon-list-item:nth-child(2) 
.elementor-icon-list-text {
	color: #121212;
	font-weight: 600;
	font-size: 16px;
}
.product-description .elementor-widget-container{
	border-bottom:1px solid #121212;
	width:fit-content !important;
}
.product-description-list ul{
	padding-left:20px;
}

.woocommerce div.product form.cart .variations{
	margin-bottom:0 !important;
}
.bullets-info{
	color:#555;
}
.product-detail img.rtwpvg-post-image {
	padding:100px !important;
	background-color:#fff;
}
.Material_pro .elementor-icon-list-text{
	color:#555 !important;
}
.variations label{
	color:#555 !important;
	font-family: Satoshi !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 130% !important; 
}

.tgs-modal-close{
	padding:0 !important;
}
.wpcf7-textarea {
	color: #6E6E6E;
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.post-list{
	padding-left:20px;
}
.post-list li{
	padding-bottom:10px;
}
.woocommerce-ordering .orderby{
	padding: 9px 14px;
	border: 1px solid #D0D0D0;
	color:#555 !important;
	font-family: 'Satoshi';
	font-size: 16px !important;
}
.woocommerce-ordering .orderby option{
	color:#555 !important;
	font-family: 'Satoshi';
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
}

.yith-wcan-active-filters h4{
	margin-bottom: 20px;
	font-size: 16px !important;
}
.reset-filters{
	cursor: pointer;
}
.yith-wcan-active-filters .active-filter .active-filter-label{
	border-radius: 0px;    
}
.woocommerce-breadcrumb{
	color:#121212 !important;
}
.woocommerce-ordering select option[value="price"],
.woocommerce-ordering select option[value="price-desc"] {
	display: none;
}
.tgs-search-input{
	width: calc(100% - 30px);
}
img[alt="best_pacific_4x"] {
	transform: scale(0.7);
	transform-origin: center;
}
.about-iconbox .elementor-icon-box-title{
	padding-bottom: 16px;
}
.sustainability-imagebox .elementor-image-box-description{
	padding-top:8px !important;
}

.search-container{
	display:none !important;
}

.variations{
	display:none !important;
}

#filter_2974_5,#filter_2974_4,#filter_2974_2{
	display: none !important;
}
/* Odd rows */
table.wptb-table tr:nth-child(odd) td {
	background-color: rgba(235, 235, 235, 1) !important;
}

/* Even rows */
table.wptb-table tr:nth-child(even) td {
	background-color: rgba(247, 247, 247, 1) !important;
}
.single-post h3, .single-post h5{
	padding-bottom: 20px;
}

.Brands-seven{
    width: 129px;
}
.Brands-six{
    width: 151px;
}
.Brands-two{
    width: 136px;
}
.Brands-one, .Brands-four{
    width: 93px;
}
.Brands-three{
    width: 65px;
}
.Brands-five{
    width: 95px;
}
.Brands-eight{
    width: 60px;
}
.custom-product-grid {
    display: grid;
    gap: 20px;
}

.columns-4 { grid-template-columns: repeat(3, 1fr); }
.columns-2 { grid-template-columns: repeat(2, 1fr); }
.hover-arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 22px;
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.3s ease;
}

.custom-product-card:hover .hover-arrow {
    opacity: 1;
/*     transform: translateX(0); */
}

.product-info {
    margin-top: 10px;
}

/* Shortc code css */
/* ============================================
   SIMPLE CATEGORY LIST STYLES
   ============================================ */
.simple-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-category-list li {
    margin: 0 0 8px;
    padding: 0;
}

.simple-category-list li a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    transition: color 0.2s ease;
}

.simple-category-list li a:hover {
    color: #000;
}

.simple-category-list li a.active {
    color: #000;
    font-weight: 600;
}

/* ============================================
   RAW MATERIAL CATEGORY LIST STYLES
   ============================================ */
.raw-material-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.raw-material-category-list li {
    margin: 0 0 8px;
    padding: 0;
}

.raw-material-category-list li a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    transition: color 0.2s ease;
}

.raw-material-category-list li a:hover {
    color: #000;
}

.raw-material-category-list li a.active {
    color: #000;
    font-weight: 600;
}

/*  filter css for product */
/* ============================================
   PRODUCT FILTER STYLING - UPDATED VERSION
   ============================================ */

.product-filter-wrapper {
    display: flex;
    gap: 40px;
    margin: 40px 0 0px 0px;
}
.custom-product-grid .custom-product-card h3{
	color: #212121;
	text-align: center;
	font-family: Satoshi;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
}
/* ============================================
   FILTER SIDEBAR
   ============================================ */

.filter-sidebar {
    width: 236px;
    flex-shrink: 0;
}

.filter-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #C3C3C3;
}
.filter-section {
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
/*     padding-bottom: 20px; */
}

.filter-section:last-of-type {
	border-bottom: none;
}

.filter-section-title {
	font-size: 18px !important;
	font-weight: 400;
	margin: 15px 0px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
}

.filter-section-title .toggle-icon {
	transition: transform 0.3s ease;
}

.filter-section-title.collapsed .toggle-icon {
    transform: rotate(-90deg);
}

.filter-options {
    display: flex;
    flex-direction: column;
	padding-bottom: 15px;
}

/* ============================================
   FILTER OPTIONS (CHECKBOXES) - FIGMA DESIGN
   ============================================ */

.filter-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    position: relative;
    padding: 4px 0;
}

.filter-option-check {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.filter-option-check input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
/* Checked state — fill the custom circle */
.filter-option-check input[type="radio"]:checked + .check-circle {
    background-color: var(--primary-color, #000);
    border-color: var(--primary-color, #000);
}

.filter-option-check input[type="radio"]:checked + .check-circle::after {
    display: block;
}

/* Active label highlight */
.filter-option.active {
    font-weight: 600;
}

/* Sub-filter groups hidden by gender selection */
.sub-filter-group[style*="display: none"] {
    display: none !important;
}

/* Hide default checkbox */
.filter-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom checkbox design - Circle with Checkmark */
.check-circle {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1.5px solid #6E6E6E;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.2s ease;
    background-color: transparent;
}

/* Checkmark inside circle (✓ symbol) */
.check-circle::after {
    content: "✓";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -55%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
/* Checked state - filled circle with white checkmark */
.filter-option input[type="checkbox"]:checked ~ .check-circle {
    border-color: #121212;
    background-color: #121212;
}

.filter-option input[type="checkbox"]:checked ~ .check-circle::after {
    display: block;
}

/* Active state for selected filter */
.filter-option.active {
    color: #000;
}

.filter-option.active .option-label {
    color: rgba(18, 18, 18, 1);
    font-weight: 400;
}

.filter-option .option-label {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(110, 110, 110, 1);
    transition: color 0.2s ease;
    cursor: pointer;
    user-select: none;
}

/* Parent name styling */
.filter-option .option-label .parent-name {
    font-size: 14px;
    color: rgba(110, 110, 110, 0.7);
    font-weight: 300;
}

/* Dropdown arrow */
.filter-option-check .dropdown-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: auto;
    cursor: pointer;
    color: #666;
    transition: transform .25s;
}

.filter-option-check .dropdown-arrow.open {
    transform: rotate(180deg);
}

/* Sub-subcategory indent */
.filter-option.sub-subcategory {
    padding-left: 20px;
    font-size: 13px;
}

/* Sub-subcategory accordion */
/* .sub-filter-group {
    margin-bottom: 8px;
}
 */
.sub-subcategory-dropdown {
    padding-left: 28px;
    overflow: hidden;
    margin-top: 8px;
}

.sub-subcategory-dropdown .filter-option-check {
    padding: 4px 0;
}

.sub-subcategory-dropdown .filter-option-check .option-label {
    font-size: 16px;
    color: #6E6E6E;
}

.sub-subcategory-dropdown .check-circle {
    width: 18px;
    height: 18px;
}

/* ============================================
   RESET FILTERS BUTTON
   ============================================ */

.reset-filters-btn:hover {
    background-color: #fff;
    color: #000;
	cursor:pointer;
}

/* ============================================
   PRODUCTS AREA
   ============================================ */

.products-area {
    flex: 1;
}

/* Active Filters - COMMENTED BUT KEPT FOR FUTURE */
.active-filters {
    background-color: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.active-filters strong {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

.active-filter-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
}

.filter-tag {
    background-color: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-tag .remove-filter {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.filter-tag .remove-filter:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.reset-filters-link {
    background: none;
    border: none;
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}

.reset-filters-link:hover {
    color: #666;
}

/* Products Header */
.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.products-count {
    font-size: 14px;
    color: #666;
}

.products-count .count-number {
    font-weight: 700;
    color: #000;
}

.products-sorting {
    display: flex;
    align-items: center;
    gap: 10px;
}

.products-sorting label {
    font-size: 14px;
    color: #666;
}

.sort-select{
    padding: 12px 45px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/uploads/2024/08/Down-Arrow.svg"); /* your image */
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}
/* ============================================
   PRODUCT GRID (matching custom_products)
   ============================================ */

.custom-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 20px;
	margin-bottom: 40px;
}

.custom-product-card {
    position: relative;
    text-align: center;
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
/* 	background-color: #F7F7F7; */
}

.product-image img {
    width: 100%;
    height: 320px !important; 
    object-fit: contain;
    transition: transform 0.3s ease;
}

.hover-arrow {
    position: absolute;
    top: 15px;
    right: 8px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-product-card:hover .hover-arrow {
    opacity: 1;
}

.product-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-info .price {
    font-size: 15px;
    color: #666;
}

/* No Products */
.no-products {
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
    color: #999;
}

/* ============================================
   LOAD MORE BUTTON
   ============================================ */

.load-more-wrapper {
    text-align: center;
    margin: 40px 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.load-more-btn, .show-less-btn {
    padding: 12px 30px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
/*     text-transform: uppercase; */
}

.load-more-btn:hover, .show-less-btn:hover {
    background-color: #fff;
    color: #000;
}

.show-less-btn {
    display: none;
}

/* ============================================
   LOADING SPINNER
   ============================================ */

/* .loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
 */
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* CATEGORY PAGES & LOAD MORE STYLES */

/* Category Grid Styles */
.category-grid {
    display: grid;
    gap: 20px;
    margin: 40px 0;
}

.category-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.category-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.category-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.category-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.category-image {
    position: relative;
    width: 100%;
    padding-bottom: 120%; /* 5:6 aspect ratio */
    overflow: hidden;
    background-color: #f5f5f5;
}

.category-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    padding: 30px 20px 20px;
    transition: background 0.3s ease;
}

.category-card:hover .category-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
}

.category-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

/* Load More Wrapper */
.loadmore-wrapper {
    text-align: center;
    margin-top: 30px;
}

.loadmore-products-btn {
    padding: 14px 40px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.loadmore-products-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.loadmore-products-btn:active {
    transform: translateY(0);
}

/* Loading Spinner */
.products-loading-spinner {
    display: none;
    text-align: center;
    padding: 40px;
}

.spinner-circle {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Products Wrapper */
.custom-products-loadmore-wrapper {
    margin: 40px 0;
}

/* No Products Message */
.no-products {
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
    color: #999;
}
 @-webkit-keyframes scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(calc(-100px * 7))
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(calc(-100px * 7))
    }
  }
  .slider {

    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 634px !important;
  }
.slider::before, .slider::after {
    background: linear-gradient(180deg, #121212 4.05%, rgba(18, 18, 18, 0.50) 52.03%, rgba(18, 18, 18, 0.00) 100%);
    content: "" !important;
    width: 100%;
    position: absolute;
    height: 111px !important;
    z-index: 2;
  }
.slider::after {
	right: 0;
	top: 0;
	/*    */
}
.slider::before {
	left: 0;
	top: auto !important;
	bottom: 0;
	transform: rotateZ(180deg); 
}
.slider .slide-track, .slide-tracks {
	-webkit-animation: scrollr 20s linear infinite;
	animation: scrollr 20s linear infinite;
	display: flex;
	height: calc(250px * 14);
	flex-direction: column;
}
/*  reverse slider */
@keyframes scrollr {
	0% {
		transform: translateY(calc(-100px * 7));
	}
	100% {
		transform: translateY(0);
	}
}

.slide-tracks {
	animation: scroll 20s linear infinite;
	display: flex;
	flex-direction: column;
}
.breadcrumbs .woocommerce-breadcrumb{
	margin-bottom:0px;
}
.Blog_content ul li{
    margin-bottom: 12px;
   
}
.Blog_content ul{
     padding-left: 20px;
}
.Blog_content h2, .Blog_content h3{
    font-size: 24px !important;
    padding-bottom: 20px;
    color: rgba(18, 18, 18, 1);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom:20px;
		outline: 1px solid #121212;
}

table thead th {
	background-color: rgba(18, 18, 18, 1);
	color:rgba(247, 247, 247, 1);
	font-weight: 700;
	text-align: left;
	padding: 14px 23px;
    border: 1px solid #fff;
}

table tbody td {
  padding: 14px;
  border: 1px solid #FFF;
}

table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.Material_pro .elementor-icon-list-text, .Material_pro .elementor-icon-list-text a{
    color: #555555 !important;
}
.Material_pro .plus {
    margin-right: 5px;
}
.country-field, .country-field p{
    width: 100% !important;
}
.filter-sidebar {
    position: sticky;
    top: 100px;
    z-index: 100;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch; /* smooth scroll */
    scrollbar-width: none; /* Firefox */
}
.filter-sidebar::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
/*  scroll css*/
.product-filter-wrapper{
    display: flex;
    height: calc(100vh - 120px); /* adjust according to header */
    overflow: hidden;
}
/* FILTER SIDEBAR */
.filter-sidebar{
    width: 320px;
    height: 100%;
    overflow-y: auto;
    position: sticky;
    top: 0;
    scrollbar-width:none;
}

/* PRODUCTS AREA */
.products-area{
    flex: 1;
    height: 100%;
        scrollbar-width:none;
    overflow-y: auto;
    padding-left: 30px;
}
.atteched{
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    background: #fff;
}
#file-list{
    margin-top:10px;
}

.file-input{
    width:100%;
/*     border:1px solid #ddd;
    padding:8px; */
    background:#fff;
    font-size:14px;
    border-radius:4px;
}
.atteched p{
	width:100%;
}
.codedropz-upload-handler{
    margin-bottom: 0px;
}
/* Style Choose File Button */
.file-input::file-selector-button{
    background:#000;
    color:#fff;
    border:none;
    padding:8px 14px;
    margin-right:10px;
    border-radius:3px;
    cursor:pointer;
    font-size:13px;
}

.file-input::file-selector-button:hover{
    background:#333;
}
.file-remove{
    cursor:pointer;
    color:red;
    font-weight:bold;
    margin-left:10px;
}
/* Upload Wrapper */

.cf7av-file-preview .cf7av-clear-files-btn{
    font-size: 14px;
    padding: 10px 14px !important;
    margin-bottom: 10px;
}
.cf7av-preview-item .cf7av-remove-file{
       padding: 10px 14px !important;
	background-color:#fff;
}
.cf7av-preview-gallery .cf7av-remove-file:hover {

    transform: scale(1) !important;
    box-shadow:none;
}
