	.site-header .site-logo img {
		max-height: 100px !important;
	}

	.footer_para_p_tag {
		font-size: large;
	}

	.site-main {
		/* padding-top: 6% !important; */
		/* padding-top: calc(var(--header-height) + 20px) !important; */
		padding-top: clamp(60px, 10%, 120px) !important;
	}


	.top_bar {
		position: fixed;
		background: #fff;
		display: flex;
		width: 100%;
		box-shadow: 8px -4px 5px 5px;
	}

	.search-container {
		position: relative;
		width: 300px;
	}

	#searchBox {
		width: 100%;
		padding: 8px 35px 8px 10px;
		border: 1px solid #ccc;
		border-radius: 25px;
		color: white;
		background: #4a7729;
	}

	.search-icon {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}

	#searchResults {
		border: 1px solid #ccc;
		display: none;
		position: absolute;
		width: 95%;
		background: white;
		z-index: 1000;
		max-height: 300px;
		overflow-y: auto;
		border-radius: 5px;
	}

	#searchBox::placeholder {
		color: white;
		opacity: 1;
	}

	.result-item {
		display: flex;
		align-items: center;
		padding: 8px;
		cursor: pointer;
		border-bottom: 1px solid #ddd;
	}

	.result-item:last-child {
		border-bottom: none;
	}

	.result-item:hover {
		background: #f0f0f0;
	}

	.result-item img {
		width: 40px;
		height: 40px;
		object-fit: cover;
		border-radius: 5px;
		margin-right: 10px;
	}

	.colorclass {
		color: #4a7729;
	}

	.custom-offer-zone {
		display: inline-block;
		background-color: #FFD700 !important;
		padding: 10px 22px;
		color: #000;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		border: none;
		transform: skew(-20deg);
		border-radius: 4px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		text-decoration: none;
	}

	.custom-offer-zone:hover {
		background-color: #f1c40f;
	}




	.desktop-menu-custom {
		display: none !important;
	}

	.mobile-menu-custom {
		display: block !important;
	}


	/* //toaster complte points */
	.toast {
		opacity: 1 !important;
		/* Make background fully opaque */
	}

	.toast-success {
		background-color: #51A351 !important;
		/* optional: solid success green */
	}

	.toast-error {
		background-color: #BD362F !important;
		/* optional: solid error red */
	}

	.toast-info {
		background-color: #2F96B4 !important;
		/* optional: solid info blue */
	}

	.toast-warning {
		background-color: #F89406 !important;
		/* optional: solid warning orange */
	}

	@media (min-width: 768px) {



		.desktop-menu-custom {
			display: block !important;
		}

		.mobile-menu-custom {
			display: none !important;
		}

		.form-login-register .box-form-login {
			/* margin: 15%; */
			width: 90%;
			height: 430px;
		}
	}