<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/*mixin custom */
/*default search */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Search type  style*/
#leo_search_block_top {
  position: relative;
  z-index: 999;
  margin-top: 5px; }
  @media (max-width: 992px) {
    #leo_search_block_top {
      margin-bottom: 15px !important; } }
  #leo_search_block_top form {
    position: relative;
    border: 0;
    margin-top: 5px;
    width: 100%; }
    #leo_search_block_top form input[type=text] {
      min-width: 100%;
      width: 100%;
      background: transparent;
      border: 0;
      height: 40px;
      line-height: 40px;
      outline: 0;
      padding: 0 90px 0 15px;
      border-radius: 0; }
      .rtl #leo_search_block_top form input[type=text] {
        padding: 0 15px 0 90px; }
      #leo_search_block_top form input[type=text]:focus {
        background: transparent; }
    #leo_search_block_top form button[type=submit] {
      position: absolute;
      width: 70px;
      height: 42px;
      line-height: 42px;
      background: #000000;
      padding: 0;
      border: 0;
      color: #FFFFFF;
      right: -1px;
      top: -1px;
      font-size: 15px; }
      .rtl #leo_search_block_top form button[type=submit] {
        left: -1px;
        right: auto; }
  #leo_search_block_top .title_block {
    color: #000000;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    padding: 0; }
  #leo_search_block_top form {
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 4px; }
    #leo_search_block_top form input[type=text] i {
      font-size: 22px; }
    #leo_search_block_top form input[type=text]::placeholder {
      color: #acaaa6; }
    #leo_search_block_top form button[type=submit]:hover {
      background: black; }
    @media (min-width: 0px) {
      #leo_search_block_top form {
        display: none;
        position: absolute;
        top: 132%;
        border-radius: 0;
        left: -130px;
        width: 270px; }
        .rtl #leo_search_block_top form {
          right: -130px;
          left: auto; }
        #leo_search_block_top form .list-cate-wrapper {
          display: none; } }
  #leo_search_block_top.active form {
    display: block; }
  #leo_search_block_top label {
    display: none; }
  #leo_search_block_top .title_block {
    color: #000;
    font-size: 0;
    display: block;
    line-height: 11px; }
    @media (max-width: 991px) {
      #leo_search_block_top .title_block {
        line-height: 17px; } }
    #leo_search_block_top .title_block:hover:before {
      color: #e8ce99; }
    #leo_search_block_top .title_block:before {
      font-family: "Font Awesome 5 Pro";
      content: '\f002';
      font-size: 20px;
      position: absolute;
      top: 0;
      text-align: center;
      font-weight: bold; }
      @media (max-width: 991px) {
        #leo_search_block_top .title_block:before {
          line-height: 77px; } }
      @media (min-width: 992px) {
        #leo_search_block_top .title_block:before {
          top: 6px; } }
  #leo_search_block_top .leoproductsearch-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #leo_search_block_top .leoproductsearch-content .leoproductsearch-result {
      width: 100%; }
  #leo_search_block_top .cssload-speeding-wheel {
    position: absolute;
    top: 9px;
    right: 80px; }
  #leo_search_block_top .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 1px #eee; }
    #leo_search_block_top .dropdown-menu .title_block {
      font-size: 17px;
      text-transform: inherit;
      margin: 15px 0;
      color: #999999; }
      @media (max-width: 991px) {
        #leo_search_block_top .dropdown-menu .title_block {
          display: none; } }
      #leo_search_block_top .dropdown-menu .title_block:before {
        display: none; }
  #leo_search_block_top #leo_search_top_button:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f002';
    font-weight: bold; }
  #leo_search_block_top #leo_search_top_button i {
    display: none; }

/*list categories */
.list-cate-wrapper {
  position: relative; }
  .list-cate-wrapper:before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    background: #eee; }
    .rtl .list-cate-wrapper:before {
      left: 0;
      right: auto; }
  .list-cate-wrapper .select-title {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-transform: capitalize; }
    .list-cate-wrapper .select-title i {
      position: absolute;
      top: 10px;
      right: 8px; }
      .rtl .list-cate-wrapper .select-title i {
        left: 8px;
        right: auto; }
  .list-cate-wrapper .list-cate {
    width: 100%;
    padding: 0px;
    overflow: auto;
    overflow-x: hidden; }
    .list-cate-wrapper .list-cate .cate-item {
      display: block;
      padding: 5px 10px;
      font-size: 14px;
      color: #999999; }
      .list-cate-wrapper .list-cate .cate-item.active, .list-cate-wrapper .list-cate .cate-item:hover {
        color: #fda40f; }
  .list-cate-wrapper #dropdownListCateTop {
    cursor: pointer;
    display: block;
    padding: 3px 40px 0 25px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666; }
    .rtl .list-cate-wrapper #dropdownListCateTop {
      padding: 3px 25px 0 40px; }
    @media (max-width: 992px) {
      .list-cate-wrapper #dropdownListCateTop {
        padding: 3px 35px 0 10px; }
        .rtl .list-cate-wrapper #dropdownListCateTop {
          padding: 3px 10px 0 35px; } }

.lps_results.ac_results {
  width: 100% !important;
  max-height: 260px;
  padding: 10px;
  overflow: auto;
  border: none;
  -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.35);
  /*@media (max-width: 991px) {
    left: 155px!important;
  }*/ }
.lps_results ul &gt; li {
  padding: 10px;
  color: #111; }
  .lps_results ul &gt; li .lps-result-content {
    width: 75%;
    float: left; }
    .rtl .lps_results ul &gt; li .lps-result-content {
      float: right; }
  .lps_results ul &gt; li .lps-result-img {
    width: 20%;
    float: left;
    margin-right: 10px; }
    @media (max-width: 992px) {
      .lps_results ul &gt; li .lps-result-img {
        width: 20%; } }
    .rtl .lps_results ul &gt; li .lps-result-img {
      float: right; }
    .rtl .lps_results ul &gt; li .lps-result-img {
      margin-left: 10px;
      margin-right: inherit; }
  .lps_results ul &gt; li.ac_over {
    background: #111;
    color: #FFFFFF; }
.lps_results .lps-result-price {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fda40f; }
.lps_results .lps-result-title {
  font-size: 13px; }

/*# sourceMappingURL=leosearch.css.map */
</pre></body></html>