/********** Template CSS **********/

:root {

    --primary: #e18117;

    --secondary: #0B2154;

    --light: #F2F2F2;

    --dark: #111111;

    --white: #fff;

}



::selection {

    background: var(--primary)!important;

}



.fw-medium {

    font-weight: 600 !important;

}



.back-to-top {

    position: fixed;

    display: none;

    right: 45px;

    bottom: 45px;

    z-index: 99;

}



/* font-size */

.fs_12{

    font-size: 12px;

}

.fs_13{

    font-size: 13px;

}







/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}





/*** Button ***/

.btn {

    font-weight: 500;

    text-transform: uppercase;

    transition: .5s;

}

.btn-primary:hover{

    background-color: #c37218;

}



.btn.btn-primary,

.btn.btn-secondary {

    color: #FFFFFF;

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

    border-radius: 2px;

}





/*** Navbar ***/

.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    vertical-align: middle;

    margin-left: 8px;

    color: var(--primary);

}



.navbar-light .navbar-nav .nav-link {

    margin-right: 30px;

    padding: 25px 0;

    color: #FFFFFF;

    font-size: 15px;

    text-transform: uppercase;

    outline: none;

}



.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-link.active {

    color: var(--primary);

}



@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link  {

        margin-right: 0;

        padding: 10px 0;

    }



    .navbar-light .navbar-nav {

        border-top: 1px solid #EEEEEE;

    }

}



.navbar-light .navbar-brand,

.navbar-light a.btn {

    height: 75px;

}



.navbar-light .navbar-nav .nav-link {

    color: var(--dark);

    font-weight: 500;

}



.navbar-light.sticky-top {

    top: -100px;

    transition: .5s;

}



@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        border: none;

        margin-top: 0;

        top: 150%;

        opacity: 0;

        visibility: hidden;

        transition: .5s;

    }



    .navbar .nav-item:hover .dropdown-menu {

        top: 100%;

        visibility: visible;

        transition: .5s;

        opacity: 1;

    }

}





/*** Header ***/



.carousel .carouselcaption_text{

    position: absolute;

    top: 30px;

    right: 1px;

    z-index: 2;

}

.carousel .carouselcaption_text .welcome_text{

    font-size: 36px;

}

.carousel .carouselcaption_text h4{

    color: var(--primary);

    background-color: var(--white);

    padding: 10px 20px;

    border-radius: 6px 18px 0 50px;

    border-top: 3px solid var(--primary);

    font-size: 20px;

}



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

    .carousel .carouselcaption_text h4{

        font-size: 15px;

    }

    .carousel .carouselcaption_text .welcome_text{

        font-size: 28px;

    }

}

.carousel .carouselcaption_text h4 i{

    transform: scaleX(-1);

    -moz-transform: scaleX(-1);

    -webkit-transform: scaleX(-1);

    -ms-transform: scaleX(-1);

}





















.carousel-caption {

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, .7);

    z-index: 1;

}



.carousel-control-prev,

.carousel-control-next {

    width: 10%;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    width: 3rem;

    height: 3rem;

}
@media (min-width: 768px) {
#header-carousel .carousel-item{
    height: 500px;
}
}


@media (max-width: 767.98px) {

    #header-carousel .carousel-item {

        position: relative;

        min-height: 445px;

    }

    

    #header-carousel .carousel-item img {

        position: absolute;

        width: 100%;

        height: 100%;

        object-fit: cover;

    }

}



.page-header {
/* background: url(../img/carousel-bg-2.jpg) !important; */
    background-position: center center ;
    background-repeat: no-repeat;
    background-size: cover;
background-image: url(../img/page-header-bg.jpg) !important;
}



.page-header-inner {

    background: rgba(0, 0, 0, .7);

}



.breadcrumb-item + .breadcrumb-item::before {

    color: var(--light);

}





/*** Facts ***/

.fact {

    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2new.jpg);

    background-position: top center;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

}

