body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: normal;
}

/*YMM Selector: hide submodle and engine*/
.ShellCriteria div[name="Engine"], .ShellCriteria div[name="SubModel"]{
    display: none;
}
/*------------------*/

.ShellMainContent .Center {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    min-height: 500px;
}

.Content.col-sm-12.col-md-6.col-lg-9.row {
    margin-right: 0;
    margin-left: 0;
}

.ShellSideBar {
    padding-right: 5px;
}

/*#region Header */
.ShellHeader .HeaderTop {
    border-top: 20px #000 solid;
}

.logo {
    margin: 10px 0;
}

    .logo img {
        margin: 0 auto;
    }


.ContactInfo img {
    max-width: 250px;
}

@media (max-width: 300px) {
    .ContactInfo img {
        width: 100%;
    }
}

header .ContactInfo {
    margin: 5px 0;
    text-align: center;
    padding: 0;
}

    header .ContactInfo ul {
        padding: 0;
        margin-top: 20px;
    }

        header .ContactInfo ul li {
            list-style: none;
            display: inline-block;
            margin: 0 5px;
        }

            header .ContactInfo ul li a {
                font-size: 14px;
            }

    header .ContactInfo a {
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }

.ContactInfo .CartIndicator a {
    color: #ff0302;
}

    .ContactInfo .CartIndicator a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

header .ContactInfo .icon img {
    max-width: 30px;
}

.HiddenSearchButton {
    display: none;
}

.LoggedOut .loggedout {
    display: none;
}

ul.OnMobile {
    display: none;
    margin: 0;
}

    ul.OnMobile .CartIndicator img {
        padding: 5px 0;
        max-width: 50px;
    }

    ul.OnMobile li {
        list-style: none;
        display: inline-block;
    }

        ul.OnMobile li a {
            color: #FFF;
            font-size: 20px;
            padding: 5px;
        }


/*Navbar*/
.nav.navbar-nav.navbar-right {
    margin: 7px 0;
}

.btn.btn-default.SearchButton {
    font-size: 20px;
    background-color: #adaeb0;
    color: #FFF;
    border-color: #adaeb0;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.navbar-default {
    background-color: #000;
    border-radius: 0px;
    border: none;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #3d4047;
        color: #FFF;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #3d4047;
    }

    .navbar-default .navbar-toggle {
        border-color: #ffffff;
        background-color: #ff0302;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #2668b2;
        }
/*#region DropDown */
.ShellNavigation .container {
}

li.dropdown.open {
    position: static;
}

.open > .dropdown-menu {
    width: 100%;
    display: table;
    background-color: #3d4047;
}

.dropdown-menu ul {
    padding: 1;
    text-align: center;
}

    .dropdown-menu ul li {
        list-style: none;
        display: inline-block;
    }

        .dropdown-menu ul li a {
            margin: 5px 0;
            padding: 5px 10px;
            font-size: 14px;
            border-left: 0px solid #FFF;
            display: table;
            color: #FFF;
        }

        .dropdown-menu ul li:first-child a {
            border: none;
        }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    float: left;
}
/*#endregion */
/*#endregion */





