.line-height-1 {
    line-height: 1;
}
.fs-058{
    font-size: 0.58rem !important;
}
.searchable-select-container {
    position: relative;
}
.searchable-select-container .select-input {
    width: 100%;
    cursor: pointer;
}
.searchable-select-container .select-caret {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 12px;
    height: 12px;
}

.searchable-select-container .select-caret::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: 2px solid rgba(0, 0, 0, .3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}
.searchable-select-container.dropdown-open .select-caret {
    top:25%
}
.searchable-select-container.dropdown-open .select-caret::before {
    transform: rotate(-135deg);
}
.searchable-select-container .search-box {
    width: 100%;
    margin-bottom: 5px;
    display: none;
    top: 3px;
}

.searchable-select-container .dropdown-list {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1025;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: 250px;
}

.searchable-select-container .dropdown-item {
    padding: 5px;
    cursor: pointer;
    font-size: 13px;
}

.searchable-select-container .dropdown-item:hover {
    background-color: #f5f5f5;
}

.searchable-select-container.dropdown-open .dropdown-list {
    display: block;
}

.searchable-select-container.dropdown-open .search-box {
    display: block;
}
/* select box 2 */
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: 16px;
}

/*  ads-save */
.category-item{
    border: none;
}

/*  ads-save */
.category-item{
    border: none;
}
/*  ads */
.category-items{
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #cccc;
    padding: 10px;
}
.custom-hr{
    margin-bottom: 2rem !important;
}
.btn-remove{
    margin-top: 0.5%; text-decoration: none; font-size: 14px
}

.fillter {
    padding-top: 3%;
}
/* search home page */
.card-title {
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 50px !important;
    color: #010101;
}
.card-text{
    font-size: 18px !important;
    font-weight: 500;
    line-height: 28px !important;
}
.body_search {
    background: #FFFFFF !important;
    height: 360px;
    width: 1359px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 !important;
}
.box-search {
    width: 668px;
    height: auto;
    /*margin-right: 55px;*/
}
.custom-button{
    background: #f7f7f7 !important;
    color: #010101 !important;
    margin: 22px 0px 12px !important;
    width: 152px !important;
    height: 98px !important;
    box-shadow: none;
}
.custom-button:hover {
    background-color: #002b5d;
    color: #f7fbff;
}

.font-button{
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24.91px;
}
.search-input{
    border: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px !important;
    max-width: 340px;
    border-right: 1.52px solid #DCDCDC;
    height: 50px;
    right: 0 !important;
}
.search-container{
    width: 100% !important;
    max-width: 534px !important;
    left: 0!important;
    height: 52px!important;
    background: #fefefe !important;
}
.search-dropdown{
    background-color: #fefefe !important;
    border: none !important;
    color: #666 !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    width: 190px !important;
}
.dropdown-menu-city {
    display: none;
    position: fixed;
    width: 30%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1600;
    max-height: 374px;
    overflow-y: auto;
    border-radius: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}
.titel-city{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 16px;
    color: #010101;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.dropdown-menu-city input {
    width: 90%;
    margin: 5px 11px;
    border: none;
    border-radius: 24px;
    outline: none;
    color: #777;
    padding: 10px 30px 10px 15px;
    background: #F9F9F9 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001a1 1 0 0 0 .085.127l3.85 3.85a1 1 0 0 0 1.415-1.415l-3.85-3.85a1 1 0 0 0-.127-.085zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>') no-repeat right 6px center;
    background-size: 16px 16px, auto;
}
.dropdown-menu-city ul {
    list-style: none;
    padding: 4px 16px;
    margin: 0;
}
.dropdown-menu-city li {
    padding: 8px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 12px;
    font-weight: 400;
    color: #393939;
}
.dropdown-menu-city li:hover {
    background: #f1f1f1;
}
.dropdown-menu-city li.active {
    background: #EAEEF3;
    font-weight: 400;
    font-size: 12px;
    color: #00356e;
}
.input-group-text{
    display: flex;
    align-items: center;
    gap: 2px;
    width: 190px;
    overflow: hidden;
    padding-right: 9%  !important;
}
#name_city{
    font-size: 12px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}