.fact .col-lg-4{

    box-shadow: 1px 1px 2px #e18117;

    margin: 0 !important;

}

.fact .col-lg-4:hover{

    background:#e1811729;

}

.fact .col-lg-4:hover i {

    color: var(--white) !important;

}

.fact h5{

    font-size: 16px;

}







/*** Search Inventory ***/

.inventory_main{

    position: absolute;

    top: 40%;

    width: 500px;

    left: 10%;

    z-index: 10;

}

.all_status_inventory ul{

    list-style-type: none;

    display: flex;

    justify-content: start;

    margin: 0;

    padding: 0;

}

.all_status_inventory ul li{

    padding: 12px 18px;

    cursor: pointer;

    color: #fff;

    font-weight: 500;

}

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

    .all_status_inventory ul li{

        padding: 12px 18px;

        cursor: pointer;

        color: var(--dark);

        font-weight: 500;

    }

}

.all_status_inventory ul .active{

    background: #fff;

    border-radius: 8px 8px 0 0;

    color: var(--primary);

    border-top: 2px solid var(--primary);

}

.all_inventory_field{

    background-color: #fff;

    padding: 20px 10px;

    border-radius: 0 10px 10px 10px;

}

.select_option{

    border-radius: 5px;

    color: #5a5a5a;

}

.search_btn{

    padding: 6px 10px;

    border: 1px solid #e18117;

    border-radius: 5px;

}

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

    .inventory_main{

        /* position: relative; */

        top: 20%;

        width: 80%;

        left: 10%;

        z-index: 10;

        padding-top: 0rem !important;

        padding-bottom: 1.5rem !important;

    }

    .all_inventory_field {

        background-color: #dbdbdb;

        padding: 20px 10px;

        border-radius: 0 10px 10px 10px;

    }

    .all_status_inventory ul .active {

        background: #dbdbdb;

        border-radius: 8px 8px 0 0;

        color: var(--primary);

        border-top: 2px solid var(--primary);

    }

}



/*** Search Inventory ***/









































/*** Service ***/

.service .nav .nav-link {

    background: var(--light);

    transition: .5s;

}



.service .nav .nav-link.active {

    background: var(--primary);

}



.service .nav .nav-link.active h4 {

    color: #FFFFFF !important;

}











/*** listing ***/



.listing{

    background: #edf8ffad;

}

.listing .more_listing_btn{

    text-align: right;

}

.listing .img_listing{

    height: 380px;

    background-color: #e9e9e8;

    border-radius: 10px;

    box-shadow: inset 1px 1px 6px #cdcdcd;

    position: relative;

}

.img_listing .details_btn{

    position: absolute;

    right: 0;

    bottom: -10px;

    display: none;

    transition: .6s;

}

.img_listing:hover .details_btn{

    display: block;

    transition: .6s;

}

.img_listing .details_btn .btn{

    border-radius: 2px;

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .listing .img_listing{

        height: auto;

        background-color: #e9e9e8;

        border-radius: 10px;

        box-shadow: inset 1px 1px 6px #cdcdcd;

    }

}

@media only screen and (min-width: 1024px) and (max-width: 1191px){

    .listing .img_listing{

        height: auto;

        background-color: #e9e9e8;

        border-radius: 10px;

        box-shadow: inset 1px 1px 6px #cdcdcd;

    }

}

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

    .listing .img_listing{

        height: auto;

        background-color: #e9e9e8;

        border-radius: 10px;

        box-shadow: inset 1px 1px 6px #cdcdcd;

    }

}

.listing .img_listing .img_listing_inner{

    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 4px #9d9b9b96;

}
.listing .img_listing .img_listing_inner .img_listing_inner-image{
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
   
}
.listing .img_listing .img_listing_inner .img_listing_inner-image img{
    height: 100%;
    object-fit: contain;
}
.listing .img_listing .img_listing_inner .inven_listing_inner-image{
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
   
}
.listing .img_listing .img_listing_inner .inven_listing_inner-image img{
    height: 100%;
    object-fit: contain;
}
.listing .img_listing_inner img{

    border-radius: 9px 9px 0 0;

    width: 100%;

}

