﻿@charset "UTF-8";

/*----------------------------------------
    GLOBAL STYLES
----------------------------------------*/
.enableJS {
    color: red;
    font-size: 2em;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    display: block;
}

body {
    color: #000;
    font-family: "open-sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "bebas-neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 14px;
}

h1 {
    font-size: 55px;
}

h2 {
    color: #000;
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 23px;
}

.clear-left {
    clear: left;
}

address {
    line-height: normal;
}

a {
    color: #d52028;
    text-decoration: underline;
}

    a:hover, a:focus {
        color: #d52028;
        text-decoration: none;
    }

figure {
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
}

a img {
    border: 0;
}

hr {
    border-color: #eee;
    opacity: 1;
}

.panel-body {
    padding: 15px;
}

a[href*="tel:"], a[href*="tel:"]:hover {
    color: inherit;
    cursor: text;
    text-decoration: none;
}

a[href*=".pdf"]:after {
    content: " [PDF]";
    font-size: .60em;
    vertical-align: top;
    font-weight: normal;
}

a[href*=".xlsx"]:after {
    content: " [EXCEL]";
    font-size: .60em;
    vertical-align: top;
    font-weight: normal;
}

a:focus {
    outline: none;
}

.page-body-home {
    /*background: url(/Themes/CoreTheme/Content/images/race_cars_background.jpg) center no-repeat;
    background-size: cover;*/
    background: #045ca5;
}

.border-none {
    border: 0 !important;
}

.header-menu a[href*="clearance"], .header-menu a[href*="promotional-products"] {
    color: #d52028 !important;
}

.header-bottom {
    background: #d72028;
}
.hidden {
    display:none;
}

.store-left-nav a[href*="clearance"], .store-left-nav a[href*="promotional-products"] {
    color: #d52028 !important;
    font-weight: bold !important;
}

.result {
    color: red;
}

