.widget-cookie{
    bottom:0;
    display:none;
    max-height:0;
    overflow:hidden;
    position:fixed;
    transition:all .5s cubic-bezier(.445,.05,.55,.95);
    width:100%;
    z-index:1000
}
.widget-cookie.open{
    max-height:200px
}
.widget-cookie .container{
    align-items:center;
    background:#F3C017;
    border-radius:6px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin: 5px 10px 5px 10px;
    padding: 5px 20px;
    width:100%
}
.widget-cookie .button-primary-small:after{
    display:none
}
.widget-cookie .container .text{
    font-size:.875rem;
    line-height:1.3125rem;
    color:#000;
    display:flex
    padding-right: 41px;
}
.widget-cookie .container .text .icon{
    font-size:1.5rem;
    line-height:2.25rem;
    align-self:center;
    color:#000;
    display:inline-block;
    margin-right:24px;
    position:relative;
    top:-2px
}
.widget-cookie .container .text p{
    margin:0;
    padding:0
}
.widget-cookie .container .text p a{
    color:#000;
    text-decoration:underline!important
}
.widget-cookie .container .text p a .icon{
    font-size:.5rem;
    line-height:.75rem
}
@media (max-width:667px){
    .widget-cookie .container{
        border-radius:unset!important;
        flex-direction:column;
        margin:auto;
        max-width:none!important
    }
    .widget-cookie .container p{
        line-height:1.5!important
    }
    .widget-cookie .container p a .icon:before{
        position:absolute;
        top:-20px
    }
    .widget-cookie .container .text{
        margin-bottom:24px
    }
    .widget-cookie .container .text .icon{
        align-self:flex-start;
        position:relative;
        top:8px
    }
    
    .widget-cookie .container .text .bt-cookies {
        width: 110px;
        height: auto;
        float: right;
        margin: 0 0 0 20px;
        padding: 10px 0;
        background-color: #000;
        font-family: 'MavenProBold';
        font-weight: normal;
        font-size: 12px;
        color: #f7c418;
        text-align: center;
        text-transform: uppercase;
        border: 0;
        cursor: pointer;
    }
}
@media (max-width:1024px){
    .widget-cookie .container{
        margin:auto auto 24px
    }

    .widget-cookie .container .text .bt-cookies {
        width: 110px;
        height: auto;
        float: right;
        margin: 0 0 0 20px;
        padding: 10px 0;
        background-color: #000;
        font-family: 'MavenProBold';
        font-weight: normal;
        font-size: 12px;
        color: #f7c418;
        text-align: center;
        text-transform: uppercase;
        border: 0;
        cursor: pointer;
    }
}
