.ncxsearchwrapper{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  z-index:200;
  background:rgba(0,0,0,.1);
  padding-top:140px;
  padding-left:55px;
}
.ncxsearchwrapper-c{
   background:#fff;
   margin:auto;
   max-width:1200px;
   height:calc( 100vh - 200px );
   -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow:hidden;
}
#search_mini_formmain{
  position:relative;
  z-index:250;
}
.ncxsearch-elasticsearch{}
.ncxsearch-col1-title{
  text-transform:uppercase;
  color:gray;
  margin-bottom:10px;
  position:relative;
}
.ncxsearch-elasticsearch .categorywithcount{
  display:block;
  position:relative;
  text-align:left;
}
.ncxsearch-elasticsearch .categorywithcount.btn-primary{color:#fff}
.ncxsearch-elasticsearch .categorywithcount>span,.ncxsearch-col1-title>span{
  position:absolute;
  right:4px;
  top:2px;
  opacity:.8
}
.ncxsearch-col1,.ncxsearch-col2{
  height:calc( 100vh - 200px );
 
}
.ncxsearch-col1-inner,.ncxsearch-col2-inner{
  padding:10px;
  height:100%;
  overflow-y:auto;
  -webkit-overflow-scrolling: touch;
}
.ncxsearch-col1{
  width:300px;
  background:#eee;
  border-right:solid 1px #ccc
}
.ncxsearch-col1-spacer{
  width:300px;
}
.ncxsearch-suggestion{
  background:#fff;color:#000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display:inline-block;
  padding:1px 6px;
  margin-bottom:4px

}
.ncxsearch-product{
  width:25%
}
.ncxsearch-product .product-block{
  min-height:300px;
}
.ncxsearch-product .product-block .product-image img{
  width:100%
}
.ncxsearch-product .product-block .name{
  font-weight:400;
  color:#333
}
.ncxsearch-elasticsearch .all-results
{
  text-align:center;
  border-top:solid 1px #ccc;
  margin:10px 0;
  padding-top:10px;
}
.ncxsearch-elasticsearch .all-results .btn-light{background-color:#fff}
.ncxsearch-elasticsearch .close-search
{
  margin-top:15px;
  text-align:center;
}
.ncxsearch-elasticsearch .close-search a{color:gray}
.ncxsearchwrapper-btnwrap
{
  max-width:1200px;
  margin:auto;
  position:relative
}
.ncxsearchwrapper-closebtn{
  position:absolute;
  width:40px;
  height:40px;
  background:#fff;
  text-align:center;
  line-height:40px;
  top:-40px;
  right:15px;
}
@media (max-width: 768px) {
  .ncxsearch-col1,.ncxsearchwrapper-closebtn{display:none}
  
  .ncxsearchwrapper{
    padding-top:76px;
    padding-left:0
  }
  .ncxsearchwrapper-c,.ncxsearch-col2{height:calc( 100vh - 76px )}
  .ncxsearchwrapper-c{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .ncxsearch-col2-inner{padding:0}
  .ncxsearchwrapper .ncxsearch-product.col-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49;
  }
}
