.favorites-list{
	.col_add_cart{
		vertical-align:middle;
		text-align:center;
	}
	tr{
		border-bottom: 1px solid #ddd;
	}
}




@media only screen and (max-width: 768px) {

	.favorites-list{
		margin-top: 120px !important;
		.col_add_cart{
			.btn-default{
				margin-top:80px;
			}
		}
	}

	.fav-footer-buttons{
		margin-top: 20px;
		.btn_sal{
			width:100%;
			margin-left:-1px;
			margin-bottom: 15px;
		}
	}
	
}