#cookies-eu-wrapper {    
position:relative;
z-index:999999;
display:none;
}
#cookies-eu-banner {
background-color: #000;
color: #fff;
padding: 6px;
font-size: 1em;
text-align: center;
min-height: 60px;    
position:fixed;
bottom: 0;
width:100%;
display: flex;
flex-direction: column;
}
@media (min-width: 600px) {
#cookies-eu-banner {
flex-direction: row;
}
}
#cookies-eu-label {
margin: auto;
}
#cookies-eu-banner-closed {
background-color: #000;
color: #fff;
padding: 6px 12px 6px;
font-size: 1.1em;
text-align: center;  
position:fixed;
bottom: 80px;
right: -32px;
display:none;
transform: rotate(270deg);
z-index:999999;
}
#cookies-eu-banner-closed span{    
cursor: pointer;
}
@media only screen and (max-width: 600px) {
#cookies-eu-banner-closed{
padding: 8px;
min-height: 20px;
right: 0px;
transform: rotate(0deg);
}
#cookies-eu-banner-closed span {
display: none;
}
#cookies-eu-banner-closed:after {
content: "↩";
}
}
#cookies-eu-buttons {
margin: auto;
}
@media (min-width: 600px) {
#cookies-eu-buttons {
display: flex;
align-items: center;
justify-content: center;
min-width: 33%;
}
}
#cookies-eu-settings,
.cookies-eu-settings,
#cookies-eu-accept,
#cookies-eu-reject,
.cookies-eu-accept,
.cookies-eu-reject {
text-decoration: none;
background-color: #09BAA5; 
color: #0080ff; 
color: #fff;
border: 1px solid #fff;
cursor: pointer;
padding: 20px;
margin: 8px 6px;
text-transform: uppercase;
font-size: 1em;
transition: background 0.07s, color 0.07s, border-color 0.07s;
letter-spacing: 0.075em;
}
#cookies-eu-more {    
color: #fff;
padding-right: 20px;
font-weight: bold;
}
#cookies-eu-reject,
.cookies-eu-reject,
#cookies-eu-accept,
.cookies-eu-accept {
padding: 10px 20px;
}
#cookies-eu-more {    
}
#cookies-eu-more:hover,
#cookies-eu-more:focus{
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus,
.cookies-eu-reject:hover,
.cookies-eu-reject:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus,
.cookies-eu-accept:hover,
.cookies-eu-accept:focus {    
border-color: #fff;
background: #222;
color: #fff;
}
#cookies-eu-settings, 
.cookies-eu-settings {
background: none;
font-weight: normal;
color: #333;
cursor: pointer;
padding: 10px 10px; border: 1px solid #666;
}
#cookies-eu-settings:hover,
#cookies-eu-settings:focus,
.cookies-eu-settings:hover,
.cookies-eu-settings:focus {
border-color: #fff;
background: #222;
color: #fff;
}
#cookies-eu-banner .cookies-eu-reject,
#cookies-eu-banner .cookies-eu-settings{
color: white!important;
}
#cookies-eu-banner form{
display: contents;
} .custom-cookies-option{
display:flex;
justify-content: space-between;
padding-bottom: 20px;
}
.custom-cookies-option h3{ 
padding: 0;
margin-top: auto;
margin-bottom: auto;  
}
.custom-cookies-option input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;  
}
.custom-cookies-option label {
display: inline-block;
background-color: #ddd;
padding: 10px 20px;
font-size: 1em;
text-transform: uppercase;
letter-spacing: 0.075em;
cursor: pointer;
font-weight: bold;
}
.custom-cookies-option input[type="radio"]:checked+label {
background-color: #09BAA5;
color: white;    
} .argpd-footer {
background-color: #333;
text-align: center; width: 100%;
color: #6d6d6d;
}
.argpd-footer ul {
margin: 0;
padding: 10px 0;
}
.argpd-footer ul li {
display: inline-block;
list-style-type: none;
margin-right: 20px;  
}
.argpd-footer ul li a {
color: #999; 
}
.argpd-footer aside {
padding: 10px 0 0;
}