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;
    border-bottom: 1px solid #111;
    font-family: 'poppins', sans-serif;
    font-size: 10px;
    color: #111;
    font-style: italic;
    line-height: 15px;
    cursor: pointer;
    margin: 0;
    /*background: url(../img/bkg_search.png) no-repeat top -1px right;*/
}
#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: tt-nav-social;
    animation-name: tt-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;
    color: #111;
}
#search_block_top {
  display: inline-block;
  float: none;
  padding-left: 20%;
  padding-right:0;
  vertical-align: top;
  width: auto;
}
#search_block_top.show {
    height: 155px !important;
    border-bottom: 5px solid #111;
    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 #searchbox {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
  float: left;
  position: relative;
  width: 100%;
}
#search_block_top .btn.button-search {
  background: #ffe547 none repeat scroll 0 0;
  border-left: medium none;
  border-radius: 0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-khtml-border-radius:0 10px 10px 0;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 20px;
  padding: 10px 30px;
  right: 0;
  text-align: center;
  top: 0;
}
#search_block_top .btn.button-search:hover{
	background:#111111;
}
#search_block_top .btn i {
  color: #111111;
  font-size: 23px;
  display:none;
}
#search_block_top .btn.button-search:hover i{
	color:#FFFFFF;
}
#search_block_top .btn.button-search:hover::before {
  background-position: -66px -244px;
}
#close_search_query_nav {
    background: url(../img/bkg_close_search.png) no-repeat;
	    -webkit-background-repeat: no-repeat;
	  -moz-background-repeat: no-repeat;
	  -o-background-repeat: no-repeat;
	  background-repeat: no-repeat;

    position: absolute;
    right: 30px;
    top: 10px;
    text-decoration: none;
    z-index: 9999;
	display:none;
}
#close_search_query_nav span {
    color: #999;
    font-size: 0;
    font-family: Myriad Pro;
    position: relative;
    right: 50px;
    top: 20px;
}
#close_search_query_nav:hover span {
    color: #111;
}
#search_block_top #search_query_top {
  	border-radius:10px 0 0 10px;
	  -moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	-khtml-border-radius:10px 0 0 10px;
	  box-shadow: none;
	  -moz-box-shadow: none;
	-webkit-box-shadow: none;
	 background: #fff ;
	color: #111;
	display: block;
	float: left;
	font:400 14px/20px "poppins",Helvetica,sans-serif!important;
	height: 50px;
	line-height: 45px;
	margin-left: 0;
	margin-right: 0;
	padding:10px 15px;
	width: 680px;
	border:none;
}
.top-header.fixed #search_block_top #search_query_top {
	width: 500px;
}
@media (max-width:1499px){
	#search_block_top #search_query_top {
		 width:610px;
	}
}
@media (max-width:1399px){
	#search_block_top #search_query_top {
		 width:540px;
	}
}
@media (max-width:1299px){
	#search_block_top #search_query_top {
		 width:440px;
	}
}
@media (max-width:1199px){
	#search_block_top #search_query_top {
		 width:300px;
	}
}
#search_block_top #search_query_top:focus {
    outline: none;
}
#search_category {
   -moz-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;	
  color: #111;
  display: inline;
  float: left;
  font:300 13px/23px "poppins",helvetica,sans-serif;
  height: 50px;
  outline: 0 none;
  padding:10px 10px;
  cursor:pointer;
  border-left:none;
  border-right:none;
  border-bottom: none;
  border-top: none;
  background:none;
}
form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
form#searchbox .button.button-small {
    float: left;
}
form#searchbox .button.button-small i {
    margin-right: 0;
}
/* Select style */

