.bx_smart_searche, .bx-searchtitle {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle-popup-history {
	padding: 12px;
}
	.bx-searchtitle-popup-history-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.bx-searchtitle-popup-history-clear {
			font-size: 13px;
			cursor: pointer;
		}
		.bx-searchtitle-popup-history-clear:hover {
			opacity: 0.8;
		}
	.bx-searchtitle-popup-history-title {
		font-size: 15px;
		padding-left: 3px;
	}
	.bx-searchtitle-popup-history-items {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
		margin-top: 2px;
	}
		.bx-searchtitle-popup-history-item {
			padding: 6px 10px 6px 6px;
			border-radius: 3px;
			text-decoration: none;
			color: #222;
		}
			.bx-searchtitle-popup-history-item:hover {
				background: #eee;
				color: #222;
			}
			.bx-searchtitle-popup-history-item::before {
				content: "";
				width: 16px;
				height: 16px;
				background: url(images/search-icon.svg) center center no-repeat;
				background-size: 12px auto;
				display: inline-block;
				vertical-align: middle;
				margin-right: 5px;
				margin-bottom: 1px;
			}
			.bx-searchtitle-popup-history-item span {
				vertical-align: middle;
			}

.bx_search_categories {
	padding: 10px 12px 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border-bottom: 1px solid #e6eaed;
	margin-bottom: 8px;
}

.bx_search_category_tab {
	padding: 6px 12px;
	border: 1px solid #d5dadc;
	border-radius: 20px;
	background: #fff;
	color: #222;
	font-size: 13px;
	cursor: pointer;
}

.bx_search_category_tab.active {
	border-color: rgba(0, 131, 209, 0.6);
	background: rgba(0, 131, 209, 0.08);
	color: #0f4fa8;
}

.bx_search_category_tab:hover {
	background: #f5f7f8;
}

.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group .bx-form-control {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 52px;
	padding: 14px 16px;
	outline: none;
	color: #333;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #ececec;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	border-color: #3B61B9;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	white-space: nowrap;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding: 0 8px;
	color: #fff;
	height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


div.title-search-result {
	border: 0 none !important;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	border-radius: 12px;
	border: 2px solid #EBEDF1;
	box-shadow: 0 9px 62px 0 rgba(0, 0, 0, 0.06);
}
div.title-search-result-shadow {
	position: absolute;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}


div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	border-top: 0 none;
	border-radius: 5px;
	/* border: 1px solid #eee; */
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image {
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #222;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b {
	font-weight: bold;
	color: #222;
}
.bx_smart_searche .bx_item_element a:hover, .bx_smart_searche .bx_item_element a:hover b{
	text-decoration: underline;
}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	margin: 0;
	display: block;
	color: #3B61B9;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.title-search-result .bx_item_block.all_result .bx_item_element {
	padding: 0 !important;
}

.main-header__search-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	border-radius: 0 0 16px 16px;
	padding: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.3s ease;
}

.main-header__search-mobile.show {
	display: block;
}

.main-header__search-mobile .bx-searchtitle {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0;
}

.main-header__search-mobile .bx-searchtitle input {
	flex: 1;
	height: 100%;
	border: none;
	padding: 15px;
	font-size: 16px;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.bx_smart_searche .bx_item_block.all_result .all_result_button:hover {
	text-decoration: none;
}

.bx_smart_searche .bx_item_block_title {
	font-weight: bold;
	font-size: 16px;
	margin: 4px 8px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	padding: 10px 12px 10px 28px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #f6f6f6;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #eee;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_item_block_item_info_wrap_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bx_item_block_item_info_wrap_inner {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
    justify-content: space-between;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 2px;
	display: inline-block;
	font-size: 12px;
}
.bx_smart_searche .bx_item_block_href_category_name {
	font-size: 15px;
	color: #222;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 50px;
	height: 50px;
	float:left;
	margin-right: 10px;
	position: relative;
	color: #222;
}
	.bx_smart_searche .bx_item_block_item_image img, .bx_item_block_item_image svg {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #0A0A0A;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	font-weight: 400;
	color: #3B61B9;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #222;
	display: block;
	line-height: 17px;
}

.bx_smart_searche .bx_item_block_item_price {
	color: #0A0A0A;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: rgba(0, 0, 0, 0.7);
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: rgba(0, 0, 0, 0.7);
	display: block;
	font-size: 13px;
	line-height: 15px;
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}

/* clear cross */
.bx-searchtitle .bx-searchtitle-clear {
	position: absolute;
	top: 1px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 4;
	display: none;
	font-size: 35px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #000;
}
.bx-searchtitle .bx-searchtitle-clear:after{
	display: inline-block;
	content: "\00d7";
}

/* voice input */
.bx-searchtitle .bx-searchtitle-voice {
	position: absolute;
	top: 1px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.7);
}
	.bx-searchtitle .bx-searchtitle-voice svg {
		display: block;
		width: 22px;
		height: 22px;
		margin: 4px;
	}
	.bx-searchtitle .bx-searchtitle-voice.voice-show {
		display: block;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after, .bx-searchtitle .bx-searchtitle-voice.active::before {
		content: '';
		position: absolute;
		border: 3px solid #3D64FF;
		left: -20px;
		opacity: 0;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: searchpulse 2.5s linear infinite;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after {
		animation-delay: 1.25s;
	}

	@keyframes searchpulse {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale(1.2);
			opacity: 0;
		}
	}

/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(images/loader_orange.gif) center center no-repeat #fff;
}

