@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap';:root {
    --red: #ff3838;
    --gray: #777777;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --text: #555555;
    --dark: #0d0633;
    --border: #e8e8e8;
    --heading: #232d3b;
    --primary: #0044bb;
    --primary-light: #75a7ff;
    --primary-hover: #0022aa;
    --view: #8edb04;
    --click: #01cbd5;
    --rating: #e8ce00;
    --sale: #dc3545;
    --rent: #03a70c;
    --booking: #7209af;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}



body {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    font-family: roboto,sans-serif
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: var(--white);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 15px 0 rgba(0,0,0,.1);
    display: none
}

.mobile-group {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 8px 0;
    border-radius: 8px;
    position: relative
}

.mobile-widget:hover {
    background: var(--chalk)
}

.mobile-widget:hover i {
    color: var(--primary)
}

.mobile-widget:hover span {
    color: var(--primary)
}

.mobile-widget i {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: 2px 3px 8px rgba(0,0,0,.1)
}

.mobile-widget span {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase
}

.mobile-widget sup {
    position: absolute;
    top: -5px;
    left: 70%;
    font-size: 12px;
    padding: 0 6px;
    line-height: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--green-chalk);
    text-shadow: var(--primary-tshadow)
}

.plus-btn {
    margin-top: -35px
}

.plus-btn i {
    width: 60px;
    height: 60px;
    font-size: 34px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 0px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border: 8px solid var(--white)
}

.plus-btn:hover {
    background: 0 0
}

.plus-btn:hover i {
    color: var(--white)
}

@media(max-width: 1199px) {
    .mobile-nav {
        display:block
    }
}
.ilan-detail-video {
    display: block;
    cursor: pointer;
    text-align: center;
    border: 2px solid #eeeeee;
    padding: 2px;
}

footer {
    background: #f7f3f2;
}
.profile-infos-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.profile-infos-img .verify img {
    width: 150px;
}
.copryright.container {
    padding: 10px 0;
}
div#cookieConsentContainer {
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: #f7f3f2;
    padding: 20px;
    z-index: 9999999999999;

}

button#acceptCookies, button#rejectCookies,#installButton,#cancelButton {
    background: #40475f;
    padding: 4px 10px;
    border: 0;
    border-radius: 5px;
    color: #fff;
}
.desktop-none{
    display:none ;
}
@media(max-width: 900px) {
    .desktop-none{
        display:block ;
    }

    .mobile-app { 
        position: fixed;
        top: 44px;
        background: #40475f;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px;
        border-top: 1px solid #fff;
        color: #fff;
        border-radius: 0 0 15px 15px;
        display: block;
    }
    
    .mobile-app a {
        background: #fdda37;
        padding: 5px 15px;
        display: inline-block;
        margin: 13px;
        border-radius: 5px;
    }
    .only-mobile{
        display:block !important;
    }
    .oto-parts {
        max-height: 290px !important;
        max-width: 373px;
        background-size: 350px !important;
        max-height: 275px !important;
        width: 350px !important;
        display: block;
        margin: auto;
    }   
    .oto-parts-info {
         justify-content:center;
    }
    .text-areas {
        flex-direction: column;
        width: 100%;
    }
    
    .text-area {
        width: 100% !important;
    }
}

div#installContainer {
    position: fixed;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999999999;
    padding: 10px;
}
.blogs.adv2-title {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;  
    margin: auto;
}

.adv2.blogs {
    height: auto !important;
    margin: 0 !important;
}
 .swiper-container {
    overflow: hidden;
    position: relative;
}

.mobile-footer img {
    width: 180px;
}

.mobile-footer {
    text-align: center;
    color: #a3a3a3;
    padding: 40px 0;
}

.mobile-footer a {
    color: black;
}

.mobile-footer .mobile-footer-links {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.trgo-img {
    margin-bottom: 20px;
}
div#pills-tabContent {
    display: block;
    border-top: 1px solid #efc022;
}
.ilan-tabs-header.nav-pills > li.active > a, .ilan-tabs-header.nav-pills > li.active > a:hover, .ilan-tabs-header.nav-pills > li.active > a:focus{
    background-color: #efc022 !important;
    color: #000  !important;
}
.ilan-tabs-header.nav > li > a {
    padding: 10px 20px !important;
    margin-top: 10px;
    border-radius: 10px 10px 0 0;
}
.only-mobile{
    display:none;
}
.only-mobile.tabs .tab-content {
    display: block;
    padding: 10px;
}

