@keyframes sd-rotate-360-animation {
0% 
{
		-webkit-transform: rotate(0); transform: rotate(0); 
} 
100% 
{
			-webkit-transform: rotate(360deg); transform: rotate(360deg); 
} 
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.wt-main-loading-overlay {
    position: absolute;
    background-color: rgba(0,0,0,.1);
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
  .wt_loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: auto;
    display: inline-block;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}
.wt_loading .loader {
    display: block;
		text-indent: -9999rem;
		width: 30px;
		height: 30px;
		margin: 0 auto;
		border-radius: 50%;
		background: #e5101d;
		background: linear-gradient(90deg,#e5101d 10%,rgba(229,16,29,0) 42%);
		position: relative;
		transform: translateZ(0);
		animation: sd-rotate-360-animation 1s linear infinite;
}
.wt_loading .loader:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 50%;
    background: #e5101d;
    border-radius: 100% 0 0 0;
}
.wt_loading .loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    margin: auto;
    bottom: 0;
    right: 0;
}
#header .header-top-right{display:block;}
.wt_close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    text-indent: -10000px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    border: 2px solid #fff!important;
    z-index: 9999;
    background-color: #444!important;
    opacity: 1!important;
    padding: 0!important;
    cursor: pointer;
    height: 28px;
    width: 28px;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    line-height: 1em;
    transition: all ease-in-out .2s;
    font-size: 1.618em!important;
    color: #fff!important;
}
.wt_close:before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0;
}
#close_search_query_nav {
    position: absolute;
    right: 12px;
    top: 6px;
    text-decoration: none;
    z-index: 9999;
}

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-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: wt-nav-social;
  animation-name: wt-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 {
 margin-top: 20px;
   -moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition:all 0.5s;
transition:all 0.5s;
margin-bottom: 30px;
z-index:555;
padding: 0;
overflow:hidden;
  }
  #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;
    width: 100%;
	background: #fff;
   	position: relative;
	border-radius: 3px;
	    border: 2px solid #000000;
		height: 50px;
	}
	
  .header-sticky #search_block_top .btn.button-search{
	  border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
  }
  #search_block_top .btn.button-search {
    background: #000000; 
    display: block;
    position: absolute;
    top: 0;
	right: -1px;
    border: none;
    color: white;
    width: 55px;
    text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
    padding: 11px 0; }
    #search_block_top .btn.button-search > span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 21px;
      width: 100%;
      text-align: center;
      color: #fff; }
    #search_block_top .btn.button-search:hover {
      color: #fff; 
	  }
	  
	  
 #close_search_query_nav{
  position: absolute; right: 12px; top: 6px;
text-decoration: none;
z-index: 9999;
 }
 #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 {
    float: left;
    height: 30px;
	display: block;
    line-height: 18px;
    margin-right: 1px;
    border: none;
    box-shadow: none;
    color: #666;
    background: #fff;
    width: 57%;
	margin-right: 0;
    margin-left: 0px;
    padding: 0 0 0 20px;
    font-size: 15px; 
	margin-top: 8px;
	
	}
  #search_block_top #search_query_top:focus{
  outline: none;
  }
#search_category {
  border: 0;
  color: #666;
  display: inline;
  height: 48px !important;
  outline: 0;
  padding: 0 10px;
  float: left;
  font-size: 15px; 
  background: transparent !important;
  
  }


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-size: 15px !important; }

  #wtsearch_content_result .col_grid_5_2{width: 25%; float: left;}
  
#wtsearch_content_result{top: 113px; left: 0; position: absolute; width: 100%; background: #fff; overflow: hidden; z-index: 99999; padding: 10px;height: 90%;  min-height: 500px; display: none; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);}
.header-sticky #wtsearch_content_result{top: 48px !important; position: fixed !important; left: 0; padding-top: 0;}

#wtsearch_content_result .over_light{ position: absolute; width: 100%; height: 100%; background: #fff; }
#wtsearch_content_result  #wtsearch_eccept_data{position: relative; height: 100%; width: 100%;  }
#wtsearch_content_result p.loanding{	background: url('../img/loading.gif'); height:64px; width:64px;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;
}
#wtsearch_eccept_data .limit{text-align: center; margin-top: 20px;letter-spacing: 1px;}
#wtsearch_eccept_data .noresult{text-align: center; margin-top: 20px; letter-spacing: 1px; color: #666; font-size: 16px;margin-top: 50px;text-align: center;}
#wtsearch_eccept_data .search-title{ color: #000;text-align: center; margin: 20px 0; font-size: 14px;}
#wtsearch_eccept_data .search-title span{font-size: 11px;}
#wtsearch_eccept_data .title_showall_text{letter-spacing: 2px; font-size: 12px; text-align: center;}
#wtsearch_eccept_data .title_showall {text-align: center;}
#wtsearch_eccept_data .title_showall a{letter-spacing: 2px; color: #fff; background: #000; margin-right: 30px; text-transform: uppercase; font-size: 10px; padding: 10px 25px; border: 1px solid #f2f2f2;}

