#header-sticky-ad {
    z-index: 100000;
}

.tp-login-right {
    border: 1px solid var(--tp-border-1);
    background-color: white;
}

body {
    color: black;
}

.multiple-items div {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-grey {
    color: rgba(0, 0, 0, 0.1);
}

.ad-swiper-pictures img {
    width: 100%;
}

.tp-btn-home:hover {
    color: white !important;
    background-color: black !important;

}

#filter-canvas {
    padding: 0px;
    left: -100%;
    background-color: white;
    /*right:inherit;*/
}

#filter-canvas.opened {
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

#filter-close-btn {
    color: black;
    z-index: 99999;
    top: 15px;
    right: 15px;
}

.tp-btn-home {
    z-index: 1;

}

.ts-dropdown {
    z-index: 1000 !important;
}

.has-items .ts-control > input {
    width: 0px;
    height: 0px;
}

.profile__wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: -40px;
    height: 100%;
    width: 0px;
    background-color: var(--tp-border-1);
}

.tp-btn-border-sm i {
    font-size: 1em;
}

.tp-btn-border-sm {
    font-size: 1em !important;
}

.profile-container {
    border-radius: 14px;
    border: 1px solid var(--tp-border-1);
}

.tp-store-contact-icon > span {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    border: 1px solid black;

}

.tp-store-input-box > button {

    color: var(--tp-common-white);
    background-color: black;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0;
}

#city-select {
    z-index: 10;
    width: 200px;
}

#city-select-ts-dropdown {
    max-height: 250px !important;
}

#home {
    background-color: transparent !important;
}

.tp-category-2-content {
    margin-left: auto;
    margin-right: auto;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
}

.tp-category-2-item {
    margin-bottom: 20px;
}

