
.divascookies {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #f9fafc;
	color: #636363;
	display: none;
	z-index: 999999;
}

.divascookies > .divascookies-banner-container {
	position: relative;
	overflow: hidden;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.divascookies p.divascookies-banner-text {
	position: relative;
	line-height: 16px;
	color:#52564d;
	font-family: 'Helvetica LT Std', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0 20px;
    padding-top: 16px;
}


span.divascookies-policy-link a {
	white-space: nowrap;
	font-size: 14px;
	color: #1b8c86;
}

span.divascookies-policy-link {
	line-height: 16px;
}

span.divascookies-policy-link a:hover {
	text-decoration: underline;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.divascookies-banner-container > .divascookies-accept-button-container {
	display: inline-block;
	margin-left: 15px;
}


.divascookies-accept-button-container > .divascookies-accept-button-text {
	white-space: nowrap;
	font-size: 18px;
	cursor: pointer;
	background: #1b8c86;
	color: #fff;
	padding: 7px 10px;
	position: relative;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    height: 90px;
    width: 25vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}

.divascookies-accept-button-container > .divascookies-accept-button-text:hover {
	background: #22afa7;
}


.divascookies-banner-text a {
	color: #0056b4;
}

@media(max-width: 991px){
	.divascookies p.divascookies-banner-text {
		padding: 0;
	}
	.divascookies > .divascookies-banner-container {
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;

	}

	.divascookies-accept-button-container > .divascookies-accept-button-text {
		height: auto;
		width: auto;
		font-size: 16px;
		padding: 15px 35px;
	}

	.divascookies {
		height: auto;
	}
	.divascookies-banner-container > .divascookies-accept-button-container {
	    display: inline-block;
		margin-top: 10px;
	}

}
