cookie {
  position: fixed;
  bottom: 5%;
  left: 2%;
  width: 50%;
  background: #f07830;
  color: #Fff;
  opacity: 0;
  z-index: 99999;
  transition: opacity .5s ease-in-out; }
  @media screen and (max-width: 550px) {
    cookie {
      width: 97%; } }
  cookie .cookie-content {
    padding: 3%; }
    cookie .cookie-content-text{
      margin-bottom: 2%;
    }
    @media screen and (max-width: 550px) {
      cookie .cookie-content-text{
        margin-bottom: 3%;} }
    cookie .cookie-content-text  p{
     font-weight: 500; color: #fff;line-height: 1.2;}
     @media screen and (max-width: 550px) {
      cookie .cookie-content-text  p{
        font-size: .8rem;} }
      cookie .cookie-content-text a {
        color: #fff;
        font-weight: 500;
        text-decoration: none; }
        cookie .cookie-content-text a:first-of-type {
          text-decoration: underline !important; }
          @media screen and (max-width: 550px) {
            cookie .cookie-content-text a{
              font-size: .8rem;} }
    cookie .cookie-content .btn-confirm {
      text-align: end; }
      cookie .cookie-content .btn-confirm button {
        font-size: .8rem;
        background: #fff;
        color: #27282a;
        padding: 2% 3%;
        border: none;
        border-radius: .5rem;
        outline-style: none; 
        cursor: pointer;
      transition: transform .3s ease-in-out;}
        cookie .cookie-content .btn-confirm button:hover{
          transform: scale(.9);
        }

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