/*
Theme Name: go4x4
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
a, .archive .vehicle-arc .article-inner a h2, .tax-vehicle-category main a h2 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
a:hover, .archive .vehicle-arc .article-inner a:hover h2, .tax-vehicle-category main a:hover h2{
    color: #be0202;
    
}
.single-vehicle-details .ui-tabs-nav {
    margin-bottom: 0;
}
.single-vehicle-details .ui-tabs-nav li {
    float: left;
    width: auto;
    list-style: none;
}
.single-vehicle-details .ui-tabs-nav li a {
    background: #f0f0f0;
    border: 1px solid #ccc;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    color: #6d6d6d;
    border-bottom: 0;
    padding: 10px 30px;
}
.single-vehicle-details .ui-tabs-nav li:not(:first-of-type) a {
    margin-left: -1px;
}
.single-vehicle-details .ui-tabs-nav li.ui-tabs-active a {
    background: #fff;
}
.single-vehicle-details .ui-tabs-panel {
    border: 1px solid #ccc;
    padding: 50px;
    clear: both;
}
.single-vehicle-details .product.description ul {
    margin: 0;
}
.filterable-atts {
    border: 1px solid #222222;
    margin-bottom: 20px;
}
.filterable-atts h3 {
    background: #222;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.filterable-atts .facetwp-facet {
    padding: 10px 15px;
    margin: 0;
}
.archive .vehicle-arc, .tax-vehicle-category main {
    margin-top: 30px;
}
.archive .vehicle-arc .article-inner a h2, .tax-vehicle-category main a h2{
    color: #222;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
.archive .vehicle-arc .article-inner img {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.archive .vehicle-arc .article-inner img:hover{
    transform: scale(1.05);
}
.single-vehicle-img__caption {
    color: #fff;
}
.single-vehicle-img__caption:hover{
    color: #be0202;
}
.single-vehicles .article-inner {
    margin: 50px 0;
}
.product-image-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-image-thumbs a:first-of-type {
    margin-left: 0;
    padding-left: 0;
}
.product-image-thumbs a {
    padding: 5px;
    margin: 5px;
}
.product-image-thumbs a:nth-child(3n) {
    padding-right: 0;
    margin-right: 0;
}
.product-image-thumbs li {
    margin-top: 15px;
}
.product-image-thumbs .splide.is-active .splide__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-image-thumbs .splide__arrow {
    top: 30%;
    font-size: 8px;
    width: 15px;
    height: 15px;
    border-radius: 0;
}
.single-vehicles .product.attribute.overview ul {
    margin-left: 1rem;
    list-style-position: inside;
}
.tax-vehicle-category main h2 {
    text-align: center;
}

@media (min-width: 780px) {
    .facetwp-flyout-open {
        display: none;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.filterable-atts {display: none;}
.facetwp-flyout-open {background-color: #be0202;}
.facetwp-flyout-open .flyout-row {border: 1px solid #222222; margin-bottom: 20px;}
.facetwp-flyout-open .flyout-row h3{ background: #222;padding: 10px 15px;color: #fff;font-size: 14px;text-transform: uppercase;}


}