#main-header {
    padding-left: 4%;
    padding-right: 4%;
}
.label-text.helping_class {
    padding-right: 12px;
}

.merchant-search-body:lang(ar) #wrapper {
    direction: ltr;
}

.merchant-search-body:lang(ar) #wrapper .text-right {
    text-align: right !important;
}

.merchant-search-body:lang(ar) #header {
    direction: rtl;
}

::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

::-moz-placeholder {
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    text-overflow: ellipsis;
}

:-moz-placeholder {
    text-overflow: ellipsis;
}

.merchant-search-body {
    overflow-x: hidden;
}

.merchant-search-body #footer {
    display: none;
}

.merchant-search-body #wrapper {
    table-layout: auto;
}

.merchant-wrapper .main {
    //padding-top: 40px;
}

.merchant-search {
    width: 100%;
}

.merchant-search .product-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    color: #606d7a;
    margin-bottom: 0px;
}

.merchant-wrapper .content-section {
    padding-left: 295px;
    margin-left: 33px;
}

@media screen and (min-width: 1025px) {
    .merchant-wrapper .content-section:lang(ar) {
        padding-left: 0;
        margin-left: 0;
        padding-right: 295px;
        margin-right: 33px;
    }
}


.merchant-wrapper .merchant-search .merchant-wrap {
    margin-bottom: 25px;
}

.merchant-wrapper .merchant-search .merchant {
    display: block;
    transition: all 0.2s ease-in;
}

.merchant-wrapper .merchant-search .merchant .image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 180px;
    margin-bottom: 16px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.merchant-wrapper .merchant-search .merchant .image-container .inner-image-wrap {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 6px;
}

.merchant-wrapper .merchant-search .merchant .image-container .inner-image-wrap .merchant-logo {
    width: 100%;
    height: auto;
}

.merchant-wrapper .merchant-search .merchant .image-container .merchant-img {
    width: 100%;
    min-height: 180px;
    border-radius: 8px;
    object-fit: cover;
}

.merchant-wrapper .merchant-search .merchant .details-container .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #606d7a;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.merchant-wrapper .merchant-search .merchant .details-container .inner-details .category {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #4e98d1;
    margin-bottom: 5px;
}

.merchant-wrapper .merchant-search .merchant .details-container .inner-details .category .text {
    position: relative;
    margin-right: 7px;
    padding-right: 7px;
}

.merchant-wrapper .merchant-search .merchant .details-container .inner-details .category .text::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 8px;
    display: block;
    height: 4px;
    width: 4px;
    background: #4e98d1;
    border-radius: 50%;
    line-height: 0px;
}

.merchant-wrapper .merchant-search .merchant .details-container .inner-details .category .text:last-child::before {
    content: none;
}

.merchant-wrapper .product-offer-type span {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.36;
    color: #606d7a;
    border-radius: 2px;
    border: solid 1px #9ec6e6;
    background-color: #edf4fa;
    padding: 1px 4px;
    margin: 0 8px 5px 0;
    height: 17px;
}

.merchant-wrapper .product-offer-type span.product {
    /*color: #4f98d1;*/
}

.merchant-card-mob {
    display: none;
}

.sidebar-item {
    width: 295px;
    background-color: #fff;
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: auto;
    top: 80px;
    right: auto;
    overflow: hidden;
    -webkit-perspective: 1000;
    height: calc(100% - 80px);
    padding-top: 32px;
}

.btn-clear {
    font-weight: bold;
    line-height: 1.31;
    text-align: center;
    color: #2f85fe !important;
    margin-top: 10px;
}

.mob-close-header {
    display: none;
    padding: 15px 3px 8px 16px;
}

.merchant-wrapper .filters-panel {
    padding-right: 22px;
    position: relative;
    margin-bottom: 16px;
    height: calc(100% - 115px);
    box-shadow: 0px -20px 10px -10px rgba(0, 0, 0, 0.1) inset;
}

.map-window,
.gm-style-iw,
.gm-style-iw-d {
    max-width: 320px !important;
}

.merchant-wrapper .sidebar-item .dropdown {
    margin-bottom: 16px;
}

.merchant-wrapper .sidebar-item .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px) !important;
    transition: .5s ease all !important;
    width: 100%;
    max-height: 55vh;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
    border: none;
    padding: 0;
    font-size: 16px;
    color: #606d7a;
    line-height: 1.31;
}

