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 #000;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #000;
    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: #000;
}
#search_block_top {
	float: right;
	margin: 40px 0;
	padding: 0;
	width: auto;
	position:static;
}
#search_block_top.show {
    height: 155px !important;
    border-bottom: 5px solid #000;
    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 {
    float: left;
    position: relative;
    width: 100%;
}
#search_block_top .search-main {
	float: left;
	width: 100%;
	margin: 5% 0 0;
}
#search_block_top .btn.button-search {
	background: transparent;
	border: medium none;
	color: #000;
	display: inline-block;
	float: right;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 10px 23px;
	text-align: center;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: auto;
}
#search_block_top .btn.button-search:before {
    content: "\E8B6";
    font-family: "Material Icons";
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
	vertical-align: middle;
}
#search_block_top .btn.button-search:hover:before {
    color: #fff;
}
#close_search_query_nav {
    background: url(../img/bkg_close_search.png) 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;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    right: 50px;
    top: 20px;
}
#close_search_query_nav:hover span {
    color: #000;
}
#search_block_top #search_query_top {
	background: transparent none repeat scroll 0 0;
	border: none;
	border-bottom: 2px solid #c9d5b5;
	color: #fff !important;
	display: inline;
	outline: medium none;
	padding: 9px 55px 9px 10px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	width: 100%;
	height: 60px;
	font-size: 22px;
}
#search_block_top #search_query_top::after {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 25px;
    right: 0;
    position: absolute;
    top: 12px;
}
#search_block_top #search_query_top:focus {
    outline: none;
}
#search_category {
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    cursor: pointer;
    display: inline;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    height: 38px;
    outline: 0 none;
    padding: 5px 10px;
}
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: Roboto;
    font-size: 15px !important;
}
#ttsearch_content_result .col_grid_5_2 {
    width: 15%;
    float: left;
}
#ttsearch_content_result .items-list .image .product_img_link > img {
    max-width: 100%;
	overflow: hidden;
}
#ttsearch_content_result {
	width: 100%;
	background: transparent;
	overflow-x: hidden;
	z-index: 99999;
	display: none;
	overflow-y: scroll;
	max-height: 330px;
}
.header-sticky #ttsearch_content_result {
    top: 48px !important;
    position: fixed !important;
    left: 0;
    padding-top: 0;
}
#ttsearch_content_result .over_light {
    width: 100%;
    height: 100%;
}
#ttsearch_content_result #ttsearch_eccept_data {
	position: relative;
	height: 100%;
	width: 80%;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#ttsearch_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;
    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;
}
#ttsearch_eccept_data .limit {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1px;
}
#ttsearch_eccept_data .noresult {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1px;
    color: #666;
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
}
#ttsearch_eccept_data .search-title {
    color: #000;
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    letter-spacing: 1px;
    display: none;
}
#ttsearch_eccept_data .search-title span {
    font-size: 11px;
}
#ttsearch_eccept_data .title_showall_text {
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
}
#ttsearch_eccept_data .title_showall {
    text-align: center;
}
#ttsearch_eccept_data .title_showall a {
    letter-spacing: 2px;
    color: #000;
    background: #ddc058;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 25px;
    border: 1px solid #ddc058;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}
#ttsearch_eccept_data .title_showall a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
#ttsearch_eccept_data .items-list {
    overflow: hidden;
    padding: 15px 0 0 0;
    margin: 0;
}
#ttsearch_eccept_data .items-list > li {
	cursor: pointer;
	margin-bottom: 50px;
	padding: 0 10px;
	position: relative;
	display:inline-block;
	vertical-align:top;
}
#ttsearch_eccept_data .items-list li .product-name {
    margin-bottom: 8px;
    font: 500 14px/18px "Raleway",Helvetica,sans-serif;
}
#ttsearch_eccept_data .items-list li .image {
    text-align: center;
}
@media (min-width: 992px) {
	#ttsearch_eccept_data .items-list li .image {
		width:100%;
		margin:0 0 15px;
		padding:0;
	}
}
#ttsearch_eccept_data .items-list li .content_price {
    float: left;
    width: 100%;
}
#ttsearch_eccept_data .items-list li .review {
    margin-top: 10px;
    text-align: center;
    min-height: 22px;
}
#ttsearch_eccept_data .items-list li .review .star_content {
    display: inline-block;
}
#ttsearch_eccept_data .items-list li .review .nb-comments {
    vertical-align: 3px;
}
#ttsearch_eccept_data .items-list>li .tt-button-container {
    left: 20px;
}
#ttsearch_eccept_data .items-list>li:hover .tt-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;
}
#ttsearch_eccept_data .items-list .tt_size {
    margin-top: 5px;
    text-align: center;
}
#ttsearch_eccept_data .items-list .tt_size span {
    display: none;
}
#ttsearch_eccept_data .items-list .tt_size ul {
    display: inline;
}
#ttsearch_eccept_data .items-list .tt_size ul li {
    display: inline-block;
    margin: 0 5px;
}
#ttsearch_eccept_data .items-list .tt_color {
    margin-top: 5px;
    text-align: center;
}
#ttsearch_eccept_data .items-list .tt_color span {
    display: none;
}
#ttsearch_eccept_data .items-list .tt_color ul {
    display: inline;
}
#ttsearch_eccept_data .items-list .tt_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%;
}
#ttsearch_eccept_data .content-ajax-search {
    overflow: auto;
    height: 100%;
}
#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 .content-ajax-search::-webkit-scrollbar-thumb {
    background-color: #000;
    cursor: pointer;
}
#ttsearch_eccept_data .content-ajax-search::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}
#ttsearch_eccept_data .cat-name {
    display: none;
    margin: 0 0 8px;
    text-align: left;
}
#ttsearch_eccept_data .items-list .ttsearch-content {
    text-align: center;
}
@media (min-width: 992px) {
	#ttsearch_eccept_data .items-list .ttsearch-content {
		width:100%;
		padding:0;
	}
}

