/* Minification failed. Returning unminified contents.
(469,45): run-time error CSS1030: Expected identifier, found '>'
(469,50): run-time error CSS1031: Expected selector, found ')'
(469,50): run-time error CSS1025: Expected comma or open brace, found ')'
 */

@font-face {
    font-family: CursiveSans-Bold;
    src: url(/Content/font/CursiveSans-Bold.ttf);
}
@font-face {
    font-family: CursiveSans-Book;
    src: url(/Content/font/CursiveSans-Book.ttf);
}

/*******************************************  Top Banner  ********************************************/
.warning-message {
    background: yellow;
    text-align: center;
    padding: 3px; 
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    padding: 30px 0px;
}

    .banner-insert {
        width: 80%;
        margin: auto;
        overflow: hidden;
    }

    .banner-insert .title h1 {
        text-align: center;
        font-family: CursiveSans-Bold;
        font-weight: bold;
        font-size: 28pt;
        color: #002855;
        position: relative;
        padding: 10px;
    }

        .banner-insert .subtitle {
            text-align: center;
            font-family: CursiveSans-Book;
            font-size: 18pt;
            color: #002855;
        }

#homePageAd {
    width: 100%;
    text-align: center;
}

/* Various font and box shrinks as the viewport gets smaller, breakpoints are set at where the top line wraps to 3 lines */
@media (max-width: 860px) {

    .banner-insert .subtitle {
        font-size: 18pt;
    }
}

@media (max-width: 745px) {

    .banner,
    .banner-insert {
        height: 140px;
    }

    .banner-insert .title h1 {
        font-size: 22pt;
    }

    .banner-insert .subtitle {
        font-size: 16pt;
    }
}

@media (max-width: 565px) {

    .banner,
    .banner-insert {
        height: 120px;
    }

    .banner-insert .title h1 {
        font-size: 18pt;
    }

    .banner-insert .subtitle {
        font-size: 14pt;
    }
}

@media (max-width: 480px) {

    .banner {
        height: 100px;
        padding: 20px 0px;
    }

    .banner-insert {
        width: 90%;
        height: 100px;
    }

    .banner-insert .title h1 {
        font-size: 14pt;
    }

    .banner-insert .subtitle {
        font-size: 10pt;
    }
}

@media (max-width: 360px) {

    .banner-insert .title h1 {
        font-size: 12pt;
    }
    .warning-message {
        padding: 2px 10px;
    }
}

/*******************************************  Action Buttons  ********************************************/

.action-buttons-container {
    display: block;
    width: 100%;
    margin: 30px 0px;
}

