/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* global */
:root {
	--themeColor: #015998;
    --themeFont: "Montserrat", sans-serif;
    --themePrimaryColor: rgba(0,0,0,0.9);
}

body, html {
	font-family: var(--themeFont) !important;
    font-size: 1rem;
    color: var(--themeColor);
    font-weight: 400;
}

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

form, input, label, select, strong, input::placeholder, input, button {
	font-family: var(--themeFont) !important;
    color: var(--themePrimaryColor);
}

.themeTitle .custom-html-module {
	text-align: center;
}

.themeTitle .custom-html-module h3 {
	margin-bottom: 40px;
    font-size: 25px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .themeTitle .custom-html-module h3 {
    	margin-bottom: 20px;
    	font-size: 20px;
    }
    .page-content {
    	margin-top: 160px;
    }
}

.themeTitle.themeTitleLight .custom-html-module h3 {
	color: #fff;
}

.d-none {
	display: none;
}

/* header */
#themeTopHeaderSection.themeTopHeaderSection #loadingIcon {
	display: none !important;
}

#themeTopHeaderSection.themeTopHeaderSection {
	padding-top: 10px;
	padding-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection {
    	background-color: var(--themeColor);
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection {
    	position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
}

#themeTopHeaderSection.themeTopHeaderSection::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    width: calc(300px + (650 - 300) * ((100vw - 1100px) / (1920 - 1100)));
    background-color: var(--themeColor);
    transform: skew(-30deg);
    z-index: -1;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection::before {
    	display: none;
    }
}

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

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .container-wrap {
    	padding-left: 0;
    	padding-right: 0;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .store-logo-module .store-logo-link {
	display: inline-block;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .store-logo-module {
    	text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .store-logo-module {
    	text-align: left;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .store-logo-module .store-logo-link img {
	margin: 0;
    max-height: 80px;
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .store-logo-module .store-logo-link img {
    	max-height: 60px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .page-builder-layout-column-wrap .themeLogo {
    	flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .page-builder-layout-column-wrap .themeLogo {
    	flex: 1;
        max-width: unset;
        padding-left: 10px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .themeSearch {
	flex: 1;
    padding-left: 150px;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .themeSearch {
    	padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .themeSearch {
    	position: absolute;
        left: 0;
        right: 0;
        bottom: -90px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .themeSearch .search-container {
	display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .themeSearch .search-container {
    	flex-wrap: wrap;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .search-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
}

#themeTopHeaderSection.themeTopHeaderSection .search-icon svg {
	fill: var(--themeColor);
    width: 25px;
    display: inline-block;
}

#themeTopHeaderSection.themeTopHeaderSection .search-box-container {
	flex: 1;
    position: relative;
}

#themeTopHeaderSection.themeTopHeaderSection .search-box-container input {
	width: 100%;
    height: 40px;
    padding: 8px 15px 8px 50px;
    font-size: 14px;
    border: 1px solid rgba(209, 214, 218, 1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid var(--themeColor);
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .search-box-container input {
    	border-radius: 0;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .search-box-container input::placeholder {
	color: rgba(110, 110, 110, 1);
    font-size: 14px;
    color: #000;
}

#themeTopHeaderSection.themeTopHeaderSection .search-container select.dropdown {
	height: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
    color: var(--themeColor);
    font-weight: 600;
    padding: 10px 15px;
    border: 1px solid var(--themeColor);
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .search-container select.dropdown {
    	border-radius: 0;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .search-container .search-button {
	height: 40px;
    background-color: var(--themeColor);
    font-size: 14px;
    border: 0;
    color: #fff;
    border-radius: 4px;
    margin-left: 12px;
    padding: 5px 20px;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .search-container .search-button {
    	background-color: #fff;
        color: var(--themeColor);
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .search-container .search-button {
    	flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        background-color: var(--themeColor);
        color: #fff;
        border-radius: 0;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .error-message-container {
	display: none;
}

#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account {
	padding-left: 0;
    width: auto;
}

#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .design-text {
	display: none;
}

#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .your-account .fa {
	display: none;
}

#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .your-account {
	background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
    width: 51px;
    height: 18px;
    position: relative;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .your-account {
    	color: #fff;
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .your-account {
    	width: 20px;
        height: 20px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .your-account::before {
	content: "Sign in";
    background-color: #fff;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .your-account::before {
    	background-color: transparent;
    }
}

@media screen and (max-width: 767px) {
	#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .your-account::before {
    	content: "\F007";
        font-family: FontAwesome\ 4;
        font-weight: 400;
        color: #fff;
        font-size: 20px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .content-wrap {
	display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .content-wrap {
    	gap: 0;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .content-wrap::before {
	content: "\F007";
    font-family: FontAwesome\ 4;
    font-weight: 400;
}

@media screen and (max-width: 1099px) {
	#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .content-wrap::before {
    	color: #fff;
    }
}

@media screen and (max-width: 767px) {
	#themeTopHeaderSection.themeTopHeaderSection .account-login-module #action_account .content-wrap::before {
    	display: none;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component {
	min-width: auto;
}

#themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button {
	background-color: var(--themeColor);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button {
    	background-color: #fff;
        color: var(--themeColor);
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button {
    	background-color: transparent;
        padding: 0;
    }
    #themeTopHeaderSection.themeTopHeaderSection .cart-component .cart-button .cart-icon {
    	margin-right: 0;
    }
    #themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button .cart-icon .fa {
    	color: #fff;
        font-size: 20px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button .cart-text {
	font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
	#themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button .cart-text {
    	display: none;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button .cart-text strong {
	font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 1099px) {
	#themeTopHeaderSection.themeTopHeaderSection .cart-button-module .cart-component .cart-button .cart-text strong {
    	color: var(--themeColor);
    }
}

#themeTopHeaderSection.themeTopHeaderSection .themeOrderStatus .links-list-module a {
	color: #000;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 1099px) {
    #themeTopHeaderSection.themeTopHeaderSection .themeOrderStatus .links-list-module a {
    	color: #fff;
    }
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .themeOrderStatus .links-list-module a {
        font-size: 20px;
        width: 20px;
        height: 20px;
        display: block;
        overflow: hidden;
        position: relative;
        top: -2px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .themeHamburger .themeHamburgerIconWrap {
	display: flex;
    flex-direction: column;
    gap: 5px;
    width: 25px;
    height: 20px;
}

@media screen and (max-width: 767px) {
    #themeTopHeaderSection.themeTopHeaderSection .themeHamburger {
   		padding-right: 10px;
    }
}

#themeTopHeaderSection.themeTopHeaderSection .themeHamburger .themeHamburgerIconWrap span {
	display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

#themeNavigationListSection.themeNavigationListSection {
	background-color: #D1D6DA;
}

@media screen and (max-width: 767px) {
    #themeNavigationListSection.themeNavigationListSection {
        background-color: #fff;
    	position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        bottom: 0;
        z-index: 999;
        transition: all .3s ease-in-out;
        transform: translateX(-1000px);
    }
    body.openNav {
    	overflow: hidden;
    }
    .openNav #themeNavigationListSection.themeNavigationListSection {
    	transform: translateX(0);
    }
}

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

#themeNavigationListSection.themeNavigationListSection .links-list-module {
	overflow: auto;
}

#themeNavigationListSection.themeNavigationListSection .links-list-module .links-list {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    #themeNavigationListSection.themeNavigationListSection .links-list-module .links-list {
    	display: block;
        width: auto;
        height: 100vh;
    }
}

#themeNavigationListSection.themeNavigationListSection .links-list-module .links-list li:first-child {
	display: none;
}

@media screen and (max-width: 767px) {
	#themeNavigationListSection.themeNavigationListSection .links-list-module .links-list li:first-child {
        display: block;
        padding: 20px;
        text-align: center;
        color: #000;
    	font-weight: 700;
    }
}

#themeNavigationListSection.themeNavigationListSection .links-list-module .links-list a {
	color: var(--themeColor);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 8px;
}

@media screen and (max-width: 767px) {
    #themeNavigationListSection.themeNavigationListSection .links-list-module .links-list li {
    	display: block;
        width: 100%;
    }
    #themeNavigationListSection.themeNavigationListSection .links-list-module .links-list li a {
    	display: block;
    }
}
/* end of header */

/* themeBannerSection */
#themeBannerSection.themeBannerSection {
	padding: 50px 0;
    height: 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#themeBannerSection.themeBannerSection::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

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

#themeBannerSection.themeBannerSection .car-selected-module {
	text-align: center;
    margin-top: 40px;
}

#themeBannerSection.themeBannerSection .car-selected-module .garage-component.svg-icons .garage-icon {
	display: none;
}

#themeBannerSection.themeBannerSection .car-selected-module .garage-component.svg-icons {
	height: auto;
}

#themeBannerSection.themeBannerSection .car-selected-module .garage-component.svg-icons .garage-text-wrap::before {
	content: "Find Your Vehicle";
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}

#themeBannerSection.themeBannerSection .car-selected-module .garage-component.svg-icons .garage-text {
	margin-left: 0;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 5px 20px;
}

