.content-header img,.footer-number img {
	width: 25px;
	height: 25px;
}
.content-header h4 a {
	border: 0px;
}
.sub-menu .navbar-links li:not(:last-child){padding-right:0px !important;}
/* Hide submenu by default */
.has-dropdown .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	top: 100%;
	left: 0;
	width: 230px;
	box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
	z-index: 111;
	transition: 0.4s all;
}

/* Show submenu on hover */
.has-dropdown:hover > .sub-menu {
	display: block;
}

/* Make parent relative for absolute submenu */
.has-dropdown {
	position: relative;
}

/* Submenu items */
.sub-menu li {
	padding: 0;
}

.sub-menu li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
ul.sub-menu.submenu li :hover {
	border: 0px !important;
}
ul.sub-menu.submenu li a {
	font-size: 14px;
	text-transform: capitalize;
}
/* Wrapper */
.subscribe-form {
	position: relative;
	max-width: 700px;
	width: 100%;
}

/* Remove CF7 default spacing */
.subscribe-form p {
	margin: 0 !important;
}

.subscribe-form br {
	display: none !important;
}

/* Email Input */
.subscribe-form input[type="email"] {
	height: 62px;
	width: 100%;
	border: 0;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 160px; /* space for right button */
	outline: none;
	background: #f2f2f2;
	font-size: 15px;
}

/* Button on RIGHT inside input */
.subscribe-form input[type="submit"] {
	position: absolute;
	right: 6px;
	top: 6px;
	height: 50px;
	padding: 0 35px;
	border-radius: 50px;
	border: none;
	background: #3f6b2a; /* change color if needed */
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s ease;
}

/* Hover */
.subscribe-form input[type="submit"]:hover {
	background: #2e521d;
}

/* Fix spinner position */
.subscribe-form .wpcf7-spinner {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-not-valid,input.is-invalid {
	border: 2px solid #c62523 !important;
}

.wpcf7-response-output {
	font-size: 12px;
	margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
	color: #fff !important;
	background-color: #f24224;
	border: 0px !important;
}
.subscribe-form small {
	margin: 15px 0px 0px 0px;
}
.request-quote {background-color: #fff;
	margin: 40px;
	padding: 40px 30px;
}
.request-quote h3{font-weight: bold;
	text-align: center;
	font-size: 30px;
	padding-bottom: 14px;}
.request-quote p {text-align: center;
	margin: auto;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 25px;}
.blogthree img {
	min-height: 300px;
	object-fit: cover;
}
div#contact-form input {
	width: 100%;
	height: 60px;
	margin-bottom: 16px;
	border: 0;
	outline: none;
	padding-left: 16px;
	position: relative;
	z-index: 9;
}

div#contact-form textarea {
	width: 100%;
	height: 140px;
	margin-bottom: 16px;
	border: 0;
	outline: none;
	padding-left: 16px;
	position: relative;
	z-index: 9;
}
.dark{background-color:#f6f6f6;}
ul.recent-post li {
	display: flex;
	align-items: center;
	gap: 15px;
}

ul.recent-post li figure {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0;
	flex-shrink: 0;
}

ul.recent-post li img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* crops properly without stretching */
}
/* Pagination Wrapper */
.col-12.text-center.mt-4 {
	margin-top: 40px;
}

/* Common Style for Links & Current */
.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #ddd;
	text-decoration: none;
	font-weight: 600;
	color: #333;
	transition: all 0.3s ease;
}

/* Hover Effect */
.page-numbers:hover {
	background-color: #3e6434;
	color: #fff;
	border-color: #3e6434;
}

/* Current Page */
.page-numbers.current {
	background-color: #3e6434;
	color: #fff;
	border-color: #3e6434;
	cursor: default;
}

/* Next Button Icon Center */
.page-numbers i {
	font-size: 14px;
}

/* Remove underline */
.page-numbers:focus,
.page-numbers:active {
	outline: none;
	box-shadow: none;
}
.featured-imge {
	width: 100%;
	height: 500px !important;
	overflow: hidden; /* prevents image overflow */
}

