/***************************************************
  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 {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  padding: 0px;
  margin: 0;
  text-align: left; }
  .rtl .list-cate {
    text-align: right; }

.cate-item {
  display: block;
  padding: 2px 10px;
  line-height: 23px;
  font-size: 11px; }

#leosearchtopbox a.cate-item.active, #leosearchtopbox a.cate-item:hover, #leosearchbox a.cate-item.active, #leosearchbox a.cate-item:hover {
  background: #2fb5d2;
  color: #FFFFFF; }

#dropdownListCate, #dropdownListCateTop {
  cursor: pointer;
  display: block;
  padding: 0 10px;
  height: 100%;
  color: #000000; }

/** 11/09/2017 **/
#leo_search_block_top {
  margin-bottom: 0;
  padding: 15px 0; }
  @media (max-width: 991px) {
    #leo_search_block_top {
      padding: 15px; } }
  #leo_search_block_top .block_content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    border-radius: 4px; }
    #leo_search_block_top .block_content .list-cate-wrapper {
      position: relative;
      width: 35%;
      height: 40px;
      line-height: 40px;
      border-style: solid;
      border-color: #e5e5e5;
      border-width: 0 2px 0 0; }
      .rtl #leo_search_block_top .block_content .list-cate-wrapper {
        border-width: 0 0 0 2px; }
      #leo_search_block_top .block_content .list-cate-wrapper .select-title:after {
        content: '\f0d7';
        font-family: "FontAwesome";
        position: absolute;
        right: 5px; }
        .rtl #leo_search_block_top .block_content .list-cate-wrapper .select-title:after {
          left: 5px;
          right: auto; }
    #leo_search_block_top .block_content .leoproductsearch-result {
      position: relative;
      width: 100%; }
    #leo_search_block_top .block_content .search_query {
      width: 100%;
      height: 40px;
      background: #FFFFFF;
      border: none;
      font-size: 12px;
      color: #a8a8a8;
      padding: 8px 65px 8px 15px; }
      .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: #a8a8a8; }
      #leo_search_block_top .block_content .search_query::-moz-placeholder {
        color: #a8a8a8; }
      #leo_search_block_top .block_content .search_query:-moz-placeholder {
        color: #a8a8a8; }
      #leo_search_block_top .block_content .search_query:-ms-input-placeholder {
        color: #a8a8a8; }
      #leo_search_block_top .block_content .search_query:focus {
        border: none; }
    #leo_search_block_top .block_content .btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      background: transparent;
      color: #000000; }
      .rtl #leo_search_block_top .block_content .btn {
        left: 0;
        right: auto; }
      #leo_search_block_top .block_content .btn:hover {
        color: #bf9a61; }

/*** NEW- Loading **/
.leoproductsearch-loading.cssload-container {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 4px;
  display: none; }
.leoproductsearch-loading .cssload-speeding-wheel {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 2px solid black;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
  animation: cssload-spin 575ms infinite linear; }

@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: 15%;
  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: 78%;
  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: 600;
    margin-bottom: 10px; }

.lps_results.ac_results {
  max-width: 100%;
  max-height: 260px;
  overflow: auto; }

.lps_results ul > li {
  padding: 10px;
  color: #000000; }
  @media (max-width: 480px) {
    .lps_results ul > li {
      padding: 5px; } }
  .lps_results ul > li.ac_over {
    color: #FFFFFF; }

/*# sourceMappingURL=leosearch.css.map */