.merchant-wrapper .sidebar-item .dropdown-menu .region {
    border-radius: 4px;
    background-color: #606d7a;
    font-weight: bold;
    color: #ffffff;
    padding: 13px 16px;
    margin: 0;
}

.merchant-wrapper .sidebar-item .dropdown-menu .region:first-child {
    border-radius: 4px 4px 0 0;
}

.merchant-wrapper .sidebar-item .dropdown-menu .country-name {
    font-weight: 500;
}

.merchant-wrapper .sidebar-item .dropdown-menu a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    color: #606d7a;
    padding: 13px 16px;
    position: relative;
}

.merchant-wrapper .sidebar-item .dropdown-menu a:hover {
    background-color: rgba(47, 133, 254, 0.1);
}

.merchant-wrapper .sidebar-item .dropdown-menu a.active {
    background-color: #f6f6f6;
    padding-right: 40px;
}

.merchant-wrapper .sidebar-item .dropdown-menu a.active::after {
    content: "";
    background: url('../images19/check-blue.svg') no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 16px;
    top: 12px;
}

.merchant-wrapper .sidebar-item .dropdown-menu .cities {
    margin: 0;
}

.merchant-wrapper .sidebar-item .dropdown-menu .cities li a {
    padding-left: 32px;
    padding-right: 32px;
}

.merchant-wrapper .sidebar-item .dropdown .flBar {
    border-radius: 4px;
    border: solid 1px rgba(47, 133, 254, 0.5);
    background-color: rgba(47, 133, 254, 0.1);
    color: #606d7a;
}

.merchant-wrapper .sidebar-item .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px) !important;
    transition: .5s ease all !important;
    top: 100% !important;
}

.merchant-wrapper .sidebar-item .dropdown.show .flBar::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.merchant-wrapper .sidebar-item .dropdown-toggle::after {
    border: none !important;
}

.merchant-wrapper .filters-panel .filter-group {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.merchant-wrapper .filters-panel .filter-group .category-row {
    margin-bottom: 20px;
}

.merchant-wrapper .filters-panel .filter-group .category-row:last-child {
    margin-bottom: 0;
}

.merchant-wrapper .filters-panel .filter-group h4,
.merchant-wrapper .filters-panel .filter-group .category,
.merchant-wrapper .filters-panel .filter-group small {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #606d7a;
    margin: 0 0 10px;
}

.merchant-wrapper .filters-panel .filter-group .category {
    margin: 0 0 6px;
}

.merchant-wrapper .filters-panel .filter-group .category .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.merchant-wrapper .filters-panel .filter-group .category .icon img {
    width: 100%;
}

.merchant-wrapper .filters-panel .filter-group .list-wrap .list-row {
    padding: 0;
    padding: 6px 0;
}

.merchant-wrapper .filters-panel .filter-group small {
    color: #4f98d1;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.merchant-wrapper .btn-primary {
    height: 48px;
    opacity: 0.98;
    border-radius: 24px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #2f85fe;
}

.merchant-wrapper .btn-primary:focus,
.merchant-wrapper .btn-primary:hover {
    color: #fff;
}

.merchant-wrapper .filters-panel .filter-group .custom-control-label::before,
.merchant-wrapper .filters-panel .filter-group .custom-control-label::after {
    right: 0;
    left: auto;
}

.merchant-wrapper .filters-panel .filter-group .custom-checkbox .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #78838E;
    min-width: 24px;
}

.merchant-wrapper .filters-panel .filter-group .custom-control-label {
    padding-right: 25px;
    cursor: pointer;
}

.merchant-wrapper .filters-panel .filter-group .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #2f85fe;
    border-color: #2f85fe;
}

.merchant-wrapper .filters-panel .filter-group .label-text {
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 133.333% */
}

.merchant-wrapper .filters-panel .filter-group .no {
    color: #ababab;
    margin-left: 10px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.is-loading .skeleton-box {
    display: inline-block;
    height: 14px;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
}

.is-loading .o-media__no {
    margin-bottom: 12px;
    width: 100%;
    height: 180px;
}

.is-loading .skeleton-box.line-2 {
    height: 17px;
}

.is-loading .o-media__figure {
    margin-bottom: 12px;
}

.is-loading .blog-post__headline .skeleton-box {
    height: 18px;
}

.is-loading .skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 1s infinite;
    animation: shimmer 1s infinite;
    content: '';
}

