﻿

footer {
    background-color: #00c389;
}

.footer_copyright {
    background-color: #008059;
}

.trade-new-top .filter_side_col {
    width: 300px;
    flex-shrink: 0;
    padding-right: 0 !important;
}

.trade-new-top .right_articles_col {
    flex: 1;
    margin-left: 25px;
    width: calc(100% - 330px);
}

.trade-new.navigation_filters_block_in {
    margin: auto;
    padding: 20px 10px 14px 10px;
    background: #DCE2F6 !important;
    border-bottom: none !important;
}

.trade-new #SaleTypeIdnew {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    flex-direction: column;
    position: relative;
}

.third-level {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    left: 100%;
    top: 0;
    /*border-left: 1px solid #F2F6F5;*/
    border-radius: 0 4px 4px 0px;
    min-width: 600px;
    display: flex;
    padding: 16px 30px;
    flex-direction: column;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 50px;
}


.third-level a {
    font-size: 14px;
    font-family: 'FiraGOR';
    color: #898F8D;
    text-decoration: underline!important;
    line-height: 30px;
    margin-bottom: 7px;
    cursor: pointer;
}

.third-level a:first-child {
    position: absolute;
    top: 15px;
}

.trade-new #SaleTypeId option {
    padding: 6px 0px;
}

.mobile-cats{
    display:none;
}

.image-content {
    position: relative;
}

.image-content .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;
}

.mobile-categories {
    display: none;
}

.carousel-banner .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.carousel-banner .owl-prev {
    /* background: url(../img/super_vip_slider_arrows.png) !important; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e4e4e4;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    height: 40px;
    left: 20px;
    background: #fff !important;
    opacity: 1;
    top: 43% !important;
    width: 40px;
    position: absolute;
    font-size: 0 !important;
    margin: 0 !important;
    border-radius: 150px !important;
    padding: 0 !important;
}

.carousel-banner .owl-next {
    /* background: url(../img/super_vip_slider_arrows.png) !important; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e4e4e4;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    height: 40px;
    right: 20px;
    background: #fff !important;
    opacity: 1;
    top: 43% !important;
    width: 40px;
    position: absolute;
    font-size: 0 !important;
    margin: 0 !important;
    border-radius: 150px !important;
    padding: 0 !important;
}

.carousel-banner .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
}

.carousel-banner.owl-theme .owl-dots .owl-dot.active span, .carousel-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #00C389 !important;
    border: 3px solid #FFF !important;
    width: 14px !important;
    height: 14px !important;
    margin: 3px 7px !important;
}

.carousel-banner.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #f4f4f4 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.trade-new {
    padding-top: 30px;
    position: relative;
}


.trade-new-top {
    display: flex;
    padding-top: 30px;
}


.sales-bg {
    background-color: #F2F6F5;
}

    .sales-bg select:-internal-list-box option:checked {
        background-color: #E3E7E6 !important;
        color: black !important;
        border-radius: 3px;
    }

    .sales-bg .navigation_filters_block_in {
        margin: auto;
        max-width: 1190px;
        padding: 20px 10px 14px 10px;
        background: transparent !important;
        border-bottom: none !important;
    }

    /*   .sales-bg .salesType option {
        text-align: left;
        font-family: FiraGOR;
        letter-spacing: 0px;
        color: #4C5250;
        opacity: 1;
        font-size: 14px;
        color: black;
        margin: 5px 10px;
        padding: 10px 20px 10px 10px !important;
        white-space: normal;
        cursor: pointer;
        position: relative;
    }*/

    .sales-bg .salesType .sale-type::after {
        content: url(../img/cat.svg);
        position: absolute;
        right: 15px;
        top: 5px;
        width: 0;
        height: 0;
        clear: both;
    }

    .sales-bg .salesType .sale-type:hover {
        background-color: #E3E7E6;
        border-radius: 4px
    }

        .sales-bg .salesType .sale-type:hover:after {
            content: url(../img/cathover.svg);
            position: absolute;
            right: 15px;
            top: 5px;
            width: 0;
            height: 0;
            clear: both;
        }

.trade-new #SaleTypeIdnew {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: flex;
}

.trade-new .filter_side_col {
    position: relative !important;
}

/*.category-select .item img {
    width: 22px;
}*/

