/***************************************************
  Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes
/***************************************************/
/* effect zoom In #1 */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#leo_search_block_top {
  width: 100%;
  max-width: 500px;
  margin: auto; }
  @media (max-width: 700px) {
    #leo_search_block_top {
      max-width: 100%; } }
  #leo_search_block_top .icon-open-search {
    display: none; }
  #leo_search_block_top .title_block {
    display: none; }
  #leo_search_block_top form > label {
    display: none; }
  #leo_search_block_top.search-by-category .list-cate-wrapper {
    width: 160px;
    float: right; }
    .rtl #leo_search_block_top.search-by-category .list-cate-wrapper {
      float: left; }
    @media (max-width: 1199px) {
      #leo_search_block_top.search-by-category .list-cate-wrapper {
        width: 140px; } }
    @media (max-width: 480px) {
      #leo_search_block_top.search-by-category .list-cate-wrapper {
        width: 105px; } }
  #leo_search_block_top.search-by-category .leoproductsearch-result {
    width: calc(100% - 160px);
    float: left; }
    .rtl #leo_search_block_top.search-by-category .leoproductsearch-result {
      float: right; }
    @media (max-width: 1199px) {
      #leo_search_block_top.search-by-category .leoproductsearch-result {
        width: calc(100% - 140px); } }
    @media (max-width: 480px) {
      #leo_search_block_top.search-by-category .leoproductsearch-result {
        width: calc(100% - 105px); } }
  #leo_search_block_top .block_content {
    border: 1px solid #e1e1e1;
    position: relative;
    padding-right: 55px;
    border-radius: 100px; }
    .rtl #leo_search_block_top .block_content {
      padding-left: 55px;
      padding-right: inherit; }
    @media (max-width: 480px) {
      #leo_search_block_top .block_content {
        padding-right: 50px; }
        .rtl #leo_search_block_top .block_content {
          padding-left: 50px;
          padding-right: inherit; } }
    #leo_search_block_top .block_content .list-cate-wrapper {
      color: #6b6a74;
      position: relative; }
      #leo_search_block_top .block_content .list-cate-wrapper:before {
        content: '';
        width: 1px;
        position: absolute;
        top: 8px;
        bottom: 8px;
        border-left: 1px solid #e1e1e1;
        left: 0px; }
        .rtl #leo_search_block_top .block_content .list-cate-wrapper:before {
          right: 0px;
          left: auto; }
      #leo_search_block_top .block_content .list-cate-wrapper i {
        top: 38%;
        font-size: 15px;
        position: absolute;
        margin-top: -2px;
        direction: ltr !important;
        right: 17px; }
        .rtl #leo_search_block_top .block_content .list-cate-wrapper i {
          left: 17px;
          right: auto; }
        @media (max-width: 480px) {
          #leo_search_block_top .block_content .list-cate-wrapper i {
            right: -6px; }
            .rtl #leo_search_block_top .block_content .list-cate-wrapper i {
              left: -6px;
              right: auto; } }
      #leo_search_block_top .block_content .list-cate-wrapper .select-title {
        height: 38px;
        line-height: 40px;
        cursor: pointer;
        display: block;
        overflow: hidden;
        padding: 0 25px 0 15px; }
        .rtl #leo_search_block_top .block_content .list-cate-wrapper .select-title {
          padding: 0 15px 0 25px; }
        @media (max-width: 480px) {
          #leo_search_block_top .block_content .list-cate-wrapper .select-title {
            padding: 0; } }
        #leo_search_block_top .block_content .list-cate-wrapper .select-title:hover {
          color: #A25FF5; }
        #leo_search_block_top .block_content .list-cate-wrapper .select-title span {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          color: #000; }
      #leo_search_block_top .block_content .list-cate-wrapper .list-cate {
        padding: 0;
        min-width: 100%;
        border: none;
        border-radius: 0px;
        right: -46px;
        left: 0px;
        -moz-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
        -webkit-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
        -o-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
        -ms-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
        box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
        max-height: 245px;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.2); }
        .rtl #leo_search_block_top .block_content .list-cate-wrapper .list-cate {
          right: 0px;
          left: -46px; }
        #leo_search_block_top .block_content .list-cate-wrapper .list-cate::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: #F5F5F5; }
        #leo_search_block_top .block_content .list-cate-wrapper .list-cate::-webkit-scrollbar {
          width: 5px;
          background-color: #F5F5F5; }
        #leo_search_block_top .block_content .list-cate-wrapper .list-cate::-webkit-scrollbar-thumb {
          background-color: #000;
          opacity: 0.6;
          background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }
        #leo_search_block_top .block_content .list-cate-wrapper .list-cate a {
          display: block;
          padding: 5px;
          font-size: 14px; }
          #leo_search_block_top .block_content .list-cate-wrapper .list-cate a.active {
            color: #FFFFFF;
            background: #A25FF5; }
          #leo_search_block_top .block_content .list-cate-wrapper .list-cate a:hover {
            color: #FFFFFF;
            background: #A25FF5; }
    #leo_search_block_top .block_content .leoproductsearch-result {
      position: relative; }
      #leo_search_block_top .block_content .leoproductsearch-result .search_query {
        height: 38px;
        padding: 0 14px 0;
        background: transparent;
        border-radius: 0px; }
        #leo_search_block_top .block_content .leoproductsearch-result .search_query::-moz-placeholder {
          color: #909090;
          opacity: 1;
          font-size: 14px; }
        #leo_search_block_top .block_content .leoproductsearch-result .search_query:-ms-input-placeholder {
          color: #909090;
          font-size: 14px; }
        #leo_search_block_top .block_content .leoproductsearch-result .search_query::-webkit-input-placeholder {
          color: #909090;
          font-size: 14px; }
        #leo_search_block_top .block_content .leoproductsearch-result .search_query:focus {
          outline: 0; }
      #leo_search_block_top .block_content .leoproductsearch-result .leoproductsearch-loading.cssload-speeding-wheel {
        text-align: center;
        position: absolute;
        top: 0px;
        bottom: 0px;
        z-index: 9;
        width: 15px;
        height: 15px;
        margin: auto;
        right: 10px;
        border: 2px solid #000000;
        border-left-color: transparent;
        border-right-color: transparent; }
        .rtl #leo_search_block_top .block_content .leoproductsearch-result .leoproductsearch-loading.cssload-speeding-wheel {
          left: 10px;
          right: auto; }
    #leo_search_block_top .block_content #leo_search_top_button {
      top: -1px;
      width: 55px;
      height: 40px;
      padding: 0px;
      z-index: 9;
      font-size: 18px;
      position: absolute;
      font-weight: bold;
      background: #000;
      right: -1px;
      border-radius: 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      border-radius: 0 100px 100px 0; }
      .rtl #leo_search_block_top .block_content #leo_search_top_button {
        left: -1px;
        right: auto; }
      #leo_search_block_top .block_content #leo_search_top_button:before {
        content: '\e618';
        display: block;
        font-family: 'Pe-icon-7-stroke'; }
      #leo_search_block_top .block_content #leo_search_top_button i {
        display: none; }
      @media (max-width: 480px) {
        #leo_search_block_top .block_content #leo_search_top_button {
          width: 45px; } }
  #leo_search_block_top .ac_results {
    z-index: 9;
    border: 1px solid #ccc;
    overflow-y: auto;
    max-height: 407px;
    box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.2); }
    #leo_search_block_top .ac_results::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
    #leo_search_block_top .ac_results::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    #leo_search_block_top .ac_results::-webkit-scrollbar-thumb {
      background-color: #000;
      opacity: 0.6;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }
    #leo_search_block_top .ac_results li {
      border-bottom: 1px solid rgba(144, 144, 144, 0.16);
      padding: 10px;
      background: #fff;
      cursor: pointer; }
      #leo_search_block_top .ac_results li.ac_over {
        background: #eee;
        color: #121212; }
    #leo_search_block_top .ac_results .ac_even::after {
      content: "";
      display: table;
      clear: both; }
    #leo_search_block_top .ac_results .lps-result-img {
      width: 50px;
      float: left; }
      .rtl #leo_search_block_top .ac_results .lps-result-img {
        float: right; }
    #leo_search_block_top .ac_results .lps-result-content {
      overflow: hidden;
      padding-left: 5px; }
      .rtl #leo_search_block_top .ac_results .lps-result-content {
        padding-right: 5px;
        padding-left: inherit; }
    #leo_search_block_top .ac_results .lps-result-price {
      font-size: 12px;
      font-weight: bold; }
    #leo_search_block_top .ac_results .lps-result-title {
      font-size: 13px; }

/*# sourceMappingURL=leosearch.css.map */
