.grt-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #FFF;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9998;
}

.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: 28px;
	color:#333;
	font-weight: normal;
}

.grt-cookie p a {
	color:#333;
	text-decoration: underline !important;
	font-size: 14px;
	margin: 0;
	padding:0;
	font-weight:bold;
}

.grt-cookie-button {
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
	margin-top:5px;
	background: #333;
	color: #FFF;
	text-transform: capitalize;
	white-space: nowrap;
    border-radius:3px;
    width:100%;
    text-align:center;
}


.big-box {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	margin-bottom: 20px;
	color: #212121;
	-webkit-box-shadow: 0px 1px 0px 0px rgb(166 161 166);
	-moz-box-shadow: 0px 1px 0px 0px rgba(166,161,166,1);
	box-shadow: 0px 1px 0px 0px rgb(166 161 166);
	position: relative;
}

.big-box p {
	padding: 0 20px;
	margin-bottom:10px;
}

.big-box h4 {padding:10px 20px;background:#f3f3f3;}
.innerPages h1 {text-align:center;}

#cookieSave {
	float: right;
	width: 150px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
	background: rgb(255, 101, 4);
	font-size: 22px;
	font-weight: bold;
	border: 0;
	border-radius: 3px;
	margin-bottom:100px;
}

	#cookieSave.disabled {
		background: #383838;
		width: 300px;
		font-size: 18px;
		cursor: default;
	}

.grt-cookie p {
	font-size: 14px !important;
}

.grt-cookie-button {
	width: 185px !important;
	float: right !important;
}

.grt-cookie-setting {
	background: rgb(255, 101, 4);
	float: left;
	color: #fff;
	font-size: 20px;
	padding: 9px 0;
	width: 120px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}

	.grt-cookie-setting:hover {
		color: #fff;
	}

.grt-cookie-cancel {
	background: rgb(255, 101, 4);
	float: left;
	color: #fff;
	font-size: 20px;
	padding: 9px 0;
	width: 120px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	margin-right: 17px;
	cursor:pointer;
}

	.grt-cookie-cancel:hover {
		color: #fff;
	}

.cookieInput input {
	float: left;
}

.cookieInput label {
	float: left;
	margin: -4px 0 0 5px;
	text-transform: none;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

@media (max-width:767px) {

	.grt-cookie {
		flex-direction: column;
		padding: 15px;
	}

	.grt-cookie p, .grt-cookie p a {
		font-size:13px;
	}
    
    .grt-cookie p {line-height:18px;}

	.grt-cookie-button {
		font-size:13px;
		padding: 3px 14px;
		margin:8px 0 0 0;
        width:100%;
        text-align:center;
	}


	.grt-cookie-setting, .grt-cookie-cancel {
		padding: 8px 12px;
		font-size: 15px;
		margin-top: 8px;
		width: auto;
		margin-right:15px;
	}

	.grt-cookie-button {
		font-size: 14px !important;
		padding: 8px 10px !important;
		width: auto !important;
	}

	.cookieInput label {
		font-size: 10px;
	}

}
