.qookies-theme-default {
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #fff;*/
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    /*background: -webkit-linear-gradient(top, #434bdf, rgba(0, 0, 0, 0.5));*/
    /*background: linear-gradient(to bottom, #434bdf, rgba(0, 0, 0, 0.5));*/
    background-color: #434bdf;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 1.4;
    z-index: 10;
    margin-left: 55%;
    margin-right: 20%;
}
@media (max-width: 750px) {
    .qookies-theme-default {
        flex-direction: column;
    }
}

.qookies-theme-default .qookies__header {
    background-color: inherit;
    border-bottom: none;
    padding: 0;
}

.qookies-theme-default .qookies__header h3 {
    color: #fff;
    margin: 0;
    font-size: 1rem;
}

.qookies-theme-default .qookies__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 575.98px) {
    .qookies-theme-default .qookies__description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.qookies-theme-default .qookies__description p {
    margin: 0;
    color: #fff;
    opacity: 0.8;
    width: 40%;
    flex: 0.8;
}

.qookies-theme-default .qookies__description p + p {
    margin-top: 10px
}

.qookies-theme-default .qookies__btn {
    display: inline-block;
    margin: 5px 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-decoration: none;
    color: #333;
    border: 1px solid #fff;
    border-radius: 3px
}

.qookies-theme-default .qookies__btn:hover {
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
    color: #fff;
    background-color: #434bdf;
    opacity: 0.8;
}

.qookies-theme-default .qookies__link a {
    display: inline-block;
    padding: 9px 0;
    text-decoration: none;
    color: #333;
    font-weight: 700
}


.qookies--bottom .qookies__content {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.qookies--bottom .qookies__description {
    display: flex;
    flex: 3;
}

.qookies--bottom .qookies__footer {
    float: right;
    width: 30%;
    padding-top: 20px;
    padding-right: 2.5%;
    text-align: right
}

.qookies--bottom .qookies__description p + p {
    margin-top: 0
}

.qookies--bottom .qookies__link {
    display: inline
}

.qookies--bottom .qookies__link a {
    display: inline-block;
    font-weight: 400;
    margin: 5px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-decoration: none;
    color: #333;
    border: 2px solid #333;
    border-radius: 3px
}

.qookies--bottom .qookies__link a:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff;
    background-color: #333
}
