/*store logo*/
.store-logo-module {
    position: relative;
    width: 100%; 
    height: 100px; 
}

.store-logo-module .store-logo-link {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.revolutionparts.io/83112261903f4eabe89b93cb5f818563/design/OEM_Parts_Center_logo_right.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
}

.store-logo-module .store-logo-link img {
    opacity: 0; 
    width: 100%; 
    height: auto;
}




.promotional-banner-text {
	font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 2;
	font-size: 16px !important;
	background: yellow;
}

.promotional-banner-text br:first-of-type {
    display: block;
    margin-bottom: 5px;
    font-size: 16px !important;
}

.promo-close {
	position: absolute; 
    border: none; 
    background-size: contain;
	padding: 5px;
    cursor: pointer; 
}


/* table banner */
.themeTable {
	background-color: #fff;
}

.themeTableRow {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .themeTableRow {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeTable h4 {
	color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 20px;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    margin-bottom: 20px;
}

.themeTableCol {
	border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .themeTableCol {
    	border-bottom: 1px solid #ccc;
        border-right: 0;
    }
}

.themeTableCol:last-child {
	border-right: 0;
}

@media screen and (max-width: 767px) {
    .themeTableCol:last-child {
    	border-bottom: 0;
    }
}

.themeTableCol p {
    padding: 20px 20px;
    font-size: 14px !important;
}

.themeTableLogo svg {
	width: 80px;
    height: 40px;
    object-fit: contain;
}

.find-dealer-button-link .find-dealer-text, .find-dealer-button .find-dealer-text {
    margin-left: 0.35em;
    display: none;
}
/*Aileen Dizon 09-15-23 152156 Hiding the Shop by brand section including the logos BEGIN*/
.page-builder-layout-section.text-color-dark.shop-brands-wrap.normal-content {
    display: none;
}
/*END*/

#search-tabs-nav-wrap #search-tabs-nav {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

#shop-ford {
	margin-top: 0;
    width: 100%;
}

.themeFordSelect select {
	width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
    background-image: none;
    padding: 5px 20px;
}

#search-tabs-nav-wrap #search-tabs-nav .nav-item {
	width: 100%;
}

#search-tabs-nav-wrap #search-tabs-nav .nav-link {
	padding: 0.6rem 1rem !important;
    font-size: .8rem !important;
    height: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.selectBrandWrap {
	width: 100%;
    text-align: center;
}

.selectBrandWrap select {
	padding: 0.6rem 1rem;
    width: 100%;
}

#shop-brand-tab {
    width: 100%;
    margin-top: 0;
}

.brandselector-container {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 30%;
    z-index: 9;
}
.brandselector-container span {
    display: none;
    position: absolute;
    width: 15px;
    height: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.brandlist-unstyled li a {
	display: inline-block;
    width: 100%;
    padding: 9px 10px;
}

.brandlist-unstyled li a:hover {
	color: #fff;
}

.brandlist-unstyled { 
    height: 40px;
    border: 1px #000 solid;
}
.brandlist-unstyled li {  z-index: 2; }
.brandlist-unstyled li:not(.brandinit) { float: left; width: 100%; display: none; background: #ddd; }
.brandlist-unstyled li:not(.brandinit):hover, .brandlist-unstyled li.selected:not(.brandinit) { background: #09f; }
.brandlist-unstyled li.brandinit { cursor: pointer;padding: 9px 10px; }


.promotional-banner-wrap {
    background-color: yellow !important;
}

.text-color-dark .promotional-banner-wrap .promotional-banner-link {
    color: white;
}
.promotional-banner-wrap a {
    font-size: Large;
}

.box-message {
    color: red !important;
    font-size: 8px !important;
}

.promotional-banner-text-wrap {
    color: black !important;
    font-size: 20px !important; 
}

.custom-banner2 {
    background-color: yellow !important;
    text-align: center; /* Centers the text within the paragraph */
    font-size: 30px    !important;
    font-weight: 500;
    text-shadow: -1px 0 white, 0 1px black, 1px 0 black, 0 -1px black !important;
    color: black !important;
    margin: auto; /* For horizontal centering if needed */
    padding: 10px; /* Optional: for some space inside the paragraph */
    /* Additional styles like width, border, etc., can be added as needed */
    z-index: 1000; /* High value to bring it to the front */
    position: relative;
    width: 100%;
    position: relative; /* z-index works on positioned elements */
    box-sizing: border-box; /* Ensures padding is included within the width */
    left: 0; /* Aligns the element to the left edge */
    right: 0; /* Aligns the element to the right edge */
}

.normal-content {
    background-color: unset;
}

#hero-wrap:before {
    background: unset;
    opacity: unset;
}

#hero-wrap {
    padding: unset;
}

.list-price-only {
    display: none;
}