.feature{

    position: absolute;

    z-index: 2;

    background: var(--primary);

    width: auto;

    padding: 3px 0;

    font-weight: 600;

    text-align: center;

    color: #fff;

    transform: rotate(-41deg);

    margin-left: 0;

    left: -30px;

    top: 26px;

    min-width: 150px;

    font-size: 12px;

    max-width: 150px;

}



.img_listing .caption_listing {

    padding: 16px 10px;

}

.img_listing .caption_listing h3{

    font-size: 20px;

}

.img_listing .caption_listing p{

    font-size: 21px;

    font-weight: 600;

    color: var(--primary);

}

.img_listing .caption_listing .mileage_listing{

    color: #484848;

    font-weight: 500;

}

.year_make{

    border-radius: 2px;

    border: 1px solid var(--primary);

}



#owl_carousel .owl-nav {
    display: flex;
    padding: 10px 0;
    position: absolute;
    bottom: -55px;

}

#owl_carousel .owl-nav button{

    padding: 0px 18px !important;

}

#owl_carousel .owl-nav button span{

    font-size: 30px;

    color: #0000006e;

}

#owl_carousel .owl-nav button:hover span{

    color: var(--dark);

}

#owl_carousel .owl-nav .owl-prev{

    background-color: #e1e1e1;

}

#owl_carousel .owl-nav .owl-next{

    background-color: #e1e1e1;

}



.listing_page .listing_filter{

    background-color: var(--secondary);

    padding: 24px 14px;

}

.listing_page .listing_filter .form-control{

    border-radius: 4px;

    height: 50px;

}

.listing_page .listing_filter .advanced_icons{

    color: var(--white);

}

.listing_page .listing_filter #advanced_dropdown{

    cursor: pointer;

}

.listing_page .listing_advanced_filter{

    background-color: var(--light);

    padding: 24px 14px;

    display: none;

}

.listing_page .listing_advanced_filter .form-control{

    border-radius: 4px;

    height: 38px;

    font-size: 14px;

}

.listing_page .listing_advanced_filter .slider-box{

    font-size: 14px;

}

.listing_page .listing_advanced_filter #priceRange{

    margin: 3px 0;

    display: block;

    max-width: 100%;

    border: 0;

    background: transparent;

}

.listing_advanced_filter .form-check{

    font-size: 14px;

}

.listing_page .form-group{

    position: relative;

}

.listing_page .form-group .select_icons{

    position: absolute;

    top: 0px;

    right: 0px;

    background: #d5d2d2;

    padding: 17px;

    border-radius: 0 4px 4px 0px;

    pointer-events: none;

    color: #3c3c3c;

}

.listing_page .listing_advanced_filter .form-group .select_icons{

    position: absolute;

    top: 0px;

    right: 0px;

    background: #d5d2d2;

    padding: 13px;

    border-radius: 0 4px 4px 0px;

    pointer-events: none;

    color: #3c3c3c;

    font-size: 12px;

}

.sort{

    font-size: 14px;

}

.sort .select_option{

    font-size: 13px;

}


.accordion-header-h2 {
    margin-bottom: 0;
    font-size: 20px;
    padding: 18px 0;
    font-weight: 500;
}










/*** Team ***/

.team-item .team-overlay {

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    transform: scale(0);

    transition: .5s;

}

.team-item .team-overlay::before{

    content: '';

    background: var(--primary);

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

    opacity: .6;

}



.team-item:hover .team-overlay {

    transform: scale(1);

}



.team-item .team-overlay .btn {

    color: var(--primary);

    background: #FFFFFF;

    z-index: 2;

}



