/* Global */
.d-none {
	display: none !important;
}
/* END of Global */

/* Header */
#logo-custom {
    min-width: unset;
    max-width: unset;
    width: unset;
    margin: auto;
}
#logo-custom .store-logo-module {
	background-color: transparent;
}
#logo-custom .store-logo-module img {
	margin: 10px 0;
    max-height: 60px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .garage-component.svg-icons .garage-icon {
    	display: none;
    }
}

#header-custom .container-wrap {
	padding-top: 5px;
    padding-bottom: 5px;
}

#themeHeaderTopSection.themeHeaderTopSection .container-wrap {
    padding-top: 12px;
	padding-bottom: 12px;
}
#themeHeaderTopSection .themeTopHeaderWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 575.98px) {
    #themeHeaderTopSection .themeTopHeaderWrap .themeLogo .store-logo-link {
    	max-width: 200px;
    }
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLogo .store-logo-link img {
	width: 100%;
    max-height: unset;
    margin: 0;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeSearch {
	flex: 1;
    margin: 0 20px
}
@media (max-width: 991.98px) {
    #themeHeaderTopSection .themeTopHeaderWrap .themeSearch {
    	margin: 0;
    }
}
#themeHeaderTopSection .themeTopHeaderWrap .themeSearch fieldset {
	display: flex;
    border: 1px solid #9E9E9E;
    padding: 0 16px;
    border-radius: 25px;
    overflow: hidden;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeSearch fieldset > .main-search-wrapper {
	order: 3;
    width: 100%;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeSearch fieldset > .main-search-wrapper [type=text] {    
    font-family: var(--brandFont);
    font-size: 14px;
    color: #757575;
    padding: 11px;
    height: auto;
	border: none;
    outline: none;
    box-shadow: none;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeSearch fieldset > .main-search-wrapper [type=text]::placeholder {
	font-size: 14px;
    color: #757575;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeSearch fieldset > .button-start-search {
	order: 2;
    position: relative;
    background-color: transparent;
    color: #095096;
    padding: 0;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component {
	height: auto;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-icon,
#themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-text-wrap > a i {
	display: none;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-text-wrap > a {
	text-decoration: none;
    font-size: 14px;
    color: #2972D6;
    font-weight: bold;
    padding-left: 32px;
    margin: 0;
    transition: .3s ease;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-text-wrap > a:hover {
	opacity: .8;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-text-wrap > a::before {
    content: url('https://cdn.revolutionparts.io/eae02f85774605036aab8cd50f85b1f2/design/icons/icon_car.svg');
    width: 24px;
	height: 24px;
    position: absolute;
    left: 0;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLinkList a {
	text-decoration: none;
    font-size: 14px;
    color: #2972D6;
    font-weight: bold;
    margin: 0;
    transition: .3s ease;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLinkList a:hover {
	opacity: .8;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLinkList a .recentOrder {
    padding-left: 32px;
	position: relative;
}
@media (max-width: 991.98px) {
    #themeHeaderTopSection .themeTopHeaderWrap .themeLinkList a .recentOrder {
    	padding-left: 24px;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeLinkList a .recentOrder > span {
    	display: none;
    }
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLinkList a .recentOrder::before {
	content: url('https://cdn.revolutionparts.io/eae02f85774605036aab8cd50f85b1f2/design/icons/icon_clock.svg');
    width: 24px;
	height: 24px;
    position: absolute;
    top: -3px;
    left: 0;
    filter: brightness(15);
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLogin #action_account {
    width: auto;
	padding: 0;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLogin #action_account .design-text {
	display: none;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLogin #action_account .your-account {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: transparent;
    overflow: hidden;
    padding-left: 24px;
    outline: none;
    padding: 0;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLogin #action_account .your-account::before {
	content: url('https://cdn.revolutionparts.io/eae02f85774605036aab8cd50f85b1f2/design/icons/icon_account.svg');
    width: 24px;
	height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
    filter: brightness(15);
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLogin #action_account .account.flyout {
	left: -75px;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeLogin #action_account .account.flyout .upper_arrow {
	left: 75px;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeCart .cart-component {
	width: auto;
    min-width: unset;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeCart .cart-component .cart-button {
    background-color: transparent;
	padding: 0;
    outline: none;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeCart .cart-component .cart-button::before {
	content: url('https://cdn.revolutionparts.io/eae02f85774605036aab8cd50f85b1f2/design/icons/icon_cart.svg');
    position: relative;
    width: 24px;
	height: 24px;
    top: 2px;
    left: 0;
    filter: brightness(15);
}
#themeHeaderTopSection .themeTopHeaderWrap .themeCart .cart-component .cart-button .cart-wrapper {
	display: none;
}
#themeHeaderTopSection .themeTopHeaderWrap .themeCart .cart-component .cart-flyout .upper-arrow {
	left: 275px;
}
@media screen and (max-width: 767px) {
    .promotional-banner-wrap .promotional-banner-text {
    	padding: 0;
    	line-height: 22px;
    }
    .themeHamburger {
    	position: relative;
        left: 0;
    }
	.themeHamburger .themeHamburgerWrapper {
        width: 30px;
        height: 25px;
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 9999;
    }
    .themeHamburger .themeHamburgerWrapper .themeHamburgerLine {
    	position: absolute;
        left: 0;
        right: 0;
        top: 13px;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        margin: auto;
    }
    .themeHamburger .themeHamburgerWrapper .themeHamburgerLine::before {
        content: "";
    	position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }
    .themeHamburger .themeHamburgerWrapper .themeHamburgerLine:after {
        content: "";
    	position: absolute;
        left: 0;
        right: 0;
        bottom: 8px;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }
    body.openNavigation {
    	overflow: hidden;
    }
    body.openNavigation::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
    }
    #themeHeaderTopSection .themeTopHeaderWrap {
    	flex-wrap: wrap;
        gap: 12px;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeHamburger {
    	order: 1;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeLogo {
    	order: 2;
        margin: auto;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeSearch {
    	order: 6;
        width: 100%;
        flex: auto;
    }    
    #themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection {
    	order: 7;
        width: 100%;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeLinkList {
    	order: 3;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeLogin {
    	order: 4;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeCart {
    	order: 5;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component,
    #themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-text-wrap {
    	width: 100%;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-text-wrap > a {
    	border: 1px solid #9E9E9E;
        border-radius: 25px;
        padding: 7.5px 16px 7.5px 46px;
        display: block;
    }
    #themeHeaderTopSection .themeTopHeaderWrap .themeVehicleSelection .garage-component .garage-text-wrap > a::before {
    	left: 16px;
    }
}

#themeHeaderBottomSection.themeHeaderBottomSection {
	background-color: #383838;
}
@media (max-width: 767.98px) {
    #themeHeaderBottomSection.themeHeaderBottomSection {
    	position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 300px;
        z-index: 9999;
        transition: all .3s ease-in-out;
        transform: translateX(1000px);
        overflow: auto;
    }
    #themeHeaderBottomSection.themeHeaderBottomSection.active {
    	transform: translateX(0);
        overflow: hidden;
    }
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeHeaderBottomLeft {
	width: auto;
    min-width: 163px;
}
#themeHeaderBottomSection.themeHeaderBottomSection .container-wrap {
	padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
@media (max-width: 767.98px) {
    #themeHeaderBottomSection.themeHeaderBottomSection .container-wrap {
    	display: inherit;
    }
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module {
	position: relative;
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .heading {
	display: inline-block;
    padding: 9px 30px 9px 60px;
    background-color: var(--brandColor);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
    #themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .heading {
    	padding: 0;
        background-color: transparent;
        font-weight: 300;
        display: block;
        padding: 10px 10px;
        border: none;
    }
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module::before {
	content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    z-index: 1;
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .heading::before {
	content: "";
    position: absolute;
    left: 15px;
    bottom: 12px;
    width: 15px;
    height: 2px;
    background-color: #fff;
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .heading:after {
	content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 15px;
    height: 2px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    #themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module::before,
    #themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .heading::before,
    #themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .heading:after {
    	display: none;
    }
    #themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .heading::before {
    	content: "\F078";
        font-family: FontAwesome\ 4;
        font-weight: 400;
        display: block;
        background-color: transparent;
        right: 15px;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        font-size: 10px;
        transition: all .3s ease-in-out;
    }
    #themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module.active .heading::before {
    	transform: rotate(180deg);
    }
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module:hover .links-list {
	display: block;
}
@media screen and (max-width: 767px) {
	#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module:hover .links-list {
    	display: block;
    }
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .links-list {
    position: absolute;
    top: 36px;
    left: 0;
    width: 160px;
    z-index: 99;
    background-color: var(--brandColor);
    display: none;
}
@media screen and (max-width: 767px) {
	#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .links-list {
    	display: none;
        position: unset;
        top: 0;
        width: auto;
        background-color: transparent;
    }
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .links-list a {
    background-color: var(--brandColor);
	display: block;
    padding: 10px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid var(--brandColor);
}
@media screen and (max-width: 767px) {
	#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .links-list a {
    	background-color: transparent;
        padding: 10px 20px;
        border-bottom: 0;
        font-weight: 300;
    }
}
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .links-list a:hover,
#themeHeaderBottomSection.themeHeaderBottomSection .themeAllCatNav .links-list-module .links-list a:focus {
	text-decoration: none;
    background-color: var(--brandAlt);
}

/* ------------ */
#themeHeaderNavigationSection.themeHeaderNavigationSection {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
    #themeHeaderNavigationSection.themeHeaderNavigationSection {
    	position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        max-width: 350px;
        width: 100%;
        background-color: var(--themeColorWhite) !important;
        z-index: 999;
        transition: all .3s ease-in-out;
    }
    #themeHeaderNavigationSection.themeHeaderNavigationSection.openNav {
    	transform: translateX(0);
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .container-wrap {
	padding-top: 0;
    padding-bottom: 0;
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    /*padding-left: 30px;*/
    padding-right: 30px;
	text-transform: uppercase;    
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .themeNavigationCloseButton {
	display: none;
}
@media screen and (max-width: 767px) {
	#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list {
    	flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 10px;
    }
    #themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .themeNavigationCloseButton {
        position: absolute;
        z-index: 9;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: block;
    }
    .openNavMain {
    	overflow: hidden;
    }
    .openNavMain::before {
    	content: "";
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,0.8);
        z-index: 9;
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu {
	text-align: left;
}
@media screen and (max-width: 767px) {
    #themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu {
        padding-top: 52px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module {
    	display: block;
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li {
	padding: 9px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li:hover,
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li:focus {
	background-color: var(--themeColorBlackLight);
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li a {
	color: #ffffff;
}
@media screen and (min-width: 768px) {
	#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li[data-navigation="allcategories"] {
    	display: none;
    }
}
@media screen and (max-width: 767px) {
	#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li {
    	color: #ffffff;
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #6E6E6E;
    }
    #themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li a {
    	color: #ffffff;
    }
    #themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMenu .links-list-module .links-list li::before {
    	content: "\F105";
        font-family: FontAwesome\ 4;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        right: 0;
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu {
	position: absolute;
    left: -1px;
    right: 0;
    top: 36px;
    background-color: #fff;
    z-index: 999;
    padding: 2rem 2rem;
    display: none;
}
.themeNavigationBackButton {
	display: none;
}
@media screen and (max-width: 767px) {
    #themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu {
    	position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto;
        padding-top: 3.5rem;
        display: block;
        transform: translateX(1000px);
        transition: all .3s ease-in-out;
    }
    #themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu.openMenu {
    	transform: translateX(0);
        padding-right: 15px;
        padding-left: 15px;
    }
    .themeNavigationBackButton {
    	position: absolute;
        top: 14px;
        right: 20px;
        font-size: 15px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu.openMenu {
	display: block;
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu .links-list-module {
	display: flex;
    gap: 50px;
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
	#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu .links-list-module {
    	flex-direction: column;
    	gap: 20px;
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu .links-list-module .heading {
	font-size: 22px;
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu .links-list-module .heading a {
	color: var(--themeColorBlack) !important;
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu .links-list-module .links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    height: 190px;
    flex: 1;
    row-gap: 5px;
    column-gap: 20px;
}
@media screen and (max-width: 767px) {
	#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu .links-list-module .links-list {
    	height: auto;
        row-gap: 10px;
    }
}
#themeHeaderNavigationSection.themeHeaderNavigationSection .themeHeaderNavigationMegaMenu .links-list-module .links-list a {
	font-size: 14px;
    color: var(--themeColorBlack);
}
/* END of Header */

/* Homepage */
.select-by-model-module .select-by-model-item .accent-text {
	margin-bottom: .5rem;
}
.select-by-model-module .select-by-model-item .accent-text:before {
	font-size: 11px;
    color: #63aaff;
}
/* END of Homepage */







/* Theme.css of Mt Humphreys Dark */
/* Moved to automation.scss */
/* Moved to automation.scss */
/* Moved to automation.scss */
/* Moved to automation.scss */
.call-to-action-button,
.search-by-part-module .btn,
.vin-column-custom .search-by-vin-module .btn,
#home-content .newsletter-signup-module .btn,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom {
  background-color: #0F609C;
  border-radius: 0px;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.call-to-action-button:hover, .call-to-action-button:active, .call-to-action-button:focus,
.search-by-part-module .btn:hover,
.search-by-part-module .btn:active,
.search-by-part-module .btn:focus,
.vin-column-custom .search-by-vin-module .btn:hover,
.vin-column-custom .search-by-vin-module .btn:active,
.vin-column-custom .search-by-vin-module .btn:focus,
#home-content .newsletter-signup-module .btn:hover,
#home-content .newsletter-signup-module .btn:active,
#home-content .newsletter-signup-module .btn:focus,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:focus,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:hover,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:active,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:focus {
  background-color: rgb(19.4736842105, 124.6315789474, 202.5263157895);
  color: #fff;
}
.call-to-action-button:visited,
.search-by-part-module .btn:visited,
.vin-column-custom .search-by-vin-module .btn:visited,
#home-content .newsletter-signup-module .btn:visited,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:visited,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:visited {
  background-color: #0F609C;
  color: #fff;
}

#header-custom .container-wrap {
  padding-bottom: 0;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #header-custom .col-md-6:first-child {
    display: none;
  }
  #header-custom .col-md-6:last-child {
    width: 100%;
  }
}
#header-custom .main-nav-links {
  margin-right: 10px;
}
#header-custom .links-list li a, #header-custom .cart-wrapper .cart-text, #header-custom .email_address {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #ddd;
  font-weight: 400;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
#header-custom .links-list li a:hover, #header-custom .cart-wrapper .cart-text:hover, #header-custom .email_address:hover {
  color: #fff;
}
#header-custom .call-to-action-button {
  background-color: transparent;
}
#header-custom .call-to-action-button:hover {
  background-color: transparent;
}
#header-custom .cart-component {
  min-width: 0;
}
#header-custom .cart-component .cart-button {
  padding: 5px;
}
#header-custom .cart-component i {
  color: #ddd;
}
#header-custom .cart-component:hover .cart-button i {
  color: #fff;
}

