/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Hero carousel CSS  */

.carousel-container {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.owl-carousel .item {
	position: relative;
	width: 100%;
	height:500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.owl-carousel .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.slide-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.content-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	width: 60%;
	max-width: 800px;
	z-index: 2;
}
.content-box h2 {
	font-family:"Outfit";
	text-transform:uppercase;
	font-weight:700;
	color:#323232;
	font-size:32px;
	text-align:center;

}
.content-box p{
	font-family:"Poppins";
	font-size:20px;
	font-weight:500;
	color:#323232;
	text-align:center;

}
.content-box .btn {
	display: inline-block;
	margin-top: 15px;
	padding: 13px 40px;
	background: var(--e-global-color-primary);
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	border-radius: 50px;
	transition: 0.3s;
	font-family:"Norwester";
	border:2px solid var(--e-global-color-primary);
	text-transform:uppercase;
}
.content-box .btn:hover {
	background: transparent;
	color:var(--e-global-color-primary);
}

.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.owl-prev, .owl-next {
	background: none;
	border: none;
	cursor: pointer;
	pointer-events: all;
	width: 30px; /* Adjust size as needed */
	height: 30px;
	color:transparent !important;
}

.owl-prev {
	background: url('/staging/wp-content/uploads/2025/02/icons8-expand-arrow-100.png') no-repeat center center !important;
	background-size: contain !important;
	transform: rotate(90deg);

}

.owl-next {
	background: url('/staging/wp-content/uploads/2025/02/icons8-expand-arrow-100.png') no-repeat center center !important;
	background-size: contain !important;
	transform: rotate(270deg);
}
.owl-dots {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 23px !important;
	height: 4px !important;
	margin: 5px !important;
}


.accordion {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.accordion-item {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.accordion-header {
	background: #007bff;
	color: white;
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon {
	transition: transform 0.3s ease;
	display: inline-block;
}
.accordion-header.active .icon {
	transform: rotate(180deg);
}
.accordion-content {
	display: none;
	padding: 10px;
	background: #f9f9f9;
}
.nested-accordion {
	margin-left: 10px;
}
.nested-accordion .accordion-header {
	background: #17a2b8;
}

.custom-category-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Outfit';
}

.category-title {
	font-size: 30px;
	margin: 0px;
	font-family: 'Norwester';
	text-transform: uppercase;
}

.breadcrumb {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 500;
	margin-top: 5px;
	color:var(--e-global-color-primary)
}

.category-content {
	display: flex;
	gap: 20px;
}

/* Sidebar */
.category-sidebar {
	width: 25%;
	background: #f8f8f8;
	padding: 15px;
	border-radius: 5px;
}
.category-sidebar-22 #pa_finish-filter{
	flex-direction:column-reverse;
}

/* Products */
.category-products {
	width: 75%;
}

.product-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding:0;
}

.product-item {
	display: flex;
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	gap:20px;
	justify-content:space-between;
}
.product-item .main-info-box{
	display: flex;
	gap:20px;
	width:70%;
}
.product-image {
	box-shadow: 0 0 19px -11px rgba(0, 0, 0, 0.5);
	padding: 5px;
	height: max-content;
}
.product-image img {
	width: 100%;
	max-width: 120px;
	height: auto;
	border-radius: 5px;
}

.product-title {
	font-size: 18px;
	margin:0;
	margin-top: 5px;
}
.product-title a{
	color:#323232;
	font-weight:700;
}
.product-title a:hover{
	color:#3d542a;
}
.product-thickness {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    font-size: 15px;
}
.product-thickness h6 {
    margin: 0;
    font-weight: 600;
}
.product-variations {
	margin-bottom: 10px;
	margin-top:5px;
}
.product-variations .var-tabs-box{
	display: flex;
	gap: 10px;
	margin: 15px 0;
	flex-direction:column;
}

.var-tabs-box h6{
	font-size: 16px;
	margin: 0;
}

.variation-tabs {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 9px;
}

.variation-tabs li {
	cursor: pointer;
	padding: 3px 7px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
}
.variation-tabs li.active {
	background-color: #6eb428; 
	color: #ffffff;
	transition: all 0.3s ease;
}
.product-price {
	font-size: 18px;
	font-weight: 700;
}
.product-purchase {
	display: flex;
	gap: 10px;
	flex-direction:column;
	justify-content:space-between;
	width:30%;
}

/* Quantity Box Styling */
.quantity-box {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.quantity-box h6{
	font-size: 16px;
	margin: 0;
	background: #6eb428;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 7px;
}

.quantity-box input {
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 7px 5px;
	outline: none;
	text-align: center;
	padding-right: 5px;
	border: none;
}
.total-price {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 17px;
	font-weight: 700;
}
.total-price h6{
	font-size: 16px;
	margin: 0;
}
.custom-instructions {
	display: flex;
	gap: 20px;

}

.custom-instructions div {
	flex: 1;
}

.custom-instructions h6 {
	font-size: 14px;
	font-weight: 600;
	margin:0;
	margin-bottom: 5px;
	color: #333;
}

.custom-instructions textarea {
	width: 100%;
	min-height: 80px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: none;
	transition: border-color 0.3s ease-in-out;
	scrollbar-width: thin; 
	scrollbar-color: #999 #f1f1f1;
}

.custom-instructions textarea:focus {
	border-color: #007bff;
	outline: none;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* For Webkit browsers (Chrome, Edge, Safari) */
.custom-instructions textarea::-webkit-scrollbar {
	width: 6px; /* Thin scrollbar */
}

.custom-instructions textarea::-webkit-scrollbar-track {
	background: #f1f1f1; /* Light gray track */
	border-radius: 5px;
}

.custom-instructions textarea::-webkit-scrollbar-thumb {
	background: #999; /* Darker thumb */
	border-radius: 5px;
}

.custom-instructions textarea::-webkit-scrollbar-thumb:hover {
	background: #777; /* Darker on hover */
}



/* Add to Cart Button */
.add-to-cart a {
	display: inline-block !important;
	background: #3d542a !important;
	color: #fff !important;
	padding: 12px 30px !important;
	border-radius: 50px !important;
	transition: background 0.3s;
}

.add-to-cart a:hover {
	background: #6eb428 !important;
}



@media (max-width: 768px) {
	.content-box {
		width: 80%;
	}
}

.subcategory-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.subcategory-card {
	width: 200px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 8px;
	background: #f9f9f9;
}

.subcategory-card img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.filter-heading {
	font-size: 24px;
	font-family: 'Norwester';
	text-transform: uppercase;
}
.filter-group {
	margin-bottom: 15px;
}

.filter-group h5 {
	text-transform: capitalize;
	font-size: 18px;
	margin:0;
}
.filter-options{
	padding-top:12px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.filter-options label {
	cursor: pointer;
	font-size: 15px;
	display: flex;
	align-items: center;

}

.filter-options input[type="checkbox"] {
	margin-right: 5px;
	height: 16px;
	width: 16px;
}