.caption-style-4 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .caption-style-4 li {
        float: left;
        padding: 0px;
        position: relative;
        overflow: hidden;
        border: 1px solid #CCC;
        margin-bottom: 5px;
        margin-left: 5px;
    }

        .caption-style-4 li.col-md-4 {
            width: calc(33% - 10px);
        }

        .caption-style-4 li:hover .caption {
            opacity: 1;
        }

        .caption-style-4 li:hover img {
            opacity: 1;
            transform: scale(1.15,1.15);
            -webkit-transform: scale(1.15,1.15);
            -moz-transform: scale(1.15,1.15);
            -ms-transform: scale(1.15,1.15);
            -o-transform: scale(1.15,1.15);
        }


    .caption-style-4 img {
        margin: 0px;
        padding: 0px;
        float: right;
        clear: right;
        z-index: 4;
        max-height: 100px;
        margin-bottom: 60px;
    }


    .caption-style-4 .caption {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }

    .caption-style-4 img {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .caption-style-4 .caption-text h2, .caption-style-4 .caption-text h1 {
        text-transform: uppercase;
        font-size: 20px;
        color: #051879;
        font-weight: bold;
        margin: 2px 0;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }

    .caption-style-4 .caption-text h2 {
        color: #051879;
        margin-top: 2px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .caption-style-4 .caption-text {
        z-index: 10;
        color: #000;
        position: absolute;
        width: 70%;
        padding: 10px;
    }

        .caption-style-4 .caption-text ul {
            padding: 0;
        }

            .caption-style-4 .caption-text ul li {
                font-size: 12px;
                font-weight: bold;
                border: none;
                list-style: circle;
                float: none;
                text-transform: uppercase;
            }

                .caption-style-4 .caption-text ul li:before {
                    content: "-";
                    text-indent: -5px;
                }

    .caption-style-4 li:hover .caption-text h2 {
        color: #051879;
        transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        margin-left: 15px;
    }

    .caption-style-4 li:hover .caption-text h1 {
        color: #ff0302;
        opacity: 1;
        transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        margin-left: 15px;
    }
/*Banner*/
.ShellBanner .container {
    max-width: 1170px;
    width: 100%;
    padding: 0;
}

.carousel-caption {
    top: 5%;
}

    .carousel-caption h1 {
        font-size: 3em;
        color: #ff0302;
        text-transform: uppercase;
    }

.carousel-indicators .active {
    background-color: #ff0302;
}

.ShellBanner .carousel-inner > .item > img {
    width: 100%;
}

/*#region Home page */

.ShellBanner {
    margin-bottom: 20px;
    margin-top: 0px;
}

.navbar-default {
    margin-bottom: 0px;
}

.FeaturedProducts, .Cotegory {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    margin: 10px 0;
}

    .FeaturedProducts .ShellTemplate {
        vertical-align: top;
        margin-top: 15px;
        min-width: 230px;
    }

@media (max-width: 250px){
    .FeaturedProducts .ShellTemplate {
        min-width: unset;
        max-width: 200px;
        width: 100%;
    }
}


.QuickSearch {
    background-color: #051879;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    padding: 2px;
}

    .QuickSearch .ComingSoon {
        padding: 8px;
        margin: 10px;
        text-align: center;
        color: #051879;
        background-color: #FFF;
        font-size: 16px;
    }

    .QuickSearch .ShellCriteria {
        font-weight: normal;
    }

    .QuickSearch .ShellCurrentVehicle, .QuickSearch .UniversalPartsLink, .QuickSearch .ShellSavedVehicles, .QuickSearch .GoButton {
        color: white;
    }

        .QuickSearch .ShellCurrentVehicle span.Label, .QuickSearch .ShellSavedVehicles h3 {
            font-weight: bold;
        }

    .QuickSearch #disclaim{	
	color: white;
	text-align: center;
    }

.LeftContent {
    max-width: 350px;
}

.Collections {
    margin: 10px 0;
}

    .Collections h1, .QuickSearch h1, .FeaturedProducts h2, .AddText h2 {
        background-color: #000000;
        margin: 0;
        padding: 10px;
        font-weight: normal;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
    }

.QuickSearch h1, .AddText h1 {
    background-color: #051879;
}

.Collections ul {
    padding: 2px;
    border: 0px solid #CCC;
    border-top: none;
    border-bottom: none;
}

    .Collections ul li {
        list-style: none;
    }

        .Collections ul li a {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px transparent;
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            width: 100%;
            padding: 5px 5px;
            cursor: pointer;
            text-decoration: none;
            color: #051879;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-transform: none;
            font-weight: normal;
            font-size: 16px;
            border-bottom: 10px solid #CCC;
        }

            .Collections ul li a:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #051879;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            .Collections ul li a:active:before, .Collections ul li a:focus:before, .Collections ul li a:hover:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

            .Collections ul li a:active, .Collections ul li a:focus, .Collections ul li a:hover {
                color: #FFF;
            }

.FeaturedProducts h2 {
    text-align: left;
    clear: both;
}

.CustomAdd {
    border: 1px solid #041875;
    position: relative;
    margin-bottom: 5px;
}

    .CustomAdd .AddText {
        position: absolute;
        WIDTH: 100%;
        bottom: 0;
        text-align: center;
    }

        .CustomAdd .AddText a {
            color: #000;
            z-index: 10;
        }

        .CustomAdd .AddText span {
            background-color: rgb(0, 32, 191);
            font-size: 14px;
            color: #FFF;
            margin: 0 auto;
            display: table;
            width: 100%;
        }

/*#endregion */
/*#region Footer */
.ShellFooter {
    float: left;
    width: 100%;
}

footer {
    background-color: #000000;
    clear: both;
    padding-top: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.WrapOut {
    display: block;
    -webkit-border-radius: 0 60% 0 0;
    -moz-border-radius: 0 60% 0 0;
    -ms-border-radius: 0 60% 0 0;
    border-radius: 0 60% 0 0;
    width: 200%;
    margin-left: -50%;
    background-color: #FFF;
    text-align: center;
    overflow: hidden;
}

.FooterBottom {
    background-color: #000000;
    padding: 10px 0;
    color: #FFF;
    font-size: 16px;
}

ul.list-payment, .FooterPart ul {
    padding: 0;
    font-size: 18px;
}

    ul.list-payment li {
        list-style: none;
        display: inline-block;
    }

.FooterPart .logo {
    margin: 10px auto;
    display: inline-block;
}

.FooterPart h3 {
    font-size: 22px;
    color: #051879;
    font-weight: bold;
    margin: 20px 0;
    margin-top: 30px;
    text-align: left;
    padding-left: 25px;
}

.FooterPart.FooterNav {
    padding-left: 60px;
}

.FooterPart ul li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    color: #000;
    font-weight: bold;
}

    .FooterPart ul li a {
        color: #000;
        font-weight: bold;
    }

    .FooterPart ul li.HasIcon img {
        max-width: 20px;
        margin: 5px 0;
        margin-top: -3px;
    }

    .FooterPart ul li.HasIcon {
        font-size: 16px;
        padding: 5px 0;
    }
/*#region Footer Social Icons */

/* footer social icons */
.SocialIcons {
    max-width: 350px;
    margin: 0 auto;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a {
    background-color: #ff0302;
}

.NewsLetterSignUp {
    margin: 15px 0;
    color: #2668b2;
}

/*#endregion */
/*#endregion */
/*#region Responsive */

@media only screen and (max-width : 1200px) {
    header .ContactInfo a {
        font-size: 16px;
    }

    header .ContactInfo .icon img {
        max-width: 20px;
    }
}

@media only screen and (max-width : 1100px) {
    .ShellSideBar {
        padding-left: 0;
        padding-right: 0;
    }

    .caption-style-4 li.col-md-4 {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width : 992px) {
    .FooterPart.FooterNav, .FooterPart h3 {
        display: none;
    }

    .FooterPart ul li.HasIcon {
        text-align: center;
    }

    .NoneMobile {
        display: none;
    }

    .LeftContent {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .ContactInfo.col-sm-12, .NoneMobile {
        display: none;
    }

    .dropdown-menu ul {
        text-align: left;
    }


    ul.OnMobile {
        display: block;
    }

    .ShellContactInfo {
        margin-bottom: 5px;
    }

    .logo img {
        max-width: 250px;
	width: 100%;
    }

    .caption-style-4 img {
        max-height: 100px;
    }

    .caption-style-4 .caption-text {
        width: 100%;
    }

        .caption-style-4 .caption-text h1, .caption-style-4 .caption-text h2 {
            font-size: 20px;
        }

    .dropdown-menu ul li a {
        width: 100%;
        border: none;
    }

    .dropdown-menu ul li {
        display: block;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        float: none;
    }
}

@media (max-width: 500px) {
    .caption-style-4 li.col-md-4 {
        width: 100%;
        margin-left: 0px;
    }
}

.one-line {
    margin-bottom: 7px !important;
}
/*#endregion */
/*Store Changes*/
.ShellDetailPrice h3.Manufacturer {
    font-size: 16px !important;
	font-weight:bold;
}

    .ShellDetailPrice .Id, .ShellDetailPrice h3.Manufacturer a {
        font-size: 12px !important;
        margin-bottom: 5px;
        display: table;
    }
	.ShellDetailPrice .Id{
		display:none;
	}
.MarkOutOfStock.InStock:before, .ShellTemplate.Item.InStock .TemplateLink:before {
    content: "\f00c  IN STOCK";
    color: #4CAF50;
    font: bold normal normal 16px/1 FontAwesome;
    margin: 5px;
}

.MarkOutOfStock.InStock {
    margin: 5px 0;
    font: normal normal normal 14px/1 FontAwesome;
}

.ShellTemplate.Item.InStock .TemplateLink a {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
}
.FeaturedProducts .TemplateAddToCart{
    display: none !important;
}