.team-item .team-overlay .btn:hover {

    color: #FFFFFF;

    background: var(--secondary)

}





/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-text,

.testimonial-carousel .owl-item.center .testimonial-text * {

    transition: .5s;

}



.testimonial-carousel .owl-item.center .testimonial-text {

    background: var(--primary) !important;

}



.testimonial-carousel .owl-item.center .testimonial-text * {

    color: #FFFFFF !important;

}



.testimonial-carousel .owl-dots {

    margin-top: 24px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.testimonial-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    border: 1px solid #CCCCCC;

    transition: .5s;

    background: #e1e1e1 !important;

}



.testimonial-carousel .owl-dot.active {

    background: var(--primary) !important;

    border-color: var(--primary);

}





/*** Footer ***/

.footer {

    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-2new.jpg) center center no-repeat;

    background-size: cover;

}



.footer .btn.btn-social {

    margin-right: 5px;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--light);

    border: 1px solid #FFFFFF;

    border-radius: 35px;

    transition: .3s;

}



.footer .btn.btn-social:hover {

    color: var(--primary);

}



.footer .btn.btn-link {

    display: block;

    margin-bottom: 5px;

    padding: 0;

    text-align: left;

    color: #FFFFFF;

    font-size: 15px;

    font-weight: normal;

    text-transform: capitalize;

    transition: .3s;

}



.footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 10px;

}



.footer .btn.btn-link:hover {

    letter-spacing: normal;

    box-shadow: none;

}



.footer .copyright {

    padding: 25px 0;

    font-size: 15px;

    border-top: 1px solid rgba(256, 256, 256, .1);

}



.footer .copyright a {

    color: var(--light);

}



.footer .footer-menu a {

    margin-right: 15px;

    padding-right: 15px;

    border-right: 1px solid rgba(255, 255, 255, .3);

}



.footer .footer-menu a:last-child {

    margin-right: 0;

    padding-right: 0;

    border-right: none;

}















/*** Booking ***/

/* .booking {

    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;

    background-size: cover;

    background-attachment: fixed;

} 

.bootstrap-datetimepicker-widget.bottom {

    top: auto !important;

}



.bootstrap-datetimepicker-widget .table * {

    border-bottom-width: 0px;

}



.bootstrap-datetimepicker-widget .table th {

    font-weight: 500;

}



.bootstrap-datetimepicker-widget.dropdown-menu {

    padding: 10px;

    border-radius: 2px;

}



.bootstrap-datetimepicker-widget table td.active,

.bootstrap-datetimepicker-widget table td.active:hover {

    background: var(--primary);

}



.bootstrap-datetimepicker-widget table td.today::before {

    border-bottom-color: var(--primary);

} */

.grid-margin {
    margin-bottom: 15px;
}
.finance sub{

    color: red;

    top: -2px;

    position: relative;

}

.finance .accordion-body{

    background: #f5f5f5;

}

.finance .accordion-button:focus {

    z-index: 3;

    background: #e37f11;

    color: #fff;

    outline: 0;

    box-shadow: 0 0 0 0.25rem rgb(216 19 36 / 25%);

}

.finance .accordion-button:not(.collapsed) {

    color: #e37f11;

    background-color: #fbe7e9;

    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);

}

.finance .accordion-button::after {

    flex-shrink: 0;

    width: 1.25rem;

    height: 1.25rem;

    margin-left: auto;

    content: "";

    background-repeat: no-repeat;

    background-size: 1.25rem;

    transition: transform 0.2s ease-in-out;

    filter: hue-rotate(88deg);

}

.finance .vin_input{

    width: 5%;

}

.finance .form_description{

    font-size: 13px;

    display: block;

}

.finance .document_checked{

    line-height: 1.3;

    font-size: 14px;

}

.finance .summery_field{

    background-color: #ccc;

    padding: 10px;

}

.finance .summery_field .input-group-text{

    width: 56%;

    font-size: 14px;

}