#themeBannerSection.themeBannerSection .custom-html-module {
	text-align: center;
    color: #fff;
}
#themeBannerSection.themeBannerSection .custom-html-module h1 {
	color: #fff;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 15px;
}

#themeBannerSection.themeBannerSection .custom-html-module p {
	margin-bottom: 0;
}

#themeBannerSection.themeBannerSection .themeBannerSelectOption {
	text-align: center;
}

#themeBannerSection.themeBannerSection .themeBannerSelectOption h3 {
	display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}

#themeBannerSection.themeBannerSection .themeBannerSelectOption select {
    padding: 8px 20px;
    font-size: 12px;
    width: 240px;
}
/* end of themeBannerSection */

/* themeFooterSection */
#themeFooterSection.themeFooterSection {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

#themeFooterSection.themeFooterSection .page-builder-layout-column-wrap {
	display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

@media screen and (max-width: 767px) {
    #themeFooterSection.themeFooterSection .page-builder-layout-column-wrap {
    	flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center;
    }
}

#themeFooterSection.themeFooterSection .page-builder-layout-column-wrap .themeLogoFooter {
	flex: 1;
}

#themeFooterSection.themeFooterSection .page-builder-layout-column-wrap .store-logo-module .image-logo {
	margin: 0;
    max-height: 100px;
}

