.fme_wfsb_bottom_position {
  width:100%;
  background: blue;
  color: white;
  position: fixed;
  z-index: 999999;
  text-align: center;
  display: block;
  padding: 10px 0 !important;
  padding-bottom: 20px !important;
  bottom: 0px !important; 
  top: '' !important;
}

.fme_wfsb_top_position {
  width:100%;
  background: blue;
  color: white;
  position: fixed;
  z-index: 999999;
  top: 0px;
  text-align: center;
  display: block;
  padding: 10px 0;
}


#fme_wfsb_shipping_progress_bar {
  background-color: grey;
  margin-bottom: -20px;
}
#fme_wfsb_shipping_progress_bar2 {
  background-color: grey;
  margin-bottom: -20px;
}


#fme_wfsb_current_progress {
  text-align: center;
}

#fme_wfsb_current_progress2 {
  text-align: center;
}

.fme_progress_border{
    border-radius: 15px !important;
    border-width: 2px;
    border-color: #ffffff;
    padding: 1px;
}

#fme_wfsb_message{
  display: -webkit-inline-box;
  padding-right: 35px;
  padding-left: 35px;
}

#fme_wfsb_current_progress_percent{
      color: #fff;
      text-align: center;
}
#fme_wfsb_current_progress_percent2{
  color: #fff;
  text-align: center;
}

#fme_wfsb_close_message {
    top: 0px;
    right: 0px;
    position: absolute;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 27px;
}
#fme_wfsb_free_shipping_icon {
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 999999;
    margin-right: 5px;
    margin-bottom: 5px;
    display: none;
    width: 150px;
}


@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
.progress{
  display:-ms-flexbox;
  display:flex;
  height:1rem;
  overflow:hidden;
  line-height:0;
  font-size:.75rem;
  background-color:#e9ecef;
  border-radius:.25rem }
.progress-bar{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  overflow:hidden;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  background-color:#007bff;
  transition:width .6s ease}
@media (prefers-reduced-motion:reduce){
  .progress-bar{transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size:1rem 1rem } 
.progress-bar-animated{ 
  -webkit-animation:progress-bar-stripes 1s linear infinite;
  animation:progress-bar-stripes 1s linear infinite }
@media ( prefers-reduced-motion: reduce ) {
  .progress-bar-animated { 
  -webkit-animation : none; animation : none } }
.media {
  display: -ms-flexbox; display: flex;
  -ms-flex-align: start; align-items: flex-start }
.media-body { -ms-flex:1; flex:1 }


.fme_wfsb_first_load {
display : none;
}

.fme_wfsb_first_load2 {
  display : none;
  }