.featured-image img {
	width: 100%;
	height: 100%;     /* required for object-fit */
	object-fit: cover;
	display: block;   /* removes extra bottom space */
}

table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Header */
thead {
	background: linear-gradient(135deg, #3e64345c, #3e6434);
	color: #fff;
}

th {
	padding: 15px;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}

/* Body Cells */
td {
	padding: 14px 15px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
}

/* Zebra Stripe */
tbody tr:nth-child(even) {
	background-color: #f8f9fc;
}

/* Hover Effect */
tbody tr:hover {
	background-color: #eaf1ff;
	transition: 0.3s ease;
}

/* Price Column Highlight */
td:last-child {
	font-weight: 600;
	color: #1e3c72;
}
.dual_btn {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.dual_btn li {
	display: inline-block;
}

.dual_btn li a {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--theme-colour);
	display: inline-block;
	padding: 12px 25px 10px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	font-weight: 500;
	border: 1px solid var(--theme-colour);
	text-decoration: none;
}

/* Hover Effect */
.dual_btn li a:hover {
	background-color: transparent;
	color: var(--theme-colour);
}

/* Optional subtle lift */
.dual_btn li a:hover {
	transform: translateY(-3px);
}
h3.featured_title {
	margin-top: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
nav.woocommerce-breadcrumb {
	display: none;
}

aside#secondary {
	display: none;
}
/* =====================================================
SHOP PAGE DESIGN
===================================================== */

.woocommerce ul.products li.product {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid var(--theme-colour);
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.woocommerce ul.products li.product img {
	border-radius: 12px;
	margin-bottom: 15px;
}

.woocommerce ul.products li.product h2 {
	font-size: 18px;
	font-weight: 600;
	color: var(--dark-color);
	margin-bottom: 8px;
}

.woocommerce ul.products li.product .price {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: var(--theme-colour) !important;
	margin-bottom: 12px !important;
}

.woocommerce ul.products li.product .button {
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 30px;
	background: var(--theme-colour);
	color: #fff;
	border: 1px solid var(--theme-colour);
	transition: 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
	background: transparent;
	color: var(--theme-colour);
}

.woocommerce span.onsale {
	background: var(--theme-colour);
	border-radius: 30px;
	padding: 6px 14px;
	font-size: 12px;
}

/* =====================================================
SINGLE PRODUCT PAGE
===================================================== */

.single-product div.product {
	margin: 60px auto;
}

.single-product .product_title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

.single-product .price {
	font-size: 26px;
	font-weight: 700;
	color: var(--theme-colour);
	margin-bottom: 20px;
}

.single-product .woocommerce-product-details__short-description {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}

.single-product .quantity input.qty {
	width: 80px;
	height: 45px;
	border-radius: 30px;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 10px;
}

.single-product .single_add_to_cart_button {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--theme-colour);
	padding: 12px 30px;
	border-radius: 30px;
	transition: 0.3s ease;
	border: 1px solid var(--theme-colour);
}

.single-product .single_add_to_cart_button:hover {
	background: transparent;
	color: var(--theme-colour);
}

.single-product .product_meta {
	margin-top: 25px;
	font-size: 14px;
	color: #777;
}

/* =====================================================
PRODUCT TABS DESIGN
===================================================== */

.single-product .woocommerce-tabs {
	margin-top: 60px;
	background: var(--light-bg);
	padding: 40px;
	border-radius: 15px;
}

.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	border-bottom: 2px solid #ddd;
	padding-left: 0;
	margin-bottom: 30px;
}

.single-product .woocommerce-tabs ul.tabs li {
	list-style: none;
	margin-right: 30px;
}

.single-product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	display: inline-block;
	color: #555;
	transition: 0.3s ease;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--theme-colour);
	border-bottom: 3px solid var(--theme-colour);
}

.single-product .woocommerce-tabs .panel {
	font-size: 15px;
	line-height: 26px;
}

