.input-km{
    width: 100%;
    max-width: 343px;
    height: 48px;
    border-radius: 8px;
    }
    .input-km-desk{
    width: 100%;
    max-width: 603px;
    height: 48px;
    border-radius: 8px;
    }
    
    .div-car-selected-ckeck{
    width: 100%;
    max-width: 365px;
    background-color:white ;
    border:1px solid #DCDCDC;
    border-radius: 3px;
    }
    .div-car-selected{
    width: 100%;
    max-width: 403px;
    background-color:white ;
    border:2px solid #DCDCDC;
    border-radius: 3px;
    }
    .div-car-selected-header-line-filter{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #979797;
    display: flex;
    }
    .div-car-selected-header-line{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #979797;
    display: flex;
    }
    .img-fuel-gear-hp{
    width: 15px;
    height: 15px;
    }
    .img-characters-car{
    width: 14px;
    height: 14px;
    }
    .button-car-selected-footer{
    width: 100%;
    max-width: 115px;
    border-radius: 2px;
    height: 50px;
    border: 1px solid #E6E6E6;
    }

    .button-car-selected-footer-desk{
        margin:0 4px;
        border-radius: 2px;
        min-height: 80px;
        border: 1px solid #E6E6E6;
    }
    .border-button{
        border: 1px solid #E6E6E6;
    }
    .border-selected-button{
        border: 1px solid #7145D6 !important;
    }
    .price-total-body{
    background-color:#F2DEFF ;
    padding: 20px;
    }
    .price-total-body-buttom{
    width: 100%;
    /* max-width: 354px; */
    background-color:#7145D6;
    height: 48px;
    border-radius: 6px;
    }
    .div_car_selected_header_footer.flex.max-column_offer > button:nth-child(n + 3) > div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    }
    
    .line-top{
    border-top: 1px solid #C3D4E966;
    }
    
    .line-bottom{
    border-top: 1px solid #C3D4E966;
    width: 100%;
    }
    .space{
    background-color: #757575;
    width: 1px;
    height: 25px;
    }
    .border-img-car{
    border:1px solid #EBEBEB;
    border-radius: 3px;
    }
    /* The switch - the box around the slider */
    .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    }
    
    /* Hide default HTML checkbox */
    .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    
    
    input:checked + .slider {
    background-color: #2196F3;
    }
    input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
    }
    input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(15px);
    }
    .breadcrumb {
    display: inline;
    margin-right: 5px;
    }
    .breadcrumb:last-child {
    font-weight: bold; /* Para resaltar la última miga de pan */
    }
    /* 
    .breadcrumb li:not(:first-child)::before {
    content: ">";
    } */
    
    /* Rounded sliders */
    .slider.round {
    border-radius: 34px;
    }
    
    .slider.round:before {
    border-radius: 50%;
    }
    .filters-desktop-button{
    background-color: white;
    width: 100%;
    border: 1px #7145D6 solid;
    max-width: 145px;
    border-radius: 26px;
    cursor: pointer;
    }
    .pop-up{
    display: flex;
    z-index: 99999;
    position: relative;
    max-width: 670px;
    height: 100%;
    /* top: 50%; 
    left: 50%; */
    transform: translate(-70%, 0%);
    border-radius: 14px;
    }
    .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    backdrop-filter: blur(3px); /* Desenfoque del fondo */
    z-index: 999999; /* Asegura que esté sobre otros elementos */
    /* display: flex !important;
    justify-content: center !important; */
    }
    .tag-offer-fitch{
    border: 1px solid #AB5EDF;
    padding:6px 9px;
    border-radius: 10px;
    }
    
    .modal {
    display: none; /* Por defecto oculto */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
    }
    .modal-content-mobile {
    margin: 15% auto;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    position: relative;
    border-radius: 10px;
    transform: translate(0%, 30%);
    }
    
    .modal-content-mobile img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .modal-content-mobile-renting {
    margin: 15% auto;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    position: relative;
    border-radius: 10px;
    transform: translate(0%, 30%);
    }
    
    .modal-content-mobile-renting img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
   /* 
    .modal-content {
    margin: 15% auto;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    position: relative;
    border-radius: 10px;
    transform: translate(0%, -20%);
    }*/
    .modal-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
    .close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    }
    .close:hover,
    .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    }
    
    #prev-img{
        background: #aaa;
        border-radius: 10%;
        width: 30px;
        height: 30px;
        color: purple;
        left: 0;
        top: 0;
        position: absolute;
        transform: translate(-100px, 200px);
    }
    #next-img{
        background: #aaa;
        border-radius: 10%;
        color: purple;
         width: 30px;
        height: 30px;
        right: 0;
        position: absolute;
        top: 0;
       /*transform: translate(100px, 200px);*/
        transform: translate(0px, 200px);
    }


    #prev-img-used{
        background: #aaa;
        border-radius: 10%;
        /*width: 30px;
        height: 30px;*/
        font-size: 35px;
        color: #AB5EDF;
        left: 0;
        top: 45%;
        position: absolute;
        /*transform: translate(-100px, 200px);
        transform: translate(0px, 200px);*/
    }

    #next-img-used{
        background: #aaa;
        border-radius: 10%;
        color: #AB5EDF;
        /*width: 30px;
        height: 30px;*/
        font-size: 35px;
        right: 0;
        position: absolute;
        top: 45%;
        /*transform: translate(100px, 200px);
        transform: translate(0px, 200px);*/
    }
    #prev-img-mobile{
        background: #aaa;
        border-radius: 10%;
        color: purple;
        width: 30px;
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translate(-40px,140px);
    }
    #next-img-mobile{
        background: #aaa;
        border-radius: 10%;
        color: purple;
        width: 30px;
        height: 30px;
        right: 0;
        position: absolute;
        top: 0;
        transform: translate(40px,140px);
    }
    #prev-img-mobile-renting{
        background: #aaa;
        border-radius: 10%;
        color: purple;
        width: 30px;
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translate(-40px,140px);
    }
    #next-img-mobile-renting{
        background: #aaa;
        border-radius: 10%;
        color: purple;
        width: 30px;
        height: 30px;
        right: 0;
        position: absolute;
        top: 0;
        transform: translate(40px,140px);
    }
    .price-total-body-a{
        position: fixed;
        display: flex;
        top: 63%;
        width: 100%;
        z-index: 99999999;
        margin-bottom: 20px;
    }

    
