#difstheme_wrap_list {
	float: left;
	width: 100%;
}
#difstheme_wrap_list.difs_has_filters .difs_domain_list {
	float: right;
	width: 74%;
}
#difstheme_wrap_list .difs_wrap_list_filters {
	clear: left;
	float: left;
	width: 23%;
}
#difstheme_wrap_list .difstheme_list_search {
	float: left;
	margin: 0 0 1em;
	width: 100%;
}
#difstheme_wrap_list .difs_keyword {
	background: #fcfcfc;
	border: 1px solid #bbb;
	border-left-color: #aaa;
	border-top-color: #aaa;
	border-right: 0 none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
	border-radius: 5px 0 0 5px;
	color: #777;
	float: left;
	font-size: 0.875em;
	font-weight: bold;
	height: 32px !important;
	outline: none;
	margin: 0 0 1em;
	padding: 0.1em 0.5em;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	transition: background-color .3s, border-color .3s, color .3s;
	width: 80%;
}
#difstheme_wrap_list .difs_keyword:focus,
#difstheme_wrap_list .difs_keyword:active {
	background: #fbfbfb;
	border-color: #a0a0a0 #b0b0b0 #b0b0b0 #a0a0a0;
}
#difstheme_wrap_list .difs_wrap_search .difs_button {
	border-radius: 0 5px 5px 0;
	float: right;
	height: 32px !important;
	position: relative;
	padding: 0 1em;
	width: 20%;
}
#difstheme_wrap_list .difs_wrap_search label {
	border: 0 none !important;
	clip: rect(1px,1px,1px,1px);
	clip: rect(1px 1px 1px 1px);
	height: 1px !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
