.search-wrapper{
    color:#fff;
    font-family: 'GT America Medium',sans-serif;
    height: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
}
.search-wrapper.on {
    z-index: 100000000;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.search-close-btn span{
    font-size:15px;
    cursor:pointer;
}
.search-header-wrapper{
    padding: 40px 35px;
}
.search-input{
    padding-top:11%;
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.search-input input{
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom:0.6px solid #3E3E3E;
    color:#3E3E3E;
    font-family: 'GT America Medium',sans-serif;
    font-size: 30px;
    width:100%;
    padding:13px 5px;
}
.search-input input[type=text]{
    color:#fff;
    font-family: 'GT America Medium',sans-serif;
    font-size: 30px;
}
input[type=text]::placeholder{
    color:#3E3E3E;
    transition: all .2s ease-in-out;
}
.search-input:hover input[type=text]::placeholder{
    color:#C5C5C5;
    transition: all .2s ease-in-out;
}
.search-input button{
    position:absolute;
    bottom:13px;
    right:0;
    background-color: #000;
    outline: none;
    border: none;
    padding:0; 
    cursor:pointer;
}
.search-slider-wrapper{
    padding-top:5%;
    position: relative;
    padding-left: 25%;
    opacity: 0;
}
.search-wrapper.on .search-slider-wrapper{
    opacity:1;
}
.search-slider-title{
    color:#3E3E3E;
    font-size: 14px;
    padding-bottom:20px;
}
.searchSwiper .article-img-ed{
    aspect-ratio: 1;
}

.searchSwiper .hero-article-title h3{
    color:#fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
}
.searchSwiper .hero-article-title{
    padding:16px 13px;
}
/*search results*/

.search-results-title{
    text-align: center;
    padding:70px 0 135px;
}
.search-container h3{
    font-size:80px;
}
.search-results-title .nmbr-search-results{
    padding-bottom:20px;
}
.search-results-title .nmbr-search-results span{
    font-size:16px;
    font-family: 'GT America Medium' , sans-serif;
}
.search-results-filters-wrapper{
    padding:0 36px 40px;
    justify-content: space-between;
    font-family: 'GT America Medium' , sans-serif;
    font-size:16px;
}
.search-results-filters button{
    outline: none;
    background: none;
    border:none;
}
.search-results-filters span{
    color:#D1D1D1;
}
.search-results-filters .selected-fltr{
    color:#000;
}
.search-results-filters button{
    color: #D1D1D1;
    font-family: 'GT America Medium' , sans-serif;
    font-size:16px;
}
.search-results-filters span:first-of-type{
    padding-right:39px;
}
.search-results-wrapper .nr-more-articles-wrapper{
    padding-top:0;
    padding-bottom:200px;
}
.search-wrapper .menu-wrapper span{
    opacity: 0;
}
.search-close-btn svg{
    display: none;
}
.search-logo svg{
    width: 100%;
    height: 100%;
}
.darkb .search-input button path{
   fill:none;
}
.search-input button path{
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
}
.search-input button:hover path{
    transform: translateX(10px);
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width:1100px){
    .search-results-wrapper .nr-more-articles-wrapper{
        padding-bottom:50px;
    }
    .search-container h3{
        font-size:50px;
    }
    .search-results-title{
        padding-bottom:97px;
    }
    .search-results-title .nmbr-search-results span{
        font-size:14px;
    }
}

@media screen and (max-width:900px){
    .search-slider-wrapper{
        padding-left: 23px;
    }
    .search-input {
        width: 80%;
    }
}

@media screen and (max-width:768px){
    .search-results-filters-wrapper{
        padding: 0px 15px 54px;
        font-size:14px;
    }
    .search-results-wrapper .nr-more-articles-wrapper .article-box:nth-child(9){
        width:calc((100% - 5px )/ 2);
    }
    .search-results-wrapper .nr-more-articles-wrapper .article-box:nth-child(9) .article-box-img img{
        aspect-ratio: 1;
    }
    .search-results-wrapper .nr-more-articles-wrapper .article-box:nth-child(9) .article-box-text{
        border-right: 1px dashed #000000CC;
        font-size:16px;
        padding:11px 15px;
        text-align:left;
    }
    .search-results-wrapper .nr-more-articles-wrapper .article-box:nth-child(9) .compare-btn{
        text-align: left;
    }
    .header-wrapper{
        padding: 30px 15px;
    }
    .search-results-filters button{
        font-size:14px;
    }
}
@media screen and (max-width:600px){
    .search-header-wrapper .menu-wrapper span{
        opacity: 1;
    }
    .search-close-btn span{
        display: none;
    }
    .search-close-btn svg{
        display: block;
    }
    .search-header-wrapper{
        padding:33px 11px;
        align-items: center;
    }
    .search-input{
        width:95%;
        padding-top: 43px;
    }
    .search-slider-wrapper{
        padding-left:11px;
	padding-top: 20%;
    }
    .search-logo{
        width:70%;
    }
    .search-slider-title{
        padding-bottom:14px;
    }
    .search-input svg{
        height: 25px;
        width: 40px;
    }
    .search-input input[type=text]{
        font-size:20px;
    }
    
}
@media screen and (max-width:500px){
    .search-results-wrapper.category-page .article-box:first-of-type{
        width:100%;
    }
   .search-results-wrapper.category-page .article-box:first-of-type .article-box-img img{
        aspect-ratio: 1.57;
    }
    .search-results-wrapper .nr-more-articles-wrapper{
        padding: 0;
    }
    .search-results-wrapper.category-page .article-box:first-of-type .article-box-text{
        font-size:23px;
        text-align: center;
        padding: 16px 30px;
    }
    .search-results-wrapper.category-page .article-box:first-of-type .compare-btn{
        text-align: center;
    }
    .search-results-filters span:first-of-type{
        padding-right:16px;
    }
    .search{
        top: 30px;
        right: 15px;
    }
    .search-results-title{
        padding: 35px 0 66px;
    }
    .search-results-title .nmbr-search-results{
        padding-bottom: 7px;
    }
    .search-results-title .nmbr-search-results span{
        font-size: 11px;
    }
    .search-container h3{
        font-size:26px;
    }
    .search-results-filters-wrapper,
    .search-results-filters button{
        font-size:11px;
    }
    .search-results-filters-wrapper{
        padding: 0 15px 15px;
    }
}
@media screen and (max-width:300px){
    .search-logo{
        width:60%;
    }
}