﻿
body {
    background-color: #FBFEFF;
}

footer {
    background-color: #00c389;
}

.footer_copyright {
    background-color: #008059;
}

.DesktopArticleLayout {
    display: flex!important;
}

#latest_articles .latest_articles_block {
    padding-right: 0;
}

.right_articles_col {
    flex: 1;
    width: auto;
    margin-left: 40px;
}

.filter_side_col {
    width: 280px;
}

.market-list {
    display :flex;
    margin-top: 25px;
}

.search-cont {
    margin-bottom: 20px;
    position: relative;
    display: flex;
}

.disabled-pagination-btn {
    background-color: #00C389 !important;
}

.search-cont input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 60px;
    border: none;
    border-radius: 6px;
    flex: 1;
    padding: 10px 20px;
    outline: none !important;
    font-family: 'FiraGOR';
    font-size: 14px;
    border: 1px solid #E3E7E6;
}

.search-cont input::placeholder {
    color: #A7ADAB;
}

.search-cont .search {
    height: 60px;
    background: var(--green-1) 0% 0% no-repeat padding-box;
    background: #00C389 0% 0% no-repeat padding-box;
    border-radius: 0px 5px 5px 0px;
    opacity: 1;
    width: 104px;
    box-shadow: none;
    border: none;
    margin-right: 0px;
}


/*#filter-order {
    width: 115px;
}*/

.articles_page_head_filter .SelectBox {
    /*width: 115px;*/
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E3E7E6;
    background-position: right 10px center;
    padding-left: 10px;
}


.right-content {
    display :flex;
    align-items: center;
}

.view-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-control .item {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E3E7E6;
    cursor: pointer;
}

.view-control .item.active {
    background: #00C389;
    border: none;
    pointer-events: none;
}

.view-control .item.active img {
    filter: brightness(0) invert(1);
}

.view-control .item:first-child {
        margin-left: 30px;
}

.search_result_byword {
    font-size: 13px;
}

.latest_articles_head  {
    padding: 0;
}
/*
#select-city {
    margin-bottom: 20px;
}
*/

.market-list-filter {
    background: #fff;
    border: 1px solid #E3E7E6;
    border-radius: 5px;
    position: relative;
    /*overflow: hidden;*/
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.jobs_search_button button {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: 'TKT';
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    background: #00C389;
    font-feature-settings: "case" on;
}

.market-list-filter .filter-section {
    border-bottom: 1px solid #F2F6F5;
    padding-bottom: 18px;
}

.market-list-filter #select-categories .item {
    color: #4C5250;
    font-size: 12px;
    font-family: 'FiraGOR';
    margin: 12px 0;
    display: flex;
    position: relative;
    align-items: center;
}

.market-list-filter #select-categories .item label {
    padding-left: 35px;
    line-height: 22px;
}

    .market-list-filter #select-categories .item label:after {
        content: '';
        border: 1px solid #E3E7E6;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.market-list-filter #select-categories .item input:checked ~ label:after {
    content: url(/img/checker.svg);
    width: 22px;
    height: 22px;
    background-color: #00C389;
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.market-list-filter #select-categories .item input {
    display: none;
}

.market-list-filter #select-price .price-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px;
}
    .market-list-filter #select-price .price-wrap input {
        border: 1px solid #E3E7E6;
        border-radius: 3px;
        padding-left: 15px;
        padding-right: 20px;
        height: 40px;
        position: relative;
        width: 100%;
        border: none;
        background: #F2F6F5;
    }

    .market-list-filter #select-price .price-wrap div {
        min-width: 0;
        min-height: 0;
        position: relative;
    }

        .market-list-filter #select-price .price-wrap div:after {
            content: '₾';
            color: #898F8D;
            font-size: 14px;
            position: absolute;
            right: 13px;
            top: 14px;
            font-family: 'TKT';
        }

    .market-list-filter #select-price .price-wrap input {
        font-size: 12px;
        font-family: 'FiraGOR';
    }

        .market-list-filter #select-price .price-wrap input::placeholder {
            color: #898F8D;
            font-size: 12px;
            font-family: 'FiraGOR';
        }

