car-slot {
    /*width: 33%;*/
}

car-info {
    width: 33.3%;
    max-width: 270px;
}

@media screen and (max-width: 800px) {
    car-info {
        width: 100%;
        max-width: initial;
    }

}

.c-model-cfg__footer .package-list .package-list__item {
    width: 100%;
    height: 100%;
}

.c-product-selection--expander {
    display: block;
    overflow: hidden;
}

/** Compare/Builder styles */
.feature-container {
    overflow: hidden;
}

.category-panel .category-panel__body {
    display: block;
    overflow: hidden;
    visibility: visible;
    height: auto;
}
.category-panel .category-panel__body.expanded {
    overflow: visible;
    visibility: visible;
    height: auto;
}
.compare-details__item .add-item--tooltip {
    display: block;
}

.compare-details__item .add-item--added {
    display: block;
}

.c-accessories-list__item > a .actions .success .icon-danger {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #00ae42;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-model-360-colors__item a img {
    border-radius: 50%;
}

.compare-details__item .add-color--added {
    display: block;
}

.c-model-360-inside-reel .o-carousel, .c-model-hero .o-carousel {
    max-height: 600px;
}

.feature-panel.c-model-360 .c-model-360-inside-reel {
    display: none;
}

.feature-panel.c-model-360 .c-model-360-inside-reel.active {
    display: block;
}

.feature-panel {
    overflow: hidden;
}

.price-table tr.engine-list__item td:first-child {
    text-align: center;
}

.feature-list__item .feature-name > .toggle-feature {
    position: relative
}

.feature-list__item .feature-name > .toggle-feature:before {
    position: absolute;
    left: -15px;
    font-family: 'amserv' !important;
    content: "\f107"
}


.feature-list__item.active .feature-name > .toggle-feature:before {
    content: "\f106"
}

.feature-package__img,
.feature-panel__content img {
    max-width: 300px;
}

.category-panel .category-panel__heading .title > .toggle-panel {
    position: relative;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding-left: 15px
}

.category-panel .category-panel__heading .title > .toggle-panel:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: 'amserv' !important;
    content: "\f107";
    font-size: 15px;
    font-weight: normal
}

.category-panel .category-panel__heading .title > .toggle-panel.is-expanded:before {
    content: "\f106"
}

.c-model-360-inside-reel, .c-model-360-inside-reel .o-carousel  {
    display: block;
}

.c-model-360-colors__item img {
    height: 100%;
    width: 100%;
}
.o-carousel__item img {
    width: initial;
    max-height: 580px;
}

.c-model-360-reel-photo img {
    max-height: 580px;
    width: initial !important;
    margin: 0 auto;
}
.c-model-360-colors__active {
    color: #ccc;
}
.hidden {
    display: none;
}

.price-table {
    height: 100%;
}

.c-model-cfg__footer .package-list .package-list__item .price-table tbody td {
    white-space: normal;
    width: 44%;
}
