/***************************************************

  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 {

  position: relative;

  min-width: 100%;

  z-index: 999;

  width: 100%;

  display: none;

  border: none;

  overflow: auto;

  padding: 0px;

  border-radius: 0;

  text-align: left; }

  .rtl .list-cate {

    text-align: right; }

  @media (min-width: 992px) {

    .list-cate {

      display: block; } }



.cate-item {

  display: block;

  padding: 2px 10px;

  line-height: 25px;

  font-size: 14px; }



#dropdownListCate, #dropdownListCateTop {

  cursor: pointer;

  display: block;

  height: 100%;

  color: #FFFFFF;

  padding: 5px 0;

  background: #008270;

  white-space: nowrap;

  border-radius: 0; }



/** 11/09/2017 **/

#leo_search_block_top {

  display: inline-block;

  position: relative;

  margin: 0;

  float: right;

  padding: 10px 0 10px 18px;

  /**** NEW ****/ }

  .rtl #leo_search_block_top {

    float: left; }

  .rtl #leo_search_block_top {

    padding: 10px 18px 10px 0; }

  #leo_search_block_top .block_content {

    position: relative;

    background: #FFFFFF; }

    #leo_search_block_top .block_content .list-cate-wrapper {

      position: relative;

      text-align: center; }

      @media (max-width: 767px) {

        #leo_search_block_top .block_content .list-cate-wrapper {

          display: none; } }

      #leo_search_block_top .block_content .list-cate-wrapper .select-title:after {

        content: '\f107';

        font-family: "FontAwesome"; }

    #leo_search_block_top .block_content .box-leoproductsearch-result {

      position: relative;

      width: 100%;

      background: #f4f4f4;

      border-bottom: 1px solid #ddd; }

      #leo_search_block_top .block_content .box-leoproductsearch-result .container {

        position: relative; }

        @media (max-width: 1400px) {

          #leo_search_block_top .block_content .box-leoproductsearch-result .container {

            max-width: 80%;

            margin: auto; } }

    #leo_search_block_top .block_content .search_query {

      width: 100%;

      height: 80px;

      background: transparent;

      border: none;

      font-size: 20px;

      color: #666666;

      border-radius: 0;

      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: #666666;

        opacity: 1;

        filter: alpha(opacity=100); }

      #leo_search_block_top .block_content .search_query::-moz-placeholder {

        color: #666666;

        opacity: 1;

        filter: alpha(opacity=100); }

      #leo_search_block_top .block_content .search_query:-moz-placeholder {

        color: #666666;

        opacity: 1;

        filter: alpha(opacity=100); }

      #leo_search_block_top .block_content .search_query:-ms-input-placeholder {

        color: #666666;

        opacity: 1;

        filter: alpha(opacity=100); }

      #leo_search_block_top .block_content .search_query:focus {

        border: none; }

      @media (max-width: 575px) {

        #leo_search_block_top .block_content .search_query {

          font-size: 16px; } }

    #leo_search_block_top .block_content .btn {

      position: absolute;

      right: 15px;

      top: 20px;

      width: 48px;

      height: 48px;

      line-height: 48px;

      padding: 0;

      background: transparent;

      color: #222222;

      border-radius: 0;

      -webkit-transition: all 0.3s ease 0s;

      -o-transition: all 0.3s ease 0s;

      transition: all 0.3s ease 0s; }

      .rtl #leo_search_block_top .block_content .btn {

        left: 15px;

        right: auto; }

      #leo_search_block_top .block_content .btn i {

        font-size: 22px; }

      #leo_search_block_top .block_content .btn:hover {

        color: #008270; }

  #leo_search_block_top .box-cate {

    max-height: 400px;

    overflow-x: hidden;

    margin-bottom: 30px; }

  #leo_search_block_top .block-form {

    z-index: 999999;

    position: fixed;

    display: block;

    width: 100%;

    height: 210px;

    left: 0;

    top: -100%;

    bottom: 0px;

    background: #FFFFFF;

    text-align: center;

    visibility: hidden;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s; }

    @media (max-width: 991px) {

      #leo_search_block_top .block-form {

        height: 80px; } }

    #leo_search_block_top .block-form.active {

      top: 0;

      opacity: 1;

      filter: alpha(opacity=100);

      visibility: visible; }

  #leo_search_block_top.showsearch .form-search {

    opacity: 1;

    filter: alpha(opacity=100);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s; }

  #leo_search_block_top #show_search {

    display: block;

    text-align: center; }

    #leo_search_block_top #show_search i {

      font-size: 20px; }

  #leo_search_block_top .close-overlay {

    z-index: 9999999;

    position: fixed;

    cursor: pointer;

    color: #000;

    display: inline-block;

    top: 30px;

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    right: 30px; }

    .rtl #leo_search_block_top .close-overlay {

      left: 30px;

      right: auto; }

    @media (max-width: 575px) {

      #leo_search_block_top .close-overlay {

        right: 10px; }

        .rtl #leo_search_block_top .close-overlay {

          left: 10px;

          right: auto; } }

    #leo_search_block_top .close-overlay i {

      font-size: 30px; }

      @media (max-width: 575px) {

        #leo_search_block_top .close-overlay i {

          font-size: 25px; } }

    #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 .over-layer {

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    width: 100%;

    height: 100%;

    position: fixed;

    top: -100%;

    left: 0;

    z-index: 999999; }

    .rtl #leo_search_block_top .over-layer {

      right: 0;

      left: auto; }

    #leo_search_block_top .over-layer:before {

      content: "";

      left: 0;

      top: 0;

      position: absolute;

      background: rgba(0, 0, 0, 0.6);

      width: 100%;

      height: 100%;

      -webkit-transition: all 0.5s;

      -o-transition: all 0.5s;

      transition: all 0.5s;

      z-index: 9999; }

    #leo_search_block_top .over-layer.active {

      top: 0; }

  #leo_search_block_top .list-cate .title_block {

    font-size: 18px;

    font-weight: 400;

    margin: 20px 0; }

  #leo_search_block_top .list-cate .plist-product .thumbnail-container {

    margin-bottom: 20px; }

    #leo_search_block_top .list-cate .plist-product .thumbnail-container .product-image {

      width: 18%; }

      #leo_search_block_top .list-cate .plist-product .thumbnail-container .product-image .product-price-and-shipping {

        display: none; }

    #leo_search_block_top .list-cate .plist-product .thumbnail-container .product-meta {

      width: 82%;

      padding: 5px 0 0 20px; }

      .rtl #leo_search_block_top .list-cate .plist-product .thumbnail-container .product-meta {

        padding: 5px 20px 0 0; }

    #leo_search_block_top .list-cate .plist-product .thumbnail-container .product-title a {

      font-family: "Harmonia Sans Pro Cyr";

      font-weight: 400; }

    #leo_search_block_top .list-cate .plist-product .thumbnail-container .product-price-and-shipping .price {

      font-size: 14px;

      font-weight: 400; }

  @media (min-width: 992px) {

    #leo_search_block_top .list-cate .container .search-flex {

      display: -webkit-box;

      display: -moz-box;

      display: box;

      display: -webkit-flex;

      display: -moz-flex;

      display: -ms-flexbox;

      display: flex; }

      #leo_search_block_top .list-cate .container .search-flex > div {

        border-left: 1px solid #e6e6e6; }

        .rtl #leo_search_block_top .list-cate .container .search-flex > div {

          border-right: 1px solid #e6e6e6;

          border-left: inherit; }

        #leo_search_block_top .list-cate .container .search-flex > div.ApColumn {

          border-left: none;

          border-right: 1px solid #e6e6e6; }

          .rtl #leo_search_block_top .list-cate .container .search-flex > div.ApColumn {

            border-right: none;

            border-left: inherit; }

          .rtl #leo_search_block_top .list-cate .container .search-flex > div.ApColumn {

            border-left: 1px solid #e6e6e6;

            border-right: inherit; } }



/*** NEW- Loading **/

.leoproductsearch-loading.cssload-container {

  width: 30px;

  height: 30px;

  text-align: center;

  position: absolute;

  top: 25px;

  right: 70px;

  display: none; }

  .rtl .leoproductsearch-loading.cssload-container {

    left: 70px;

    right: auto; }

.leoproductsearch-loading .cssload-speeding-wheel {

  width: 30px;

  height: 30px;

  margin: 0 auto;

  border: 2px solid #008270;

  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; }

  @media (max-width: 575px) {

    .leoproductsearch-loading .cssload-speeding-wheel {

      width: 20px;

      height: 20px;

      border-width: 1px; } }



@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: 400;

    margin-bottom: 10px; }

  .lps-result-content .lps-result-price {

    font-weight: 500; }



.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: #222222; }

  @media (min-width: 992px) {

    .lps_results ul > li {

      display: inline-block;

      width: 33.333%; } }

  @media (max-width: 480px) {

    .lps_results ul > li {

      padding: 5px; } }

  .lps_results ul > li.ac_over {

    color: #FFFFFF; }



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

