
/*Begin Search elementor*/

.select-cat-search:hover{
    color: #000;
    text-decoration: underline;
}
.elbzotech-dropdown-box{
    position: relative;
    cursor: pointer;
}
.elbzotech-search-form{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}
.elbzotech-search-form > *{
    display: inline-block;
}
.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 0 30px 30px;
    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: 1px;
}
.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 > p{
    text-align: center;
    display: block;
    margin: 0 auto;
}
/*---------------------------------*/
/*Style search icon popup */
.elbzotech-search-icon .elbzotech-search-form-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.95);
    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-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: 24px;
}
.elbzotech-search-icon .search-icon-popup:hover{

}

.elbzotech-search-form-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.elbzotech-search-icon .elbzotech-search-form{
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 100px auto 0;
    max-width: 80%;
    border: none;
    border-bottom: 3px solid var(--bzo-main-color);
    height: 55px;
    color: #fff;
    line-height: 55px;
}
.elbzotech-search-icon .elbzotech-search-form input[name="s"]{
    line-height: 55px;
    height: 55px;
    padding: 0px;
    font-size: 16px;
    color: #fff;
}
.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: 36px;
    padding: 0px;
}
.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 .current-search-cat{
    color: #fff;
    padding-left: 0px!important;
}
i.elbzotech-close-search-form{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: right;
    visibility: hidden;
    padding: 30px
}
.elbzotech-search-form-wrap.active i.elbzotech-close-search-form{
    opacity: 1;
    visibility: visible;
}
.admin-bar .elbzotech-close-search-form{
    padding-top: 50px;
}
.form-left{
    float: left;
}
.form-right{
    float: right;
}
.form-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*---------------------------------*/
/*Style search style default */

.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 .elbzotech-search-form{
        margin: auto;
    }
    i.elbzotech-close-search-form{
        font-size: 16px;
    }
}
