.cc-window{
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.6em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    opacity: 1;
    /*transition: opacity 1s ease;*/
    color: rgb(255, 255, 255);
    background-color: #333;
    align-items:  center;
    font-family: "Montserrat" !important;
    display: none;
}
#cookieconsent-desc{
    flex: 1;
}
.cc-compliance a{
    background-color: #1394ff;
    border:  1px solid #1394ff;
    border-radius: 4px;
    min-width: 120px;
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    color:  #fff;
}
.cc-compliance a:hover {
    background-color: white;
    color: #1394ff;
    box-shadow: none;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
   .cc-window{
       display: block;
   }
    .cc-compliance{
        margin-top: 10px;
    }
}
.show-window.cc-window{
    display: flex;
}
/*
@media only screen and (max-height: 460px) {
   .cc-window{
       position: relative;
       bottom: 20px;
   }
}
@media only screen and (max-height: 500px) {
   .cc-window{
       position: relative;
       bottom: 30px;
   }
}
@media only screen and (max-height: 550px) {
   .cc-window{
       position: relative;
       bottom: 40px;
   }
}*/
