
 .user-menu a.user-wishlist label
	{
	font-weight: bold;
	}

 #wishlist-block
	{
	width: 100%;
	max-width: 840px;
	}


/*-------- EMPTY WHISHLIST --------*/

 .empty-wishlist
	{
	text-align: center;
	}

 .empty-wishlist h4
	{
	margin: 30px 0;
	font-size: 18px;
	font-weight: normal;
	color: #555555;
	text-align: center;
	}

 .empty-wishlist img
	{
	width: 40%;
	margin-left: -8%;
	}


/*-------- WHISHLIST TABLE --------*/

 #wishlist-table
	{
	margin-top: 10px;
	width: 100%;
	table-layout: fixed;
	}

 #wishlist-table th,
 #wishlist-table td
	{
	padding: 0 5px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	*border: 1px solid red;
	}

 #wishlist-table th
	{
	height: 48px;
	font-weight: normal;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	*background-color: #f6f6f6;
	}
 #wishlist-table th:first-child
	{
	border-left: 1px solid #dddddd;
	}
 #wishlist-table th:last-child
	{
	border-right: 1px solid #dddddd;
	}

 #wishlist-table td
	{
	*height: 100px;
	padding: 13px 0;
	border-bottom: 1px solid #dddddd;
	*border: 1px solid red;
	}
 #wishlist-table tr:hover td
	{
	background-color: #f6f6f7;
	}

 #wishlist-table .td-delete
	{
	width: 60px;
	text-align: center;
	}

 #wishlist-table .td-photo
	{
	width: 70px;
	}
 #wishlist-table .td-photo img
	{
	width: 100%;
	}

 #wishlist-table .td-name
	{
	padding: 0 15px;
	}

 #wishlist-table .td-name a
	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
 #wishlist-table .td-name a:hover
	{
	text-decoration: underline;
	}

 #wishlist-table .td-name .subtitle
	{
	margin-top: 2px;
	color: #505050;
	}

 #wishlist-table .td-price
	{
	width: 100px;
	}

 #wishlist-table td.td-price
	{
	font-weight: bold;
	}

 #wishlist-table .td-in-stock
	{
	width: 150px;
	}

 #wishlist-table .td-to-cart
	{
	width: 140px;
	}

 #wishlist-table .div-name
	{
	display: none;
	position: absolute;
	top: 12px;
	left: 20px;
	text-align: left;
	}

 #wishlist-table .div-name a
	{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
 #wishlist-table .div-name a:hover
	{
	text-decoration: underline;
	}

 #wishlist-table .yes
	{
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding-left: 15px;
	font-size: 13px;
	color: #000000;
	}
 #wishlist-table .yes:before
	{
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #00aa00;
	border-radius: 50%;
	}

 #wishlist-table .no
	{
	font-size: 13px;
	color: #999999;
	}

 #wishlist-table .to-cart
	{
	display: inline-block;
	border: 2px solid #000000;
	cursor: pointer;
	}
 #wishlist-table .to-cart span
	{
	display: inline-block;
	padding: 9px 18px 9px 36px;
	background: url("images/cart.png") 8px center no-repeat;
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	border: 1px solid transparent;
	transition: border 0.3s ease;
	}
 #wishlist-table .to-cart:hover span
	{
	border-color: #000000;
	}

/*
 #wishlist-table .to-cart
	{
	display: inline-block;
	padding: 9px 10px;
	padding-left: 36px;
	font-size: 12px;
	background: url("images/cart.png") 8px center no-repeat;
	background-size: 20px auto;
	background-color: #22aaff;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	}
 #wishlist-table .to-cart:hover
	{
	background-color: RGB(0,200,255);
	}
*/

 #wishlist-table .delete-btn
	{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	background: url("images/delete.png") 0 0 no-repeat;
	background-size: cover;
	cursor: pointer;
	outline: none;
	}

 #wishlist-table .delete-btn:hover
	{
	opacity: 0.6;
	}


/*-------- MOBILE --------*/

@media (max-width: 850px) 
 {
 #wishlist-table .td-delete
	{
	width: 40px;
	}

 #wishlist-table .td-price
	{
	width: 70px;
	}
 }


@media (max-width: 670px) 
 {
 .empty-wishlist img
	{
	width: 50%;
	}

 #wishlist-table .td-name a
	{
	font-weight: normal;
	}

 #wishlist-table .td-in-stock
	{
	display: none;
	}

 #wishlist-table .td-to-cart
	{
	width: 50px;
	}

 #wishlist-table .to-cart
	{
	width: 40px;
	height: 20px;
	border: none;
	background: url("images/cart.png") center center no-repeat;
	}
 #wishlist-table .to-cart span
	{
	display: none;
	}
 }


@media (max-width: 480px)
 {
 #wishlist-table
	{
	display: block;
	border-top: 1px solid #dddddd;
	}

 #wishlist-table tbody
	{
	display: block;
	}

 #wishlist-table .header
	{
	display: none;
	}

 #wishlist-table tr
	{
	position: relative;
	display: block;
	width: 100%;
	min-height: 80px;
	box-sizing: border-box;
	padding: 10px 0;
	padding-left: 105px;
	border-bottom: 1px solid #dddddd;
	}

 #wishlist-table td
	{
	display: inline-block;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	background: none !important;
	}

 #wishlist-table .td-delete
	{
	position: absolute;
	top: 30px;
	left: 0px;
	width: auto;
	}

 #wishlist-table .td-photo
	{
	position: absolute;
	top: 10px;
	left: 30px;
	width: 60px;
	}

 #wishlist-table .td-name
	{
	width: 100%;
	padding: 0;
	padding-bottom: 6px;
	}

 #wishlist-table .td-name a
	{
	font-weight: normal;
	font-size: 13px;
	}

 #wishlist-table .td-price
	{
	display: inline-block;
	width: auto;
	padding: 0;
	}

 #wishlist-table .td-to-cart
	{
	position: absolute;
	top: 30px;
	right: 0px;
	width: auto;
	}

 #wishlist-table .td-in-stock
	{
	display: none;
	}
 }
