/* Add custom CSS styles below */ 
#free-shipping-bar {
  background-color: #e0e0e0;
}

#free-shipping-bar .progress-bg {
  background: repeating-linear-gradient(
    45deg,
    #e73a8c,
    #e73a8c 10px,
    #f77cb6 10px,
    #f77cb6 20px
  )
}