section.shop-info {
    padding-top: 0
}

section.car-info {
    padding-bottom: 0 !important;
}

.car-summary > .col-inner {
    display: flex;
    justify-content: flex-end;
}
.accordion-title{
    padding: 0px !important;
    border-top: 0 !important;
    padding-top:15px !important;
    padding-bottom:15px !important;
}
.accordion-inner{
    padding: 0px !important;
}
.accordion .toggle {
    top: 15px !important;
    left: unset !important;
    right: 2em !important;
}
.car-summary > .col-inner > .row {
    flex: 1 1 100%;
}

ul.car-specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.car-specs li {
    flex: 0 0 28%;
    max-width: 28%;
}

.shop-owner > .col-inner {
    overflow: hidden;
}


.shop-owner h3,
.shop-owner p {
    position: relative;
    z-index: 2;
}

.car-single-page .car-summary .location {
    color: var(--primary-color);
    font-weight: 600 !important;
    margin-bottom: 0;
    font-size: 1.5rem;
    display: flex;
}

.car-single-page .car-summary .location .icon-map-pin-fill::before {
    transform: scale(1.5);
    margin-right: .5em;
    margin-top: .2px;
}

.car-single-page .car-summary .title {
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-bottom: 0;
    font-size: 2em !important;
}

.car-single-page .car-summary .subtitle {
    text-transform: uppercase;
    color: #CBCCCC;
    font-size: 1.7em !important;
    line-height: 1.7em;
    margin-bottom: 1rem;
}

.car-single-page .car-summary .attributes {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2em;
    justify-content: space-between;
}

.car-single-page .car-summary .attributes > .icon-box {
    width: calc(20% - 5px);
}


.car-single-page .car-summary p {
    font-size: 18px !important;
}

.car-single-page .car-summary .leasing-price,
.car-single-page .car-summary .price {
    font-size: 3.875em !important;
    line-height: 1em;
    margin: 1rem auto;
}

.car-single-page .car-summary h2.leasing-price:not(:only-of-type) {
    font-size: 2rem !important;
    line-height: 1rem !important;
    margin: 1rem auto !important;
    color: var(--primary-color) !important;
}


.car-page-wrapper .slider.carousel-main .flickity-prev-next-button {
    background: rgba(242, 242, 242,.48);
    top: unset;
    left: unset;
    right: unset;
    bottom: 48px;
    width: 40px;
    opacity: .7;
    margin: 0;
    transform: initial !important;
}

.car-page-wrapper .slider.carousel-main .flickity-prev-next-button.next {
    left: 50%;
    border-radius: 0 50px 50px 0 !important;
}

.car-page-wrapper .slider.carousel-main .flickity-prev-next-button.previous {
    right: 50%;
    border-radius: 50px 0 0 50px !important;
}

.car-page-wrapper .slider.carousel-main .flickity-prev-next-button svg {
    /*fill: #fff;*/
    padding: 13px;
}

.car-page-wrapper .slider.carousel-main .flickity-prev-next-button svg path {
    fill: #fff;
}

.car-page-wrapper .slider.carousel-nav {
    padding: 0 .7em !important;
}

.car-page-wrapper .slider.carousel-nav .gallery-col {
    padding: .6em .3em;
}

.car-page-wrapper .slider.carousel-nav .carousel-cell.is-selected .img {
    border: 2px solid red;
}

.car-page-wrapper .slider.carousel-nav .flickity-prev-next-button {
    display: none;
}

.car-page-wrapper .slider.carousel-nav .carousel-cell {
    width: calc(100% / 12);
}

.car-page-wrapper .breadcrumbs ul {
    margin: 0;
}

.car-page-wrapper .breadcrumbs ul * {
    color: #000;
}

.car-page-wrapper .breadcrumbs ul a:last-child {
    text-transform: uppercase;
    font-weight: 600;
}

.car-page-wrapper .breadcrumbs .separator {
    opacity: 1;
    font-size: .8rem;
}

.car-summary .description span.more {
    display: none;
}

.car-summary .description #read-more {
    font-weight: 600;
    margin-left: .5em;
    cursor: pointer;
}



@media only screen and (max-width: 53.125em) {
    .car-single-page .car-summary .price {
        font-size: 46px !important;
        line-height: 55px !important;
    }
    
    ul.car-specs li {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .car-page-wrapper .slider.carousel-nav .carousel-cell {
        width: 20%;
    }
    .shop-owner.center .col-inner .owner-name {
        margin-bottom: 5em !important;
    }
}

/* Fix car gallery images to show full image without cropping */
.car-page-wrapper .carousel-main .img img {
    object-fit: contain !important;
    object-position: center;
    width: 100%;
    height: 100%;
}

.car-page-wrapper .carousel-main .carousel-cell .img {
    height: 577px; /* As defined in the PHP file */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
}

.car-page-wrapper .carousel-main .carousel-cell .img .img-inner {
    width: 100%;
    height: 100%;
}