.tp-category-2-thumb-2 {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.tp-category-2-thumb-2 img {
    width: 100%;
    border-radius: 14px;
    transition: 1.3s all ease;
}

.tp-category-2-thumb-2::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.tp-brand-item {
    border-radius: 14px;
    transition: 0.3s;
    margin-bottom: 20px;
    border: 0px;
    border: 1px solid var(--tp-border-1);
}

.tp-brand-title {
    padding: 20px;
}

.tp-brand-item:hover > .brand-redirections {
    display: inline-block !important;
    padding: 20px;
}

.tp-brand-item:hover > .tp-brand-title {
    display: none !important;
}

.tp-hero-tab ul li button::after {
    background-color: black;
}

.sidebar__search input {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: white;
    border: 1px solid black;
    text-transform: capitalize;
    outline: none;
    padding-right: 70px;
}

.back-to-top-btn {
    background-color: black;
}

.tp-fea-ads-item {
    margin-bottom: 20px;
}

.tp-btn-border {
    text-transform: none;
    height: 40px;
    line-height: 35px;
    padding: 0 20px;
    color: white;
    border-radius: 15px;
    background-color: black;
    border: 2px solid black;
}

.tp-btn-border-sm {
    height: 30px;
    line-height: 10px;
    font-size: 0.8em;
    padding: 0 20px;
    color: white;
    background-color: black;
    border: 2px solid black;
    border-radius: 10px;
}

.tp-btn-border:hover, .tp-btn-border-sm:hover {
    color: black;
    background-color: white;
    border: 2px solid black;
}

.cars-category-prev, .cars-category-next, .motos-category-prev, .motos-category-next {
    z-index: 500;
}

.tp-category-2-arrow-box span {
    background-color: black !important;
    color: white !important;
}

.tp-category-2-arrow-box button:hover span {
    background-color: white !important;
    color: black !important;
}

.tp-fea-ads-2-price span {
    color: black;
}

.tp-fea-ads-2-title {
    height: 75px;
    overflow: hidden;
}

.tp-btn-border {

    padding: 0 20px;
}

.tp-category-2-title:hover::after {
    width: 50%;
    right: auto;
    left: auto;
}

.tp-section-title {
    font-weight: 200;
}

.tp-section-subtitle {
    font-weight: 800;
}

.tp-category-2-title::after {
    content: "";
    position: absolute;
    bottom: 0%;
    right: auto;
    left: auto;
    height: 1px;
    width: 0;
    background-color: var(--tp-common-white);
    transition: 0.7s;
    display: inline-block;
}

.tp-section-subtitle {
    color: black;
}

.star-active {
    color: #FFD700 !important;
}

.star-hover {
    cursor: pointer;
    /*
    color: #FFD700 !important;
    */
    color: #F07B42 !important;
}

.rate-star, .star {
    stroke: black;
}

.text-theme {
    color: #F07B42 !important;
    /*color: #FFD700 !important;*/
}

.tp-brand-thumb {
    height: 100px;
    line-height: 100px;
}

.ls-1 {
    letter-spacing: 2.8px;
}

.breadcrumb__list span {
    font-size: 10px;
}

.tp-fea-ads-2-content {
    margin-bottom: 5px;
}

/*//HEADER*/
.product__details-info > ul > li:nth-child(2n) {
    background-color: transparent !important;
}


a.tp-btn-theme {
    color: black !important;
}

a.tp-btn-theme:hover {
    color: white !important;
}


.tp-category-border {
    padding-top: 30px;
    padding-bottom: 0px;
    border-top: 1px solid var(--tp-border-2);
}

.tp-hero-input-wrap .ts-wrapper {
    max-width: 200px !important;

}

.tp-login-right {
    padding: 0px;
    padding-bottom: 50px;
}


.tp-btn-black {
    text-transform: none;
}

.tp-btn-black:hover {
    color: black;
}

.tp-hero-tab ul li button.active {
    background-color: rgb(244, 244, 247);
}

.tp-hero-input-box input {
    border-radius: 14px;
}

.tp-hero-content-wrap .tp-hero-input-wrap {
    background-color: rgb(244, 244, 247);;
}

.tp-hero-input-wrap {
    background-color: rgb(244, 244, 247);
}

.tp-hero-input-box input {
    background-color: white;
}

.tp-hero-content-wrap {
    boder: 5px solid rgb(244, 244, 247);
    border-radius: 0px 10px 10px 10px;
    box-shadow: none;
    background-color: rgb(244, 244, 247);
}

.tp-btn-theme {
    color: black;
    text-transform: none !important;
    height: 40px;
    line-height: 40px;
}

.tp-btn-theme:hover {
    color: white;
    border: 1px solid white;
}


.tp-btn-black {
    text-transform: none;
}

.tp-btn-transparent {
    text-transform: none;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    position: relative;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.tp-btn-transparent:hover {
    background-color: black;
    color: white;
}

.tp-btn-black:hover {
    color: black;

}

.tp-category-title {
    font-size: 13px;
}

.tp-list-details-nav-wrap {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
}

.tp-list-details-nav-thumb {
    display: flex !important;
    /*max-height: 150px;*/
    width: 100%

}

.tp-category-thumb {
    flex: 0 0 auto;
    margin-right: 8px;
}

.nextArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 0;
    color: black;
}

.prevArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    color: black;
}

.city-label {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}

.tp-listing-product-info > span {
    text-transform: none !important;
}

button {
    text-transform: none !important;
}

.tp-footer-list ul li {
    float: none;
    width: 100%;
    list-style-type: none;
    margin-bottom: 12px;
}

#sidebar-search .tp-filter-widget-title {
    font-size: 0.9rem;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="url"], textarea {
    padding-left: 0.75rem;
}

.home-logo-category {
    /*border: 2px solid;*/
    /*border-radius: 100%;*/
    width: 25px;
    height: 25px;
    padding: 3px;
}

.list-logo-category {
    /*border: 2px solid;*/
    /*border-radius: 100%;*/
    width: 25px;
    height: 25px;
    padding: 3px;
}

