.cookieBar {
    width: 90%;
    display: none; 
    position: fixed;
    left: 5%;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    color: #3e3e3e;
    padding: 20px 0;
    z-index: 9999999999;
    box-shadow: 0px -1px 9px 1px rgba(0, 0, 0, 0.56);
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
	.cookieBar {
	   width: 90.1%!important;
	   left: 4.9%;
	}
	.cookieBar .policy {
	    left: 0%!important;
	    line-height: 22px!important;
	    font-size: 13px!important;
	    padding: 0px 24px!important;
        text-align: center!important;
	}
}

.cookieBar .policy {
	text-align: left;
    left: 10%;
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}

.cookieBar button {
	width: 150px;
  	cursor: pointer;
  	border: none;
  	color: #fff;
  	text-transform: uppercase;
  	margin-top: 10px;
  	height: 40px;
  	line-height: 40px;
  	padding: 0 20px;
}