/***************************************************
  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 
 */
/***********************************************************************/
#leo_search_block_top .title_block {
  display: none; }
#leo_search_block_top .block_content {
  border: 1px solid var(--lightGrey);
  border-radius: 23px;
  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;
  padding: 0 50px 0 0;
  position: relative; }
  .rtl #leo_search_block_top .block_content {
    padding: 0 0 0 50px; }
  #leo_search_block_top .block_content .select-title {
    height: 45px;
    display: block;
    line-height: 45px;
    padding: 0 25px;
    position: relative;
    white-space: nowrap;
    width: 160px;
    cursor: pointer; }
    #leo_search_block_top .block_content .select-title:before {
      content: "";
      width: 1px;
      height: 25px;
      position: absolute;
      top: 10px;
      right: 0;
      background: #eee; }
      .rtl #leo_search_block_top .block_content .select-title:before {
        left: 0;
        right: auto; }
    #leo_search_block_top .block_content .select-title span {
      max-width: 100px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: top; }
    #leo_search_block_top .block_content .select-title i {
      display: inline-block;
      height: 45px;
      line-height: 45px;
      vertical-align: top; }
  #leo_search_block_top .block_content button[type="submit"] {
    width: 50px;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    background: none;
    color: var(--blue);
    position: absolute;
    top: 0;
    right: 0; }
    .rtl #leo_search_block_top .block_content button[type="submit"] {
      left: 0;
      right: auto; }
    #leo_search_block_top .block_content button[type="submit"] i {
      font-size: 20px; }
    #leo_search_block_top .block_content button[type="submit"]:hover {
      color: #333; }
  #leo_search_block_top .block_content .leoproductsearch-result {
    width: 100%;
    position: relative; }
    #leo_search_block_top .block_content .leoproductsearch-result input[type="text"] {
      height: 45px;
      line-height: 45px;
      border: 0;
      border-radius: 0;
      box-shadow: 0 0 0 30px #fff inset;
      padding: 10px 15px;
      outline: none; }
  #leo_search_block_top .block_content .cssload-speeding-wheel {
    position: absolute;
    top: 12px;
    right: 15px; }
    .rtl #leo_search_block_top .block_content .cssload-speeding-wheel {
      left: 15px;
      right: auto; }
#leo_search_block_top .ac_results {
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 320px;
  overflow: auto; }
  #leo_search_block_top .ac_results ul li {
    cursor: pointer; }
    #leo_search_block_top .ac_results ul li.ac_over, #leo_search_block_top .ac_results ul li:hover {
      color: #fff;
      background: #333; }
      #leo_search_block_top .ac_results ul li.ac_over .lps-result-title, #leo_search_block_top .ac_results ul li:hover .lps-result-title {
        color: #fff; }
  #leo_search_block_top .ac_results .lps-result-img {
    width: 35px;
    float: left;
    margin: 0 10px 0 0; }
    .rtl #leo_search_block_top .ac_results .lps-result-img {
      float: right; }
    .rtl #leo_search_block_top .ac_results .lps-result-img {
      margin: 0 0 0 10px; }
  #leo_search_block_top .ac_results .lps-result-title {
    font-weight: 500;
    color: #333; }
    #leo_search_block_top .ac_results .lps-result-title:first-letter {
      text-transform: uppercase; }
#leo_search_block_top .list-cate {
  width: 160px;
  right: auto;
  left: 0;
  font-size: 12px;
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 320px;
  overflow: auto;
  border-radius: 0; }
  .rtl #leo_search_block_top .list-cate {
    right: 0;
    left: auto; }
  #leo_search_block_top .list-cate a {
    display: block;
    padding: 5px 10px;
    line-height: 15px;
    color: #333; }
    #leo_search_block_top .list-cate a:hover {
      color: #fff;
      background: #333; }

#leosearchtopbox > label {
  display: none; }

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