/* =====================================================
RELATED PRODUCTS
===================================================== */

.single-product .related.products {
	margin-top: 70px;
}

.single-product .related.products h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

/* =====================================================
GLOBAL BUTTON STYLE
===================================================== */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 15px;
	padding: 10px 25px;
	border-radius: 30px;
	background: var(--theme-colour);
	color: #fff;
	border: 1px solid var(--theme-colour);
	transition: 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: transparent;
	color: var(--theme-colour);
}

/* =====================================================
RESPONSIVE
===================================================== */

@media (max-width: 768px) {

	.single-product .product_title {
		font-size: 24px;
	}

	.single-product .price {
		font-size: 20px;
	}

	.single-product .single_add_to_cart_button {
		width: 100%;
		margin-top: 15px;
	}

	.single-product .woocommerce-tabs {
		padding: 25px;
	}

	.woocommerce ul.products li.product {
		padding: 15px;
	}
}

h1.woocommerce-products-header__title.page-title {
	display: none;
}

ul.products.columns-4 {
	border: 0px;
}

.products img {
	padding: 0px;
}

ul.products.columns-4 li.product {
	padding-bottom: 40px !important;
}
.products a {padding-top:0px;}
.woocommerce-ordering {
	position: relative;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}

.woocommerce-ordering select.orderby {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background: linear-gradient(145deg, #ffffff, #f3f4f6);
	border: 1px solid #e5e7eb;
	padding: 12px 45px 12px 18px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	color: #111827;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	min-width: 220px;
}

/* Hover effect */
.woocommerce-ordering select.orderby:hover {
	border-color: #6366f1;
	box-shadow: 0 6px 18px rgba(99,102,241,0.15);
}

/* Focus effect */
.woocommerce-ordering select.orderby:focus {
	outline: none;
	border-color: #6366f1;
	box-shadow: 0 0 0 3px rgba(99,102,241,0.2);
}

/* Custom arrow */
.woocommerce-ordering::after {
	content: "⌄";
	font-size: 16px;
	color: #6b7280;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: 0.3s ease;
}

/* Arrow hover effect */
.woocommerce-ordering:hover::after {
	color: #6366f1;
}

/* Responsive */
@media (max-width: 768px) {
	.woocommerce-ordering {
		width: 100%;
	}

	.woocommerce-ordering select.orderby {
		width: 100%;
	}
}
button.single_add_to_cart_button.button.alt,input#quantity_69a669b81de40 {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--theme-colour) !important;
	display: inline-block;
	overflow: hidden;
	padding: 12px 25px 10px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
	transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
	font-weight: 500;
	border: 1px solid var(--theme-colour);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active
{
	background: #3e6434 !important;
	color: #fff !important;}
ul.tabs.wc-tabs {
	padding: 0px !important;
}

ul.tabs.wc-tabs li  {
	margin-left: 10px !important;
}
/* ================================
CART PAGE MODERN DESIGN
================================ */

/* Section spacing */
.section-provide-high.dark {
	padding: 80px 0;
	background: #f9fafc;
}

/* Cart Table Card */
.wc-block-cart__main {
	/* background: #fff; */
	/* padding: 35px; */
	/* border-radius: 20px; */
	/* box-shadow: 0 10px 40px rgba(0,0,0,0.05); */
}

/* Cart Items Spacing */
.wc-block-cart-items__row {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.wc-block-cart-item__image img {
	border-radius: 12px;
}

/* Product Name */
.wc-block-components-product-name {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	text-decoration: none;
}

.wc-block-components-product-name:hover {
	color: var(--theme-colour);
}

/* Price */
.wc-block-components-product-price__value {
	font-size: 16px;
	font-weight: 500;
	color: #666;
}

/* Quantity Selector */
.wc-block-components-quantity-selector {
	border: 1px solid #eee;
	border-radius: 30px;
	overflow: hidden;
	display: inline-flex;
}

.wc-block-components-quantity-selector__input {
	border: none;
	width: 50px;
	text-align: center;
	font-weight: 600;
}

.wc-block-components-quantity-selector__button {
	background: #f3f3f3;
	border: none;
	padding: 5px 12px;
	cursor: pointer;
	transition: 0.2s ease;
}

.wc-block-components-quantity-selector__button:hover {
	background: var(--theme-colour);
	color: #fff;
}

/* Remove Button */
.wc-block-cart-item__remove-link {
	color: #999;
	font-size: 14px;
	margin-top: 8px;
	display: inline-block;
	transition: 0.2s ease;
}

.wc-block-cart-item__remove-link:hover {
	color: #ff4d4d;
}

/* ================================
CART TOTALS SIDEBAR
================================ */

.wc-block-cart__sidebar {
	background: #f5e4d6;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.wc-block-cart__totals-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* Estimated total */
.wc-block-components-totals-footer-item__label {
	font-weight: 600;
	font-size: 16px;
}

.wc-block-components-totals-footer-item-tax-value {
	font-size: 20px;
	font-weight: 700;
	color: var(--theme-colour);
}

/* ================================
GLOBAL BUTTON STYLE (YOUR DESIGN)
================================ */

.wc-block-components-button,
.wc-block-cart__submit-button,
.wp-element-button,a.wc-block-components-checkout-return-to-cart-button {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #fff !important;
	background-color: var(--theme-colour) !important;
	display: inline-block;
	overflow: hidden;
	padding: 12px 25px 10px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
	transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1);
	font-weight: 500;
	border: 1px solid var(--theme-colour);
}

/* Button Hover */
.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wp-element-button:hover,a.wc-block-components-checkout-return-to-cart-button:hover {
	background-color: #fff !important;
	color: var(--theme-colour) !important;
}

/* Coupon Apply Button */
.wc-block-components-totals-coupon__button {
	border-radius: 30px;
}

/* ================================
RESPONSIVE
================================ */

@media (max-width: 991px) {
	.wc-block-cart__main,
	.wc-block-cart__sidebar {
		padding: 20px;
	}

	.wc-block-cart__sidebar {
		margin-top: 30px;
	}
}
.page-id-365 thead {
	color: #3e6434;
	background: transparent;
}

.page-id-365 th.wc-block-cart-items__header-image span {
	margin-left: 10px !important;
}

/* ================================
MY ACCOUNT PAGE MODERN DESIGN
================================ */

/* Section Background */
.woocommerce-account .woocommerce {
	padding: 80px 0;
	background: #f9fafc;
}

/* Main Container Card */
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Layout spacing */
.woocommerce-account .woocommerce {
	display: flex;
	gap: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 28%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 72%;
}

/* ================================
NAVIGATION STYLING
================================ */

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 12px 20px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	color: #333;
	transition: 0.2s ease;
	border: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--theme-colour);
	color: #fff;
	border-color: var(--theme-colour);
}

/* ================================
HEADINGS
================================ */

.woocommerce-account h2,
.woocommerce-account h3 {
	font-weight: 600;
	margin-bottom: 20px;
}

/* ================================
TABLE DESIGN (ORDERS)
================================ */

.woocommerce table.shop_table {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #eee;
}

.woocommerce table.shop_table th {
	background: #f3f5f8;
	font-weight: 600;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	padding: 15px;
}

/* ================================
FORM FIELDS
================================ */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border-radius: 30px;
	border: 1px solid #ddd;
	padding: 12px 20px;
	transition: 0.2s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
	border-color: var(--theme-colour);
	outline: none;
}