#logo-custom .container-wrap {
  padding: 5px 0;
}
#logo-custom .store-logo-image {
  max-height: 58px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#logo-custom .logo-col-custom {
  width: 28%;
  margin: 0;
}
#logo-custom .deal-links-custom, #logo-custom .action-col-custom {
  width: 70%;
  margin: 0;
}
#logo-custom .deal-links-custom {
  padding-bottom: 10px;
}
#logo-custom .garage-col-custom {
  width: 20%;
  float: right;
  margin: 14px 10px 14px 0;
  border: solid 1px #0F609C;
  text-align: center;
}
#logo-custom .garage-col-custom .garage-component {
  padding: 4.5px;
  width: 100%;
  height: 100%;
  background-color: #0F609C;
}
#logo-custom .garage-col-custom .garage-component .garage-text {
  color: #fff;
}
#logo-custom .garage-col-custom .garage-component:hover {
  background-color: rgb(19.4736842105, 124.6315789474, 202.5263157895);
}
#logo-custom .search-col-custom {
  width: 45%;
  float: right;
  margin: 14px 0;
}
#logo-custom .search-col-custom .search-bar-component input {
  border-color: #ccc;
}

#second-nav .container-wrap {
  padding: 0;
}
#second-nav .links-list {
  display: inline;
}
#second-nav .links-list li a {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#second-nav .links-list li a:hover {
  text-decoration: none;
}
#second-nav .links-list li {
  padding: 15px 20px 13px 20px;
  margin: 0;
  text-align: center;
  border-right: 1px solid #555;
  display: block;
  float: left;
  cursor: pointer;
}
#second-nav .links-list li:hover, #second-nav .links-list li:active {
  background: rgb(10.5263157895, 67.3684210526, 109.4736842105);
}
@media (max-width: 1023px) {
  #second-nav .links-list li {
    font-size: 8pt;
  }
}

