.price-range-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* Ajuste o valor do gap conforme necessário */
    width: 100%;
}

.price-range-wrapper .cardealerlabelprice {
    white-space: nowrap;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    /* Remove margens extras */
}

.price-range-wrapper #meta_price {
    flex-shrink: 0;
    width: auto;
    padding: 5px 5px;
    text-align: center;
    margin: 0;
    /* Remove margens extras */
}










/* ------------------------- */

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid #333;
    /* Cor da borda superior */
    border-radius: 50%;
    animation: spin 1s linear infinite;

    position: absolute;
    top: 50%;
    /* Centraliza verticalmente */
    left: 50%;
    /* Centraliza horizontalmente */
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cardealer-select-box-meta,
.cardealer-select-box-meta-widget {
    font-size: 14px;
}


#slider-button-0,
#slider-button-1 {
    width: 1.3em !important;
    height: 1.3em !important;
    border-radius: 50%
}

.ui-slider .ui-slider-handle {
    width: 1.3em !important;
    height: 1.3em !important;
    border-radius: 50%;
    /* margin-top: 3px; */
    padding-left: 17px;
}

#slider-button-2,
#slider-button-3 {
    width: 1.0em !important;
    height: 1.0em !important;
    border-radius: 50%
}

.ui-slider-horizontal .ui-slider-range {

    max-height: 15px;

}


#cardealer-price-slider-label {

    font-size: 14px;

}

#cardealer-search-box-widget {

    /* background: yellow; */
    padding: 10px;
    /* padding-bottom: 20px; */
    padding-top: 20px;


}

.cardealer_container_buttons_search_widget {
    display: block;

}

.cardealer-select-box-meta-widget {

    float: right;
    width: 40%;
    /* font-size: small; */
}

/* Slider 2023 */

/*
.cardealer-search-box {
    background-color: #f7f3b7;
    border-width: 5px;
    border-color: #dba4a4;
    border-radius: 10px;
  }
  
  .cardealer-price-slider {
    margin: 5px;
  }
*/


.cardealer-search-box {
    /* background-color: #f8ef6e; */
    border-width: 1px solid;
    /* border-radius: 5px; */
}

/*
  .cardealer-price-slider {
    margin-top: 10px;
    padding:10px;
  }
  */





.cardealer_container_buttons_search {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
}


.searchItem {
    /* >>>>>>>>>>>>>>> flex-basis: calc(100% / 3); */
}


#slider-range .ui-slider-handle {

    /*  background-color:blue !important; */

}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {

    /*  background: ''; */

}


/*
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:active {

	border: 1px solid #1bd31b;
	background:  rgb(35, 199, 228) !important;
	font-weight: normal;
	color: #555555;
}
*/


.ui-state-default,
.ui-widget-content .ui-state-default {
    /*
FUNCIONA!
	border: 1px solid #1bd31b;
	background:  rgb(35, 199, 228) !important;
	font-weight: normal;
	color: #555555;
    */
}



/*  
.ui-slider-handle {

    background-color:blue !important;

}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
.ui-slider-handle {

    background-color:blue !important;

}

.ui-slider .ui-slider-handle {
    background-color: red !important;
    border-color: red !important;
}

.ui-slider ,  .ui-slider-handle {
    background-color: red !important;
    border-color: red !important;
}

html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #fa0606 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
*/



/* Slider */

#cardealer_meta_price2 {
    /*
  margin-top: 25px;  
  margin-left: 10px;
  max-width: 100%;
  font-size: 12px;
  */
    max-height: 12px;

}

/* All block  */
.cardealer-price-slider2 {
    float: left;
    position: relative;
    clear: both;
    margin-top: 10px;
    /* padding: 3px; */
    padding-left: 17px;
    /* border-radius: 4px; */
    min-height: 66px;
    /*
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   */
    /* border: 1px; */
    padding-bottom: 0px;
    margin-bottom: 15px;
    /* background: white; */
    padding-right: 15px;
    width: 100%;
    /* margin-left: 6px; */
    margin-bottom: 15px;
    margin-right: 10px;




}

/* Label */
.cardealerlabelprice2 {
    /* float: left; */
    padding-left: 20%;
    max-width: 40%;
    max-height: 45px;
    margin-top: 0px;
    text-align: left;
    position: relative;
    width: 100%;
    font-size: 12px;
}

