
.open-search{
    overflow: hidden;
}

.simple__searchbox{
    display: none;
    width: 100%;
    z-index: 6666;
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #FAFAFA;
}
body.open-search .simple__searchbox.isActive{
    display: block;
    opacity: 1;
}

.simple__searchbox .simple__search__container{
    margin: 0 auto;
    width: 60%;
    position: relative;
    text-align: center;
}

.simple__searchbox  .simple_search__wrapper{
    padding: 30px 100px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    /*padding-bottom: 25px;*/
}
#simple-search-form{
    margin: 30px 0;
}
#simple-search-form .input-group{
    position: relative;
    padding-right: 30px;
    width: 100%;
    height: 40px;

}

.search-label-simplesearch:hover{
    cursor: pointer;
}
.search-label-simplesearch::before{
    content: '\e918';
    font-family: IcoMoon;
     font-size: 16px;
    font-weight: bold;
            display: inline-block;
    vertical-align: middle;
}
#simple-search-form .input-group input:focus{
    outline: none;
}
#simple-search-form .input-group input{
    width: 100%;
    font-size:14px;
    padding: 0px 22px;
    color: #000;
    border:none;
    height: 40px;
}

.simple__search__exit_modal{
    position: absolute;
    top: 0;
    right: 0;
}


.simple__searchbox .simple__search__container span.simple__search__title{
    text-align: center;
    font-size:16px;
    color: #000;
    display: block;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (max-width:480px ){
    .simple__searchbox .simple__search__container span.simple__search__title
    {
        font-size: 17px;
        /*letter-spacing: 1px;*/
        text-transform: uppercase;
    }
}

/*.simple__search__exit_modal{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top:0;*/
/*}*/
.simple__search__exit_modal .icon-close:hover::before{
    cursor: pointer;
}
.simple__search__exit_modal .icon-close::before{
    content: '\e931';
    font-size:22px;
    font-weight: bold;
    font-family: IcoMoon;
}


.results-search{
    /*border-top: 1px solid #000;*/

    position: relative;
    height: calc(100% - -131px);
    overflow-y: auto;
    background: #fff;
}
.results-search .search-text-found,.not-found-results{
    padding: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.results-search .search-text-found p , .not-found-results >p{
    margin: 0;
    font-size:12px;

    font-weight: 300;
    color: #000;
    font-style: italic;
    text-align: center ;
}

/*
position: relative;
    height: 75px;
    overflow: hidden;


    position: relative;
    height: calc(100% - 320px);
    overflow-y: auto;

        position: relative;
    height: 246px;
    overflow: hidden;
*/

.results-search .section-products{
    padding: 21px 33px;

    height: calc(100% - 331px);
    overflow-y: auto;
    overflow: auto;
}

.results-search .search-view-more{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    position: relative;
    /*background-color: #FAFAFA;*/
    /*border-top:1px solid #000;*/
}

.results-search .search-view-more a{
    width: unset;
}

.results-search .search-view-more a:after{
    content: '\e910';
    font-family: 'icomoon';
}

.results-search .title{
    text-align: center;
    padding: 13px;
    /*border-bottom: 1px solid;*/
}

.results-search .title span.text p{
    margin:0;
    font-size:12px;
    font-style: italic;
    color: #000;
}

.results-search .product-grid{
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
}


@media (max-width: 767px) {
    .results-search .product-grid{
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
    }
}

@media (max-width: 480px) {
    .simple__searchbox .simple__search__container{
        width: 100%;
        margin:unset;
        padding: 0px 20px;
    }

    .results-search .search-view-more{
        height: 40px;
        line-height: 40px;
    }
    .results-search .title{
        padding: 10px;
    }
    .results-search .search-view-more a{
        font-size:12px;
        font-style: italic;
    }
}

.simple_search__wrapper .title{
    height: 60px;
    overflow: hidden;
    line-height: 55px;
    text-align: center;
}
.simple_search__wrapper .product-grid{
    position: relative;
    height: calc(100% - 283px);
    overflow-y: auto;

}
.simple_search__wrapper .title p{
    font-size: 17px;
  
    color: #000;

}
.simple_search__wrapper .search-view-more{
    position: relative;
    height: auto;
    background: #fff;
    padding: 20px;
    text-align: center;

}

.simple_search__wrapper .search-view-more a:after{
    content: '\e937';
    font-size: 20px;
    font-family: 'icomoon';
}



.simple_search__wrapper .product-grid::-webkit-scrollbar, .selected-filter::-webkit-scrollbar {
    background-color:#53504d5c;
    width:16px;
}

/* background of the scrollbar except button or resizer */
.simple_search__wrapper .product-grid::-webkit-scrollbar-track, .selected-filter::-webkit-scrollbar-track {
    background-color:#fff
}
.simple_search__wrapper .product-grid::-webkit-scrollbar-track:hover, .selected-filter::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.simple_search__wrapper .product-grid::-webkit-scrollbar-thumb, .selected-filter::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.simple_search__wrapper .product-grid::-webkit-scrollbar-thumb:hover , .selected-filter::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.simple_search__wrapper .product-grid::-webkit-scrollbar-button , .selected-filter::-webkit-scrollbar-button  {display:none}



@media (min-width: 991px){
   .simple_search__wrapper .product-tile-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .simple_search__wrapper .search-view-more a{
        width: auto;
        background: #000;
        color: #fff;
        border: none;
    }
}

@media (max-width: 767px) {
    .simple__searchbox .simple_search__wrapper{
        padding: 20px;
    }

}

@media (max-width:991px) {
    .simple__searchbox .products-grid{
        text-align: left;
        flex-wrap: unset;
        white-space: nowrap;
        margin: 0px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (max-width: 676px) {
    .search-label-simplesearch::before{
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .search-label-simplesearch::before{
        font-size: 17px;
    }
}