/***************************************************
  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; }

#leosearchtopbox a.cate-item.active, #leosearchtopbox a.cate-item:hover, #leosearchbox a.cate-item.active, #leosearchbox a.cate-item:hover {
  background: #bac34e;
  color: #fff; }

#dropdownListCate, #dropdownListCateTop {
  cursor: pointer;
  display: block;
  padding: 5px 0px 5px 5px; }

#leosearchtopbox #dropdownListCateTop:hover, #leosearchbox #dropdownListCate:hover {
  color: #414141; }

#leo_search_block_top .title_block {
  display: none; }
#leo_search_block_top form > label {
  display: none; }
#leo_search_block_top label[for="search_query_block"] {
  display: none; }
#leo_search_block_top .block_content {
  position: relative;
  max-width: 550px; }
  @media (max-width: 991px) {
    #leo_search_block_top .block_content {
      position: fixed;
      max-width: inherit;
      width: 100vw;
      left: 0;
      right: 0;
      z-index: 1;
      top: 0px;
      padding: 28px 10px;
      background: #fff;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; } }
  @media (max-width: 375px) {
    #leo_search_block_top .block_content {
      padding: 20px 10px; } }
  #leo_search_block_top .block_content .fa-search {
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl #leo_search_block_top .block_content .fa-search {
      right: 20px;
      left: auto; }
    @media (max-width: 991px) {
      #leo_search_block_top .block_content .fa-search {
        left: 30px; }
        .rtl #leo_search_block_top .block_content .fa-search {
          right: 30px;
          left: auto; } }
#leo_search_block_top.active .block_content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
#leo_search_block_top .list-cate-wrapper {
  display: none; }
  #leo_search_block_top .list-cate-wrapper:before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 0;
    background: #eee; }
    .rtl #leo_search_block_top .list-cate-wrapper:before {
      left: 0;
      right: auto; }
  #leo_search_block_top .list-cate-wrapper .select-title {
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    text-transform: capitalize;
    color: #999; }
    #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; }
  #leo_search_block_top .list-cate-wrapper .dropdown-menu {
    font-size: 13px;
    max-height: 230px;
    overflow: auto;
    overflow-x: hidden; }
#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: 45px;
  line-height: 45px;
  padding: 0 100px 0 50px;
  border-radius: 30px;
  outline: 0;
  background-color: #f4f4f4;
  font-size: 14px;
  color: #aaaaaa; }
  .rtl #leo_search_block_top .form-control {
    padding: 0 50px 0 100px; }
#leo_search_block_top .btn {
  height: 45px;
  line-height: 45px;
  border: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  background: none;
  color: #bac34e;
  position: absolute;
  top: 0;
  right: 30px;
  font-weight: 700;
  color: #000; }
  .rtl #leo_search_block_top .btn {
    left: 30px;
    right: auto; }
  @media (max-width: 991px) {
    #leo_search_block_top .btn {
      top: 28px; } }
  @media (max-width: 375px) {
    #leo_search_block_top .btn {
      top: 20px; } }
  #leo_search_block_top .btn:hover {
    color: #bac34e; }

.leoproductsearch-result {
  position: relative; }

.ac_results {
  text-align: left; }
  .rtl .ac_results {
    text-align: right; }

.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;
  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);
  padding-bottom: 0; }
  .rtl .leoproductsearch-result .ac_results {
    text-align: right; }
  .leoproductsearch-result .ac_results > div:first-child {
    overflow-y: auto;
    height: 310px; }
    .leoproductsearch-result .ac_results > div:first-child::-webkit-scrollbar {
      width: 6px;
      background-color: #bac34e; }
    .leoproductsearch-result .ac_results > div:first-child::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #bac34e; }
    .leoproductsearch-result .ac_results > div:first-child::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #eeeeee; }
  .leoproductsearch-result .ac_results > div:last-child {
    padding: 15px 10px;
    text-align: center; }
    .leoproductsearch-result .ac_results > div:last-child a {
      color: #bac34e;
      font-size: 14px;
      display: flex;
      align-items: center; }
      .leoproductsearch-result .ac_results > div:last-child a:after {
        content: '\f324';
        font-family: "Font Awesome 5 Pro";
        margin-left: 7px; }
  .leoproductsearch-result .ac_results li > a {
    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;
    transition: all 0.3s; }
  .leoproductsearch-result .ac_results li.ac_over {
    background-color: #bac34e; }
    .leoproductsearch-result .ac_results li.ac_over > a {
      color: #ffffff; }
  .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; }
.leoproductsearch-result .search-value-title {
  color: #000;
  font-weight: 600;
  margin: 10px 0 0 10px; }
  .rtl .leoproductsearch-result .search-value-title {
    margin: 10px 10px 0 0; }

/*# sourceMappingURL=leosearch.css.map */
