.cookieBanner {
	background-color: #273238;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
}

.cookieContainer {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
}

.cookieTextWrapper {
	display: flex;
	max-width: calc(100% - 450px);
}

.cookieTitle {
	color: #fff;
	font-size: 23px;
    font-weight: 700;
	font-family: "Roboto",sans-serif;
	line-height: 1.35;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 30px;
	
}

.cookieButtonWrapper {
	display: flex;
	margin-left: auto;
}

.cookieButton {
	display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.01em;
    border-radius: 50px;
    border: 1px solid #fff;
	color: #fff;
    padding: 14px 24px;
	font-family: "Roboto",sans-serif;
	text-decoration: none;
	padding-left: 36px;
    padding-right: 36px;
	margin: 5px 0;
}

.cookieCloseButton {
	color: #fff;
    margin-left: 25px;
    font-size: 20px;
	display: inline-block;
	background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0;
    font-family: "Roboto",sans-serif;
}

.font-ico-close:before {
    font-family: 'svgicons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
}

.font-ico-close:before{
    content:""
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
