/*
next cookie bar style
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.next-cookie-bar{
    position:fixed;
    width:50%;
    box-shadow: 0px 0px 0px 5000px #00000099 !important;
    padding:2%;
    z-index:9999999999;
    font-family: 'Lato', sans-serif;
}


/* BAR POSITION */

.topbar{
    top:10px;
}

.bottombar{
    bottom:10px;
}

.leftbar{
    left:0px;
}
.rightbar{
    left:50%;
}

.middlebar{
    top:40%;
}
/* BAR ELEMENTS */
.centerbar{
    left:25%;
}

#linkinfo {
    padding-right: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding-right: 40px;
}

#btn_action{
     margin-right: 10px;
    border: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 0.7vw;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    padding:10px;
    height: auto !important;
}
#dettagli_btn {
    border: none;
    margin-right: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8vw;
    padding:10px;
    height: auto !important;
}
.bar_message{
    padding:10px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 0.9vw;
    font-weight: 300;
}


.cookie_png{
    float:left;
    width:15%;
}
.content_bar{
    float:left;
    width:80%;
}

button#btn_action_salva{
    float: right;
    width: 100px !important;
    height: 100px;
    border-radius: 100%;
    font-size: 16px !important;
    background:#ee1170 !important;
    font-weight:bolder;
}


/* MEDIA QUERY */

@media (max-width:768px){
    .next-cookie-bar{
    position:fixed;
    width:100%;
    box-shadow: 0px 0px 0px 5000px #00000099 !important;
    padding:2%;
    left:0px !important;
    height: auto !important;
    
}

img#cookieico {
    display: none;
}

button#btn_action_salva{
  width:80px !important;
  height:80px !important;
  font-size:12px !important;
}

    .bar_message {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 3vw !important;
    font-weight: 300;
    width: 100%;
    margin-left: 0% !important;
}
button#dettagli_btn {
    font-size: 2vw;
}
button#btn_action {
    font-size: 2vw;
    
}
.topbar{
    top:0px;
}

.bottombar{
    bottom:0px;
}
.content_bar {
    
    width: 100%;
}

}


@media (max-width:1220px){
    .bar_message {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 1.2vw;
    font-weight: 300;
    width: 90%;
    margin-left: 5%;
    
}
    
}

@media (max-width:1000px){
    .bar_message {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 1.4vw;
    font-weight: 300;
    width: 100%;
    margin-left: 10%;
}
    
}

