html.has-cookie-bar.cookie-bar-top-bar {
    margin-top: 30px;
}

#catapult-cookie-bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    font-size: 0.875rem;
    line-height: 1.2;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    text-align: left;

    -webkit-transition: background-color 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    -moz-transition: background-color 0.25s, opacity 0.25s, -moz-transform 0.3s ease;
    transition: background-color 0.25s, opacity 0.25s, transform 0.3s ease;

    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    z-index: 99999;
}

#catapult-cookie-bar:hover {
    background-color: #fff;
}

.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
    display: none;
}

#catapult-cookie-bar.rounded-corners {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#catapult-cookie-bar.drop-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

#catapult-cookie-bar.drop-shadow::after {
    bottom: 0;
    -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.25);
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    top: 0;
}

#catapult-cookie-bar.drop-shadow:hover::after {
    opacity: 1;
}

.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 20px;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cookie-bar-bottom-bar.has-cookie-bar #catapult-cookie-bar {
    padding: 10px 20px;
}

.cookie-bar-block #catapult-cookie-bar {
    max-height: 999px;
    width: 400px;
}

@media screen and (max-width: 576px) {
    .cookie-bar-block #catapult-cookie-bar {
        right: 0;
        bottom: 0;
        width: 100%;
    }
}

.cookie-bar-block #catapult-cookie-bar span {
    /*display: block;*/
    display: none;
    margin: 1em 0;
}

.cookie-bar-bottom-bar #catapult-cookie-bar p {
    padding-right: 20px;
}

.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
    float: right;
}

button#catapultCookie {
    cursor: pointer;
    margin: 0 20px 0 0;
}

.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px;
}

.cookie-bar-bar .ctcc-inner {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.cookie-bar-bar .float-accept .ctcc-inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ctcc-left-side {
    position: relative;
    z-index: 1;
}

.ctcc-right-side {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cookie-bar-block #catapult-cookie-bar h3 {
    color: #333146;
    font-weight: bold;
    font-size: 1rem;
}

#catapult-cookie-bar p:last-child {
    margin-bottom: 0;
}

.use_x_close .close {
    cursor: pointer;
    line-height: 0;
    padding: 20px 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.cookie-bar-bottom-bar .use_x_close .close {
    right: -20px;
    top: -10px;
}