.logo-category {
    /*border: 2px solid;*/
    /*border-radius: 100%;*/
    /*width: 25px;*/
    /*height: 25px;*/
    padding: 3px;
}

.logo-sidebar-category {
    border: 2px solid;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 3px;
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

.noUi-connect {
    /* background-color: #FFD700 !important;*/
    background-color: #F07B42 !important;
}


.custom-btn-black-sm {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    text-transform: capitalize;
    border-radius: 25px;
    position: relative;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.fs-7 {
    font-size: 0.75rem !important
}

.fs-8 {
    font-size: 0.50rem !important
}

.badge {

    padding: 10px 10px;

    border-radius: 30px;

    background-color: black;

}

.tp-login-textarea textarea {
    height: 200px !important;
}

#city-select-ts-dropdown {
    max-height: 150px;
}

.tag {
    background-color: #F00;
}

.tp-tag {
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    background-color: black;
}

.ts-control {
    height: 50px !important;
    border-radius: 14px !important;
    flex-wrap: nowrap;
}

.tp-list-text span i {
    color: black;
    text-decoration: underline 5px var(--tp-theme-1);
}


.back-arrow {
    width: 40px;
    z-index: 1000;
    color: black;
    left: 30px;
    top: 30px;
    padding: 11px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid grey;
}


.ts-control .item {
    width: auto;
    white-space: nowrap;
}

.ts-control input {
    height: 30px;
}

.tp-hero-input-box {
    max-width: 300px;
}

:root {
    /* --tp-theme-1: #FFD700 !important;*/
    --tp-theme-1: #F07B42 !important;
}


.tp-hero-title span {
    color: black;
    text-decoration: underline 5px var(--tp-theme-1);
}

.fc-primary {
    color: var(--tp-theme-1) !important;
}

.tp-category-2-icon {
    padding-bottom: 0px;
}

.ads-Listing__wrap {
    margin-top: inherit !important;
}

.tp-fea-ads-thumb img {
    position: relative;
    z-index: -5;
}

.ad-badge {
    position: absolute;
    top: -20px;
    right: 15px;
    padding: 0px 10px;
}

.tp-category-wrap .tp-category-item-wrap {
    color: white;
    background-color: transparent;
    border: 1px solid white;
    min-width: 0px;
}

.tp-category-item-wrap {
    border-radius: 15px;
    min-width: 0px;
    padding: 6px 18px 6px 10px;
}


/* CHAT */
.chat-input-wrap {
    padding-top: 20px;
    margin: 20px;
}

.chat-list-content p {
    font-size: 12px;
}

.chat-icon {
    padding-right: 10px;
}

.chat-list-content-wrap {
    padding: 10px;
}

.chat-meta-box {
    position: relative;
}

.list-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.chat-list-wrap {
    max-height: 500px;
    padding: 0px;
}

.tp-category-2-title {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__search input {
    text-transform: initial;
}


.tp-category-main {
    margin-bottom: 10px;
}

.mentions h1 {
    font-size: 2em;
}

.mentions h2 {
    font-size: 1.5em;
}

.mentions p {
    font-size: 1em;
}

.chat__date {
    position: absolute;
    right: 0;
    top: -14px;
}


.ad-title {
    height: 50px;
    font-size: 16px;
}

.ad-text {
    height: 115px;
}

.tp-fea-ads-2-icon-2 span {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: inherit;
    background-color: #FFD700;
}

.tp-fea-ads-2-icon-2 {
    width: 25px;
    height: 25px;
}

.tp-fea-ads-thumb-box-small {
    width: 120px;
    border-radius: 14px;
}

.tp-fea-ads-thumb-box-small img {
    border-radius: 14px;
}

.tp-fea-ads-2-icon-3 {
    position: absolute;
    top: 5px;
    left: 5px;
}

.slick-arrow {
    cursor: pointer;
}

