body.admin-bar .pl-plugin-salebar2.top {
  top: 32px;
}
.pl-plugin-salebar2 {
  position: fixed;
  z-index: 99999;
  width: 100%;
  font-weight: 500;
  text-align: center;
  right: 0;
  left: 0;
  height: 48px;
  overflow: hidden;
  -webkit-animation: salebarShow .5s ease forwards;
  -moz-animation: salebarShow .5s ease forwards;
  animation: salebarShow .5s ease forwards;
}
.pl-plugin-salebar2.top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  top: 0;
}
.pl-plugin-salebar2.top-push {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  position: relative;
  height: 0;
  -webkit-animation: salebarPush .3s linear forwards;
  -moz-animation: salebarPush .3s linear forwards;
  animation: salebarPush .3s linear forwards;
}
.pl-plugin-salebar2.bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  bottom: 0;
}
.pl-plugin-salebar2 .pl-salebar2-content {
  box-sizing: border-box !important;
  padding: 0.5em 30px;
}
.pl-plugin-salebar2 .pl-inner-content {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.pl-plugin-salebar2 .pl-btn {
  margin-left: 10px;
}
.pl-plugin-salebar2 .plsb-close {
  color: inherit;
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
}
.pl-plugin-salebar2 .plsb-close:hover {
  opacity: .8;
}
@-webkit-keyframes salebarShow {
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@-moz-keyframes salebarShow {
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@keyframes salebarShow {
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@-webkit-keyframes salebarPush {
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    height: 48px;
  }
}
@-moz-keyframes salebarPush {
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    height: 48px;
  }
}
@keyframes salebarPush {
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    height: 48px;
  }
}
.pl-plugin-salebar2.animation-delay-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.pl-plugin-salebar2.animation-delay-2 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
.pl-plugin-salebar2.animation-delay-3 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
.pl-plugin-salebar2.animation-delay-4 {
  -webkit-animation-delay: 40000000000s;
  -moz-animation-delay: 40000000000s;
  animation-delay: 40000000000s;
}
.pl-plugin-salebar2.animation-delay-5 {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
}
.pl-plugin-salebar2.animation-delay-6 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}
.pl-plugin-salebar2.animation-delay-7 {
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  animation-delay: 7s;
}
.pl-plugin-salebar2.animation-delay-8 {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  animation-delay: 8s;
}
.pl-plugin-salebar2.animation-delay-9 {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  animation-delay: 9s;
}
.pl-plugin-salebar2.animation-delay-10 {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  animation-delay: 10s;
}
@media (max-width: 768px) {
  body.admin-bar .pl-plugin-salebar2.top {
    top: 46px;
  }
  .pl-plugin-salebar2 {
    height: auto;
    max-height: 110px;
  }
  .pl-plugin-salebar2 .pl-inner-content {
    display: block;
  }
  .pl-plugin-salebar2 .pl-btn {
    margin: 7px 0 0;
  }
  .pl-plugin-salebar2 .plsb-close {
    right: 10px;
  }
  @-webkit-keyframes salebarPush {
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      height: 110px;
    }
  }
  @-moz-keyframes salebarPush {
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      height: 110px;
    }
  }
  @keyframes salebarPush {
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      height: 110px;
    }
  }
}
