.ws-footer
{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 76px;
  border-top: 1px #e0e0e0 solid;
  padding-top: 15px;
}


@media (max-width: 700px) {
  .ws-footer
  {
    position: relative;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 76px;
    border-top: 1px #e0e0e0 solid;
    padding-top: 15px;
  }

}



.ws-price-hr{
  font-size: 20px;
}

.ws-price-up{
  font-size: 10px;
}

.ws-price-class
{
  font-size: 20px;
  color: #333;
  font-weight: 600;
}


.ws-product
{
  background: #f1f1f1;
padding: 20px 20px 30px 20px;
}