#difstheme_wrap_list .difs_wrap_filters fieldset {
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 0 0 0.5em;
	padding: 0.5em 1em;
}
#difstheme_wrap_list .difs_wrap_filters .difs_button {
	font-size: 1em;
}
#difstheme_wrap_list .difs_domain_list_error {
	background: #fff;
	border-box: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	float: left;
	padding: 1em;
	width: 100%;
}
#difstheme_wrap_list .difs_domain_list_empty {
	background: #fff;
	border: 1px solid #aaa;
	border-color: #bbb #aaa #aaa #bbb;
	border-radius: 5px;
	float: left;
	font-size: smaller;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 1em;
	width: 100%;
}
#difstheme_wrap_list .difs_domain_list h3 {
	float: left;
}
#difstheme_wrap_list h3 {
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0.5em;
	padding: 0;
}
#difstheme_wrap_list .difs_message {
	background: rgba(255,255,255,0.75);
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: bold;
	left: 0;
	min-height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 100%;
	z-index: 10000;
}
#difstheme_wrap_list .difs_message .difs_wrap_icon {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#difstheme_wrap_list .difs_message ul,
#difstheme_wrap_list .difs_message li {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
#difstheme_wrap_list .difs_message ul {
	left: 0;
	margin: 40px 0 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#difstheme_wrap_list .difs_list_subheading {
	float: left;
	font-size: smaller;
	width: 100%;

}
#difstheme_wrap_list .difs_list_subheading ul,
#difstheme_wrap_list .difs_list_subheading li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#difstheme_wrap_list .difs_list_subheading li {
	border: 1px solid #aaa;
	border-color: #bbb #aaa #aaa #bbb;
	border-radius: 15px;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
	color: #5f5f5f;
	cursor: pointer;
	line-height: 1;
	margin: 0 0.5em 0 0;
	padding: 2px 1em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	white-space: nowrap;
}
#difstheme_wrap_list .difs_list_subheading li:last-child {
	margin-right: 0;
}
#difstheme_wrap_list .difs_list_subheading .difs_list_filters {
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
	border: 1px solid #aaa;
	border-color: #bbb #aaa #aaa #bbb;
	border-radius: 5px;
	display: inline-block;
	margin: 0 1em 1em 0;
	overflow: hidden;
	padding: 0.25em 1em;
	position: relative;
}
#difstheme_wrap_list .difs_list_subheading .difs_list_filters.difs_has_multiple {
	padding-right: 4em;
}
#difstheme_wrap_list .difs_list_subheading .difs_list_filter {
	position: relative;
}
#difstheme_wrap_list .difs_list_subheading .difs_filter_remove {
	color: #c40000;
	float: none;
	font-weight: bold;
	margin: 0 -0.5em 0 0;
	padding: 0 0.5em;
	text-decoration: none;
}
#difstheme_wrap_list .difs_list_subheading .difs_filter_remove_all {
	border-left: 1px solid #aaa;
	color: #7f7f7f;
	font-weight: bold;
	height: 100%;
	min-height: 100%;
	padding: 0.33em 1em;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
	top: 0;
}
#difstheme_wrap_list .difs_permanent_link,
#difstheme_wrap_list .difs_reset_all {
	float: right;
	font-size: smaller;
	margin: 0 0 0.5em 0.5em;
	padding: 0.5em 1em;
	text-decoration: none;
}
#difstheme_wrap_list ul,
#difstheme_wrap_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#difstheme_wrap_list ul.difs_list {
	background: #fefefe;
	border: 1px solid #bbb;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1) inset;
	float: left;
	height: auto;
	max-height: 500px !important;
	overflow: auto;
	width: 100%;
}
#difstheme_wrap_list ul.difs_list > li {
	border-bottom: 1px solid #ddd;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0.5em 1.5em;
	position: relative;
	width: 100%;
}
#difstheme_wrap_list ul.difs_list > li:last-child {
	border-bottom: 0 none;
}
#difstheme_wrap_list ul a {
	float: left;
	font-size: 0.857em;
	font-weight: bold;
	text-decoration: none;
}
#difstheme_wrap_list ul.difs_list_pager,
#difstheme_wrap_list ul.difs_list_pager li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#difstheme_wrap_list ul.difs_list_pager li {
	float: left;
}
#difstheme_wrap_list ul.difs_list_pager li a {
	float: left;
  font-size: smaller;
  margin: 1em 4px 1em 0;
  padding: 0.5em 1em;
}
#difstheme_wrap_list ul.difs_list_pager li a.difs_active {
	opacity: 0.5;
}
#difstheme_wrap_list .difs_list_pager li:last-child a {
  margin-right: 0;
}
#difstheme_wrap_list .difs_description {
	color: #555;
	font-size: smaller;
}
#difstheme_wrap_list .difs_item_status_closed {
	background: #fff7f7;
}
#difstheme_wrap_list .difs_item_status_sold {
	background: #f7faff;
}
#difstheme_wrap_list a.difs_url {
	clear: right;
	float: left;
	padding: 0.5em 0;
}
#difstheme_wrap_list a.difs_url.difs_has_logo {
	display: table;
}
#difstheme_wrap_list a.difs_url.difs_has_logo > .difs_wrap {
	display: table-cell;
}
#difstheme_wrap_list .difs_logo {
	height: auto;
	margin: -0.5em 1em 0 0;
	vertical-align: middle;
	width: 128px;
}
#difstheme_wrap_list .difs_tags {
	float: left;
	font-size: smaller;
	font-weight: bold;
	margin: 0 0 0 1em;
	padding: 0.25em 0;
	line-height: 1;
}
#difstheme_wrap_list .difs_tags ul {
	overflow: visible;
}
#difstheme_wrap_list .difs_tags li.difs_tag {
	background: #efefef;
	background: linear-gradient(to bottom, #ffffff 1%,#efefef 100%);
	border: 1px solid #cfcfcf;
	border-bottom-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-radius: 15px 0 0 15px;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
	color: #7f7f7f;
	display: inline-block;
	font-size: x-small;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 2px 7px 2px 15px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	transition: background-color .3s, border-color .3s, color .3s, opacity .3s, text-shadow .3s;
	z-index: 1000;
}
#difstheme_wrap_list .difs_tags li.difs_tag:after {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-left-color: #afafaf;
	border-top-color: #afafaf;
	border-radius: 50%;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	content: '';
	height: 7px;
	left: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .3s, border-color .3s;
	width: 7px;
}
#difstheme_wrap_list a.difs_price {
	font-weight: bold;
	float: right;
	line-height: 1;
	padding: 0.55em 1em;
}
#difstheme_wrap_list .difs_marks,
#difstheme_wrap_list .difs_marks,
#difstheme_wrap_list .difs_countdown {
	float: left;
	font-size: smaller;
	font-weight: bold;
	margin: 0 0 0 1em;
	padding: 0.5em 0;
}
#difstheme_wrap_list .difs_countdown {
	color: #c40000;
}
#difstheme_wrap_list .difs_countdown .difs_end_date {
	background: transparent;
	border: 0 none;
	line-height: 1;
	padding: 0;
	margin: 0;
}
#difstheme_wrap_list .difs_end_date {
	color: #c40000;
}
#difstheme_wrap_list .difs_end_date .is-countdown {
	background: transparent;
	border: 0 none;
	display: inline;
}
#difstheme_wrap_list .difs_end_date .is-countdown .countdown-amount {
	font-size: 100% !important;
}
#difstheme_wrap_list ul.pagination {
	float: left;
	margin: 0 0 1em;
	overflow: visible;
	width: auto;
}
#difstheme_wrap_list ul.pagination li {
	float: left;
	font-weight: bold;
	margin: 0 0.5em 0 0;
	padding: 0;
}
#difstheme_wrap_list ul.pagination li:last-child {
	margin: 0;
}
#difstheme_wrap_list ul.pagination li.disabled a {
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	opacity: 1;
}
#difstheme_wrap_list ul.pagination a,
#difstheme_wrap_list a.difs_make_offer {
	float: right;
	font-size: inherit;
	padding: 1px 1em;
}
@media screen and (max-width: 768px) {
	#difstheme_wrap_list.difs_has_filters .difs_domain_list,
	#difstheme_wrap_list .difs_list_filters,
	#difstheme_wrap_list .difs_wrap_list_filters {
		width: 100%;
	}
	#difstheme_wrap_list .difs_keyword {
		width: 65%;
	}
	#difstheme_wrap_list .difs_wrap_search .difs_button {
		width: 35%;
	}
	#difstheme_wrap_list .difs_wrap_list_filters {
		border-top: 1px solid #ccc;
		padding: 1em 0 0;
		margin: 1em 0 0;
	}
	#difstheme_wrap_list .dfis_keyword,
	#difstheme_wrap_list .difs_permanent_link,
	#difstheme_wrap_list .difs_reset_all {
		margin: 0 0 1em;
		width: 100%;
	}
	#difstheme_wrap_list .difs_tags ul li.difs_tag {
		clear: both;
		float: left;
		margin: 0.5em 0 0;
	}
}