#mobile-header .material-icons {
  color: #fff;
}
#mobile-header .navbar-toggle {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
  margin: 0;
  float: none;
  border: 1px solid #fff;
  padding: 5px 5px 0 5px;
}
#mobile-header .navbar-toggle .closeMenu {
  display: none;
}
@media (max-width: 574px) {
  #mobile-header .navbar-toggle {
    display: block;
  }
}
#mobile-header .header-center-nav {
  display: block;
  text-align: center;
  padding: 3px 0;
  background: #000;
  border-bottom: 1px solid #000;
}
#mobile-header .header-center-nav .mobile-header-logo-link {
  line-height: 40px;
}
#mobile-header .header-center-nav img.image-logo {
  max-height: 45px;
}
#mobile-header .cartLink {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 5px 0 5px;
}

.mobileMenu {
  width: auto;
}
.mobileMenu .mobileMenuSection:first-child {
  margin-bottom: 5px;
}
.mobileMenu .call-to-action-button {
  background: #0F609C;
}
.mobileMenu .call-to-action-button:hover, .mobileMenu .call-to-action-button:active {
  background: rgb(21.7105263158, 138.9473684211, 225.7894736842);
}
.mobileMenu ul {
  list-style: none;
}
.mobileMenu ul li {
  position: relative;
  z-index: 10000;
}
.mobileMenu ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  color: #fff;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 15px;
  background: #0F609C;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.mobileMenu ul li a:after {
  position: absolute;
  right: 5px;
  top: 12px;
  content: "chevron_right";
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.mobileMenu ul li .menuPhone {
  padding-left: 45px;
}
.mobileMenu ul li .menuPhone:before {
  position: absolute;
  top: 12px;
  left: 10px;
  content: "call";
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.mobileMenu ul li .dropdown-toggle:after {
  content: "expand_more";
  border: 0;
  right: 30px;
}
.mobileMenu ul li .dropdown-menu {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  position: static;
  float: none;
}
.mobileMenu ul li .dropdown-menu a {
  background: transparent;
  padding: 7px 15px;
  color: #666;
  font-size: 1em;
}
.mobileMenu ul li .dropdown-menu a:after {
  top: 5px;
  content: "chevron_right";
}
.mobileMenu ul .open {
  margin-bottom: 5px;
}
.mobileMenu ul .open a {
  margin-bottom: 0;
}
.mobileMenu ul .open a:after {
  content: "expand_less";
}

.navbar-fixed-top {
  min-width: 320px;
}
.navbar-fixed-top div.custom-html-module {
  position: relative;
}

.navmenu-fixed-left {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow-y: hidden;
  border-radius: 0;
  padding: 10px;
  background: #252525;
}
.navmenu-fixed-left .col-sm-12 {
  padding: 0;
}

.mm-open .site-container:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1029;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.home-content .container-wrap {
  padding-bottom: 0;
}
#page-home .home-content .cats-list {
  margin-top: 23px;
}
#page-home .home-content .cats-list ul {
  width: 100%;
  border: 1px solid #7d7d7d;
}
#page-home .home-content .cats-list ul li {
  border-left: 10px solid transparent;
  border-bottom: 1px solid #7d7d7d;
  position: relative;
}
#page-home .home-content .cats-list ul li:last-child {
  border-bottom: none;
}
#page-home .home-content .cats-list ul li::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 16pt;
  color: #000;
}
#page-home .home-content .cats-list ul li:hover a {
  color: #ccc;
}
#page-home .home-content .cats-list ul li:hover {
  border-left-color: #ccc;
}
#page-home .home-content .cats-list ul li:hover::after {
  color: #ccc;
}
#page-home .home-content .cats-list ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  color: #fff;
  font-weight: 400;
  display: block;
  padding: 15.699px 20px;
}
.home-content .featured-section h2 {
  display: none;
}
.home-content .featured-section .col-sm-4 {
  padding-left: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .home-content .featured-section .col-sm-4 {
    padding-left: 15px;
    width: 100%;
  }
}
.home-content .featured-section .col-sm-4.cats-list ul li a {
  color: #fff;
}
.home-content .featured-section .col-sm-8 {
  padding-right: 0;
  margin: 0;
}

