.grt-cookie {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding: 20px;
	background:#FFF;
	color:#fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index:9999;
}

.grt-cookie-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.grt-cookie p {
	font-size: 16px;
	margin: 0;
	padding:0;
	line-height: 1.35;
	color:#fff;
	font-weight: normal;
}

.grt-cookie p a {
	color:#fff;
	text-decoration: underline;
	font-size: 14px;
	margin: 0;
	padding:0;
}

.grt-cookie p a:hover {
	color: #fff !important;;
}

.grt-cookie-button {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	padding: 3px 18px;
	margin-left:12px;
	background: #333;
	color: #FFF;
	text-transform: capitalize;
	white-space: nowrap;
}

@media (max-width:767px) {

	.grt-cookie {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 15px;
	}

	.grt-cookie p, .grt-cookie p a {
		font-size:13px;
	}

	.grt-cookie-button {
		font-size:13px;
		padding: 3px 14px;
		margin:8px 0 0 0;
	}

}