.action-button {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.action-button:nth-child(2n) {
    float: right;
}

.action-button-container {
    position: relative;
    /*height: 100px;*/
    margin: 5px;
    padding: 0px;
}

    .action-button-container a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

        .action-button-container a img {
            width: 100%;
        }

/* Single column, sidebar visible, 3/4 width */
@media (max-width: 830px) {
    .action-button {
        display: block;
        width: 75%;
        margin: auto;
    }

        .action-button:nth-child(2n) {
            float: unset;
        }
}

/* Single column, no sidebar */
@media (max-width: 550px) {
    .action-button {
        display: block;
        width: 100%;
    }

        .action-button:nth-child(2n) {
            float: unset;
        }

}


/*******************************************  Featured Products  ********************************************/

.featured-products-container {
    display: block;
    width: 100%;
}

.featured-products-header {
    text-align: center;
    margin: 30px 0px;
}

.featured-product {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.featured-product:nth-child(2n) {
    float: right;
}


.featured-product-container {
    position: relative;
    height: 100px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #DDDDDF;
}

    .featured-product-container:hover {
        border: 1px solid #000;
    }

    .featured-product-container a {
        display: inline-block;
        width: 50%;
        height: 100%;
        text-decoration: none;
    }

        .featured-product-container a:first-child {
            float: left;
        }

    .featured-product-container h3 {
        margin: 0px;
    }

    .featured-product-container img {
        margin: 10px;
    }

/* Single column, sidebar visible, 3/4 width */
@media (max-width: 830px) {
    .featured-product {
        display: block;
        width: 75%;
        margin: auto;
    }

    .featured-product:nth-child(2n) {
        float: unset;
    }
}

/* Single column, no sidebar */
@media (max-width: 550px) {
    .featured-product {
        display: block;
        width: 100%;
    }

    .featured-product:nth-child(2n) {
        float: unset;
    }

    .featured-product h4 {
        margin: 0px;
    }

    .featured-product-container img {
        margin: 10px 0px;
    }
}


/*******************************************  VMS Exclusives  ********************************************/

.exclusives-container {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.exclusives-header {
    text-align: center;
}

.exclusive {
    display: inline-block;
    min-width: 270px;
    width: 50%;
}

.exclusive:nth-child(2n) {
    float: right;
}

.exclusive-promotions-li {
    padding: 3px;
}

.exclusive-promotions-ul {
    list-style-type: none;
    padding-left: 3px;
}

.exclusive-container {
    position: relative;
    height: 420px;
    margin: 3px;
    padding: 10px;
    background-image: url("/content/images/WebP_Images/exclusives-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #002855;
}

    .exclusive-container img {
        position: absolute;
        bottom: 20px;
        right: 0px;
        max-width: 150px;
        max-height: 150px;
    }

    .exclusive-container input[type="button"] {
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: 50%;
        max-width: 210px;
    }

    .exclusive-container h2,
    .exclusive-container h3 {
        margin: 0px;
    }

    .exclusive-container h2 {
        font-size: 40px;
    }

    .exclusive-container h3 {
        font-size: 24px;
    }

    /* Single column, 3/4 width */
@media (max-width: 770px) {
    .exclusive {
        display: block;
        width: 75%;
        margin: auto;
    }

    .exclusive:nth-child(2n) { float: unset; }

    .exclusive-promotions-ul {
        font-size: 13px;
        padding-left: 3px;
    }

    .exclusive-container {
        height: 320px;
    }
    }
    /* Single column */
    @media (max-width: 460px) {
        .exclusive {
            display: block;
            width: 100%;
        }

            .exclusive:nth-child(2n) {
                float: unset;
            }

        .exclusive-container img {
            max-width: 120px;
            max-height: 120px;
        }

        .exclusive-promotions-ul {
            font-size: 11px;
            padding-left: 3px;
        }

        .exclusive-container {
            height: 320px;
        }
    }

    @media (max-width: 360px) {
        .exclusive-container h2 {
            font-size: 34px;
        }

        .exclusive-container h3 {
            font-size: 20px;
        }

        .exclusive-promotions-ul {
            font-size: 9px;
            padding-left: 3px;
        }
        .exclusive-container {
            height: 300px;
        }
    }


    /*******************************************  Popular Categories  ********************************************/

    .popular-categories-container {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .popular-categories-header {
        text-align: center;
        margin-top: 20px;
    }

    .popular-category {
        display: inline-grid;
        min-width: 160px;
        width: 16%;
    }

.popular-category-container {
    position: relative;
    height: 200px;
    margin: 15px;
    margin-right: -4px;
    border: 4px solid #DDDDDF;
    border-radius: 50%;
    justify-content: center;
}

    .popular-category-container:hover {
        border: 4px solid #002157;
    }

        .popular-category-container a {
            display: inline-block;
            width: 90%;
            text-decoration: none;
            position: relative;
            text-align: center;
            align-content: center;
        }

.popular-category-data {
    position: absolute;
    height: fit-content;
    top: 50%;
    transform: translate(0%,-50%);
}

    .popular-categories-container a h4 {
        margin: auto;
        top: 50%;
        width:125px;
        font-weight: 400;
    }

        .popular-categories-container a:has(> img) {
            height:120px;
        }

        .popular-category-container img {
            margin: 10px 20px;
        }

    @media (max-width: 1300px) {
        .popular-category {
            width: 16%;
        }
    }

    @media (max-width: 1050px) {
        .popular-category {
            width: 19%;
        }
    }

    @media (max-width: 890px) {
        .popular-category {
            width: 24%;
        }
    }

    @media (max-width: 720px) {
        .popular-category {
            width: 32%;
        }
    }

    @media (max-width: 560px) {
        .popular-category {
            width: 49%;
        }
    }

    @media (max-width: 390px) {
        .popular-category {
            width: 80%;
        }
    }

/*******************************************  Best Sellers  ********************************************/
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: relative;
    top: -250px;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    float: right;
    border-radius: 3px 0 0 3px;
}
.prev{
    float:left;
}

    /* On hover, add a background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: #dddddf;
    }
.bestSellersDiv {
    margin-left: auto;
    margin-right: auto;
    background-color: #ededed;
    outline: 5px solid #e0e0e0;
}
.bestSellers .parts .search-result{
    width:fit-content;
    min-width:155px;
}
.bestSellers .parts .search-result .search-result-container {
    height: fit-content;
    width: 200px;
    background-color: white;
}
@media (max-width: 1412px) {
    .bestSellersDiv {
        width: 900px;
    }
}
@media (max-width: 985px) {
    .bestSellersDiv {
        width: 450px;
    }
}
@media (max-width: 485px) {
    .bestSellers .parts .search-result .search-result-container {
        width: 160px;
    }
    .bestSellersDiv {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .bestSellers .parts .search-result .search-result-container {
        width: 145px;
    }
}
.bestSellers .parts .search-result .search-result-container .search-result-img {
    float: none;
    width:100%;
    height: 160px;
}
.bestSellers .parts .search-result .search-result-container .search-result-info {
    margin: 5px 5px 5px 5px;
    height: 190px;
}

    /*******************************************  Vendor Logos  ********************************************/

    .vendor-logos-container {
        display: inline-block;
        width: 100%;
    }

    .vendor-logo {
        display: inline-block;
        width: 16.66%;
        float: right;
    }

        .vendor-logo:first-child {
            float: unset;
            clear: both;
        }

    .vendor-logo-container {
        position: relative;
        height: 31px;
        margin: 5px;
        padding: 5px;
    }

        .vendor-logo-container img {
            display: block;
            margin: 0px auto;
        }

    /* Break to two rows of three */
    @media (max-width: 830px) {

        .vendor-logo {
            width: 33.33%;
        }

            .vendor-logo:nth-child(3n-2) {
                float: unset;
            }
    }
