/***************************************************
  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 .icon-open-search {
    display: none;
    color: #4c4f53;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    position: relative;
}

#leo_search_block_top .icon-open-search:before,
#leo_search_block_top .icon-open-search:after {
    content: '';
    display: block;
    background: #4c4f53;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(50px) rotate(45deg);
    -moz-transform: translateY(50px) rotate(45deg);
    -ms-transform: translateY(50px) rotate(45deg);
    -o-transform: translateY(50px) rotate(45deg);
    transform: translateY(50px) rotate(45deg);
}

#leo_search_block_top .icon-open-search:before {
    height: 15px;
    width: 1px;
}

#leo_search_block_top .icon-open-search:after {
    width: 15px;
    height: 1px;
}

#leo_search_block_top .icon-open-search .icon-search {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#leo_search_block_top .icon-open-search .icon-search:before {
    font-size: 18px;
    display: block;
    content: '\E8B6';
    font-weight: bold;
    font-family: "Material Icons";
}

#leo_search_block_top .icon-open-search:hover {
    color: #77c4d3;
}

#leo_search_block_top .icon-open-search:hover:before,
#leo_search_block_top .icon-open-search:hover:after {
    background: #77c4d3;
}

#leo_search_block_top.open .icon-open-search:before,
#leo_search_block_top.open .icon-open-search:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
}

#leo_search_block_top.open .icon-open-search .icon-search {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

#leo_search_block_top .title_block {
    display: none;
}

#leo_search_block_top form>label {
    display: none;
}

#leo_search_block_top.search-by-category #leosearchtopbox {
    width: 400px;
}

@media (max-width: 767px) {
    #leo_search_block_top.search-by-category #leosearchtopbox {
        width: 290px;
    }
}

#leo_search_block_top.search-by-category .list-cate-wrapper {
    width: 30%;
    float: right;
}

.rtl #leo_search_block_top.search-by-category .list-cate-wrapper {
    float: left;
}

@media (max-width: 767px) {
    #leo_search_block_top.search-by-category .list-cate-wrapper {
        display: none;
    }
}

#leo_search_block_top.search-by-category .leoproductsearch-result {
    width: 70%;
    float: left;
}

.rtl #leo_search_block_top.search-by-category .leoproductsearch-result {
    float: right;
}

@media (max-width: 767px) {
    #leo_search_block_top.search-by-category .leoproductsearch-result {
        width: 100%;
    }
}

#leo_search_block_top .block_content {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding-right: 45px;
}

.rtl #leo_search_block_top .block_content {
    padding-left: 45px;
    padding-right: inherit;
}

#leo_search_block_top .block_content .list-cate-wrapper {
    color: #999999;
    background: #f9f9f9;
    position: relative;
}

#leo_search_block_top .block_content .list-cate-wrapper i {
    top: 50%;
    font-size: 15px;
    position: absolute;
    margin-top: -6px;
    direction: ltr !important;
    right: 6px;
}

.rtl #leo_search_block_top .block_content .list-cate-wrapper i {
    left: 6px;
    right: auto;
}

#leo_search_block_top .block_content .list-cate-wrapper .select-title {
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0px 20px 0px 5px;
}

.rtl #leo_search_block_top .block_content .list-cate-wrapper .select-title {
    padding: 0px 5px 0px 20px;
}

#leo_search_block_top .block_content .list-cate-wrapper .select-title:hover {
    color: #77c4d3;
}

#leo_search_block_top .block_content .list-cate-wrapper .select-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate {
    padding: 0;
    margin-top: 0;
    min-width: auto;
    border: none;
    border-radius: 0px;
    right: -46px;
    left: 0px;
    -moz-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
    -o-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
    -ms-box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
    box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.35);
}

.rtl #leo_search_block_top .block_content .list-cate-wrapper .list-cate {
    right: 0px;
    left: -46px;
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate a {
    display: block;
    padding: 5px;
    font-size: 14px;
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate a.active {
    color: #FFFFFF;
    background: #77c4d3;
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate a:hover {
    color: #FFFFFF;
    background: #77c4d3;
}

#leo_search_block_top .block_content .leoproductsearch-result {
    position: relative;
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query {
    height: 43px;
    font-size: 12px;
    padding: 6px 12px;
    background: transparent;
    border-radius: 0px;
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query:focus {
    outline: 0;
}

#leo_search_block_top .block_content .leoproductsearch-result .leoproductsearch-loading.cssload-speeding-wheel {
    text-align: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 9;
    width: 15px;
    height: 15px;
    margin: auto;
    right: 10px;
    border: 2px solid #000000;
    border-left-color: transparent;
    border-right-color: transparent;
}

.rtl #leo_search_block_top .block_content .leoproductsearch-result .leoproductsearch-loading.cssload-speeding-wheel {
    left: 10px;
    right: auto;
}

#leo_search_block_top .block_content #leo_search_top_button {
    top: -1px;
    width: 46px;
    height: 45px;
    padding: 0px;
    z-index: 9;
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    color: #4c4f53;
    background: #77c4d3;
    right: -1px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rtl #leo_search_block_top .block_content #leo_search_top_button {
    left: -1px;
    right: auto;
}

.rtl #leo_search_block_top .block_content #leo_search_top_button {
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

#leo_search_block_top .block_content #leo_search_top_button:before {
    content: '\E8B6';
    display: block;
    font-family: "Material Icons";
}

#leo_search_block_top .block_content #leo_search_top_button:hover {
    background: #79b7c3;
}

#leo_search_block_top .block_content #leo_search_top_button i {
    display: none;
}

#leo_search_block_top .ac_results {
    z-index: 1001;
}

#leo_search_block_top .ac_results .ac_even::after {
    content: "";
    display: table;
    clear: both;
}

#leo_search_block_top .ac_results .lps-result-img {
    width: 30px;
    float: left;
}

.rtl #leo_search_block_top .ac_results .lps-result-img {
    float: right;
}

#leo_search_block_top .ac_results .lps-result-content {
    overflow: hidden;
    padding-left: 5px;
}

.rtl #leo_search_block_top .ac_results .lps-result-content {
    padding-right: 5px;
    padding-left: inherit;
}

#leo_search_block_top .ac_results .lps-result-price {
    font-size: 12px;
    font-weight: bold;
}

#leo_search_block_top .ac_results .lps-result-title {
    font-size: 13px;
}


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