@keyframes arrow-bounce {
  0%, 100% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(0px);
  }
}
body.with-topbar.opened .site_header {
  top: 0;
  z-index: 99999999;
}
body.scroll_disclaimer .notice-bar {
  position: fixed;
  z-index: 1;
}

.notice-bar {
  width: 100%;
  z-index: 1000000;
  box-sizing: border-box;
  background-color: #3339F1;
}
.notice-bar .phone {
  display: none;
}
.notice-bar * {
  font-family: "Evergrow Sans", sans-serif;
  color: #fff;
}
.notice-bar .container {
  text-align: center;
}
.notice-bar__text .black-friday-link {
  visibility: hidden;
}
.notice-bar__text .black-friday-link.active {
  visibility: visible;
}
.notice-bar__text .hide_mobile {
  display: none;
}
.notice-bar__text b {
  font-weight: 700;
}
.notice-bar__text .fire {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  background: url("../../../../../../../uploads/tenweb-theme/images/black-friday/fire.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 2px;
}
.notice-bar__text a {
  background: url("../../images/arrow-white-right.svg") no-repeat right center;
  font-weight: 500;
}
.notice-bar__text .blk-countdown {
  box-sizing: border-box;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  display: inline-block;
}
.notice-bar__close {
  background-image: url("../../images/notice-bar-close-icon.svg");
  position: absolute;
  background-size: 100%;
  cursor: pointer;
  opacity: 1;
}
