.cc-cookies {
    position: fixed;
    width: 200px !important;
    right: 0;
    bottom: 80px;
    padding: 10px 4px;
    background: #282828;
    background: rgba(40, 40, 40, 0.8);
    border-radius: 15px 0 0 15px;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    z-index: 99999;
    text-align: center;
    color: #fff;
}

.cc-cookies:after {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-top: 20px solid #515151;
    border-top-color: rgba(40,40,40,0.8);
    border-right: 11px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
}

.cc-cookies.cc-visible {
    opacity: 1;
    visibility: visible;
}

 .cc-cookies a, .cc-cookies a:hover {
     color: #fff;
     text-decoration: underline;
}
 .cc-cookies a:hover {
     text-decoration: none;
}
 .cc-overlay {
     height: 100%;
     padding-top: 25%;
}
 .cc-cookies-error {
     float: left;
     width: 90%;
     text-align: center;
     margin: 1em 0 2em 0;
     background: #fff;
     padding: 2em 5%;
     border: 1px solid #ccc;
     font-size: 18px;
     color: #333;
}
 .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
     display: inline-block;
     color: #fff;
     text-decoration: none;
     background: #3ea8f4;
     padding: 0.5em 0.75em;
     border-radius: 3px;
     box-shadow: 0 0 2px rgba(0,0,0,0.25);
     text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
     -o-transition: background 0.5s ease-in;
     -webkit-transition: background 0.25s ease-in;
     -moz-transition: background 0.25s ease-in;
}
 .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
     background: #7d97a8;
}

 .cc-cookies a.cc-cookie-reset {
     background: #f15b00;
}
 .cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
     -o-transition: background 0.5s ease-in;
     -webkit-transition: background 0.25s ease-in;
     -moz-transition: background 0.25s ease-in;
     background-color: #3488c4;
}

 .cc-cookies a.cc-cookie-decline:hover {
    background: #7d97a8;
 }

 .cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
     display: block;
     margin-top: 1em;
}
 .cc-cookies.cc-discreet {
     width: auto;
     padding: 0.5em 1em;
     left: auto;
     top: auto;
}
 .cc-cookies.cc-discreet a.cc-cookie-reset {
     background: none;
     text-shadow: none;
     padding: 0;
     text-decoration: underline;
}
 .cc-cookies.cc-discreet a:hover.cc-cookie-reset {
     text-decoration: none;
}

.cc-hover {
    width: 70px;
    height: 70px;
    float: right;
    display: block;
    background: url(https://www.spletnidonos.si/files/cookie.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 99999;
    position: fixed;
    right: 2px;
    bottom: 2px;
}

.cc-btn-container {
    padding: 10px 0;
}

.cc-btn-container a {
    margin: 3px 0;
    display: block;
    width: 130px;
}


 @media screen and (max-width: 768px) {
     .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
         display: block;
         margin: 1em auto;
    }
}