.cookie {
    line-height: 1.15;
    text-size-adjust: 100%;
    font-size: 16px;
    text-rendering: optimizelegibility !important;
    -webkit-font-smoothing: antialiased !important;
    box-sizing: border-box;
    outline: 0px;
    display: none;
}

.cookie-wrapper {
    bottom: 14px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px auto;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

@media screen and (min-width: 1170px) {
    .cookie-wrapper {
        top: unset;
        bottom: 14px;
    }
}

.cookie-container {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 10px 3px;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    margin: 0px 10px;
    max-width: 680px;
    padding: 16px;
    width: 100%;
}

.cookie-content {
    font-family: Lato;
    font-size: 12px;
    line-height: 18px;
    color: #30313c;
}

.cookie-content .link-cookies {
    color: rgb(136, 49, 106);
}

.cookie-content>p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14px !important;
    font-family: "Google Sans", sans-serif;
    margin: 0;
}

.cookie-content>p:last-child {
    margin-top: 20px;
}

.cookie-action {
    align-self: center;
    margin-left: 15px;
}

.btn-cookie {
    /*background: $colorPrimary;*/
    font-family: Lato, sans-serif;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    border: none;
    color: white;
    background-color: rgb(136, 49, 106);
    font-size: 16px;
    max-width: 320px;
    transition: all 0.4s ease 0s;
    min-width: unset;
    padding: 14px 0px;
    width: 62px;
}