@-webkit-keyframes shimmer {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.merchant-wrapper .map-toggle-row {
    border-radius: 24px;
    border: solid 1px #e7e7e7;
    background-color: #fff;
    padding: 7px 15px;
    height: 48px;
}

.merchant-wrapper .custom-switch {
    padding: 0 12px;
}

.merchant-wrapper .custom-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.merchant-wrapper .custom-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 52px;
    height: 32px;
    background: #f5f5f5;
    border: 2px solid #e5e5ea;
    display: block;
    border-radius: 36.5px;
    position: relative;
    margin: 0;
}

.merchant-wrapper .custom-switch label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    border: solid 0.5px rgba(0, 0, 0, 0.04);
}

.merchant-wrapper .custom-switch input:checked+label {
    background-color: #4cd964;
    border-color: #4cd964;
}

.merchant-wrapper .custom-switch input:checked+label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

.merchant-wrapper .custom-switch label:active:after {
    width: 52px;
}

.merchant-wrapper .text-icon-col .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #2f85fe;
}

.merchant-wrapper .text-icon-col .icon {
    height: 24px;
    width: 24px;
    display: inherit;
}

.merchant-wrapper .search-results-wrap {
    position: absolute;
    width: calc(100% - 34px);
    z-index: 9;
    top: 50px;
    display: none;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    overflow: hidden;
}

.merchant-wrapper .search-results {
    max-height: 435px;
    overflow: auto;
    padding: 10px 0;
}

.merchant-wrapper .search-results .loader svg path,
.merchant-wrapper .search-results .loader svg rect {
    fill: #2f85fe;
}

.merchant-wrapper .search-results ul {
    padding: 0;
    margin: 0;
}

.merchant-wrapper .search-results ul:last-child {
    padding-bottom: 20px;
}

.merchant-wrapper .search-results ul li {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.31;
    color: #606d7a;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.merchant-wrapper .search-results ul li:hover {
    background: #edf4fa;
}

.merchant-wrapper .search-results ul li .icon {
    display: inline-block;
    border-radius: 4.4px;
    border: solid 1.1px #e7e7e7;
    padding: 4px;
    background: #fff;
}

.merchant-wrapper .search-results ul li.categories-list .icon {
    height: 24px;
    width: 24px;
    border: none;
    border-radius: 0;
    display: flex;
    padding: 0;
    background-color: #eaeaea;
    border-radius: 50%;
}

.merchant-wrapper .search-results ul li.categories-list .text {
    font-weight: 300;
}

.merchant-wrapper .search-results ul li .icon img {
    width: 100%;
}

.merchant-wrapper .merhcants-list li {
    font-weight: bold;
}

.merchant-wrapper .merhcants-list li .icon {
    height: 74px;
    width: 74px;
}

.merchant-wrapper .merhcants-list li .text {
    margin-left: 15px;
    font-weight: bold;
}

.merchant-wrapper li.categories-list .icon {
    height: 24px;
    width: 24px;
}

.merchant-wrapper li.categories-list .text {
    margin-left: 8px;
}

.merchant-wrapper .listview .merchant,
.merchant-wrapper .listview .is-loading {
    display: flex;
}

.merchant-wrapper .searchbar-fixed {
    position: sticky;
    top: 91px !important;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}

.merchant-wrapper .searchbar-fixed .searchbar-fixed-inner {
    /* padding-top: 36px; */
    /* padding-bottom: 10px; */
}

.merchant-wrapper .searchbar-fixed .searchbar-fixed-inner:lang(ar) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0px;
    justify-content: center;

}

.merchant-wrapper .searchbar-fixed .searchbar-fixed-inner .searchbarWrapOuter:lang(ar) {
    display: flex;
    /* gap: 16px !important; */


}

.merchant-wrapper .searchbar-fixed .searchbar-fixed-inner .searchbarWrapOuter:lang(ar) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;

}

.merchant-wrapper .searchbar-fixed .searchbar-fixed-inner .searchbarWrapOuter .sbx-custom__input:lang(ar) {
    order: 1;
}

.map-toggle-wrap {
    display: flex;
}

