.cookies-eu {
   line-height: 40px;
   position: fixed;
   z-index: 999;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 0 20px;
   text-align: center;
   border-top: 1px solid #e4e4e4;
   background: #f2f2f2;
}
 @media ('max-width: 767px') {
   .cookies-eu {
     font-size: 12px;
     line-height: 30px;
     position: initial;
  }
}
 .cookies-eu .cookies-eu-content-holder {
   display: inline-block;
   padding: 0 20px;
}
 .cookies-eu .cookies-eu-button-holder {
   display: inline-block;
}
 .cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
   font-size: 11px;
   font-weight: bold;
   line-height: 20px;
   min-width: 26px;
   margin-right: 5px;
   padding: 2px 11px;
   cursor: pointer;
   text-align: center;
   white-space: nowrap;
   color: #fff;
   border: 0;
   outline: none;
   background-color: #4d90fe;
}
 