#iqitwishlist-modal {
  text-align: center; }
  #iqitwishlist-modal .forgot-password {
    margin-bottom: 1rem; }

#iqitwishlist-user-products .iqitwishlist-product ._name {
  padding: 0; }

.btn-iqitwishlist-add .added {
  display: none; }

.btn-iqitwishlist-add.iqitwishlist-added .added {
  display: inline-block; }

.btn-iqitwishlist-add.iqitwishlist-added .not-added {
  display: none; }

/*# sourceMappingURL=front.css.map*/


.wishlist-tittle-cart{
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.cart-listing-main {
  max-height: 214px;
  overflow-y: scroll;
  padding-right: 5px;
}
.cart-listing-main::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}
.cart-listing-main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.cart-listing-main::-webkit-scrollbar-thumb {
  background-color: #8E8E8E;
}
.cart-listing-product{
  border: 1px solid #E5E5E5;
}
.cart-listing-product .main{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 10px;
  align-items: center;
  grid-gap: 5px;
}
.cart-listing-product .main:last-child{
  border: 0;
}
.cart-listing-product .name{
  width: 70%;
}
.cart-listing-product .main .other {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 13px;
}
.cart-listing-product .name p{
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.cart-listing-product .main .other p{
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
}
.cart-listing-product .main .other .shop-icon {
  height: 28px;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 12px 8px 6px;
  position: relative;
}
.cart-listing-product .main .other .shop-icon i{
  color: #fff;
}
.cart-listing-product .main .other .shop-icon:after{
  content: "+";
  width: 10px;
  height: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
}