/* Bottom Left Block ============= */
  .x_closebox {
      position: absolute;top: 10px;right: 10px;padding: 0;color: transparent;width: 15px;
      height: 15px;background-repeat: no-repeat;background-image: url(icon-close-gdpr.png);background-position: 50%;background-size: contain;
      background-color: transparent;cursor:pointer;}
  #gdpr-cookie-message {
      position: fixed;
      z-index: 9999999;
      bottom: 0px;
      max-width: 300px;
      background-color: rgba(48,45,45,1)!important;
      padding: 10px 15px 15px 10px;
      border-radius: 0px;
      box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
      margin-left: 0px;
  }
    #gdpr-cookie-message h4 {color: #FFF;font-size: 18px;font-weight: 500;margin-bottom: 10px;}
    #gdpr-cookie-message p, #gdpr-cookie-message ul {color: white;font-size: 12px;line-height: 1.5em;margin: 0;}
    #gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
    line-height: 22.5px;
  }
    #gdpr-cookie-message li {width: 49%;display: inline-block;}
    #gdpr-cookie-message a {
    color: #fff;
    padding-bottom: 2px;
    transition: all 0.3s ease-in;
    text-decoration: underline!important;}
    #gdpr-cookie-message a:hover {color: white;transition: all 0.3s ease-in;}

    #gdpr-cookie-message button:hover {background: white;transition: all 0.3s ease-in;}
    button#gdpr-cookie-advanced {background: white;color: var(--red);}
    #gdpr-cookie-message button:disabled {opacity: 0.3;}
    #gdpr-cookie-message input[type="checkbox"] {float: none;margin-top: 0;margin-right: 5px;}
  .content_cookie {
    display: flex;
    margin: 0px 0px;
    flex-flow: column;
  }
  #gdpr-cookie-message .content_cookie p:first-child{ margin: 10px 0; }
  /*.content_cookie p:first-child{ width: calc(100% - 150px); }
  .content_cookie p:last-child{ padding-left: 10px; }*/

  button#gdpr-cookie-accept {
    font-weight: 300;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 10px 20px 10px;
    background: #413c3c!important;
    color: #ffffff!important;
    border-radius: 0px!important;
    font-size: 12px!important;
    outline: none!important;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
  }
  .button_cookie {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }
  #gdpr-cookie-message button:hover {
    background: white;
    transition: all 0.3s ease-in;
    background: #cccccc!important;
    color: #333333!important;
    text-shadow: none;
  }