#zc_cookie_notice {
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  -webkit-box-shadow: 0px -2px 30px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 30px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 30px 4px rgba(0, 0, 0, 0.4);
  z-index: 9999; }

#zc_cookie_notice p {
  padding: 0;
  margin: 0;
  color: #e6e6e6 !important;
  font-family: Arial, sans-serif !important;
  font-size: 11px; }

#zc_cookie_notice a {
  color: inherit;
  text-decoration: underline;
  font-size: inherit; }

.cookie_info {
  display: none;
  background: #fff;
  width: 90%;
  min-width: 290px;
  max-width: 737px;
  min-height: 231px;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 99999;
  border: 1px solid #ccc;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.cookie_info .head {
  text-align: center;
  padding: 25px 15px;
  margin-bottom: 15px;
  position: relative; }
  .cookie_info .head img {
    cursor: pointer; }

.cookie_info .head .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px; }

.cookie_info .body {
  height: auto;
  padding: 0 30px 15px;
  line-height: 1.7 !important; }
  .cookie_info .body * {
    font-family: Arial, sans-serif !important; }
  .cookie_info .body h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333; }
  .cookie_info .body h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333; }
  .cookie_info .body p {
    font-size: 11px;
    margin-bottom: 20px;
    color: #333; }
    .cookie_info .body p a {
      font-size: inherit;
      color: #45a640 !important; }

.cookie_info .footer {
  padding: 0 30px 30px; }

.cookie_info .footer .btn, .cookie_info .footer input[type="submit"], .cookie_info .footer input[type="button"], .cookie_info .footer input[type="reset"], .cookie_info .footer button, .cookie_info .footer input[type="submit"], .cookie_info .footer input[type="button"], .cookie_info .footer input[type="reset"], .cookie_info .footer button {
  min-width: 100px;
  border-radius: 0;
  font-weight: 700;
  font-family: Arial, sans-serif !important; }