#wtsearch_eccept_data  .items-list{overflow: hidden;padding-top: 15px;}
#wtsearch_eccept_data  .items-list>li{padding: 0 20px; position: relative; margin-bottom: 15px;}
#wtsearch_eccept_data  .items-list li .product-name{text-align: center; margin-bottom: 11px; font-weight:400;}
#wtsearch_eccept_data  .items-list li .image{text-align: center;}
#wtsearch_eccept_data  .items-list li .sale-bkg{top: 0;right: 20px;}
#wtsearch_eccept_data  .items-list li  .content_price{margin-top: 15px; float: none; text-align: center; margin-bottom: 30px; clear: both;}
#wtsearch_eccept_data  .items-list li  .review {margin-top: 10px; text-align: center; min-height: 22px;}
#wtsearch_eccept_data  .items-list li  .review  .star_content{display: inline-block;}
#wtsearch_eccept_data  .items-list li  .review  .nb-comments {vertical-align: 3px;}
#wtsearch_eccept_data  .items-list>li .wt-button-container{left: 20px;}
#wtsearch_eccept_data  .items-list>li:hover .wt-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;
}
#wtsearch_eccept_data  .items-list .wt_size {margin-top: 5px; text-align: center; overflow:hidden;}
#wtsearch_eccept_data  .items-list .wt_size span{display: none;}
#wtsearch_eccept_data  .items-list .wt_size ul{display: inline;}
#wtsearch_eccept_data  .items-list .wt_size ul li{display: inline-block; margin: 0 5px;}

#wtsearch_eccept_data  .items-list  .wt_color{margin-top: 5px; text-align: center;}
#wtsearch_eccept_data  .items-list .wt_color span{display: none;}
#wtsearch_eccept_data  .items-list  .wt_color ul{display: inline;}
#wtsearch_eccept_data  .items-list  .wt_color ul li{display: inline-block; float: none; width: 12px; height: 12px; margin: 0 5px;border-radius: 100%;}
#wtsearch_eccept_data  .items-list .discount-percentage{top:0;}
#wtsearch_eccept_data .content-ajax-search{overflow:auto;height:100%;}
#wtsearch_eccept_data .content-ajax-search::-webkit-scrollbar {
    
	width: 5px;
}
#wtsearch_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);
}
#wtsearch_eccept_data .content-ajax-search::-webkit-scrollbar-thumb {
    background-color: #000;
	cursor: pointer;
}
#wtsearch_eccept_data .content-ajax-search::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}
@media (min-width: 992px ) and (max-width: 1199px) {
#search_block_top #search_query_top{width: 40%;}
#search_category{width: 165px !important;}
#search_block_top{width:75% !important; padding-left: 0;}
}

@media (min-width: 768px) and (max-width: 991px) { 
 #wtsearch_eccept_data .items-list>li{width: 33.33333% !important;}
 #wtsearch_content_result{top: 150px;}
 #search_block_top #search_query_top{width:40%;}
#search_block_top{width: 100%;}
}


@media (max-width: 767px) {  
#header .header-top .position-static{width:100%;}
.product-items-list{border:none !important;}
 #wtsearch_eccept_data .items-list>li{width: 50% !important;}
 #search_block_top #search_query_top{width: 40%; }
  #wtsearch_content_result{top: 100px;}
  #search_block_top{width: 100%; padding: 0;}
  #search_category{width: 140px !important;}
  #search_block_top{margin: 0;}
}

@media (max-width: 540px) {  
#search_block_top #search_query_top{font-size: 12px;}
 #search_category{font-size: 12px;}
}
 #wtsearch_eccept_data .column-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.product-items-list {
    border-left: 1px solid #999;
    padding: 0 15px;
	text-align:left;
	float: right;
}
#wtsearch_eccept_data .search-title {
    border-bottom: 1px solid #999;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.other-items-list{text-align:left; float: left;}
#wtsearch_eccept_data .noresult{font-size: 12px; padding-top:0; margin:0; text-align:left;}
#wtsearch_eccept_data .media-list{margin:0; padding-left: 15px;}
#wtsearch_eccept_data .media-list a{color:#333;}
#wtsearch_eccept_data .media-list a:hover{color:$color_main;}
#wtsearch_eccept_data .items-list{margin-bottom:0;}
#wtsearch_eccept_data .items-list img{max-width:100%;}
.regular-price{text-decoration:line-through;}
.price{color: #000;}

.show-more{color: #000;}
	 #search_block_top #search_query_top{width:58%;}
	 #header.header-sticky #search_category{width:180px!important;margin-left:20px;}
	 
#header.header-sticky #search_block_top{position: fixed; top:0px; margin: 0; z-index: 988; left: 23.5%;}
.box-mode #header.header-sticky #search_block_top{ left: 25.5% !important;}
#header.header-sticky #search_block_top #searchbox{border: none; border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
#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;}