/*---------------------------
----------------------------
---- 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;


}


/* shop */

.border-item{

    border: 0.5px solid rgba(200, 200, 200, 0.7);
    padding-right: 5px!important;
    padding-left: 5px!important;
    padding-top:15px;
    padding-bottom: 15px;
    border-radius: 10px;

}
.shop-items:hover{
    background-color: rgba(240, 240, 240, 0.2);
}



.shop-thumb img{
    width: 30%;
    height: 30%;
    position:relative!important;
    text-align: center!important;
    left:90px!important;
   }
 #shop-table .count{

     height: 100%;
     border: 1px solid rgba(165, 161, 186, 0.2);
     padding: 10px 10px;
     border-radius: 10px;
     background-color: white;


}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}



#shop-table .fa-plus
{
    padding: 5px;
}

#shop-table .fa-minus
{

}

.product-info .cart {
    color:gray!important;

}

.features-shop{
    position: absolute;
    right:40px!important;
    margin-left:20px;
    top:10px;
    color:white;
    border-radius: 50px;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom: 3px;
    font-size:14px;
    font-weight: lighter;
    background-color: #d1001e;
    border-bottom: 1px solid #d1001e;

}
#shop-table  td, #shop-table th{
    border-top:1px solid rgba(41, 162, 104, 0.07);
    border-bottom: 1px solid rgba(41, 162, 104, 0.07);

}

#shop-table  tr{
    border-left:2px solid #29A268;
    border-right:2px solid #29A268;
    margin-top:5px;
}

#shop-table .product-name
{
  padding-top:20px;

}
#shop-table td
{
    padding-left: 4px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right: 3px;
}

#shop-table .product-price
{
    padding-top:25px;
}

#shop-table .product-basket
{
    padding-top:25px;
    padding-right: 0px!important;
}

#shop-table tr:hover
{
    background-color: rgba(229, 229, 229, 0.4);
}



.icon-bar {
    position: fixed;
    top: 85%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    background: #29A268;
    margin-top:2px;
}

.icon-bar a:hover {
    background-color: #000;
}



.jobs .job img
{
    width: 50px;
    height: 50px;

}

.jobs .job
{
    position: relative;
    padding:20px;
    margin-left:0px;
    float:left;
    left:350px;
    text-align: center;
}
.job-name{
    margin-top:10px;
}

 .job .active
{
   color: #29A268;

}

#shop-breadcrumb
{
background-size: cover;
background-position: top;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 0%;
}