#themeFooterSection.themeFooterSection .page-builder-layout-column-wrap .page-builder-layout-module {
	margin-top: 0;
}

#themeFooterSection.themeFooterSection .page-builder-layout-column-wrap .links-list-module .heading {
	font-weight: 300;
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

#themeFooterSection.themeFooterSection .page-builder-layout-column-wrap .links-list-module .links-list {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

#themeFooterSection.themeFooterSection .page-builder-layout-column-wrap .links-list-module .links-list a {
	color: #fff;
    font-size: 12px;
}

#themeCopyrightSection.themeCopyrightSection {
	padding: 10px 0;
    background-color: var(--themeColor);
}

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

#themeCopyrightSection.themeCopyrightSection .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
    #themeCopyrightSection.themeCopyrightSection .page-builder-layout-column-wrap {
    	flex-direction: column;
        gap: 5px;
    }
}

#themeCopyrightSection.themeCopyrightSection .page-builder-layout-column-wrap .page-builder-layout-module {
	margin-top: 0;
}

#themeCopyrightSection.themeCopyrightSection .powered-by-rp-module .powered-by {
	font-size: 10px;
    color: #fff;
}

#themeCopyrightSection.themeCopyrightSection .links-list-module .links-list {
	display: flex;
    align-items: center;
    gap: 20px;
}

#themeCopyrightSection.themeCopyrightSection .links-list-module .links-list a {
	color: #fff;
    font-size: 10px;
}
/* end of themeFooterSection */

/* themeBrandLogoSection */
#themeBrandLogoSection.themeBrandLogoSection .page-builder-layout-column-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
#themeBrandLogoSection.themeBrandLogoSection .page-builder-layout-column-wrap .page-builder-layout-module {
	margin-top: 0;
    flex: 0 0 14.285%;
    max-width: 14.285%;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 767px) {
	#themeBrandLogoSection.themeBrandLogoSection .page-builder-layout-column-wrap .page-builder-layout-module {
    	flex: 0 0 20%;
    	max-width: 20%;
    }
}
@media screen and (max-width: 500px) {
	#themeBrandLogoSection.themeBrandLogoSection .page-builder-layout-column-wrap .page-builder-layout-module {
    	flex: 0 0 25%;
    	max-width: 25%;
    }
}
@media screen and (max-width: 450px) {
	#themeBrandLogoSection.themeBrandLogoSection .page-builder-layout-column-wrap .page-builder-layout-module {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
}
#themeBrandLogoSection.themeBrandLogoSection .custom-image-wrapper .custom-image {
	background-color: #F7F9FB;
}
#themeBrandLogoSection.themeBrandLogoSection .custom-image-wrapper {
	padding: 0;
}