.nop-jcarousel {
    margin-bottom: 0 !important;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

.nop-jcarousel .carousel-title {
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.jCarouselMainWrapper .slick-arrow:focus {
    outline: 0;
}

.jCarouselMainWrapper .slick-next, .jCarouselMainWrapper .slick-prev {
    background-color: #000 !important;
    background-image: none !important;
    border-radius: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 22px !important;
    height: 22px !important;
    top: 50% !important;
    z-index: 1;
}

    .jCarouselMainWrapper .slick-next:hover, .jCarouselMainWrapper .slick-prev:hover {
        opacity: .75;
    }

    .jCarouselMainWrapper .slick-next:before, .jCarouselMainWrapper .slick-prev:before {
        font-size: 16px;
        line-height: 1;
        opacity: .75;
        color: #fff;
    }

    .jCarouselMainWrapper .slick-next:before {
        content: "\f054";
    }

    .jCarouselMainWrapper .slick-prev:before {
        content: "\f053";
        margin-left: -3px;
    }

.slick-slide img {
    margin: 0 auto;
}

.slick-slide .picture a {
    display: block;
    position: relative;
}

.products-categories-carousel img {
    height: 140px;
}

.top-categories img {
    height: 140px;
}

.top-videos .slick-carousel .item-box {
    text-align: center !important;
}

.form-container {
    max-width: 735px;
    width: 100%;
    overflow: hidden;
}

.form-header {
    margin-bottom: 20px;
}

.form-container .form-control {
    padding-left: 5px;
    padding-right: 5px;
}

.form-container label {
    font-family: "bebas-neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.form-group.required label:after {
    color: #c21b22;
    content: "*";
}

.required-legend {
    color: #c21b22;
    font-weight: bold;
}

.message-error .validation-summary-errors {
    color: red;
    font-size: 12px !important;
    margin-bottom: 10px;
}

textarea.form-control {
    min-height: 120px;
}

.form-group {
    margin-bottom: 15px;
}

.sf-SubmitButton {
    float: right;
}

.btn {
    font-family: "bebas-neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.btn-primary {
    background-color: #d72028;
    border: 0;
}

    .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
        background: #c21b22;
    }

.success-message {
    margin-top: 30px;
}

@-ms-keyframes navjump {
    0% {
        -ms-transform: translateY(-150px);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes navjump {
    0% {
        -webkit-transform: translateY(-150px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes navjump {
    0% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0);
    }
}

.heading-bottom-space {
    margin-bottom: 30px !important;
}

.heading-link {
    overflow: hidden;
    padding: 0 15px;
}

    .heading-link h2, .heading-link h4 {
        float: left;
    }

    .heading-link a {
        color: #d52028 !important;
        float: left;
        margin: 32px 0 0 10px;
        text-decoration: underline !important;
    }

        .heading-link a:hover {
            text-decoration: none !important;
        }

header {
    font-family: "bebas-neue",sans-serif;
    font-style: normal;
    font-weight: 400;
}

.nav-container {
    width: 100%;
    z-index: 15;
}

header a {
    text-decoration: none;
}

.header-top {
    background: #045ca5;
    min-height: 50px;
    text-align: right;
    display: flex;
}

    .header-top .container {
        max-width: 1036px;
    }

.header-top-nav {
    float: right;
    max-width: 400px;
}

.dd-account-nav {
    display: block !important;
}

    .dd-account-nav li {
        position: relative !important;
        display: block !important;
    }

    .dd-account-nav a:hover {
        color: #d52028 !important;
        text-decoration: underline !important;
    }

    .dd-account-nav .dropdown-toggle::after {
        position: relative !important;
        left: 0px !important;
        top: 0px !important;
    }

    .dd-account-nav .dropdown-menu {
        background: #fff !important;
        border-radius: 6px !important;
        border: solid 1px !important;
        padding: 8px 0px 8px 0px !important;
    }

.utility-nav {
    float: left;
    list-style-type: none;
    margin-top: 10px;
    margin-right: 0 !important;
    padding-left: 0px;
}

    .utility-nav li {
        display: inline-block;
        font-size: 16px;
    }

    .utility-nav a {
        color: #fff;
        padding: 10px 0px !important;
    }

        .utility-nav a:hover {
            color: #000;
        }

.items-in-cart {
    background: #d72028;
    float: left;
    padding: 2px 6px;
    margin-top: 5px;
}

    .items-in-cart .ico-cart {
        padding: 0 !important;
    }

    .items-in-cart:hover {
        background: #c21b22;
    }

    .items-in-cart .number-of-items {
        color: #fff;
        float: left;
        font-size: 22px;
    }

    .items-in-cart .in-cart {
        box-sizing: content-box;
        color: #bebebe;
        display: inline-block;
        font-family: "open-sans",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        width: 36px;
        text-align: left;
        padding-left: 5px;
        line-height: 10px;
        margin-top: 5px;
    }

    .items-in-cart .fa-shopping-cart {
        float: left;
        font-size: 1.5em;
    }

.cart-item-row .product {
    padding: 8px !important;
}

.search-box {
    margin-top: 1px;
}

    .search-box .search-nav {
        height: 36px;
        border-radius: 0;
        margin-right: 0;
    }

    .search-box .navbar-form {
        padding-right: 0;
    }

.btn.search-box-button {
    height: 38px;
}

@media(min-width: 1201px) {
    .navbar > .container {
        max-height: 60px;
    }
}

.navbar-fixed {
    z-index: 15 !important;
}

.ui-menu {
    z-index: 16 !important;
}

.navbar-default {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar-default .navbar-nav a {
        line-height: 30px;
        text-decoration: none;
        padding-left: 13px;
        padding-right: 13px;
        flex-wrap: nowrap;
        align-self: center;
        padding-top: 15px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        border-right: 1px solid #e1e1e1;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav a.dropdown-item {
        padding-top: 0px;
        line-height: 22px;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #000;
        text-decoration: underline;
        background-color: #fff;
    }

.dropdown-menu > li > a {
    font-weight: 400;
    color: #333;
    font-size: 17px !important;
}


    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: underline;
        color: #d52028;
        background-color: #eee;
    }


.navbar-brand {
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
    margin-top: -60px;
    position: relative;
    z-index: 9;
    display: flex;
}

    .navbar-brand img {
        max-height: 155px;
    }

footer {
    color: #fefefe;
}

    footer .container {
        max-width: 1095px;
    }

    footer h4 {
        font-size: 34px;
    }

.gift-cards {
    clear: both;
    color: #000;
    padding: 5px 0 5px 0;
}

.gift-cards-left-col .gift-card-btns {
    clear: left;
}

.gift-cards .buy-buttons {
    margin-top: -100px
}

.gift-cards-left-col .btn {
    font-size: 22px;
}

.btn-gift-cards {
    margin-right: 30px;
    margin: 0 30px 15px 0;
}

.gift-cards-left-col h4 {
    float: left;
    margin: 0px 18px 22px 0px;
}

.gift-cards-mid-col {
    text-align: center;
}

    .gift-cards-mid-col img {
        border-radius: 10px;
        -ms-transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

.gift-card-balance {
    display: block;
    margin-top: 15px;
}

.gift-card-balance-amount {
    font-size: 25px;
}

.manufacturers .heading-link {
    margin: 15px 0 15px 0;
    overflow: hidden;
}

    .manufacturers .heading-link a {
        margin-top: 22px;
    }

.manufacturers h4 {
    color: #000;
}

.manufacture-logos-carousel {
    clear: left;
    margin-bottom: 20px;
    height: 75px;
}

    .manufacture-logos-carousel .nop-jcarousel .carousel-title {
        height: auto;
    }

    .manufacture-logos-carousel .slick-slide .manufacturer-item {
        max-width: 200px;
        margin: 0 auto;
    }

    .manufacture-logos-carousel .slick-slide img {
        margin: 0 auto;
        max-width: 115px;
    }

    .manufacture-logos-carousel .slick-prev {
        left: 0 !important;
    }

    .manufacture-logos-carousel .slick-next {
        right: 0 !important;
    }

    .manufacture-logos-carousel .slick-slider {
        padding: 0 36px;
    }

.footer-top {
    background: #045ca5;
    float: none;
    padding: 45px 0 20px 0;
    min-height: 200px;
}

.footer-top .fa {
    min-width: 25px;
}

.footer-top-mobile {
    background: #045ca5;
    float: none;
    padding: 45px 0 20px 0;
    min-height: 200px;
    text-align: center;
    color: #000;
}

    .footer-top-mobile .fa {
        min-width: 25px;
    }

footer.container {
    max-width: 980px;
}

.footer-top a {
    color: #fff;
    text-decoration: none;
}

.footer-top a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

.footer-logo-col {
    font-size: 12px;
}

.footer-logo {
    display: block;
    margin: -10px auto 10px auto;
}

    .footer-logo img {
        max-height: 165px;
    }

.footer-top ul, .footer-top-mobile ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-social-col {
    border-right: 0 !important;
    padding-top: 25px;
    text-align: center;
}

.footer-bottom {
    background-color: #d72028;
    float: none;
    padding: 15px 0;
    border-top: 0;
    margin-top: 0;
}

    .footer-bottom a {
        color: #fff;
    }

.footer-bottom-links {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

    .footer-bottom-links li {
        display: inline-block;
        margin-right: 5px;
    }

.overlay-container-unused {
    position: relative;
    top: 0px;
    left: 0px;
}

.overlay-image-unused {
    position: absolute;
    top: 3px;
    left: 3px;
    min-width: revert !important;
    min-height: revert !important;
}

.password-recovery-page .text-box {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.inline-block {
    display: inline-block;
}
/*--------------------------------------------
    SECONDARY RIGHT COL PAGE STYLES
---------------------------------------------*/
.secondary-content-cols > .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.secondary-right-col {
    background-color: #f4f4f4;
    font-size: 22px;
    font-family: "bebas-neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: -14px -1px -30px -1px;
    min-height: 400px;
    padding-top: 35px;
    padding-bottom: 30px;
}

    .secondary-right-col a {
        color: #000;
    }

    .secondary-right-col h3 {
        color: #c21b22;
    }

    .secondary-right-col h4 {
        font-size: 22px;
        line-height: 32px !important;
        margin: 0 !important;
    }

.due-invoices-page h2 {
    font-size: 18px;
}

.customer-aging-grid {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 30px;
}

.customer-due-invoices-grid tr:nth-child(even) {
    background-color: #e2e2e2;
}

.customer-due-invoices-grid tr:last-child {
    background-color: #fff;
}

.customer-due-invoices-grid th, .customer-due-invoices-grid td {
    padding: 0 6px;
    width: 100px;
}

.customer-due-invoices-grid td {
    border: 1px solid #000;
    padding: 6px 6px;
}

.customer-aging-grid {
    width: 99%;
}

    .customer-aging-grid th, .customer-aging-grid td {
        text-align: center;
        padding: 6px 6px;
        width: 100px;
    }

@media (min-width: 1201px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        height: 60px;
    }
}

@media (min-width: 1199px) {
    .navbar-fixed {
        position: relative;
    }

    .navbar-nav .dropdown {
        position: static;
    }

    .navbar-nav > li > .dropdown-menu {
        list-style: none;
        margin: 0;
        min-height: 140px;
        display: none;
        position: absolute;
        left: auto;
        right: 0;
        top: 50px;
        width: 115%;
        padding: 20px 10px;
        background: #fff;
        -ms-transform-origin: center top;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -ms-animation: menu 250ms 0s 1 ease-in-out;
        -webkit-animation: menu 250ms 0s 1 ease-in-out;
        animation: menu 250ms 0s 1 ease-in-out;
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
        left: -225px;
    }
    .dropdown-menu > li {
        padding-top: 4px !important;
    }

        .navbar-nav > li > .dropdown-menu.five-column {
            -moz-column-count: 5;
            -webkit-column-count: 5;
            column-count: 5;
        }

        .navbar-nav > li > .dropdown-menu.four-column {
            -moz-column-count: 4;
            -webkit-column-count: 4;
            column-count: 4;
        }

        .navbar-nav > li > .dropdown-menu li {
            vertical-align: top;
            font: normal 14px/1.25 "proxima-nova", sans-serif;
            text-transform: none;
            border-bottom: 1px solid #e1e1e1;
        }

    .navbar-fixed-scroll ul.dropdown-menu {
        left: 0;
        right: auto;
        width: 60%;
    }

    .dropdown-menu > li > a {
        border-bottom: 1px solid rgba(255,255,255,.1);
        color: #000;
        font-size: 14px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: transparent;
            color: #000;
        }
}

@media (min-width: 768px) {
    /*--------------------------------------------
    SECONDARY PAGE STYLES
---------------------------------------------*/
    .secondary-header .container {
        left: 0;
        right: 0;
        width: 750px;
    }
}

@media (min-width: 992px) {
    /*--------------------------------------------
    SECONDARY PAGE STYLES
---------------------------------------------*/
    .secondary-header .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    header .container {
        width: 1206px;
    }

    .navbar-fixed-scroll {
        background-color: #fff;
        border-bottom: 1px solid #e1e1e1;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 21;
        -webkit-user-select: none;
        top: 0px;
        -ms-animation: navjump 500ms 0s 1 ease-in-out;
        -webkit-animation: navjump 500ms 0s 1 ease-in-out;
        animation: navjump 500ms 0s 1 ease-in-out;
    }

    /*--------------------------------------------
    SECONDARY PAGE STYLES
---------------------------------------------*/
    .secondary-header .container {
        width: 1170px;
    }
}
/*--------------------------------------------
    SECONDARY PAGE STYLES
---------------------------------------------*/
.secondary-header {
    background: url(/Themes/CoreTheme/Content/images/secondary_header.jpg) no-repeat;
    background-size: cover;
    height: 130px;
    position: relative;
}

    .secondary-header > .sf_colsIn > .sfContentBlock {
        position: relative;
        width: 100%;
        height: 130px;
        overflow: hidden;
    }

.secondary-page-heading {
    position: absolute;
    top: 0;
    height: 100px;
}

    .secondary-page-heading h1 {
        margin: 0;
    }

    .secondary-page-heading h1 {
        position: relative;
        top: 78%;
        transform: translateY(-78%);
        -webkit-transform: translateY(-78%);
    }

.breadcrumb {
    font-size: 15px;
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    z-index: 9;
    left: 0;
    right: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    padding: 8px 15px;
}

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .breadcrumb > li + li:before {
        content: "> ";
        color: #d52028;
        padding: 0px 5px;
    }

    .breadcrumb > .active {
        color: #000;
    }

.secondary-content {
    min-height: 400px;
    padding: 14px 15px 30px 15px;
    max-width: 1170px;
}

    .secondary-content h1, .secondary-content h2, .secondary-content h3, .secondary-content h4, .secondary-content h5, .secondary-content h6 {
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .secondary-content img {
        max-width: 100%;
        height: auto;
    }

/*--------------------------------------------
    WHAT'S NEW STYLES
---------------------------------------------*/
.blog-page .panel-body {
    padding-top: 0;
}

.blog-posts .post-head a {
    font-size: 34px;
    font-weight: normal;
    line-height: normal;
}

.blogpost-page .panel-heading {
    padding-bottom: 0px;
}

.whats-new-back {
    font-weight: bold;
}

.blogpost-page h2 {
    margin-top: 8px;
}

.blogpost-page .post-date {
    margin-bottom: 0;
}

.blog-posts .tags-list ul li a, .blogpost-page .tags ul li a {
    color: #d52028;
}

    .blog-posts .tags-list ul li a:hover {
        text-decoration: none;
    }

.block-blog-archive h4, .block-popular-blogtags h4 {
    margin-top: 0;
}
/*--------------------------------------------
    MEET OUT TEAM STYLES
---------------------------------------------*/
.ordering {
    text-align: center;
}

    .ordering h3 {
        color: #c21b22;
    }

.team-member-photo {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 40px auto 15px auto;
    width: 170px;
    height: 170px;
    border: 6px solid #e8edf4;
    border-radius: 50%;
}

.team-member-info {
    padding-bottom: 25px;
}

    .team-member-info + [data-readmore-toggle] {
        display: inline-block !important;
        font-weight: bold;
        width: auto !important;
    }

    .team-member-info h2 {
        font-size: 22px;
        margin: 0;
        text-align: center;
    }

    .team-member-info h3 {
        color: #9c9a9a;
        font-size: 14px;
        font-family: "open-sans",sans-serif;
        font-style: normal;
        font-weight: 600;
        margin: 4px 0 12px 0;
        text-align: center;
    }
/*--------------------------------------------
    MANUFACTURER/PRODUCTS/CATEGORY STYLES
---------------------------------------------*/
.home-page-category-grid .item-box .thumbnail,
.sub-category-grid .item-box .sub-category-item.thumbnail,
.manufacturer-grid .item-box .manufacturer-item.thumbnail,
.product-grid .item-box .product-grid-item.thumbnail {
    min-height: 154px;
    position: relative;
    padding: 30px 10px;
}

.product-grid .item-box .product-grid-item.thumbnail {
    min-height: 230px;
}

@media (max-width: 991px) {
    .product-grid .item-box .product-grid-item.thumbnail {
        min-height: 250px;
    }
}

.sub-category-grid, .manufacturer-list-page .manufacturer-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1px;
    }

.product-grid .item-box {
    height: auto;
}

.sub-category-grid .item-box .sub-category-item.thumbnail, .manufacturer-grid .item-box .manufacturer-item.thumbnail {
    width: 100%;
}

.manufacturer-grid .item-box .manufacturer-item.thumbnail {
    padding: 4px !important;
}

.manufacturer-item .logo-link {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 20px;
}

.category-item h3, .sub-category-item h3, .product-grid-item h3 {
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
}

/*--------------------------------------------
    PRODUCT LINE STYLES
---------------------------------------------*/
.full-description ul {
    padding-left: 18px;
}

.attributes h3 {
    margin-top: 0;
}

.attributes .bubble {
    white-space: nowrap;
    flex: none;
    border-radius: 5px 5px 5px 5px !important;
    margin-left: 0px !important;
}

.nav-tabs > li > a {
    color: #000;
}

    .nav-tabs > li > a:hover, .nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
        color: #d52028 !important;
    }

.nav-tabs h3 {
    margin: 0;
}

/*--------------------------------------------
    HOMEPAGE STYLES
---------------------------------------------*/
.home-slider {
    position: relative;
    max-height: 670px;
    padding-top: 20px;
}

.nivoSlider img {
    max-width: 1500px !important;
    margin: 0 auto;
    right: 0;
}

.home-slider h2, .home-slider h3 {
    margin-top: 0;
}

.home-slider .slider-wrapper:first-child {
    margin-top: 0 !important;
}

.home-slider .slider-wrapper {
    margin-bottom: 0 !important;
}

.home-slider .nivoSlider {
    background-color: transparent !important;
    max-height: 670px;
}

.home-slider a.nivo-imageLink {
    z-index: 9 !important;
}

.home-slider .nivo-caption {
    background-color: transparent;
    color: #000;
    top: 62%;
    transform: translateY(-62%);
    -webkit-transform: translateY(-62%);
    padding: 15px 45px;
    max-width: 1190px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
}

.home-slider .nivo-controlNav {
    margin-bottom: 18px !important;
    z-index: 10;
    bottom: 50px;
    margin-top: 0 !important;
}

@media(max-width:1199px) {
    .home-slider .nivo-controlNav {
        top: -25px;
        bottom: 0;
        margin-bottom: 0 !important;
    }
}

.home-slider .align-right {
    float: right;
    width: 50%;
}

.home-slider .align-left {
    float: left;
    width: 50%;
}

.home-slider .align-center {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.home-slider .btn {
    border-radius: 30px;
    margin-top: 12px;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none !important;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block !important;
    outline: none;
    cursor: pointer;
}

.home-slider .btn-black {
    background: #000;
    border: 2px solid transparent;
}

    .home-slider .btn-black:hover {
        border: 2px solid #d72028;
    }

.home-slider .btn-red {
    background: #d72028;
    border: 2px solid transparent;
}

    .home-slider .btn-red:hover {
        border: 2px solid #000;
    }

.home-slider .btn-white {
    background: #fff;
    border: 2px solid transparent;
}

    .home-slider .btn-white:hover {
        border: 2px solid #000;
    }

.home-slider .btn-label-black {
    color: #000;
}

.home-slider .btn-label-red {
    color: #d72028;
}

.home-slider .btn-label-white {
    color: #fff;
}

.promoted-items-container {
    min-height: 608px;
}

.footer-header {
    text-decoration: underline;
}
@media(max-width: 768px) {
    .promoted-items-container {
        min-height: 500px;
    }
}

@media(max-height: 1199px) {
    .promoted-items-container {
        bottom: 12px;
    }
}

.promoted-item h3 {
    font-size: 14px;
    text-align: center;
}

.associated-products-list h3 {
    font-size: 14px;
    margin: 8px 0 0 0;
}

.promoted-item a, .associated-products-list a {
    color: #000;
    text-decoration: none;
}

    .promoted-item a:hover, .associated-products-list a:hover {
        text-decoration: underline;
    }

.promoted-item .thumbnail {
    border: 0px;
    box-shadow: none;
}

.promoted-item {
    background-color: #fff;
    position: relative;
    z-index: 14;
    padding: 20px 10px 25px 10px;
}

@media (min-width: 768px) {
    .promoted-item {
        border-radius: 20px;
    }
}

.promoted-item h2 {
    margin-top: 0;
}

.promoted-item h3, .associated-products-list h3 {
    text-transform: none;
    font-family: "open-sans",sans-serif;
    font-style: normal;
    font-weight: 800;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media(max-width: 480px) {
    .navbar-nav .dropdown-menu.show > li > a {
        color: #000 !important;
    }

        .navbar-nav .dropdown-menu.show > li > a:hover, a:focus {
            color: #000 !important;
            text-decoration: underline;
        }

    .promoted-item h3, .associated-products-list h3 {
        font-size: 11px;
        font-weight: normal;
    }

    .footer-logo {
        margin: 0px auto 0px auto;
    }

    .footer-bottom {
        padding: 5px 0;
    }

    .footer-bottom .fa {
        width: 20px;
    }   
}

.footer-bottom h5.accordion-tab-header:before, h5.accordion-tab-header:after {
    top: 0% !important;
    margin-top: 18px !important;
}

.footer-top-mobile a {
    color: #000;
    text-decoration: underline;
}

        .footer-top-mobile a:hover, a:focus {
            color: #000;
            text-decoration: underline;
        }

.promoted-item .heading-link a {
    margin-top: 12px;
}

.promoted-item .slick-slider {
    clear: left;
    padding: 0px 0px 0px 0px;
}

.promoted-item .has-arrows {
    padding: 0px 35px 0px 35px !important;
}

.promoted-item .slick-track {
    display: table;
}

.promoted-item .slick-slide {
    display: table-cell !important;
    border-right: 2px solid #f1f1f1;
    min-height: 225px;
    padding: 0;
}

.promoted-item .item-box {
    height: auto;
}

.promoted-item .slick-next, .promoted-item .slick-prev {
    top: 38% !important;
}

.promoted-item .slick-prev {
    left: 0;
}

.promoted-item .slick-next {
    right: 0;
}

.promoted-item .sfProductsSortByWrp, .promoted-item .sfCatalogTotalCount {
    display: none;
}

.top-videos {
    margin-top: 20px;
    position: relative;
}

    .top-videos .jCarouselMainWrapper {
        max-height: 230px !important;
    }

    .top-videos .youtube-iframe {
        border-radius: 10px;
    }

.top-videos iframe.youtube-iframe {
    height: 230px !important;
}

.product-spotight {
    margin-top: 20px;
    margin-bottom: -20px;
    position: relative;
}

    .product-spotight .jCarouselMainWrapper {
        max-height: 230px !important;
    }

.retail-slider {
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    padding: 5px 5px 5px 5px; 
}

    .retail-slider .jCarouselMainWrapper {
        max-height: 495px !important;
    }

    .retail-slider .slick-slide {
        border: 0px;
        min-height: 400px;
    }

    .retail-slider .slick-dots {
        margin: -30px 0 0 !important;
        z-index: 999;
        position: absolute;
    }

    .retail-slider .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

    .retail-slider .slick-slide img {
        max-height: none !important;
    }

.dealer-slider {
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}

    .dealer-slider .jCarouselMainWrapper {
        max-height: 495px !important;
    }

    .dealer-slider .slick-slide {
        border: 0px;
        min-height: 400px;
    }

    .dealer-slider .slick-dots {
        margin: -30px 0 0 !important;
        z-index: 999;
        position: absolute;
    }

    .dealer-slider .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

        .dealer-slider .slick-slide img {
            max-height: none !important;
        }

.top-categories {
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
}

.top-categories-list, .associated-products-list {
    clear: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 0;
}

.associated-products-list {
    max-width: 100%;
}

    .associated-products-list .associated-product {
        border-right: 2px solid #f1f1f1;
        min-height: 160px;
        margin-bottom: 10px;
        max-width: 230px;
    }

.gift-card-footer {
    margin-top:40px;
}

.gift-card-footer .card {
    border-radius: 20px;
    height: 324px;
}

    .gift-card-footer img {
        border-radius: 6px;
        height: 320px !important;
    }

.gift-card-footer .container {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .associated-products-list .associated-product {
        width: 19.666667%;
    }
}

@media (max-width: 1230px) {
    header .container {
        width: 1170px;
    }

    .navbar-brand {
        max-width: 300px;
    }
}

@media (max-width: 1200px) {

    .no-dd-mobile.dropdown-toggle::after,
    .first-level.no-dd-mobile {
        display: none !important;
    }

    header .container {
        width: 100%;
    }

    .navbar {
        max-height: none;
    }

    .navbar-brand {
        max-width: 100%;
    }
    .dropdown-menu > li {
        padding-top: 0px !important;
    }

    .navbar-nav .dropdown-menu.show {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav li.dropdown:hover > .dropdown-menu {
        display: none;
    }

        .navbar-nav li.dropdown:hover > .dropdown-menu.show {
            display: block;
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        border-right: 0;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #d72028 !important;
            text-decoration: underline;
            background-color: #fff;
            background-image: none;
            height: auto;
        }

    .navbar-nav .dropdown-menu.show > li > a {
        background-image: none;
        line-height: 20px;
        color: #777;
    }

    .navbar-nav .dropdown-menu.show > li > a,
    .navbar-nav .dropdown-menu.show .dropdown-header {
        padding: 8px 15px 8px 25px;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggler {
        background-color: #045ca5;
        border: 0;
        font-family: "bebas-neue",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        display: block;
    }

    .custom-toggler {
        float: right;
        margin: 5px 5px 5px 5px;
        height: 40px;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .dropdown-toggle::after {
        position: absolute;
        left: 90%;
        top: 23px;
    }

    .navbar-toggler:focus, .navbar-toggler:focus-visible {
        box-shadow: none;
    }

    .navbar-default .navbar-toggler .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggler:focus, .navbar-default .navbar-toggler:hover {
        background-color: #045ca5;
    }

    .navbar > .container {
        padding: 0px 0px 0px 0px !important;
        margin: 0px 0px 0px 0px !important;
        width: 100% !important;
        max-width: none !important;
    }

    .sr-only {
        position: relative;
        width: auto;
        height: auto;
        float: right;
        margin: -7px 0 0 0;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav {
        float: none !important;
        margin-top: 10px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .header-menu li.dropdown .caret-products {
        display: none;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .gift-cards-left-col .btn {
        width: 100%;
    }

    /*--------------------------------------------
    HOMEPAGE STYLES
---------------------------------------------*/
    .home-slider .nivo-caption {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    #mobile-menu {
        background:#fff;
    }

        #mobile-menu a {
            color: #000;
        }

    #categories-mobile-menu {
        background: #fff;
    }

        #categories-mobile-menu a {
            color: #000;
        }
}

@media (max-width: 991px) {
    .navbar-brand {
        margin-top: 0;
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .navbar-brand img {
            max-height: 95px;
        }

    .home-slider .nivoSlider {
        top: 0px;
    }

    .gift-cards-left-col h4 {
        float: none;
        margin-bottom: 10px;
    }

    .gift-card-code {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #online-store-left-nav .store-search-box .form-group {
        padding-left: 15px;
    }

    .checkbox input[type="checkbox"] {
        margin-left: 0px;
    }

    .gift-card-footer img {
        height: 315px !important;
    }

    .retail-slider .slick-slide img {
        min-height: 400px !important;
    }

    .dealer-slider .slick-slide img {
        min-height: 400px !important;
    }
}

@media (max-width: 767px) {
    .search-box.pull-right {
        width: 100%;
        max-width: 230px;
    }

    .search-box .navbar-form {
        padding-left: 0;
    }


    .heading-link {
        margin-bottom: 20px;
    }

        .heading-link h2, .heading-link h4 {
            float: none;
            margin-bottom: 5px;
        }

        .heading-link a {
            float: none;
            margin: 0;
        }

    .gift-cards {
        text-align: center;
    }

    .gift-cards-left-col .btn {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        float: none;
        display: block;
        margin-right: auto;
    }

    .gift-cards-mid-col {
        clear: left;
        padding: 34px 15px 34px 15px;
    }

    .gift-cards-right-col {
        max-width: 320px;
        margin: 0 auto;
    }

    .footer-top, .footer-top-mobile, .footer-bottom {
        text-align: center;
    }

        .footer-top .container, .footer-top-mobile .container, .footer-bottom .container {
            max-width: 100%
        }

    .footer-phone-numbers-col .fa-mobile {
        float: none;
        position: relative;
        top: 8px;
    }

    .footer-address-col {
        padding-top: 20px;
    }

        .footer-address-col .fa-map-marker {
            float: none;
        }
    /*--------------------------------------------
    HOMEPAGE STYLES
    ---------------------------------------------*/

    .top-categories {
        margin: auto;
        margin-top: 15px;
        margin-bottom: -50px;
        position: relative;
    }

    .top-videos {
        margin: auto;
        margin-top: 65px;
        margin-bottom: 0px;
        position: relative;
        height: 400px !important;
    }

        .top-videos .slick-list {
            max-height: 230px !important;
            min-height: 230px !important;
        }

    .promoted-item .slick-slide {
        min-height: 145px;
        max-height: 145px;
    }

    .home-slider .nivo-caption {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .promoted-item {
        height: 275px;
    }

    .retail-slider .jCarouselMainWrapper .slick-dots {
        margin-top: 10px;
    }

    .retail-slider .slick-slide {
        min-height: 250px !important;
        max-height: none !important;
    }

        .retail-slider .slick-slide img {
            min-height: 250px !important;
            max-height: none !important;
        }

    .retail-slider {
        height: 300px !important;
        padding: 0px 0px 0px 0px !important;
    }

        .retail-slider .slick-slider {
            max-width: none !important;
        }

    .dealer-slider .jCarouselMainWrapper .slick-dots {
        margin-top: 10px;
    }

    .dealer-slider .slick-slide {
        min-height: 250px !important;
        max-height: none !important;
    }

        .dealer-slider .slick-slide img {
            min-height: 250px !important;
            max-height: none !important;
        }

    .dealer-slider {
        height: 300px !important;
        padding: 0px 0px 0px 0px !important;
    }

        .dealer-slider .slick-slider {
            max-width: none !important;
        }
    /*--------------------------------------------
    SECONDARY RIGHT COL PAGE STYLES
---------------------------------------------*/
    .secondary-right-col {
        margin-top: 72px;
        margin-left: 0;
        margin-right: 0;
    }

    .secondary-content > .row, .secondary-left-col, .secondary-right-col {
        display: block;
    }
    /*--------------------------------------------
    ABOUT US PAGE STYLES
---------------------------------------------*/
    .about-contact-info-left-col {
        margin-bottom: 30px;
    }
    /*--------------------------------------------
    SHOPPING CART PAGE STYLES
---------------------------------------------*/
    .cart.table tr.item-details {
        border-bottom: 20px solid #ddd;
    }

        .cart.table tr.item-details:last-child {
            border-bottom: 0;
        }

    .remove-from-cart .visible-xs {
        display: block !important;
    }

    .cart-label {
        font-weight: bold;
    }
}

@media (max-width: 480px) {
    /*--------------------------------------------
    HOMEPAGE STYLES
---------------------------------------------*/
    .promoted-item .slick-slider {
        margin: 0 auto;
    }

    .promoted-item .slick-slide {
        border-right: 0;
    }

    .retail-slider .jCarouselMainWrapper .slick-dots {
        margin-top: 10px;
    }

    .retail-slider .slick-slide {
        min-height: 125px !important;
        max-height: none !important;
    }

        .retail-slider .slick-slide img {
            min-height: 125px !important;
            max-height: none !important;
        }

    .retail-slider {
        height: 135px !important;
        padding: 0px 0px 0px 0px !important;
        margin-bottom: 0px !important;
    }

        .retail-slider .slick-slider {
            max-width: none !important;
        }

        .dealer-slider .jCarouselMainWrapper .slick-dots {
            margin-top: 10px;
        }

    .dealer-slider .slick-slide {
        min-height: 125px !important;
        max-height: none !important;
    }

        .dealer-slider .slick-slide img {
            min-height: 125px !important;
            max-height: none !important;
        }

    .dealer-slider {
        height: 135px !important;
        padding: 0px 0px 0px 0px !important;
        margin-bottom: 0px !important;
    }

        .dealer-slider .slick-slider {
            max-width: none !important;
        }

    iframe.youtube-iframe {
        width: 100%;
        height: 250px !important;
    }
    /*--------------------------------------------
    GRID STYLES
---------------------------------------------*/
    .associated-products-list .associated-product {
        border-right: 0;
        width: 100%;
    }

    .home-slider {
        padding-top: 0px;
    }

    .top-categories {
        margin-top: 0px;
    }

    .top-videos {
        margin-top: 45px;
    }

    .product-spotight {
        margin-top: 0px;
    }

    .product-details-page .gallery {
        margin-bottom: 40px;
    }

    .gift-card-footer .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gift-cards .buy-buttons {
        margin-top: 0px
    }

    .gift-card-footer img {
        height: 205px !important;
    }

    .navbar-brand {
        padding: 0px;
        margin: 0px;
    }

    .heading-link {
        margin-bottom: 0px !important;
    }
}

/*------------------------------------------
    STYLES OVERIDDING CORE THEME
-------------------------------------------*/
.home-page .theme-custom {
    margin: 0;
}

.header-links .nav li a {
    border-right: 0;
    padding: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.header-links .nav li:last-child a {
    padding: 0;
}

.top-menu .headerlinks .header-links .nav > li {
    float: left;
}

.field-validation-error, .section.payment-info .message-error .validation-summary-errors ul {
    display: block;
    float: none;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*proceed-to-checkout*/
.proceed-to-checkout-button {
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    padding: 6px 12px;
    margin-right: 20px;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: "bebas-neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    text-align: left;
    color: #333;
    border-color: #ccc;
}

    .proceed-to-checkout-button:hover {
        background-color: #e6e6e6 !important;
        border-color: #adadad;
        color: #333;
    }

/*selected product details*/
.product-details-page .selected-product-details .header, .product-details-page .quantity-breakdown-available .header {
    font-size: larger;
    font-weight: bold;
    padding-bottom: 10px;
}

.product-details-page .quantity-breakdown-available .select-option {
    font-size: small;
}

.product-details-page .selected-product-details .col-header {
    font-weight: bold;
    padding-bottom: 5px;
}

.product-details-page .selected-product-details .col-content {
    padding-bottom: 5px;
}

.product-details-page .selected-product-details {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.product-details-page #spdNotAvailable {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #d52028; /*#C21B22;*/
    font-size: larger;
    font-weight: bold;
}

#spdPartNumberHeader, #spdPartNumber, #spdInStock {
    color: #d52028;
    font-size: 17px;
}

@media (max-width: 991px) {
    .product-details-page .selected-product-details .col-header {
        padding-bottom: 0;
    }

    .product-details-page .selected-product-details .col-content {
        padding-bottom: 10px;
    }

    .product-details-page .giftcard {
        margin-top: 20px;
    }
}


/* Product Details Page - Price */

.product-details-page .product-essential .prices .product-price {
    border-bottom: none;
}

    .product-details-page .product-essential .prices .product-price span {
        color: #d52028;
        font-size: 50px;
        padding-top: 0;
        line-height: .75;
    }

.product-details-page .overview {
    padding-top: 0;
}

@media (max-width: 991px) {
    .product-details-page .product-essential .prices .product-price {
        margin-top: 30px;
    }
}

.product-details-page div.price-label > span {
    font-size: 22px;
    font-weight: 600;
}

/* Product Details Page - Product Name */
.product-name.panel-heading h2 {
    font-size: 50px;
    display: inline-block;
}

/* Product Details Page - Manufacturer Logo */
.product-details-page .product-details-manufacturer {
    float: right;
}

@media (max-width: 991px) {
    .product-details-page .product-details-manufacturer {
        margin: auto;
        display: block;
        float: none;
        max-height: 75px;
    }

    .product-name.panel-heading h2 {
        font-size: 34px;
        display: inline-block;
    }
}

/* Product Details Page - Product Image Primary */
.product-details-page .gallery .picture {
    border: 1px solid #DDDDDD;
    padding: 3px;
}

.product-details-page .not-valid-option {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto;
    border: solid red 1px;
    z-index: 999;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
}

.product-details-page .selected {
    border: solid rgb(108, 117, 125) 2px !important;
}

.product-details-page .selected-option {
    font-weight: bold;
    display: inline;
    font-size: 14px;
}

.product-details-page .img-bubble {
    padding: 0px 0px 0px 0px;
    height: 55px;
}

.product-details-page .variant-image {
    max-width: 48px;
    max-height: 48px;
    border-radius: 3px;
    margin: 2px;
}

/* Accordion Styles */
h5.accordion-tab-header {
    margin: 0px;
}

    /*h5.accordion-tab-header:before {
        content: "\e114";
    }*/

    h5.accordion-tab-header:before {
        content: "";
    }

.accordion-tab-header span {
    line-height: normal;
    font-size: 22px;
    text-decoration: none;
    color: #000000;
}

#product-details-accordion .card-body, #haveqa-details-accordion .card-body {
    padding-top: 10px;
}

#product-details-accordion .card-header, #haveqa-details-accordion .card-header {
    border: 2px solid #DDDDDD;
    padding-left: 15px;
    margin-top: -2px;
    position: relative;
    cursor: pointer;
}

#product-details-accordion .card .collapse,
#haveqa-details-accordion .card .collapse,
#product-details-accordion .card .collapsing,
#haveqa-details-accordion .card .collapsing {
    padding-left: 15px;
    border: 1px solid #dddddd;
    border-top: none;
}



h5.accordion-tab-header:before,
h5.accordion-tab-header:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    border: 6px solid transparent;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
}

h5.accordion-tab-header:before {
    margin-top: -4px;
    border-top-color: #FFF;
    z-index: 1;
}

h5.accordion-tab-header:after {
    margin-top: -2px;
    border-top-color: #565656;
}

/* Shopping Cart */
.shopping-cart-prize-container {
    font-size: 1.3em;
    padding: 10px !important;
}

    .shopping-cart-prize-container .update-cart {
        margin-top: 10px;
    }

.qty-input.form-control {
    padding: 0;
}

.shipping-discount-msg {
    font-size: 1.3em;
    padding: 10px !important;
}

/* BUILDSHEET STYLES */
.buildsheet .no-products {
    color: #ff0000;
}

.buildsheet-details {
    overflow-x: auto;
}

.product-header .col-xs-1 {
    white-space: nowrap;
}

.buildsheet-details .product-header {
    background-color: #A1A09F;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    min-width: 780px;
    width: 100%;
}

.buildsheet-product img {
    max-width: 85px;
    max-height: 85px;
    width: 100%;
}

.buildsheet-product .product-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


    .buildsheet-product .product-description p {
        margin-bottom: 0 !important;
    }

.buildsheet-product {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 780px;
    width: auto;
}

    .buildsheet-product:nth-child(even) {
        background-color: #fafafa;
    }

.centered-middle {
    text-align: center;
    vertical-align: middle;
}

.buildsheet-header {
    margin-bottom: 20px;
}

.buildsheet-header-details {
    margin-bottom: 20px;
}

    .buildsheet-header-details img {
        max-height: 300px;
    }

        .buildsheet-header-details img:hover {
            cursor: pointer;
        }

    .buildsheet-header-details .total-price {
        color: #D71A23;
        font-size: 3em;
    }

#spanTotalPrice:before {
    content: "$";
}

.buildsheet-header-details .num-items-selected {
    font-size: 1em;
    font-weight: bold;
}

.buildsheet-header-details .add-to-cart #btnAddToCart {
    width: 100%;
    min-height: 50px;
    background-color: #D71A23;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 250px;
}

.part-number-link {
    word-wrap: break-word;
}

.num-quantity-control {
    min-width: 65px;
}

.clamp-me {
    max-height: 6em;
}

/* ONLINE STORE */

.online-store .welcome-block {
    margin-bottom: 30px;
}

/* ONLINE STORE - NEW PRODUCTS */

.online-store .new-products-list {
    margin: 0;
    padding: 0;
    clear: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    max-width: 1060px;
}

.online-store .store-new-products .heading-link a {
    margin-top: 42px;
}

.online-store .store-new-products {
    padding: 0;
    margin: 0;
    width: auto;
}

.online-store .new-product {
    margin-top: 10px;
    max-width: 200px;
    min-width: 200px;
    min-height: 200px;
    border-right: 2px solid #f1f1f1;
}

    .online-store .new-product a > img {
        height: 176px;
        width: 176px;
        overflow: hidden;
    }

    .online-store .new-product h3 {
        padding: 0;
        margin: 5px;
    }

        .online-store .new-product h3 > a {
            color: #000000;
            text-decoration: none;
            font-size: 20px;
            padding-bottom: 20px;
        }


/* ONLINE STORE - TOP CATEGORIES */

.online-store .top-categories-list {
    margin: 0;
    padding: 0;
}

.online-store .top-categories .heading-link a {
    margin-top: 42px;
}

.online-store .top-categories {
    padding: 0;
    margin: 0;
    width: auto;
}

.online-store .top-category {
    margin: 10px 0;
    min-width: 200px;
    line-height: 176px;
    text-align: center;
}

@media (min-width: 1200px) {
    .online-store .top-category:last-child {
        margin: 10px 0 0 0;
    }
}

.online-store .top-category a > img {
    overflow: hidden;
}

.online-store .top-category h3 {
    padding: 0;
    margin: 5px;
}

    .online-store .top-category h3 > a {
        color: #000000;
        text-decoration: none;
        font-size: 20px;
        padding-bottom: 20px;
    }

/* ONLINE STORE - LEFT NAV */

#online-store-left-nav .store-left-search {
    min-height: 100px
}

#online-store-left-nav h4 {
    color: #D71A23;
    font-weight: bold;
    margin-top: 40px;
}

@media (max-width:991px) {
    #online-store-left-nav h4 {
        color: #D71A23;
        font-weight: bold;
        margin-top: 0px;
    }
}


#online-store-left-nav .store-left-nav li {
    line-height: normal;
}

    #online-store-left-nav .store-left-nav li > a {
        color: #000000;
        line-height: normal;
        text-decoration: none;
        padding: 0;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 17px;
    }

#online-store-left-nav .store-search-box form {
    padding: 0;
}

@media (max-width:480px) {
    #online-store-left-nav .store-search-box #small-searchterms {
        width: 80%;
    }

    .online-store .top-category {
        width: 100%;
    }
}

