 ol, ul {
    margin: 0px;
    padding: 0px;
}
/************************************* Product listing **************************************/
 .product-listing .car-item {
     margin-top: 30px;
}
 .product-listing .listing-sidebar .widget {
     border: 1px solid #e3e3e3;
}
 .product-listing .listing-sidebar .widget .form-check-input {
     border: 1px solid var(--base-skin);
}
 .product-listing .listing-sidebar .widget .form-check-input:checked {
     box-shadow:none;
     background-color:var(--base-skin);
}
 .product-listing .listing-sidebar .widget .form-check-input:focus {
     box-shadow:none;
}
 .product-listing .listing-sidebar .widget-search {
     padding: 20px;
    background-color:#f6f6f6;
}
 .product-listing .listing-sidebar .widget-search h5 {
     font-size:16px;
    position: relative;
     padding-bottom: 10px;
     margin-bottom: 20px;
}
 .product-listing .listing-sidebar .widget-search h5:before {
     position: absolute;
     content: "";
     width: 20px;
     height: 2px;
     background: var(--base-skin);
     left: 0;
     bottom: 0px;
}
 .product-listing .listing-sidebar .widget-search ul li {
     margin-bottom: 20px;
     list-style: none;
}
 .product-listing .listing-sidebar .widget-search ul li i {
     padding-right: 10px;
}
 .product-listing .listing-sidebar .widget-search ul li span {
     font-size: 12px;
     width: 30px;
     height: 30px;
     line-height: 30px;
     border-radius: 50%;
     color: #ffffff;
     background: var(--base-skin);
     text-align: center;
     display: inline-block;
}
 .product-listing .listing-sidebar .widget-banner {
     margin-top: 30px;
}
 .product-listing ul {
     margin-bottom: 0px;
}
 .product-listing ul li ul {
     display: none;
}
 .product-listing ul li a {
     color: #323232;
     position: relative;
     display: block
}
 .product-listing ul li.list-group-item a:after {
     content: "\f107";
     font: normal normal normal 14px/1 FontAwesome;
     position: absolute;
     right: 0;
     top: 0;
     font-size: 20px;
     line-height: 30px;
}
 .product-listing ul li.list-group-item a.current:after {
     content: "\f106";
}
 .product-listing ul.list-group li {
     list-style: none;
     position: relative;
     background-color:#f6f6f6;
}
 .product-listing ul.list-group li.list-group-item ul li{
     line-height: 24px;
}
 .product-listing ul.list-group li.list-group-item ul li .form-check{
     margin-bottom: 8px;
}
 .product-listing ul.list-group li.list-group-item ul li .form-check .form-check-label{
     padding-left: 0;
}
 .product-listing ul.list-group .checkbox label {
     line-height: 22px;
     padding-left: 22px;
}
 .product-listing .list-group-item {
     border-left: 0;
     border-right: 0;
     padding: 13px 15px;
}
 .product-listing .list-group-item:last-child {
     border-bottom: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}
 .list-group-item:first-child {
     border-radius: 0px;
}
 .product-listing ul li a.current .fa-angle-down {
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
}
/*widget-search*/
 .product-listing .price-search {
     position: relative;
}
 .product-listing .price-search input {
     padding-right: 30px;
     color: #323232;
     height: 40px;
     border-radius: 5px;
     border-color: #f6f6f6;
     background: #f6f6f6;
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
}
 .product-listing .price-search input:focus {
     background: transparent;
}
 .product-listing .price-search i {
     position: absolute;
     right: 0px;
     padding: 14px 12px;
     font-size: 14px;
     color: #626262;
     cursor: pointer;
}
 .product-listing .price-search input:focus {
     border-color: #e3e3e3;
    box-shadow:none;
}
 .product-listing .price-search span {
     margin-bottom: 10px;
     color: #000;
     font-size: 14px;
     text-transform: uppercase;
     display: block;
}
 .product-listing .pagination-nav {
     margin-top: 30px;
}
 .pagination-nav .pagination li {
     display: flex;
}
 .pagination-nav .pagination li a{
     border:1px solid #ddd;
}
/*sorting-options*/
 .sorting-options-main {
     border: 1px solid #e3e3e3;
     padding: 20px;
}
 .sorting-options {
     padding: 10px 0px 0;
}
 .sorting-options .change-view-button {
     margin-top: 10px;
}
 .sorting-options .change-view-button a {
     display: inline-block;
     font-size: 24px;
     margin-right: 10px;
     color: #323232;
}
 .sorting-options .change-view-button a.active {
     color: var(--base-skin);
}
 .sorting-options .change-view-button a:hover {
     color: var(--base-skin);
}
 .sorting-options .pagination > li > a {
     padding: 5px 12px;
     font-size: 14px;
}
 .sorting-options .selected-box {
     display: inline-block;
     padding: 4px;
     border-color: #e3e3e3;
     width: 100%;
}
/*.car-grid */
 .product-listing .car-grid {
     margin-top: 30px;
}
 .product-listing .car-grid {
     border: 1px solid #e3e3e3;
     padding: 20px;
     background: #f6f6f6
}
 .product-listing .car-grid .car-item {
     margin-top: 0px;
}
 .product-listing .car-grid .car-title a {
     position: relative;
     display: inline-block;
     font-size: 20px;
     font-weight: 600;
     color: #363636;
}
 .product-listing .car-grid .price span {
     font-size:14px;
    color: #838181;
     font-weight: bold;
}
 .product-listing .car-grid .price span.old-price {
     color: #999999;
     text-decoration: line-through;
     padding-right: 5px;
     font-size: 13px;
     font-weight: 400;
}
 .product-listing .car-grid .price a.button {
     padding: 3px 20px;
}
 .product-listing .car-grid .car-list {
     margin-top: 21px;
}
 .product-listing .car-grid .car-list ul li {
     border: 1px solid #e3e3e3;
     padding: 1px 10px;
     font-size: 12px;
     display: inline-block;
}
 .product-listing .car-grid .car-item .car-overlay-banner ul {
     top: 50%;
}
 .product-listing .car-grid:hover .car-overlay-banner {
     opacity: 1;
     top: 0;
}
/************************************* Car item **************************************/
 .feature-car.new-arrival .car-item {
     margin-bottom: 30px;
}
 .feature-car.new-arrival .owl-carousel .car-item {
     margin-bottom: 0px;
}
 .car-item {
     position: relative;
     overflow: hidden;
}
 .car-item .car-content {
     background: #ffffff;
     padding: 20px;
}
 .car-item .car-content a {
     font-size: 16px;
     font-weight: 600;
     color: var(--base-black);
     display: block;
     text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 .car-item .car-content a img {
    border-radius: 50%;
}
 .car-item .car-content a:hover {
     color: #363636;
}
 .car-item .price span {
     font-size:14px;
    color: #838181;
     font-weight: bold;
}
 .car-item .price span.old-price {
     color: #999999;
     text-decoration: line-through;
     padding-right: 5px;
     font-size: 13px;
     font-weight: 400;
}
 .car-item .separator {
     margin-bottom: 15px;
}
 .car-item .separator:after {
     width: 50px;
     display: block;
     margin: auto;
     content: "";
     height: 1px;
     background: #000000;
     bottom: 0px;
     left: 50%;
     transition: width .8s ease, background-color .8s ease;
     -webkit-transition: width .8s ease, background-color .8s ease;
     -o-transition: width .8s ease, background-color .8s ease;
     -ms-transition: width .8s ease, background-color .8s ease;
     -moz-transition: width .8s ease, background-color .8s ease;
}
 .car-item .separator:before {
     content: '';
     display: block;
     margin: auto;
     left: 50%;
     height: 1px;
     width: 30px;
     bottom: -10px;
     background: #000000;
     transition: width .8s ease, background-color .8s ease;
     -webkit-transition: width .8s ease, background-color .8s ease;
     -o-transition: width .8s ease, background-color .8s ease;
     -ms-transition: width .8s ease, background-color .8s ease;
     -moz-transition: width .8s ease, background-color .8s ease;
     margin-bottom: 4px;
}
 .car-item:hover .separator:before {
     width: 50px;
     left: 0;
     background: var(--base-skin);
}
 .car-item:hover .separator:after {
     width: 30px;
     left: 0;
     background: var(--base-skin);
}
 .car-item .car-list {
     background: #ffffff;
     color: #363636;
     overflow: hidden;
     bottom: 144px;
     height: 0;
     left: 0;
     position: absolute;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     width: 100%;
     z-index: 2;
     text-align: center;
}
 .car-item .car-list li {
     line-height: 38px;
     color: #999999;
     display: inline-block;
     padding-right: 5px;
     padding-left: 5px;
}
 .car-item .car-list li i {
     padding-right: 3px;
}
 .car-item:hover .car-list {
     height: 40px;
     border-bottom: 1px solid #f6f6f6;
}
 .car-item .car-image {
     position: relative;
     overflow: hidden;
}
 .car-item .car-overlay-banner {
     background: rgba(84, 35, 56, 0.7);
     position: absolute;
     top: -100%;
     height: 100%;
     width: 100%;
     opacity: 0;
     transition: all 0.5s ease-out 0s;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
}
 .car-item .car-overlay-banner ul {
     left: 0;
     position: absolute;
     right: 0;
     top: 40%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     z-index: 99;
}
 .car-item .car-overlay-banner ul li {
     display: inline-block;
}
 .car-item .car-overlay-banner ul li a {
     background: transparent;
     border: 2px solid #ffffff;
     color: #ffffff;
     width: 36px;
     height: 36px;
     line-height: 36px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
}
 .car-item .car-overlay-banner ul li a:hover {
     background: #ffffff;
     color: var(--base-skin);
}
 .car-item:hover .car-overlay-banner {
     opacity: 1;
     top: 0;
}
 .car-item.gray-bg .car-content {
     background: #f6f6f6;
}
/*pagination-nav*/
 .pagination {
     margin: 0px;
}
 .pagination li a {
     font-size: 15px;
     font-weight: 500;
     margin: 0 5px;
     color: #626262;
     border-radius: 0px;
}
 .pagination > li > a, .pagination > li > span {
     padding: 8px 16px;
     border-color: #e3e3e3;
     border-radius: 0px;
}
 .pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
     border-radius: 0px;
}
 .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
     background-color: var(--base-skin);
     border-color: var(--base-skin);
     color: #fff;
}
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
     background-color: var(--base-skin);
     border-color: var(--base-skin);
     color: #fff;
}
 .make-wrapper {
     justify-content: space-between;
     flex-direction:row ;
}
 .make-wrapper a {
     flex-direction:row ;
     margin: 0px;
     padding: 0px;
}
 .make-wrapper span {
     font-size:12px;
     color: #838181;
}
 .car-title {
     margin: 0px;
     color:black
}
 .bodytype {
     display: flex;
     justify-content: space-between;
}
 .bodytype p {
     font-size:12px;
     padding: 0px;
     margin: 0px;
}
 .car-item .price {
     justify-content: space-between;
}
 .car-item .year-milage {
     font-size:12px;
    color: #838181;
}
 .new-price {
     font-size:14px;
    color: #838181;
}
 .button {
     text-align: center;
     background: var(--base-skin);
     color: var(--base-white);
     display: inline-block;
     text-transform: capitalize;
     vertical-align: middle;
     border-radius: 25px;
}
 .button:hover {
     color: var(--base-white);
}
/* Custom styling for Slick arrows */
 .slick-prev, .slick-next {
     background-color: #7F7B7C;
     color: var(--base-black);
     border-radius: 50%;
     width: 30px;
     height: 30px;
     display: flex !important;
     justify-content: center;
     align-items: center;
}
 .slick-prev:before {
    content: '\f053';
    font: 12px / 1 FontAwesome;
}
 .slick-next:before {
    content: '\f054';
    font: 12px / 1 FontAwesome;
}
 .slick-prev {
     left: -15px;
     z-index: 1;
}
 .slick-next {
     right: -15px;
}
 .slick-slide {
     padding: 0;
}
 .slick-disabled {
     opacity: 0;
     pointer-events:none;
}
 .car-image .slider-thumbnail img {
     object-fit: cover;
     transform: none;
     width: 100%;
     -webkit-transition: none;
}
 #cars_preview {
     margin-top: 10px;
}
 #cars_preview .image-gradient {
     position: relative;
     overflow: hidden;
     border-radius: 0px;
}
/*#cars_preview .image-gradient img{
     border-style: none;
     height: auto;
     max-width: 100%;
     vertical-align: middle;
}
*/
 #cars_preview .image-gradient::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0);
     transition: background-color 0.3s ease;
     border-radius: 10px 10px 0px 0px;
}
 #cars_preview .image-gradient:hover::before {
     background-color: rgba(0, 0, 0, 0.5);
}
 .vehical-card:hover .image-gradient {
     border-radius: 5px 5px 0px 0px;
}


 .vehical-card .image-gradient .car-images{

     aspect-ratio: 3 / 2;
     height: auto!important;
     width: 100%!important;
     border-radius: 10px 10px 0px 0px;
}
 .vehical-card.card {
     /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
     margin: 10px 0 10px 0px;
     border-radius: 10px;
     border:1px solid #b7b7b7;
/*     border-top: none;
     border-left: none;
     border-right: none;*/
}
 .vehical-card .card-body {
     padding-top: 10px;
     /*max-height: 150px;*/
}
 .vehical-card .card-text-body {
     min-height: 80px;
}


 .vehical-card .view-details-btn {
     border-radius: 5px;
     border: transparent .5px solid;
     display: none;
     background-color: #7F7B7C;
     color: var(--base-white);
     font-size: 12px;
     padding: 8px 18px;
     font-weight: 600;
}


 .vehical-card.card .make-image {
     position: absolute;
     top: 10px;
     left: 10px;
     background: var(--base-white);
     border-radius: 50%;
}
 .vehical-card.card .make-image img{
     border-radius: 50%;
}
 .view-details-btn:hover {

    
     background-color: transparent;
    
     color: var(--base-white);
     border: 1px solid var(--base-white);
     transition-duration: 0.3s;
}
 .vehical-card:hover .view-details-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
