#cookieAlertBox {
    font-size: 14px !important;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: left;
    opacity: 0.95;
    background-color: #75593f !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 3px #000;
    padding-top: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 999999999;
    padding-left: 10px;
}
#cookieAlertBox p {
    font-size: 14px !important;
    color: #ffffff !important;
}
#cookieAlertBoxDetails li,
#cookieAlertBoxDetails ul {
    font-weight: normal !important;

}
.nano-content-cookie {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    padding-bottom: 10px;
}
#cookieAlertBoxDetails h4 {
    margin: 10px 0;
}
#cookieAlertBox ul {
    list-style-type: none;
}
#cookieAlertBox a:first-child,
#cookieAlertBox a:nth-child(2) {
    display: inline-block;
    padding: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e4dbc4;
    color: rgb(131, 100, 71);
    text-shadow: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 8px;
}
#cookieAlertBox a:first-child:focus,
#cookieAlertBox a:first-child:active,
#cookieAlertBox a:first-child:hover,
#cookieAlertBox a:nth-child(2):focus,
#cookieAlertBox a:nth-child(2):active,
#cookieAlertBox a:nth-child(2):hover {
    text-decoration: none;
    background-color: #d2c294;
}

#cookieAlertBox a {
    color: burlywood;
}

#cookieAlertBox a:focus,
#cookieAlertBox a:active,
#cookieAlertBox a:hover {
    text-decoration: none;
    color: #836345;
}

#cookieAlertBoxFixed {
    border-bottom: 1px solid rgba(230, 230, 230, 0.15);
    text-align: center;
}

@media (max-width: 768px) {
    #cookieAlertBoxFixed {
        font-size: 10px;
    }

    #cookieAlertBoxDetails {
        font-size: 12px;
    }
}