#cookie-bar {
  background: #FFF;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #CE171F;
  font-size: 12px;
}
#cookie-bar .container {
  width: 948px;
  margin: auto;
}
#cookie-bar .main-btn {
  background: #CE171F;
  color: #FFF;
  font-size: 13px;
  height: 32px;
  line-height: 35px;
  border-radius: 7px;
  margin-bottom: 0px;
  margin-top: 15px;
  min-height: initial!important;
  padding-top: 0!important;
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
}
#cookie-bar .main-btn:hover {
  text-decoration: underline;
}
#cookiebar-table {
  display: none;
  clear: both;
}
#cookiebar-table .cookiebar-table-content {
  max-height: 205px;
  overflow-y: auto;
  border-top: 1px solid #ebebeb;
}
#cookiebar-table table {
  width: 100%;
  border-bottom: 2px solid #CE171F;
  border-left: 2px solid #CE171F;
  border-right: 2px solid #CE171F;
  border-collapse: collapse;
  text-align: left;
}
#cookiebar-table table thead tr th {
  background: #CE171F;
  color: #FFF;
  padding: 10px;
}
#cookiebar-table table tbody tr td {
  padding: 5px 10px;
}
.cookies-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
table.cookies-table {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  border-left: 2px solid #CE171F;
  border-right: 2px solid #CE171F;
  border-bottom: 2px solid #CE171F;
  border-collapse: collapse;
  text-align: left;
}
table.cookies-table thead tr th {
  background: #CE171F;
  color: #FFF;
  padding: 10px;
}
table.cookies-table tbody tr td {
  padding: 5px 10px;
}
table.cookies-table tbody tr td:nth-of-type(5) {
  word-break: break-all;
}
.cookie-text {
  margin-top: 20px;
  font-size: 11.5px;
  text-align: justify;
  width: 80%;
  float: left;
  line-height: 15px;
}
.cookie-btns {
  width: 20%;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.cookies-detail {
  text-align: right;
  padding-top: 8px;
  padding-bottom: 10px;
  cursor: pointer;
  width: 100%;
  display: block;
}
.cookies-detail .fa {
  font-size: 21px;
  color: #CE171F;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.cookies-detail .fa.fa-chevron-up {
  display: none;
}
.cookies-detail .fa.fa-chevron-down {
  display: inline-block;
}
.cookies-detail .cookies-detail-text {
  font-size: 13px;
  font-weight: 600;
  color: #CE171F;
  text-transform: uppercase;
}
.cookies-detail:hover .cookies-detail-text {
  color: #58585A;
}
.cookies-detail:hover .fa {
  color: #58585A;
}
.cookies-detail.open .fa.fa-chevron-up {
  display: inline-block;
}
.cookies-detail.open .fa.fa-chevron-down {
  display: none;
}
.cookies-page ol li,
.cookies-page ul li {
  padding-bottom: 10px;
  line-height: 18px;
}
.cookies-page ol ul,
.cookies-page ul ul,
.cookies-page ol ol,
.cookies-page ul ol {
  padding-top: 10px;
}
.mobile-break {
  word-break: break-all;
}
/*# sourceMappingURL=cookieBar.css.map */