#yaco-sticky-progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-top: 1px solid #dddddd;
  z-index: 9999;
 display: block;
}