body.fixed {
    position: fixed !important
}
#search_block_nav {
    padding: 10px 0 10px 10px;
    width: 145px;
    float: right;
    position: relative;
}
#search_query_nav {
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 0;
}
#search_query_nav:after {
    content: "\f002";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#search_query_nav:hover:after,
#search_query_nav:focus:after,
#search_query_nav:active:after {
    -webkit-animation-name: tm-nav-social;
    animation-name: tm-nav-social;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
#search_block_top {
    position: relative;
    margin-left: 0;
    width: auto;
    float: none;
    padding: 32px 0 31px;
    display: inline-block;
    vertical-align: top;
}
#search_block_top.show {
    height: 155px !important;
    padding: 40px 15%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#search_block_top .btn.button-search {
    background: #fff;
    border: medium none;
    float: left;
    line-height: 20px;
    padding: 9px 10px;
    border-radius: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transition: none;
    position: absolute;
    right: 0;
}
#search_block_top .btn.button-search .material-icons {
	font-size: 24px;
    line-height: 24px;
    display: block;
}
#search_block_top .btn.button-search:before {
    content: "\E8B6";
    display: none;
    font-family: "Material Icons";
    font-size: 21px;
    width: 100%;
    text-align: center;
}
#search_block_top #search_query_top {
    border: medium none;
    background: transparent;
    padding: 7px 110px 7px 18px;
}
#search_category {
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: medium none;
    color: #666666;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 12px;
    height: 42px;
    outline: 0 none;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
}
#header .searchtoggle {
    position: relative;
    top: 0;
  }
form#searchbox input#search_query_block {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
form#searchbox .button.button-small {
    float: left;
}
form#searchbox .button.button-small i {
    margin-right: 0;
}
#searchbox {
	position: relative;
}
#search_block_top .btn.btn-primary {
	border: medium none;
	display: block;
	height: 40px;
    padding: 8px 23px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: auto;
	border-radius: 0 30px 30px 0;
	font-weight: 500;
	letter-spacing: 0.4px;
}
/* Select style */

#search_block_top .selector {
    width: 28% !important;
    float: left;
    height: 48px;
    background: none;
    border: none;
    padding: 0;
    background: #fff;
    margin-left: 2px;
}
#tmsearch_content_result .col_grid_5_2 {
    width: 20%;
    float: left;
}
#tmsearch_content_result .items-list .image .product_img_link > img {
    max-width: 100%;
}
#tmsearch_eccept_data .items-list > li:nth-child(2n) {
    border-right: 0;
}
#tmsearch_content_result {
    top: 43px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 99999;
    padding: 10px;
    display: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header-sticky #tmsearch_content_result {
    top: 48px !important;
    position: fixed !important;
    left: 0;
    padding-top: 0;
}
#tmsearch_content_result .over_light {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    right: 0;
}
#tmsearch_content_result #tmsearch_eccept_data {
    position: relative;
    max-height: 700px;
    width: auto;
    overflow-y: auto;
}
#tmsearch_content_result p.loanding {
    background: url('../img/loading.gif');
    height: 30px;
    width: 30px;
    margin: 10% auto;
}
#tmsearch_eccept_data .limit {
    text-align: center;
    margin: 0px;
}
#tmsearch_eccept_data .noresult {
	text-align: center;
	margin-top: 5px;
	letter-spacing: 1px;
	color: #666;
	font-size: 16px;
	text-align: center;
}
#tmsearch_eccept_data .search-title {
    color: #878787;
    text-align: center;
    padding: 10px 0;
    float: left;
    width: 100%;
}
#tmsearch_eccept_data .search-title span {
    font-size: 11px;
}
#tmsearch_eccept_data .title_showall_text {
    text-align: center;
    float: left;
    width: 100%;
    background: #f0f0f0;
    padding: 8px 0;
    border-radius: 25px;
}
#tmsearch_eccept_data .title_showall {
	text-align: center;
	float: left;
	width: 100%;
}
#tmsearch_eccept_data .items-list {
    overflow: hidden;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    background: #fff;
}
#tmsearch_eccept_data .items-list > li {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
}
#tmsearch_eccept_data .items-list li .image {
    text-align: center;
    padding:0;
    width: 14%;
}
#tmsearch_eccept_data .items-list li .content_price {
    float: left;
    width: 100%;
}
#tmsearch_eccept_data .items-list li .review {
    margin-top: 10px;
    text-align: center;
    min-height: 22px;
}
#tmsearch_eccept_data .items-list li .review .star_content {
    display: inline-block;
}
#tmsearch_eccept_data .items-list li .review .nb-comments {
    vertical-align: 3px;
}
#tmsearch_eccept_data .items-list>li .tm-button-container {
    left: 20px;
}
#tmsearch_eccept_data .items-list>li:hover .tm-button-container {
    opacity: 1;
    top: 30px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#tmsearch_eccept_data .items-list .tm_size {
    margin-top: 5px;
    text-align: center;
}
#tmsearch_eccept_data .items-list .tm_size span {
    display: none;
}
#tmsearch_eccept_data .items-list .tm_size ul {
    display: inline;
}
#tmsearch_eccept_data .items-list .tm_size ul li {
    display: inline-block;
    margin: 0 5px;
}
#tmsearch_eccept_data .items-list .tm_color {
    margin-top: 5px;
    text-align: center;
}
#tmsearch_eccept_data .items-list .tm_color span {
    display: none;
}
#tmsearch_eccept_data .items-list .tm_color ul {
    display: inline;
}
#tmsearch_eccept_data .items-list .tm_color ul li {
    display: inline-block;
    float: none;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
}
#tmsearch_eccept_data .content-ajax-search::-webkit-scrollbar {
    width: 5px;
}
#tmsearch_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);
}
#tmsearch_eccept_data .cat-name {
    display: none;
    margin: 0 0 0;
    text-align: left;
}
#tmsearch_eccept_data .items-list .tmsearch-content {
    text-align: left;
    padding-inline-start: 15px;
    width: auto;
    position: initial;
    padding-right: 0;
    padding-top: 5px;
}
.price.special-price {
    font-weight: 500;
}
html .search-open {
	overflow: hidden;
}
.sale-percentage {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    font-weight: 500;
    background-color: #e5e5e5;
    color: #222;
    font-size: 11px;
    line-height: 15px;
    border-radius: 0 15px 15px 0;
    padding: 3px 8px 3px 5px;
    margin: 0;
}
.old-price.regular-price {
    font-weight: 500;
    text-decoration: line-through;
}
#search_block_top .select-wrapper {
    float: left;
    position: relative;
    width: 150px;
    z-index: 1;
    display: none;
}
#search_block_top .select-wrapper::after {
    content: "\E5CF";
    font-family: Material Icons;
    position: absolute;
    right: -12px;
    top: 0;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    line-height: 16px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