#vehicle-custom {
  z-index: 22;
}
#vehicle-custom .row {
  margin: 0 !important;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #vehicle-custom .row {
    padding: 0;
  }
}
#vehicle-custom .header-text {
  display: none;
}
@media (max-width: 767px) {
  #vehicle-custom .header-text {
    display: block;
    color: inherit;
  }
}
@media (max-width: 767px) {
  #vehicle-custom .container-wrap {
    padding: 0px;
  }
  #vehicle-custom .header-text {
    display: block;
  }
}
#vehicle-custom .vpicker_buttons .vpicker_button {
  border-radius: 0px;
}
#vehicle-custom .vpicker_buttons li.active_button a:hover .select {
  background-color: #7d7d7d;
}
@media (min-width: 426px) and (max-width: 710px) {
  #vehicle-custom .vpicker_buttons {
    width: 70%;
  }
}
@media (max-width: 900px) {
  #vehicle-custom .vpicker_buttons {
    width: 90%;
  }
}
@media (max-width: 710px) {
  #vehicle-custom .vpicker_buttons {
    width: 90%;
  }
  #vehicle-custom .vpicker_buttons .vpicker-select {
    width: 100%;
  }
}
#vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
  background-color: #0F609C;
  width: 170px;
  margin-left: 15px;
  padding: 5px;
}
#vehicle-custom .vpicker-submit:hover, #vehicle-custom .browse_catalog:hover {
  background-color: rgb(21.7105263158, 138.9473684211, 225.7894736842);
}
@media (min-width: 426px) and (max-width: 710px) {
  #vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
    width: 70%;
  }
}
@media (min-width: 711px) and (max-width: 900px) {
  #vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
    width: 170px;
    margin-left: 0;
  }
}
@media (max-width: 710px) {
  #vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
    width: 90%;
    margin-left: 0;
  }
}