/*** Contact ***/

.contact{



}

.quick_contact{

    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;

    background-size: cover;

    padding: 17px;

    color: var(--white);

}

.quick_contact h6{

    color: var(--white);

}

.quick_contact h4{

    color: var(--white);

}























/*** Details ***/

.details .details_miles{

    font-weight: 500;

}

.details .details_miles .miles i , .details_miles .fuel i{

    color: var(--secondary);

    font-size: 6px;

    top: -3px;

    position: relative;

}

.details .heading-section {

	text-align: left;

	margin-bottom: 20px;

}

.details .sub-heading {

    font-size: 12px;

    display: block;

    font-weight: 600;

    color: #2e9ca1;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.details .heading-section h2 {

	font-size: 30px;

    font-weight: 500;

    padding-top: 5px;

    padding-bottom: 5px;

}

.details .user-img {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    position: relative;

	min-width: 80px;

	background-size: 100%;

}

.details .carousel-testimonial .item {

	padding: 30px 10px;

}

.details .quote {

	position: absolute;

    top: -23px;

    color: #2e9da1;

    font-size: 27px;

}

.details .name {

	margin-bottom: 0;

    line-height: 14px;

    font-size: 17px;

    font-weight: 500;

}

.details .position {

	color: #adadad;

	font-size: 14px;

}



.details .product-thumb .item img {

	height: 100px;

    border-radius: 10px;

}

.details .product-name {

	font-size: 22px;

	font-weight: 500;

	line-height: 22px;

	margin-bottom: 4px;

}

.details .product-price-discount {

	font-size: 22px;

    font-weight: 400;

    padding: 10px 0;

    clear: both;

}

.details .product-price-discount span.line-through {

	text-decoration: line-through;

    margin-left: 10px;

    font-size: 14px;

    vertical-align: middle;

    color: #a5a5a5;

}

.details .display-flex {

	display: flex;

}

.details .align-center {

	align-items: center;

}

.details .product-info {

	width: 100%;

}

.details .product-dtl{

    display: block;

    position: -webkit-sticky;

    position: sticky;

    top: 15%;

}







.details .product-dtl p {

	font-size: 14px;

	line-height: 24px;

	color: #7a7a7a;

}

.details .product-dtl .form-control {

	font-size: 15px;

}

.details .product-dtl label {

	line-height: 16px;

	font-size: 15px;

}

.details .form-control:focus {

	outline: none;

	box-shadow: none;

}

.details .product-count {

	margin-top: 15px; 

}

.details .product-count .qtyminus,

.details .product-count .qtyplus {

	width: 34px;

    height: 34px;

    background: #212529;

    text-align: center;

    font-size: 19px;

    line-height: 36px;

    color: #fff;

    cursor: pointer;

}

.details .product-count .qtyminus {

	border-radius: 3px 0 0 3px; 

}

.details .product-count .qtyplus {

	border-radius: 0 3px 3px 0; 

}

.details .product-count .qty {

	width: 60px;

	text-align: center;

}

.details .round-black-btn {

	border-radius: 4px;

    background: #212529;

    color: #fff;

    padding: 7px 45px;

    display: inline-block;

    margin-top: 20px;

    border: solid 2px #212529; 

    transition: all 0.5s ease-in-out 0s;

}

.details .round-black-btn:hover,

.details .round-black-btn:focus {

	background: transparent;

	color: #212529;

	text-decoration: none;

}



.details .product-info-tabs {

	margin-top: 25px; 

}

.details .product-info-tabs .nav-tabs {

	border-bottom: 2px solid #d8d8d8;

}

.details .product-info-tabs .nav-tabs .nav-item {

	margin-bottom: 0;

}

.details .product-info-tabs .nav-tabs .nav-link {

	border: none; 

	border-bottom: 2px solid transparent;

	color: #323232;

}

