/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	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: #f79a34;
  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 {
  z-index: 1000; }
  #leo_search_block_top .title_block {
    padding: 0;
    margin: 0; }
  #leo_search_block_top label[for="search_query_block"] {
    display: none; }
  #leo_search_block_top .block_content {
    position: relative;
    height: 100%; }
  #leo_search_block_top .list-cate-wrapper {
    display: none; }
    #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: 100%;
    padding: 0 45px 0 15px;
    border-radius: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 700;
    color: #142332;
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
    .rtl #leo_search_block_top .form-control {
      padding: 0 15px 0 45px; }
    #leo_search_block_top .form-control::-webkit-input-placeholder {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      color: #142332; }
    #leo_search_block_top .form-control::-moz-placeholder {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      color: #142332; }
    #leo_search_block_top .form-control:-moz-placeholder {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      color: #142332; }
    #leo_search_block_top .form-control:-ms-input-placeholder {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      color: #142332; }
    @media (max-width: 767px) {
      #leo_search_block_top .form-control {
        font-size: 20px; } }
  #leo_search_block_top .btn {
    width: 50px;
    height: 100%;
    border: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    background: none;
    color: #f79a34;
    position: absolute;
    top: 0;
    right: 0; }
    .rtl #leo_search_block_top .btn {
      left: 0;
      right: auto; }
    #leo_search_block_top .btn:hover .icon-close:before, #leo_search_block_top .btn:hover .icon-close:after {
      background-color: #f79a34; }

.leoproductsearch-result {
  position: relative;
  height: 100%; }
  .leoproductsearch-result .ac_results {
    border: 0;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    max-height: 340px;
    overflow: auto; }
    .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::-webkit-scrollbar {
      width: 6px;
      background-color: #eeeeee; }
    .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: #000000; }
    .leoproductsearch-result .ac_results .ac_over {
      background-color: #3a536b; }
    .leoproductsearch-result .ac_results .lps-result-img {
      width: 50px;
      float: left; }
    .leoproductsearch-result .ac_results .lps-result-content {
      width: calc(100% - 65px);
      float: left;
      padding-left: 15px; }
      .leoproductsearch-result .ac_results .lps-result-content .lps-result-title {
        font-size: 14px;
        font-weight: 500; }
      .leoproductsearch-result .ac_results .lps-result-content .lps-result-price {
        font-size: 14px;
        line-height: 24px; }

/*# sourceMappingURL=leosearch.css.map */