/* ================================
BUTTON STYLE (YOUR DESIGN)
================================ */

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce .button {

	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #fff !important;
	background-color: var(--theme-colour) !important;
	display: inline-block;
	overflow: hidden;
	padding: 12px 25px 10px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
	transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1);
	font-weight: 500;
	border: 1px solid var(--theme-colour);
}

/* Button Hover */
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
	background-color: #fff !important;
	color: var(--theme-colour) !important;
}

/* ================================
LOGIN / REGISTER BOX
================================ */

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	background: #fff;
	padding: 35px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* ================================
RESPONSIVE
================================ */

@media (max-width: 991px) {

	.woocommerce-account .woocommerce {
		flex-direction: column;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
}
/* ================================
MY ACCOUNT ADDRESSES COMPACT DESIGN
================================ */

/* Container for addresses */
.woocommerce-Addresses {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

/* Each address card */
.woocommerce-Address {
	flex: 1 1 45%;
	background: #fff;
	padding: 25px 20px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	min-width: 280px;
	position: relative;
	transition: 0.2s ease;
}

.woocommerce-Address:hover {
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Address Header */
.woocommerce-Address-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.woocommerce-Address-title h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

/* Add/Edit Button (theme style) */
.woocommerce-Address-title a.edit {
	font-size: 12px;
	text-decoration: none;
	padding: 8px 12px;
	border-radius: 30px;
	background-color: var(--theme-colour);
	color: #fff !important;
	border: 1px solid var(--theme-colour);
	transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
	font-weight: 500;
}

.woocommerce-Address-title a.edit:hover {
	background-color: #fff;
	color: var(--theme-colour) !important;
}

/* Address Content */
.woocommerce-Address address {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
	.woocommerce-Addresses {
		flex-direction: column;
	}
	.woocommerce-Address {
		width: 100%;
	}
}
/* ================================
PREMIUM ATTRACTIVE SELECT BOX
================================ */

/* Select container */
.woocommerce-variations select,
select {
	width: 100% !important;
	padding: 14px 20px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #333 !important;
	border-radius: 25px !important;
	border: none !important;
	background: #f5e4d6 !important; /* Soft wellness color */
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

/* Hover and focus */
.woocommerce-variations select:hover,
.woocommerce-variations select:focus,
select:hover,
select:focus {
	box-shadow: 0 8px 22px rgba(0,0,0,0.12);
	outline: none;
	border: 1px solid var(--theme-colour);
}

/* Custom arrow */
.woocommerce-variations select::after,
select::after {
	content: "▼";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 12px;
	color: #333;
}

/* Wrapper to position arrow */
.woocommerce-variations td.value {
	position: relative;
}

/* Add subtle gradient (optional) */
.woocommerce-variations select {
	background: linear-gradient(145deg, #f5e4d6, #f9e9d9);
}

/* Transition for smooth hover */
.woocommerce-variations select {
	transition: all 0.4s ease;
}

/* Reset/Clear button styling */
.woocommerce-variations a.reset_variations {
	display: inline-block;
	margin-left: 15px;
	padding: 10px 22px;
	border-radius: 30px;
	background-color: var(--theme-colour) !important;
	color: #fff !important;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid var(--theme-colour);
}

.woocommerce-variations a.reset_variations:hover {
	background-color: #fff;
	color: var(--theme-colour) !important;
	box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 767px) {
	.woocommerce-variations td.value a.reset_variations {
		margin-left: 0;
		margin-top: 10px;
	}
}
/* Panel headings inside tab */
.woocommerce-Tabs-panel h2 {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	margin-bottom: 15px;
}
a.pr-cart:before {
	display: none;
}
span.cart-count {
	right: 10px;
	background: #3e6434;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	background-color: rgb(62 100 52) !important;
}
section.section-provide-high li {font-size: 16px;
	line-height: 30px;
	color: #555;
	font-weight: 400;
}
section.section-provide-high h4,section.section-provide-high h3,section.section-provide-high h5 {
	margin: 15px 0px;
}
.read-toggle{
	color:#0073aa;
	cursor:pointer;
	display:inline-block;
	margin-top:5px;
	font-weight:600;
}
.content-box a {
	color: #3e6434;
}
.featured-imge {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.featured-imge.mb-30 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
ul.dual_btn.justify-content {
	justify-content: center;
}



