#search_block_top {

	margin: 10px 0;

	padding:0;

}

#search_block_top #searchbox {

	background: #f0f0f0 none repeat scroll 0 0;

	border-radius: 25px;

	-moz-border-radius: 25px;

	-webkit-border-radius: 25px;

	-khtml-border-radius: 25px;

	float: left;

	position: relative;

	/* width: 100%;

	display: flex;*/

	align-items: center;

}

#search_block_top .btn.button-search {

	background: var(--secondary-bg-color);

	border: none;

	border-radius: 25px;

	-moz-border-radius: 25px;

	-webkit-border-radius: 25px;

	-khtml-border-radius: 25px;

	padding: 10px 30px;

	text-align: center;

	z-index: 1;

	height: 45px;

	color: var(--secondary-text-color);

	position: absolute;

	right: -1px;

	left: auto;

	font-weight: 400;

}

#search_block_top .btn.button-search:hover,

#search_block_top .btn.button-search:focus,

#search_block_top .btn.button-search:active {

	background: var(--primary-bg-color);

	color: var(--primary-text-color);

}

#search_block_top .material-icons.search {

	font-size: 18px;

	height: 15px;

	width: 15px;

	vertical-align: top;

	line-height: 24px;

	margin: 0 2px;

}

#search_block_top #search_query_top {

	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

	border: none;

	color: #777;

	float: left;

	height: 45px;

	padding: 0 135px 0 15px;

	width: auto;

	font: 400 13px/18px var(--secondary-font);

	display: flex;

	flex: 3;

}

#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: 45px;

	outline: none;

	padding: 0 30px 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: 3px solid var(--secondary-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;

	border-radius: 15px;

	-moz-border-radius: 15px;

    -webkit-border-radius: 15px;

    -khtml-border-radius: 15px;

}

#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;

	border-radius: 10px;

}

#ttsearch_eccept_data .search-title span {

    font-size: 11px;

}

#ttsearch_eccept_data .title_showall {

    text-align: center;

}

#ttsearch_eccept_data .title_showall a {

	color: #fff;

	background: #2b4662;

	margin-right: 30px;

	font-size: 13px;

	padding: 10px 25px;

	z-index: 1;

	position: relative;

	border-radius: 25px;

    -moz-border-radius: 25px;

    -webkit-border-radius: 25px;

    -khtml-border-radius: 25px;

	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;

}



#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: 5px 0 0 0;

    margin: 0;

}

#ttsearch_eccept_data .items-list > li {

    margin-bottom: 10px;

    padding: 10px;

    position: relative;

    width: 50%;

    cursor: pointer;

	border-radius: 15px;

	-moz-border-radius: 15px;

    -webkit-border-radius: 15px;

    -khtml-border-radius: 15px;

	float:left;

}

#ttsearch_eccept_data .items-list > li:hover {

    background: #f5f5f5;

}

#ttsearch_eccept_data .items-list li .product-name {

	margin-bottom: 6px;

	font-weight: 400;

	font-size: 13px;

	color: #111;

	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-style: italic;

	font-size:13px;

}

.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;

	display: flex;

	/*flex: 1px;*/
	
	width: 143px !important;

}

#search_block_top .select-wrapper::after {

	content: "\E5CF";

	font-family: Material Icons;

	position: absolute;

	right: 12px;

	top: 13px;

	cursor: pointer;

	color: #444;

	font-size: 17px;

	font-weight: 400;

	z-index:-1;

}

#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: 991px) {

    #search_block_top {

        margin: 8px 0;

        width: 100%;

		float:left;

    }

}

@media (max-width: 543px) {

    #ttsearch_eccept_data .items-list .ttsearch-content {

        padding: 0 10px;

    }

	#search_block_top .btn.button-search {

		font-size:0;

		padding:10px 12px;

	}

	#search_category {

		padding-left:15px;

		padding-right: 25px;

	}

	#search_block_top #search_query_top {

		flex: 2;

		padding-right:60px;

	}

}

@media (max-width:480px){

#search_block_top #search_query_top {

    padding-right: 20px;

}

}

