/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./common/app/frontend/cookieBar/cookieBar.css ***!
  \**************************************************************************************************************************************/
.cookie-notification {
  background-color: #fff;
  z-index: 99;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 10px;
  line-height: 18px;
}

.cookie-notification .cookie-text {
  font-size: 11px;
  line-height: 16px;
  padding-right: 15px;
  margin-bottom: 0;
}

.cookie-notification a {
  color: #CCC;
}

.cookie-notification button.cookie-accept {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  top: 50%;
  margin-top: -10px;
  font-size: 18px;
  color: #CCC;
  float: right;
}

.cookie-notification button.cookie-accept:hover {
  color: #BBB;
}

@media (min-width: 768px) {
  .cookie-notification {
    position: fixed;
    bottom: 0;
  }
  .owl-carousel .owl-item .item img {
    width: 100% !important;
  }
}

/*# sourceMappingURL=pagebuilderFrontend.css.map*/