#bonpromotopbanner {
  position: relative;
  overflow: hidden;
}

#bonpromotopbanner.active {
  display: none;
  opacity: 0;
}

#bonpromotopbanner .bonpromotopbanner-countdown {
  padding: 9px 0;
  display: flex;
  align-items: center;
}

#bonpromotopbanner .bonpromotopbanner-countdown * {
  color: inherit;
}

#bonpromotopbanner .link-bonpromotopbanner {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

#bonpromotopbanner .slick-carousel-bonpromotopbanner li:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

#bonpromotopbanner
  .slick-carousel-bonpromotopbanner.slick-initialized
  li:not(:first-child) {
  visibility: visible;
  opacity: 1;
}

/* #bonpromotopbanner .slick-track {
  height: 100% !important;
} */

#bonpromotopbanner ul.slick-carousel-bonpromotopbanner,
#bonpromotopbanner ul.row {
  margin-bottom: 0;
}

#bonpromotopbanner .slick-track li,
#bonpromotopbanner .row li {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

#bonpromotopbanner .bonpromotopbanner-item {
  background-size: cover!important;
}

#bonpromotopbanner .box-bonpromotopbanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

#bonpromotopbanner .box-bonpromotopbanner * {
  color: inherit;
  font-size: 14px;
  margin: 0;
  letter-spacing: 1.1px;
}

#bonpromotopbanner .position {
  top: 2px;
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}

#bonpromotopbanner .img-bonpromotopbanner {
  max-width: 200px;
}

#bonpromotopbanner .digit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 1em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.11);
  text-align: center;
  letter-spacing: -1px;
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */


#bonpromotopbanner .countDiv {
  display: inline-block;
  width: 16px;
  line-height: 1;
  vertical-align: top;
  position: relative;
}

#bonpromotopbanner .countDiv:after {
  top: 1em;
}
#bonpromotopbanner .box-bonpromotopbanner .link-bonpromotopbanner {
  outline: none;
  font-family: inherit;
}

#bonpromotopbanner .box-bonpromotopbanner .link-bonpromotopbanner p {
  margin-bottom: 0;
}

#bonpromotopbanner .bonpromotopbanner-close-button {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 5px;
  height: 21px;
  width: 21px;
  color: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
}

#bonpromotopbanner .bonpromotopbanner-close-button:after {
  font-family: "Material Icons";
  content: "\e5cd";
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  #bonpromotopbanner .slick-track li {
    min-height: 120px;
  }
}
