.wishlist-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wishlist-items li {
   
    padding: 16px 4px;
   	margin-left: 0 !important;
    background-color: #f3f3f3;
    
}
.wishlist-product-thumbnail {
    margin-right: 4px;
	width:80px; 
	display:inline-block;
	flex-shrink:0;
}


 

.wishlist-product-price {
    font-weight: bold;
}
 

button.wishlist-button {
    
	    background-color: #dfdfdf;
    font-size: 1rem;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #278aae;
    line-height: 1.4rem;
    min-height: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1px 2px;
}

button.wishlist-button:hover {
    background-color: #2db2c7;
}
.shop-container .product-small button.wishlist-button:hover i {
    color: white;
}
button.remove-from-wishlist {
    border: none;
    /* background-color: #f3e9e9; */
    cursor: pointer;
	transition:all ease .3s;
	border-radius:2px;
	margin: 0 4px 0 0;
    padding: 0 8px;
	color:#c94a4aed;
}
button.remove-from-wishlist:hover {
   color:white;
    background-color: #c94a4aed; 
	
}
 
 

@media only screen and (max-width: 480px) {
  /* Styles for mobile devices */
   button.wishlist-button {
    
	 
	margin:4px;
}
}

/* Tablet (481px to 1024px) */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  /* Styles for tablet devices */
   	margin:16px;
}

/* Desktop (1025px and above) */
@media only screen and (min-width: 1025px) {
  /* Styles for desktop devices */
 margin:16px;
}

 

.wishlist-items .add-to-cart {
    font-size: 0.8rem;
	margin-bottom:0!important;
}
.wishlist-category-container {
     padding:0;
    
}
.atc-btn-container{
width:100%	;
	text-align:end;
}
.wishlist-product-infor-container{
	width:100%; 
	display:flex;
	align-items: flex-start;
} 

.wishlist-category-container h3 {
	border-bottom: 1px solid #ececec; 
}

.shop-container .product-small .image-glow {
    position: relative;
}