.form-control:focus{
    border-color: #dcdcdc !important;
}
.dropdown-box .btn {
    margin: 8px 1px;
    padding: 7px 11px;
    border-radius: 90px !important;
    background-color: #f7f7f7;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.8px;
    color: #000;
    border: 0.6px solid #DCDCDC;
    white-space: nowrap;
}
.list-group-item{
    color: #010101;
}
.second_header{
    height: 35px !important;
}
.search-input {
    padding: 10px 30px 10px 15px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001a1 1 0 0 0 .085.127l3.85 3.85a1 1 0 0 0 1.415-1.415l-3.85-3.85a1 1 0 0 0-.127-.085zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>')
    no-repeat right 5px center;
    background-size: 15px 15px;
}
/*  box brand */
.dropdown-box{
    border-radius: 16px !important;
    background: #FEFEFE;
    border: 1px solid #ddd;
    top: 99% !important;
}
.box-brand{
    width: 90%;
    margin: 0 20px;
    padding: 0 5px;
}
/*  btn x for clear city */
.clear-city {
    cursor: pointer;
    font-size: 14px;
    color: #393939;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 18px;
    border-radius: 50%;
}

.clear-city:hover {
    color: #393939;
}
/*   */
.show-list{
    position: absolute;
    border-radius: 10px !important;
    text-align: right;
    font-size: 12px;
    padding: 5px;
    top: 182px !important;
    left: 30% !important;
    width: 40% !important;
}
.icon svg{
    width: 30px !important;
    height: 30px !important;
}
.custom-button .dropdown-item .icon svg{
    width: 40px !important;
    height: 40px !important;
}
.sticky-header-card{
    position: sticky;
    top: 75px;
}
#mobile-sticky {
    bottom: 50px;
}
@media (max-width: 1200px) {
    .body_search {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .box-search {
        width: 90%;
        margin-right:0;
    }
    .show-list{
        top: 156px !important;
        left: 22% !important;
        width: 55% !important;
    }
    .dropdown-menu-city {
        width: 90%;
        max-width: 550px;
        height: auto;
        max-height: 50vh;
        overflow-y: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 992px) {
    .card-title {
        font-size: 28px !important;
        line-height: 45px !important;
    }
    .card-text {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .search-input {
        max-width: 100%;
        height: 42px;
    }
    .search-container {
        width: 95% !important;
        height: 45px !important;
    }
    .custom-button {
        width: 130px !important;
        height: 90px !important;
        margin: 10px 5px 5px 0px !important;
    }
    .show-list {
        top: 142px !important;
        left: 20% !important;
        width: 60% !important;
    }


    .font-button {
        font-size: 12px !important;
    }
    .icon svg{
        width: 33px !important;
        height: 33px !important;
    }
    .sticky-header-card{
        top: 88px!important;
    }
}

@media (min-width: 700px) and (max-width: 880px){
    .show-list{
        top: 145px !important;
        left: 17% !important;
        width: 65% !important;
    }
    .card-title{
        font-size: 22px;
    }
    .body_search {
        flex-direction: column;
        height: auto;
    }
    .box-search {
        width: 100%;
        text-align: center;
    }
    .button-container {
        gap: 0;
    }
    .search-container {
        max-width: 65% !important;
        height: 40px !important;
    }
    .search-input {
        width: 80%;
        height: 38px;
        font-size: 14px;
        background-size: 15px 15px;
        padding: 5px 30px 5px 5px;
    }
    .search-dropdown {
        width: 100% !important;
        max-width: 150px !important;
        text-align: center;
        height: 38px;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .custom-button {
        width: 135px !important;
        height: 90px !important;
        font-size: 12px !important;
        margin: 2px 7px 5px 2px !important;
    }
    .btn-clos{
        display: block;
        background: none;
        border: none;
        margin-right: 15px;
    }

    .icon-down-city{
        flex-shrink: 0;
        margin-right: 10px !important;
        align-items: center !important;
        display: flex;
        gap: 5px;
    }
    #name_city {
        font-size: 11px;
        font-weight: 400;
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
    }

    #name_city:hover {
        position: relative;
    }

    #name_city:hover::after {
        content: attr(title);
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        font-size: 12px;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        visibility: visible;
        z-index: 1000;
    }
    #alert_danger {
        width: 100%;
        display: inline-flex;
        right: 0 !important;
        flex-wrap: nowrap;
        font-size: 12px;
        font-weight: 400;
    }
    .dropdown-box{
        right: 1% !important;
    }

    .dropdown-menu-city li {
        text-align: right;
    }
    /*  profile */
    .profile_info {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        position: absolute;
        top: -40px !important;
    }
    .profile_box{
        height: 50px;
        width: calc(100% - 75px);
        margin-right: 65px;
        position: relative;
        margin-top: 8% !important;
    }
    .profile_box .profile_box_sub li.nav-item a {
        padding: 0 7px !important;
        font-size: 10px !important;
    }
    .badge{
        font-size: 0.70rem !important;
        height: 38px !important;
        text-decoration: none;
    }
    .bg-dark-subtle{
        font-size: 12px !important;
    }
    /*  ads */

    .bg-dark-subtle{
        font-size: 12px !important;
    }
    .category-items{
        width: 100%;
        height: 40px;
        font-size: 12px;
        font-weight: 400;
        border: 1px solid #cccc;
        padding: 1px;
    }

    .custom-hr{
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    .category-filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: thin;
        padding-top: 10px;
    }

    .category-filter::-webkit-scrollbar {
        height: 5px;
    }

    .category-filter::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .category-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .category-filter ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .category-filter .remove-ad-filter {
        text-decoration: none;
        color: #333;
    }

    .breadcrumb li{
        font-size: 12px;
    }
    .category-filter .remove-ad-filter{
        font-size: 12px!important;
        height: 28px;
        padding: 5px 8px;
    }

    .breadcrumb-item + .breadcrumb-item{
        padding-left: .15rem !important;
        padding-right: 0.15rem !important;
    }
    .custom-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    .custom-breadcrumb::-webkit-scrollbar {
        height: 5px;
    }

    .custom-breadcrumb::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }
    .text-mobil-h1{
        font-size: .815rem !important;
    }
    .btn-remove{
        font-size: 12px;
        padding-right: 8px;
    }
    .btn-remove-category{
        font-size: 10px;
        padding-right: 5px;
        text-decoration: none;
    }
    .btn-remove-category svg{
        width: 15px !important;
        height: 15px !important;
    }
    .btn-remove svg{
        width: 18px !important;
        height: 18px !important;
    }
    .fillter-btn-mobile{
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        border: 1px solid #b5b5b5;
        border-radius: 16px;
    }
    .fillter-mobile{
        margin-top: 0.5%;
        text-align: left;
        margin-bottom: 1%;
    }
    .fillter{
        display: none;
    }
    .filter-wrapper-new{
        text-align: right;
    }
    .border-start{
        border-right: none !important;
    }
    .location-icon svg{
        width: 15px !important;
        height: 15px!important;
    }
    .time-icon svg{
        width: 12px !important;
        height: 12px!important;
    }

    .clear-city{
        font-size: 13px;
        width: 10px;
        height: 18px;
    }
    .icon svg {
        width: 30px !important;
        height: 30px !important;
    }
    .custom-button .dropdown-item .icon svg{
        width: 38px !important;
        height: 38px !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        width: 250px;
    }
    .dropdown-toggle {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff;
        cursor: pointer;
        border-radius: 5px;
        text-align: right;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        max-height: 200px;
        overflow-y: auto;
        border-radius: 5px;
    }
    .dropdown-menu input {
        width: 90%;
        margin: 5px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
    }
    .dropdown-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu li {
        padding: 10px;
        cursor: pointer;
        transition: background 0.2s;
    }
    .dropdown-menu li:hover {
        background: #f1f1f1;
    }
    .dropdown-menu li.active {
        background: #d9e8ff;
        font-weight: bold;
    }
    #header_section_title{
        margin-top: 10px;
    }
    .box-brand {
        width: 90%;
        margin: 0 5px 0 8px;
        padding: 0 5px 0 5px;
        text-align: right;
    }
    .dropdown-box {
        border-radius: 14px !important
    }
    .sticky-header-card{
        top: 88px!important;
    }

}
@media (min-width: 300px) and (max-width: 360px){
    .search-input {
        height: 40px;
    }
    .search-container {
        height: 43px !important;
    }
    .show-list {
        top: 143px !important;
        left: 8% !important;
        width: 85% !important;
    }
    .font-button {
        font-size: 12px!important;
    }
    .icon svg{
        width: 20px !important;
        height: 20px !important;
    }
    .card-text {
        font-size: 12px !important;
        line-height: 24px !important;
    }
    .search-dropdown {
        width: 134px !important;
    }
    #name_city {
        font-size: 10px;
    }
    .custom-button {
        width: 139px !important;
        height: 80px !important;
        margin: 2px 4px 3px 0 !important;
    }
    .box-brand {
        width: 100%;
        margin: 0 5px;
    }
    .card-title {
        font-size: 24px !important;
    }
    .search-input{
        font-size: 10px !important;
    }
    .dropdown-box .btn {
        padding: 5px 8px;
        font-size: 10px;
        font-weight: 430 !important;
    }
    .dropdown-menu-city {
        max-width: 300px;
    }
    /*  profile */
    .profile_info {
        top: -40px !important;
    }
    .profile_box{
        width: calc(100% - 85px);
    }

    .badge{
        height: 30px !important;
    }

    .category-items{
        height: 30px;
        padding: 10px 0px!important;
        font-size: 11px!important;
    }

    .fillter-mobile{
        margin-top: 0.5%;
        text-align: left;
        margin-bottom: 1%;
    }
    .breadcrumb-item + .breadcrumb-item{
        padding-left: .95rem !important;
    }
    #header_section_title{
        margin-top: 5px;
    }
    .box-brand{
        width: 100%;
        margin: 0 5px 0 8px;
        padding: 0 2px 0 5px;
    }
    .fillter{
        display: none;
    }
    .fillter-btn-mobile{
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        border: 1px solid #b5b5b5;
        border-radius: 16px;
    }
    .btn-remove-category{
        font-size: 10px;
        padding-right: 10px !important;
        text-decoration: none;
    }
    .category-filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: thin;
        padding-top: 10px;
    }

    .category-filter::-webkit-scrollbar {
        height: 5px;
    }

    .category-filter::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .category-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .category-filter ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .category-filter .remove-ad-filter {
        text-decoration: none;
        color: #333;
    }
    .category-filter .remove-ad-filter{
        font-size: 12px!important;
        height: 28px;
        padding: 5px 8px;
    }
    .custom-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    .custom-breadcrumb::-webkit-scrollbar {
        height: 5px;
    }

    .custom-breadcrumb::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }
    .position-absolute.end-0.me-3 {
        display: none !important;
    }
    .custom-button .dropdown-item .icon svg{
        width: 33px !important;
        height: 33px !important;
    }
    .dropdown-box {
        border-radius: 12px !important;
        right: 0!important;
    }
    .sticky-header-card{
        top: 88px!important;
    }
}
@media (min-width: 370px) and (max-width: 390px){
    .search-input {
        height: 40px;
    }
    .search-container {
        height: 43px !important;
    }
    .show-list {
        left: 7% !important;
        width: 85% !important;
        top: 148px !important;
    }
    .box-brand {
        width: 98%;
        margin: 0 5px;
        padding: 0 5px;
    }
    .card-text {
        font-size: 12px !important;
        line-height: 24px !important;
    }
    .search-container {
        margin-bottom: 8px;
    }

    .custom-button {
        width: 145px !important;
        height: 85px !important;
        margin: 2px 5px 3px 2px !important;
    }
    .search-dropdown {
        width: 143px !important;
    }
    #name_city {
        font-size: 11px!important;
    }
    .dropdown-box .btn {
        padding: 5px 8px;
        font-size: 10px;
    }

    .profile_info {
        top: -40px !important;
    }
    .profile_box{
        width: calc(100% - 85px);
    }

    .badge{
        height: 35px !important;
    }
    .fillter-mobile{
        margin-top: 0.5%;
        text-align: left;
        margin-bottom: 1%;
    }
    .category-filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: thin;
        padding-top: 10px;
    }

    .category-filter::-webkit-scrollbar {
        height: 5px;
    }

    .category-filter::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .category-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .category-filter ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .category-filter .remove-ad-filter {
        text-decoration: none;
        color: #333;
    }
    .category-filter .remove-ad-filter{
        font-size: 12px!important;
        height: 28px;
        padding: 5px 8px;
    }

    .breadcrumb-item + .breadcrumb-item{
        padding-left: .95rem !important;
    }

    #header_section_title{
        margin-top: 10px;
    }
    .box-brand{
        width: 100%;
        margin: 0 5px 0 8px;
        padding: 0 2px 0 5px;
    }
    .fillter{
        display: none;
    }
    .fillter-btn-mobile{
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        border: 1px solid #b5b5b5;
        border-radius: 16px;
    }
    .btn-remove-category{
        font-size: 10px;
        padding-right: 25px !important;
        text-decoration: none;
    }
    .custom-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    .custom-breadcrumb::-webkit-scrollbar {
        height: 5px;
    }

    .custom-breadcrumb::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }
    .icon svg{
        width: 25px !important;
        height: 25px !important;
    }
    .position-absolute.end-0.me-3 {
        display: none !important;
    }
    .category-items {
        padding: 10px 2px!important;
        height: 35px!important;
        font-size: 10px!important;
    }
    .custom-button .dropdown-item .icon svg{
        width: 35px !important;
        height: 35px !important;
    }
    .dropdown-box {
        border-radius: 12px !important;
        right: 0!important;
    }
    .sticky-header-card{
        top: 88px!important;
    }
}
@media (min-width: 400px) and (max-width: 480px){
    .display-hidden{
        display: none;
    }
    .card-title {
        font-size: 24px !important;
        line-height: 38px !important;
    }
    .card-text {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .card-title {
        font-size: 24px !important;
        line-height: 38px !important;
    }
    .search-input {
        font-size: 12px;
        width: 100%;
    }
    .custom-button {
        width: 152px !important;
        height: 90px !important;
        margin: 5px 8px 5px 0 !important;
    }
    .icon svg {
        width: 20px !important;
        height: 20px !important;
    }
    .custom-button .dropdown-item .icon svg{
        width: 38px !important;
        height: 38px !important;
    }
    .search-container {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .search-input {
        font-size: 12px;
        width: 100%;
    }
    .custom-button {
        width: 162px !important;
        height: 90px !important;
        margin: 2px 7px 5px 2px !important;
    }
    .search-dropdown {
        width: 160px !important;
    }
    .dropdown-menu-city {
        max-width: 350px;
    }
    .dropdown-menu-city li {
        text-align: right;
    }

    .profile_info {
        top: -40px !important;
    }
    .profile_box{
        width: calc(100% - 85px);
    }
    .badge{
        height: 35px !important;
        width: 50%;
    }
    .badge-category{
        width: 100%!important;
    }
    .category-items{
        height: 35px;
        padding: 10px 3px!important;
        font-size: 12px!important;
    }
    .breadcrumb-item + .breadcrumb-item{
        padding-left: .95rem !important;
    }
    #header_section_title{
        margin-top: 10px;
    }
    .box-brand{
        width: 100%;
        margin: 0 5px 0 8px;
        padding: 0 2px 0 5px;
    }
    .show-list {
        left: 7% !important;
        width: 85% !important;
    }
    .icon svg {
        width: 25px !important;
        height: 25px !important;
    }
    .fillter{
        display: none;
    }
    .fillter-mobile{
        margin-top: 0.5%;
        text-align: left;
        margin-bottom: 1%;
    }
    .fillter-btn-mobile{
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        border: 1px solid #b5b5b5;
        border-radius: 16px;
    }
    .btn-remove-category{
        font-size: 10px;
        padding-right: 35px !important;
        text-decoration: none;
    }
    .category-filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: thin;
        padding-top: 10px;
    }

    .category-filter::-webkit-scrollbar {
        height: 5px;
    }

    .category-filter::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .category-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .category-filter ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .category-filter .remove-ad-filter {
        text-decoration: none;
        color: #333;
    }
    .category-filter .remove-ad-filter{
        font-size: 12px!important;
        height: 28px;
        padding: 5px 8px;
    }
    .custom-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    .custom-breadcrumb::-webkit-scrollbar {
        height: 5px;
    }

    .custom-breadcrumb::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }
    .position-absolute.end-0.me-3 {
        display: none !important;
    }
    .show-list{
        top:148px !important
    }
    .font-button {
        font-size: 14px !important;
    }
    .dropdown-box {
        border-radius: 12px !important;
        right: 0!important;
    }
    .sticky-header-card{
        top: 88px!important;
    }
}
@media (min-width: 530px) and (max-width: 600px){
    .show-list {
        top: 143px !important;
        left: 15% !important;
        width: 70% !important;
    }
    .search-container {

        width: 80% !important;
    }
    .card-title {
        font-size: 24px !important;
        line-height: 38px !important;
    }
    .card-text {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .search-input {
        font-size: 12px;
        width: 100%;
    }
    .custom-button {
        width: 175px !important;
        height: 90px !important;
        margin: 2px 7px 5px 2px !important;
    }
    .search-dropdown {
        width: 160px !important;
    }
    /*  profile */
    .profile_info {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        position: absolute;
        top: -40px !important;
    }
    .profile_box{
        height: 50px;
        width: calc(100% - 85px);
        margin-right: 65px;
        position: relative;
        margin-top: 8% !important;
    }
    .profile_box .profile_box_sub li.nav-item a {
        padding: 0 7px !important;
        font-size: 10px !important;
    }
    .badge{
        font-size: 0.70rem !important;
        height: 35px !important;
        text-decoration: none;
    }
    .bg-dark-subtle{
        font-size: 12px !important;
    }

    .category-items{
        height: 35px;
        padding: 10px 5px;
    }

    .custom-hr{
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    .category-filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: thin;
        padding-top: 10px;
    }

    .category-filter::-webkit-scrollbar {
        height: 5px;
    }

    .category-filter::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .category-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .category-filter ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }


    .category-filter .remove-ad-filter {
        text-decoration: none;
        color: #333;
    }

    .breadcrumb li{
        font-size: 12px;
    }
    .category-filter .remove-ad-filter{
        font-size: 12px!important;
        height: 28px;
        padding: 5px 8px;
    }

    .breadcrumb-item + .breadcrumb-item{
        padding-left: .95rem !important;
        padding-right: 0.15rem !important;
    }
    .custom-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    .custom-breadcrumb::-webkit-scrollbar {
        height: 5px;
    }

    .custom-breadcrumb::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }
    .text-mobil-h1{
        font-size: .815rem !important;
    }
    .btn-remove{
        font-size: 12px;
        padding-right: 8px;
    }

    .btn-remove-category{
        font-size: 10px;
        padding-right: 35px !important;
        text-decoration: none;
    }
    .btn-remove-category svg{
        width: 15px !important;
        height: 15px !important;
    }
    .btn-remove svg{
        width: 18px !important;
        height: 18px !important;
    }
    .fillter-btn-mobile{
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        border: 1px solid #b5b5b5;
        border-radius: 16px;
    }
    .fillter-mobile{
        margin-top: 0.5%;
        text-align: left;
        margin-bottom: 1%;
    }
    .fillter{
        display: none;
    }
    .filter-wrapper-new{
        text-align: right;
    }
    .border-start{
        border-right: none !important;
    }
    .location-icon svg{
        width: 15px !important;
        height: 15px!important;
    }
    .time-icon svg{
        width: 12px !important;
        height: 12px!important;
    }
    .dropdown-menu-city {
        max-width: 350px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        width: 250px;
    }
    .dropdown-toggle {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff;
        cursor: pointer;
        border-radius: 5px;
        text-align: right;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        max-height: 200px;
        overflow-y: auto;
        border-radius: 5px;
    }
    .dropdown-menu input {
        width: 90%;
        margin: 5px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
    }
    .dropdown-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu li {
        padding: 10px;
        cursor: pointer;
        transition: background 0.2s;
    }
    .dropdown-menu li:hover {
        background: #f1f1f1;
    }
    .dropdown-menu li.active {
        background: #d9e8ff;
        font-weight: bold;
    }
    /*     */
    .clear-city{
        font-size: 13px;
        width: 10px;
        height: 18px;
    }
    /*  new   */

    #header_section_title{
        margin-top: 10px;
    }
    .box-brand{
        width: 100%;
        margin: 0 5px 0 8px;
        padding: 0 2px 0 5px;
    }
    .icon svg{
        width: 25px !important;
        height: 25px !important;
    }
    #header_section_title{
        margin-top: 10px;
    }

    .position-absolute.end-0.me-3 {
        display: none !important;
    }
    .dropdown-box {
        border-radius: 12px !important
    }

}

@media (min-width: 300px) and (max-width: 360px){
    .custom-button-dani{
        width: 124px !important;
        height: 80px !important;
        margin: 2px 4px 3px 0 !important; 
    }
}

@media (min-width: 370px) and (max-width: 390px) {
    .custom-button-dani{
        width: 133px !important;
        height: 85px !important;
        margin: 2px 5px 3px 2px !important;
    }
}

@media (min-width: 400px) and (max-width: 430px) {
  .custom-button-dani{
         width: 149px !important; 
        /* height: 90px !important; */
        margin: 5px 8px 5px 0 !important;
    }
}
@media (min-width: 430px) and (max-width: 480px) {
  .custom-button-dani{
         width: 156px !important; 
        /* height: 90px !important; */
        margin: 5px 8px 5px 0 !important;
    }
}

@media (min-width: 480px) and (max-width: 530px) {
  .custom-button-dani{
         width: 184px !important; 
        /* height: 90px !important; */
        margin: 5px 8px 5px 0 !important;
    }
}