.market-list-filter .filter-section .title {
    font-size: 14px;
    font-family: 'FiraGOM';
    color: #4C5250;
    padding-bottom: 14px;
    line-height: 22px;
    background-image: url(/img/arrow-down-market.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: right 3px;
}

.inner-title {
    font-size: 14px;
    font-family: 'FiraGOM';
    color: #4C5250;
}

.market-list-filter .filter-section .title {
    margin-top: 18px;
}

.market-list-filter .price-types {
    color: #4C5250;
    font-size: 12px;
    font-family: 'FiraGOR';
    display: flex;
    position: relative;
    align-items: center;
}
.market-list-filter .currency-types {
    justify-content: flex-start!important;
}

.market-list-filter .price-types label {
    padding-left: 20px;
}

.market-list-filter .price-types label:after {
    content: '';
    border: 1px solid #E3E7E6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}

.market-list-filter .price-types input:checked ~ label:after {
    content: url(/img/checker.svg);
    width: 22px;
    height: 22px;
    background-color: #00C389;
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.market-list-filter .price-types-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0px;
}

.market-list-filter .price-types-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0px;
}

.market-list-filter .image-box {
    color: #4C5250;
    font-size: 13px;
    font-family: 'FiraGOR';
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
}

.market-list-filter .image-box label {
    padding-left: 20px;
}

.market-list-filter .image-box label:after {
    content: '';
    border: 1px solid #E3E7E6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}


.market-list-filter .image-box input:checked ~ label:after {
    content: url(/img/checker.svg);
    width: 22px;
    height: 22px;
    background-color: #00C389;
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
/*
.categories-section .options {
    padding-bottom: 20px;
}*/

#CityId, #DistrictId, #SubdistrictId, #SaleTypeId, #CategoryId, #ServiceTypeId, #EduTypeId, .filterSelect, .categories-section select {
    font-family: 'FiraGOR';
    border-radius: 5px;
    border: none;
    background-color: #F2F6F5;
    background-position: right 13px center;
    height: 40px!important;
}

.categories-section select {
    font-family: 'FiraGOR';
    border-radius: 5px;
    border: none;
    background-color: #F2F6F5;
    background-position: right 13px center;
    height: 40px !important;
}

#CategoryId, .categories-section select {
    font-size: 13px;
    text-overflow: ellipsis;
    padding-right: 20px;
}

#whole_search .SumoSelect p, .sales-main-fields .SumoSelect p {
    border-radius: 5px;
    border: 1px solid #E3E7E6;
    background-position: right 10px center;
    padding-left: 10px;
    height: 40px;
    background-color: #F2F6F5;
    border: none;
    display: flex;
    align-items: center;
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
}
/*#whole_search .SumoSelect {
    margin-bottom: 20px;
}*/

