.kt_cart_user {
  display: flex;
}
.kt_cart_user figure {
  margin: 0px;
}
.kt_cart_user img {
  width: 23px;
  height: auto;
}
.kt_cart_user .cart {
  position: relative;
  margin: 0px 10px;
}
.kt_cart_user .cart .notification {
  position: absolute;
  top: -6px;
  right: -4px;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
}
.kt_cart_user .user img {
  margin-bottom: 4px;
  width: 18px;
}
@media (max-width: 991px) {
  .kt_cart_user {
    display: none;
  }
}
