
/*Begin Search elementor*/

.select-cat-search:hover{
    color: #000;
    text-decoration: underline;
}
.elbzotech-dropdown-box{
    position: relative;
    cursor: pointer;
}
.elbzotech-search-form .elbzotech-dropdown-list li{
    margin-bottom: 5px;
}
.elbzotech-search-form .elbzotech-dropdown-list li:last-child{
    margin-bottom: 0px;
}
.elbzotech-search-form .elbzotech-dropdown-list {
    padding: 15px;
    font-size: 14px;
}
.elbzotech-search-form > .elbzotech-dropdown-box{
    border-right: 1px solid var(--bzo-border-color);
}
.elbzotech-search-form > .elbzotech-dropdown-box .dropdown-link{
    padding: 0px 25px;
}
.elbzotech-search-form input[name="s"]{
    border: 0;
    width: 100%;
    padding: 0 15px;
    background: transparent;
    min-width: auto;
}
.elbzotech-search-form input[type="submit"]{
    border: 0;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.elbzotech-search-form input[type="submit"]:hover{
    background: #c82811;
    color: #000;
        box-shadow: none;
}
.elbzotech-submit-form:hover .elbzotech-text-bt-search{
    color: #000;
}
.elbzotech-submit-form{
    position: relative;
}
.elbzotech-text-bt-search > *{
    vertical-align: middle;
}
.elbzotech-list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    margin-top: 32px;
    padding: 20px;
    border-radius: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 250px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        max-height: 400px;
    overflow-y: auto;
}
.elbzotech-list-product-search::-webkit-scrollbar{
    width: 3px;
}
.elbzotech-list-product-search::-webkit-scrollbar-track{
  box-shadow: inset 0 0 6px var(--bzo-main-color2);
}
.elbzotech-list-product-search::-webkit-scrollbar-thumb{
  background-color: var(--bzo-main-color);
  outline: 1px solid var(--bzo-main-color);
}
.live-search-yes.active .elbzotech-list-product-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
        border-top: 1px solid #cccccc;
}
.current-search-cat{
    white-space: nowrap;
    color: #333;
}
.current-search-cat i{
    margin-left: 30px;
}
.item-search-pro {
    border-bottom: 1px solid #f5f5f5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
    border-radius: 6px;
}
.item-search-pro > div.search-ajax-thumb img{
    border-radius: 5px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.search-ajax-thumb img{
    display: block;
}
.elbzotech-list-product-search > i{
    text-align: center;
    display: block;
    min-height: 62px;
    margin: 0 auto;
    line-height: 62px;
}
.elbzotech-list-product-search .content-list-product-search > p{
    text-align: center;
    display: block;
    margin: 0 auto;
}
/*---------------------------------*/
/*Style search icon popup */
.elbzotech-search-icon .dropdown-box-cate .title-cate{
    margin-right: 30px;
    width: 16%;
    margin-top: 8px;
    display: none;
}
.elbzotech-search-icon .dropdown-box-cate ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.elbzotech-search-icon .dropdown-box-cate ul li:last-child{
    margin-right: 0px;
}
.elbzotech-search-icon .dropdown-box-cate ul li a{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.elbzotech-search-icon .dropdown-box-cate ul li a:hover{
    text-decoration: none;
    color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
}
.elbzotech-search-icon .dropdown-box-cate ul li.active a{
    background: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
}
.elbzotech-search-icon .elbzotech-search-form-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    z-index: 9992;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    display: none;
}
.elbzotech-search-icon .elbzotech-search-form>h3{
    margin-bottom: 30px;
}
.elbzotech-search-icon .elbzotech-search-form-wrap.active{
    opacity: 1;
    display: block;
    visibility: inherit;
}
.elbzotech-search-icon{
    display: inline-block;
}
.elbzotech-search-icon .search-icon-popup{
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 20px;
    text-align: center;
    color: var(--bzo-gray-color);
}
.elbzotech-search-icon .search-icon-popup:hover{
    color: var(--bzo-main-color);
}
.elbzotech-search-icon2 .search-icon-popup{
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 35px;
    background: transparent;
    height: auto;
    width:auto;
}
.elbzotech-search-icon2 .search-icon-popup .icon-search-default{
    width: 30px;
    height: 30px;
}

.elbzotech-search-form-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.elbzotech-search-icon .elbzotech-search-form{
    width: 100%;
    margin: auto;
    max-width:1030px;
    padding: 0px 15px;
    border: none;
}
.elbzotech-search-icon .elbzotech-search-form .input-submit-form{
    background: #F5F5F5;
    border-radius: 40px;
    height: 55px;
}
.elbzotech-search-icon .elbzotech-search-form input[name="s"]{
    line-height: 55px;
    height: 55px;
    padding: 3px 25px;
    font-size: 16px;
    color: #727272;
}
.elbzotech-search-icon.open-search-popup .elbzotech-search-form-wrap{
    opacity: 1;
    visibility: visible;
}
.elbzotech-search-icon .elbzotech-text-bt-search{
    background: transparent;
    border: none;
    font-size: 26px;
    padding: 11px 22px;
    color: var(--bzo-title-color2);
    cursor: pointer;
}
.elbzotech-search-icon .dropdown-box-cate{
    margin-top: 35px;
    margin-bottom: -10px;
    text-align: center;
}
.elbzotech-search-icon .elbzotech-search-form > .elbzotech-dropdown-box{
    border-right: none;
}
.elbzotech-search-icon .elbzotech-submit-form:hover .elbzotech-text-bt-search {
    color: var(--bzo-main-color);
}
.elbzotech-search-icon .elbzotech-list-product-search {
    color: var(--bzo-body_typo-color);
}
.elbzotech-search-icon .content-list-product-search {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}
.elbzotech-search-icon .current-search-cat{
    color: #fff;
    padding-left: 0px!important;
}
i.elbzotech-close-search-form{
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 16px;
    cursor: pointer;
    text-align: right;
    visibility: hidden;
    padding: 16px;
    z-index: 1;
    background: #F5F5F5;
    border-radius: 50%;
}
i.elbzotech-close-search-form:hover{
    background: var(--bzo-main-color);
    color: #fff;
}
.elbzotech-search-form-wrap.active i.elbzotech-close-search-form{
    opacity: 1;
    visibility: visible;
}
.form-left{
    float: left;
}
.form-right{
    float: right;
}
.form-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.elbzotech-search-form-wrap .content-form-popup{
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 60px 0px;
}
/*---------------------------------*/
/*Style search style default */

.elbzotech-search-default .elbzotech-search-form > *{
    display: inline-block;
}
.elbzotech-search-default .elbzotech-dropdown-list{
    left: 0;
    right: auto;
    border-radius: 0px 0px 20px 20px;
}
.elbzotech-search-default .elbzotech-search-form{
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    border: 1px solid var(--bzo-border-color);
    background: #fff;
}
.elbzotech-search-default .elbzotech-search-form input[name="s"]{
    height: 43px;
    line-height: 43px;
    border-radius: 25px 25px 25px 25px;
    background: #fff;
    margin-right: -2px;
    z-index: 1;
}
.elbzotech-search-default .elbzotech-search-form input[type="submit"]{
    width: 45px;
    height: 45px;
    background: transparent;
}
.elbzotech-search-default .elbzotech-submit-form .elbzotech-text-bt-search{
    line-height: 45px;
    height: 45px;
    margin-top: -1px;
    margin-right: -1px;
    display: inline-block;
    font-size: 18px;
    color: #000;
    background-color: var(--bzo-main-color);
    
    border-radius: 9px 25px 25px 9px;
    
    text-transform: uppercase;
    border: none;
    padding: 0px 20px;
}
/*End Search elementor*/
@media(max-width: 1200px){
    .elbzotech-search-icon .dropdown-box-cate .title-cate {
        margin-right: 20px;
        width: 30%;
    }
    .elbzotech-search-icon .dropdown-box-cate >ul{
        overflow-x: auto;
        white-space: nowrap;
    }
    .elbzotech-search-icon .dropdown-box-cate ul li{
        margin-right: 10px;
    }
    .elbzotech-search-icon .elbzotech-search-form>h3 {
        margin-bottom: 40px;
    }
    .elbzotech-search-form-wrap .content-form-popup{
        padding: 40px 0;
    }
    .elbzotech-search-icon .elbzotech-search-form{
        margin: auto;
    }
    i.elbzotech-close-search-form{
        font-size: 16px;
    }
}

@media(max-width: 767px){
    .elbzotech-search-icon .elbzotech-search-form>h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .elbzotech-search-icon .dropdown-box-cate{
        flex-direction: column;
    }
    .elbzotech-search-icon .dropdown-box-cate .title-cate {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }
}
