.section-content-populer.search-bg {
    background: #F8F6F6;
}

.section-content-populer .populer-search-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-content-populer .popular-search {
    padding-left: 40px;
}

.section-content-populer .popular-search h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    /* padding-bottom: 3rem; */
        color: #2d2d2d;
        margin-top: 0;
        margin-bottom:3rem
}

.section-content-populer .popular-search a {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 100px;
    padding: 8px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.section-content-populer .popular-search a:hover {
    background: #FFF2EB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.section-content-populer {
    padding: 6rem 0 6rem 0;
}

.populer-searches-img-block img{
    padding: 0 2rem;
}
.populer-searches-img-block {
    width: 35%;
    text-align: center;
}

.populer-searches-link-block {
    width: 65%;
}

@media (max-width: 991px) {
    .section-content-populer.search-bg .row.flexs img {
        max-width: 100%;
    }

    .landing-widget .subs-block a {
        width: 3rem;
        height: 3rem;
        font-size: 2.4rem;
        line-height: 2.6rem;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .section-content-populer .flexs {
        display: grid;
        flex-direction: column-reverse;
    }

    .section-content-populer .popular-search {
        margin-bottom: 30px;
        padding-left: 0px;
    }
    .section-content-populer .populer-search-wrapper {
          display: flex
;
        flex-direction: column;
    }
.populer-searches-img-block, .populer-searches-link-block{
    width:100%;
    
}
.section-content-populer .popular-search h2 {
        font-size: 24px;
}
.populer-searches-img-block{
    order: 2;
}
.populer-searches-link-block{
    order: 1;
}
.section-content-populer {
    padding: 3rem 0 3rem 0;
}

}

.container-populer {
    padding-left: 15px;
    padding-right: 15px
}

.container-populer {
    margin-right: auto;
    margin-left: auto
}



@media (min-width:768px) {
    .container-populer {
        width: 100%
    }
}

@media (min-width:992px) {
    .container-populer {
        width: 100%
    }
}

@media (min-width:1200px) {
    .container-populer {
        width: 100%
    }
}

@media (min-width:1360px) {
    .container-populer {
        width: 1360px
    }
}


body, html {
    font-family: Mulish, sans-serif !important;
    font-size: 62.5%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0;
}


.products-code-block {
    border-bottom:none!important;
    margin-bottom: 0!important;
}
/*.section-content-populer.search-bg {
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}*/