#sd-eu-cookies {
    width: 100%;
    padding: 8px 0 0;
    z-index: 999;
}

#sd-eu-cookies[data-position="top"] {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.35);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.35);
    position: relative;
}

#sd-eu-cookies[data-position="bottom"] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
#sd-eu-cookies > div {
    display: table;
    position: relative;
    vertical-align: middle;
}

#sd-eu-cookies > div > div {
    display: table-cell;
    vertical-align: middle;
}

#sd-eu-cookies > div > div:last-child {
}

#sd-eu-cookies-title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

#sd-eu-cookies-description {
    font-size: 12px;
}

#sd-eu-cookies-button {
    font-size: 11px;
    margin-left: 24px;
}

/** dark */
#sd-eu-cookies[data-theme="1"] {
    background: rgba(211, 211, 211, 0.85);
}

*[data-theme="1"] #sd-eu-cookies-title {
    color: #fff;
}

*[data-theme="1"] #sd-eu-cookies-description {
    color: #C5C5C5;
}

*[data-theme="1"] #sd-eu-cookies-button {
    color: #fff;
    background-color: #337ab7;
    border:1px solid #2e6da4;
    padding: 6px 12px;
    display: inline;
    border-radius: 4px;
    touch-action: manipulation;
    outline: none;
    cursor: pointer;
}

*[data-theme="1"] #sd-eu-cookies-button:hover {
    color: #fff;
    background: #286090;
    border:1px solid #204d74;
}
/** light */
#sd-eu-cookies[data-theme="2"] {
    background: #e6e6e6;
}

*[data-theme="2"] #sd-eu-cookies-title {
    color: #333;
}

*[data-theme="2"] #sd-eu-cookies-description {
    color: #777;
}

*[data-theme="2"] #sd-eu-cookies-button {
    color: #fff;
    background-color: #337ab7;
    border:1px solid #2e6da4;
    padding: 6px 12px;
    display: inline;
    border-radius: 4px;
    touch-action: manipulation;
    outline: none;
    cursor: pointer;
}

*[data-theme="2"] #sd-eu-cookies-button:hover {
    color: #fff;
    background: #286090;
    border:1px solid #204d74;
}

button#sd-eu-cookies-button{ border: 1px solid #c41617 !important; background-color: #c41617 !important;
}

p#sd-eu-cookies-title{
color: black !important;
}

p#sd-eu-cookies-description{
color: black !important;
}


