


.pea_cook_wrapper {
    position: fixed;
    padding: 8px 21px;
    margin: 0;
    border-radius: 5px;
    z-index: 10000;
	text-align: center;
	box-shadow: 0px 20px 80px -20px rgb(0, 0, 0);

}

.pea_cook_control {
	width:80%;
    padding: 8px 21px;
    margin: 20px auto;
    border-radius: 5px;
    z-index: 10000;
	text-align: center;
	color:white;
}

.pea_cook_wrapper.pea_cook_topleft {
    top:30px;
    left:30px;
	margin-right:5%;
}
.pea_cook_wrapper.pea_cook_topright {
    top:30px;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_topcenter {
    top:30px;
    left:30px;
	margin: 0 25%;
	
    left: -400px;
    margin: 0 50%;
    width: 800px;	
}
.pea_cook_wrapper.pea_cook_bottomleft {
    bottom:30px;
    left:30px;
	margin-right:5%;
}
.pea_cook_wrapper.pea_cook_bottomright {
    bottom:30px;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom:30px;
    left:30px;
	margin: 0 25%;

    left: -400px;
    margin: 0 50%;
    width: 800px;	
}



.pea_cook_wrapper p{
	margin-bottom: 0.5em;
}
.pea_cook_wrapper a {
    border-bottom: dotted thin #eee;
    text-decoration: none;
}
.pea_cook_wrapper a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}


a#fom, a#pea_close {border-bottom: 1px dotted;}

a#pea_close {
	padding-top: 20px;
	display: block;
}


button.pea_cook_btn {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
    color: #000000;
    /* font-size: 1em; */
    line-height: 2em;
    padding: 0.5em 1.5em;
    text-align: center;
	cursor: pointer;
}

  button.pea_cook_btn:hover {
    background: #eeeeee;
	border: 1px solid #eeeeee;
	color: #000000;
 }

  button.pea_cook_btn:active {
    background: #eeeeee;
	border: 1px solid #eeeeee;
	color: #000000;
 }


.pea_cook_more_info_popover {
    display:none;
    position: absolute;
    top: 0;
    z-index: 1000000;
    height: 80%;
    width: 100%;
    left: 0;
}
.pea_cook_more_info_popover_inner {
    margin: 40px auto;
    min-width: 50%;
    min-height: 200px;
    padding: 50px;
    max-width:60%;
   background-color: rgba(0,0,0,0.75);
    /* For IE 5.5 - 7*/
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";    

	
}
.pea_cook_more_info_popover_inner a {
    border-bottom: dotted thin #eee;
    text-decoration: none;
}
.pea_cook_more_info_popover_inner a:hover {
    text-decoration: none;
    border-bottom-style: solid;
    color: #ddd;
}

.pea_cook_more_info_popover h2{
    font-size: 22px;
    font-weight: bold;
}
.pea_cook_more_info_popover h3{
	font-size: 22px;  
	font-weight: bold;
}
.simaCookie {
	float:left;
	border-radius: 5px;
	transition: background 0.5s;
}
.simaCookie:hover {
	cursor: pointer;
	background-position: -20px -10px!important;
	transition: background 0.5s;
}
.simaCookie span {
	width: 100%;
	padding: 10px;
	text-align: center;
	float:left;
}

/*Addons */

.pea_cook_wrapper.pea_cook_overlay {
    width: 100%;
    height: 100%;
	top:0px;
}

.pea_cook_wrapper.pea_cook_overlay .pea_cook_content {
    margin: 50%;
    width: 400px;
    left: -200px;
    position: absolute;
    top: -200px;
}

.categorie_label {
    background: white;
    color: black;
    padding: 0.3em 1em;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 3px;
    font-size: 0.8em;
	font-weight: normal;
	/* border: solid 1px #000; */
	cursor: help;
	margin: 0px 3px;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
}
.labels {
    line-height: 2em;
	display:block;
}

@media screen and (max-width: 820px) {
	.pea_cook_wrapper.pea_cook_overlay .pea_cook_content {
		margin: 30% 0;
		width: 100%;
		left: 0px;
		position: absolute;
		top: 0px;
		padding: 10%;
	}
	.pea_cook_wrapper.pea_cook_topleft {
		top: 50px;
		left:0px;
		margin-right:0;
	}
	.pea_cook_wrapper.pea_cook_topright {
		top: 50px;
		right:0px;
		margin-left:0;
	}
	.pea_cook_wrapper.pea_cook_topcenter {
		top: 50px;
		left:0px;
		margin: 0;
		left: -200px;
		margin: 0 50%;
		width: 400px;		
	}
	.pea_cook_wrapper.pea_cook_bottomleft {
		bottom:0px;
		left:0px;
		margin-right:0;
	}
	.pea_cook_wrapper.pea_cook_bottomright {
		bottom:0px;
		right:0px;
		margin-left:0;
		border-radius: 0;
	}
	.pea_cook_wrapper.pea_cook_bottomcenter {
		bottom:0px;
		left:0px;
		margin-left: 0px;
		width: 100%;
		border-radius: 0;
	}	
}


@media screen and (max-width: 420px) {
	.pea_cook_wrapper.pea_cook_overlay .pea_cook_content {
		margin: 30% 0;
		width: 100%;
		left: 0px;
		position: absolute;
		top: 0px;
		padding: 10%;
	}
	.pea_cook_wrapper.pea_cook_topleft {
		top: 50px;
		left:0px;
		margin-right:0;
	}
	.pea_cook_wrapper.pea_cook_topright {
		top: 50px;
		right:0px;
		margin-left:0;
	}
	.pea_cook_wrapper.pea_cook_topcenter {
		top: 50px;
		left:0px;
		margin: 0;
		left:0px;
		width: 100%;		
	}
	.pea_cook_wrapper.pea_cook_bottomleft {
		bottom:0px;
		left:0px;
		margin-right:0;
	}
	.pea_cook_wrapper.pea_cook_bottomright {
		bottom:0px;
		right:0px;
		margin-left:0;
	}
	.pea_cook_wrapper.pea_cook_bottomcenter {
		bottom:0px;
		left:0px;
		margin: 0 ;
		left:0px;
		width: 100%;		
	}
}

.sima_wrapper p {
	line-height: 1.8em;
	margin: 5px auto;
	font-size: 15px !important;
}
.cookie_notice_bar {
	width: 100% !important;
	left: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important; 
}
.cookie_notice_bar_bottom {
	bottom: 0 !important;
}
.cookie_notice_bar_top {
	top: 0 !important;
}
.sima_barmessage {
	margin-top: 0px;
}
.sima_barmessage_p {
	max-width: 740px;
	margin: 0 auto;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
	/* font-size: 1rem !important; */
}
.cookie_notice_bar .sima_barmessage_p {
	max-width: none;
}
.sima_barmessage_p a {
	white-space: nowrap;
}
.sima_accept_button {
	margin: auto 10px;
	line-height: 1.8em !important;
	padding: 0.4em 0.8em !important;
	text-transform: none !important;
	font-weight: 600 !important;
}
