.daydeal-page-title {
  color: #f05b67;
  text-align: center;
  font-size: 35px;
  font-family: "avenir 95 black", arial, arial-black, helvetica;
  font-weight: bold;
  margin-bottom: 15px;
}
.productpageusps-colect {
  background-color: white;
}
.productpageusps-colect ul {
  justify-content: center;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}
.productpageusps-colect ul li {
  display: flex;
  padding-right: 15px;
}
#myProgress {
	padding: 0 0 0 0;
}
#myBar {
  padding: 0 0 0 0;
}
@media (max-width: 568px) {
  .daydeal-blue-banner {
    margin-top: 25px;
  }
}