.cat-trade {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    background-color: #FFF;
    border-radius: 6px !important;
    padding: 10px;
    padding-top: 20px;
    padding-left: 13px;
    height: 120px;
    overflow: hidden;
}

    .cat-trade .cat-par {
        align-self: flex-start;
    }

    .cat-trade p {
        padding: 8px;
        padding-left: 0;
        font-family: 'FiraGOR';
        letter-spacing: 0px;
        color: #898F8D;
        opacity: 0.7;
        font-size: 12px;
        padding-top: 0px;
    }

    .cat-trade h5 {
        font-family: 'FiraGOM';
        color: #4C5250;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 6px;
        font-weight: bold;
    }

.categories-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

    .categories-new a {
        cursor: pointer
    }

    .categories-new .cat-trade:hover {
        border: 1px solid #00c389;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.101);
    }

.slider-new-cats .item a:before {
    content: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent !important;
    z-index: 1;
}

.slider-new-cats .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F2F6F5 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.slider-new-cats .item img {
    width: auto !important;
    height: auto !important;
    object-fit: initial !important;
    position: initial !important;
    top: 0;
    left: 0;
    height: 85px !important;
    width: 85px !important;
    object-fit: cover !important;
    margin-bottom: 10px;
}

.slider-new-cats .item h4 {
    text-align: center;
    font-family: 'FiraGOR' !important;
    letter-spacing: 0px !important;
    color: #4C5250 !important;
    opacity: 1;
    font-size: 14px !important;
    line-height: 20px;
    height: 30px;
}

/*.item.cats-pop {
    width: 16%;
}*/

#catsPop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.sale-type {
    text-align: left;
    font-family: FiragoR;
    letter-spacing: 0px;
    color: #4C5250;
    opacity: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px 10px 5px 0px;
    position: relative;
    cursor: pointer;
    margin: 3px 0px 3px 0px;
    width: 100%;
    margin-left: 14px;
}

    .sale-type span {
        max-width: 94%;
        line-height: 21px;
    }

#SaleTypeIdnew::-webkit-scrollbar {
    width: 7px;
    border-radius: 6px;
}

/* Track */
#SaleTypeIdnew::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#SaleTypeIdnew::-webkit-scrollbar-thumb {
    background: #00c389;
}

    /* Handle on hover */
    #SaleTypeIdnew::-webkit-scrollbar-thumb:hover {
        background: #00c389;
    }

.search-inpt:focus {
    border: 1px solid #00C389;
    border-right: none;
}

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

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

    .search-cont .search {
        height: 60px;
        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;
    }

.slider-new-cats .item a:hover {
    background: #00C389 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000001A;
    opacity: 1;
    color: #FFF !important;
}

    .slider-new-cats .item a:hover h4 {
        color: #FFF !important;
    }

.stats-banner {
    margin-top: 50px;
    background: url('/img/banner-stats.png'), #00c389;
    border-radius: 5px;
    padding: 30px 80px 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-sec-banner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.stats-cont.stats-cont-1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px 20px 5px 5px;
    opacity: 1;
    padding: 10px 15px;
    width: 190px;
}

.stats-cont.stats-cont-2 {
    position: absolute;
    top: -30px;
    left: 267px;
    width: 190px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 4px 13px;
    opacity: 1;
    padding: 0px 15px 10px;
}

.stats-cont.stats-cont-2 {
    position: absolute;
    top: -30px;
    left: 267px;
    width: 187px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 4px 13px;
    opacity: 1;
    padding: 0px 10px 10px;
}

.stat-imgs {
    display: flex;
    justify-content: space-between;
}

.stats-nums {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px 0px 5px;
}

    .stats-nums h3 {
        font-size: 30px;
        letter-spacing: 0px;
        color: #4C5250;
        opacity: 1;
        font-family: 'FiraGOM';
        font-weight: bold;
    }

    .stats-nums p {
        text-align: left;
        font-family: 'FiraGOR';
        letter-spacing: 0px;
        color: #898F8D;
        opacity: 1;
        font-size: 12px;
    }

    .stats-nums img {
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        bottom: -8px;
    }

.currency-styles {
    color: #898F8D;
    font-size: 15px!important;
    font-family: 'TKT'!important;
    margin-left: 4px;
}


