.item {
  border: 15px solid #ffd740;
  padding: 22px;
  border-radius: 2px;
}

.item-title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.item-image {
  height: 150px;
  width: 250px;
}

.item-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1px 0px 1px;
}

.item-details > .item-price {
  margin: 0;
}

/* ? SHOPPING CART */
.shopping-cart-items {
  padding: 20px 0px;
}

.shopping-cart-header {
  border-bottom: 1px solid #ffd740;
}

.shopping-cart-image {
  max-width: 80px;
  border-radius: 20px;
}

.shopping-cart-quantity-input {
  max-width: 45px;
  border: 1px solid #ffd740;
  border-radius: 5px;
  background: #ffd740;
  padding: 5px;
}

.shopping-cart-total {
  min-height: 96px;
}