/* .vehical-card:hover .card-body {
     border-bottom-right-radius:10px;
     border-bottom-left-radius:10px;
     transition-duration:0.8s;
     background-color: rgba(0, 0, 0, 0.5);
}
 .vehical-card:hover .card-text-body h5 {
     transition-duration:0.8s;
     color: var(--base-white);
}*/
 .vehical-card .stock-detail-text {
     margin-top: 5px;
     display: flex;
     justify-content: space-evenly;
}
 .vehical-card:hover .stock-detail-text {
     display: none!important;
}
 .vehical-card:hover .transmission {
     display: block!important;
}
 .vehical-card .card-text-body h5 {
     font-size: 15px;
     font-weight: 600;
}
 .vehical-card .card-text-body p {
     margin: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     max-width: 200px;
     font-size: 14px;
}
/*.prt-view-wrap {
     position: absolute;
     top: 15px;
     right: 15px;
}
*/
 .prt-view-wrap a {
     display: block;
     width: 30px;
     height: 30px;
     background-color: var(--base-white);
     color: var(--base-black);
     border-radius: 50%;
     font-size: 15px;
     line-height: 28px;
     text-align: center;
     position: relative;
     top: 4px;
}
 .prt-view-wrap a img{
     position: relative;
     display: block !important;
     top: 2px;
     left: 2px;
}
 #cars_preview .title-not-found {
     font-size: 26px;
     margin-top: 40px;
}
 #tab-grid .prt-view-wrap a img{
     display: inline !important;
}
 #tab-grid .prt-view-wrap {
     position: absolute;
     top: 15px;
     right: 15px;
}
 #tab-grid .prt-view-wrap a {
     display: block;
     width: 30px;
     height: 30px;
     background-color: rgb(255 255 255 / 50%);
     color: var(--base-black);
     border-radius: var(--base-border-radius-50);
     font-size: 15px;
     line-height: 28px;
     text-align: center;
}
 #tab-grid .prt-view-wrap a:hover {
     background-color: rgb(255 255 255 / 100%);
}
 .ui-autocomplete {
     max-height: 200px;
     overflow-y: auto;
     overflow-x: hidden;
}
 .ui-widget.ui-widget-content {
     border:1px solid #e3e3e3;
     background: var(--base-white);
}
 .ui-menu .ui-menu-item-wrapper:hover {
     background-color: #e3e3e3;
}
 .year-slide .year input {
     background: transparent;
     border: none;
     height: inherit;
     display: block;
     color: var(--base-black);
     font-size: 14px;
     padding: 2px 0px;
     display: inline-block;
     width: 200px;
     border: 0;
     font-weight: 600;
}
 .ui-widget-header {
     background-color: var(--base-skin);
}
 .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 {
     border: 1px solid var(--base-skin);
}
 .widget .apply-filter {
     margin: 0 auto;
     padding: 10px 50px;
     border-radius: 25px;
     font-size: 16px;
     border: .5px solid transparent;
     background-color: var(--base-skin);
}
 .widget .apply-filter:hover {
     background-color: var(--base-dark);
}
 .paginationjs .paginationjs-pages li.active>a {
     background-color: var(--base-skin)!important;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
     top:50%!important;
}
 .select2-container--default span.select2-dropdown.select2-dropdown--below {
     top: 0!important;
}
 .bubble {
     animation: bubble 0.5s infinite ease-in-out;
     &:hover {
         animation-play-state: paused;
    }
}
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: var(--base-skin)!important;
}
 @keyframes bubble {
     0% {
         backface-visibility: hidden;
         scale: 1;
    }
     50% {
         backface-visibility: hidden;
         scale: 1.03;
    }
     100% {
         backface-visibility: hidden;
         scale: 1;
    }
}
 @keyframes moveLeft {
     0% {
         transform: translateX(75%);
    }
     100% {
         transform: translateX(0%);
    }
}
.moveLeft {
     animation: moveLeft 1.5s infinite ease-in-out;
     animation-play-state: running;
     &:hover {
         animation-play-state: paused;
    }
}
 @keyframes moveRight {
     0% {
         transform: translateX(-30%);
    }
     100% {
         transform: translateX(30%);
    }
}
.moveRight {
     animation: moveRight 1.5s infinite ease-in-out;
     animation-play-state: running;
     &:hover {
         animation-play-state: paused;
    }
}
#make-slider-toggle:hover .moveLeft,
#make-slider-toggle:hover .moveRight {
    animation-play-state: paused;
}
/*.price-slide {
     padding-bottom: 45px;
}
*/


