@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--font-oswald: "Oswald", sans-serif;
	--font-pop: "Poppins", sans-serif;
}

html, body {
	font-family: var(--font-oswald) !important;
}

h1, h2, h3, h4, h5 {
	font-family: var(--font-pop) !important;
}

.d-none {
	display: none !important;
}

.new_main_header .store-logo-link img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.new_top_header .store-logo-link img {
	margin: 0 0;
}

/* header banner */
.themeHeaderBanner {
	position: relative;
    background-image: url(https://cdn.revolutionparts.io/41993d3670a8abc9795755a52cc75bc7/design/header-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px 0;
    display: none;
}

#page-home .themeHeaderBanner {
	display: block;
}

@media screen and (max-width: 767px) {
    .themeHeaderBanner {
    	padding: 80px 0;
    }
}

.themeHeaderBanner::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}

.themeHeaderBanner .container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.themeHeaderBannerContent {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.themeHeaderBannerLogo {
	margin-bottom: 35px;
}

.themeHeaderBannerLogo img {
	max-width: 700px;
    width: 100%;
}

.themeHeaderBannerContent h3 {
	color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    max-width: 750px;
    width: 100%;
    margin-bottom: 30px;
}

.themeHeaderBannerButton a {
	display: inline-block;
    padding: 15px 20px;
    background-color: #f66726;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    font-weight: 700;
    border: 2px solid #f66726;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.themeHeaderBannerButton a:hover,
.themeHeaderBannerButton a:focus {
	background-color: #fff;
    color: #f66726;
    text-decoration: none;
}

.themeHeaderNav {
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .themeHeaderNav {
    	display: none;
    }
}

.themeHeaderNav .container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.themeHeaderNav .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
}

.themeHeaderNav .page-builder-layout-module:nth-child(1) {
	flex: 1;
}

.themeHeaderNav .links-list {
	display: flex !important;
    align-items: center;
    gap: 50px;
}

.themeHeaderNav .links-list a {
	color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.themeHeaderNav .links-list a:hover,
.themeHeaderNav .links-list a:focus {
	text-decoration: none;
    opacity: .8;
}

.themeHeaderNav .links-list li:last-child a {
	background-color: #f66726;
    color: #fff;
    padding: 8px 20px;
    font-weight: 700;
    width: 160px;
    text-align: center;
}

.themeHeaderSearchIcon {
	cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeHeaderSearchIcon svg {
	width: 15px;
    height: 15px;
    fill: #fff;
}

/* themeFooterSection */
.themeFooterSection {
	padding: 50px 0;
}

.themeFooterSection .hours-operation-module ul li {
	font-family: var(--font-pop);
    color: #fff;
    padding-left: 0;
}

.themeFooterSection .themeFooterCol {
	display: flex;
    justify-content: center;
}

@media screen and (max-width: 550px) {
    .themeFooterSection .themeFooterCol {
    	flex-direction: column;
        gap: 20px;
    }
}

.themeFooterSection .themeFooterCol .page-builder-layout-column:last-child {
	display: none;
}

.themeFooterSection .hours-operation-module ul li.today {
	color: #000;
}

.page-builder-page-layout .page-builder-layout-column.block-modules .page-builder-layout-module+.page-builder-layout-module {
	margin-top: 0 !important;
}

.themeFooterSection .container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.themeFooterTitle h3 {
	color: #fff;
    font-size: 40px;
    font-family: var(--font-oswald) !important;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.themeFooterSection .newsletter-signup-module.newsletter-inline {
	margin-bottom: 0;
}

.themeFooterSection .newsletter-signup-module.newsletter-inline:before {
	content: "Lorem ipsum dolor sit amet consectetur. Orci pellentesque varius libero hendrerit. Lorem ipsum dolor sit amet consectetur. Orci pellentesque varius libero hendrerit.";
    display: block;
    margin-bottom: 30px;
    font-family: var(--font-pop);
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.themeFooterSection .newsletter-signup-module.newsletter-inline .input-custom {
	margin: 0;
    display: flex;
    align-items: center;
    
}

.themeFooterSection .newsletter-signup-module.newsletter-inline .input-custom input {
	margin: 0;
    border: 0;
    height: 45px;
    flex: 1;
    width: 100%;
    max-width: 100%;
}

.themeFooterSection .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
	border: 0;
    height: 45px;
    background-color: #f66726;
    font-family: var(--font-oswald);
    font-size: 14px;
    font-weight: 400;
}

.themeFooterSection .links-list {
	display: flex !important;
    flex-direction: column;
    gap: 15px;
}

.themeFooterSection .links-list a,
.themeFooterSection .links-list li {
	color: #fff;
    font-family: var(--font-pop);
    font-size: 14px;
}

.themeFooterSection .links-list a:hover,
.themeFooterSection .links-list a:focus {
	text-decoration: none;
    opacity: .8;
}

.themeCopyright p {
	color: #fff;
    font-family: var(--font-pop);
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}

/* welcome */
.themeWelcome {
	padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.themeWelcome::before {
	content: "";
    background-image: url(https://cdn.revolutionparts.io/41993d3670a8abc9795755a52cc75bc7/design/ws-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -290px;
    width: 50%;
    transform: rotate(130deg);
    opacity: .6;
}

.themeWelcome .container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.themeWelcomeTitle {
	text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.themeWelcomeTitle h2 {
	text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-oswald) !important;
}

.themeWelcomeTitle p {
	margin-bottom: 0;
    font-family: var(--font-pop) !important;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.themeWelcomeList {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

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

.themeWelcomeList a {
    display: block;
	color: #fff;
    height: 100%;
}

.themeWelcomeList a:hover,
.themeWelcomeList a:focus {
	color: #fff;
    text-decoration: none;
}

.themeWelcomeCard {
	height: 100%;
}

.themeWelcomeImg img {
	width: 100%;
    height: 340px;
    object-fit: cover;
}

.themeWelcomeContent {
	background-color: #333;
    padding: 20px 20px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .themeWelcomeContent {
    	height: auto;
    }
}

.themeWelcomeContent h3 {
	font-family: var(--font-oswald) !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #fff;
}

.themeWelcomeContent p {
	font-family: var(--font-pop) !important;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
}