/* Y Beyin Yazılım Ve Teknoloji tarafından yapılan güncelleme ayarlarını içerir*/
/*Footer renk ayarları*/
footer {
    background-color: #ff0000;
}

footer ul li a {
    color: #fdfcfc !important;
}

footer .baslik {
    color: #fff;
}

footer .iletisim .buton {
    color: #fff;
}

/*Footer mobil sürüm butonları geişlik*/
.footer_sabit li a {
    width: 20%;
}

/*Araç ilanlarında teknik kısın bilgileri alanı ayarları*/
.teknik_grup {
    border: 1px solid #ff0000;
    background: #ffaeae;
}

/*Benzer ilan ve üye ilanları slider ayarları*/
.splide_slide_img {
    width: 100%;
    height: auto;
}

.slide-block {
    width: 100%;
    border: 1px solid red;
    border-radius: 5px;
    background: #FFF;
    padding: 2px 2px 0px 2px;
}

.slide-block-ilan {
    width: 100%;
    border: 1px solid red;
    border-radius: 5px;
    background: #FFF;
    padding: 2px 2px 0px 2px;
}

.slide-block-ilan:hover {
    background-color: #dbeeee !important;
}

.slider-title {
    padding-left: 15px;
    margin: 5px 5px 0px 0px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.slider-title h6 {
    color: #4a4a4a;
    font-weight: bold;
}

.slider-price {
    margin-right: 15px;
}

.slider-price-tag {
    font-weight: bold;
    font-size: 14px;
    color: #219FD1;
}

.spec-span {
    font-size: 11px;
    color: #4a4a4a;
    overflow: hidden !important;
}

.specs-row {
    margin: 0px 2px 0px 10px;
    padding: 0px;
}

.spec {
    display: table;
    margin: 0px;
    padding: 0px;
    overflow: hidden !important;
}

.spec svg,
.spec-span {
    display: table-cell;
    vertical-align: middle;
}

.location-name {
    margin: 0px 15px 0px 0px;
    font-weight: bold;
    color: dimgray;
    overflow: hidden !important;
}

.slide-title {
    margin: 0;
}

.my-carousel-progress {
    background: gainsboro;
}

.my-carousel-progress-bar {
    background: red;
    height: 2px;
    transition: width 3000ms ease;
    width: 0;
}

.svg-img {
    width: 18px;
    height: 18px;
}

/*Diger ilanlar slider ayarları*/
.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    margin-bottom: 30px;
    padding: 0% 13% 0% 13%;
    justify-content: center;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
}

.splide-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.thumbnail-slide {
    opacity: 0.6;
}

.thumbnail-slide.is-active {
    opacity: 1;
}

.slider-diger {
    padding: 0 75 0 75;
}

.slider-mainImg {
    width: 100%;
    height: auto;
}

.slider-smallImg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slide-thumbBlock {
    width: 100%;
    background: #FFF;
    padding: 2px 2px 0px 2px;
}


.kredi_buton {
    width: 100%;
    color: white;
}

