 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: var(--base-white);
     color: white;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     display: flex !important;
     justify-content: center;
     align-items: center;
}
 .slick-prev:before {
     content: '\e808';
     font-family: 'fontello';
     color: var(--base-black);
     font-size: 20px;
}
 .slick-next:before {
     content: '\e809';
     font-family: 'fontello';
     color: var(--base-black);
     font-size: 20px;
}
 .slick-prev {
     left: 10px;
     z-index: 1;
}
 .slick-next {
     right: 10px;
}
 .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;
}
 #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 img{
     aspect-ratio: 3 / 2;
     height: auto!important;
     width: 100%!important;
}
 .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: 0px;
     border-top: none;
     border-left: none;
     border-right: none;
}
 .vehical-card .card-body {
    /*padding-top: 11px;
    */
     max-height: 125px;
}
 .vehical-card .card-text-body {
     min-height: 80px;
}
 .vehical-card .view-details-btn {
     border-radius: 5px;
     border: transparent .5px solid;
     display: none;
     background-color: var(--base-dark);
     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: var(--base-black);
     color: var(--base-white);
     border: 1px solid var(--base-white);
     transition-duration: 0.3s;
}
 .vehical-card:hover .view-details-btn {
     position: relative;
     display: block;
}
 .vehical-card:hover .card-body {
     transition-duration:0.8s;
     background-color: var(--base-black);
}
 .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: 16px;
     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;
    }
}
/*.price-slide {
     padding-bottom: 45px;
}
*/
 @media(max-width:767px) {
     .car-grid .car-details {
         padding-top: 15px;
    }
}
 @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;
    }
}