#search_block_top .selector {
    width: 28% !important;
    float: left;
    height: 48px;
    background: none;
    border: none;
    padding: 0;
    background: #fff;
    margin-left: 2px;
}
#search_block_top .selector span {
    width: 100% !important;
    border-right: 2px solid #0166c3;
    line-height: 26px;
    padding-left: 15px;
    background: url(../img/select_search_bg.png) right 22px center no-repeat;
	margin-top: 10px;
    color: #999;
    font-family: "poppins";
    font-size: 15px !important;
}
#otsearch_content_result .col_grid_5_2 {
    width:50%;
    float: left;
}
#otsearch_content_result .items-list .image .product_img_link > img {
  max-width: 100%;
  border:1px solid #e5e5e5;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#otsearch_content_result {
    top:60px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 99999;
    padding: 10px;
    display: none;
    border:1px solid #ededed;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.header-sticky #otsearch_content_result {
    top: 48px !important;
    position: fixed !important;
    left: 0;
    padding-top: 0;
}
#otsearch_content_result .over_light {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
	left:0;
	right:0;
}
#otsearch_content_result #otsearch_eccept_data {
    position: relative;
    height: 100%;
    width: 100%;
}
#otsearch_content_result p.loanding {
    background: url('../img/loading.gif');
    height:30px;
    width:30px;
    margin: 10% auto;
}
#button_result_close {
    background: url("../img/close.png") no-repeat scroll 0 0 transparent;
	  -webkit-background-position: 0 0;
	  -moz-background-position: 0 0;
	  -o-background-position: 0 0;
	    -webkit-background-repeat: no-repeat;
	  -moz-background-repeat: no-repeat;
	  -o-background-repeat: no-repeat;
	  background-repeat: no-repeat;
    color: hsl(217, 97%, 71%);
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 29px;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    cursor: pointer;
}
#otsearch_eccept_data .limit {
    text-align: center;
    margin-top: 20px;
}
#otsearch_eccept_data .noresult {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    text-align: center;
}
#otsearch_eccept_data .search-title {
    color: #111;
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
	display:none;
}
#otsearch_eccept_data .search-title span {
    font-size: 11px;
}
#otsearch_eccept_data .title_showall_text {
    font-size: 12px;
    text-align: center;
}
#otsearch_eccept_data .title_showall {
    text-align: center;
}
#otsearch_eccept_data .title_showall a {
    color: #fff;
    background: #111;
    margin-right: 30px;
    font-size: 10px;
    padding: 10px 25px;
    border: 1px solid #f2f2f2;
}
#otsearch_eccept_data .items-list {
    overflow: hidden;
    padding:0;
	margin:0;
}
#otsearch_eccept_data .items-list > li {
  cursor: pointer;
	padding: 10px;
	position: relative;
}
#otsearch_eccept_data .items-list > li:hover {
	background:#f5f5f5;
}
#otsearch_eccept_data .items-list li .product-name {
	margin-bottom: 5px;
	color: #222;
	font: 400 14px/16px "poppins", Helvetica, sans-serif;
}
#otsearch_eccept_data .items-list li .image {
    text-align: center;
	padding:0;
}
#otsearch_eccept_data .items-list li .content_price {
  float: left;
  width: 100%;
}
#otsearch_eccept_data .items-list li .review {
    margin-top: 10px;
    text-align: center;
    min-height: 22px;
}
#otsearch_eccept_data .items-list li .review .star_content {
    display: inline-block;
}
#otsearch_eccept_data .items-list li .review .nb-comments {
    vertical-align: 3px;
}
#otsearch_eccept_data .items-list>li .tt-button-container {
    left: 20px;
}
#otsearch_eccept_data .items-list>li:hover .tt-button-container {
    opacity: 1;
	-moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 
    top: 30px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#otsearch_eccept_data .items-list .ot_size {
    margin-top: 5px;
    text-align: center;
}
#otsearch_eccept_data .items-list .ot_size span {
    display: none;
}
#otsearch_eccept_data .items-list .ot_size ul {
    display: inline;
}
#otsearch_eccept_data .items-list .ot_size ul li {
    display: inline-block;
    margin: 0 5px;
}
#otsearch_eccept_data .items-list .ot_color {
    margin-top: 5px;
    text-align: center;
}
#otsearch_eccept_data .items-list .ot_color span {
    display: none;
}
#otsearch_eccept_data .items-list .ot_color ul {
    display: inline;
}
#otsearch_eccept_data .items-list .ot_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%;
}
#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 .content-ajax-search::-webkit-scrollbar-thumb {
    background-color: #111;
    cursor: pointer;
}
#otsearch_eccept_data .content-ajax-search::-webkit-scrollbar-thumb:hover {
    background-color: #111;
}
#otsearch_eccept_data .cat-name {
	color: #666;
	display: block;
	font: italic 400 14px/16px "poppins",helvetica,sans-serif;
	margin: 0 0 5px;
	text-align: left;
}
#otsearch_eccept_data .items-list .otsearch-content{
  text-align: left;
}
.price.special-price {
  color: #111111;
  display: inline-block;
  font: 500 16px/18px "poppins",Helvetica,sans-serif;
}
.sale-percentage {
  display: inline-block;
}
.old-price.regular-price {
  font-size: 14px;
}
#search_block_top .select-wrapper {
 	background: #fff;
	float: left;
	position: relative;
	width: 155px;
	z-index:1;
}
#search_block_top .select-wrapper::after {
  content: "\E5CF";
  font-family: Material Icons;
  position: absolute;
  right:10px;
  top:16px;
  vertical-align: top;
  z-index:-1;
}
#search_block_top .select-wrapper::before {
  border-right:1px solid #bebebe;
  content: "";
  height: 35px;
  position: absolute;
  left: 0;
  top: 10px;
}
#search_block_top .price {
	color: #111;
	font: 500 15px/17px "Poppins",Helvetica,sans-serif;
}
#search_block_top .old-price.regular-price {
	color: #666;
	font: 500 13px/17px "Poppins",Helvetica,sans-serif;
	text-decoration: line-through;
}
@media(max-width:1499px)
{
	.top-header.fixed #search_block_top {
		padding-left: 15px;
	}
}
@media (max-width:1300px){
	#search_block_top .select-wrapper {
		width:145px;
	}
	#search_block_top .btn.button-search{
		padding:10px 25px;
	}
}
@media(max-width:1299px)
{
	#search_block_top {
		padding-left:24%;
	}
}
@media(max-width:1200px)
{
	#search_block_top {
		padding-left:19%;
	}
}
@media (max-width:1199px){
	#search_block_top #searchbox{
		float:none;
		display:inline-block;
		vertical-align:top;
		width:auto;
	}
	#search_block_top .select-wrapper
	{
		width:140px;
	}
	#search_block_top .select-wrapper::after{
		right:8px;
	}
	#search_category{
		padding:10px;
	}
	#otsearch_content_result .col_grid_5_2 {
    	width:100%;
	}
	#search_block_top {
		padding: 0 0 0 210px;
	}
}
@media (max-width: 991px) {
	#search_block_top .btn.button-search, #search_category, #search_block_top #search_query_top{
		height: 48px;
	}
	#search_block_top .select-wrapper::before{
	    height:30px;
	}
	#search_block_top .select-wrapper::after{
	    top:14px;
	}
	#search_block_top {
		padding: 0;
	}
	#otsearch_content_result{
		top:48px;
	}
}
@media (max-width: 767px) {
	#search_block_top #search_query_top {
		width: 230px;
	}
}
@media (max-width:543px) {
	#search_block_top .btn i {
	  color: #111111;
	}
	#search_block_top .price{
		font-size:14px;
	}
	#otsearch_eccept_data .items-list .otsearch-content{
		padding:0 10px;
	}
	#otsearch_eccept_data .items-list li .product-name{
		font-size:13px;
	}
	#search_block_top .btn.button-search span{
		display:none;
	}
	#search_block_top .btn.button-search:before {
		display:block;
	}
	#search_block_top .btn.button-search {
	  padding: 10px 16px;
	  float:right;
	}
	#otsearch_eccept_data .items-list li .image{
		padding:0;
	}
	#search_category{
		padding:10px 21px 10px 5px;
	}
	#search_block_top .select-wrapper::after
	{
		right:0;
	}
	.header-top .top-menu #search_block_top .btn.button-search
	{
		padding:8px 8px 9px 15px;
	}
	#search_block_top .button-search
	{
		width: 53px;
	}
	#search_block_top #search_query_top {
		width:150px;
	}
	#search_block_top .select-wrapper{
		width:90px;
	}
	#search_block_top .btn i {
		display:block;
	}
}
#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;
}
#search_block_top .btn.btn-default.button-search > span {
  color: #111;
  font: 500 13px/17px "poppins",helvetica,sans-serif;
  padding: 0;
  transition: all 400ms ease-in-out;
	-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;
}
#search_block_top .btn.button-search:hover span{
	color:#FFFFFF;
}
.top-header.fixed #search_block_top{
	padding-left: 0;
}
@media (max-width:1199px){
	#search_block_top .btn.btn-default.button-search > span
	{
		padding:0;
	}
}
@media (max-width: 1399px) {
.top-header.fixed #search_block_top #search_query_top{
	width:380px;
}
}
@media (max-width: 1299px) {
.top-header.fixed #search_block_top #search_query_top{
	width:310px;
}
}
#search_query_top:focus {
    border-color: #e5e5e5;
}