.lava-wish-list {
	thead {
		background: #f4f4f4;

		tr {
			th {
				font-size: 12px;
				text-transform: uppercase;
				font-weight: 700;
				letter-spacing: 2px;
				padding: 5px 15px;
				color: #666;
			}
		}
	}
	tbody {
		tr {
			border-bottom: 1px solid #e9e9e9;
			td {
				vertical-align: middle;
				padding:15px;
				&:first-child {
					padding:0;
				}
				a {
					img {
						vertical-align: middle;
					}
				}
			}
		}	
	}
}

.lava_favorite{
	.lv-favroite-loading-image{
		width:13px !important;
		height:13px !important;
	}
	&.disabled{
		i{display:none;}
	}
}