.category-select {
    position: absolute;
    right: 103px;
    top: 61px;
    max-width: 330px;
    width: 100%;
    padding: 20px 23px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    border-radius: 0 0 5px 5px;
    z-index: 9;
    display: none;
}

    .category-select .content {
        overflow: auto;
        max-height: 445px;
        padding: 15px 0;
    }

    /*.category-select:before {
        height: 30px;
        width: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
    }

    .category-select:after {
        height: 30px;
        width: 100%;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
    }*/

    .category-select .content::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .category-select .content::-webkit-scrollbar-track {
        background: #EFEFEF;
        width: 10px;
        border-radius: 10px;
        padding: 16px 0;
    }

    /* Handle */
    .category-select .content::-webkit-scrollbar-thumb {
        background-color: #BCBCBC;
        border-radius: 6px;
        width: 10px;
    }


    .category-select .item {
        border-radius: 5px;
        transition: .3s;
        display: flex;
        align-items: center;
        padding: 11px 10px;
        line-height: 20px;
        cursor: pointer;
        margin-right: 22px;
    }

    .cat-and-logo .image-content {
        width: 22px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cat-and-logo .image-content img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .category-select .item .image-content {
      width: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

        /*.category-select .item img {
            width: 22px;
        }*/

        .category-select .item p {
            border-radius: 5px;
            transition: .3s;
            font-size: 13px;
            font-family: 'FiraGOR';
            color: #3f4949;
            margin-left: 5px;
        }

        .category-select .item:hover {
            background-color: #F2F6F5;
        }


.stats-banner .sell-btn {
    background: var(--yellow) 0% 0% no-repeat padding-box;
    background: #FFDB4D 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0px 25px;
    font-family: 'FiraGOR';
    color: black;
}

    .stats-banner .sell-btn strong {
        font-weight: bold;
        color: black;
        margin-left: 5px;
    }

.footerSales {
    background-color: #00C389 !important;
    margin-top: 0 !important;
}

.footerCopyrightSales {
    background-color: #008059 !important;
}

.sales-nav-item {
    color: #00C389 !important;
}

.sales-logo {
    height: 40px !important;
    width: auto !important;
    max-width: none;
}

.jobs_super_vip .owl-item img {
    object-fit: cover;
    height: 185px !important;
    border: 1px solid #E4E4E4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}

.supervip-slider .super_vip_item_img {
    height: 325px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.101);
    border-radius: 5px;
    opacity: 1;
}

.super_vip_item_img:hover {
    box-shadow: 0px 2px 3px rgba(0,0,0,0.101)!important;
}

.written-info {
    padding: 0px 10px;
    /*height: 100px !important;
    position: relative;*/
}

.price_overlay {
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0px;
    color: #4C5250;
    opacity: 1;
    font-family: 'FiraGOR';
}

.super_vip_block .super_vip_item_title {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0px;
    color: #4C5250;
    opacity: 1;
    font-family: 'FiraGOR';
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.vip_plus_block .super_vip_item_title {
    font-family: 'FiraGOR';
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.loc-time {
    color: var(--black-2);
    text-align: left;
    font-size: 10px;
    letter-spacing: 0px;
    color: #898F8D;
    opacity: 1;
    font-family: 'FiraGOR';
    position: absolute;
    bottom: 20px;
}

.supervip-slider .owl-prev {
    left: -22px;
}

.supervip-slider .owl-next {
    right: -22px;
}


#carousel_recent .loc-time {
    bottom: 10px;
    padding-right: 10px;
    line-height: 13px;
}

#carousel_recent .price_overlay {
    margin-bottom: 3px!important;
}

#carousel_recent .super_vip_item_title {
    line-height: 16px;
    font-size: 13px;
}

#vip_plus_carousel .loc-time {
    bottom: 10px;
    padding-right: 10px;
    line-height: 13px;
}

#vip_plus_carousel .price_overlay {
    margin-bottom: 3px!important;
    display: flex;
    align-items: center;
    line-height: 24px!important;
}

#vip_plus_carousel .super_vip_item_title {
    line-height: 16px;
    font-size: 13px;
}

#carousel_recent .owl-prev {
    left: -50px;
}

.sale_item_title {
    transition: .2s;
}

.sale_item_title:hover {
    color: #00C389;
}

#carousel_recent .owl-next {
    right: -50px;
}

#carousel_recent .super_vip_item_img {
    height: 280px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #0000001A;
    border-radius: 5px;
    opacity: 1;
    width: auto !important;
}

.jobs_super_vip .owl-prev, .jobs_super_vip .owl-next {
    top: 41% !important;
}



