.grt-cookie {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: #474747;
	color: #474747;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	opacity: 90%;
}

.grt-cookie-active {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}

.grt-cookie p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.35;
	color: #FFFFFF;
	font-weight: normal;
}

	.grt-cookie p a {
		color: #81ff20;
		text-decoration: underline;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}

/*.grt-cookie-button {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	padding: 3px 18px;
	margin-left: 12px;
	background: #6ec829;
	color: #fff;
	text-transform: capitalize;
	white-space: nowrap;
}*/

.grt-cookie-button {
	width: auto;
	line-height: 110%;
	padding: 10px 15px;
	font-size: 12px;
	font-family: ITC Avant Garde Gothic W01 Bd, Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #fff;
	background-color: #046208;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: #4ba84f;
	transition: all .2s ease-in-out 0s;
}

	@media (max-width:767px) {
		.grt-cookie {
			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;
		}
	}