@media (min-width: 450px) and (max-width: 800px) {
  #mobile-picker .vehicle-picker-module .vpicker_buttons li.vpicker_button,
  #mobile-picker .vehicle-picker-module #vpicker_submit {
    width: 40%;
  }
}

#model-custom .select-by-model-module .select-by-model-item {
  margin: 3px 2px;
  min-width: 100px;
  width: 32%;
}
#model-custom .vehicle-img-wrapper {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  #model-custom .vehicle-img-wrapper {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.5);
    transform: scale(0.8);
    zoom: 0.8;
  }
}
#model-custom .model-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  color: #000;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
}
#model-custom .model-content {
  border: solid 1px #7d7d7d;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#model-custom .model-content:hover .model-text span, #model-custom .model-content:active .model-text span {
  text-decoration: none;
}
#model-custom .model-content:hover::before, #model-custom .model-content:active::before {
  opacity: 1;
}
#model-custom .model-content::before {
  content: "+";
  font-family: "Open Sans", sans-serif;
  font-size: 55pt;
  color: #fff;
  font-weight: 100;
  padding: 50px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: all 0.5s ease;
  transform-origin: center bottom;
  opacity: 0;
}
#model-custom .select-by-model-list {
  text-align: center;
}
@media (max-width: 574px) {
  #model-custom .select-by-model-module .select-by-model-item {
    width: 47%;
  }
}

