#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;
}
#otsearch_content_result p.title_showall_text {
	float: left;
	width: 100%;
	text-align: center;
}
#search_block_top .btn.button-search {
    background: var(--primary-bg-color);
    border: none;
    padding: 10px 30px;
    text-align: center;
    height: 50px;
    color: var(--primary-text-color);
    font-weight: 400;
    order: 3;
    float: right;
    z-index: 1;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#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 0 0 15px;
    width: auto;
    font: 400 13px/18px var(--secondary-font);
    flex-grow: 1;
    order: 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;
}
#otsearch_content_result .items-list .image .product_img_link > img {
    border: 1px solid var(--border-color);
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#otsearch_content_result {
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    padding: 10px;
    display: none;
    border: 1px solid var(--border-color);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#otsearch_content_result p.loanding {
    background: url('../img/loading.gif');
    height: 30px;
    width: 30px;
    margin: 10% auto;
}
#otsearch_eccept_data .noresult {
	font-size: 15px;
	text-align: center;
}
#otsearch_content_result p {
	margin: 10px 0;
}
#otsearch_content_result p.limit {
	text-align:center;
}
#otsearch_eccept_data .search-title {
	color: #777;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#otsearch_eccept_data .search-title span {
    font-size: 11px;
}
#otsearch_eccept_data .title_showall {
    text-align: center;
}
#otsearch_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;
}
#ot-menu-horizontal.ot-menu-horizontal ul .cat-drop-menu-sub ul li > a {
	line-height: 25px;
}
#otsearch_eccept_data .items-list {
    overflow: hidden;
    padding: 15px 0 0 0;
    margin: 0;
}
#otsearch_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;
}
#otsearch_eccept_data .items-list > li:hover {
    background: #f5f5f5;
}
#otsearch_eccept_data .items-list li .product-name {
    font-weight: 500;
    font-size: 13px;
    color: var(--primary-bg-color);
    text-align: left;
    line-height: 18px;
}
#otsearch_eccept_data .items-list li .image {
	padding: 0;
}
#otsearch_eccept_data .items-list li .content_price {
    float: left;
    width: 100%;
	text-align:left;
}
#otsearch_eccept_data .content-ajax-search::-webkit-scrollbar {
    width: 5px;
}
#otsearch_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);
}
#otsearch_eccept_data .cat-name {
	display: block;
	margin: 0 0 8px;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
}
.otsearch-content .price {
	color: #de0606;
	font: 600 14px/18px var(--primary-font);
	float: none;
	display: inline-block;
	vertical-align: top;
}
#otsearch_content_result .otsearch-content .sale-percentage {
    color: var(--secondary-bg-color);
    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;
    order: 2;
}
#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;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: auto;
}
@media (max-width: 1650px) {
	#otsearch_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: 8px 20px;
		height: 40px;
	}
	#search_block_top #search_query_top {
		height: 40px;
	}
	#search_category {
		height: 40px;
	}
}
@media (max-width: 991px) {
	#search_block_top {
		margin: 0 0 15px;
		width: 100%;
		float: left;
	}
}
@media (max-width: 543px) {
    #otsearch_eccept_data .items-list .otsearch-content {
        padding: 0 10px;
    }
	#search_category {
		padding-left:15px;
		padding-right: 25px;
	}
	#search_block_top #search_query_top {
		flex: 2;
		height: 40px;
	}
	#search_category {
		padding: 10px 15px 10px 10px;
		height: 40px;
	}
	#search_block_top .select-wrapper::after {
		right: 0;
	}
	#search_block_top .btn.button-search span {
		float: left;
		width: 100%;
		text-align: center;
	}
	#search_block_top .btn.button-search {
		font-size: 0;
		padding: 0;
		text-align: center;
		width: 52px;
	}
	#search_block_top .material-icons.search {
		height: 100%;
		width: 100%;
	}
}
