.module-ga-cookie-accept-bar {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-in;
          animation-name: ga-cookie-accept-bar-slide-in;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 20px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
}
.module-ga-cookie-accept-bar.state-remove {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-out;
          animation-name: ga-cookie-accept-bar-slide-out;
}
.module-ga-cookie-accept-bar p {
  margin: 7px 0;
  color: #444;
  padding: 0;
}
.module-ga-cookie-accept-bar p:first-child {
  width: 770px;
}
.module-ga-cookie-accept-bar a {
  color: inherit;
  text-decoration: underline;
}
.module-ga-cookie-accept-bar .material-icons {
  vertical-align: middle;
  margin-right: 3px;
}
.module-ga-cookie-accept-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: #E12B22;
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 14px;
  padding: 7px 21px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.module-ga-cookie-accept-btn:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
          box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  cursor: pointer;
}
.module-ga-cookie-accept-btn.module-ga-cookie-deny-btn {
  background-color: #fff;
  border-color: #e12b22;
  display: none;
}
@-webkit-keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}
@keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

.cookie_link_::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(/cms/img/km_footer/icon_shop_blank.png) center center no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin:0 2px 2px;
}

/*# sourceMappingURL=ga-cookie-opt-in.css.map */