.vip_plus_block .owl-item img {
    object-fit: cover;
    height: 185px !important;
    border: 1px solid #E4E4E4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}


.supervip-slider .owl-item img {
    height: 215px !important;
}

.supervip-slider .price_overlay {
    font-size: 18px;
    margin-bottom: 3px;
}
    .supervip-slider .price_overlay span {
        font-size: 16px;
        color: #898F8D;
        font-family: 'TKT';
        margin-left: 4px;
    }

.supervip-slider .loc-time {
    bottom: 17px;
}

.supervip-slider .price_overlay.negotiable-prices {
    font-size: 16px;
}

.supervip-slider .super_vip_item_title {
    line-height: 18px;
}

.vip_plus_block .super_vip_item_img {
    height: 280px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #0000001A;
    border-radius: 5px;
    opacity: 1;
}

.vip_plus_block .owl-prev {
    left: -50px;
}

.vip_plus_block .owl-next {
    right: -50px;
}

.vip_plus_block .owl-prev, .vip_plus_block .owl-next {
    top: 41% !important;
}


.detailImgssMain .owl-prev {
    left: 0px !important;
}

.detailImgssMain .owl-next {
    right: 31px;
}

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

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

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

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



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

.detailImgssMain .owl-next {
    right: 0px;
}

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

.detailImgssMain .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;
}

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

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


.categoryItem {
    position: relative;
}

.cat-and-logo {
    display: flex;
    align-items: center;
    padding: 8px;
    justify-content: space-between;
    padding-right: 0;
    transition: .2s;
}

/*.cat-logo {
    width: 24px;
    margin-right: 10px;
}*/


.cat-and-logo:hover {
    background-color: #E3E7E6;
    border-radius: 4px;
}

/*.cat-and-logo::after {
    content: url(../img/cat.svg);
    position: absolute;
    right: 15px;
    top: 12px;
    width: 0;
    height: 0;
    clear: both;
}*/

.img-cat img {
    max-width: 76px;
    min-width: 70px;
}

/*.cat-trade {
    max-width: 210px !important;
}*/

.hidden-obj {
    display: none;
}

.cats-pop img {
    max-width: 86px;
}



.html-subs {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 999;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    opacity: 1;
    width: 350px;
    border-radius: 4px;
    min-height: 500px;
    /*top: -19px;*/
    left: calc(100% + 25px);
    padding: 10px;
    padding-right: 0;
    height: 100%;
}