/* Row Price */
#meta_price2 {
    /* Min - Max */
    font-size: 12px;
    border: 0px;
    background: transparent;
    margin-top: 2px;
    vertical-align: top;
    max-width: 55%;
    /* float: left; */
    text-align: center;
    padding-left: 15px;
}

#cardealer_meta_price {
    /* margin-top: -25px;  */
    margin-left: 10px;
    margin-right: 17px;
    max-width: 100%;
}

.cardealer-submitBtnWrap {
    /* float: left; */
    margin-top: -10px;
    position: relative;
    clear: both;
    /* margin-bottom: 20px; */
}

#cardealer-submitBtn-widget {

    margin-bottom: 20px;
}


/* All block  */
.cardealer-price-slider {
    /* float: left; */
    position: relative;
    clear: both;
    margin-top: 15px;
    /* padding: 8px; */
    /* border-radius: 4px; */
    min-height: 70px;
    /*
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   */
    /* border: 1px solid gray; */
    /* padding-bottom: 0px; */
    /* margin-bottom: -15px; */
    min-width: 240px;
    /* padding: 0px 20px 10px 8px; */
    padding: 5px 20px 0px 18px
}

.cardealer-price-slider2 {
    padding-top: 5px;
    padding-bottom: 15px;
}

.cardealerlabelprice {
    /* float: left; */
    padding-left: 10%;
    padding-right: 20px;
    max-width: 220px;
    min-width: 90px;
    max-height: 45px;
    margin-top: 0px;
    /* text-align:left; */
    position: relative;
    width: 100%;
    font-size: 14px;
}

/* Row Price */
#meta_price {
    font-size: 14px;
    border: 0px;
    background: transparent;
    /* margin-top: -5px; */
    /* margin-left: 40px; */
    vertical-align: top;
    max-width: 145px;
    /* float: left; */
    /* padding-left: 5px; */
    max-height: 45px;
    text-align: center;
    padding-right: 25px;
}

#CarDealerp_oneline {
    min-height: 0px;
    max-height: 0px;
}

.sideTitle {
    /* color: white; */
    font-size: 16px;
    font-weight: 300;
    padding: 0px;
    position: relative;
    /* background-color: gray; */
    margin-top: 10px;
    margin-bottom: 0px;
    /* border-radius: 4px 4px 0px 0px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardealer-search-cuore {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-left: 0px;
    font-size: 18px;
    /* padding-bottom: 20px; */
    padding-left: 0px;
}

.cardealer-search-cuore-fields {
    margin: auto;
    text-align: center;
}

/*
.searchItem:after
{
	clear: both;
	display: block;
	content: "";
}
*/

.searchItem2:after {
    clear: both;
    display: block;
    content: "";
}

.searchItem {
    /* float: left; */
    /* padding-left: 0px;*/
    /* padding: 5px; */
    /* max-width: 120px ; */
    min-width: 90px;
    margin-top: 5px;

}

.searchItem2 {
    /* float: left; */
    padding-left: 0px;
    padding-right: 10px;
    max-width: 220px;
    min-width: 90px;
    max-height: 45px;
    margin-top: 20px;
}

.cardealer-search-span {
    font-weight: 200;
    padding: 0px;
    font-size: 140%;
    color: gray;
    background: #EBEAED;
    margin-bottom: 10px;
    padding: 2px;
    height: 40px;
}

.fix-check {
    width: 199px;
    /* float: left; */
    height: 36px;
    margin-right: 25px;
}

.cardealer-search-label {
    /* color: #666; */
    color: #7c7c7b;
    top: 9px;
    /*padding-right: 2px; */
    font-size: 14px;
    padding: 2px;
    background: white;
}

.cars-wrap:after {
    content: " ";
    display: block;
    clear: both;
}

.cardealer-search-box:after {
    clear: both;
    display: block;
    content: "";
}

.cardealer-search-box {
    width: 92%;
    /*
    min-height: 00px;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	margin-bottom: 10px;
	border: 1px solid #afabab;

    */

    padding: 20px;
    /* padding-bottom: 0px; */
    /* padding-bottom: 0px; */
    margin: 0px;
    margin-right: 0px;
    color: gray;
    max-width: 95%;
    text-align: center;
    font-size: 16px;
    /* margin-left: -5px; */
}

