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

.productboxinner {
	border: 1px solid #ddd;
	position: relative;
	cursor: default;
	padding: 35px 15px 20px;
	background: #f5f5f5;
	clear: both;
	min-height: 185px;
}

#products-box .product-box:nth-child(odd) .productboxinner {
	border-right: none;
}

#products-box .product-box:last-child .productboxinner {
	border-right: 1px solid #dddddd;;
}

.product-box .image-box {
	width: 120px;
	height: 120px;
	float: left;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.product-box:hover .image-box .product-img {
	opacity: 0.8;
}

.product-box .image-box span.product-img {
	display: block;
	width: 100%;
	height: 110px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.product-box .product-stars .fa {
	color: #fd9000;
}

.product-box .product-title {
	font-size: 14px;
	font-weight: 500;
	display: block;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 1px;
}

.product-box .product-title a,
.product-box .product-title a:hover {
	color: #222222;
	text-decoration: none;
	outline: 0;
}

.isolate {
	border: 0 solid #cccccc;
	border-top-width: 1px;
	line-height: 1.8;
	margin: 3px 2px auto 155px;
}

.product-box .product-price {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	clear: left;
	float: left;
	margin: 0 5px 0 0;
}

.product-box .rating-stars {
	font-size: 14px;
	margin: 0;
}

.product-box ul.product-features {
	margin-left: 15px;
}

.product-box ul.product-features li {
	font-size: 11px;
	color: #000000;
	line-height: 1.3;
	margin-left: 0;
}

.wishlistbtnarea {
	margin-top: 8px;
}

.wishlistbtnarea a.btn-remove,
.product-box .wishlistbtnarea .product-compare {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #999999;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
}

.product-box .wishlistbtnarea .product-compare {
	left: 12px;
	top: 7px;
	right: auto;
	margin: 0;
	padding: 0 3px 2px 10px;
}

.product-box .product-compare input[type="checkbox"] {
	margin-right: 5px;
}

.product-box .item-counts span {
	text-transform: uppercase;
	font-size: 8px;
	color: #000000;
	margin: 0 2px;
}

/** With tips at the side-top of each box */
.product-box .item-hover-actions {
	display: none;
}

.product-box:hover .item-hover-actions {
	display: block;
}

.product-box .item-hover-actions .tip-left,
.product-box .item-hover-actions .tip-right {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #eeeeee;
	text-align: center;
	color: #000000;
	position: absolute;
	top: 2px;
	min-width: 50px;
	line-height: .9;
	padding: 2px 1px;
}

.product-box .item-hover-actions .tip-left {
	left: 4px;
}

.product-box .item-hover-actions .tip-right {
	left: auto;
	right: 4px;
}

.product-box .item-hover-actions span {
	text-transform: uppercase;
	font-size: 8px;
	color: #000000;
	margin: 0 2px;
}

/** With strip at the bottom of each box */
.product-box .item-counts-strip {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	line-height: .9;
	padding: 5px 5px;
}

.product-box:hover .item-counts-strip {
	background: rgb(0, 0, 0);
}

.product-box .item-counts-strip span {
	clear: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 8px;
	color: #ffffff;
	line-height: 2.0;
}

.tip-left {
	left: 10px;
	text-align: left;
	float: left;
}

.tip-right {
	right: 20px;
	text-align: right;
	float: right;
}

/** With strip at the bottom of each box */

.product-box.w100p {
	width: 100%;
	text-align: left;
}

.product-box h3 {
	line-height: 1.4;
	margin: 2px;
	color: #000000;
	font-weight: bold;
}

.product-box.w100p .image-box {
	float: left;
	vertical-align: middle;
	text-align: center;
}

.product-box.w100p .image-box img {
	max-width: 100%;
}

.product-box .product-info-box {
	width: calc(100% - 130px);
	float: left;
	padding: 2px 0px 0px 8px;
	border: none;
	margin-left: 8px;
}

.product-box.w100p .cat-text {
	margin: 10px 10px 10px 10px;
}

.wishlistbtnarea .btn {
	padding: 6px 10px 6px 8px;
	margin-bottom: 5px;
}

.jdatabasequery {
	white-space: pre;
	overflow: auto;
	-ms-word-break: normal;
	word-break: normal;
	-ms-word-wrap: normal;
	word-wrap: normal;
}

/*
div[id^="query-form-"].modal {
	width: 495px;
	margin-left: -245px;
}
*/

/* FILTERS */
#filter-box {
	width: 245px;
}

#sell-filter {
	width: 220px;
	margin-left: 20px;
	padding: 2px;
	border: 1px solid #dedede;
	height: 100%;
}

