@media (min-width: 800px) {
	.navigation-space {
		height: 150px;
	}
}
@media (max-width: 575px) {
	.callus-product-widget-mobile {
		position: relative;
		background: #676767;
		right: 45px;
		z-index: 100;
		bottom: 30px;
		height: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		color: #fff;
		padding: 11px 10px;
		border-radius: 6px;
		font-size: 13px;
	}
}

:root {  
	--kt-special-offers-bg: #ff6933!important;
	--tw-gradient-from: #333333;
	--kt-primary-btn-bg: #333333;
	--kt-primary-btn-hover-bg: #333333;
	--kt-special-offers-bg: #333333;
}
/**
.special-offers {background-color:#333333 !important}
**/
