.menu-search{
	border-radius: 30px;
}

.fa{
	font: normal normal normal 14px / 1 FontAwesome !important;
}

.fa-bookmark-o:before {
	content: "\f097";
}

.ibid-breadcrumbs h1 span, .ibid-breadcrumbs h1{
	font-size: 26px;
}

footer.has-footer-widgets .footer-top{
	padding-top: 40px;
}

ul li, ol li{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.widget_search .search-field,
.full-width-part .more-link,
.no-results input,
.no-results input[type="submit"],
.pagination .page-numbers{
	border-radius: 30px;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	pointer-events: none;
}

.woocommerce-account .woocommerce h2{
	text-align: center;
}

p.woocommerce-LostPassword.lost_password{
	float: left;
}

p.woocommerce-LostPassword.lost_password a{
	color: #0e76d8;
}

.woocommerce-MyAccount-navigation-link--my-auction-bids,
.woocommerce-MyAccount-navigation-link--my-watchlist,
.woocommerce-MyAccount-navigation-link--my-auction-activity{
	display: none;
}

/*Instant search results*/
div#datafetch .search-result {
	position: absolute;
	z-index: 1;
	background: #fff;
	left: 200px;
	margin-top: 20px;
	padding: 15px 0px;
	border-radius: 5px;
	box-shadow: 0 0 25px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
	-ms-box-shadow: 0 0 25px rgba(0,0,0,.05);
	list-style-type: none;
}
div#datafetch .search-result li {
	margin: 0;
	line-height: 1;
	font-size: 15px;
	padding: 5px 20px;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
	text-align: left;
}
div#datafetch .search-result li:hover {
	background: #f5f5f5;
}
div#datafetch .search-result li a {
	font-size: 15px;
	color: #252525;
}
div#datafetch .search-result::before,
div#datafetch .search-result::after {
	left: 40px;
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: -23px;
}
div#datafetch .search-result::before {
	border-color: transparent;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
#datafetch img {
	max-width: 30px;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
}
div#datafetch .search-result::after {
	border-color: transparent transparent #fff;
	border-width: 12px;
}