/**cookies**/
.optoutNotice{
  background:rgba(229,81,54,0.9);
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}
.optoutNotice p{
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.optoutNoticeContent{
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.oo-btn{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-transform: uppercase; 
  border: 1px solid;
  padding: 10px 15px;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.3px;
}
.oo-btn.optin,.oo-btn.optout{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.oo-btn.optin:hover,.oo-btn.optout:hover{
    color: #e8624a;
    background-color: #fff;
    border-color: #fff;
}

@media (max-width: 991px) {
   .optoutNotice{
    text-align: center;
   }
}