/* Category Page Title */
@media (max-width: 768px) {
    .secondary-header {
        height: auto;
    }

    .secondary-page-heading {
        position: relative;
    }

        .secondary-page-heading h1 {
            position: relative;
            top: 0%;
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
        }

    #ph-title {
        padding-top: 5px;
        padding-bottom: 50px;
    }

    .secondary-header .secondary-page-heading h1 {
        font-size: 28px;
    }
}

/* Product Details - Discount Items Section */
#clearancePartsSummary {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    #clearancePartsSummary .header {
        font-size: larger;
        font-weight: bold;
        padding-bottom: 10px;
    }

    #clearancePartsSummary .clearance-item .discount-price-label {
        font-weight: bold;
        color: #d52028;
    }

    #clearancePartsSummary .clearance-item .clearance-price {
        font-weight: bold;
        color: #d52028;
    }

    #clearancePartsSummary .clearance-item .original-price {
        text-decoration: line-through;
    }

/* Checkout-Shipping*/
.ups-image .title {
    color: #d62128;
    font-size: 40px;
    font-weight: normal;
}

.ups-image img {
    max-width: 100%;
    height: auto;
}

.confirm-order .message-error {
    color: #d52028;
    font-size: 18px;
    margin-bottom: 10px;
}

.checkout-data .section .address-box {
    padding: 5px 15px 15px 15px;
}

