.wordpress-gdpr-popup-agree {
    background: #31a8f0; 
    padding: 6px 10px;
    transition: background 5000ms ease-in-out,color 5000ms ease-in-out,box-shadow 5000ms ease-in-out;
    -webkit-transition: background 5000ms ease-in-out,color 5000ms ease-in-out,box-shadow 5000ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#000;
}
.wordpress-gdpr-popup-agree:hover, 
.wordpress-gdpr-popup-agree:visited {
    background: #00d9e8 !important; text-decoration:none !important; color:#000;
}
.wordpress-gdpr-popup-actions {
    margin-top: 0.6em;
}
.wordpress-gdpr-popup-full-width {
    padding: 8px 10px 20px;
    opacity:0.8;
}

.wordpress-gdpr-popup-privacy-center:hover, 
.wordpress-gdpr-popup-privacy-center:visited {
background: #00d9e8 !important; text-decoration:none !important; color:#000;
}
.wordpress-gdpr-popup-privacy-center {
    background: #31a8f0; 
    padding: 6px 10px;
    transition: background 5000ms ease-in-out,color 5000ms ease-in-out,
    box-shadow 5000ms ease-in-out;
    -webkit-transition: background 5000ms ease-in-out,color 5000ms ease-in-out,
    box-shadow 5000ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#000;
}
.wordpress-gdpr-popup-decline {
    border: 1px solid #00d9e8; 
    padding: 6px 10px;
    transition: background 5000ms ease-in-out,color 5000ms ease-in-out,
    box-shadow 5000ms ease-in-out;
    -webkit-transition: background 5000ms ease-in-out,color 5000ms ease-in-out,
    box-shadow 5000ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#000;
}

.wordpress-gdpr-privacy-center-items .fa {
    color: #62d9eb;
}

.wordpress-gdpr-privacy-center-item-action {
    background: #62d9eb;
}
.fa-user-circle-o::before {
    content: "\f007";
}

.wordpress-gdpr-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    margin: 0px !important;
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    height: 15px;
    width: 15px;
    margin: 0 auto !important;
}

.woocommerce-privacy-policy-link {
    margin-left: 20px;
    vertical-align: top;
}