#ttsearch_eccept_data .items-list .ttsearch-content .price {
    color: #fff;
    display: inline-block;
    font: 400 16px/18px "Oswald", Helvetica, sans-serif;
}
.sale-percentage {
	color: #111111;
	display: inline-block;
	float: none;
	font: 600 12px/14px "Roboto",Helvetica,sans-serif;
	padding: 0 3px;
	margin: 0; 
}
.old-price.regular-price {
    font-size: 14px;
	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: 10px;
    top: 8px;
    vertical-align: top;
    z-index: -1;
    cursor: pointer;
}
#search_block_top .select-wrapper::before {
	border-right: 1px solid #777777;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 12px;
}
#search_block_top .btn.button-search span {
	display: none;
}
#search_block_top .ttsearch_button {
	cursor: pointer;
	float: left;
	height: 40px;
	position: relative;
	width: 40px;
	z-index:4;
	transition:transform 400ms ease-in-out 0s;
}
#search_block_top.active .ttsearch_button .material-icons.search {
    z-index: 1;
    cursor: pointer;
	transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	display: none;
}
#search_block_top .ttsearch_button:hover {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
#search_block_top.active .ttsearch_button::before {
	color: #c9d5b5;
	content: "\E5CD";
	float: left;
	font-family: "Material Icons";
	font-size: 25px;
	height: 40px;
	line-height: 30px;
	padding: 5px 8px;
	width: 40px;
}
#search_block_top.active .ttsearch_button:hover {
	background: none;
	transform: none;
	transition : none;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
}
#search_block_top .ttsearchtoggle {
	height: auto;
	width: 65%;
	z-index: 3;
	padding: 0;
	position: absolute;
	right: 0;
	top: 30px;
	border: none;
	left: 0;
	margin: auto;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	bottom: auto;
	display:none;
}
#search_block_top .ttserach-bg {
    background: #9F9F92;
    height: auto;
    left: 0;
    opacity: 0;
    position: fixed;
    right: -100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 100%;
	min-height:330px;
	top:0;
}
#search_block_top.active .ttserach-bg {
	opacity: 1;
	right: 0;
}
#search_block_top .content_price.product-price-and-shipping span.sale {
	color: #e9ad3f;
	font: 600 12px/14px "Oswald",Helvetica,sans-serif;
	padding: 0 3px;
	vertical-align: middle;
}
#search_block_top .old-price.regular-price {
	font-family: Oswald;
}
#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;
}
.ttsearch-main {
	float: none;
	width: 80%;
	height: 60px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding:0 10px;
}
@media (max-width: 1300px) {
	#ttsearch_content_result .col_grid_5_2 {
		width: 20%;
	}
	#search_block_top .search-main {
		margin: 7% 0 0;
	}
}
@media (max-width: 1200px) {
    #ttsearch_eccept_data .items-list {
        padding: 0;
    }
    #ttsearch_eccept_data .items-list li .image {
        padding: 0;
    }
	#ttsearch_eccept_data .items-list > li {
		padding: 10px;
	}
}
@media (max-width: 991px) {
	#search_block_top {
		margin: 0;
		position: absolute;
		right: 95px;
		left: auto;
		bottom: 7px;
		top: auto;
	}
	#search_block_top .ttserach-bg {
		background: none;
		height: 50px;
		min-height:0;
		position:absolute;
		bottom:auto;
	}
    #search_block_top .btn.button-search:before {
        font-size: 20px;
		display: block;
    }
	.ttsearch-main {
		float: left;
		width: 100%;
		height:50px;
		padding:0;
	}
	#search_block_top.active .ttsearch_button::before {
		color: #111;
	}
	#search_block_top .ttsearchtoggle {
		width: 350px;
		right: 0;
		left: auto;
		top:48px;
		background:#000;
		height:50px;
	}
	#search_block_top .search-main {
		margin: 0;
	}
	#search_block_top #search_query_top {
		border-bottom: none;
		height: 50px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		font-size:14px;
	}
	#search_block_top .btn.button-search {
		padding: 10px 15px;
		height: 50px;
	}
	#ttsearch_content_result #ttsearch_eccept_data {
		width: 100%;
		float: left;
		background: #070707;
		border: 1px solid #333;
	}
	#ttsearch_content_result .col_grid_5_2 {
		width: 100%;
	}
	#ttsearch_eccept_data .items-list li .content_price {
		text-align: left;
	}
	#ttsearch_eccept_data .items-list li .product-name {
		text-align: left;
	}
	#ttsearch_eccept_data .items-list > li {
		margin-bottom: 0;
	}
}
@media (max-width: 543px) {
    #search_block_top .select-wrapper {
        width: 90px;
    }
	#search_block_top .ttsearchtoggle {
		width: 290px;
		right: -80px;
	}
    #ttsearch_eccept_data .items-list li .image {
        padding: 0;
    }
    #ttsearch_eccept_data .items-list .ttsearch-content {
        padding: 0 10px;
    }
	#ttsearch_eccept_data .items-list .ttsearch-content .price {
		font-size: 14px;
	}
    #search_category {
        font-size: 12px;
    }
    #search_category {
        padding: 8px 30px 8px 10px;
        border: none;
    }
    #search_block_top #search_query_top {
        font-size: 12px;
        background: #9f9f92;
        border: 1px solid #9f9f92;
    }
    #search_block_top .btn.button-search {
        float: right;
    }
    #ttsearch_eccept_data .items-list li .product-name {
        font-size: 13px;
    }
}