.only-mobile.tabs .nav-tabs > li.active > a,.only-mobile.tabs .nav-tabs > li.active > a:hover,.only-mobile.tabs .nav-tabs > li.active > a:focus {
    background: #efc022;
    border-bottom-color: #efc022;
}
 
.only-mobile.tabs .nav > li > a {
    padding: 10px !important;
}

.only-mobile.tabs ul.nav.nav-tabs {
    border-bottom: 2px solid;
    border-color: #efc022;
    padding: 0 10px;
}

.only-mobile.tabs {
    margin: 10px -10px;
}

.only-mobile.tabs .nav-tabs > li {
    margin-bottom: 0;
    margin-top: 20px;
    width: calc(100% / 3);
    text-align: center;
}
div#searchResults {
    max-height: 200px;
    overflow: overlay;
}
.add-ilan-cats select option {
    font-size: 14px;
}
div#searchResults .search-result {
    font-size: 16px;
    font-weight: 500;
}
.mobile-footer .payments img {
    width: 150px;
}
div#mobil_ozel_menu a:after {
    content: ">";
    position: absolute;
    right: 15px;
    top: 30%;
    color: #b8b8b8;
}

div#mobil_ozel_menu a {
    position: relative;
}
.ilan-contact-btn {
    display: flex;
    justify-content: space-between;
}

.ilan-contact-btn button {
    white-space: normal;
    padding: 10px 0;
}

.ilan-contact-btn a {
    width: 48%;
}
.detail-video-popup#videoPopup {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    z-index: 99999999;
    background: #edededad;
}

 .oto-parts {
    background: url(../img/expertise.png);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    max-width: 450px;
    max-height: 350px;
}
 .oto-parts-area {
    display: flex;
}

.oto-parts-status > div {
    display: flex;
}

.oto-parts-status > div > div {
    padding: 0 5px;
}
 
 
.oto-parts .front-bumper,
.oto-parts .front_bumper{
    position: absolute;
    top: 44%;
    left: 91%;
}
.oto-parts .front-right-mudguard ,
.oto-parts .front_right_mudguard {
    position: absolute;
    left: 78%;
    top: 12%;
}
.oto-parts .front-hood,
.oto-parts .front_hood{
    position: absolute;
    top: 44%;
    left: 80%; 
}
.oto-parts .front-right-door,
.oto-parts .front_right_door{
    position: absolute;
    left: 50%;
    top: 80%;
}
.oto-parts .roof {
    position: absolute;
    top: 45%;
    left: 40%;
}

.oto-parts .front-left-mudguard,
.oto-parts .front_left_mudguard{
    position: absolute;
    left: 78%;
    top: 77%;
}

.oto-parts .front-left-door,
.oto-parts .front_left_door{
    position: absolute;
    left: 50%;
    top: 8%;
}

.oto-parts .rear-right-door,
.oto-parts .rear_right_door{
    position: absolute;
    left: 35%;
    top: 80%;
}

.oto-parts .rear-right-mudguard,
.oto-parts .rear_right_mudguard{
    position: absolute;
    left: 13%;
    top: 15%;
}

.oto-parts .rear-left-door,
.oto-parts .rear_left_door{
    position: absolute;
    left: 35%;
    top: 8%;
}

.oto-parts .rear-left-mudguard,
.oto-parts .rear_left_mudguard {
    position: absolute;
    left: 13%;
    top: 73%;
}

.oto-parts .rear-hood,
.oto-parts .rear_hood {
    position: absolute;
    top: 45%;
    left: 10%;
}

.oto-parts .rear-bumper,
.oto-parts .rear_bumper{
    position: absolute;
    top: 45%;
}
.oto-parts > div,
.oto-parts-info > div > div{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #0090ff;
}
.partTypeModal-select {
    display: flex;
    justify-content: center;
}

