/* START: GLOBAL */
:root {
	--themePrimaryColor: #11365f;
    --themeSecondaryColor: 
}

.d-none {
	display: none;
}
/* END: GLOBAL */

/* START: Header */
#topHeader {
	
}

#topHeader .container-wrap {
	padding-top: 0;
    padding-bottom: 0;
}

#topHeader .container-wrap .page-builder-layout-column-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
	gap: 10px;
}

#topHeader .store-logo-link .image-logo {
	margin: 0;
    max-width: 135px;
    max-height: unset;
}

.disclaimer {
	display: flex;
    width: 163px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .disclaimer {
    	margin: auto;	
    }
}

.disclaimer > p {
	font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

#topHeader .headerHelpNav {
    text-align: end;
    padding-right: 25px;
    margin-left: auto;
}

#topHeader .headerHelpNav .links-list-module.links-display-inline .links-list {
	display: flex;
    justify-content: flex-end;
    column-gap: 25px;
}

#topHeader .headerHelpNav .links-list-module.links-display-inline .links-list > li {
	margin: 0;
}

#topHeader .headerHelpNav .links-list-module.links-display-inline .links-list > li > a {
	color: #000;
}

#topHeader .headerHelpNav .icon {
    position: relative;
    padding-left: 20px;
}

#topHeader .headerHelpNav .icon::before {
	content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 1px;
}

#topHeader .headerHelpNav .icon.iconHome::before {
    background-image: url('https://cdn.revolutionparts.io/d5a0fefa2167ca774740fbdffd7ec390/design/icons/icon_home.webp');
}

#topHeader .headerHelpNav .icon.iconStar::before {
    background-image: url('https://cdn.revolutionparts.io/d5a0fefa2167ca774740fbdffd7ec390/design/icons/icon_star.webp');
}

#topHeader .headerHelpNav .icon.iconTruck::before {
    background-image: url('https://cdn.revolutionparts.io/d5a0fefa2167ca774740fbdffd7ec390/design/icons/icon_truck.webp');
}

#topHeader .headerHelpNav .icon.iconPhone::before {
    background-image: url('https://cdn.revolutionparts.io/d5a0fefa2167ca774740fbdffd7ec390/design/icons/icon_phone.webp');
}

#topHeader .headerHelpNav .icon.iconUser::before {
    background-image: url('https://cdn.revolutionparts.io/d5a0fefa2167ca774740fbdffd7ec390/design/icons/icon_user.webp');
}

#topHeader .headerCartButton .cart-component .cart-button {
	background-color: var(--themePrimaryColor);
    border-radius: 5px;
}

#mobile-menu.page-builder-layout-section {
	margin-top: 0 !important;
}
/* END: Header */

#hero-wrap .hero .caption h1 {
    font-size: 1.75rem !important;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    #hero-wrap .hero .caption h1 {
        font-size: 1.25rem !important;
    }
}

/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}

#layout_product .product-details-module iframe {
	width: 100%;
}
/* end fix the thumbnail arrows */

#hero-wrap {
	padding: 1rem 0 4rem;
}

#hero-wrap .hero {
	padding-bottom: 2rem;
}

#mobile-header .mobile-logo {
    max-width: 33%;
}

.page-builder-page-layout .page-builder-layout-row+.page-builder-layout-row {
    margin-top: 50px;
}