.search-fld-cnt .btn-default {
    padding: 8px 16px;
    color: #fff;
    margin-left: -3px;
}

.items.dropdown-menu {
    background: #fff;
    width: 382px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    padding: 15px;
}
/*.items.dropdown-menu li {
    list-style: none;
    padding-bottom: 5px;
}
*/
.items.dropdown-menu li {
    list-style: none;
    padding: 5px 10px;
}


.search-fld-cnt label span {
    right: 0px !important;
}



.search-fld-cnt .input-group input {
    width: 89%;
    display: inline-block;
}


.search-fld-cnt .input-group .input-group-btn {
    width: 10%;
    display: inline-block;
}

@media screen and (max-width:767px){
    .elementor-4238 .elementor-element.elementor-element-a6b455e > .elementor-element-populated {
        padding: 30px 10px 10px 10px;
    }
}
.search-fld-cnt .input-group input {
    border: solid 1px #c5c5c5;
}
.search-fld-cnt .input-group input {
border: solid 1px #c5c5c5;
}

 .search-fld-cnt.mart-products-filter {
    width: 46%;
    position: relative;
    padding-right:0px;
    padding-bottom: 20px;
    margin-right: 4%;
}


@media screen and (max-width:767px){
    .search-fld-cnt.mart-products-filter {
        width: 50%;
        position: relative;
        padding-right: 30px;
        padding-bottom: 20px;
        margin-right: 0px;
    }
}


.items.dropdown-menu li:hover{
    background-color: #f5fafd;
}

.items.dropdown-menu {
    padding: 0px;
}

.search-results .items.dropdown-menu {
    width: 253px;
  }

  @media screen and (max-width:767px){

    .items.dropdown-menu {
     width: 46%;
    }
}