.sales-results {
    display: grid;
    grid-gap: 19px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sales-results .jobs_latest_article_each {
    min-width: 0;
    min-height: 0;
    height: 320px;
    background: #ffff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    padding: 0;
    border: none;
}

.latest_left {
    width: 100%;
    flex-direction: column;
    position: relative;
}

.latest_right {
    display: none;
}

.jobs_latest_article_each .image-block {
    width: 100%;
    height: 215px;
    position: relative;
}
    .jobs_latest_article_each .image-block .main_img {
        border-radius: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.latest_article_each_in  {
    height: 100%;
}

.item-title {
    font-size: 13px;
    font-family: 'FiraGOM';
    color: #4B4B4B;
    line-height: 18px;
    transition: .2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagenation_block ul li .active {
    background-color: #00C389!important;
}
.pagenation_block ul li a:hover {
    background-color: #00C389!important;
}

.item-title:hover {
    color: #00C389;
}

.services-overlay {
    position: absolute;
    left: 13px;
    top: 12px;
    z-index: 9;
}

.services-overlay img {
    width: 18px;
    height: 18px;
    margin-left: 7px;
}

    .services-overlay .SaswrafodLabel {
        background-color: #e82a2c;
        margin: 0;
    }

.latest_price {
    color: #4C5250;
    margin-top: 0px;
    font-size: 18px;
    font-family: 'FiraGOR';
    font-weight: bold;
}
    .latest_price span {
        color: #898F8D;
        font-weight: normal;
        margin-left: 3px;
        font-family: 'TKT';
        font-size: 17px;
    }

.time-loaction span {
    font-size: 10px;
    color: #898F8D;
    font-family: 'FiraGOR';
}

.latest_desc {
    padding: 11px;
}

.detailImgss .owl-prev {
    left: 5px !important;
}

.detailImgss .owl-next {
    right: 32px!important;
}

.detailImgss .owl-next {
    background: none !important;
    box-shadow: none;
    backdrop-filter: none !important;
    border: none !important;
    right: 32px;
    top: 50% !important;
    width: auto !important;
    height: auto !important;
}

.detailImgss .owl-prev {
    background: none !important;
    box-shadow: none;
    backdrop-filter: none !important;
    border: none !important;
    left: 32px;
    top: 50% !important;
    width: auto !important;
    height: auto !important;
}

    .detailImgss .owl-prev::after {
        content: url('/img/image prev.svg') !important;
        right: 6px;
    }

.detailImgss .owl-next::after {
    content: url('/img/image next.svg') !important;
    left: 7px;
}

.detailImgss .owl-stage-outer {
    padding: 0;
}


.detailImgss .owl-nav {
    display: none;
}

.detailImgss .owl-dots {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 5px;
    display: none;
}

    .detailImgss .owl-dots .owl-dot span {
        opacity: 0.8;
        background: #FFFFFF;
        width: 6px;
        height: 6px;
        margin: 0 4px;
    }

.detailImgss .owl-dots .active span {
    background: #00C389!important;
}

.detailImgss .owl-stage-outer, .detailImgss .owl-stage, .detailImgss .owl-item {
    height: 100%;
}



/*stacked view*/


.stacked-view .sales-results {
    grid-template-columns: 1fr!important;
}

.jobs_latest_article_each {
    transition: .5s;
    will-change: transform;
}

.stacked-view .jobs_latest_article_each {
    height: 164px;
}

.stacked-view .jobs_latest_article_each .image-block {
    width: 180px;
    height: 100%;
    position: relative;
}

.stacked-view .jobs_latest_article_each .latest_left {
    flex-direction: row;
}

.stacked-view .jobs_latest_article_each .item-title {
    font-size: 16px;
    margin-bottom: 4px;
}
.stacked-view .jobs_latest_article_each .latest_title {
    min-height: unset;
}

.stacked-view .jobs_latest_article_each .latest_price {
    position: absolute;
    right: 25px;
    top: 27px;
}

.stacked-view .jobs_latest_article_each .latest_desc {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 22px 22px 18px 21px;
}

.stacked-view .jobs_latest_article_each .services-overlay {
    position: static;
}

.stacked {
    display: none;
}

.stacked-view .jobs_latest_article_each .stacked {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.stacked-view .jobs_latest_article_each .DescripTionListB {
    font-size: 12px;
    font-family: 'FiraGOR';
    color: #4C5250;
    line-height: 18px;
    margin-top: 13px;
}

.stacked-view .jobs_latest_article_each .on-grided {
    display: none;
}

.stacked-view .slider-container {
    position: relative;
    width: 180px;
}

.mobile-left {
    display: none;
}

.article-count-mobile {
    display: none;
}

/*.articles_page_head_filter .SumoSelect.open > .optWrapper {
    width: 165px;
}*/

.stacked-view .add-to-favs-trade {
    top: 9px;
    right: 9px;
}

.tbc-market-ad {
    display: block;
    margin: 20px 0;
}

.tbc-market-ad img {
    width: 100%;
    border-radius: 5px;
}

.add-to-favs-trade {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(/img/star-trade.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    background-color: #fff;
    position: absolute;
    top: 11px;
    right: 11px;
    display: none;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 8px 6px;
}

.latesT_mark:active, .latesT_mark:focus, .latesT_mark:hover, .latesT_mark.favorite_active {
    background: url(/img/star-active-trade.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}

.jobs_advanced_multi_select .SumoSelect > .optWrapper > .options {
    overflow: auto;
}

    .jobs_advanced_multi_select .SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
        background-color: #f2f2f2;
    }

.jobs_advanced_multi_select .SumoSelect > .optWrapper > .options::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

    .jobs_advanced_multi_select .SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #cfcfcf;
        opacity: 0.2;
    }


.relative .image-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(180deg, rgba(29,29,29,0) 0%, rgba(14,14,14,0.141) 51%, rgba(0,0,0,0.549) 100%) 0% 0% no-repeat padding-box;
    z-index: 8;
}

.listing-filter .SumoSelect.open > .optWrapper, #main-filter-container .SumoSelect.open > .optWrapper {
    top: 35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
    width: 17px;
    height: 17px;
    border-radius: 3px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #00C389;
}

.tbc-mobile-logo {
    display: none;
}

@media (max-width: 768px) {

    .mobile-filter-shown {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        margin: 0 !important;
    }

    .mobile-filter-shown .left_side, .mobile-filter-shown form, .market-filter, .market-list-filter {
        height: 100vh;
    }

        .mobile-filter-shown .market-filter {
            overflow: auto;
            background: #fff;
            max-height: 100vh;
        }

    .mobile-filter-shown .jobs_search_button button {
       position: fixed;
    }
        .mobile-filter-shown .market-list-filter {
            border: none;
        }

    .jobs_advanced_multi_select .SumoSelect > .optWrapper > .MultiControls {
        display: none !important;
    }

    #banner_b2_block, .all_page_blocks {
        margin: 0;
    }

    body {
        background: #F2F6F5;
    }

    .MobileHeader_in {
        background-color: #fff;
    }

    .advanced_multi_select .SumoSelect > .optWrapper > .options li label {
        font-size: 13px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .jobs_advanced_multi_select .SumoSelect > .optWrapper.isFloating {
        min-height: unset!important;
    }

    .SumoSelect > .optWrapper.isFloating {
        top: 35px!important;
        bottom: unset!important;
    }

    .right_articles_col {
        width: auto;
        margin-left: 0;
    }

    .filter_side_col {
        padding: 0;
    }

    .articles_page_head {
        margin: 0 20px;
        width: auto;
        margin-bottom: 10px;
    }

    .view-control .item {
        width: 30px;
        height: 30px;
        margin-left: 5px !important;
        border-radius: 50%;
    }

    .view-control .item img {
        width: 11px;
    }

    .articles_page_head_filter .SelectBox {
        width: 30px;
        height: 30px;
        background-image: url(/img/sort-down.svg);
        border-radius: 50%;
        display: flex;
        background-position: center;
    }
    
    .articles_page_head_filter .SelectBox span {
       font-size: 0;
       padding: 0;
    }

    .articles_page_head_filter .SumoSelect > .optWrapper {
        bottom: unset!important;
        width: 165px!important;
        left: -100px!important;
        top: 40px!important;
    }

    .latest_articles_head {
        display: none;
    }
    .mobile-left {
        display: block;
    }

    .mobile-left .filter-btn {
        border-radius: 5px;
        background-color: #00C389;
        font-size: 12px;
        font-family: 'FiraGOR';
        padding: 10px;
        padding-right: 32px;
        background-image: url(/img/mob-filter.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
        color: #fff;
    }

    .article-count-mobile {
        display: block;
        color: #4C5250;
        font-size: 12px;
        font-family: 'FiraGOR';
        margin-bottom: 20px;
        margin-left: 20px;
    }

    #filter-order {
        display: none;
    }

    .sales-results {
        margin: 0 20px;
    }

    .search_result_byword {
        font-size: 12px;
        margin-bottom: 10px;
    }
    /*grided view*/
    .sales-results {
        grid-template-columns: 1fr 1fr;
    }

    .sales-results .jobs_latest_article_each {
        height: 270px;
    }

    .jobs_latest_article_each .image-block {
        height: 165px;
    }

    .rubrucsPostTime {
        flex-direction: row;
    }

    .sales-results {
        grid-gap: 12px;
    }

    .item-title {
        font-size: 12px;
    }

    .slider-container .add-to-favs-trade {
        display: block !important;
        width: 19px;
        height: 19px;
        border: none;
        background-color: transparent !important;
        background-size: contain !important;
        bottom: -30px;
        right: 15px;
        top: unset;
    }

    .slider-container {
        position: relative;
    }

    /*stacked mobile*/
    .stacked-view {
        grid-gap: 10px;
    }

    .stacked-view .jobs_latest_article_each {
        height: 115px;
    }

    .stacked-view {
        grid-gap: 10px;
    }

    .stacked-view .slider-container {
        position: static;
        width: auto;
    }

    .stacked-view .jobs_latest_article_each .image-block {
        width: 113px;
    }

    .stacked-view .jobs_latest_article_each .latest_desc {
        padding: 13px 0 17px 14px;
        justify-content: space-between;
    }

    .stacked-view .jobs_latest_article_each .latest_price {
        font-size: 16px;
        position: static;
        font-family: 'FiraGOR';
    }

    .stacked-view .jobs_latest_article_each .services-overlay {
        position: absolute;
        left: 8px;
        top: 7px;
        flex-direction: column;
        display: flex;
    }

    .stacked-view .jobs_latest_article_each .services-overlay img {
        margin: 0;
        margin-top: 5px;
        width: 17px;
        height: 17px;
    }

    .stacked-view .jobs_latest_article_each .services-overlay .SaswrafodLabel {
        font-size: 10px;
    }

    .stacked-view .jobs_latest_article_each .item-title {
        font-size: 12px;
    }

    .stacked-view .jobs_latest_article_each .stacked {
        display: none;
    }

    .stacked-view .jobs_latest_article_each .rubrucsPostTime {
        flex-direction: row;
    }

    .stacked-view .slider-container {
        width: 113px;
    }

    .stacked-view .slider-container .add-to-favs-trade {
        display: block !important;
        width: 19px;
        height: 19px;
        border: none;
        background-color: transparent !important;
        background-size: contain !important;
        top: 8px;
        right: 15px;
    }

    /*stacked end*/

    .null-price {
        font-size: 16px!important;
    }

    #latest_articles {
        margin-top: 0;
    }

    .search-cont {
        width: 100%;
        padding: 20px;
        background: #fff;
    }
    .search-cont input {
        background: #F2F6F5;
        height: 40px;
        border: none;
        border-radius: 20px;
        width: 100%;
        padding: 10px 20px;
        outline: none !important;
        font-family: 'FiraGOR';
        font-size: 12px;
        padding-right: 75px;
    }

    .search-cont .search {
        width: 60px;
        height: 30px;
        border-radius: 17px;
        background-image: url(/img/sales-search-icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        right: -3px;
    }

    .search-cont .search img {
        display: none;
    }

    .container {
        margin: 0!important;
    }

    .closeModalfilter {
        right: 11px;
        top: 15px;
        z-index: 9;
        background-image: url(/img/closemapitem.svg) !important;
        background-size: 14px !important;
        position: absolute;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
    }
    .jobs_search_button button {
        border-radius: 0;
    }
    .market-list-filter {
        border-radius: 0;
        padding-top: 40px;
    }
}


@media (max-width: 500px) {
    .stacked-view .tbc-mobile-logo {
        display: block;
    }

    .stacked-view .tbc-mobile-logo img {
        width: 100%;
        border-radius: 5px;
    }
}