/* Cookies bottom line */
#bottomCookiesContentWrapper {
    background-color: white;
    position: fixed;
    width: 100%;
    max-width: 350px;
    bottom: 7px;
    left: 10px;
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    z-index: 1000000;
    box-shadow: 0 6px 16px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 6px 16px rgb(0 0 0 / 40%);
    padding: 10px;
}
.footer.rtl .bottomCookiesContent {
	direction: ltr;
}
.bottomCookiesContent {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1170px;
	margin: auto;
}

	.bottomCookiesContent .closeButtonContainer {
		font-size: 30px;
		padding-right: 5px;
		color: #464646;
		cursor: pointer;
	}

.cookiesText {
	text-align: right;
	direction: rtl;
}

	.cookiesText .cookiesHeader {
		font-family: 'open_sans_hebrewbold';
		color: #464646;
		margin-top: 2px;
		font-size: 1.2rem;
		margin-bottom: 6px;
	}

.cookiesDescriptText {
	color: #464646;
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 0.95rem;
}

.privacyPolicyLink {
	font-size: inherit
}
/* End of Cookies bottom line */