/* ****************************************** */
/* 01 Alerts */
/* 03 Image Elements */
/* 03 Header AutoComplete */
/* 04 Lifestyles */
/* 05 Vehicle Selector */
/* 06 Carousels */
/* 07 Product Compare */
/* ****************************************** */

/* ****************************************** */
/* Alerts */
/* ****************************************** */

.no-content {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
}

/* ****************************************** */
/* Image Elemeents */
/* ****************************************** */

.image-placeholder-250 {
    height: 250px;
    background-color: #d3e3ff;
    line-height: 250px;
    font-size: 75px;
    color: #202020;
    text-align: center;
    margin-bottom: 25px;
}

    .image-placeholder-250 > div {
        margin-top: -90px;
    }

/* ****************************************** */
/* Header AutoComplete */
/* ****************************************** */
.result-container {
    padding: 10px;
}

.result-table {
    width: 100%;
}

.result-table-image {
    width: 50px !important;
}


@media screen and (max-width: 576px) {
    .result-table-image {
        display: none !important;
    }
}

.result-table-desc {
    padding: 0 5px;
}

    .result-table-desc .result-name {
    }

    .result-table-desc .result-number {
    }

        .result-table-desc .result-number > span.partno {
            color: #a9a9a9;
            text-transform: uppercase;
            font-size: 10px;
        }

.hdr-empty-message {
    padding: 5px 10px;
    font-size: 12px;
    color: #aa0000;
    line-height: 18px;
}

.hdr-loading-message {
    padding: 5px 10px;
    font-size: 12px;
}

.hdr-result-img {
    height: 50px;
    width: 50px;
}


/* ****************************************** */
/* Lifestyle */
/* ****************************************** */

.home-slide-content {
    display: inline-block;
    position: relative;
    padding: 3rem;
    text-align: center;
    z-index: 3;
    background-color: rgba(230, 230, 230, 0.85);
    color: #2b2b2c
}

/* ****************************************** */
/* Vehicle Selector */
/* ****************************************** */

@media screen and (min-width: 768px) {
    .info-box {
        margin-top: 10px;
        max-width: 25%;
    }
}

.hp-title {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0F2E40;
}

.fitguide-section {
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    background-color: #202020;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.info-boxes-container {
    margin-bottom: 3.4rem;
    border-bottom: none;
    background-color: transparent;
}

.info-box > .form-control {
    max-width: 100%;
}

/* ****************************************** */
/* Carousels */
/* ****************************************** */

/* Puts the nav buttons outside of the container */
.mh-item .product-details {
    position: relative;
    min-height: 150px;
}

    .mh-item .product-details .product-action {
        bottom: 0px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

/* Shrinks the container of the carousel */
.homepage-products-section {
    padding-top: 5.2rem;
    padding-bottom: 5rem;
}

    .homepage-products-section.carousel-section .container {
        padding-right: 1rem;
        padding-left: 1rem;
        overflow: visible;
    }

@media screen and (min-width: 1280px) {
    .homepage-products-section.carousel-section .container {
        max-width: 1190px;
    }
}

.homepage-products-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: transparent;
    background: #2b2b2c;
}

.homepage-products-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 2rem;
    height: 0.6rem;
    margin: 0 5px;
    background: #e4e4e4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 0 solid transparent;
    border-radius: 0;
}

/* Shrinks the container of the carousel */
.homepage-videos-section {
    padding-top: 5.2rem;
    padding-bottom: 5rem;
}

    .homepage-videos-section.carousel-section .container {
        padding-right: 1rem;
        padding-left: 1rem;
        overflow: visible;
    }

@media screen and (min-width: 1280px) {
    .homepage-videos-section.carousel-section .container {
        max-width: 1190px;
    }
}

.homepage-videos-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: transparent;
    background: #2b2b2c;
}

.homepage-videos-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 2rem;
    height: 0.6rem;
    margin: 0 5px;
    background: #e4e4e4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 0 solid transparent;
    border-radius: 0;
}

.carousel-3,
.carousel-4,
.carousel-5 {
    padding: 0 0;
}

    .carousel-3.owl-theme .owl-nav .owl-prev,
    .carousel-4.owl-theme .owl-nav .owl-prev,
    .carousel-5.owl-theme .owl-nav .owl-prev {
        left: -40px;
        top: 35%;
        font-size: 60px;
        color: #808080;
        -webkit-transform: scale(.75, 1.0);
        -moz-transform: scale(.75, 1.0);
        -ms-transform: scale(.75, 1.0);
        -o-transform: scale(.75, 1.0);
        transform: scale(.75,1.0);
    }

    .carousel-3.owl-theme .owl-nav .owl-next,
    .carousel-4.owl-theme .owl-nav .owl-next,
    .carousel-5.owl-theme .owl-nav .owl-next {
        right: -40px;
        top: 35%;
        font-size: 60px;
        color: #808080;
        -webkit-transform: scale(.75, 1.0);
        -moz-transform: scale(.75, 1.0);
        -ms-transform: scale(.75, 1.0);
        -o-transform: scale(.75, 1.0);
        transform: scale(.75,1.0);
    }

.carousel-section .carousel-5.owl-carousel .owl-stage-outer,
.carousel-section .carousel-4.owl-carousel .owl-stage-outer,
.carousel-section .carousel-3.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

/* ****************************************** */
/* Product Compare */
/* ****************************************** */
.compare-img {
    position: relative;
    padding: .5rem;
}
    .compare-img img {
        width: 25px;
        height: 25px;
    }

    .compare-img i {
        transition: .25s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .compare-img:hover {
        cursor: pointer;
    }

    .compare-img:hover img {
        opacity: 0.3;
    }

    .compare-img:hover i {
        opacity: 1;
    }

