/* Start: MAR - 3746 - Create Mopar T3 Local Service Page Templates for Battery, Oil Change, and Windshield Services */
#themeSliderBannerSection.themeSliderBannerSection.themeSliderBannerSectionService .themeSliderBannerImg {
	background-position: 75% 50%;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection.themeSliderBannerSectionService .themeSliderBannerImg {
        background-position: 90% 50%;
    }
	#themeSliderBannerSection.themeSliderBannerSection.themeSliderBannerSectionService .themeSliderBannerListItem {
		padding-bottom: 0;
	}
}
#themeServiceSection.themeServiceSection {
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	#themeServiceSection.themeServiceSection {
        padding: 30px 0;
    }
}
#themeServiceSection.themeServiceSection.themeServiceSectionCenter .page-builder-layout-row {
	display: flex;
    align-items: center;
}
#themeServiceSection.themeServiceSection.themeServiceSectionCenter .themeServiceButton {
	text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
#themeServiceSection.themeServiceSection .custom-html-module h2,
#themeServiceSection.themeServiceSection .custom-html-module h3 {
	text-transform: uppercase;
}
#themeServiceSection.themeServiceSection .page-builder-layout-row:after {
	display: none;
}
@media screen and (max-width: 767px) {
    #themeServiceSection.themeServiceSection .page-builder-layout-row {
    	display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #themeServiceSection.themeServiceSection.themeServiceSectionReverse .page-builder-layout-row {
    	flex-direction: column-reverse;
    }
}
#themeServiceSection.themeServiceSection .custom-html-module ul {
	padding-left: 30px;
}
#themeServiceSection.themeServiceSection .themeServiceButton a {
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    transition: 300ms all ease-out;
    width: auto;
    background-color: #0068b3;
    color: #fff;
    box-shadow: none;
    border: 2px solid transparent;
    padding: 10px 20px;
}
#themeServiceSection.themeServiceSection .themeServiceButton a:hover,
#themeServiceSection.themeServiceSection .themeServiceButton a:focus {
    box-shadow: 0 0 0 2px #0068b3;
}
#themeServiceSection.themeServiceSection .special-offer-button-box button.add-to-cart {
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    transition: 300ms all ease-out;
    width: auto;
    background-color: #0068b3;
    color: #fff !important;
    box-shadow: none;
    border: 2px solid transparent;
    padding: 10px 20px;
}
#themeServiceSection.themeServiceSection .special-offer-button-box button.add-to-cart .special-offer-button-text {
	color: #fff !important;
}
#themeServiceSection.themeServiceSection .custom-image-wrapper {
	padding: 0;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .custom-html-module h2 {
	text-align: center;
    margin-bottom: 30px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineList {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
@media screen and (max-width: 767px) {
    #themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineList {
    	gap: 30px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 650px) {
    #themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineList {
        position: relative;
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineIcon {
	width: 70px;
    height: 70px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #0068b3;
    margin-bottom: 20px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineIcon svg {
	width: 30px;
    height: 30px;
    fill: white;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem {
	text-align: center;
    position: relative;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem p {
	margin-bottom: 0;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem.themeServiceOnlineWithDesclaimer {
	padding-left: 4rem;
    border-left: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
	#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem.themeServiceOnlineWithDesclaimer {
    	width: 100%;
        border-left: none;
        border-top: 1px solid #e4e4e4;
        padding-left: 0;
        padding-top: 2rem;
    }
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimerwrap {
	background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    padding: 20px 20px;
    text-align: left;
    max-width: 335px;
}
@media screen and (max-width: 767px) {
	#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimerwrap {
    	max-width: 520px;
    	margin: auto;
    }
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimerwrap h5 {
	font-size: 14px;
    font-weight: 700;
    display: flex;
    gap: 8px;
    color: #0068b3;
    line-height: 20px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimerwrap h5 > svg {
	width: 15px;
    height: 15px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimerwrap h5 > svg > path {
	fill: #0068b3;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimerwrap > p {
	font-size: 12px;
    line-height: 20px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimer {
    background: #475666;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 100px;
}
@media screen and (max-width: 900px) {
	#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimer {
    	width: 150px;
    }
}
@media screen and (max-width: 650px) {
    #themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem {
    	position: unset;
    }
	#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimer {
    	left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        top: auto;
    }
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimer::before {
	content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    border-top: 10px solid transparent;
    border-right: 15px solid #475666;
    border-bottom: 10px solid transparent;
}
@media screen and (max-width: 650px) {
    #themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineItem .themeServiceOnlineDesclaimer::before {
        left: auto;
        right: 40px;
        top: -9px;
        border-bottom: 15px solid #475666;
        border-right: 10px solid transparent;
        border-top: 0;
        border-left: 10px solid transparent;
    }
}
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineCard:hover,
#themeServiceSection.themeServiceSection.themeServiceSectionOnline .themeServiceOnlineCard:focus {
	text-decoration: none;
}
#themeServiceSection.themeServiceSection.themeServiceSectionFeatured .custom-html-module h2 {
	text-align: center;
    margin-bottom: 30px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedList {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media screen and (max-width: 767px) {
    #themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedList {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 350px) {
    #themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedList {
        grid-template-columns: repeat(1, 1fr);
    }
}
#themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedImg img {
	width: 100%;
}
#themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedImg {
	margin-bottom: 20px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedCard {
	background-color: #f5f7fa;
    padding: 20px 20px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedContent h4 {
	margin-bottom: 20px;
    text-align: center;
}
#themeServiceSection.themeServiceSection.themeServiceSectionFeatured .themeServiceFeaturedContent .themeServiceFeaturedButton {
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    transition: 300ms all ease-out;
    width: 100%;
    background-color: #0068b3;
    color: #fff;
    box-shadow: none;
    border: 2px solid transparent;
    padding: 10px 20px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionFAQ #themeQuestionSection.themeQuestionSection {
	padding: 0;
}
#themeServiceSection.themeServiceSection table {
	width: 100%;
}
#themeServiceSection.themeServiceSection table, th, td {
  border: 1px solid #ccc;
    padding: 10px 10px;
}
#themeServiceSection.themeServiceSectionNewsletter .newsletter-signup-module {
	max-width: 500px;
    margin-bottom: 0;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
#themeServiceSection.themeServiceSectionNewsletter .newsletter-main-text {
	color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}
#themeServiceSection.themeServiceSectionNewsletter .input-custom {
	margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#themeServiceSection.themeServiceSectionNewsletter .input-custom input {
	width: 100%;
    margin: 0;
    max-width: unset;
}
#themeServiceSection.themeServiceSectionNewsletter .newsletter-button {
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    transition: 300ms all ease-out;
    width: auto;
    background-color: #0068b3;
    color: #fff;
    box-shadow: none;
    border: 2px solid transparent;
    padding: 10px 20px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionInfo .custom-html-module h4 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
    margin-bottom: 17px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionInfo .custom-html-module ul {
	padding-left: 0;
}
#themeServiceSection.themeServiceSection.themeServiceSectionInfo .custom-html-module ul.list-flex {
	display: flex;
    flex-direction: column;
    gap: 15px;
}
#themeServiceSection.themeServiceSection.themeServiceSectionInfo .custom-html-module ul.withBorder li {
	padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#themeServiceSection.themeServiceSection .special-offers .special-offers-items .special-offer-card .special-offer-card-body .special-offer-image img {
	object-fit: contain;
}
#themeSliderBannerSection.themeSliderBannerSection .container-wrap {
	padding-top: 0;
    padding-bottom: 0;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerWrap {
	position: relative;	
    height: 450px;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerWrap {
    	height: auto;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerImg {
    	height: 200px;
        background-position: 80% 50%;
    }
    #themeSliderBannerSection.themeSliderBannerSection .promoCardSlide .themeSliderBannerImg {
    	background-position: 95% 50%;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerContainer {
	max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerContainer {
    	position: relative;
        margin-top: -50px;
    }
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItem {
    	padding-bottom: 100px;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerBox {
    max-width: 517px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 16px #878F9B3D;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerBox {
    	max-width: 100%;
        padding: 20px 20px;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerContent {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerTitle {
	font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    color: #2e3c4d;
    margin-bottom: 0px;
    text-align: left;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerTitle {
    	font-size: 22px;
    	line-height: 28px;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerDesc {
	margin: 0px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    color: #475666;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerDesc a {
	color: #475666;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerButton {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
#themeSliderBannerSection.themeSliderBannerSection h1 {
	text-align: center;
    margin-bottom: 0;
    padding: 40px 0;
    font-size: 30px;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerButton a {
    display: inline-flex;
    align-items: center;
    min-width: 160px;
    max-width: 100%;
    width: fit-content;
	text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    transition: 300ms all ease-out;
    width: auto;
    background-color: #0068b3;
    color: #fff;
    box-shadow: none;
    border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerButton a {
    	min-width: 100%;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerButton a:hover,
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerButton a:focus {
	color: #fff;
    background: #0068b3;
    border-color: #0068b3;
    box-shadow: 0 0 0 2px #0068b3;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerButton a.themeSliderBannerButtonWhite {
    width: auto;
    background-color: #fff;
    color: #0068b3;
    border: 1px solid #0068b3;
}
#themeSliderBannerSection.themeSliderBannerSection .owl-nav {
	width: 130px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .owl-nav {
        background-color: #f8f8f8;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .owl-nav button {
	padding: 12px !important;
    font-size: 20px;
    color: #0068b3;
    line-height: 25px;
}
#themeSliderBannerSection.themeSliderBannerSection .owl-nav button:focus {
	outline: thin dotted;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerNumber {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    z-index: 1;
    text-align: center;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2.5px;
    font-size: 12px;
    line-height: 12px;
    color: #475666;
    width: 50px;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerToggleButton {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 9;
    width: 40px;
    height: 49px;
    margin: auto;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerToggleButton button {
	border-radius: 4px;
    border: 0;
    background-color: #fff;
    width: 40px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(90px);
    color: #0068b3;
}
@media screen and (max-width: 767px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerToggleButton button {
    	background-color: #f8f8f8;
    }
}
/* new tooltip */
.WithTooltipWrapper {
    position: relative;
}
.WithTooltip {
    position: absolute;
    background: #475666;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
    display: none;
    z-index: 1000;
    width: 420px;
}
@media screen and (max-width: 500px) {
    .WithTooltip {
    	width: 100%;
        left: 0 !important;
        right: 0 !important;
    }
}

@media screen and (max-width: 1100px) {
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerImg {
    	background-position: 60% 50%;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerBox {
	max-width: 350px;
    background-color: transparent;
    box-shadow: unset;
    padding: 0;
}
@media screen and (max-width: 767px) {
	#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerBox {
    	max-width: unset;
        width: 100%;
        padding: 20px 20px;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 3px 16px #878F9B3D;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerTitle {
	color: #fff;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerDesc {
	color: #fff;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerDesc a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerTitle {
        color: #2e3c4d;
    }
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerDesc {
        color: #2e3c4d;
    }
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeSliderBannerDesc a {
        color: #2e3c4d;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItem {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 350px;
    padding: 10px 30px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
	#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItem {
    	position: unset;
        padding: 0px 15px;
        max-width: unset;
        width: 100%;
        margin-top: 20px;
    }
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemCard {
        padding: 20px 20px;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 3px 16px #878F9B3D;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemLogo {
	margin-bottom: 15px;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItem::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;   
    background-color: white;
    transform: skewX(-5deg);
    z-index: -1;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemHeader h3 {
	text-transform: uppercase;
    color: #0068b3;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemHeader h4 {
	font-size: 14px;
    text-transform: uppercase;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItem:after {
	content: "";
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    top: 0;   
    background-color: white;
    z-index: -1;
}
@media screen and (max-width: 767px) {
	#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItem::before,
    #themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItem:after {
    	display: none;
    }
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemLogo img {
	width: 50px;
    height: 50px;
    object-fit: contain;
    display: inline-block;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemImage {
	text-align: center;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemImage img {
	width: 100px;
    height: 100px;
    object-fit: contain;
    display: inline-block;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemHeader {
	text-align: center;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItem .themeSliderBannerButton {
	justify-content: center;
}
#themeSliderBannerSection.themeSliderBannerSection .themeSliderBannerListItemTwoBox .themeBannerProductItemContent {
	text-align: center;
}
#themeQuestionSection.themeQuestionSection {
	padding-top: 50px;
	padding-bottom: 50px;
}
#themeQuestionSection.themeQuestionSection .container-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
#themeQuestionSection.themeQuestionSection .themeQuestionLeft .call-to-action-module {
	background-image: url(https://cdn.revolutionparts.io/b09f8a749d49f6cb787ab34a504ff7db/design/question_bg.webp);
    padding: 40px 40px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 15px;
    height: 500px;
}
#themeQuestionSection.themeQuestionSection .themeQuestionLeft .call-to-action-module h2 {
	font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #000;
}
#themeQuestionSection.themeQuestionSection .themeQuestionLeft .call-to-action-module .cta-content {
	font-size: 13px;
}
#themeQuestionSection.themeQuestionSection .themeQuestionLeft .call-to-action-module .cta-button .call-to-action-button {
	background-color: var(--brandColor);
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px !important;
    text-transform: capitalize;
}
#themeQuestionSection.themeQuestionSection .themeQuestionRight .call-to-action-module h2 {
	margin-bottom: 0;
    font-size: 16px;
    display: block;
    position: relative;
    padding: 15px 0;
    color: #000;
    border-bottom: 1px solid #D7D7D7;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .05rem;
}
#themeQuestionSection.themeQuestionSection .themeQuestionRight .call-to-action-module h2::before {
	content: "\F078";
    font-family: FontAwesome\ 4;
    font-weight: 400;
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
#themeQuestionSection.themeQuestionSection .themeQuestionRight .call-to-action-module.active h2::before {
    transform: rotate(180deg);
}
#themeQuestionSection.themeQuestionSection .themeQuestionRight .call-to-action-module .cta-content {
	margin-bottom: 0;
    padding: 30px 0;
    display: none;
}
#themeQuestionSection.themeQuestionSection .themeQuestionRight .call-to-action-module .cta-content p {
	margin-bottom: 0;
}
/* Start: MAR - 3746 - Create Mopar T3 Local Service Page Templates for Battery, Oil Change, and Windshield Services */