#yith-wcwl-form table.wishlist_view td {
    border-top: none !important;
    text-align: left;
    padding: 4px 8px 4px 8px !important;
    margin-bottom: 8px;
	vertical-align: middle;
}

#yith-wcwl-form table.wishlist_view thead tr, #yith-wcwl-form table.wishlist_view tbody tr {
    margin-bottom: 0 !important;
    padding: 4px 8px 4px 8px !important;
}

table.wishlist_table thead th, table.wishlist_table tbody td{
	text-align:left;
	align-items:left;
}

#yith-wcwl-form table.wishlist_view {
    font-size: 16px !important;
    border: none !important;
}

a.remove.remove_from_wishlist, 
td.product-name a{
	color: #22396A !important;
}

#yith-wcwl-form .wishlist-items-wrapper .product-add-to-cart a{
	border-radius: 4px !important;
    display: flex !important;
    padding: 8px 8px 8px 8px;
    align-items: center;
    justify-content: center;
    color: white;
    min-width: 115px !important;
    text-transform: uppercase;
	max-width:50px !important;
}

.woocommerce .wishlist-title h2{
	display:none;
}


@media(max-width:768px){
	.wishlist_table .product-add-to-cart a{
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: fit-content !important;
		text-align: center;
		height: 44px;
		padding: 6px 25px !important;
		color:white;
	}
    .wishlist_table.mobile li .item-details h3{
        font-size: 15px;
    }
    
    .wishlist_table.mobile .additional-info-wrapper{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
        padding: 0;
    }
    
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li{
        margin-bottom: 20px;
        padding: 20px;
        background: white;
		box-shadow: 2px 2px 2px 2px #EDEDED;
    	border-radius: 10px;
    }
	.wishlist_table.mobile li table.additional-info tr{
		display: flex;
    	align-items: center;
		gap: 10px;
	}
	.wishlist_table.mobile li table.additional-info tr .label,
	.wishlist_table.mobile li table.additional-info tr .value{
		width: auto;
	}
    
    .wishlist_table.mobile .additional-info-wrapper .product-add-to-cart{
        order: 2;
    }
    
    .wishlist_table.mobile .additional-info-wrapper .product-remove{
        order: 1;
    }
    .wishlist_table.mobile table.item-details-table tbody tr{
        display: flex;
        align-items: center;
		gap: 10px;
    }
	.wishlist_table.mobile li .item-details table.item-details-table td.label{
		width:unset;
	}
	.row-price-remove{
		margin: unset;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
	}
}
.woocommerce-MyAccount-content a[href*="edit-account"],
.woocommerce .wishlist-title{
    display: none !important;
}