.status-buttons {
    display: flex;
    gap: 10px;
}

.status-btn {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background-color: #fff;   /* always white */
    color: #000;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    width: 100%;
}

/* Hover → Red */
.status-btn:hover {
    background-color: var(--base-skin);
    color: #fff;
    border-color: var(--base-skin);
}
.status-badge-red
{
    margin: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    color: var(--base-white);
    background-color: var(--base-skin);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 17px;
    border-radius: 7px;
}
.status-badge-blue
{
    margin: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    color: var(--base-white);;
    background-color: #5d87ff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 17px;
    border-radius: 7px;
}

.vehical-card .buttons-block
{
    display: grid;
    
    grid-template-columns: repeat(2, 1fr);
    
    gap: 10px;
}

/* Active (selected) → stays white */
.status-btn.active {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid red ;  /* highlight selection */
}

.select2-container {
    display: block !important;
}
.filter-head .filter-title
{
    margin-bottom: 5px;
}
.makes-parent .makes-head .makes-title,.models-parent .models-head .models-title
{
    margin-bottom:0;
}
.result-pill
{
    
    font-size: 13px;
    font-weight: bolder;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: var(--base-black);
    background: #7F7B7C;
    text-align: center;
    display: inline-block;
    
}
.make-grid {
    padding: 15px 0;
}

