.pea_cook_wrapper {
position: fixed;
padding: 8px 21px;
margin: 0;
border-radius: 5px;
z-index: 10000;
text-align: center;
}
.pea_cook_control {
width:80%;
padding: 8px 21px;
margin: 20px auto;
border-radius: 5px;
z-index: 10000;
text-align: center;
color:white;
}
.eu_control_btn {
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor:pointer;
margin: 10px;
}
.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%;
}
.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%;
}
.pea_cook_wrapper p{
bottom: 30px;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 11px;
margin: 0;
font-weight: bold;
}
.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: #e3e3e3;
border: 1px solid #bbb;
border-radius: 5px;
box-shadow: inset 0 0 1px 1px #f6f6f6;
color: #333;
font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
line-height: 1;
padding: 5px 0;
text-align: center;
text-shadow: 0 1px 0 #fff;
width: 100px; 
margin-left: 20px;
}
button.pea_cook_btn:hover {
background: #d9d9d9;
-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
box-shadow: inset 0 0 1px 1px #eaeaea;
color: #222;
cursor: pointer; }
button.pea_cook_btn:active {
background: #d0d0d0;
-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
box-shadow: inset 0 0 1px 1px #e3e3e3;
color: #000; }
.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); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); -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;
}
.eucookie {
float:left;
border-radius: 5px;
transition: background 0.5s;
margin: 10px;
}
.eucookie:hover {
cursor: pointer;
background-position: -20px -10px!important;
transition: background 0.5s;
}
.eucookie span {
width: 100%;
padding: 10px;
text-align: center;
float:left;
}.ce_cta{padding:20px 0;display:flex;align-items:center;position:relative}.ce_cta.has-particles{background-color:transparent!important}.ce_cta__content{flex-grow:1;padding-right:30px}.ce_cta__content__subtitle,.ce_cta__content__title{margin:0;padding:0}.ce_cta__content__subtitle:after,.ce_cta__content__title:after{display:none}.ce_cta__content__subtitle{padding:10px 0 0}.ce_cta__content__text{margin:15px 0 0}.ce_cta__action{max-width:30%}.ce_cta__action .button{border-radius:3px;white-space:nowrap}.ce_cta__action .button:hover{border-color:#fff}.ce_cta__action .button i{margin-top:1px}.ce_cta.ce_text_left .ce_cta__content{text-align:left}.ce_cta.ce_text_right .ce_cta__content{text-align:right}.ce_cta.ce_text_center .ce_cta__content{text-align:center}.ce_cta.ce_text_justify .ce_cta__content{text-align:justify}.ce_cta.btn_has_icon_on_the_right .button{padding-right:37px}.ce_cta.btn_has_icon_on_the_left .button{padding-left:37px}.ce_cta.btn_has_icon_on_the_left .button i{right:auto;left:15px}.ce_cta.add_button_bottom,.ce_cta.add_button_top{flex-wrap:wrap}.ce_cta.add_button_bottom .ce_cta__content,.ce_cta.add_button_top .ce_cta__content{padding-right:0}.ce_cta.add_button_bottom .ce_cta__action,.ce_cta.add_button_top .ce_cta__action{width:100%;max-width:100%;margin:0 0 20px;order:-1}.ce_cta.add_button_bottom .ce_cta__action{order:100;margin:20px 0 0}.ce_cta.add_button_left .ce_cta__content{padding:0 0 0 30px}.ce_cta.add_button_left .ce_cta__action{order:-1}.ce_cta.btn_align_center .ce_cta__action{text-align:center}@media (max-width:700px){.ce_cta{flex-wrap:wrap}.ce_cta .ce_cta__content{text-align:center;padding:0 30px}.ce_cta .ce_cta__content .ce_cta__content__title{text-align:center}.ce_cta.add_button_right{padding-right:0}.ce_cta.add_button_right .ce_cta__action{width:100%;max-width:100%;margin:22px 0 0;text-align:center}.ce_cta.add_button_left .ce_cta__content{padding-left:0}.ce_cta.add_button_left .ce_cta__action{width:100%;max-width:100%;margin:0 0 22px;text-align:center}}