/* Used Car style */
/* archive page */
.heading-container h1{
    text-transform: capitalize;
}
.post-type-archive-product .site-inner, .single-product .site-inner, .tax-dealers .site-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.after-entry, .archive-description, .author-box{
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.dealership-options {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}
.dealership-options::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.dealership-options a {
    white-space: nowrap;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #00095b;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 20px;
    text-decoration: none;
    margin-right: 5px;
    width: 100%;
    margin-top: 7px;
    text-align: center;
}

.dealership-options a {
    font-size: 16px;
    line-height: 19px;
}

.dealership-options a.selected,
.dealership-options a:hover {
    border-radius: 15px !important;
    background-color: #e0e0e0 !important;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 0px;
}

.filter-container .sort-container {
    width: auto;
    margin-right: 1rem;
}
.filter-container .filter-btn-container{
    display: none;
}
.model-selection-separator {
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    padding-bottom: 7px;
}

.model-selection-menu {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.model-selection-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.model-selection-menu a {
    border-radius: 22px;
    background-color: #00095b;
    padding: 11px 28px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.related-products-section li.product {
    margin: 0;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 14px;
    overflow: hidden;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product,
.related-products-section li.product {
    width: 100%;
    margin-bottom: 0px;
}

.model-selection-menu a.selected,
.model-selection-menu a.selected:hover {
    color: #fff;
    background: #252525;
}

.footer-content {
    bottom: 15px;
    padding: 0 10px 15px;
}

.footer-content .specs {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    line-height: 120%;
}

.footer-content .specs .spec-item {
    border-radius: 15px;
    border: 1px solid #eceef0;
    padding: 6px 4px;
    display: flex;
    white-space: nowrap;
}

.footer-content .specs .spec-item svg {
    margin-right: 5px;
    font-size: 14px;
}

.footer-content .monthly-price {
    border-radius: 10px;
    height: 38px;
    background-color: #e9ecef;
}

.footer-content .per-month {
    padding: 9px 6px;
    border-right: 2px solid #fff;
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.footer-content .per-month {
    padding: 9px 16px;
    font-size: 14px;
}

.footer-content .per-month svg {
    color: rgba(0, 0, 0, .4);
    margin-left: 5px;
}

.footer-content .calculator {
    background-color: #e9ecef;
    padding: 9px 13px;
    border-radius: 0 10px 10px 0;
}

.footer-content .cash-price {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.footer-content .cash-price small {
    font-size: 80%;
}

.cash-price strong {
    font-size: 13px;
}

.woocommerce ul.products li.product strong {
    display: unset;
}

.footer-content .cash-price strong {
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 700;
}

.footer-content .calculator svg {
    color: rgba(0, 0, 0, .4);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3, .woocommerce-loop-product__title {
    padding: 0px 10px;
    font-size: 16px;
    min-height: 40px;
    /* max 2 lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.woocommerce-products-header__title {
    display: none;
}

.we-deliver span {
    font-size: 16px;
    font-weight: 700;
    margin-left: 7px;
}

.we-deliver span {
    margin-left: 10px;
}

h1 {
    text-align: left;
    font-size: 28px;
    line-height: 44px;
}

/* filter style */
.post-type-archive-product .content-sidebar-wrap, .tax-dealers .content-sidebar-wrap {
    display: grid;
    grid-template-columns: 280px auto;
    gap: 40px;
}
.post-type-archive-product #genesis-content, .tax-dealers #genesis-content{
    width: unset;
    order: 2;
    min-width: 0;
}
.post-type-archive-product #genesis-sidebar-primary, .tax-dealers #genesis-sidebar-primary{
    width: unset;
    padding-top: 136px;
    order: 1;
}
.post-type-archive-product #genesis-content, .post-type-archive-product #genesis-sidebar-primary, .tax-dealers #genesis-content, .tax-dealers #genesis-sidebar-primary {
    float: none;
}
.sidebar .widget{
    padding: 0;
}
.chosen-container-single .chosen-single{
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    font-size: 13px;
    color: #646464;
    height: 42px !important;
    padding-right: 30px !important;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.chosen-container-single .chosen-single div{
    top: 5px;
}
.woof_products_top_panel{
    display: none !important;
}
.woof_submit_search_form_container button{
    background-color: var(--blue) !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: 1px solid var(--blue) !important;
}
/* single page view */
.usedVehicleGalleryTop {
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px rgb(236, 236, 236);
}

.usedVehicleGalleryThumbs .swiper-button-next,
.usedVehicleGalleryThumbs .swiper-button-prev {
    top: 50%;
    transform: translateY(-25%);
}

.vehicle-info {
    padding: 0 0 10px 30px;
    margin-top: 0;
}

.vehicle-info h1 {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.vehicle-info p {
    width: 100%;
}

.vehicle-info .price-box {
    width: 100%;
    display: inline-block;
    background-color: #e9ecef;
    border-top-left-radius: 5px;
    padding-right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 15px;
}

.vehicle-info .price-box.box-1 {
    width: 46%;
}

.vehicle-info .price-box .pb-text {
    font-weight: bolder;
    padding: 15px 0;
    display: inline-block;
    color: #000;
    margin-left: 20px;
    font-size: 20px;
    line-height: 16px;
}

.vehicle-info .price-box .pb-text svg {
    color: rgba(0, 0, 0, .4);
}

.vehicle-info .price-box.box-2 {
    width: 46%;
}

.vehicle-info .price-box .pb-icon {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
    height: 100%;
    width: 48px;
    background-color: #e9ecef;
    border-left: 3px solid #fff;
}

.vehicle-info .price-box .pb-icon svg {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    color: rgba(0, 0, 0, .4);
    font-size: 16px;
}

.vehicle-info .v-type {
    margin: 18px 0 13px;
}

.vehicle-info .v-type span {
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 6px;
    margin-right: 8px;
    border: 1px solid #eceef0;
    border-radius: 15px;
    white-space: nowrap;
}

.vehicle-info .v-type span {
    font-size: 11px;
    line-height: 16px;
    margin-right: 10px;
}

.vehicle-info .v-type span svg {
    margin-right: 5px;
    font-size: 14px;
}

.call-to-actions-container .btn {
    width: 100%;
    font-size: 16px;
}

.btn-trade-in {
    background-color: #fff !important;
    border: 2px solid #000 !important;
    color: #000 !important;
}

.automark-promise span {
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
}

.automark-promise ul {
    padding-left: 0;
}

.automark-promise ul li {
    position: relative;
    font-size: 12px;
    line-height: 28px;
    list-style: none;
    padding-left: 24px;
}

.automark-promise ul li::before {
    position: absolute;
    left: 2px;
    font-family: Font Awesome\ 5 Free;
    content: "\f00c";
    float: none;
    margin-left: 0;
    color: #78be21;
    font-weight: 700;
    font-size: 12px;
}

.call-to-actions-container {
    margin-bottom: 15px;
}
.vehicle-locator{
    position: relative;
}
.vehicle-locator .vl-block {
    background-color: #e9ecef;
    border-radius: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vehicle-locator .vl-box {
    padding-bottom: 11%;
    overflow: hidden;
    position: relative;
  }
.vehicle-locator .vl-block svg {
    margin-top: 5px;
    color: #252525;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 20px;
    margin-right: 12px;
    font-size: 21px;
}

.vehicle-locator .vl-block .vl-text {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.vehicle-locator .vl-block .vl-text p {
    margin: 0;
    color: var(--blue);
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.vehicle-locator .vl-block .vl-text p a {
    text-decoration: none;
    color: #00095b;
}
.open-share-popup{
    position: relative;
    display: flex;
}
.open-share-popup span{
    margin-left: auto;
}
.open-share-popup .share-popup{
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.75);
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 5px 0 10px;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    z-index: 99;
}
.share-popup a {
  display: block;
  white-space: nowrap;
  padding: 0 20px;
}
.open-share-popup .fa-share-alt{
    padding: 3px 6px 3px 4px;
    border: none;
    border-radius: 30px;
    font-size: 30px;
    color: rgba(0,0,0,.4);
    box-shadow: 1px 3px 3px 0 #ccc;
}
/* related products */
.related-products-section .container{
    max-width: 100%;
}
.related-products-section h4 {
  width: 100%;
  margin: 5px 0 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 16px;
  line-height: 19px;
}

.home-used-car-section .woocommerce-LoopProduct-link h2{
    margin-top: 20px;
}
/* extras and description section */
.extras-descr-section{
    border-top: 2px solid #eee;
    padding: 20px 0px;
    margin-top: 20px;
}
/* responsive styles */
@media only screen and (max-width: 1280px) {
    .post-type-archive-product .site-inner, .single-product .site-inner, .tax-dealers .site-inner {
        padding: 0 10px;
    }

    .site-header>.wrap {
        padding: 0 10px;
    }
    .model-selection-menu {
        padding-bottom: 10px;
    }
    .dealership-options {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .post-type-archive-product .content-sidebar-wrap, .tax-dealers .content-sidebar-wrap{
        gap: 20px;
    }
    .footer-content .specs{
        font-size: 10px;
    }
    .footer-content .per-month{
        font-size: 12px;
    }
    .footer-content .cash-price small{
        font-size: 11px;
        font-weight: 400;
    }

}

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

    .woocommerce .products ul,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }


    .post-type-archive-product #genesis-sidebar-primary, .tax-dealers #genesis-sidebar-primary{
        position: fixed;
        height: 95dvh;
        bottom: 0;
        background-color: #fff;
        left: 0;
        right: 0;
        z-index: 99999;
        margin-bottom: 0;
        border-top-left-radius: 18px;
        box-shadow: 0px 1px 12px rgba(0,0,0,.7);
        padding: 30px 20px !important;
        border-top-right-radius: 18px;
        display: none;
    }
    .chosen-container{
        width: 100% !important;
    }
    .widget-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .filter-container .filter-btn-container{
        display: block;
    }
    .widget-woof .filter-btn-container button{
        background-color: var(--blue);
        padding: 10px;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 22px;
    }
}

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

    .woocommerce .products ul,
    .woocommerce ul.products {
        grid-template-columns: repeat(1, 1fr);
    }

    .filter-container {
        margin-bottom: 15px;
    }
    .post-type-archive-product .content-sidebar-wrap, .tax-dealers .content-sidebar-wrap{
        display: block;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: 1fr;
    }
    .post-type-archive-product #genesis-content, .tax-dealers #genesis-content{
        width: 100%;
    }

    .vehicle-info {
        padding: 0 10px;
    }
    .vehicle-info .v-type{
        gap: 5px;
    }
    .vehicle-locator .vl-block{
        position: relative;
        padding: 30px 0px;
    }
    .vehicle-locator .vl-box{
        padding-bottom: 19px;
    }
    .automark-promise {
        margin-bottom: 20px;
    }

    .accordion-item:not(:first-of-type){
        border-top: 2px solid #e0e0e0;
    }
    .accordion-item:first-of-type{
        border-top: none;
    }
    .accordion-button{
        font-size: 16px;
    }
    .vehicle-information-container-sm{
        margin-bottom: 30px;
    }
    .wrap{
        padding: 0;
    }

}