.divider {
  width: 100%;
  border: 1px groove #e4e4e4;
}
footer {
    max-width: 1200px;
    margin: 0 auto;
}
.footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

}
.footer .footer-item {
  position: relative;
  display: inline-block;
}

.footer .footer-item .checkout-products-amount {
  position: absolute;
  background: #b50000;
  font-size: 61%;
  padding: 3px 8px;
  border-radius: 50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -23px;
  color: wheat;
}
