.wpecwl-table{
	border:1px solid #ccc;
}
.wpecwl-table thead{
	background:#ccc;
}
.wpecwl-table td{
	padding:10px; 
}
.wpecwl-table th{
	padding:10px; 
}
.wpecwl_add {
    width: 20px;
}
.wpecwl_remove{
	cursor:pointer;
}

#wpecwl {

}

#wpecwl ul {

}

#wpecwl ul li {
	padding:0 0 10px 0;
}

#wpecwl ul li .wished_item_image,
#wpecwl ul li a:nth-child(1) {
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align:top;
	width:22%;
}

#wpecwl ul li .item_image a,
#wpecwl ul li a:nth-child(1) a {
	display:block;
	line-height:0;
}

#wpecwl ul li a:nth-child(1) img {
	border:1px solid #eee;
	height:auto;
}

#wpecwl ul li .wished-product-title,
#wpecwl ul li a:nth-child(2) {
	display:inline-block;
	margin:10px 5px 0 0;
	vertical-align:top;
	width:65%;
	text-decoration:none;
}

#wpecwl ul li a:nth-child(3) {
	display:inline-block;
	margin:10px 0 0 0;
	vertical-align:top;
	width:5%;
}

#wpecwl ul li a:nth-child(3) img {
	height:auto;
	max-width:16px;
	box-shadow: none;
}

/* #Tablet 768px  -- and (max-width: 1010px) -- */

    @media only screen and (min-width: 768px) and (max-width: 1010px) {

		#wpecwl ul li .wished-product-title,
		#wpecwl ul li a:nth-child(2) {
			margin:0 5px 0 0;
			width:60%;
		}

	}
	
/* #Mobile 320px */

    @media only screen and (min-width: 320px) and (max-width: 767px) {

		#wpecwl ul li .wished_item_image,
		#wpecwl ul li a:nth-child(1) {
			margin:0 10px 0 0;
			width:75px;
		}

		#wpecwl ul li .wished-product-title,
		#wpecwl ul li a:nth-child(2) {
			margin:20px 5px 0 0;
			width:60%;
		}
		
		#wpecwl ul li a:nth-child(3) {
			float:right;
			margin:20px 0 0 0;
		}

	}