.privacy-warning {
  padding: 10px 90px 10px 15px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .8 !important;
  font-weight: 400;
  background: #202020 !important;
  letter-spacing: -.5px;
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: 0;
}
.privacy-warning .submit a {
  background-color: #F1D600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 15px 2px 15px;
  cursor: pointer;
  margin: 2px 0px 0px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  border: none;
  transition: 0.2s all;
}

.privacy-warning .submit {
  padding: 0;
}

.privacy-warning .submit a:hover {
  background-color: green;
  color: white;
}

.privacy-warning .close {
  font-size: 16px;
  color: #bbb;
  display: inline-block;
  cursor: pointer;
  top: 0;
  font-weight: 400;
  padding: 13px 25px;
  transform: none;
  right: 0;
  opacity: 1;
}

.privacy-warning .close:hover {
  opacity: 1 !important;
}

.privacy-warning .close a {
  color: #bbb;
  text-shadow: none;
  opacity: 1;
  font-weight: bold;
}

.privacy-warning .close a:hover {
  color: #d00;
}

.privacy-warning .info a {
  background: url(https://www.zygo.com/images/txtlink.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom: none;
  padding-bottom: 2px;
  color: #fff;  
}

.privacy-warning .info a:hover {
 
  color: #d00;  
}

.privayc-policy {
  line-height: 2rem;
}
.privayc-policy li {
  list-style: none;
  color: inherit;
  line-height: 1.3em;
  text-indent: -14px;
  margin: 4px 0px 0px -15px;
  display: block;
}
.privayc-policy li::before {
  color: #666;
  content: "\2022";
  padding-right: 5px;
  font-weight: 700;
}

.zylo-nested-ul li {
  margin-left: 10px;
}