.circlecolor {
    content: "";
    width: 25px;
    height: 25px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    border: 1px solid #d8d8d8;
    border-radius: 60px;
    position: relative;
    background-color: #000;
    display: inline-block;
    margin: 0px 5px -5px 10px;
}
    
.sticky-total {
    position: sticky;
    bottom: 5px;
}

.toggleup::before {
    content: url(/wp-content/themes/rentingmarket/images/icons/up.png);
}

.toggledown::before {
    content: url(/wp-content/themes/rentingmarket/images/icons/down.png);
}

.month-content, .km-content {
    font-size: small;
}
 
#filter-list-size{
    min-width: 302px; 
    max-width: 592px; 
    width: 100%;
}

.z-index-top {
    z-index: 99999 !important;
}

.click_nav{
    color:#7145D6;
}
.hover-nav:hover{
    color: #7145D6;
}
.button-filter-fitch{
    background-color:#7145D6 ;
    color: white;
    width: 100%;
    max-width: 595px;
    padding: 10px;
    border-radius: 10px;
}

/*
#image-modal-used{
    max-width: 100%;
}
*/
/* media */

@media screen and (min-width:375px) and (max-width:425px){
        #prev-img-mobile-renting{
            background: #aaa;
            border-radius: 10%;
            color: purple;
            width: 40px;
            height: 40px;
            left: 0;
            position: absolute;
            top: 0;
            transform: translate(100px,280px);
        }
        #next-img-mobile-renting{
            background: #aaa;
            border-radius: 10%;
            color: purple;
            width: 40px;
            height: 40px;
            right: 0;
            position: absolute;
            top: 0;
            transform: translate(-100px,280px);
        }
        .price-total-body-a{
            position: fixed;
            display: flex;
            top: 50%;
            width: 100%;
            z-index: 99999999;
            margin-bottom: 20px;
        }
        .div-car-selected-ckeck{
            width: 100%;
            max-width: 500px;
            background-color: white;
            border: 1px solid #DCDCDC;
            border-radius: 3px;
        }
        .modal-content-mobile {
    
            transform: translate(0%, 50%);
        }
    
    }
    
    @media screen and (min-width: 375px) and (max-width: 768px) {
    
    
        .slick-dots {
            list-style: none;
            text-align: center;
            padding: 0;
            bottom: 0;
            position: absolute;
            transform: translate(-100px, 30px);
            /* overflow-y: hidden; */
            right: 0;
        }
        
        }
    @media screen and (min-width: 768px) and (max-width: 768px) {
        .modal-content-mobile {
            /* margin: 15% auto;
            padding: 20px;
            background-color: #fefefe;
            border: 1px solid #888;
            width: 80%;
            max-width: 700px;
            position: relative;
            border-radius: 10px; */
            transform: translate(0%, 0%);
        }
        .space{
        
            transform: translate(0px,8px);
        }
        /* .img_fuel_gear_hp{
            width: 15px;
            height: 15px;
            } */
            .inputKm {
                width: 100%;
                max-width:100%;
                height: 48px;
                border-radius: 8px;
            }
            .button-filter-fitch {
                background-color: #7145D6;
                color: white;
                width: 100%;
                max-width: 100% !important;
                padding: 10px;
                border-radius: 10px;
            }
        }
    
    
        
    
    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .price-total-body{
            position: relative;
            /* display: flex;
            top: 50%;
            width: 100%;
            z-index: none; */
        }
        .slick-dots {
            list-style: none;
            text-align: center;
            padding: 0;
            bottom: 0;
            position: absolute;
            transform: translate(-300px, 30px);
            /* overflow-y: hidden; */
            right: 0;
        }
        .div-car-selected-ckeck{
            width: 100%;
            max-width: 360px;
            background-color: white;
            border: 1px solid #DCDCDC;
            border-radius: 3px;
        }
    }
    @media screen and (min-width: 1024px) and (max-width: 1024px) {
    
    .slick-dots {
        position: absolute;
        transform: rotate(90deg) translate(-140px, -120px);
    }
    }

    @media screen and (min-width: 1024px) and (max-width: 1920px) {
        .img-characters-car{
            width: 16px;
            height: 16px;
            }
        .ancles-desktop{
            margin-right: -10px !important;
        }
    
    }

    @media screen and (max-width:1440px) {
        .name-car-box {
            width: 55%;
            display: inline-block;
        }

        .name-car-box .detail-box{
            display: block !important;
        }

        .name-car-box .detail-box>div{
            margin-left: 0px !important;
            padding: 0 !important;
            justify-content: start !important;
        }


    }

    @media screen and (min-width: 1024px) {    
        #image-modal-used {
            width: 800px !important;
        }
}


  
    