
.post-meta-bottom .post-tags {
	display: none;
}

.mega-menu-item-6330 {
	border-radius: 25px !important;
	background: linear-gradient(0deg, rgba(250, 177, 28, 1) 0%, rgba(225, 183, 40, 1) 30%, rgba(246, 119, 9, 1) 100%) !important;
	margin-bottom: 8px !important;
	border: 2px solid #fff !important;
}

.mega-menu-item-6330 :hover {
	background-color: #fff !important;
	border-radius: 25px !important;
	color: #e66100 !important;
}

.mega-menu-item-6330 a {
	color: #fff !important;
}

#sidebar .et_pb_widget {
	margin-bottom: 40px !important;
}

#woocommerce-product-search-field-0 {
	padding: 8px 15px;
	min-width: 70%;
	border: 2px solid #338c36;
	border-radius: 25px 0 0 25px;
}

#woocommerce_product_search-3 button {
	background-color: #338c36;
	padding: 8px 15px;
	border: 2px solid #338c36;
	color: #fff;
	border-radius: 0 25px 25px 0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #e9e6ed;
	border-radius: 5px;
	padding: 13px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 20px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #e66100 !important;
	font-weight: 600;
}

*.wpcf7 {
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 textarea, .wpcf7 select {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
}

.wpcf7 label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}

.wpcf7 p b {
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #4e8e2c;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
}

.wpcf7-list-item {
	display: inline-block;
	margin-right: 20px;
}

.wpcf7-list-item-label {
	font-weight: normal;
}

.wpcf7 input[type="submit"] {
	background-color: #4e8e2c;
	color: white;
	padding: 12px 25px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	margin-top: 20px;
	transition: background-color .3s ease;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #3d7023;
}

.cf7-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 15px;
}

.cf7-column-full {
	flex: 1 1 100%;
}

.cf7-column-half {
	flex: 1 1 calc(50% - 10px);
	min-width: 280px;
}

.cf7-column-third {
	flex: 1 1 calc(33.33% - 13.33px);
	min-width: 180px;
}

.cf7-column-quarter {
	flex: 1 1 calc(25% - 15px);
	min-width: 120px;
}

.cf7-signature-wrap canvas {
	border: 1px solid #ccc;
	background-color: #fefefe;
	border-radius: 5px;
	width: 100% !important;
	height: auto;
}

@media (max-width:768px) {
	.cf7-row {
		flex-direction: column;
		gap: 0;
	}
	
	.cf7-column-half, .cf7-column-third, .cf7-column-quarter {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.cf7-column-half:last-child, .cf7-column-third:last-child, .cf7-column-quarter:last-child {
		margin-bottom: 0;
	}
}
