/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* block top search */
#search_block_top {
  position: absolute;
  right: 26%;
  top: 34px; }

#search_block_top p {
  padding: 0; }

#search_block_top #search_query_top {
  padding: 0 5px;
  height: 23px;
  width: 300px;
  /* 310 */
  border: 1px solid #666;
  border-right: 0 !important;
  color: #666;
  background: url(img/bg_search_input.png) repeat-x 0 0 #fff;
  float: left; }

#search_block_top .button {
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  background: url(img/bg_search_submit.png) repeat-x 0 0 #101010;
  float: left;
  height: 25px; }

form#searchbox {
  padding-top: 5px; }

form#searchbox label {
  color: #333;
  margin-bottom: 1px; }

form#searchbox input#leo_search_query_block {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  height: 18px;
  margin-top: 10px; }

form#searchbox input#search_button {
  padding: 1px 4px; }

.list-cate-wrapper {
  position: relative; }

.list-cate {
  width: 100%;
  padding: 0px; }

.cate-item {
  display: block;
  padding: 10px;
  font-size: 12px;
  border-right: #0163d2; }

#leosearchtopbox a.cate-item.active, #leosearchtopbox a.cate-item:hover, #leosearchbox a.cate-item.active, #leosearchbox a.cate-item:hover {
  background: #0163d2;
  color: #fff; }

#dropdownListCate, #dropdownListCateTop {
  cursor: pointer;
  display: block;
  padding: 5px 0px 5px 5px; }

#leosearchtopbox #dropdownListCateTop:hover, #leosearchbox #dropdownListCate:hover {
  color: #414141; }

@media (min-width: 992px) {
  #leo_search_block_top {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 680px;
    float: right;
    width: 100%; }
    .rtl #leo_search_block_top {
      float: left; } }
@media (max-width: 1199px) and (min-width: 992px) {
  #leo_search_block_top {
    max-width: 500px;
    margin-right: 30px; }
    .rtl #leo_search_block_top {
      margin-left: 30px;
      margin-right: inherit; } }
@media (max-width: 991px) {
  #leo_search_block_top .close-popup-search {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff; }
    .rtl #leo_search_block_top .close-popup-search {
      left: 0;
      right: auto; }
    #leo_search_block_top .close-popup-search:before, #leo_search_block_top .close-popup-search:after {
      content: '';
      width: 18px;
      height: 2px;
      background: #666;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    #leo_search_block_top .close-popup-search:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  #leo_search_block_top form .block_content {
    z-index: 999999;
    position: fixed;
    display: block;
    width: 100%;
    height: 50px;
    left: 0;
    top: -100%;
    bottom: 0;
    background: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: calc(100% - 50px); }
    .rtl #leo_search_block_top form .block_content {
      right: 0;
      left: auto; }
  #leo_search_block_top.active-search-popup .close-popup-search {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #leo_search_block_top.active-search-popup form .block_content {
    top: 0;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
@media (min-width: 992px) {
  #leo_search_block_top .header-button {
    display: none; } }
#leo_search_block_top:hover {
  border-color: #0163d2; }
#leo_search_block_top .title_block {
  display: none; }
#leo_search_block_top label[for="search_query_block"] {
  display: none; }
#leo_search_block_top .block_content {
  padding: 0 0 0 150px;
  position: relative; }
  .rtl #leo_search_block_top .block_content {
    padding: 0 150px 0 0; }
  @media (max-width: 575px) {
    #leo_search_block_top .block_content {
      padding: 0 0 0 0px; }
      .rtl #leo_search_block_top .block_content {
        padding: 0 0px 0 0; } }
