.cookie_footer_container {  padding: 5px;}
#cookie_footer {left:0px;height:auto;background:#666;width:100%;text-align:center;color:white; opacity: 0.95;z-index:999; position: fixed; bottom:0px;max-height: 100%;}
#cookie_footer a {color:white;font-weight:normal;text-decoration:underline; }
#cookie_footer a:hover {color:white;font-weight:normal;text-decoration:underline;}
#cookie_footer .ui-button.button_shop.rounded {
    border-radius: 20px;
    border: 2px solid #ffffff;
    font-weight: bold;
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
}
#cookie_footer .ui-button.button_shop.rounded .button-text {
    width: 20px;
    line-height: 20px;
    height: 20px;
    display: inline-block;

}
#cookie_footer .cookie-message {
    overflow: hidden;
    font-size: 15px;
    vertical-align: middle;
    margin-top: 20px;
    text-align: left;
    padding-left: 220px;
    padding-right: 20px;
    padding-bottom: 30px;
}

#cookie_footer .cookie-message .cookie-title {
    color: #ffffff;
    margin-bottom: 10px;
}

#cookie_footer .cookie-buttons {
    width: 20%;
    min-width: 100px;
    float: right;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 240px;
}

#cookie_footer .cookie-buttons .ui-button.button_shop {
    min-width: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 43%;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}

#cookie_footer .cookie-buttons .ui-button.button_shop.standard {
    background-color: #FE9A18;
    color: #ffffff;
}

#cookie_footer .cookie-buttons .ui-button.button_shop.alternate {
    background-color: #ffffff;
    color: #FE9A18;
    border: 2px solid #FE9A18;
}
#cookie_footer .ui-button.button_shop.alternate span {
    color: #FE9A18;
}