/*
*  Custom Css
*/


/*Body overlay---------*/

#body-overlay{
  position:fixed;
left:0px;
top:0px;
content:'';
width:100%;
height:100%;
background-color:rgba(0,0,0,.6);
z-index:99;
display:none;
}

#body-overlay.show{
display:block;
}

.main-header .top-search-holder .search-area{
position: relative;
z-index: 1010;
}
.search-area .form-control {
  border: medium none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 13px;
  box-shadow: none;
}

#eac-container-template-custom{  
  background: #fff;
  width: 100%;
  z-index: 999;
  border-top: hidden;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  transform-origin: top;
  transition: 0.5s;
  border:0px;
}

#eac-container-template-custom::-webkit-scrollbar{
    width: .5rem;
    border-radius: 8px;
} 
#eac-container-template-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8c8c8c;
    border-radius: 8px;
}
 
#eac-container-template-custom::-webkit-scrollbar-thumb {
  background-color: #8c8c8c;
  outline: 1px solid #8c8c8c;
  border-radius: 8px;
}

#eac-container-template-custom .eac-category{
border: 0px;
font-size: 16px;
font-weight: 700;
text-align: left;
text-transform: capitalize;
font-style: normal;
background: #f26722;
color: #fff;
}
#eac-container-template-custom ul{
  text-align: center;
  /* display: block !important; */
}

#eac-container-template-custom ul li{
  padding: 0;
  border: 0px;
}

#eac-container-template-custom ul li:not(:last-child){
  margin: 0 0 .5rem 0;
}

.easy-autocomplete-container ul li.selected{
  background: transparent;
  cursor: default;
}

.easy-autocomplete-container ul li .eac-item a{
display:flex;
justify-content:flex-start;
align-items:flex-start;
color:rgba(14, 13, 13, 0.8);
}

.easy-autocomplete-container ul li .eac-item a:hover,
.easy-autocomplete-container ul li .eac-item a:focus,
.easy-autocomplete-container ul li .eac-item a:active{
color:rgba(14, 13, 13, 1);
}


.easy-autocomplete-container ul li.selected .eac-item{
  background: #ebebeb;  
  cursor: pointer;
}


#eac-container-template-custom ul li figure{
  margin: 1rem;
width:50px;
  height:50px;
}

#eac-container-template-custom ul li img{
  width:50px;
  height:50px;
}

#eac-container-template-custom ul li .content{
  padding: 1rem 1rem;
text-align:left;
width:calc(100% - 50px);
}

.easy-autocomplete-container ul li .eac-item .content-category{
   padding:.5rem 1rem;
}

#eac-container-template-custom ul li h6{
  font-size: 12px;
font-weight:700;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Open Sans', sans-serif;
}

#eac-container-template-custom ul li .content-category h6{
   margin-bottom:0px;
font-weight:400;
}

#eac-container-template-custom ul li p{
   font-size:12px;
}

#eac-container-template-custom ul li .product-price{
  margin-bottom:0;
display:flex;
/* justify-content:flex-end; */
align-items:flex-end;
}

#eac-container-template-custom ul li .product-ratings .fa{
   font-size:12px;
}

#eac-container-template-custom ul li .product-ratings .fa:not(:first-child){
  margin-left:2px;
}

#eac-container-template-custom ul li .price{
  margin-top: 0;
/* margin-left:2rem; */
  font-weight: 700;
  line-height: 19px;
  margin-right: 0px;
  color: #ec242e;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

#eac-container-template-custom ul li span{
  font-size: 13px;
}
/*  for static pages */
.term-conditions.static-pages .text-wrap p{
  font-size: 16px;
  margin-bottom:20px;
  color:#2d2d2d;
}
.term-conditions.static-pages .text-wrap p strong{
  font-size: 24px;
}