.input-box {
    padding: 3px;
    margin-bottom: 1px;
    font-size: 100%;
    height: 40px;
    /* border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    */
    border: 1px solid #EBEBEB;
}

#cardealer-submitBtn:hover {
    opacity: .7;
}

.cardealer-search-box:hover .input-box:hover {
    opacity: .7;
}

.cardealer-search-box #cardealer-submit {
    border: none;
    border-radius: 0px;
    padding: 5px;
    float: right;
    cursor: pointer;
    height: 35px;
    margin-left: 20px;
    /*
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    */

    border: 0px solid #800000;
}

#cardealer-submitBtn {

    text-align: center;
    padding: 4px;

    height: 40px;
    /* width: 120px; */
    font-size: 16px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 30px;
    /* Background: gray; */
    /* margin-bottom:20px; */

}

.input-box,
.select-box-meta,
.select-box {
    padding: 2px;
    margin-bottom: 1px;
    max-width: 100px;
    height: 30px;
    font-size: 14px;
    height: 30px;
    /*
    	border-radius: 4px;
    	-moz-border-radius: 4px;
    	-webkit-border-radius: 4px;
        */

    border: 1px solid gray;
}

.select-box-meta {
    /* float: left; */
}

@media screen and (max-width: 1000px) {
    #cardealer-submitBtn {
        text-align: center;
        padding: 2px;
        padding-top: 0px;
        height: 35px;
        width: 100px;
        font-size: 14px;
        margin: auto;
        margin-top: 40px;
    }

    .input-box,
    .select-box-meta,
    .select-box {
        padding: 2px;
        margin-bottom: 1px;
        max-width: 80px;
        height: 30px;
        font-size: 95%;
    }

    .searchItem,
    .searchItem2 {
        /* font-size: 85%; */
    }

    .searchItem,
    .searchItem2 {
        /* padding-right: 5px; */
    }

    .cardealer-search-label {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    #cardealer-submitBtn {
        text-align: center;
        padding: 1px;
        padding-top: 0px;
        height: 35px;
        max-width: 90px;
        font-size: 11px;
        margin-top: 40px;
    }

    .input-box,
    .select-box-meta,
    .select-box {
        padding: 2px;
        margin-bottom: 1px;
        max-width: 70px;
        height: 30px;
        font-size: 12px;
    }

    .searchItem,
    .searchItem2 {
        /* font-size: 85%; */
        /* float: left; */
        padding-bottom: 10px;
    }

    .searchItem,
    .searchItem2 {
        /* padding-right: 10px; */
    }

    .cardealer-search-box {
        margin-left: 20px;
    }
}

@media screen and (max-width: 700px) {

    .input-box,
    .select-box-meta,
    .select-box {
        padding: 2px;
        margin-bottom: 1px;
        max-width: 80px;
        height: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 801px) {
    #cardealer-submitBtn {
        text-align: center;
        padding: 1px;
        padding-top: 0px;
        height: 30px;
        font-size: 12px;
        margin-top: 35px;
    }

    .input-box,
    .select-box-meta,
    .select-box {
        margin: 5px;
        font-size: 95%;
        float: right;
        width: 100px;
    }

    .cardealer-search-label {
        font-size: 14px;
    }

    .searchItem,
    .searchItem2 {
        font-size: 100%;
        min-width: 100%;
    }

    .cardealer-search-label {
        /* float: left; */
    }

    #meta_price {
        float: right;
        padding-right: 0px;
        text-align: right;
        width: 100%;
    }

    #cardealer_meta_price {
        margin-top: 60px;
    }

    .cardealer-price-slider {
        min-height: 100px;
    }

    #meta_price {
        margin-top: 0px;
    }
}

/*
.ui-slider .ui-slider-handle
{
  width: 1.0em ;
  height:  1.0em ;
  border-radius:  50%;
  margin-top: 3px;
  padding-left: 17px;
}
*/
@media screen and (max-width: 500px) {
    .cardealer-search-box {
        margin-left: -10px;
    }

    .cardealer-search-cuore {
        width: 50%;

    }
}