.cookie_button{
    margin:10px;
    border-radius: 25px;
    border:1px solid #fff;
    padding: 2px 15px 2px 15px;
    overflow-y: hidden;
    background:#53b978;
    color:white;
    width: 60%;
    min-width: 250px;
    margin-bottom: 30px;
}



.t_center{
	text-align:center;
	width:100%;
}

.cookie_button:hover{
	background:#388052;
	cursor:pointer;
}


/*DESKTOP*/

@media screen and (min-width:768px)  and (min-device-width:768px){
	
	.fix_w{
		width:80vw;
		padding-top: 8px;
	}
	.cookie_box {
		z-index:2;
		position: fixed;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 22vh;
		 /* Vertically center the text there */
		background-color: #fff;
		color: black;
		font-size: 13px;
	}
}

/*MOBILE*/
@media screen and (max-width:767px)  and (max-device-width:767px){
	
	.fix_w{
		width: 72vw;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	
	.cookie_box {
		z-index:2;
		position: fixed;
		bottom: 0;
		font-size: 17px;
		width: 100%;
		min-height: 20vh;
		background-color: #fff;
		color: black;
	}
}