.marquee-container {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #CAAE98;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 9999;
	padding: 10px 30px;
}
.marquee {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans Hebrew Condensed';
	letter-spacing: 2px;
}
.no-announcement {
	display: none;
}
.custom-theme-options.toggle, .toggle {
	float: right !important;
}
.toggle {
	width: 80px !important;
}
@media screen and (max-width: 767px) {
	#footerStickyContainer {
		z-index: 99 !important;
	}
	#footerSticky {
		display: grid;
		grid-template-columns: 50% 50%;
		justify-content: center;
		text-align: center;
		grid-gap: 4px;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99;
	}
	#footerSticky div {
		color: #fff;
		background: #b79578;
		padding: 10px 10px 5px 10px;
		position: relative;
		font-family: "Bebas Neue", Sans-serif !important;
		font-weight: 400 !important;
		line-height: 20px;
	}
	#footerSticky a {
		position: absolute !important;
		color: #fff;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
	}
	#footerSticky img {
		max-width: 30px;
		display: block;
		margin: auto;
		padding-bottom: 5px;
	}
}
@media screen and (min-width: 768px) {
    #footerStickyContainer {
        display: none;
    }
}