/* Fixed size box */
.make-item {
    padding: 10px;
    box-sizing: border-box;
}

.make-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: transform 0.5s ease-in-out;
}

.make-card img {
    
    width: 100px;
    height: 100px;
    
    object-fit: contain;
    margin-bottom: 5px;
}

.make-card p {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    font-weight: 600;
    color: var(--base-black);
}
#make-filter-list .slick-track {
    margin-left: 0 !important;
}

#make-filter-list .slick-slide {
    display: block !important;
}
a.active,button.active
{
    border:2px solid var(--base-skin)!important;
}

/*models*/

.model-item {
    padding: 8px;
    box-sizing: border-box;
}

.model-card {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-right:20px;
    
}
.model-card .result-pill,.make-card .result-pill
{
    width: 23px!important;
    height: 23px!important;
    line-height: 25px!important;
    background: transparent;
}

.model-card .result-pill
{
    right: 5px;
}

.make-card .result-pill
{
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.model-card p {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    font-weight: 600;
    color: var(--base-black);
}
.colors-years-parent
{
    margin-bottom: 20px;
}
.colors-years-parent h5
{
    margin-top: 20px;
    margin-bottom: 0;
}
.color-slider
{
    margin: 10px;
}
.color-slider .color-btn
{
    width: 100%!important;
    font-size: 13px;
    line-height: 15px;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    margin-left: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.color-slider  .slick-prev,.color-slider  .slick-next
{
    width: 22px;
    height: 22px;
}
.color-slider .slick-next
{
    right: -22px;
}
.color-slider .slick-prev
{
    left: -25px;
}

.slick-slider .slick-dots {
    display: flex !important;
    justify-content:center;
    overflow-x: auto;
    scrollbar-width: none; 
    margin-top: 10px;
    padding: 0;
}

.slick-slider .slick-dots::-webkit-scrollbar {
    display: none;
}

.slick-slider .slick-dots li {
    flex: 0 0 auto;
    width: 40px;
    height: 8px;
    margin: 0;
}
.slick-slider .slick-dots li:first-child button{
    border-radius: 10px 0px 0px 10px;
}
.slick-slider .slick-dots li:last-child button{
    border-radius: 0px 10px 10px 0px;
}
.slick-slider li::marker {
    content: none;
}
.slick-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius:0;
    background: #7F7B7C;
}

.slick-slider .slick-dots li.slick-active button {
    background: var(--base-skin);
}

.color-slider .slick-prev,.color-slider .slick-next
{
    top: 35%!important;
}
#make-filter-list .slick-prev,#make-filter-list .slick-next,#model-filter-list .slick-prev,#model-filter-list .slick-next
{
    top: 48%!important;
}
.vehical-card.card .image-gradient .icon-wrap
{
    position: absolute;
    right: 7px;
    bottom: 7px;
}
.vehical-card.card .image-gradient .icon-wrap a img
{
    filter:drop-shadow(#7F7B7C .1rem .1rem 5px);
    width:23px; 
    height:23px;
}
.slick-dots li:only-child {
    display: none !important;
}

.slick-initialized .slick-dots {
    display: flex;
}
.color-slider .slick-track {
    margin-left: 0 !important;
}
.vehical-card.card .image-gradient .icon-wrap a
{
    background: black;
    margin: 0px 3px;
    padding: 5px;
    border-radius: 5px;
    color:white;
}


@media (max-width: 1199px){
.prt-header-style-01 .site-header-menu .d-flex.align-items-center
{
        display: flex !important;
        gap: 15px!important;
}
}
 @media(max-width:767px) {
     .car-grid .car-details {
         padding-top: 15px;
    }
    .sorting-options-main input,.sorting-options-main .select2-container
    {
        margin-bottom: 20px;
    }
    .colors-years-parent
    {
        margin-bottom:0px;
    }
}
 @media(max-width:567px) {
     .product-listing .listing-sidebar .widget-search h5 {
         font-size: 22px;
    }
     .product-listing .listing-sidebar .widget-search ul li {
         font-size: 18px;
    }
     .product-listing .listing-sidebar .widget-search ul li span {
         font-size: 14px;
         width: 35px;
         height: 35px;
         line-height: 35px;
    }
     .product-listing ul.list-group li.list-group-item ul li .form-check .form-check-label {
         font-size: 16px;
    }
    .model-card p {
        font-size: 11px;
        line-height: 13px;
    }
    .model-item {
        padding: 7px;
    }
    .color-slider .color-btn
    {
        line-height: 14px;
        font-size: 12px;
    }
    .vehical-card .buttons-block {
        grid-template-columns: repeat(2, 1fr); /* mobile: 2 per row */
    }
    .btn.btn-custom-outline
    {
        text-align: center;
        font-size: 16px !important;
    }
    
    .make-card img
    {
        width: 70px;
        height: 70px;
    }
    .vehical-card.card .image-gradient .icon-wrap a
    {
        font-size: 14px!important;
    }
    .vehical-card.card .image-gradient .icon-wrap a img
    {
        height: 20px;
        width: 20px;
    }
    

}
 @media(max-width:467px) {
    .make-item {
        padding: 8px 4px;
    }
    .make-card img {
        
        width: 60px;
        height: 60px;
        
        margin-bottom: 2px;
    }
    .make-card p {
        font-size: 11px;
        line-height: 13px;
    }
    .model-card p {
        font-size: 11px;
        line-height: 13px;
    }
    .model-item {
        padding: 8px 3px;
    }
    .container
    {
        padding: 0 15px;
    }
    .sorting-options-main
    {
        border:none;
        padding: 0px;
    }
    .slick-arrow
    {
        width: 22px;
        height: 22px;
    }
    .colors-years-parent .years-title
    {
        margin-bottom: 10px;
    }
    .makes-parent,.models-parent
    {
        margin: 25px 0;
    }
 }
