/***************************************************
  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; }
  #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: 35px;
      line-height: 35px;
      outline: 0;
      color: #FFFFFF;
      padding: 0 40px 0 15px;
      border-radius: 0; }
      .rtl #leo_search_block_top form input[type=text] {
        padding: 0 15px 0 40px; }
      #leo_search_block_top form input[type=text]::placeholder {
        color: #FFFFFF; }
      #leo_search_block_top form input[type=text]:focus {
        outline: 0px #ce9fa7 solid;
        background: transparent; }
        #leo_search_block_top form input[type=text]:focus + button {
          background: none; }
    #leo_search_block_top form button[type=submit] {
      position: absolute;
      top: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: transparent;
      padding: 0;
      border: 0;
      color: #FFFFFF;
      right: 0; }
      .rtl #leo_search_block_top form button[type=submit] {
        left: 0;
        right: auto; }
      #leo_search_block_top form button[type=submit]:hover {
        color: #ce9fa7; }
  #leo_search_block_top .title_block {
    color: #FFFFFF;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    padding: 0; }
  #leo_search_block_top form {
    border: 0; }
    #leo_search_block_top form button[type=submit] {
      right: 50px; }
      .rtl #leo_search_block_top form button[type=submit] {
        left: 50px;
        right: auto; }
      #leo_search_block_top form button[type=submit]:hover {
        color: #fff; }
  #leo_search_block_top .over-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    background-color: #000;
    zoom: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
    #leo_search_block_top .over-layer.active {
      z-index: 9999;
      visibility: visible;
      opacity: 0.9;
      -ms-opacity: 0.9;
      -o-opacity: 0.9;
      -moz-opacity: 0.9;
      -webkit-opacity: 0.9;
      filter: alpha(opacity=90); }
  #leo_search_block_top .close-overlay {
    z-index: 99999;
    position: relative;
    cursor: pointer;
    font-size: 1.625rem;
    color: #fff;
    display: inline-block;
    position: fixed;
    top: 30px;
    font-size: 20px;
    right: 20px;
    -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; }
    .rtl #leo_search_block_top .close-overlay {
      left: 20px;
      right: auto; }
    #leo_search_block_top .close-overlay.active {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  #leo_search_block_top .leo-search-popup {
    z-index: 9999;
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    right: 0; }
    .rtl #leo_search_block_top .leo-search-popup {
      left: 0;
      right: auto; }
    #leo_search_block_top .leo-search-popup.active {
      display: block; }
      #leo_search_block_top .leo-search-popup.active form {
        top: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  #leo_search_block_top .leoproductsearch-result {
    position: relative; }
  #leo_search_block_top .box-leoproductsearch-result {
    padding: 20px 0;
    border-bottom: 1px solid #FFFFFF; }
  @media (min-width: 992px) {
    #leo_search_block_top .list-cate {
      display: block; } }
  #leo_search_block_top .list-cate .row > div {
    border-left: 1px solid #e6e6e6; }
  #leo_search_block_top .select-title {
    background: #ad9d9e;
    text-align: center;
    color: white; }
  @media (min-width: 992px) {
    #leo_search_block_top .lps_results ul > li {
      display: inline-block;
      width: 33.333%; } }
  #leo_search_block_top label {
    display: none; }
  #leo_search_block_top #show_search {
    color: #fff; }
    #leo_search_block_top #show_search:hover {
      color: #ce9fa7; }
  #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: 2px;
    right: 40px; }
  #leo_search_block_top .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0; }
    #leo_search_block_top .dropdown-menu .title_block {
      font-size: 17px;
      text-transform: inherit;
      margin: 15px 0;
      color: #000000; }
      @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 .dropdown-menu .box-cate {
      height: 376px;
      overflow-y: scroll;
      overflow-y: auto; }
      #leo_search_block_top .dropdown-menu .box-cate::-webkit-scrollbar {
        width: 6px;
        background-color: #ce9fa7; }
      #leo_search_block_top .dropdown-menu .box-cate::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #ce9fa7; }
      #leo_search_block_top .dropdown-menu .box-cate::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #eeeeee; }
    #leo_search_block_top .dropdown-menu .functional-buttons {
      display: none; }

/*list categories */
.list-cate-wrapper {
  position: relative; }
  .list-cate-wrapper:before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 0;
    background: #eee; }
    .rtl .list-cate-wrapper:before {
      left: 0;
      right: auto; }
  .list-cate-wrapper .select-title {
    height: 0px;
    line-height: 35px;
    text-transform: capitalize; }
    .list-cate-wrapper .select-title i {
      position: absolute;
      top: 6px;
      right: 2px; }
      .rtl .list-cate-wrapper .select-title i {
        left: 2px;
        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: 10px;
      color: #999999; }
      .list-cate-wrapper .list-cate .cate-item.active, .list-cate-wrapper .list-cate .cate-item:hover {
        /*background: $theme-color-default;*/
        color: #ce9fa7; }
  .list-cate-wrapper #dropdownListCateTop {
    cursor: pointer;
    display: block;
    padding: 0 25px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/* results search dropdown */
.lps_results.ac_results {
  max-width: 100%;
  max-height: 260px;
  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); }
.lps_results ul > li {
  padding: 10px;
  color: #111; }
  .lps_results ul > li .lps-result-content {
    width: 78%;
    float: left; }
    .rtl .lps_results ul > li .lps-result-content {
      float: right; }
  .lps_results ul > li .lps-result-img {
    width: 15%;
    float: left;
    margin-right: 10px; }
    .rtl .lps_results ul > li .lps-result-img {
      float: right; }
    .rtl .lps_results ul > li .lps-result-img {
      margin-left: 10px;
      margin-right: inherit; }
  .lps_results ul > li.ac_over {
    background: #ad9d9e;
    color: #FFFFFF;
    cursor: pointer; }

.results-page-search {
  background: #ffe8dd;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  margin: 0; }

/*# sourceMappingURL=leosearch.css.map */
