nav .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

nav .cart .cart-count {
  width: 20px;
  height: 20px;
  /*border: 1px solid #000000;*/
}

nav .user-basket {
  line-height: 0;
}

nav .user-basket .media-body {
  /* 
            border: 1px solid red;
            font-size: 10rem;
            */
  padding: 15px 0;
}

nav .user-basket .media-heading {
  font-weight: bolder;
}

nav .user-basket .price {
  margin-top: 15px;
}

.item-card {
  border: 1px solid #d9d9d9;
  padding: 5px;
  margin-bottom: 35px;
}

.item-card img {
  margin: 10px 0;
}

.item-card a {
  font-size: 17px;
  font-weight: bold;
  /* letter-spacing: 3px; */
  color: #2d3a4b;
  text-transform: uppercase;
}

.item-card .inn {
  border: 1px solid #2d3a4b;
  width: 100px;
  padding: 3px 10px 0px 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.prices {
  /*font-weight: bold;*/
  z-index: 9;
  display: inline-block;
  width: 100%;
  text-align: center;
  /*margin-top: 20px;*/
  color: #2d3a4b;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prices .old {
  font-size: 20px;
  color: #ec7676;
  text-decoration: line-through;
}

.prices .new {
  font-size: 18px;
  color: green;
}

.shopping-cart .cart-details .li-height {
  height: 170px;
}

@media (max-width: 767px) {
  .shopping-cart .cart-details .li-height {
    height: 50px;
    /*
                border: 2px solid black;
                font-size: 2rem;
                */
  }
}
/*# sourceMappingURL=my-style.css.map */