body{
 padding-bottom:20px;
}
#footer-float {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  z-index: 99;
}

@media (max-width: 768px) {
  /*mobile-hidden*/
  #footer-float {
    display: none;
  }
}
#footer {
  background: #ffffff;
}

#status-bar {
  display: flex;
  align-items: flex-start;
  padding: 0px 24px;
  border-top: 1px solid #cccccc;
  white-space: nowrap;
}
#status-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#status-bar ul li {
  padding: 1px 12px 0px 12px;
  border-left: 1px solid #cccccc;
}
#status-bar ul li:last-child {
  border-right: 1px solid #cccccc;
}
#status-bar ul a {
  color: #333333;
  text-decoration: none;
}
#status-bar ul a:hover {
  color: #990000;
}

#status-bar .status-bar__right {
  margin-left: auto;
}

#cart_pic img {
  vertical-align: middle;
}

#status_cart_price {
  color: #cc0000;
}

#web-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 24px;
  margin: 0;
  list-style-type: none;
  background: #616161;
  color: #ffffff;
}
#web-info li {
  padding: 4px 12px;
  border-left: 1px solid #cccccc;
}
#web-info i {
  font-size: 20px;
}
#web-info a {
  color: #ffffff;
}
#web-info a:hover {
  color: #ef9a9a;
}
