.box_cart {
  background-color: #fff;
  padding: 30px 0;
  text-align: right;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .box_cart {
    padding: 30px 0;
  }
}
.box_cart h5 {
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
.box_cart small {
  text-align: center;
  line-height: 1.1;
  display: block;
  margin-top: 10px;
}
.box_cart ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  font-size: 1rem;
}
.box_cart ul li{
    border-bottom: 1px solid #efefef;
    padding: 5px;
}
.box_cart ul li span {
  float: left;
}
.box_cart ul li:last-child {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5353;
  font-size: 21px;
  font-size: 1.3125rem;
}