.triangle {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: 33px;
    transform: rotate( 45deg );
    background: #fff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}

.triangle-over {
    width: 15px;
    height: 17px;
    position: absolute;
    left: 10px;
    top: 6px;
    transform: translate(-50%, -50%);
    background: #fff;
}


.html-subs > a {
    cursor: pointer;
    color: var(--black-2);
    text-align: left;
    font-family: 'FiraGOR';
    letter-spacing: 0px;
    color: #4C5250;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 16px;
    font-weight: normal;
    transition: .2s;
    position: relative;
    z-index: 10;
}

.html-subs > a.active {
    background: #F2F6F5;

}

.html-subs > a:after {
    content: url(../img/cat.svg);
    position: absolute;
    right: 23px;
    top: 8px;
    width: 0;
    height: 0;
}

.html-subs > a.active:after {
    content: url(../img/cathover.svg);
}

.html-subs a:first-child {
    color: #485454;
    font-weight: bold;
    text-decoration: none !important;
    transition: .3s;
    font-size: 16px;
}

.html-subs a:first-child:after {
    content: none!important;
}

.html-subs a:hover {
    color: #00C389;
}

.cat-and-logo.active {
    color: #485454;
    text-decoration: none !important;
    transition: .2s;
    background-color: #E3E7E6;
}

    .cat-and-logo.active .sale-type:after {
        content: url(../img/cathover.svg);
    }

.hidden-search {
    opacity: 0 !important;
    width: 0% !important;
    height: 0% !important;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0% !important;
}

.d-none {
    display: none;
}

.select-spot {
    position: absolute;
    right: 114px;
    max-width: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;
    z-index: 5;
}

.sales-section {
    margin-bottom: 45px;
}

.sale-cats-search {
    border: none !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 189px;
    padding-right: 30px !important;
    text-align: left;
    font-size: 14px !important;
    letter-spacing: 0px;
    color: black !important;
    opacity: 1;
    font-weight: 600 !important;
    pointer-events: none;
    border-radius: 5px !important;
}


.active-sales-select {
    background-color: #00C389 !important;
    font-size: 13px !important;
    color: #fff !important;
    font-family: 'FiraGOR' !important;
    font-weight: normal !important;
    border-radius: 5px;
    background-image: unset !important;
}


.clear-categories {
    background-image: url(/img/white-remove.svg);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 9px;
    top: 8px;
    cursor: pointer;
    z-index: 6;
    display: none;
}

@media(max-width:768px) {
    .mobile-categories {
        background-color: #fff;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        z-index: 10;
    }

    .mobile-categories .close-cat {
        background-image: url(/img/close-cats.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        border: none;
        outline: none;
        position: absolute;
        right: 22px;
        top: 20px;
        background-color: #fff;
    }


    .mobile-categories .back-cat {
        background-image: url(/img/back-cat.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 20px;
        border: none;
        outline: none;
        position: absolute;
        left: 22px;
        top: 20px;
        background-color: #fff;
        display: none;
    }

    .mobile-categories .header {
       display: flex;
       align-items: center;
       justify-content: center;
       padding-top: 20px;
       position: relative;
       padding-bottom: 25px;
    }

    .mobile-categories .header h4 {
        font-feature-settings: "case" on;
        font-size: 18px;
        font-family: 'TKT';
        font-weight: 500;
    }

    .mobile-categories .search {
        padding: 0 30px;
        position: relative;
    }

        .mobile-categories .search input {
            width: 100%;
            padding: 10px;
            padding-left: 40px;
            background-image: url(/img/cat-search.svg);
            background-size: 15px;
            background-position: 15px center;
            border-radius: 18px;
            border: none;
            background-color: #FAFBFB;
            background-repeat: no-repeat;
            outline: none !important;
            color: #4C5250;
            font-size: 13px;
            font-family: 'FiraGOR';
        }

        .mobile-categories .content {
            margin-top: 20px;
            padding: 0 20px;
            max-height: calc(100vh - 217px);
            overflow: auto;
        }

    .mobile-categories .content .first-level {
       display: flex;
       flex-direction: column;
    }

    .mobile-categories .content .first-level .item {
        height: 75px;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        background-color: #F2F6F5;
        position: relative;
    }

        .mobile-categories .content .first-level .item:after {
            content: url(/img/back-cat.svg);
            width: 10px;
            height: 20px;
            transform: scaleX(-1);
            position: absolute;
            right: 16px;
            top: 28px;

        }

    .mobile-categories .content .first-level .item h4 {
        font-size: 14px;
        color: #4C5250;
        font-family: 'FiraGOR';
        /*margin-bottom: 8px;*/
    }
        .mobile-categories .content .first-level .item p {
            color: #898F8D;
            font-size: 10px;
            font-family: 'FiraGOR';
        }

        .mobile-categories .content .first-level .item img {
           height: 45px;
           width: 45px;
           margin-right: 12px;
           border-radius: 50%;
        }

        .mobile-categories .content .second-level .parent-item {
            background: #F2F6F5;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            height: 60px;
            padding: 10px;
        }

        .mobile-categories .content .second-level .parent-item div {
            display: flex;
            align-items: center;
        }

        .mobile-categories .content .second-level .parent-item div h4 {
            font-size: 14px;
            color: #4C5250;
            font-family: 'FiraGOR';
        }

            .mobile-categories .content .second-level .parent-item div img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                margin-right: 10px;
                object-fit: contain;
            }

        .mobile-categories .content .second-level .parent-item a {
            color: #fff;
            border-radius: 5px;
            background-color: #00C389;
            padding: 8px 7px;
            font-family: 'TKT';
            font-feature-settings: "case" on;
            font-size: 11px;
        }
        

        .mobile-categories .content .second-level {
            display: flex;
            flex-direction: column;
        }

        .mobile-categories .content .second-level .item {
            /*height: 75px;*/
            padding: 15px;
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            border-bottom: 1px solid #F2F6F5;
            position: relative;
        }


        .mobile-categories .content .second-level .item:last-child {
              border-bottom: none;
        }


        .mobile-categories .content .second-level .item:after {
            content: url(/img/back-cat.svg);
            width: 10px;
            height: 20px;
            transform: scaleX(-1);
            position: absolute;
            right: 16px;
            /*top: 28px;*/
            top: 17px;
        }

        .mobile-categories .content .second-level .item h4 {
            font-size: 14px;
            color: #4C5250;
            font-family: 'FiraGOR';
            line-height: 22px;
            margin-bottom: 5px;
        }

        .mobile-categories .content .second-level .item p {
            color: #898F8D;
            font-size: 10px;
            font-family: 'FiraGOR';
        }


            .mobile-categories .content .last-level .parent-item {
                background: #F2F6F5;
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 20px;
                height: 60px;
                padding: 10px;
            }

            .mobile-categories .content .last-level .parent-item div {
                display: flex;
                align-items: center;
            }

            .mobile-categories .content .last-level .parent-item div h4 {
                font-size: 14px;
                color: #4C5250;
                font-family: 'FiraGOR';
            }


            .mobile-categories .content .last-level .parent-item a {
                color: #fff;
                border-radius: 5px;
                background-color: #00C389;
                padding: 8px 7px;
                font-family: 'TKT';
                font-feature-settings: "case" on;
                font-size: 11px;
            }


            .mobile-categories .content .last-level {
                display: flex;
                flex-direction: column;
            }

            .mobile-categories .content .last-level .item {
                /*height: 75px;*/
                padding: 15px;
                border-radius: 5px;
                display: flex;
                flex-direction: column;
                border-bottom: 1px solid #F2F6F5;
                position: relative;
            }


            .mobile-categories .content .last-level .item:last-child {
                border-bottom: none;
            }


            .mobile-categories .content .last-level .item h4 {
                font-size: 14px;
                color: #4C5250;
                font-family: 'FiraGOR';
                line-height: 22px;
                margin-bottom: 5px;
            }

            .mobile-categories .content .last-level .item p {
                color: #898F8D;
                font-size: 10px;
                font-family: 'FiraGOR';
            }




















    .mobile-categories .search input::placeholder {
        color: #A7ADAB;
        font-family: 'FiraGOR';
        font-size: 12px;
    }   


    .jobs_super_vip .owl-item img {
        object-fit: cover;
        height: 165px !important;
    }

    .slider-new-cats .item h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    #carousel_recent .loc-time {
        bottom: 15px;
    }

    #vip_plus_carousel .loc-time {
        bottom: 15px;
    }

    .supervip-slider .price_overlay span {
        font-size: 15px;
    }

    .recents {
        margin-left: 0!important;
    }

    #carousel_recent .price_overlay span {
        font-size: 15px;
    }

    #vip_plus_carousel .price_overlay span {
        font-size: 15px;
    }

    .cat-trade .cat-par {
        width: 100%;
    }

    .cat-trade h5 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .trade-new-top {
        flex-direction: column;
    }

    .rubricsSuperVip {
        margin-left: 15px;
    }

    /*.category-select {
        display: none;
    }*/

    .loc-time {
        bottom: 5px;
    }

    .trade-new-top .right_articles_col {
        margin-left: 0px;
    }

    .supervip-slider .owl-item img {
        height: 165px !important;
    }

    .item.cats-pop {
        width: auto !important;
    }

    .slider-new-cats .item h4 {
        text-align: center;
        font-family: 'FiraGOR' !important;
        letter-spacing: 0px !important;
        color: #4C5250 !important;
        opacity: 1;
        font-size: 12px !important;
        line-height: 16px;
    }

    .slider-new-cats .item a {
        height: 160px;
    }

    .slider-new-cats .owl-stage {
        padding-left: 0px !important;
    }

    #carousel_recent .owl-item {
        /*        max-width: 163px;
*/
    }

    .carousel-banner {
        height: 193px !important;
    }

    .trade-new .filter_side_col {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .trade-new .right_articles_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .search-cont {
        padding-bottom: 20px;
        padding-top: 16px;
        background-color: #ffffff;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
    }

    .sale-cats-search {
        display: none;
    }

    .trade-new {
        padding-top: 0px;
    }

    .search-cont input {
        background: #F2F6F5 0% 0% no-repeat padding-box;
        border-radius: 5px 0 0 5px;
        opacity: 1;
        margin: 10px;
        height: 43px;
        font-size: 12px;
        width: 95%;
        padding: 5px 18px;
        border-radius: 20px;
    }

    .supervip-slider .super_vip_item_img {
        height: 270px !important;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 3px #0000001A;
        border-radius: 5px;
        opacity: 1;
    }

    .banner-adv {
        float: initial !important;
    }

    .mobile-cats {
        display: flex;
        overflow: scroll;
        margin-top: 12px;
        margin-bottom: 2px;
        margin-left: 10px;
    }

        .mobile-cats .other-cats {
            display: flex;
            white-space: nowrap;
            align-items: center;
            padding: 13px 15px;
            border-radius: 5px;
            opacity: 1;
            justify-content: center;
            margin-right: 10px;
            font-size: 12px;
            font-family: 'FiraGOR';
            color: black;
            position: relative
        }

    .cats-all {
        background: #FFDB4D 0% 0% no-repeat padding-box;
        display: flex;
        white-space: nowrap;
        align-items: center;
        padding: 13px 15px;
        border-radius: 5px;
        opacity: 1;
        justify-content: center;
        margin-right: 10px;
        font-size: 12px;
        outline: none;
        border: none;
        font-family: 'FiraGOR';
        color: black;
        position: relative
    }

    .mobile-cats .cats-all img {
        margin-left: 5px;
    }

    .mobile-cats .other-cats:hover {
        background: #FFDB4D 0% 0% no-repeat padding-box;
        padding-right: 23px;
    }
        .mobile-cats .other-cats:hover:after {
            content: url('/img/cats-after.svg');
            right: 12px;
            background: #FFDB4D 0% 0% no-repeat padding-box;
            position: absolute;
        }

    #carousel_recent .super_vip_item_img {
        height: 270px !important;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 3px #0000001A;
        border-radius: 5px;
        opacity: 1;
        width: auto !important;
        overflow: hidden;
    }

    #carousel_recent .owl-stage {
        padding-left: 0!important;
    }

    #news_items_block:first-child {
        padding-top: 0!important;
    }

    .price_overlay {
        margin-bottom: 5px;
        font-size: 14px !important;
    }

    .cont-margin {
        margin-right: 0px !important;
    }

    .vips_head {
        margin-right: 15px;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important
    }

    .MobileFilterTopSrollButton {
        display: none !important;
    }

    .sale_item_title {
        font-size: 12px;
    }

    .col-md-12 {
        padding: 0px;
    }

    .vip_plus_block .super_vip_item_img {
        height: 270px !important;
        overflow: hidden;
    }

    .super_vip_item_img {
        box-shadow: none!important;
    }

    .categories-new {
        margin-top: 0px !important;
    }

    .slider-new-cats .item a {
        background: #E3E7E6 0% 0% no-repeat padding-box;
    }

    #vip_plus_carousel .owl-item img {
        object-fit: cover;
        height: 165px !important;
    }

    .bg-sale-mobile {
        background-color: #F2F6F5;
    }

    .search-cont .search {
        background: #00C389 0% 0% no-repeat padding-box;
        border-radius: 17px;
        opacity: 1;
        width: 16%;
        top: 32px;
        height: 31px;
        box-shadow: none;
        border: none;
        margin-right: 27px;
        position: absolute;
        right: -13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .search-cont .search img {
            max-width: 16px;
        }

    .cont-sales {
        margin: 0px !important
    }

    .carousel-banner .item img {
        display: block;
        width: 100%;
        height: auto;
        height: 170px;
        object-fit: cover;
        border-radius: 0;
    }

    .carousel-banner .owl-dots {
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
    }


    /*  .categories-new .owl-item {
        width: 105px !important;
    }*/

    .cat-trade {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        border-radius: 6px !important;
        padding: 10px;
        flex-direction: column;
        height: 75px;
    }

    .img-cat.img-responsive {
        display: block;
        width: 100%;
        max-height: 47px;
        object-fit: contain;
    }

    .cat-trade h5 {
        /* font: normal normal normal 10px/13px TKT; */
        letter-spacing: 0px;
        color: #4C5250;
        opacity: 1;
        line-height: 10px;
        font-size: 10px;
        font-family: 'FiraGOR';
        font-weight: normal;
        padding: 0;
        text-align: center;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    .cat-trade p {
        display: none;
    }

    .img-desk {
        display: none
    }

    .img-responsive {
        display: block !important;
    }

        .img-responsive img {
            max-height: 47px;
            object-fit: contain;
            max-width: 100%;
        }

    .trade-new {
        margin: 0px;
    }
    /*
    .categories-new .owl-item {
        width: 100px !important;
    }

    .categories-new .owl-stage {
        height: 80px;
    }

    .categories-new {
        height: 80px;
    }

        .categories-new .owl-stage-outer {
            height: 80px;
        }*/

    .vips_head_left a {
        font-size: 13px !important;
    }

    .vips_head_right a {
        color: #485454;
        font-family: 'FiraGOR';
        font-size: 10px;
        text-decoration: none;
        font-weight: normal;
    }

    .vips_head_right {
        display: block !important
    }
    /*
    .supervip-slider .super_vip_item_img {
        height: 270px !important;
    }

        .supervip-slider .owl-carousel .owl-item img {
            height: 170px !important;
            object-fit: cover;
        }

    #carousel_recent .super_vip_item_img {
        height: 270px !important;
    }

    .vip_plus_block .super_vip_item_img {
        height: 270px !important;
    }*/

    .written-info {
        padding: 0px 10px;
        /*height: 94px !important;
        position: relative;*/
    }
    /*
    .super_vip_block .owl-item {
        width: 162px !important;
    }*/

    /*.super_vip_block .owl-stage {
        left: -24px;
    }*/

    .stats-banner {
        margin-top: 50px;
        background: url(/img/banner-stats.png), #00c389;
        border-radius: 5px;
        padding: 30px 25px 30px 25px;
        display: flex;
        justify-content: space-between;
        align-items: inherit;
        flex-direction: column;
        margin-right: 15px;
    }

    .stats-cont.stats-cont-1 {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 5px 20px 5px 5px;
        opacity: 1;
        padding: 10px 15px;
        width: 133px;
    }

    .stats-imgs img {
        max-width: 15px;
    }

    .stats-nums h3 {
        font-size: 25px;
        letter-spacing: 0px;
        color: #4C5250;
        opacity: 1;
        font-family: 'FiraGOM';
        font-weight: bold;
    }

    .stats-nums p {
        text-align: left;
        font-family: 'FiraGOR';
        letter-spacing: 0px;
        color: #898F8D;
        opacity: 1;
        font-size: 10px;
    }

    .stats-cont.stats-cont-2 {
        position: absolute;
        top: -39px;
        left: 153px;
        width: 133px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 0px 0px 4px 13px;
        opacity: 1;
        padding: 0px 10px 10px;
    }

    .sell-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    /*.supervip-slider .owl-item {
    min-width: 160px;
}*/

    /*.supervip-slider .owl-stage-outer, .supervip-slider .owl-stage {*/
    /* min-height: 250px; */
    /*height: 275px !important;
    }*/
}

.detailImgssMainnone .owl-lazy {
    opacity: 1 !important;
}


.detailImgssMainnone .owl-prev {
    left: 0px !important;
}

.detailImgssMainnone .owl-next {
    right: 0px;
}

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

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

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

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



.detailImgssMainnone .owl-prev {
    left: 4px !important;
}

.detailImgssMainnone .owl-next {
    right: 0px;
}

.detailImgssMainnone .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;
}

