@import url('http://fonts.googleapis.com/css?family=Roboto');

.center-column {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* disable the search button on product search module, since return can just be used instead */
.widget_product_search button {
    display: none;
}

/* fix for bootstrap4 conflicts with woocom checkout/account layout */
.woocommerce .col-1,
.woocommerce .col-2 {
    max-width: none;
}

/* fix for scriptless social sharing button text color */
.scriptlesssocialsharing-buttons a {
    color: #fff !important;
}

.fl-social-icons .fl-icon-houzz {
    font-family: FontAwesome;
    font-size: 17px;
}

.fl-icon-houzz-circle:before {
    content: '\f27c';
}

.fl-icon-houzz-regular:before {
    content: '\f27c';
}

.fl-icon-houzz.fl-icon-color-branded {
    color: #55a32a;
}

.fl-icon-houzz.fl-icon-color-branded:hover {
    color: #5FB82E;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
.cars-page {
    padding-top: 30px
}
.cars-page a, .cars-page a:visited, .cars-page a:hover, .cars-page a:focus {
    text-decoration: none;
}
.cars-page a {
    color: #000;
}
.car-filters-sidebar {
    position: sticky;
    top: 0;
    z-index: 1;
}
.cars-page h3 {
    font-family: Roboto, sans-serif;
}
.car-filters h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.car-filters .filter {
    margin-bottom: 20px;
}

.car-filters .filter h3 {
    font-size: 22px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cars-page, .car-single-page {
    font-family: Roboto, sans-serif !important;
}

.listing-grid {
    margin-bottom: 20px;
}

.car-list header {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 220px;
}

.car-list header .price, .car-list header .stock-number {
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 10px;
    background: #e2e2e2;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.8;
    z-index: 99999;
    border-radius: 4px;
    display: inline-block;
    width: 100px;
    max-width: 130px;
}

.car-list header .stock-number {
    left: 15px;
    right: 0;
}

.car-list header .price span {
    opacity: 1;
    color: #000;
}

.car-list:hover {
    box-shadow: rgb(0 0 0 / 35%) 0px 1px 15px;
    transition: all 600ms ease-in-out;
}

.car-list footer {
    border: 1px solid #eee;
    padding: 10px;
}

.car-list footer .car-details {
    margin: 15px;
}

.cars-page h3 {
    font-size: 16px;
    margin: 10px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.car-list footer .car-details .car-features {
    font-size: 14px;
    margin-bottom: 15px;
}

.car-list footer .car-details .car-features div {
    margin-bottom: 10px;
}

.button-view-details, a.button-view-details {
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 5px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-view-details:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.button-view-details:active {
    transform: scale(0.95);
}

@media screen and (max-width: 1023px) {
    .car-filters-sidebar {
        position: relative;
    }
}

.car-single-page h1 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.car-single-page h2 {
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

@media (min-width: 1024px) {
    .car-single-page .price {
        text-align: right;
        font-weight: bold;
    }
}

#mainCarousel {
    width: 100%;
    margin: 0 auto 1rem auto;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
    width: 100%;
    padding: 0;
}
#mainCarousel .carousel__slide img {
    width: 100%;
    max-height: 500px;
    display: block;
    margin: 0 auto;
}
#mainCarousel .slide-img {
    height: 100%;
    min-height: 1px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#mainCarousel .carousel__button.is-prev {
    left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
    right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
    outline: none;
}

#thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 96px;
    height: 64px;
}

#thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

.list-group {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-group-item {
    display: block;
    padding: 10px 10px 10px 20px;
    margin-bottom: 2px;
    background-color: #ccc;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.list-group-item:hover {
    background: #e2e2e2;
}
.list-group-item a, .list-group-item a:hover, .list-group-item a:visited, .list-group-item a:focus {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
}
.list-group-item i {
    margin-right: 5px;
}
.list-group-item a .right {
    position: absolute;
    right: 0px;
}
.list-group-item.selected {
    background: #ff2222;
    color: #fff;
}
.list-group-item.selected a, .list-group-item.selected a:visited {
    color: #fff;
}
.car-teaser {
    margin: 20px 0 20px;
    font-weight: bold;
}
.car-description {
    font-size: 22px;
    line-height: 40px;
    margin: 30px 0 20px;
    font-weight: bold;
}
.car-teaser .dash {
    border: 1px solid #000;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    margin: 0 20px;
}
.single-car-details .heading {
    font-size: 28px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.single-car-details .car-feature {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.single-car-details .car-feature i {
    margin-right: 10px;
}
.share-btn, .share-btn:visited, .share-btn:hover, .share-btn:focus {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    margin-right: 5px;
    border-radius: 5px;
}
.share-btn i {
    margin-right: 5px;
}
.share-btn.fb-share {
    background-color: #4267B2
}
.share-btn.tweet {
    background-color: #1DA1F2
}
.share-btn.btn-mail {
    background-color: #0F637D;
}
.swal2-close, .swal2-close:hover, .swal2-close:visited, .swal2-close:focus {
    background: none;
    color: #e2e2e2;
    border: none;
    box-shadow: none !important;
}
@media screen and (max-width: 767px) {
    #mainCarousel {
        width: 100%;
    }
    .car-details-sidebar {
        margin: 20px 0 20px 0;
    }
    .car-teaser {
        margin-bottom: 0;
    }
    .car-teaser .dash {
        border: none;
        display: block;
        margin: 5px 0 0;
    }
    .car-description {
        font-size: 16px;
        line-height: 30px;
    }
}
.featured-car {
    padding-bottom: 10px;
}
.featured-car .image {
    position: relative;
}
.featured-car .image .price {
    position: absolute;
    bottom: 5px;
    padding: 5px;
    margin-left: 5px;
    background: #e2e2e2;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.8;
    z-index: 99999;
    border-radius: 4px;
}
.featured-car .image img {
    width: 100%;
}
.featured-car .car-brand, .featured-car .car-brand:hover, .featured-car .car-brand:visited {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.featured-car h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #fff;
}
@media screen and (max-width: 767px){
    .featured-car {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #8d8d8d;
    }
}

#productPriceSlider {
    width: 300px;
}

.menu-item .fl-menu-cart-count {
    margin-left: 5px;
    vertical-align: middle;
}
.aoc-button a {
    font-weight: bold !important;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    #productFilterSidebar {
        display: none
    }
}
.our-brands-page {
    font-family: Roboto, "arial", serif !important;
    font-size: 18px;
    line-height: 32px;
}
.our-brands-page h1 {
    font-family: Roboto, "arial", serif !important;
    font-size: 50px;
    font-weight: bold;
}
.our-brands-page p {
    margin-bottom: 20px;
}

.our-brands-page .brands-list {
    margin-bottom: 30px;
}
.our-brands-page .brands .brand {
    margin-bottom: 40px;
}

.our-brands-page .brands .brand .brand-image {
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 100%;
    height: 270px;
    border: 1px solid #e2e2e2;
    padding: 20px;
}
.our-brands-page .brands .brand .brand-image:hover {
    border-color: #333333;
}

/* accordion */
.ac-label {
    font-weight: 700;
    position: relative;
    padding: .5em 1em;
    margin-bottom: .5em;
    display: block;
    cursor: pointer;
    background-color: whiteSmoke;
    transition: background-color .15s ease-in-out;
}
.ac-input:checked + label, .ac-label:hover {
    background-color: #999;
}
.ac-label:after, .ac-input:checked + .ac-label:after {
    content: "+";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 2em;
    height: 100%;
    line-height: 2.25em;
    text-align: center;
    background-color: #e5e5e5;
    transition: background-color .15s ease-in-out;
}
.ac-label:hover:after, .ac-input:checked + .ac-label:after {
    background-color: #b5b5b5;
}
.ac-input:checked + .ac-label:after {
    content: "-";
}
.ac-input {
    display: none !important;
}
.ac-text, .ac-sub-text {
    opacity: 0;
    height: 0;
    margin-bottom: .5em;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}
.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
    opacity: 1;
    height: auto;
}

.ac-sub .ac-label {
    background: none;
    font-weight: 600;
    padding: .5em 2em;
    margin-bottom: 0;
}
.ac-sub .ac-label:checked {
    background: none;
    border-bottom: 1px solid whitesmoke;
}
.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
    left: 0;
    background: none;
}
.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
    background: none;
}
.ac-sub-text {
    padding: 0 1em 0 2em;
}
/* end accordion */