.merchant-wrapper .searcbar-wrap .sbx-custom__input {
    border-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 55px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.merchant-wrapper .searcbar-wrap .sbx-spotify__wrapper::before {
    left: 8px;
}

.merchant-wrapper .searcbar-wrap .sbx-custom__reset {
    right: 125px;
}

.merchant-wrapper .listview .results-for {
    display: flex;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start;
}

.merchant-wrapper .listview .is-loading .o-media__no,
.merchant-wrapper .listview .is-loading .o-media__body,
.merchant-wrapper .listview .merchant .details-container,
.merchant-wrapper .listview .merchant .image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.merchant-wrapper .listview .is-loading .o-media__body,
.merchant-wrapper .listview .merchant .details-container {
    padding-left: 32px;
}

.merchant-wrapper .listview .is-loading .o-media__no {
    height: 148px !important;
    margin-bottom: 0;
}

.merchant-wrapper .listview .merchant .image-container {
    height: 148px;
}

.merchant-wrapper .listview .merchant .image-container .inner-image-wrap {
    width: 48px;
    height: 48px;
    padding: 8px;
}

.merchant-wrapper .listview .merchant-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.map-wrapper {
    display: none;
}

.merchant-wrapper .listview .map-wrapper,
.overlay-opened .merchant-wrapper .map-wrapper {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 206px;
    left: 0;
    right: 0;
    bottom: 0;
}

#map {
    height: 100% !important;
    width: 100% !important;
    pointer-events: all;
    float: right;
}

.mapouter {
    position: relative;
    text-align: right;
    height: calc(100% - 13px);
    max-width: 100%;
    margin: 0 auto;
}

.mapouter {
    padding-left: 55%;
}

.mapouter:lang(ar) {
    padding-left: 0;
    padding-right: 55%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

.hide,
.show-more-content {
    display: none;
}

.merchant-wrapper .listview .merchant-search {
    width: 100%;
}

.merchant-wrapper .listview .merchant .details-container .inner-details .product-offer-type span.product {
    margin-bottom: 8px;
}

.results-for-wrap {
    transition: top 0.5s ease-in-out;
    background: #fff;
}

.filter-applied .results-for-wrap {
    padding-bottom: 20px;
}

.results-for {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.results-for-wrap>p {
    margin: 0;
    padding-bottom: 10px;
}

.results-for-wrap .results-for p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    margin-right: 16px;
    margin-bottom: 0px;
}

.filter-applied .results-for-wrap .results-for p {
    margin-bottom: 0px;
}

.results-for-wrap .results-for ul {
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.results-for-wrap .results-for ul li {
    margin-right: 8px;
    margin: 0 8px 8px 0;
    flex: 0 0 auto;
    cursor: pointer;
}

.results-for-wrap .results-for .product-offer-type span {
    padding: 5px 12px 0 12px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    border-radius: 4px;
    padding-right: 30px;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.results-for-wrap .results-for .product-offer-type span::after {
    content: '';
    background: url("../images19/ic-close.svg") no-repeat;
    height: 18px;
    width: 18px;
    top: 10px;
    position: absolute;
    right: 12px;
}

.ft_bottom {
    display: none;
}

.no-results-wrap {
    padding-top: 15%;
    color: #606d7a;
}

.no-results-wrap svg {
    width: 85px;
    margin-bottom: 16px;
}

.homePage .no-results-wrap img {
    width: 250px;
    margin-bottom: 16px;
}

.no-results-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 8px;
}

.no-results-wrap p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
}

.filter-wrap,
.list-view-mob {
    display: none;
}

#header .merchant-wrapper {
    padding-left: 0;
    margin-left: 0;
}

#header .merchant-wrapper .search-results-wrap {
    width: 100%;
    border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 1159px) {

    /* .merchant-wrapper .searchbar-fixed .searchbar-fixed-inner {
        padding-left: 280px;
    } */
    .results-for {
        flex-flow: column;
        align-items: start;
    }

    .merchant-wrapper .searcbar-wrap .sbx-custom__input {
        padding-right: 30px;
    }

    .merchant-wrapper .searcbar-wrap .sbx-custom__reset {
        right: 120px;
    }
}