.details .product-info-tabs .nav-tabs .nav-item .nav-link:hover {

	border: none; 

}

.details .product-info-tabs .nav-tabs .nav-item.show .nav-link, 

.details .product-info-tabs .nav-tabs .nav-link.active, 

.details .product-info-tabs .nav-tabs .nav-link.active:hover {

	border: none; 

	border-bottom: 2px solid #d8d8d8;

	font-weight: bold;

}

.details .product-info-tabs .tab-content .tab-pane {

	padding: 30px 20px;

	font-size: 15px;

	line-height: 24px;

	color: #7a7a7a;

}

.details .review-form .form-group {

	clear: both;

}

.details .mb-20 {

	margin-bottom: 20px;

}



.details .review-form .rate {

	float: none;

	display: inline-block;

}

.details .review-heading {

	font-size: 24px;

    font-weight: 600;

    line-height: 24px;

    margin-bottom: 6px;

    text-transform: uppercase;

    color: #000;

}

.details .review-form .form-control {

	font-size: 14px;

}

.details .review-form input.form-control {

	height: 40px;

}

.details .review-form textarea.form-control {

	resize: none;

}

.details .review-form .round-black-btn {

	text-transform: uppercase;

	cursor: pointer;

} 


.product-slider .owl-stage-outer .owl-stage .owl-item .item {
    height: 550px;
    box-shadow: 0px 2px 2px 2px #ccc;
    margin-bottom: 25px;
    margin-top: 15px;
    border: 1px solid #ccc;
    background: whitesmoke;
}
.product-slider .owl-stage-outer .owl-stage .owl-item .item img{
    height: 100%;
    object-fit: contain;
}

.details .owl-nav button {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	outline: none;

	height: 25px;

}

.details .owl-nav button svg {

	width: 25px;

	height: 25px;

}

.details .owl-nav button.owl-prev {

	left: -25px;

}

.details .owl-nav button.owl-next {

	right: -25px;

}

.details .owl-nav button span {

	font-size: 45px;

}

.details #thumb .item{

    opacity: .6;

    border: 2px solid transparent;

}

.details #thumb .current .item{

    opacity: 1.0;

    border: 2px solid #e18117;

    border-radius: 15px;

    overflow: hidden;

}

.details .product-dtl .price_details .emi{

    font-size: 14px;

    background: #f3f3f3;

    padding: 10px;

}

.details .product-dtl .price_details .emi .count_price{

    color: var(--primary);

    font-weight: 500;

    font-size: 15px;

}

.details .product-dtl .price_details .emi .emi_heading{

    border-right: 1px solid var(--primary);

}

.details .product-dtl .price_details .emi .emi_heading:nth-child(3){

    border: 0;

}

.details .product-dtl .price_details .emi .emi_icons{

    color: var(--secondary);

    font-size: 6px;

    top: -2px;

    position: relative;

}

.details .product-dtl .details_car{

    background: #f2f2f2;

    padding: 16px;

}

.details .product-dtl .details_car .more_Details{

    text-align: right;

    display: block;

}

.details .product-dtl .details_car h6{

    margin: 0;

}

.details .product-dtl .details_car p{

    margin: 0;

}

.details_car .details_car_icons{

    font-size: 6px;

    color: var(--primary);

}

.product_btn_inner{

    column-count: 2;

}

@media only screen and (max-width: 600px) {
    .product-slider .owl-stage-outer .owl-stage .owl-item .item {
        height: 250px;
      
    }
    .details #thumb .item{
        height: 50px;
        border: 2px solid #ccc;
    border-radius: 15px;
    margin-left: 10px;
    }
    .details #thumb:first-child .item{
    margin-left: 0px;
    }
    .details .product-thumb .item img{
        height: 100%;
        object-fit: contain;
    }
  }











/*** Appraisal ***/

.vehicle_condition a{

    width: 100%;

    display: block;

    padding: 17px;

}


.morecontent span {
	display: none;
}

