#nicewishlist-modal {
  text-align: center; }
  #nicewishlist-modal .forgot-password {
    margin-bottom: 1rem; }

#nicewishlist-user-products .nicewishlist-product ._name {
  padding: 0; }

.btn-nicewishlist-add .added {
  display: none; }

.btn-nicewishlist-add.nicewishlist-added .added {
  display: inline-block; }

.btn-nicewishlist-add.nicewishlist-added .not-added {
  display: none; }

.list-nicewishlist svg{
    width: 20px;
    height: 20px;
}
.btn-nicewishlist-product #nice-wishlist-product-btn{
    -webkit-appearance: initial;
}
.list-nicewishlist {
    position: absolute;
    width: 30PX;
    HEIGHT: 30PX;
    top: 9px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 4px;
}


#nice-wishlist-product-btn{
	
	
	 background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10PX;
    box-shadow: #0000002b 0px 0px 5px 2px;
    margin-left: 10px;
	
}

.list-nicewishlist:hover {
    color: #2fb5d2;
    text-decoration: none !important;
}
.list-nicewishlist:focus {
    outline: none !important;
    outline-offset: -2px;
     text-decoration: none !important;
}
.wishproduct{

display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    margin-bottom: 5px;
    
    
   }
   


.nw-box {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 999999;
    max-width: 380px;
     background: #ca5058;
    color: #fff;
    padding: 1rem;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    min-width: 250px;
    font-weight: 700;
    border-radius: 5px;
    
}

 .nw-show {
    visibility: visible;
    opacity: 0.9;
}


.nw-content {
    animation-name: animSlide;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.7,0,.3,1);
}


.wishmobile{
    display: flex;
    align-items: center;
    float: right;
    margin-top: 0.26rem;
}
.wishmobile a{
    display: flex;
    padding: 0px !important;
    padding-top: 10px !important;
    PADDING-RIGHT: 10PX !important;
}


#nicewishlist-user-products .nicewishlist-product ._name {
    padding: 0;
    flex: 1;
    max-width: 20%;
    /* overflow: hidden; */
}
@media (max-width: 480px ) {
    .list-nicewishlist {
        top: 13px;
        right: 3px;
    }
    #search .list-nicewishlist svg{
        width: 16px;
        height: 16px;
    }

}
/*# sourceMappingURL=front.css.map*/