#search_block_top {
	margin: 28px 15px;
	padding: 0;
	border: 2px solid var(--border-color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 55%;
}
#search_block_top #searchbox {
	background: #fff none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
#ttsearch_content_result p.title_showall_text {
	float: left;
	width: 100%;
	text-align: center;
}
#search_block_top .btn.button-search {
	background: linear-gradient(45deg, var(--primary-bg-gradient-color), var(--primary-bg-color));
	border: none;
	padding: 10px 30px;
	text-align: center;
	height: 44px;
	color: var(--primary-text-color);
	position: absolute;
	right: 5px;
	left: auto;
	font-weight: 400;
	z-index: unset;
	z-index: 1;
}
#search_block_top .btn.button-search::after {
	content: '';
	background: var(--secondary-bg-color);
	height: 100%;
	width: 0;
	position: absolute;
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
}
#search_block_top .btn.button-search:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
.header-sticky .header-nav.fixed #search_block_top {
    margin: 18px 15px;
}
#search_block_top .btn.button-search:hover,
#search_block_top .btn.button-search:focus,
#search_block_top .btn.button-search:active {
	color: var(--secondary-text-color);
}
#search_block_top .btn.button-search:focus,
#search_block_top .btn.button-search:active {
	background: var(--secondary-bg-color);
}
#search_block_top .material-icons.search {
    font-size: 18px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    line-height: 18px;
}
#search_block_top #search_query_top {
	background: none;
	border: none;
	color: #777;
	float: left;
	height: 50px;
	padding: 0 150px 0 15px;
	width: auto;
	font: 400 13px/18px var(--secondary-font);
	flex-grow: 1;
}
#search_block_top #search_query_top:focus {
    outline: none;
}
#search_category {
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	border-radius: 25px 0 0 25px;
	color: #444;
	cursor: pointer;
	float: left;
	height: 50px;
	outline: none;
	padding: 0 50px 0 20px;
	border: none;
	font: 400 13px/18px var(--secondary-font);
	text-overflow: ellipsis;
	overflow: hidden;
	background:none;
}
#ttsearch_content_result .items-list .image .product_img_link > img {
    border: 1px solid var(--border-color);
}
#ttsearch_content_result {
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    padding: 10px;
    display: none;
    border: 1px solid #e5e5e5;
}
#ttsearch_content_result p.loanding {
    background: url('../img/loading.gif');
    height: 30px;
    width: 30px;
    margin: 10% auto;
}
#ttsearch_eccept_data .noresult {
	font-size: 15px;
	text-align: center;
}
#ttsearch_content_result p {
	margin: 10px 0;
}
#ttsearch_content_result p.limit {
	text-align:center;
}
#ttsearch_eccept_data .search-title {
	color: #777;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	background: #f5f5f5;
	padding: 15px;
}
#ttsearch_eccept_data .search-title span {
    font-size: 11px;
}
#ttsearch_eccept_data .title_showall {
    text-align: center;
}
#ttsearch_eccept_data .title_showall a {
	font-size: 13px;
	padding: 8px 25px;
	z-index: 1;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow: hidden;
	transition: transform 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	display: inline-block;
	vertical-align: top;
}
#tt-menu-horizontal.tt-menu-horizontal ul .cat-drop-menu-sub ul li > a {
	line-height: 25px;
}
#ttsearch_eccept_data .title_showall a:hover,
#ttsearch_eccept_data .title_showall a:active,
#ttsearch_eccept_data .title_showall a:focus {
	color: #111;
}
#ttsearch_eccept_data .items-list {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#ttsearch_eccept_data .items-list > li {
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 50%;
    cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	float:left;
}
#ttsearch_eccept_data .items-list > li:hover {
    background: #f5f5f5;
}
#ttsearch_eccept_data .items-list li .product-name {
    font-weight: 500;
    font-size: 13px;
	line-height: 18px;
    color: var(--primary-bg-color);
    text-align: left;
}
#ttsearch_eccept_data .items-list li .image {
	padding: 0;
}
#ttsearch_eccept_data .items-list li .content_price {
    float: left;
    width: 100%;
	text-align:left;
}
#ttsearch_eccept_data .content-ajax-search::-webkit-scrollbar {
    width: 5px;
}
#ttsearch_eccept_data .content-ajax-search::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#ttsearch_eccept_data .cat-name {
	display: block;
	margin: 0 0 8px;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
}
.ttsearch-content .price {
	color: var(--price-color);
	font: 600 14px/18px var(--primary-font);
	float: none;
	display: inline-block;
	vertical-align: top;
}
#ttsearch_content_result .ttsearch-content .sale-percentage {
	color: #ff0000;
	display: inline-block;
	float: none;
	font: 600 12px/18px var(--secondary-font);
	padding: 0 1px;
	vertical-align: top;
	margin: 0;
}
.old-price.regular-price {
	color: #666666;
	font: 500 13px/18px var(--secondary-font);
	text-decoration: line-through;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#search_block_top .select-wrapper {
	float: left;
	position: relative;
	z-index: 1;
	flex-grow:0;
}
#search_block_top .select-wrapper::after {
	content: "\E5CF";
	font-family: Material Icons;
	position: absolute;
	right: 12px;
	top: 0;
	bottom:0;
	margin:auto 0;
	cursor: pointer;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	z-index:-1;
	height:18px;
}
#search_block_top .select-wrapper::before {
	border-right: 1px solid #cfcfcf;
	content: "";
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: auto;
}
@media (max-width: 1650px) {
	#ttsearch_eccept_data .items-list > li {
		width: 100%;
	}
}
@media (max-width:1199px) {
	#search_block_top {
		width: 52%;
		margin: 18px 10px;
	}
	#search_block_top .btn.button-search {
		padding: 10px 20px;
	}
}
@media (max-width: 991px) {
	#search_block_top {
		margin: 0 0 16px;
		width: 100%;
		float: left;
	}
}
@media (max-width: 543px) {
    #ttsearch_eccept_data .items-list .ttsearch-content {
        padding: 0 10px;
    }
	#search_category {
		padding-left:15px;
		padding-right: 25px;
	}
	#search_block_top #search_query_top {
		flex: 2;
		padding-right:60px;
		height: 40px;
	}
	#search_category {
		padding: 10px 15px 10px 10px;
		height: 40px;
	}
	#search_block_top .btn.button-search span {
		float: left;
		width: 100%;
		text-align: center;
	}
	#search_block_top .btn.button-search {
		font-size: 0;
		padding: 7px 8px;
		text-align: center;
		height: 34px;
		right: 3px;
	}
	#search_block_top .material-icons.search {
		height: 100%;
		width: 100%;
	}
	#ttsearch_eccept_data .title_showall a{
		float: left;
    	width: 100%;
	}	
}
@media(max-width: 480px){
	#search_block_top .select-wrapper::after {
		right: 0;
	}
}