@media screen and (max-width: 1015px) {
    .results-for-wrap {
        display: block;
    }

    .merchant-wrapper .searcbar-wrap .sbx-custom__input {
        width: 100%;
    }

    .merchant-wrapper .map-toggle-row {
        background-color: #f5f5f5;
    }
}
@media screen and (min-width: 1025px) {
    .d-lg-1024-block {
        display: block !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .merchant-wrapper .listview .merchant-search {
        width: 35%;
    }

    .merchant-wrapper .listview .map-wrapper {
        padding-left: 20px;
    }

    .merchant-wrapper .listview .merchant .image-container {
        height: auto;
    }

    .merchant-wrapper .listview .merchant,
    .merchant-wrapper .listview .is-loading {
        display: block;
    }

    .merchant-wrapper .listview .is-loading .o-media__no,
    .merchant-wrapper .listview .is-loading .o-media__body,
    .merchant-wrapper .listview .merchant .details-container,
    .merchant-wrapper .listview .merchant .image-container {
        max-width: 100%;
    }

    .merchant-wrapper .listview .is-loading .o-media__body,
    .merchant-wrapper .listview .merchant .details-container {
        padding-left: 0;
    }

    .merchant-wrapper .content-section {
        padding-left: 250px;
    }

    .sidebar-item {
        width: 250px;
    }
}

@media screen and (max-width: 868px) {
    .merchant-wrapper .searchbar-fixed {
        top: 62px !important;
    }
}

@media screen and (max-width: 1024px) {

    html,
    body,
    #wrapper {
        height: auto;
    }

    #wrapper,
    body {
        overflow: visible;
    }

    .merchant-wrapper .sidebar-item .dropdown.show {
        /* height: calc(100% - 175px); */
    }

    .merchant-wrapper .sidebar-item .dropdown-menu {
        position: static !important;
        display: none;
        height: 100%;
        max-height: none;
        overflow: scroll !important;
    }

    .merchant-wrapper .sidebar-item .dropdown.show .dropdown-menu {
        display: block;
    }

    .main,
    .merchant-search {
        height: auto;
    }

    .merchant-search {
        padding-top: 10px;
    }

    body.homePage {
        padding: 0 0 48px;
    }

    .merchant-wrapper .searchbar-fixed .searchbar-fixed-inner {
        padding: 0 100px;
    }


    .merchant-wrapper .filters-panel {
        margin-bottom: 0;
        height: calc(100% - 230px);
        padding: 0 16px;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
    }

    body.prevent-scroll {
        position: fixed;
        overflow: hidden;
        background: #fff0f2;
        height: 100%;
    }

    .merchant-wrapper .sidebar-item .dropdown {
        margin: 0 16px 10px 16px;
    }

    .merchant-wrapper .filters-panel::after {
        content: none;
    }

    .merchant-wrapper .btn-apply {
        height: 48px;
        border-radius: 0;
        width: 100vw !important;
    }

    .sidebar-item {
        top: 160px;
        height: 100%;
        width: 275px;
        display: none;
    }

    .searchresultes-opened .merchant-wrapper .content-section {
        padding-left: 300px;
    }

    .searchresultes-opened .results-for-wrap {
        width: 100%;
    }

    .merchant-wrapper {
        padding: 125px 15px 0 15px;
    }

    #filter-search.active .results-for-wrap {
        top: -52px;
    }

    .merchant-wrapper .content-section {
        padding-left: 0;
        margin-left: 0;
    }

    .merchant-wrapper .merchant-search .merchant-wrap:first-child {
        margin-top: 4px;
    }

    #filter-search.active .merchant-wrapper .searcbar-wrap .results-for-wrap {
        opacity: 0;
        margin-top: -135px;
    }

    .merchant-wrapper .searchbar-fixed {
        padding-bottom: 0;
    }

    /* .merchant-wrapper .map-toggle-wrap {
        padding-right: 0 !important;
    } */

    .merchant-wrapper .merchant-search .merchant .image-container {
        height: 180px;
    }

    .merchant-wrapper .merchant-search .merchant,
    .merchant-wrapper .is-loading {
        display: flex;
    }

    .merchant-wrapper .is-loading .o-media__no,
    .merchant-wrapper .merchant-search .merchant .image-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }

    .merchant-wrapper .is-loading .o-media__body,
    .merchant-wrapper .merchant-search .merchant .details-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%;
    }

    .overlay-opened .merchant-wrapper .merchant-search .merchant,
    .overlay-opened .merchant-wrapper .is-loading {
        flex-direction: column;
    }

    .overlay-opened .merchant-wrapper .is-loading .o-media__no,
    .overlay-opened .merchant-wrapper .merchant-search .merchant .image-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .overlay-opened .merchant-wrapper .is-loading .o-media__body,
    .overlay-opened .merchant-wrapper .merchant-search .merchant .details-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .overlay-opened .merchant-wrapper .is-loading .o-media__body,
    .overlay-opened .merchant-wrapper .merchant-search .merchant .details-container {
        padding-left: 0;
        padding-top: 16px;
    }

    .merchant-wrapper .is-loading .o-media__body,
    .merchant-wrapper .merchant-search .merchant .details-container {
        padding-left: 16px;
    }

    .merchant-wrapper .merchant-search .merchant .image-container {
        margin: 0;
    }

    .merchant-wrapper .merchant-search .merchant .image-container img {
        width: 100%;
        height: 100%;
        min-height: auto !important;
        object-fit: contain;
        margin: 0;
    }

    .merchant-wrapper .merchant-search .merchant .image-container .inner-image-wrap {
        left: 8px;
        bottom: 8px;
        padding: 2px;
        height: 48px;
        width: 48px;
    }

    .is-loading .o-media__no {
        height: 132px;
        margin: 0;
    }

    .merchant-wrapper .sbx-custom__input {
        padding-right: 16px;
    }

    .merchant-wrapper .input-group-append {
        display: none;
    }

    .merchant-wrapper .searcbar-wrap .sbx-custom__input {
        border-radius: 24px;
    }

    .merchant-wrapper .sbx-custom__reset {
        padding: 12px;
        right: 0;
        top: 2px;
    }

    .merchant-wrapper .search-results {
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding-right: 0;
        height: 100%;
        max-height: none;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
    }

    .merchant-wrapper .search-results-wrap {
        width: 100vw;
        z-index: 99;
        top: 50px;
        display: none;
        margin: 0 -16px;
        height: calc(100vh - 165px);
    }

    .map-wrapper {
        position: fixed;
        top: auto;
        right: 0;
        bottom: auto;
        left: 0;
        height: calc(100% - 168px);
    }

    .overlay-opened .merchant-wrapper .searcbar-wrap {
        margin-bottom: 8px;
    }

    /* .filter-map-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 48px;
        background-color: #2f85fe;
        z-index: 999;
    }

    .filter-map-mob::after {
        content: '';
        height: 1px;
        width: 48px;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
    } */
    .filter-wrap {
        display: flex;
    }

    .filter-map-mob .col {
        cursor: pointer;
    }

    .filter-map-mob .icon {
        height: 24px;
        width: 24px;
    }

    .filter-map-mob .icon svg {
        width: 100%;
        height: 100%;
    }

    .filter-map-mob .text {
        font-size: 16px;
        font-weight: 500;
        color: #2f85fe;
    }

    .filter-wrap .text {
        color: #0092cf;
    }

    .filter-wrap .icon {
        padding: 7px;
        line-height: 7px;
    }

    .overlay-opened .filter-map-mob .map-view-mob {
        display: none !important;
    }

    .overlay-opened .filter-map-mob .list-view-mob {
        display: flex !important;
    }

    .searchresultes-opened .merchant-wrapper {
        padding-left: 0;
    }

    #btnMb_fixed {
        display: none !important;
    }

    .results-for {
        margin-right: -15px;
        display: block;
    }

    .results-for-wrap .results-for ul {
        overflow: auto;
        flex-wrap: nowrap;
        margin-right: 35px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .merchant-wrapper .main {
        padding-top: 25px;
    }

    .results-for-wrap {
        top: 155px;
    }

    .overlay-opened .merchant-wrapper .searcbar-wrap {
        top: 82px !important;
    }

    .merchant-wrapper .search-wrap {
        padding: 0 !important;
    }

    .merchant-wrapper .search-results-wrap {
        height: calc(100vh - 200px);
        margin: 0;
    }

    .merchant-wrapper .content-section {
        position: relative;
    }

    .results-for-wrap {
        margin: 0 auto;
        height: auto;
    }

    .overlay-opened .results-for-wrap {
        width: 100%;
        margin: 0;
    }

    .overlay-opened .merchant-search {
        width: 50%;
    }

    .mapouter {
        padding-left: 45%;
    }

    .mapouter:lang(ar) {
        padding-left: 0;
        padding-right: 45%;
    }

    /* #filter-search.active .results-for-wrap {
        top: -52px;
    } */
    .overlay-opened #filter-search.active .results-for-wrap {
        top: 153px;
    }

    .merchant-wrapper .search-results-wrap {
        width: 100%;
    }

    .merchant-wrapper::after {
        content: '';
        height: 100%;
        width: 100%;
        position: fixed;
        background: #fff;
    }

    .merchant-wrapper .filters-panel {
        height: calc(100% - 315px);
    }

    .map-wrapper {
        height: calc(100% - 183px);
        top: 135px;
    }

    .filter-applied .map-wrapper {
        height: calc(100% - 222px);
    }

    .merchant-card-mob {
        width: 420px;
        left: 50%;
        right: 0;
        transform: translate(-50%, 0px);
    }

    .overlay-opened .merchant-wrapper .searcbar-wrap {
        top: 145px;
    }

    .overlay-opened .merchant-wrapper .merchant-search .merchant .image-container .merchant-img {
        min-height: 150px !important;
    }

    .merchant-wrapper .btn-apply {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .merchant-wrapper .searchbar-fixed .searchbar-fixed-inner {
        padding-left: 35px;
        /* padding-right: 35px; */
    }

    .results-for-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    html,
    body,
    #wrapper,
    .main,
    .merchant-search {
        height: 100%;
    }

    #filter-search .main {
        overflow-x: hidden;
    }

    .merchant-wrapper .searcbar-wrap .sbx-custom__reset {
        right: 0;
    }

    .searchbar-hidden .merchant-wrapper {
        padding-top: 15px;
    }

    .searched_results.suggestion-showed.searchbar-hidden #infinite-list {
        padding-top: 15px;
    }

    #infinite-list {
        padding: 15px 16px 100px 16px;
    }

    .mob-close-header {
        display: block;
    }

    .merchant-wrapper .main {
        padding-top: 0;
    }

    .merchant-wrapper .filters-panel {
        height: calc(100% - 140px);
    }

    .merchant-wrapper .sidebar-item {
        width: 100%;
        top: 25px;
        left: 0;
        z-index: 9999;
    }

    .merchant-wrapper .searchbar-fixed .searchbar-fixed-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .merchant-wrapper {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    } */
    .merchant-wrapper .searchbar-fixed {
        padding-top: 18px;
        padding-bottom: 0;
        top: 55px;
    }

    .merchant-search {
        padding: 0;
    }

    .merchant-wrapper .map-toggle-wrap {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .search-wrap {
        padding: 0 !important;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .suggestion-overlayopened .search-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .suggestion-overlayopened .merchant-wrapper .map-toggle-wrap {
        display: none;
    }

    .searched_results #infinite-list {
        padding-top: 25px;
    }

    .merchant-wrapper .searcbar-wrap {
        position: static;
        margin: 0 !important;
        padding: 0;
        /* gap: 16px; */
        flex-wrap: nowrap;
    }

    .overlay-opened .merchant-wrapper .searcbar-wrap {
        margin: 0;
    }

    .overlay-opened .merchant-wrapper,
    .searchresultes-opened .merchant-wrapper {
        overflow: visible;
    }

    .searchresultes-opened {
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 15px;
    }

    .filter-applied #infinite-list {
        /* padding-top: 75px; */
    }

    .filter-applied .results-for-wrap {
        padding-bottom: 10px;
    }

    .merchant-search .product-title {
        text-align: center;
    }

    .searched_results.suggestion-showed #infinite-list {
        //padding-top: 66px;
    }

    .searched_results.filter-applied #infinite-list {
        //padding-top: 105px;
    }

    #filter-search .searched_results.filter-applied #infinite-list {
        //padding-top: 105px;
    }

    .searchresultes-opened .merchant-wrapper .content-section {
        padding-left: 0;
    }

    .results-for-wrap {
        /* position: fixed; */
        height: auto;
        z-index: 1;
        top: auto;
        left: auto;
        right: auto;
        padding: 0;
        margin-top: -5px;
    }

    .searchresultes-opened {
        overflow: hidden !important;
    }

    .suggestion-overlayopened .results-for-wrap {
        z-index: -1;
    }

    .overlay-opened #filter-search.active .results-for-wrap {
        top: auto;
    }

    .merchant-wrapper .map-toggle-row {
        padding: 0;
    }

    .map-view-mob,
    .list-view-mob {
        padding: 12px 8px;
    }

    .overlay-opened,
    .suggestion-overlayopened {
        overflow: hidden !important;
    }

    .mapouter {
        padding-left: 0;
        height: 100%;
    }

    .map-wrapper {
        background: #fff;
        width: 100%;
        max-width: 100%;
        /* height: calc(100% - 221px); */
        /* top: 221px !important; */
        left: 0 !important;
        right: auto !important;
        padding: 0;
    }

    .results-for-wrap .results-for p {
        margin-bottom: 15px;
    }

    .searched_results #infinite-list {
        padding-top: 32px;
    }

    .searched_results .map-wrapper {
        top: 200px !important;
    }

    .suggestion-showed.searched_results .map-wrapper {
        top: 241px !important;
    }

    .filter-applied .map-wrapper {
        top: 200px !important;
    }

    .suggestion-showed.searched_results.filter-applied .map-wrapper {
        top: 241px !important;
    }

    .searched_results.filter-applied .map-wrapper {
        top: 200px !important;
    }

    .merchant-wrapper .search-results-wrap {
        position: fixed;
        top: 125px;
        height: calc(100% - 125px);
        z-index: 99999;
        border-radius: 0;
    }

    .merchant-wrapper .merchant-search .merchant .image-container {
        height: 130px;
    }

    .overlay-opened .merchant-card-mob {
        display: block;
    }

    .overlay-opened .merchant-card-mob {
        position: fixed;
        bottom: 60px;
        left: 16px;
        width: calc(100% - 32px);
        background: #fff;
        padding: 12px;
        min-height: 130px;
    }

    .merchant-card-mob .merchant .details-container .inner-details .category {
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .overlay-opened .merchant-wrapper .is-loading .o-media__body,
    .overlay-opened .merchant-wrapper .merchant-search .merchant .details-container {
        padding-left: 10px;
        padding-top: 0;
        text-align: left;
        flex: 0 0 65% !important;
        max-width: 65% !important;
    }

    .overlay-opened .merchant-card-mob .is-loading .o-media__no,
    .overlay-opened .merchant-card-mob .merchant .image-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35% !important;
        flex: 0 0 35% !important;
        max-width: 35% !important;
        height: 90px !important;
    }

    .overlay-opened .merchant-wrapper .merchant-search .merchant-card-mob .merchant,
    .overlay-opened .merchant-wrapper .merchant-search .merchant-card-mob .is-loading {
        flex-direction: row;
    }

    .no-results-wrap {
        padding: 0;
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 15px;
    }

    .homePage .no-results-wrap img {
        margin-bottom: 30px;
    }

    .no-results-wrap p span {
        display: block;
    }

    /* .filter-applied .no-results-wrap {
        top: 60%;
    } */

    .merchant-wrapper .custom-switch {
        display: none;
    }

    .merchant-wrapper .merchant-search .merchant .details-container .name p {
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .merchant-wrapper .searchbar-fixed {
        position: sticky;
        top: 60px !important;
    }

    .overlay-opened .merchant-wrapper .searchbar-fixed {
        position: sticky;
        top: 60px !important;
    }
    .mapouter:lang(ar) {
        padding-left: 0;
        padding-right: 0;
    }
}