#vin-custom .collect-vin-horiz-module .search-label {
  color: #fff;
}

#featured-custom .featured-products-module {
  padding-top: 0;
}
#featured-custom .details-title .product-title {
  color: #fff;
  font-size: 14pt;
}
@media (max-width: 426px) {
  #featured-custom .details-title .product-title {
    font-size: 8pt;
  }
}
@media (max-width: 1024px) {
  #featured-custom .details-title .product-title {
    font-size: 9pt;
  }
}
#featured-custom .featured-products, #featured-custom .pricing-actions-display .product-pricing {
  text-align: center;
}
#featured-custom .featured-product {
  margin: 0 6px 17px 0;
  float: left;
  width: 32.2%;
  display: inline;
  border: solid 1px #7d7d7d;
}
@media (max-width: 1023px) {
  #featured-custom .featured-product {
    width: 32%;
  }
}
@media (max-width: 767px) {
  #featured-custom .featured-product {
    width: 48%;
  }
}
#featured-custom .product-wrapper-link {
  border: none;
}
#featured-custom .product-wrapper-link:hover {
  border: none;
}
#featured-custom .product-wrapper-link {
  background-color: transparent;
}
#featured-custom .product-wrapper-link:hover {
  border-color: #7d7d7d;
}
#featured-custom .product-details-link {
  background-color: #0F609C;
  color: #fff;
}
@media (max-width: 574px) {
  #featured-custom .catalog-product {
    width: 47%;
    border-bottom: 1px solid #7d7d7d;
  }
  #featured-custom .catalog-product-sale-price {
    font-size: 16pt;
    text-align: center;
  }
}
@media (max-width: 574px) {
  #featured-custom .catalog-product {
    width: 24%;
  }
}
@media (max-width: 767px) {
  #featured-custom .col-sm-8 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

#custom-footer {
  padding-top: 25px;
}
#custom-footer .heading, #custom-footer .newsletter-main-text {
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  color: #ddd;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #7d7d7d;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
  display: block;
}
#custom-footer .heading::after, #custom-footer .newsletter-main-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: #7d7d7d;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-footer .heading, #custom-footer .newsletter-main-text {
    font-size: 11pt;
  }
}
@media (max-width: 767px) {
  #custom-footer .heading, #custom-footer .newsletter-main-text {
    padding-top: 10px;
  }
}
#custom-footer a:hover {
  text-decoration: none;
}
#custom-footer li {
  list-style: none;
}
#custom-footer .contact-wrapper {
  margin-top: 10px;
}
#custom-footer .contact-wrapper .list-item-container {
  padding: 12px 0;
}
#custom-footer .contact-wrapper .list-item-container .icon {
  padding: 0 15px 0 0;
  display: inline-block;
}
#custom-footer .contact-wrapper .list-item-container .icon i {
  color: #eee;
  font-size: 14pt;
}
#custom-footer .contact-wrapper .list-item-container aside {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #ddd;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
#custom-footer .contact-wrapper .list-item-container:hover aside, #custom-footer .contact-wrapper .list-item-container:hover i {
  color: #fff;
}
#custom-footer .navigation-wrapper .links-list {
  width: 100%;
  margin: 0;
}
#custom-footer .navigation-wrapper .links-list li {
  position: relative;
}
#custom-footer .navigation-wrapper .links-list li a {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  color: #ddd;
  font-weight: 400;
  display: block;
  padding: 12px 0 12px 20px;
  border-bottom: solid 1px #7d7d7d;
}
#custom-footer .navigation-wrapper .links-list li a:hover {
  color: #fff;
}
#custom-footer .navigation-wrapper .links-list li::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f054";
  position: absolute;
  left: 0;
  top: 18px;
  color: #ddd;
  font-size: 6pt;
}
#custom-footer .newsletter-signup-module form {
  margin-top: 25px;
}
#custom-footer .newsletter-signup-module form .input-group {
  width: 100%;
}
#custom-footer .newsletter-signup-module form .input-group input {
  border: 1px solid #7d7d7d;
  padding: 9.3px 10px;
}
@media (min-width: 768px) and (max-width: 942px) {
  #custom-footer .newsletter-signup-module form .input-group input, #custom-footer .newsletter-signup-module form .input-group button {
    display: block;
    width: 100% !important;
    margin: 10px 0 0 0;
  }
}
#custom-footer .social-custom ul li {
  display: inline-block;
  padding: 7px;
  border: solid 1px #7d7d7d;
  min-width: 40px;
  text-align: center;
}
@media (max-width: 799px) {
  #custom-footer .social-custom ul li {
    margin-top: 5px;
  }
}
#custom-footer .social-custom ul li:hover {
  border-color: #0F609C;
}
#custom-footer .social-custom ul li:hover i, #custom-footer .social-custom ul li:hover span {
  color: #0F609C;
}
#custom-footer .social-custom ul li a:hover {
  text-decoration: none;
}
#custom-footer .social-custom ul li a i {
  color: #7d7d7d;
  font-size: 14pt;
}
#custom-footer .social-custom ul li a span {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #7d7d7d;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1250px) {
  .wide-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

