#cookiesBar {
    border-top: 1px solid #d7d7d7;
    color: #666;
    font-size: 13px;
    z-index: 9999;
    background: #ebebeb;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
        background-image: -webkit-linear-gradient(#fff, #ebebeb);
        background-image: -moz-linear-gradient(#fff, #ebebeb);
        background-image: -o-linear-gradient(#fff, #ebebeb);
        background-image: -ms-linear-gradient(#fff, #ebebeb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ebebeb);
        background-image: linear-gradient(#fff, #ebebeb);
        position: relative;
}
#cookiesBar .flaticon {
    font-size: 50px;
    color: #EDE3CB;
    display: inline-block;
}

#cookiesBar a {
    color: #414141;
    border-bottom: 1px dotted #aeaeae;
}
#cookiesBar a:hover { color: #aeaeae; }

#cookiesBar p {
    margin: 2px 0;
    line-height: 140%;
    display: inline-block;
    width: 90%;
}

#cookiesBarWrap {
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

#cookiesBarClose, #tx_cookies_close {
    display: block;
    width: 20px;
    height: 19px;
    position: absolute;
        top: 2px;
        right: 0;
        background: none;
}
#cookiesBarClose span, #tx_cookies_close span {
    display: none;
}
a#cookiesBarClose, button#tx_cookies_close { border: 0; }
#cookiesBarClose:hover, #tx_cookies_close:hover { background-position: -30px 0; color: #EDE3CB;}
#tx_cookies {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
#tx_cookies #tx_cookies_dsc {
    height: 300px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    overflow: auto;
    position: relative
}
#tx_cookies #tx_cookies_dsc > div {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#tx_cookies #tx_cookies_dsc ::-webkit-scrollbar {
    width: 2px;
}
 
#tx_cookies #tx_cookies_dsc ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
#tx_cookies #tx_cookies_dsc ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#tx_cookies #tx_cookies_dsc ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}