#sell-filter .filter-title {
	font-weight: normal;
	border: 1px solid #dedbcb;
	border-bottom-width: 0;
	background-color: #eee2c6;
	color: #3c3c3c;
	line-height: 1.5;
	margin: 0;
	padding: 2px 3px;
	border-radius: 1px 1px 0 0;
	white-space: nowrap;
	height: 18px;
}

#sell-filter .filter-title > div {
	width: 92%;
	float: left;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: default;
}

#sell-filter .filter-title .clear-filter {
	font-size: 12px;
	font-weight: bold;
	line-height: 0.9;
	color: #ff0000;
	background: #ffffff;
	cursor: pointer;
	margin-top: 3px;
	padding: 0 2px 2px;
	border-radius: 4px;
}

#sell-filter .filter-snap-in {
	background-color: #fefff0;
	border-radius: 0;
	padding: 2px;
}

#sell-filter div.search-filter {
	border: 1px solid #dddddd;
	border-radius: 0;
	height: 24px;
	margin: 0 auto;
	background-color: #fcfcfc;
}

#sell-filter div.search-filter > input {
	background: none;
	border: none;
	box-shadow: none !important;
	overflow-x: hidden !important;
}

#sell-filter div.search-filter > input:hover,
#sell-filter div.search-filter > input:focus,
#sell-filter div.search-filter > input:active {
	border: none;
	box-shadow: none !important;
	-webkit-box-shadow: none;
}

#sell-filter .filter-choices {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffff;
	border: 1px solid #dedbcb;
	border-top-width: 0;
}

#sell-filter .filter-choice {
	margin: 2px 0;
}

#sell-filter .filter-choice label {
	margin: 2px 2px;
}

#sell-filter .filter-choice input {
	margin: 0 2px;
}

.filter-snap-in.filter-collapse {
	margin-bottom: 5px;
}

.filter-snap-in .filter-title i.fold,
.filter-snap-in .filter-title i.unfold {
	cursor: pointer;
}

.filter-snap-in .filter-title i.unfold {
	display: none;
}

.filter-snap-in.filter-collapse .filter-title i.fold,
.filter-snap-in.filter-collapse .search-filter,
.filter-snap-in.filter-collapse .filter-choices {
	display: none;
}

.filter-snap-in.filter-collapse .filter-title i.unfold {
	display: inline-block;
}

.filter-snap-in label.disabled {
	color: #cecece;
}

/* FILTERS */
.category-link {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: default;
}

.category-link a:hover {
	text-decoration: none;
	text-shadow: 0 1px #5de4ff;
}

.cursor-normal {
	cursor: default;
}

.rating-stock {
	margin: 5px 0;
}

.stock-level span.label {
	padding: 3px 6px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 10px;
	vertical-align: middle;
}

.product-box-foot {
	bottom: 2px;
}

.product-text {
	padding-top: 5px;
	color: #000000;
	font-size: 12px;
	line-height: 1.4;
}


.btn-remove-item {
	color: #aa0000;
	font-weight: normal;
	margin: auto 6px;
}

.btn-remove-item:hover,
.btn-remove-item:active,
.btn-remove-item:focus {
	color: #ee0000;
}

@media (max-width: 520px) {
	.product-box {
		text-align: center;
	}

	.product-box .image-box {
		float: none;
		width: 265px;
		max-width: 100%;
		max-height: 250px;
		margin: 8px auto 15px;
	}

	.pricearea {
		display: inline-block;
	}

	.product-box .product-info-box {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
}