a, a:hover {
  text-decoration: none;
}

#header-custom .cart-component .cart-button .cart-items {
  background-color: #0F609C;
  color: #fff;
}

#mobile-header {
  height: 30px;
}

#mobile-garage {
  padding: 10px 0;
}
#mobile-garage .garage-component {
  width: 100%;
  text-align: center;
}

body {
  position: relative;
}

#page-home h1, #page-home .category-title, .headerStyles, #page-home h2, #newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16pt;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  line-height: 17pt;
}
@media (max-width: 799px) {
  #page-home h1, #page-home .category-title, .headerStyles, #page-home h2, #newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
    text-align: center;
    background-color: transparent;
  }
}

#page-home #vehicle-custom h1 {
  color: #fff;
  font-size: 25pt;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding: 5px 0 15px 0;
  text-align: center;
}
@media (max-width: 1023px) {
  #page-home #vehicle-custom h1 {
    font-size: 22pt;
    line-height: 32pt;
  }
}
@media (max-width: 767px) {
  #page-home #vehicle-custom h1 {
    line-height: 30pt;
    padding: 0 15px 0 15px;
    font-size: 22pt;
  }
}

#rp-custom .container-wrap {
  padding: 10px 0 10px 0;
}
@media (max-width: 767px) {
  #rp-custom .payments-accepted-module {
    margin-top: 15px;
  }
}

#featured-pages h2 {
  margin-bottom: 20px;
}
/* END of Theme.css of Mt Humphreys Dark */