<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#list-grid .product__card_thumb img {
    height: 100% !important;
}
div#list-grid .product__card.product__card_flat {
    padding: 0px !important;
}
div#list-grid .product__card_thumb_blog {
    border-radius: 0px !important;
}
.product__card_text {
    position: relative;
    overflow: initial;
}
.btn:focus-visible span {
    color: #fff !important;
}
.btn:focus-visible {
    background: #e65d22 !important;
    box-shadow: 0 0 0 0.25rem rgb(230 93 34 / 50%) !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #e65d22 !important;
    box-shadow: 0 0 0 0.25rem rgb(230 93 34 / 50%) !important;
}
.btn-check:checked+.btn span, .btn.active span, .btn.show span, .btn:first-child:active span, :not(.btn-check)+.btn:active span {
    color: #fff !important;
}
div#categories, div#amenities, div#filterz {
    padding: 0px !important;
}
.modal-dialog-scrollable .modal-content {
    height: 100%;
}
ul.list-items-data li a {
    font-size: 17px;
}
i.bi.bi-x-square-fill {
    cursor: pointer;
}
.custom-result {
    width: 100%;
    margin-bottom: 18px;
    height: 41px;
}
.main-filter-div.filter-div-new-section .main_row {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap !important;
    width: 100%;
}
.main-filter-div.filter-div-new-section .main_row ul.list-inline.me-2.gap-1.d-flex {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px !important;
    align-items: center;
    min-width: 150px;
    flex-grow: 0;
}
.main-filter-div.filter-div-new-section .main_row .form-container {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    min-width: 250px;
    width: 100% !important;
}
.main-filter-div.filter-div-new-section .main_row .top-breadcrumb {
    padding:9px 10px !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 215px !important;
}
@media only screen and (max-width: 750px) {
    .right_buttons .icons_view {
        height: auto !important;
        height: 38px !important;
    }
}
@media (max-width: 660px) {
  .box__directory__layout__wrapper__center__part__top__layout__wrapper__center__part {
        padding-left: 4px;
        width: 30% !important;
    }
    .custom-result .main_row {
    width: auto;
    /*padding-right: 10px !important;*/
}
}
@media (max-width: 615px) {
  .box__directory__layout__wrapper__center__part__top__layout__wrapper__center__part {
        padding-left: 4px;
        width: 20% !important;
    }
    .my_right_buttons_2 {
        width: 100% !important;
        display: none !important;
    }
.box__directory__layout__wrapper__center__part__top__layout__wrapper__right__part {
    align-items: baseline;
    display: flex;
    flex-direction: column;
}
.right_directory_menu {
        width: 100%;
    }
    .popup-btns-wrapper {
        display: flex;
        justify-content: flex-start !important;
        margin: inherit !important;
    }
}
@media only screen and (max-width: 533px) {
    .new_class ul li {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        height: 36px;
        flex-wrap: wrap;
        justify-content: center;
    }
    div#left_vbn {
    display: none;
}
.main-section-dv {
    display: grid;
    grid-template-columns: auto 250px;
    grid-gap: 15px;
    display: flex;
}
}
@media screen and (min-width: 320px) and (max-width: 700px) {
    .product__card_content h3 {
        top: -85px !important;
        height: 85px;
    }
    .product__card_flat .product__card_right {
        top: -30px !important; 
        z-index: 99;
    }
    .product__card_content .location {
        z-index: 999 !important;
        position: relative;
    }
    .list_price {
        top: auto !important;
        background: white;
        right: auto !important;
        padding: 5px 0px 5px 0px !important;
        font-size: 20px !important;
        border-radius: 10px 0 0 0;
        width: 100%;
        position: relative !important;
        font-weight: bold;
    }
}</pre></body></html>