#header.header-sticky #search_block_top {
    position: fixed;
    top: 0px;
    margin: 0;
    z-index: 988;
    left: 22.5%;
}
#header.header-sticky #search_block_top #searchbox {
    border: none;
    border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
#header.header-sticky #search_block_top .selector {
    height: 44px;
}
#header.header-sticky #search_category {
    height: 30px;
}
#header.header-sticky #search_block_top #search_query_top {
    height: 30px;
}
#header.header-sticky #search_block_top .btn.button-search {
    padding: 11px 0;
}
#header.header-sticky #search_block_top .selector span {
    margin-top: 8px;
}
#header.header-sticky .header-container.header-sticky #search_block_top #search_query_top {
    height: 41px;
}
.tmsearch-main {
	float: left;
	border: 1px solid #e5e5e5;
    width: 437px;
    border-radius: 30px;
    text-align: left;
    background: #fff;
}
#search_block_top .btn.button-search span {
    display: none;
}
.full-header.fixed #search_block_top {
    padding: 9px 0;
    margin-right: 40px;
}
@media (max-width: 1199px) {
    .right-nav.fixed #search_block_top {
        width: 45%;
    }
    #tmsearch_eccept_data .items-list > li:nth-child(2n) {
        border-right: 0;
    }
#search_block_top .select-wrapper {
	width: 110px;
}
#search_block_top #search_query_top {
    margin-right: 0;
}
}
@media (max-width: 991px) {
 
    #search_block_top .select-wrapper {
        width: 110px;
    }
      .header-top #search_block_top {
        display: none;
    }
    #search_block_top .btn.button-search span {
        display: none;
    }
    .header-top-main.bg_main #search_block_top {
        display: block;
    }
    .tmsearch-main{
        width: 100%;
    }
    #search_block_top .btn.btn-primary{
        height: 39px;
    }
    #search_block_top {
        padding: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #tmsearch_eccept_data .items-list .tmsearch-content{
        width: 75%;
    }
}
@media (max-width: 480px) {
    #tmsearch_eccept_data .items-list li .image {
        padding: 0;
    }
    #search_category {
        font-size: 12px;
        padding: 8px 10px 8px 10px;
        border: none;
        height: 32px;
    }
    #tmsearch_eccept_data .items-list li .product-name {
        font-size: 13px;
    }
    #search_block_top .btn.button-search {
        margin: 0;
        height: 32px;
        padding: 0 7px;
    }
      #tmsearch_eccept_data .items-list .tmsearch-content{
        width: 80%;
      }
      #search_block_top .btn.btn-primary{
        padding: 8px 15px;
      }
      #search_block_top #search_query_top {
        padding: 7px 90px 7px 18px;
    }
    .sale-percentage{
        padding: 2px 5px 2px 3px;
        font-size: 9px;
    }
}