/* custom filters new css starts here */
.custom-control.custom-checkbox .custom-control-label::before {
    background-image: url(../images19/checked.svg);
    background-size: 16px !important;
    position: relative;
    background-repeat: no-repeat !important;
    margin-right: 16px;
    order: -1;
    width: 24px !important;
    height: 24px !important;
    background-position: center !important;
    top: 0px !important;
}

.top-parent-filter-category .category-row .main-category-div:first-child {
    border-bottom: 1px solid #f1f1f1;

}

/* .main-heading-checkbox{
      padding-bottom: 25px;
     
  } */
.filter-category-container {
    padding: 20px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.top-parent-filter-category {
    border: none !important;
    padding: 0px !important;
}

.filter-category-container .list-wrap {
    padding-top: 25px;
}

.collapse {
    visibility: visible;
}

.filter-category-container .list-wrap .list-row {
    padding-left: 36px !important;
}

.filters-location-search {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 35px;
    padding-right: 25px;
    margin: 16px 0px 16px auto !important;
    background-image: url(../images19/filters-search.svg);
    box-shadow: none;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 12px;
}

.filters-location-search::placeholder {
    color: #A3A2A2;
}

/* 
.main-hading-title::after {
    content: "";
    display: inline-block;
    height: 13px;
    background: url(../images19/dropdown-icon-down.svg) no-repeat center center !important;
    background-size: cover;
} */
.main-heading-checkbox {
    display: flex;
}

.main-heading-checkbox label {
    padding: 0px !important;
}

.main-hading-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    cursor: pointer;
    color: var(--color-primary-black, #282828);
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    /* 129.412% */
}

.custom-control-label::after {
    display: none !important;
}

.results-for-wrap {
    margin: 0px !important;
}
.filter-map-mob.filter-wrap{
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px 16px 0px;
    color: #737373;
}
.row.filter-wrap:lang(ar){
    width: 100%;
}