.partTypeModal-select button {
    background: #3f475f;
    border: 1px solid #0080e3;
    color: #fff;
    padding: 5px 14px;
    margin: 0 5px;
    border-radius: 5px;
}
.partTypeModal-select select {
    border-radius: 5px;
}
.oto-parts .type-1:after,
.oto-parts-info .type-1:after,
.oto-parts-info-area-two .type-1:after{
    content: "O";
    background: #8b8b8b;

}
.oto-parts .type-2:after, 
.oto-parts-info .type-2:after,
.oto-parts-info-area-two .type-2:after{

    content: "L";
    background: #4a60cd;
    color:#fff;

}
.oto-parts .type-3:after,
.oto-parts-info .type-3:after,
.oto-parts-info-area-two .type-3:after{
    content: "B";
    background: #ffe100;
}
.oto-parts .type-4:after,
.oto-parts-info .type-4:after,
.oto-parts-info-area-two .type-4:after{
    content: "D";
    background: #f56060;
    color:#fff;
}
.oto-parts .type-1:after,
.oto-parts .type-2:after,
.oto-parts .type-3:after,
.oto-parts .type-4:after,
.oto-parts .type-5:after,
.oto-parts-info .type-1:after,
.oto-parts-info .type-2:after,
.oto-parts-info .type-3:after,
.oto-parts-info .type-4:after,
.oto-parts-info .type-5:after,

.oto-parts-info-area-two .type-1:after,
.oto-parts-info-area-two .type-2:after,
.oto-parts-info-area-two .type-3:after,
.oto-parts-info-area-two .type-4:after,
.oto-parts-info-area-two .type-5:after
{
    width: 100%;
    height: 100%;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oto-parts-info {
    display: flex;
}
.oto-parts-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}
.oto-parts-status.oto-parts-info-area-two .oto-parts-info-item > div {
    width: 35px;
    height: 35px;
}

.oto-parts-status.oto-parts-info-area-two .parts-title {
    display: flex;
    align-items: center;
}

.oto-parts-status.oto-parts-info-area-two .parts-item {
    margin: 5px 5px;
    font-size: 14px;
    display: list-item;
    margin-left: 40px;
}

.login-columns {
    display: flex;
    justify-content: space-between;
    max-width:100%;
}

.login-columns > div {
    width: 35%;
    padding: 20px;
}
.login-columns 
.right-column {
    background: #fff;
    border-radius: 10px;
}

.login-area {
    background: url(/img/login-bg.jpeg);
    background-size: 100%;
    padding:150px;
}
.login-area .container {
    max-width: 100% !important;
}
.login-columns .left-column img {
    width: 100%;
    padding-top: 50px;
}
.login-columns input[type="submit"] {
    background-color: #e0c400 !important;
}

@media(max-width: 1300px) {
    .login-area {
        padding: 100px;
    }
}
@media(max-width: 1024px) {
    .login-columns {
        flex-direction: column;
        align-items: end;
    }
    .container{
        max-width:970px;
    }
    .login-area {
        padding: 50px;
    }
}
 


.login-buttons img {
    max-width: 30px;
}
.login-buttons .cstmGoogle a {
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid #4086f5;
    padding: 2px;
    margin: 10px 0;
    border-radius: 5px;
    justify-content: center;
}

.login-buttons .cstmGoogle a span {
    padding: 10px;
}
.login-buttons {
    display: flex;
}

.cstmGoogle {
    margin:  0 2px;
    width: 100%;
}
.category-modulitemsselect {
    display: inline-block;
}

.category-filter {
    display: inline-block;
}
.category-filter .btn-group a {
    padding: 7px;
}
.category-filter > div:first-child {
    width: 24%;
}

.category-filter > div:last-child {
    width: 76%;
}
.category-filters {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.flex-table {
    display: flex;
    flex-direction: column;
}
.flex-table-header {
    text-align:center;
}

.flex-row {
    display: flex;
}

.flex-cell {
    flex: 1;
    border: 1px solid #ddd;
    padding: 8px;
}
.ilanlar tr th,
.ilanlar tr td {
    border: 1px solid gray;
    padding: 5px;
}
.ilan-table thead th {
    font-size: 11px;
}
.ilan-table tbody td {
    font-size: 12px;
    vertical-align: middle !important;
}
 

.ilan-table th {
    min-width: 75px;
    background: #e9e9e9;
}
.ilan-table th, .ilan-table td {
    border-color: #fff !important;
}
.category-ilan-title {
    color: #04379d;
}
.cateogory-ilan-price {
    color: red;
    font-weight: 500;
}

@media (min-width: 770px){
    .hidden-lg.mobile-ilan-feautures {
        display: none;
    }
}
.category-filter-fmobile{
    display:none;
}
.text-right{
    text-align:right !important;
}
.filterCategoriesOr span {
    padding: 5px 10px;
    background: white;
    position: relative;
    z-index: 9;
}
.filterCategoriesOr {
    text-align: center;
    padding: 10px;
    position: relative;
}

.filterCategoriesOr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 21px;
    height: 1px;
    width: 100%;
    background: #d0d0d0;
} 

