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: 'Poppins', sans-serif;
    font-size: 10px;
    color: #000;
    font-style: italic;
    line-height: 15px;
    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: wd-nav-social;
    animation-name: wd-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;
	padding: 28px 0;
	width: auto;
}
#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%;
	border-radius: var(--btn-border-radius);
	-moz-border-radius: var(--btn-border-radius);
	-webkit-border-radius: var(--btn-border-radius);
	-khtml-border-radius: var(--btn-border-radius);
	background: #fff;
}
#search_block_top .btn.button-search {
	background: var(--primary-btn-bg-color);
	border: medium none;
	color: var(--primary-btn-color);
	float: right;
	line-height: 20px;
	padding: 10px 20px;
	text-align: center;
	font-size: 13px;
	border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	-webkit-border-radius: 0 25px 25px 0;
	-khtml-border-radius: 0 25px 25px 0;
	font-weight: 600;
}
#search_block_top .btn.button-search .material-icons {
	font-size: 24px;
	line-height: 24px;
}
#search_block_top .btn.button-search:before {
    content: "\E8B6";
    display: none;
    font-family: "Material Icons";
    font-size: 21px;
    width: 100%;
    text-align: center;
}
#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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #666666;
	display: block;
	float: right;
	font-size: 12px;
	height: 44px;
	line-height: 18px;
	margin-left: 0;
	margin-right: 0;
	width: 270px;
	border-left: 2px solid var(--border-color);
	padding:8px 15px 8px 25px;
}

