/*---------------------------
----------------------------
---- AutoComplete

 */

.ui-helper-hidden-accessible{
    display: none;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 7px 7px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
    height: 50px;
    margin-left: 5px;
}
.ui-menu-item > img {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;



}




.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-autocomplete-loading {
    background: #fff url('') no-repeat 50%;

}
.auto-avatar{
    width: 30px;
    height: 30px;

}


.auto-complete-result{
    margin-top:5px;
}

.layer{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}

.basket-header{
    font-size:24px;
    color:white;
    margin-left:10px;
    margin-right: 10px;
}

.offcanvas-menu >.menu-close{
    margin-left: 30px!important;
}


.side-basket{
    margin-top:-30px!important;
    color:white;
    font-size:12px

}
.side-basket td, .side-basket th
{
    border:none!important;
    padding: 0.50rem!important;
}

.menu-tigger span {
   height:18px!important;
    margin:-1px!important;
    background:#1c7430 ;

}


.register-footer a{
    color:gray!important;
}

.login-logo{
    margin-top:15px!important;
    margin-bottom:15px!important;
}

.login-logo img{
    position: relative;
    width: 50%;
    height: auto;
    left:170px;
}

.login-logo h3{
    margin-top:15px!important;
    margin-bottom:15px!important;
    text-align: center;
    color:gray!important;
    font-weight:lighter!important;
}

.login-btn{
    position: relative!important;
    float: right!important;
    width: 150px!important;

}

.s-services-icon img{
    height: 100px!important;
}

.basket-icon{
    font-size:16px!important;
}
.single-brand{
 height: 120px!important;

}

.single-brand img{
    width: 40%!important;
    height: 40%!important;
    text-align: center;

}

.single-brand span{
     color:#29A268;
    font-weight: lighter;
    top:85px;
    position: absolute;


}
.single-brand .active{
    color:#fff;
    margin-top:1px;
    background-color: #13287e;
    border-bottom: 1px solid #13287e;
    padding:5px;
    border-radius: 10px;


}
