/*
-----------------------------------
| ADMAKER COOKIE BANNER WP PLUGIN |
-----------------------------------
*/

#cookiebanner {
	position: relative; margin: 0;
	width: 100%; min-height: 35px; height: auto;
	font-size: 13px; text-align: left;
	z-index: 10000;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
	border-bottom: 1px solid #f8f8f8;
}

#cookiebanner .cb-wrapper {
	margin: 0 auto;
	padding: 0 15px;
}

#cookiebanner a {
	color: #595959;
	text-decoration: none;
}

#cookiebanner .more_link {
	color: #d6322f;
}

#cookiebanner .text-content {
}

#cookiebanner a {
	display: inline-block;
}

#cookiebanner .button {
	/*float: right;*/
}

#cookiebanner .ajax_add_to_cart_button {
	margin: 0 0 0 10px;
}

#cookiebanner .button span {
	padding: 4px 10px;
	border: 1px solid #e43431;
	background: #e43431;
	color: #fff;
}

#cookiebanner .ajax_add_to_cart_button span {
	color: #fff;
}

#cookiebanner .more_link {
	text-decoration: underline;
	font-weight: normal;
	margin: 0; padding: 0;
	background: none;
	border: none;
}

#cookiebanner{
	background-color: #F2F2F2;
	border-bottom: 1px #B8B8B8 solid;
	top: 0;
	font-size: 11px;
}

#cookiebanner .button{
	margin: 0;
	line-height: 35px;
}

#cookiebanner .button span {
	font-weight: bold;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}

#cookiebanner .button span:hover {
	background-color: #d6322f;
	color: #fff;
	border: 1px solid #d6322f;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}

#cookiebanner a.more_link{
	font-weight: normal;	
}

#cookiebanner a.more_link:hover{
	color: !important;
}

@media (max-width: 768px) {
	#cookiebanner .button {
		float: none;
	}
}

@media (min-width: 768px) {
	#cookiebanner .cb-wrapper {
		max-width: 750px;
	}
}

@media (max-width: 992px) {
	#cookiebanner .text-content{
		line-height:18px !important;
		padding-top: 5px;
		display: inline-block;
	}
	#cookiebanner .button {
		float: none;
	}
}

@media (min-width: 992px) {
	#cookiebanner .cb-wrapper {
		max-width: 1280px;
	}
	#cookiebanner .text-content{
		line-height:35px !important;
	}
}