
.is-ajax-search .is-loader-image {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
	right: 5px;
	z-index: 9999;
	width: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}

.is-ajax-search.processing .is-loader-image {
	display: block;
}

.is-ajax-search label {
	position: relative;
}

.is-ajax-search-details, .is-ajax-search-details *, .is-ajax-search-result, .is-ajax-search-result * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	outline: 0 !important;
	margin: 0;
	border: 0;
	border-radius: 0;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
	text-decoration: none;
	text-align: left;
	letter-spacing: normal;
	font-size: 13px;
	line-height: 18px;
	vertical-align: baseline;
}

.is-ajax-search-details a, .is-ajax-search-result a {
	color: #0073aa;
}

.is-ajax-search-details a:hover, .is-ajax-search-result a:hover {
	text-decoration: underline;
}

div.is-ajax-search-details, div.is-ajax-search-result {
	display: none;
	height: auto;
	width: 500px;
	max-width: 100%;
	position: absolute;
	z-index: 999999;
	background: #e2e2e2;
	color: #313131;
	padding: 5px;
}

.is-ajax-search-items {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.is-search-sections {
	position: relative;
	clear: both;
	overflow: hidden;
}

.is-search-sections:after {
	content: "";
	display: block;
	clear: both;
}

.is-search-sections .left-section {
	float: left;
}

.is-show-more-results {
	border-top: none;
	margin-top: 5px;
	background: #fff;
}

.is-show-more-results-text {
	cursor: pointer;
	padding: 4px 0 3px;
	text-align: center;
}

.is-load-more-image {
	display: block;
	margin: 0 auto;
	max-height: 25px;
}

.is-ajax-search-no-result {
	padding: 10px;
	background: #fff;
	text-align: center;
}

.is-ajax-search-items .post-title {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
}

.is-search-sections .meta {
	margin: 5px 0;
}

.is-search-sections .meta i {
	font-size: 11px;
}

.is-search-sections .meta>div {
	margin-bottom: 5px;
}

.is-search-sections .meta>div>span {
	margin-left: 10px;
}

.is-search-sections .meta>div>span:first-child {
	margin-left: 0;
}

.is-has-badge .is-search-sections .is-title {
	margin-right: 35px;
}

.is-has-badge .is-search-sections .meta>div>span:last-child {
	margin-right: 10px;
}

.is-search-sections .meta>span:not(:last-child):after {
	margin: 0 2px;
	content: "/";
	display: inline-block;
}

.is-search-sections .thumbnail {
	margin-right: 10px;
	width: 70px;
}

.is-search-sections .thumbnail img {
	float: left;
	max-width: 70px;
	height: auto;
}

.is-ajax-term-label {
	display: block;
	font-style: italic;
	font-size: 10px;
	text-transform: uppercase;
	color: #7b7b7b;
	line-height: 12px;
	letter-spacing: 2px;
}

.is-ajax-result-description {
	font-size: 14px;
	margin-top: 10px;
}

.is-ajax-search-post, .is-ajax-search-post-details {
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #eceff1;
}

.is-ajax-search-details .is-ajax-search-items>div, .is-ajax-search-post {
	background: #fff;
}

.is-ajax-search-categories-details>div:hover, .is-ajax-search-result .is-ajax-search-post:hover, .is-ajax-search-result .is-show-more-results:hover, .is-ajax-search-tags-details>div:hover {
	background: #e2e2e2;
}

.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {
	text-transform: capitalize;
	font-size: 14px;
}

.is-ajax-search-post-details:last-child, .is-ajax-search-posts .is-ajax-search-post:last-child {
	border: 0;
}

.is-ajax-woocommerce-actions {
	clear: both;
	margin-top: 10px;
	display: inline-block;
}

.is-ajax-woocommerce-actions>* {
	display: inline-block;
}

.is-ajax-woocommerce-actions .qty {
	width: 60px;
	height: auto;
	padding: 4px 8px;
	background: #fff;
	font-size: 14px;
	min-height: 0;
}

.is-ajax-woocommerce-actions .add_to_cart_inline {
	margin: 0 0 0 5px;
}

.is-ajax-woocommerce-actions .added_to_cart {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 800;
	padding: 4px 8px;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button {
	padding: 4px 10px;
	background: #0073aa;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.is-ajax-search-details .is-ajax-woocommerce-actions .add_to_cart_inline a.button.loading {
	opacity: .4;
	cursor: wait;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button:hover {
	opacity: .9;
}

.is-ajax-search-items .stock-status {
	color: #7ad03a;
}

.is-ajax-search-items .is-prices del {
	text-decoration: line-through;
}

.is-ajax-search-items .is-prices .amount {
	background: 0 0;
	font-weight: 800;
}

.is-ajax-search-items .is-prices del .amount {
	font-weight: lighter;
	font-size: 90%;
	opacity: .6;
}

.is-ajax-search-items .is-prices ins {
	background: 0 0;
}

.is-ajax-search-items .stock-status.is-out-of-stock {
	color: #a44;
}

.is-featured-icon {
	display: inline-block;
	width: 13px;
	fill: #ffc107;
	vertical-align: text-top;
}

.is-ajax-search-items .is-sale-badge {
	background: #77a464;
	color: #fff;
	height: 20px;
	padding-top: 2px;
	position: absolute;
	right: -24px;
	text-align: center;
	top: 4px;
	transform: rotate(45deg);
	width: 77px;
}

.is-ajax-search-post-details .is-ajax-term-label {
	display: inline-block;
}

.is-ajax-term-name {
	font-size: 16px;
	text-transform: capitalize;
}

.is-ajax-term-wrap {
	margin-bottom: 10px;
}

div.is-ajax-search-details {
	width: 400px;
}

.is-ajax-search-post-details {
	display: none;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail {
	width: 150px;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail img {
	max-width: 150px;
	float: none;
}

@media screen and (max-width:910px) {
	div.is-ajax-search-result {
		max-width: 97%;
	}
	
	.is-ajax-search-details {
		display: none !important;
	}
}

@media screen and (max-width:510px) {
	.is-ajax-search-result {
		left: 3px !important;
	}
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.simplebar-content:after, .simplebar-content:before {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: #000;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity .2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