#themeBrandLogoSection.themeBrandLogoSection {
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
    #themeBrandLogoSection.themeBrandLogoSection {
    	padding: 30px 0;
    }
}

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

#themeBrandLogoSection.themeBrandLogoSection .themeBrandLogoWrap .themeBrandLogoList {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-left: -9px;
    margin-right: -9px;
    row-gap: 18px;
}

#themeBrandLogoSection.themeBrandLogoSection .themeBrandLogoWrap .themeBrandLogoList li {
	flex: 0 0 14.285%;
    max-width: 14.285%;
    padding-left: 9px;
    padding-right: 9px;
}

@media screen and (max-width: 991px) {
    #themeBrandLogoSection.themeBrandLogoSection .themeBrandLogoWrap .themeBrandLogoList li {
    	flex: 0 0 16.6666666667%;
    	max-width: 16.6666666667%;
    }
}

@media screen and (max-width: 767px) {
    #themeBrandLogoSection.themeBrandLogoSection .themeBrandLogoWrap .themeBrandLogoList li {
    	flex: 0 0 25%;
    	max-width: 25%;
    }
}

@media screen and (max-width: 450px) {
    #themeBrandLogoSection.themeBrandLogoSection .themeBrandLogoWrap .themeBrandLogoList li {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
}

#themeBrandLogoSection.themeBrandLogoSection .themeBrandLogoWrap .themeBrandLogoList li a {
	display: block;
    background-color: #F7F9FB;
    text-align: center;
    padding: 10px 15px;
}
/* end of themeBrandLogoSection */

/* themeShopSection */
#themeShopSection.themeShopSection {
	padding: 50px 0;
    background-color: var(--themeColor);
}

@media screen and (max-width: 767px) {
    #themeShopSection.themeShopSection {
    	padding: 30px 0;
    }
}

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

#themeShopSection.themeShopSection .page-builder-layout-row {
	margin-top: 0;
}

#themeShopSection.themeShopSection .page-builder-layout-row:after {
	display: none;
}

@media screen and (max-width: 767px) {
    #themeShopSection.themeShopSection .page-builder-layout-row {
    	display: flex;
        flex-direction: column;
        gap: 40px;
    }
}

#themeShopSection.themeShopSection .banner-vpicker-module {
	display: flex;
    flex-direction: column-reverse;
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    #themeShopSection.themeShopSection .banner-vpicker-module {
    	padding: 0 0;
    }
}

#themeShopSection.themeShopSection .banner-vpicker-module .slider-overlay-wrap {
	position: static;
    padding: 0;
}

#themeShopSection.themeShopSection .banner-vpicker-module .banner-overlay-content {
	position: static;
    height: auto;
    text-align: center;
}

#themeShopSection.themeShopSection .banner-vpicker-module .banner-overlay-content .header-text {
	color: #fff;
    font-size: 18px;
    line-height: 26px;
}

#themeShopSection.themeShopSection .banner-vpicker-module .banner-overlay-content .custom_content {
	font-size: 14px;
    font-weight: 300;
}

#themeShopSection.themeShopSection .banner-vpicker-module .slider .rslides_container .rslides {
	max-height: unset !important;
    overflow: visible;
}

#themeShopSection.themeShopSection .banner-vpicker-module .slider .rslides_container .rslides li {
	max-height: unset !important;
}

#themeShopSection.themeShopSection .banner-vpicker-module .slider {
	margin-bottom: 15px;
}

#themeShopSection.themeShopSection .banner-vpicker-module .slider .rslides_container .rslides li .slide-image {
	height: 100px;
    object-fit: contain;
}
/* end of themeShopSection */

/* themeDealsSection */
#themeDealsSection.themeDealsSection {
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
    #themeDealsSection.themeDealsSection {
    	padding: 30px 0;
    }
}

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

#themeDealsSection.themeDealsSection .page-builder-layout-row {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
    #themeDealsSection.themeDealsSection .page-builder-layout-row {
    	display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

#themeDealsSection.themeDealsSection .banner-vpicker-module .banner-overlay-content .header-text {
	font-size: 25px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

#themeDealsSection.themeDealsSection .themeDealsBlue .banner-vpicker-module .banner-overlay-content .header-text {
	color: var(--themeColor);
    font-size: 36px;
    line-height: 40px;
}