.address-box {
    min-height: 200px;
    max-height: 200px;
    border-radius: 10px;
}

.address-item {
    min-height: 220px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .address-item {
        min-height: 275px;
    }

    .address-box {
        min-height: 260px;
        max-height: 260px;
    }
}

.payment-info .info #ExpireMonth {
    width: 60px !important;
}

.payment-info .info #ExpireYear {
    width: 86px !important;
}

.order-progress .nav > .inactive-step > a {
    color: #757373;
    text-decoration: none;
}


@media (max-width: 991px) {
    #shippingoption {
        margin-top: 15px;
    }
}

/* Tech Tips */
.tech-tips-table {
    margin-top: 25px;
}

    .tech-tips-table thead {
        background: #000;
        color: #fff;
    }

    .tech-tips-table tr:nth-child(even) {
        border-bottom: 1px solid #ECECEC;
        background: #F9F9F9;
        padding: 1em;
        line-height: 1.35;
    }

    .tech-tips-table table > tbody > tr > td, .tech-tips-table table > thead > tr > td {
        padding: 16px;
    }

.confirm-button {
    width: 220px;
    height: 50px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-shipping-logo {
    float: right;
    display: block;
}

@media (max-width:991px) {
    .product-details-shipping-logo {
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
        max-width: 75px;
    }
}



/* TRACKING PAGE */
.tracking-page .promoted-items-container {
    background-image: none !important;
}

    .tracking-page .promoted-items-container .top-categories {
        margin-top: 20px !important;
    }

.tracking-page .promoted-item {
    padding: 0px !important;
}

.tracking-page .trackingNotAvailable {
    margin-bottom: 50px;
}

.tracking-page label {
    margin-bottom: 0px;
}

.tracking-page .top-categories {
    margin-bottom: 0px !important;
}

/* Product Details Videos */

.play-button-overlay {
    position: relative;
    display: inline-block;
}

    .play-button-overlay:after {
        position: absolute;
        content: "";
        top: 12px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 50%;
        height: 50%;
        opacity: 1;
        pointer-events: none;
    }

.play-button:after {
    background: url(../../../../Content/Images/video_play_button_overlay.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

.product-details-page .thumb-popup-link {
    height: 135px;
    width: 135px;
    vertical-align: top;
    margin-bottom: 5px;
    line-height: 100px;
}

iframe.youtube-iframe {
    width: 100%;
    height: 300px;
}

@media (max-width:991px) {
    iframe.youtube-iframe {
        width: 100%;
        height: 500px;
    }
}

.main-picture-container img,
.picture-thumbs .thumb-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

#promo-item-page-caption {
    font-size: 28px;
    color: #d52028;
    font-weight: bold;
}

#promo-item-promo-caption {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

#promo-item-promo-description {
    font-size: 16px;
    color: #000000;
}

.promo-card-included {
    font-size: 28px;
    color: #d52028;
    font-weight: bold;
}

    .promo-card-included::before {
        content: "\A";
        white-space: pre;
    }

.promo-card-included-price-subtitle {
    font-size: 20px;
    color: #d52028;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: -15px;
}

.promo-card-summary-item {
    font-size: 12px;
    color: #d52028;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-details-page .price-breaks {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

.price-break-header {
    font-size: larger;
    font-weight: bold;
    padding-bottom: 10px;
}

.price-break-description {
    font-size: 12px;
    font-weight: 600;
}

    .price-break-description div:first-child {
        margin-top: -6px;
    }

.price-breaks-table {
    margin-bottom: 10px;
}

    .price-breaks-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .price-breaks-table td, .price-breaks-table th {
        border: solid 1px black;
        text-align: center;
    }

    .price-breaks-table .no-border {
        border: none;
    }

.product-strike-price {
    text-decoration: line-through;
}

.shipping-method-message {
    font-size: small;
    font-style: italic;
    margin-top: 10px;
    color: red;
}

.drop-shipping-message,
.freight-shipping-message {
    font-size: small;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    color: red;
}

.order-summary-content .no-data {
    margin-bottom: 20px;
}

.quick-add {
    padding: 10px 10px 0 10px;
}

#lblQuickAddPart,
#lblQuickAddQuantity {
    margin-top: 5px;
}


.pay-with-dealer-terms .dealer-terms-label {
    font-size: 16px;
    font-weight: 500;
}

.shopping-cart-total-summary-message {
    margin-top: -15px;
    font-weight: bold;
    text-align: right;
    color: #d52028;
}


/* --------------------------------------------------- */
/* CARD GRIDS */

.pb-card-grid {
    margin-top: 20px;
}

    .pb-card-grid .card-grid-item > div {
        padding: 5px;
        box-shadow: 0px 0px 6px #dddddd;
        margin-bottom: 15px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .pb-card-grid .card-grid-item .card-grid-item-title {
        display: block;
        position: relative;
        min-height: 64px;
        margin-bottom: 10px;
    }

        .pb-card-grid .card-grid-item .card-grid-item-title a {
            display: block;
            color: #d52028;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            line-height: 1em;
            text-align: center;
            margin-top: 5px;
            margin-bottom: 12px;
        }

    .pb-card-grid .no-results {
        margin-left: 20px;
        font-size: 20px;
    }

/* --------------------------------------------------- */

/*
    Mobile Product Details Page
*/

.product-details-mobile #productTitle {
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    display: inherit;
    font-family: "bebas-neue", sans-serif;
    text-align: center;
}

.product-details-mobile .product-name.panel-heading {
    padding: 0;
}

.product-details-mobile .promo-card-included,
.product-details-mobile #promo-item-page-caption {
    font-size: 14px;
}

.product-details-mobile #promo-item-promo-caption {
    font-size: 12px;
}

.product-details-mobile .thumb-popup-link.thumb-item {
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 0;
    padding: 0;
    margin: 3px;
    display: inline-block;
}

.product-details-page .product-essential .product-details-mobile .prices .product-price {
    margin-top: 0;
}

    .product-details-page .product-essential .product-details-mobile .prices .product-price span {
        font-size: 50px;
    }

@media (max-width: 767px) {
    .slick-slide img {
        min-height: 80px;
        max-height: 80px;
    }

    .product-spotight .slick-slide img {
        max-height: 160px !important;
    }
}
/* --------------------------------------------------- */

/* Spinner overlay - ensure it covers all page content */
#cssload-wrapper {
    position: fixed !important;
    z-index: 9999 !important;
}