.detailImgssMainnone .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;
}

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

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


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

#vip_plus_carousel .owl-prev, #vip_plus_carousel .owl-next {
    top: 43% !important;
}

#vip_plus_carousel .SuperVipSlideItemEach .owl-prev, #vip_plus_carousel .SuperVipSlideItemEach .owl-next {
    top: 50% !important;
}

.item-carousel {
    position: relative;
}

.add-to-favs-trade {
    position: absolute;
    top: 9px;
    z-index: 9999;
    right: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
    border-radius: 50%;
    background-position: 13px 13px;
    border: none !important;
}

.item-carousel {
    position: relative;
}

.latesT_mark {
    background: url(../img/star-trade.svg);
    background-repeat: no-repeat;
    background-position: 11px 11px !important;
    display: none;
}

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

/*.hoverable {
    display: none;
}

.hoverable-fav {
    display: none;
}*/
.owl-nav {
    margin-top: 0px !important;
}


.categories-new {
    margin-top: 20px;
}

.suggestions {
    position: absolute;
    left: 12px;
    top: 40px;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0 30px;
    max-height: calc(100vh - 205px);
    overflow-y: scroll;
}

.suggestions li {
    margin-bottom: 15px;
}

.suggestions a {
    font-size: 14px;
    font-family: 'FiraGOR';
    color: #4C5250;
    background-color: #fff;
    line-height: 24px;
}

.suggestions a:hover {
    color: #4C5250 !important;
    background-color: #fff !important;
    border: none!important;
}

#carousel_articles .owl-stage{
    padding-left:initial!important;
}

#carousel_articles .super_vip_item_img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #0000001a;
    height: 200px !important;
    border-radius: 5px;
    overflow: hidden;
}

#carousel_articles .owl-item img {
    height: 140px !important;
}
#carousel_articles .super_vip_item_title {
    padding-top: 10px;
}