div.title-search-result {
    z-index: 205;
}

.smartsearch-title__input-conteiner {
    position: relative;
}

.smartsearch-title__wrap .smartsearch-title__input {
    height: 52px;
    padding: 8px 50px;
    font-size: 14px;
    color: #2C2C2C;
    border-radius: 32px;
    width: 100%;
    background-color: var(--color-gray-200);
    border: 1px solid var(--color-gray-200);
    outline: none;
}

.smartsearch-title__wrap .smartsearch-title__input:hover {
    border-color: var(--main-color);
}

.smartsearch-title__wrap .smartsearch-title__input:active,
.smartsearch-title__wrap .smartsearch-title__input:focus-visible {
    border-color: var(--main-color);
    background-color: #FFF;
}

.smartsearch-title__wrap .smartsearch-title__input::placeholder {
    font-size: 14px;
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .smartsearch-title__input-conteiner:before {
    content: url("./images/search.svg");
    position: absolute;
    top: 14px;
    left: 16px;
}

.smartsearch-title__result {
    display: flex;
    margin-top: 4px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-height: 496px;
    overflow: auto;
    align-self: stretch;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    color: #2C2C2C;
}

.title-search-result {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.title-search-result ::-webkit-scrollbar {
    height: .4rem;
    width: 4px;
}

.title-search-result ::-webkit-scrollbar-track {
    background: #eee
}

.title-search-result ::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: .4rem
}


.smartsearch-title__result .m-auto {
    margin: auto;
}

.smartsearch-title__result-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result-item .item-img {
    width: 64px;
	min-width: 64px;
}

.smartsearch-title__result-item .item-img > a {
    display: inline-block;
}

.smartsearch-title__result-item .item-img img {
    border-radius: 8px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.smartsearch-title__result-item .item-name {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    cursor: pointer;
}

.smartsearch-title__result-item .item-name b {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-name:hover {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-price {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.smartsearch-title__result-item .item-price .old {
    color: var(--color-gray-500);
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 4px;
}

.smartsearch-title__result-item .section {
    margin-top: 4px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-gray-500);
}

.smartsearch-title__result-item .all-result {
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.search-title__icon {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 14px;
    right: 16px;
    color: var(--color-gray-500) ;
}

.search-title__icon.speech {
    color: var(--main-color) ;
}

.search-title__icon.show {
    display: block;
}

.search-title__icon:not(:last-child) {
    right: 50px !important;
    fill: #0a962f;
}

.smartsearch-title__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.smartsearch-title__result .result-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result .result-group .result-group__title {
    max-width: 120px;
    min-width: 0;
    color: var(--color-gray-500);
}

@media (hover: hover) {
    .search-title__icon:hover {
        color: var(--main-color) ;
    }
}












































.bx-searchtitle {}
.bx-searchtitle .bx-input-group {
	position: relative;
}
.bx-searchtitle .bx-input-group .bx-form-control {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 50px 6px 13px;
    font-size: 16px;
    font-weight: normal;
    color: #646464;
    background-color: #F8F8F8;
    border-right: none;
    border-radius: 12px;
    outline: none;
}
.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;
    height: 50px;
    right: 12px;
    top: 50%;
    width: 50px;
    z-index: 3;
    transform: translateY(-50%);
}
.bx-searchtitle .bx-input-group-btn button {
    display: flex;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    width: 100%;
    height: 100%;
    background: #2E6C1C;
    padding: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4baf28', endColorstr='#196923',GradientType=0 );
    align-items: center;
    justify-content: center;
}
/*.bx-searchtitle .bx-input-group-btn button:before{
	content: '';
	background: url(/local/templates/karat_new/components/sotbit/search.title/template1/images/search.svg) -85px -101px no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-10px 0 0 -10px;
}*/

div.title-search-result {
	/*border:1px solid #c6c6c6;*/
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

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_search{}
.bx_search .bx_img_element{
	display: none;
}
.bx_search .bx_item_block{
	position: relative
}
.bx_search .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_search .bx_item_element{padding:4px 10px;}
.bx_search .bx_item_element:hover{	background: #f1f1f1;}
.bx_search .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_search .bx_item_element a{
	display: block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_search .bx_item_element a b{color: #000;}
.bx_item_block.others_result{
	display: none;
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #33302e}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}

.scan_barcode {top: 15px !important; right: 20px !important;}

@media screen and (max-width: 480px) { 
	.bx-searchtitle .bx-input-group .bx-form-control {height: 50px;}
	.scan_barcode {top: 10px !important;}
}