/***************************************************
  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 
 */
/***********************************************************************/
/* 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 {
  z-index: 999;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  padding: 0px;
  border-radius: 0;
  text-align: left; }
  .rtl .list-cate {
    text-align: right; }

.cate-item {
  display: block;
  padding: 2px 10px;
  line-height: 23px;
  font-size: 11px; }

#dropdownListCate, #dropdownListCateTop {
  cursor: pointer;
  display: block;
  height: 100%;
  color: #121212;
  font-weight: 500;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap; }

/** 11/09/2017 **/
#leo_search_block_top {
  margin-bottom: 0;
  width: 100%; }
  #leo_search_block_top form {
    min-width: 330px; }
    @media (max-width: 767px) {
      #leo_search_block_top form {
        min-width: 260px; } }
    @media (max-width: 480px) {
      #leo_search_block_top form {
         }
        .rtl #leo_search_block_top form {
          left: 0;
          right: auto; } }
  #leo_search_block_top .block_content {
    }
    #leo_search_block_top .block_content .list-cate-wrapper {
      position: relative;
      min-width: 30%;
      height: 45px;
      line-height: 45px; }
      @media (max-width: 575px) {
        #leo_search_block_top .block_content .list-cate-wrapper {
          display: none; } }
      #leo_search_block_top .block_content .list-cate-wrapper:before {
        content: "";
        background: #d3d3d3;
        height: 24px;
        width: 1px;
        position: absolute;
        bottom: 50%;
        right: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
        .rtl #leo_search_block_top .block_content .list-cate-wrapper:before {
          left: 0;
          right: auto; }
      #leo_search_block_top .block_content .list-cate-wrapper .select-title span {
        display: inline-block;
        line-height: 20px; }
    #leo_search_block_top .block_content .leoproductsearch-result {
     position: static;
    width: 86%;
    /* min-width: 380px; */
    min-height: 46px;
    color: #253237;
    border-color: #4a8257;
    border-style: solid;
    border-width: 2px 0 2px 2px;
    border-radius: 30px 0 0 30px; }
      @media (max-width: 480px) {
        #leo_search_block_top .block_content .leoproductsearch-result {
          width: 100%; } }
    #leo_search_block_top .block_content .search_query {
      width: 100%;
      height: 45px;
      background: transparent;
      border: none;
      font-size: 12px;
      color: #000000;
      border-radius: 0 30px 30px 0;
      padding: 8px 65px 8px 15px; }
      .rtl #leo_search_block_top .block_content .search_query {
        -moz-border-radius: 30px 0 0 30px;
        -webkit-border-radius: 30px 0 0 30px;
        border-radius: 30px 0 0 30px; }
      .rtl #leo_search_block_top .block_content .search_query {
        padding: 8px 15px 8px 65px; }
      #leo_search_block_top .block_content .search_query::-webkit-input-placeholder {
        color: #000000; }
      #leo_search_block_top .block_content .search_query::-moz-placeholder {
        color: #000000; }
      #leo_search_block_top .block_content .search_query:-moz-placeholder {
        color: #000000; }
      #leo_search_block_top .block_content .search_query:-ms-input-placeholder {
        color: #000000; }
      #leo_search_block_top .block_content .search_query:focus {
        border: none; }
    #leo_search_block_top .block_content .btn {
   min-height: 52px;
    background-color: #4a8257;
    border-radius: 0 30px 30px 0;
    font-size: 27px;
    min-width: 65px;
    margin-top: -17px;
    position: absolute;
    bottom: -1px;
		right:0;
    border: none;
    color: white;
    line-height: 9px; }
      #leo_search_block_top .block_content .btn:hover {
        background: #02a254;
        color: #FFFFFF; }
  #leo_search_block_top #click_show_search {
    font-size: 25px;
    padding: 10px 0; }
  @media (min-width: 1200px) {
    #leo_search_block_top form {
      position: relative;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    #leo_search_block_top #click_show_search {
      display: none; } }
  @media (max-width: 991px) and (min-width: 481px) {
    #leo_search_block_top form {
      position: relative;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    #leo_search_block_top #click_show_search {
      display: none; } }

/*** NEW- Loading **/
.leoproductsearch-loading.cssload-container {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 10%;
  display: none; }
  .rtl .leoproductsearch-loading.cssload-container {
    left: 10%;
    right: auto; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
.lps-result-img {
  width: 30%;
  float: left;
  margin-right: 10px; }
  .rtl .lps-result-img {
    float: right; }
  .rtl .lps-result-img {
    margin-left: 10px;
    margin-right: inherit; }

.lps-result-content {
  width: 60%;
  float: left;
  font-size: 14px; }
  .rtl .lps-result-content {
    float: right; }
  @media (max-width: 480px) {
    .lps-result-content {
      font-size: 12px; } }
  .lps-result-content .lps-result-title {
    font-weight: 400;
    margin-bottom: 10px; }
  .lps-result-content .lps-result-price {
    font-weight: 500; }

.lps_results.ac_results {
  width: 100% !important;
  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: #121212; }
  @media (min-width: 992px) {
    .lps_results ul > li {
      width: 33.333%;
      float: left; }
      .rtl .lps_results ul > li {
        float: right; } }
  @media (max-width: 480px) {
    .lps_results ul > li {
      padding: 5px; } }
  .lps_results ul > li.ac_over {
    color: #FFFFFF; }

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