#search_block_top #search_query_top::after {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 25px;
    right: 0;
    position: absolute;
    top: 5px;
}
#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-size: 12px;
	height: 44px;
	outline: 0 none;
	padding: 5px 10px 5px 20px;
}
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;
}
#wdsearch_content_result .col_grid_5_2 {
    width: 20%;
    float: left;
}
#wdsearch_content_result .items-list .image .product_img_link > img {
	max-width: 100%;
}
#wdsearch_content_result {
	top: 130%;
	left: 0;
	position: absolute;
	width: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 99999;
	padding: 10px;
	display: none;
	border: 3px solid #fff;
	border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header-sticky #wdsearch_content_result {
    top: 48px !important;
    position: fixed !important;
    left: 0;
    padding-top: 0;
}
#wdsearch_content_result .over_light {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    right: 0;
}
#wdsearch_content_result #wdsearch_eccept_data {
    position: relative;
    height: 100%;
    width: 100%;
}
#wdsearch_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;
}
#wdsearch_eccept_data .limit {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1px;
}
#wdsearch_eccept_data .noresult {
	text-align: center;
	margin-top: 5px;
	letter-spacing: 1px;
	color: #666;
	font-size: 16px;
	text-align: center;
}
#wdsearch_eccept_data .search-title {
    color: #000;
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    letter-spacing: 1px;
    display: none;
}
#wdsearch_eccept_data .search-title span {
    font-size: 11px;
}
#wdsearch_eccept_data .title_showall_text {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 100%;
}
#wdsearch_eccept_data .title_showall {
	text-align: center;
	float: left;
	width: 100%;
}
#wdsearch_eccept_data .title_showall a {
    color: var(--secondary-btn-color);
    background: var(--secondary-btn-bg-color);
	text-transform: capitalize;
	padding: 6px 20px;
	display: inline-block;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
    border-radius: 25px;
}
#wdsearch_eccept_data .title_showall a:hover {
	background: var(--primary-btn-bg-color);
	color: var(--primary-btn-color);
}
#wdsearch_eccept_data .items-list {
	overflow: hidden;
	padding: 15px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
}
#wdsearch_eccept_data .items-list > li {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 10px 0;
}
#wdsearch_eccept_data .items-list > li:hover {
    background: #f5f5f5;
}
#wdsearch_eccept_data .items-list li .product-name {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 13px;
	color: #111111;
}
#wdsearch_eccept_data .items-list li .image {
    text-align: center;
	padding:0 10px;
}
#wdsearch_eccept_data .items-list li .content_price {
    float: left;
    width: 100%;
}
#wdsearch_eccept_data .items-list li .review {
    margin-top: 10px;
    text-align: center;
    min-height: 22px;
}
#wdsearch_eccept_data .items-list li .review .star_content {
    display: inline-block;
}
#wdsearch_eccept_data .items-list li .review .nb-comments {
    vertical-align: 3px;
}
#wdsearch_eccept_data .items-list>li .wd-button-container {
    left: 20px;
}
#wdsearch_eccept_data .items-list>li:hover .wd-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;
}
#wdsearch_eccept_data .items-list .wd_size {
    margin-top: 5px;
    text-align: center;
}
#wdsearch_eccept_data .items-list .wd_size span {
    display: none;
}
#wdsearch_eccept_data .items-list .wd_size ul {
    display: inline;
}
#wdsearch_eccept_data .items-list .wd_size ul li {
    display: inline-block;
    margin: 0 5px;
}
#wdsearch_eccept_data .items-list .wd_color {
    margin-top: 5px;
    text-align: center;
}
#wdsearch_eccept_data .items-list .wd_color span {
    display: none;
}
#wdsearch_eccept_data .items-list .wd_color ul {
    display: inline;
}
#wdsearch_eccept_data .items-list .wd_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%;
}
#wdsearch_eccept_data .content-ajax-search {
    overflow: auto;
    height: 100%;
}
#wdsearch_eccept_data .content-ajax-search::-webkit-scrollbar {
    width: 5px;
}
#wdsearch_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);
}
#wdsearch_eccept_data .content-ajax-search::-webkit-scrollbar-thumb {
    background-color: #000;
    cursor: pointer;
}
#wdsearch_eccept_data .content-ajax-search::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}
#wdsearch_eccept_data .cat-name {
    display: block;
    margin: 0 0 10px;
    text-align: left;
}
#wdsearch_eccept_data .items-list .wdsearch-content {
	text-align: left;
	padding: 0 10px;
}
.price.special-price {
	font: 700 14px/18px var(--primary-font);
	display: inline-block;
	color: #e02b40;
}
.sale-percentage {
	color: #fff;
	display: inline-block;
	float: none;
	font: 600 10px/18px var(--primary-font);
	padding: 0 8px;
	vertical-align: middle;
	margin: 0;
	background: #d32122;
	border-radius: 25px;
}
.old-price.regular-price {
	color: #666666;
	font: 400 14px/16px var(--primary-font);
	text-decoration: line-through;
}
#search_block_top .select-wrapper {
	float: left;
	position: relative;
	width: 150px;
	z-index: 1;
}
#search_block_top .select-wrapper::after {
	content: "\E5CF";
	font-family: Material Icons;
	position: absolute;
	right: -12px;
	top: 0;
	z-index: -1;
	cursor: pointer;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 20px;
	background: var(--primary-bg-color);
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 16px;
	color: var(--primary-color);
	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;
}
.wdsearch-main {
    float: left;
    border-right: none;
}
@media (max-width: 1499px) {
#search_block_top .select-wrapper {
	width: 130px;
}
#search_block_top #search_query_top{
    width: 150px;  
}
}
@media (max-width: 1200px) {
    #wdsearch_eccept_data .items-list {
        padding: 0;
    }
    #wdsearch_eccept_data .items-list li .image {
        padding: 0;
    }
    #wdsearch_eccept_data .items-list > li {
        width: 100%;
    }
    
}
@media (max-width: 1199px) {
#search_block_top .select-wrapper {
	width: 110px;
}
#search_block_top #search_query_top {
	width: 130px;
}
}
@media (max-width: 991px) {
    #search_block_top .select-wrapper {
        width: 120px;
    }
    #search_block_top #search_query_top {
        width: 190px;
    }
    #search_block_top .btn.button-search:before {
        display: block;
    }
    #search_block_top .btn.button-search span {
        display: none;
    }
    #search_block_top .btn.button-search {
        padding: 12px 10px;
    }
    #search_block_top {
        padding: 18px 0;
        margin: 0 30px 0 0;
    }
}
@media (max-width: 767px) {
    #wdsearch_eccept_data .items-list > li {
        width: 100%;
    }
}
@media (max-width: 730px) {
#search_block_top {
	padding: 0 0 15px;
	float: left;
	width: 100%;
}
#search_block_top #searchbox {
	float: none;
	width: auto;
}
}
@media (max-width: 677px) {
    #search_block_top .select-wrapper {
        width: 120px;
    }
    #search_block_top #search_query_top{
        width: 160px;
    }
}
@media (max-width: 543px) {
    #search_block_top .btn.button-search::before{
        font-size: 18px;
    }
    #search_block_top .btn.button-search{
        padding: 8px;
    }
    #wdsearch_eccept_data .items-list li .image {
        padding: 0;
    }
    #wdsearch_eccept_data .items-list .wdsearch-content {
        padding: 0 10px;
    }
    #search_category {
        font-size: 12px;
        padding: 8px 30px 8px 10px;
        border: none;
        height: 40px;
    }
    #search_block_top #search_query_top {
        font-size: 12px;
        width: 130px;
        height: 40px;
        padding: 8px 10px;
    }
    #search_block_top .btn.button-search {
        float: right;
        padding: 10px;
    }
    #wdsearch_eccept_data .items-list li .product-name {
        font-size: 13px;
    }
}