.cat-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 16px 24px;
}

.cat-tab {
	padding: 6px 16px;
	border-radius: 8px;
	border: 2px solid #E9EBEF;
	background: #FFF;
	color: var(--Text-Colors-Black, #333);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	transition: border-color .3s ease-in-out;
	cursor: pointer
}

.cat-tab:hover {
	border-color: #D2D6DC;
}

.cat-tab.active {
	border-color: #3B61B9;
}

.search__price-block {
	display: flex;
	align-items: center;
	gap: 24px;
}

div.title-search-result .bx_smart_searche.bx_searche {
	padding: 0;
	margin: 0 8px;
	max-height: 600px;
	border-radius: 12px;
	background: #FFF;
}

div.title-search-result .bx_smart_searche.bx_searche::-webkit-scrollbar {
    width: 3px;
    background: none;
}

div.title-search-result .bx_smart_searche.bx_searche::-webkit-scrollbar-track {
    background: transparent;
}

div.title-search-result .bx_smart_searche.bx_searche::-webkit-scrollbar-thumb {
    background: #EBEDF1;
    border-radius: 2px;
}

div.title-search-result .bx_smart_searche.bx_searche::-webkit-scrollbar-thumb:hover {
    background: #909194;
}

div.title-search-result .bx_smart_searche.bx_searche::-webkit-scrollbar-button {
    display: none;
    height: 0;
}

.btn.btn-default.search-btn-to-cart,
.search-btn-in-cart.in-cart,
.btn.btn-default.appointment {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 16px;
	border-radius: 6px !important;
	background: #3B61B9;
	color: #FFF;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	width: 140px;
	min-width: 140px;
	text-transform: unset;
}

.doctors-item-inner .doctors-item-inner__img {
	height: 36px;
	width: 36px;
	border-radius: 6px;
}

.doctors-item-inner .bx_item_block_item_info_text {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
}

.doctors-item-inner__positions {
	display: flex;
	gap: 5px;
	color: #767B81;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.doctors-item-inner__appointment {
	display: flex;
	padding: 17px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	background: #3B61B9;
	color: #FFF;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.doctors-item-inner__info {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.doctors-item-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.search-btn-in-cart.in-cart {
	display: none;
}

.btn.btn-default.search-btn-to-cart svg {
	display: none;
}

.title-search-result .bx_item_block.all_result.js_search_href {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 16px;
	border: 1px solid #EBEDF1;
	background: #FFF;
	border-radius: 0 0 12px 12px;
}

.bx_item_block_item_info_text {
	width: 100%;
	cursor: pointer;
}

.search-block-result .search-elements {
	margin-bottom: 56px;
	padding: 0 8px 0 16px;
}

.appointment-block {
	display: flex;
	align-items: center;
	gap: 24px;
}

.appointment-block span {
	color: #0A0A0A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
	text-wrap: nowrap;
}

.appointment-block a.appointment {
	padding: 17px 24px;
    border-radius: 6px !important;
    background: #3B61B9;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.mob-search-input-block {
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}

#smart-title-search-mobile {
	width: 100%;
}

#smart-title-search-input-mobile {
	display: flex;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1.5px solid #3B61B9;
	background: #FFF;
}

#smart-title-search-mobile .bx-input-group-btn {
	right: 36px;
}

.search-block-preview__block {
	padding: 20px 16px 24px;
}

.bx_smart_searche .search-block-preview__block .bx_item_block_href {
	padding: 18px 12px;
}

.search-block-preview hr {
	margin: 0 16px;
}

.search-block-preview {
	overflow-y: auto;
	max-height: 80vh;
}

.search-block-preview__block .search-block-preview__block-title {
	padding: 0 12px;
	color: #9299A5;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

@media (max-width: 991px) {
	.btn.btn-default.search-btn-to-cart svg {
		display: block;
	}

	.btn.btn-default.search-btn-to-cart span {
		display: none;
	}

	div.title-search-result .bx_smart_searche.bx_searche {
		border-radius: 0;
	}

	div.title-search-result {
		margin-top: 0 !important;
	}
}

@media (max-width: 768px) {
	.bx_item_block_item_info_wrap_inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.doctors-item-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.btn.btn-default.search-btn-to-cart,
	.search-btn-in-cart.in-cart,
	.btn.btn-default.appointment {
		padding: 10px 24px;
		border-radius: 6px !important;
		background: #3B61B9;
		color: #FFF;
		font-family: Montserrat;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		width: fit-content;
	}

	.btn.btn-default.search-btn-to-cart {
		padding: 9px;
		min-width: unset;
	}

	.search__price-block,
	.appointment-block {
		width: 100%;
		justify-content: space-between;
		gap: 24px;
	}

}