#cookie-notice {
  display: none;
  position: fixed;
  min-width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 18px;
  left: 0;
  bottom: 0;
  z-index: 100000;
  font-family: "Open Sans", "Lato", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, -apple-system, BlinkMacSystemFont;
  background: #000;
}
#cookie-notice:before {
  content: "";
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 100001;
  background: #000;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}
#cookie-notice.closed:before {
  opacity: 0;
}
#cookie-notice .cookie-notice-container {
  padding: 10px 30px;
  z-index: 100002;
  position: relative;
  background: #000;
  color: #fff;
  max-width: 1170px;
  margin: 34px auto;
}
#cookie-notice .cookie-notice-container #cn-notice-title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 21px;
  line-height: 28px;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 20px;
}
#cookie-notice .cookie-notice-container #cn-content-zone {
  width: 100%;
  width: calc(100% - 300px);
  float: left;
}
@media (max-width: 767px) {
  #cookie-notice .cookie-notice-container #cn-content-zone {
    width: 100%;
    float: none;
  }
}
#cookie-notice .cookie-notice-container #cn-action-zone {
  min-width: 270px;
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #cookie-notice .cookie-notice-container #cn-action-zone {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#cookie-notice .cookie-notice-container #cn-action-zone .button {
  display: block;
  box-sizing: border-box;
  -webkit-transition: color 0.5s, background 0.5s;
          transition: color 0.5s, background 0.5s;
}
#cookie-notice .cookie-notice-container #cn-action-zone .button#cn-accept-cookie {
  font-weight: 800;
  color: #000;
  background: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  padding: 16px 30px;
  border: 1px solid #fff;
  text-decoration: none;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#cookie-notice .cookie-notice-container #cn-action-zone .button#cn-accept-cookie:hover {
  background: #000;
  color: #fff;
}
#cookie-notice .cookie-notice-container #cn-action-zone .button#cn-refuse-cookie {
  background: #000;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  padding: 10px 30px;
  border: 1px solid #fff;
  text-decoration: none;
  margin-bottom: 10px;
  color: #fff;
}
#cookie-notice .cookie-notice-container #cn-action-zone .button#cn-refuse-cookie:hover {
  background: #fff;
  color: #000;
}
#cookie-notice .cookie-notice-container #cn-action-zone .button#cn-more-info {
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}
#cookie-notice .cookie-notice-container #cn-action-zone .button#cn-more-info:hover {
  text-decoration: none;
}

table.cookie_notice_tables {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  margin: 0 0 15px;
}
table.cookie_notice_tables tr th,
table.cookie_notice_tables thead th {
  border: none !important;
  color: #888;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
table.cookie_notice_tables tr td {
  border: none !important;
  border-top: 1px solid #e7e7e7 !important;
  padding: 6px 24px;
}

.cookie_notice_options {
  margin-bottom: 10px;
}
.cookie_notice_options .btn {
  border-width: 0;
  border-style: solid;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 0.6em 20px;
  height: 2.8em;
  border-radius: 0;
  line-height: 1.6em;
  font-weight: 700;
  background: #aaa !important;
  color: #777 !important;
  cursor: pointer;
}
.cookie_notice_options .btn.not-setted {
  background: #fff !important;
  border: 1px solid #aaa !important;
}
.cookie_notice_options .btn.not-setted:hover {
  color: #777 !important;
  background: #aaa !important;
  border: 1px solid #aaa !important;
}
.cookie_notice_options .btn.active {
  background-color: #008014 !important;
  color: #fff !important;
  border: 0 !important;
}
.cookie_notice_options .btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}