.oto-parts.ilan .type-4 {
    box-shadow: 0 0 7px red;
    color: #fff;
}

.oto-parts.ilan .type-3 {
    box-shadow: 0 0 7px #ffe100;
    color: #6f6f6f;
}

.oto-parts.ilan .type-2 {
    box-shadow: 0 0 7px #4a60cd;
}

.ilan.oto-parts > div {
    border: 0;
}
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > div {
    width: 25% !important;
}

 
/*END Form Wizard*/

.text-areas {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.text-areas .text-area {
    width: 49%;
}
@media(max-width: 930px) {
    .category-filter-fmobile{
        display:block;
    }
    .filters-fmobile.visible-xs {
        display: flex !important;
        justify-content: space-between;
        margin-bottom:5px;
        margin-top: 2px;
    }
    
    .filters-fmobile > div {
        text-align: center;
        width: 100%;
        padding: 15px 0;
        background: #f0f0f0;
        color: #3e3e3e;
        font-weight: 600;
    }
    
    .filters-fmobile > div:first-child {
        border-right: 1px solid #c8c8c8;
    }
     div#categories .panel-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .login-area {
        padding: 0;
        background: #fff;
    }
    
    .login-columns {
        flex-direction: column;
    }
    
    .login-columns > div {
        width: 100%;
        box-shadow: 0px 0px 20px #f0f0f0;
    }
    .header-s > form {
        
    }
    
    .login-columns .left-column img {
        filter: drop-shadow(0px 0px 3px black);
    }
    .fmobile{
        height:50px;
    }
    .login-columns .left-column {
        display: none;
    }
    .category-filters {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .mobile-ilan-feautures {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        color: #8f8f8f;
    }
    .category-ilan-title {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #000;
    }
    .mobile-ilan-feautures > div {
        padding-right: 10px;
        padding-top: 30px;
        font-size: 10px;
        color: #b6b6b6;
        font-weight: 500;
    }
    .mobile-ilan-feautures .price {
        margin: 0;
        padding: 0 !important;
        background-color: unset !important;
        display: flex;
        align-items: flex-end;
        color: #1066c1;
        font-size: 14px;
        font-weight: 500;
    }
    div#fmobile-filter-btn.active i {
        transform: rotate(45deg);
    }
    
    div#fmobile-filter-btn i{
        transition: .2s;
    }
    .dropdown-menu.open {
        width: 100%;
    }
    .panel-body.categories-panel {
        padding: 0;
    }
    .panel.panel-default.categories-default {
        border: 0;
    }
    div#fmobile-filter-btn {
        display: inline-block !important;
        padding: 10px;
        border: 1px solid #eaeaea;
        margin-bottom: 3px;
    }
    table.table.ilan-table tr {
        cursor: pointer;
        border-bottom: 1px solid #e4e4e4 !important;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }
    .mobile-ilan-feautures i {
        padding-right: 5px;
    }
    table.table.ilan-table tr td:nth-child(2) {
        width: 100%;
    }
    .ilan-table tbody td {
        border:0 !important;    
    }
    .oto-parts-area, .oto-parts-status.oto-parts-info-area-two .parts-title,.oto-parts-status > div {
        flex-direction: column;
        max-width: 100%;
        align-items: baseline;
        text-align: center;
        font-size: 13px;
    }
    
    .oto-parts-status.oto-parts-info-area-two {
        max-width: 100%;
        width: 100%;
    }
    
    .oto-parts-status.oto-parts-info-area-two .parts-item {
        margin: 0;
        font-size: 13px;
        margin: 0;
        text-align: left;
    }
    
    .parts-title .oto-parts-info-item {
        margin:  10px 0;
    }
    
    .oto-parts-status > div > div {margin: 15px 0;padding: 0;}
}