/* BOX */

.prenota-box { position:fixed;z-index:11;top:40px;right:40px; bottom:40px; width:33%; transform: translateX(120%);overflow: hidden; background-color: rgba(46,54,68,.98); color: #fff; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition: all .3s; }
.prenota-box >.prenota-box-btn-close{position:absolute; display: flex; align-items: center; justify-content: center; width:54px; height:54px; top:10px;right:10px;cursor:pointer;font-size: 18px;  color: #fff; z-index: 10; }
.prenota-box >.prenota-box-btn-close:hover{opacity:1 }
.prenota-box > .inner{ position: relative; display: flex; align-items: center; justify-content: center; height: 100%; padding: 65px; }
.prenota-box a{font-size: 14px; border-radius: 25px; background-color: #fff; color: rgba(46,54,68,.98); padding: 6px 18px; }
 
 
.prenota-box.pb-open {transform: translateX(0%)!important;transition: all .6s;}
 
@media screen and (max-width:736px){
    .prenota-box { top:15px; left:15px;  right:15px; bottom:15px; width:auto; }
    .prenota-box > .inner{   padding: 55px; }
} 


/* wrap prenota*/
.prenota-box-btn { opacity: 0; position:fixed; z-index: 5;  bottom: 50px; right: 50px; border-radius: 25px;}
.prenota-box-btn a {position: relative;display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 18px;  -webkit-font-smoothing: antialiased; color: #fff; background-color: transparent; padding: 6px 16px; cursor: pointer; transition: all .3s; }
.prenota-box-btn.show-pb-button {opacity: 1; transition: all .8s;}
 
.prenota-box-btn { background-color: #1f5fbf; }

.prenota-box-btn.pbb-clicked { background-color: #1f5fbf!important;   color: #fff!important;}

body.page-scrolled .prenota-box-btn {background-color: #1f5fbf; transition: all .5s ;}
body.page-no-header .prenota-box-btn {background-color: #1f5fbf; transition: all .5s ;}

/* mobile vertical */ 
@media all and (max-width: 812px) {   
    .prenota-box-btn {
        bottom: 20px;
        left: 50%;
        right: 16px;
        border-radius: 18px;
    }

    .prenota-box-btn a {
        font-size: 14px;
        padding: 6px 12px;
    }
    
 }