#themeDealsSection.themeDealsSection .banner-vpicker-module .banner-overlay-content .custom_content {
	font-weight: 300;
    font-size: 14px;
}

#themeDealsSection.themeDealsSection .themeDealsBlue .banner-vpicker-module .banner-overlay-content .custom_content {
	color: #000;
    font-weight: 400;
}

#themeDealsSection.themeDealsSection .banner-vpicker-module .banner-overlay-content .custom_content .themeDealsButton {
	display: block;
    margin-top: 50px;
}

#themeDealsSection.themeDealsSection .banner-vpicker-module .banner-overlay-content .custom_content .themeDealsButton a {
	display: inline-block;
    background-color: var(--themeColor);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 4px;
}

#themeDealsSection.themeDealsSection .banner-vpicker-module .banner-overlay-content {
	max-width: 250px;
}
/* end of themeDealsSection */

/* themePartsCatalogSection */
#themePartsCatalogSection.themePartsCatalogSection {
	padding: 50px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    #themePartsCatalogSection.themePartsCatalogSection {
    	padding: 30px 0;
    }
}

#themePartsCatalogSection.themePartsCatalogSection::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background-color: var(--themeColor);
    z-index: -1;
}

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

#themePartsCatalogSection.themePartsCatalogSection .page-builder-layout-row {
	margin-top: 0;
}

#themePartsCatalogSection.themePartsCatalogSection .call-to-action-module {
	position: relative;
}

#themePartsCatalogSection.themePartsCatalogSection .call-to-action-module .cta-content,
#themePartsCatalogSection.themePartsCatalogSection .call-to-action-module .cta-content figure {
	margin-bottom: 0;
}

#themePartsCatalogSection.themePartsCatalogSection .call-to-action-module .cta-button .call-to-action-button {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    display: flex;
    align-items: flex-end;
    text-transform: unset;
    font-weight: 500;
    font-size: 14px;
    padding-left: 60px !important;
    padding-bottom: 22px !important;
    padding-right: 0 !important;
}

#themePartsCatalogSection.themePartsCatalogSection .owl-dots {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

#themePartsCatalogSection.themePartsCatalogSection .owl-dots .owl-dot {
	outline: none;
}

#themePartsCatalogSection.themePartsCatalogSection .owl-dots .owl-dot span {
	width: 10px;
    height: 10px;
    background-color: #99BDD4;
    display: inline-block;
    border-radius: 10px;
}

#themePartsCatalogSection.themePartsCatalogSection .owl-dots .owl-dot.active span {
	background-color: var(--themeColor);
}
/* end of themePartsCatalogSection */

/* themeFeaturedSection */
#themeFeaturedSection.themeFeaturedSection .container-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module {
	padding-top: 50px;
	padding-bottom: 50px;
    border-top: 1px solid #D1D6DA;
    border-bottom: 1px solid #D1D6DA;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module h2 {
	margin-bottom: 40px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #themeFeaturedSection.themeFeaturedSection .featured-products-module h2 {
    	margin-bottom: 20px;
    	font-size: 20px;
    }
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-products {
	margin-left: -5px;
	margin-right: -5px;
    row-gap: 10px;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-products .featured-product {
	flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    width: unset;
    margin-right: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-products .featured-product {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .product-wrapper-link .product-details-link {
	height: auto;
    position: static;
    background-color: var(--themeColor);
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    font-weight: 300;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .product-wrapper-link {
	border: 1px solid #D1D6DA;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    padding: 15px 15px;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-product .image-display .image-wrapper img {
	margin-bottom: 0;
    object-fit: contain;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-product .image-display {
	margin-bottom: 30px;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-product .details-display .details-title {
	display: flex;
    flex-direction: column-reverse;
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-product .details-display .product-title {
	color: var(--themeColor);
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
	text-align: right;
    color: #000;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
	#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
    	font-size: 18px;
    }
}

#themeFeaturedSection.themeFeaturedSection .featured-products-module .featured-product .pricing-actions-display {
	margin-bottom: 20px;
}
/* end of themeFeaturedSection */

/* themeReviewSection */
#themeReviewSection.themeReviewSection {
	padding: 50px 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #themeReviewSection.themeReviewSection {
    	padding: 30px 0;
    }
}

#themeReviewSection.themeReviewSection .page-builder-layout-row {
	margin-top: 0;
}

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

#themeReviewSection.themeReviewSection .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
	display: none;
}
/* end of themeReviewSection */