.wishlist-table-container .heading{
    font-size: 1.5rem;
    padding-bottom: 1rem;
    color: var(--black-80);
}
.wishlist-table-container .quantity-container-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-table-container .wishlist-product-name-wrapper{
   text-align: left;
}
.wishlist-table-container .wishlist-product-name-wrapper .stock-content{
    padding-top: 0.4rem;
    color: #8FA822;
}
.wishlist-table-container .title-2{
    padding: 0 4rem;
}
.wishlist-table-container thead th{
    text-align: left;
}
.wishlist-table-container thead .title-2{
    text-align: center;
}
.wishlist-table-container .in-stock{
    font-size: 1.125rem;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.wishlist-table-container .product-info-container .checkbox-wrapper-container{
    margin-right: 2rem;
}
.wishlist-table-container .price{
    font-family: Arial, Helvetica, sans-serif;
}
.wishlist-table-container .btn-wrapper-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}
.wishlist-table-container .btn-wrapper-container .btn-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-table-container .btn-wrapper-container .button-gray{
    color: rgba(0, 0, 0, .32);
}
.btn-wrapper-container .btn-col .action-btn,
.btn-wrapper-container .btn-col .button-gray{
    margin-right: 1rem;
}
.action-btn{
    display: flex;
    justify-content:center;
    position:relative;
    width:fit-content;
}

.btn-wrapper-container .dropdown{
   padding: 0.9rem 0.5rem; 
   padding-right: 8rem;
   text-align: left;
   border: 1px solid #D3D3D3;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold ;
   position: relative;
   appearance: none;
}
.btn-wrapper-container .select-dropdown-container{
    position: absolute;
    right: 7px;
    transform: translate(0,50%);
}