#leo_search_block_top .list-cate-wrapper {
  position: absolute;
  top: 0;
  width: 150px;
  height: 42px;
  left: 0; }
  .rtl #leo_search_block_top .list-cate-wrapper {
    right: 0;
    left: auto; }
  @media (max-width: 991px) {
    #leo_search_block_top .list-cate-wrapper {
      height: 50px; } }
  @media (max-width: 575px) {
    #leo_search_block_top .list-cate-wrapper {
      display: none; } }
  #leo_search_block_top .list-cate-wrapper:before {
    content: "";
    width: 1px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e1e1e1; }
    .rtl #leo_search_block_top .list-cate-wrapper:before {
      left: 0;
      right: auto; }
    @media (max-width: 991px) {
      #leo_search_block_top .list-cate-wrapper:before {
        height: 50px; } }
  #leo_search_block_top .list-cate-wrapper .select-title {
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    text-transform: capitalize;
    color: #999; }
    @media (max-width: 991px) {
      #leo_search_block_top .list-cate-wrapper .select-title {
        height: 50px;
        line-height: 50px; } }
    #leo_search_block_top .list-cate-wrapper .select-title i {
      position: absolute;
      top: 14px;
      right: 10px; }
      .rtl #leo_search_block_top .list-cate-wrapper .select-title i {
        left: 10px;
        right: auto; }
      @media (max-width: 991px) {
        #leo_search_block_top .list-cate-wrapper .select-title i {
          top: 18px; } }
  #leo_search_block_top .list-cate-wrapper .dropdown-menu {
    font-size: 13px;
    max-height: 230px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto; }
    #leo_search_block_top .list-cate-wrapper .dropdown-menu::-webkit-scrollbar {
      width: 6px;
      background-color: #0163d2; }
    #leo_search_block_top .list-cate-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #0163d2; }
    #leo_search_block_top .list-cate-wrapper .dropdown-menu::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #eeeeee; }
#leo_search_block_top #dropdownListCateTop {
  padding: 0 25px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  #leo_search_block_top #dropdownListCateTop i {
    font-size: 14px; }
#leo_search_block_top .form-control {
  background: none;
  border: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 145px 0 15px;
  border-radius: 0;
  outline: 0; }
  .rtl #leo_search_block_top .form-control {
    padding: 0 15px 0 145px; }
  @media (max-width: 991px) {
    #leo_search_block_top .form-control {
      height: 50px;
      line-height: 50px;
      padding: 0 65px 0 15px; }
      .rtl #leo_search_block_top .form-control {
        padding: 0 15px 0 65px; } }
#leo_search_block_top .btn {
  width: 110px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  border: 0;
  font-size: 14px;
  text-align: center;
  background: #0163d2;
  color: #fff;
  position: absolute;
  top: 0;
  font-weight: 700;
  right: 0; }
  .rtl #leo_search_block_top .btn {
    left: 0;
    right: auto; }
  @media (max-width: 991px) {
    #leo_search_block_top .btn {
      height: 50px;
      width: 50px;
      font-size: 0;
      background: #fff;
      color: #666;
      border-right: 1px solid #e1e1e1;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      .rtl #leo_search_block_top .btn {
        border-left: 1px solid #e1e1e1;
        border-right: inherit; }
      #leo_search_block_top .btn:before {
        content: "\e909";
        font-size: 16px;
        font-family: "icomoon";
        line-height: 50px; } }

.leoproductsearch-result .cssload-speeding-wheel {
  position: absolute;
  right: 120px;
  top: 14px;
  width: 15px;
  height: 15px; }
  .rtl .leoproductsearch-result .cssload-speeding-wheel {
    left: 120px;
    right: auto; }
  @media (max-width: 991px) {
    .leoproductsearch-result .cssload-speeding-wheel {
      right: 50px;
      top: 17px; }
      .rtl .leoproductsearch-result .cssload-speeding-wheel {
        left: 50px;
        right: auto; } }
.leoproductsearch-result .ac_results {
  text-align: left;
  width: 100% !important;
  overflow-y: auto;
  height: 322px;
  border: 1px solid #e1e1e1;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); }
  .rtl .leoproductsearch-result .ac_results {
    text-align: right; }
  .leoproductsearch-result .ac_results::-webkit-scrollbar {
    width: 6px;
    background-color: #0163d2; }
  .leoproductsearch-result .ac_results::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #0163d2; }
  .leoproductsearch-result .ac_results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee; }
  .leoproductsearch-result .ac_results li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .leoproductsearch-result .ac_results li.ac_over {
      background-color: #0163d2; }
  .leoproductsearch-result .ac_results .lps-result-img {
    width: 60px; }
  .leoproductsearch-result .ac_results .lps-result-content {
    width: calc(100% - 60px);
    padding-left: 10px; }
    .rtl .leoproductsearch-result .ac_results .lps-result-content {
      padding-right: 10px;
      padding-left: inherit; }

/*# sourceMappingURL=leosearch.css.map */
