/* global */
:root {
	--themeBlack: #000;
    --themeColor: #007cc3;
}

/* search for inner pages */
#head-search-custom .container-wrap {
	padding: 5px 0 20px 0 !important;
}

#head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-garage-custom .garage-component .garage-text {
	font-size: 12px;
}

#head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap {
	max-width: 100%;
}

header.container-header.sticky #head-search-custom {
	display: none;
}

@media screen and (max-width: 767px) {
    header.container-header.sticky #head-search-custom {
    	display: block;
    }
    #head-search-custom .container-wrap {
    	padding: 0 !important;
    }
    #head-search-custom {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 9;
        transform: translateY(-500px);
        transition: all .3s ease-in-out;
        padding: 20px 20px;
    }
	#head-search-custom.openSearchInner {
        transform: translateY(0px);
    }
    #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-garage-custom {
    	display: none;
    }
}
/* end of search for inner pages */

body {
	font-size: 16px;
}

.padding_section {
	padding: 50px 0;
}

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

.themeCopyright,
#footer-custom {
	padding: 15px 0;
}

.account-login-message-module,
.powered-by {
	font-size: 12px;
}

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

@keyframes top-bottom {
	0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes show-from-left {
	0%, 50% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes show-from-right {
	0%, 50% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* parts categories new */
.themePartsCategory {
	padding: 40px 0;
}

.themePartsCategoryWrap h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
    width: 100%;
}

.themePartsCategoryWrap h3::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-color: var(--themeColor);
    margin: auto;
}

.themePartsCategoryList {
	margin-bottom: 20px !important;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .themePartsCategoryList {
    	gap: 10px;
    }
}

.themePartsCategoryList a {
	display: block;
    text-transform: uppercase;
    font-size: .875rem;
    color: #000;
    padding: 10px 0;
    border-bottom: 2px solid #000;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .themePartsCategoryList a {
    	font-size: 12px;
    }
}

@media screen and (max-width: 370px) {
    .themePartsCategoryList a {
    	font-size: 8px;
    }
}

.themePartsCategoryList li.active a {
	border-bottom: 2px solid var(--themeColor);
    color: var(--themeColor);
}

.themePartsCategoryList a:hover,
.themePartsCategoryList a:focus {
	text-decoration: none;
}

/* header search */
#home-page-search #action_account,
#home-page-search .actions-bar-module #cart_column {
	display: none;
}

/* header */
body.openMobileMenu {
    overflow: hidden;
}

#banner-custom {
	position: relative;
}

.themeSearchBar {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 800px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .themeSearchBar {
    	position: static;
    }
    .themeSearchBarWrap {
    	display: none;
    }
    .themeSearchBarWrap.searchOpen {
    	display: block;
        position: fixed;
        top: 45px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
    }
}

.themeSearchBar .page-builder-layout-column {
	height: auto;
    display: inline-block;
}

.themeSearchBar .page-builder-layout-column-wrap .page-builder-layout-module {
	width: 100%;
}

.themeSearchBar .page-builder-layout-column-wrap {
	background-color: #fff;
    padding: 20px 20px;
}

header.container-header.sticky {
    background-color: #fff;
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    animation: top-bottom .5s;
}

.openMobileMenu .themeOverlay {
	display: block;
}

.themeTopHeaderSection {
	padding: 10px 0;
}

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

.themeSearchBar #action_account,
.themeSearchBar #cart_column {
	display: none;
}

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

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

@media screen and (max-width: 767px) {
    .themeTopHeaderSection .store-logo-module .store-logo-link img {
    	max-height: 40px;
    }
    .themeTopHeaderSection .store-logo-module {
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 236px;
    }
}


@media screen and (max-width: 390px) {
    .themeTopHeaderSection .store-logo-module .store-logo-link img {
    	max-height: 28px;
    }
    .themeTopHeaderSection .store-logo-module {
    	width: 165px;
        top: 0;
    }
}

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

@media screen and (max-width: 767px) {
    .themeTopHeaderSection .page-builder-layout-column-wrap {
    	gap: 15px;
    }
}

.themeTopHeaderSection .page-builder-layout-column-wrap .themeLogo {
	flex: 1;
}

.themeTopHeaderSection .page-builder-layout-column-wrap .themeTopMenu .links-list {
	display: flex !important;
    align-items: center;
    gap: 20px;
}

.themeOverlaySection .container-wrap {
	padding: 0 !important;
}

.themeTopHeaderSection .page-builder-layout-column-wrap .themeTopMenu .links-list a {
	text-transform: uppercase;
    color: #000;
    font-size: 12px;
}

.themeTopHeaderSection .page-builder-layout-column-wrap .themeCartButton .cart-component {
	min-width: auto;
}

.themeTopHeaderSection .page-builder-layout-column-wrap .themeCartButton .cart-component .cart-button {
	padding: 0;
    background-color: transparent;
    color: #000;
}

@media screen and (max-width: 767px) {
	.themeTopHeaderSection .page-builder-layout-column-wrap .themeCartButton .cart-component .cart-button .cart-text {
		display: none;
	}
    .themeTopHeaderSection .page-builder-layout-column-wrap .themeCartButton .cart-component .cart-button .cart-icon .fa {
    	font-size: 20px;
    }
}

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

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


.themeHeaderMenuSection,
.themeHeaderMenuMobileSection {
    transform: translateX(-1000px);
    transition: all .3s ease-in-out;
    width: 320px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    bottom: 0;
    transform: translateX(-1000);
    overflow: auto;
}

@media screen and (max-width: 375px) {
	.themeHeaderMenuSection,
    .themeHeaderMenuMobileSection {
    	width: 100%;
    }
}

.themeHeaderMenuMobileSection .container-wrap {
    padding: 0 !important;
}
.themeHeaderMenuSection.openMenu,
.themeHeaderMenuMobileSection.openMenu {
    transform: translateX(0);
}
.themeNavMenuWrapper {
    padding: 20px 0;
}


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


    .themeHeaderMenuSection .page-builder-layout-column-wrap {
    	flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }


.themeHeaderMenuSection .themeHeaderLeftText .links-list-module.links-display-block .links-list {
	display: flex !important;
    align-items: center;
    gap: 10px;
}

.themeHeaderMenuSection .themeHeaderLeftText .links-list-module.links-display-block .links-list li {
	color: #fff;
    font-style: italic;
}

.themeNavMenuList {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}


    .themeNavMenuList {
    	flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .themeMenuHeaderWrap {
    	width: 100%;
        padding: 0px 0;
    }


.themeNavMenuMegaWrap {
	display: none;
    position: absolute;
    z-index: 9999;
    background-color: #252525;
    width: 250px;
}


.themeNavMenuMegaWrap {
    position: static;
    width: 100%;
    background-color: #303030;
}


.themeNavMenuMegaList {
	display: flex;
    flex-direction: column;
    list-style: none;
}

.themeNavMenuListLink {
	display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #414141cc;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}


.themeNavMenuListItem {
    width: 100%;
    display: block;
}


.themeNavMenuListItem.hasChild:hover .themeNavMenuMegaWrap {
	display: block;
}

.themeNavMenuListItem.hasChild:hover .themeNavMenuMegaWrap {
    display: none;
}

.themeNavMenuListItem.hasChild .themeNavMenuListLink {
	padding-right: 15px;
}

.themeNavMenuListItem.hasChild .themeNavMenuListLink::before {
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}


.themeNavMenuListItem.hasChild .themeNavMenuListLink::before {
    right: 20px;
}
.themeNavMenuListItem.hasChild .themeNavMenuListLink.active::before {
    transform: rotate(270deg);
}


.themeNavMenuMegaListLink {
	display: block;
    padding: 8px 30px;
    color: #fff !important;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #414141cc;
    font-size: 12px;
}

.themeNavMenuMegaWrapChild {
	display: none;
    position: static;
    z-index: 9999;
    background-color: #393939;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

.themeNavMenuMegaWrapChild ul {
	list-style: none;
    display: flex;
    flex-direction: column;
}

.themeNavMenuMegaListItem {
	position: relative;
}

.themeNavMenuMegaListItem.hasChild .themeNavMenuMegaListLink::before {
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    transition: all .3s ease-in-out;
}


.themeNavMenuMegaListItem.hasChild .themeNavMenuMegaListLink::before {
    right: 20px;
    transform: rotate(90deg);
}
.themeNavMenuMegaListItem.hasChild .themeNavMenuMegaListLink.active::before {
    transform: rotate(270deg);
}


.themeNavMenuMegaListItem.hasChild:hover .themeNavMenuMegaWrapChild {
	display: block;
}


.themeNavMenuMegaListItem.hasChild:hover .themeNavMenuMegaWrapChild {
    display: none;
}

.themeClosePanel {
    position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    top: 3px;
    right: 4px;
    cursor: pointer;
}

.themeHeaderMenuMobileSection::-webkit-scrollbar {
    width: 4px;
}
 
.themeHeaderMenuMobileSection::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
 
.themeHeaderMenuMobileSection::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
}

.themeClosePanel span {
	display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.themeOverlay {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9;
}

.themeClosePanel span:nth-child(1) {
	transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 16px;
}

.themeClosePanel span:nth-child(2) {
	transform: rotate(-45deg);
    position: absolute;
    left: 7px;
    top: 16px;
}

.themeNavMenuMegaWrapChild ul a {
	display: block;
    padding: 8px 40px;
    color: #fff;
    border-bottom: 1px solid #414141cc;
    font-size: 12px;
}

.themeHamburger {
    display: block;
    position: relative;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.themeHamburger span {
    width: 25px;
    height: 3px;
    position: absolute;
    background-color: #000;
}

.themeHamburger span:nth-child(1) {
    top: 0;
}

.themeHamburger span:nth-child(2) {
    top: 8.5px;
}

.themeHamburger span:nth-child(3) {
    bottom: 0;
}

.themeMobileSearch {
	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.themeMobileSearch .fa {
	font-size: 19px;
}


/* Exit Intent Form */
#exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.75) !important;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

#exit-intent {
    position: relative;
    background: white;
    padding: 4rem 2rem 2rem;
    border-radius: .5rem;
    max-width: 670px;
    text-align: center;
}

#exit-intent h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.exit-intent_form-wrap {
    padding: 0 4rem;
}

.exit-intent_form-wrap p {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.exit-intent_form {
    display: flex;
    flex-flow: column;
    margin: auto;
}

.exit-intent_form input {
    padding: .75rem;
    font-size: 1rem;
    border: 1px solid gray;
    border-radius: .3rem;
    margin: .5rem 0;
}

.exit-intent_form input::placeholder {
    font-size: 1rem;
}

.exit-intent_form button {
    width: 50%;
    padding: .9rem .5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: .3rem;
    margin: .5rem auto;
    background: #E82C2A;
    border: none;
    color: white;
    text-transform: uppercase;
}

.exit-intent_form button:hover {
    background: #c03;
}


.exit-intent_form-decline {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-decoration: underline;
    opacity: 50%;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: black;
}

.exit-intent_form-decline:hover {
    opacity: 100%;
}

.exit-intent_form-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    opacity: 50%;
    cursor: pointer;
    fill: black;
}

.exit-intent_form-close:hover {
    opacity: 100%;
}

.exit-intent_form-close svg {
    fill: black;
    height: 30px;
    width: 30px;
    pointer-events: none;
}

@media (max-width: 767px) {
    #exit-intent {
        max-width: 90%;
    }
    #exit-intent h1 {
        font-size: 2rem;
    }
    .exit-intent_form-wrap {
        padding: 0;
    }
    .exit-intent_form-wrap p {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .exit-intent_form input {
        font-size: 1rem;
    }
    .exit-intent_form input::placeholder {
        font-size: 1rem;
    }
    .exit-intent_form-decline {
        margin-top: 1rem;
    }
}


/* vehicle selector */
.theme_vehicle_selection {
	background-color: var(--themeBlack);
    padding: 20px 0;
}

.theme_vehicle_selection .vehicle-picker-dropdown-module {
	margin-top: 0;
    flex: 1;
}

.theme_vehicle_selection .vehicle-picker-dropdown-module .header-text {
	display: none;
}

.theme_vehicle_selection .vehicle-picker-dropdown-module .vehicle-picker-dropdown {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

@media screen and (max-width: 767px) {
    .theme_vehicle_selection .vehicle-picker-dropdown-module .vehicle-picker-dropdown {
    	display: flex;
        flex-direction: column;
    }
}

.theme_vehicle_selection .vehicle-picker-dropdown-module .vehicle-picker-dropdown .dropdown {
	margin-left: 0;
    margin-bottom: 0;
}

.theme_vehicle_selection .vehicle-picker-dropdown-module .vehicle-picker-dropdown .call-to-action-button {
	background-color: var(--themeColor);
}

.theme_vehicle_selection .search-by-vin-module .header-text,
.theme_vehicle_selection .search-by-vin-module .box-icon,
.theme_vehicle_selection .search-by-vin-module .box-message,
.theme_vehicle_selection #where-is-vin {
	display: none;
}

.theme_vehicle_selection .search-by-vin-module input[type=text] {
	margin-top: 0;
    margin-bottom: 0;
    height: 50px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    outline: none;
    color: #fff;
    font-size: 16px;
}

.theme_vehicle_selection .search-by-vin-module input[type=text]::placeholder {
	font-size: 16px;
}

.theme_vehicle_selection .search-by-vin-module .btn {
	margin-bottom: 0;
    background-color: var(--themeColor);
    transition: color .3s ease-in-out,background-position .3s ease-in-out;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.theme_vehicle_selection .search-by-vin-module .btn:hover {
    color: var(--themeWhite) !important;
    background-color: var(--themeLinkColor);
}

.theme_vehicle_selection .search-by-vin-module .btn::placeholder {
	font-family: var(--themeFontCorpoS);
}

.theme_vehicle_selection .search_by_vin.search_form {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 350px;
}

@media screen and (max-width: 500px) {
    .theme_vehicle_selection .search_by_vin.search_form {
    	grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}

.theme_vehicle_selection_wrapper {
	display: flex;
    grid-gap: 20px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .theme_vehicle_selection_wrapper {
    	flex-direction: column;
    }
}

.theme_vehicle_selection_wrapper .page-builder-layout-module:first-child {
	flex: 1;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

@media screen and (max-width: 767px) {
    .theme_vehicle_selection_wrapper .page-builder-layout-module:first-child {
    	width: 100%;
    }
}

.theme_vehicle_selection_wrapper .page-builder-layout-module {
	position: relative;
}

@media screen and (max-width: 500px) {
    .theme_vehicle_selection_wrapper .page-builder-layout-module {
    	width: 100%;
    }
}

.theme_vehicle_selection .vehicle-picker-dropdown-module .vehicle-picker-dropdown .dropdown .dropdown-toggle {
	padding: 0;
    height: 50px;
    border-bottom: 2px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    color: #fff;
}

.theme_vehicle_selection .vehicle-picker-dropdown-module .vehicle-picker-dropdown .dropdown .dropdown-toggle.disabled {
	background-color: transparent;
}

/* homepage content */
.themeHomePageContent {
	padding: 30px 0;
}

.themeHomePageContent .homeseo h2 {
	display: inline-block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
    width: 100%;
}

.themeHomePageContent .homeseo h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-color: var(--themeColor);
    margin: auto;
}

.themeHomePageContent .links-list {
	display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .themeHomePageContent .links-list {
    	gap: 10px;
    }
}

.themeHomePageContent .links-list li {
	font-size: 16px;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .themeHomePageContent .links-list li {
    	font-size: 12px;
    }
}

.theme_cat_tab_list {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    list-style: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

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

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

.theme_cat_tab_item.active .theme_cat_tab_link {
	border-bottom: 2px solid var(--themeColor);
    background-color: #fff;
    color: var(--themeColor);
}

@media screen and (max-width: 400px) {
    .theme_cat_tab_item.active .theme_cat_tab_link {
    	background-color: #ccc
        color: #fff;
    }
}

.theme_cat_tab_link {
    background-color: #F1F1F1;
	display: inline-block;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    font-size: 16px;
    color: var(--black);
    border-bottom: 2px solid transparent;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media screen and (max-width: 970px) {
    .theme_cat_tab_link {
    	padding: 10px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

.theme_cat_tab_link:hover, .theme_cat_tab_link:focus {
	color: var(--black) !important;
    text-decoration: none;
    
}

@media screen and (max-width: 400px) {
    .theme_cat_tab_link:hover, .theme_cat_tab_link:focus {
    	color: var(--themeColor) !important;
    }
}

.theme_cat_tab_content_list {
	display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
}

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

.theme_cat_tab_content_img img {
	width: 100%;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_content_img img {
    	height: 150px;
    }
}

.theme_cat_tab_content_list a {
	position: relative;
}

.theme_cat_tab_content_list a:hover .theme_cat_tab_content_img img {
	transform: scale(1.1);
}

.theme_cat_tab_content_list a:hover p {
	border-bottom: 3px solid var(--themeColor);
}

.theme_cat_tab_content_img {
	position: relative;
    overflow: hidden;
}

.theme_cat_tab_content_img img {
	transition: all .3s ease-in-out;
}

.theme_cat_tab_content_list p {
	margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: inline-table;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .theme_cat_tab_content_list p {
    	font-size: 12px;
    }
}

/* trending mopar */
.theme_trending_section .featured-products-module .featured-products {
	padding-left: 60px;
	padding-right: 60px;
}

.theme_trending_section .owl-prev,
.theme_trending_section .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #000;
}

.theme_trending_section .owl-prev {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.theme_trending_section .owl-next {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.theme_trending_section .theme_arrow {
	border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: .5rem;
    pointer-events: none;
    position: relative;
}

.theme_trending_section .theme_arrow.theme_arrow_left {
	transform: rotate(135deg);
    left: 3px;
}

.theme_trending_section .theme_arrow.theme_arrow_right {
	transform: rotate(315deg);
    right: 3px;
}

.theme_trending_section .featured-products-module .featured-products .featured-product {
	width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px;
}

.theme_trending_section .featured-products-module h2 {
	display: inline-block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
    width: 100%
}

.theme_trending_section .featured-products-module h2::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-color: var(--themeColor);
    margin: auto;
}

.theme_trending_section .featured-products-module .product-wrapper-link .product-details-link {
	position: initial;
    height: auto;
    display: none;
}

.theme_trending_section .featured-products-module .product-wrapper-link {
	box-shadow: 0px 4px 8px 0px #00000014;
    border: 1px solid #D2D2D2;
    transition: all .3s ease-in-out;
}

.theme_trending_section .featured-products-module .product-wrapper-link:hover {
	transform: scale(1.05);
}

@media screen and (max-width: 767px) {
	.theme_trending_section .featured-products-module .featured-product .image-display .image-wrapper img {
    	object-fit: contain;
    }
}

.theme_trending_section .featured-products-module .featured-product .details-display .product-title {
	text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.theme_trending_section .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
	font-weight: 700;
}

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

.theme_trending_list li {
	padding: 20px 20px;
}

.theme_trending_list a {
	color: #000;
    padding: 20px 20px;
}

.theme_trending_list a:hover .theme_trending_card {
	transform: scale(1.05);
}

.theme_trending_card h3 {
	text-transform: uppercase;
    font-size: 14px;
}

.theme_trending_card {
	box-shadow: 0px 4px 8px 0px #00000014;
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
    border: 1px solid #D2D2D2;
    transition: all .3s ease-in-out;
}

.theme_trending_img {
	text-align: center;
    margin-bottom: 15px;
}

.theme_trending_img img {
	width: 90px;
    height: 90px;
    object-fit: contain;
}

.theme_trending_rates {
	margin-bottom: 5px;
}

.theme_trending_price {
	margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.theme_trending_stars svg {
	width: 100px;
    height: 20px;
}

.theme_free_row {
	display: flex;
   	flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

@media screen and (max-width: 767px) {
    .theme_free_row {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        gap: 10px;
    }
}

.theme_free_col {
	padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .theme_free_col {
    	flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.theme_free_list {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.theme_free_list a {
	color: var(--black);
}

.theme_free_list a:hover,
.theme_free_list a:focus {
	text-decoration: none;
    color: var(--black);
}

.theme_free_card {
	background-color: var(--white);
    border: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 50px 30px;
    position: relative;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .theme_free_card {
    	padding: 20px 20px;
    }
}

.theme_free_card_img svg {
	fill: var(--themeColor);
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .theme_free_card_img svg {
    	font-size: 30px;
    }
}

.theme_free_card_content h4 {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .theme_free_card_content h4 {
    	font-size: 20px;
    }
}

.theme_free_card_content p {
	margin-bottom: 0;
}

.theme_free_slider {
	position: relative;
}

/*.theme_free_slider_img {
	display: flex;
    align-items: center;
}*/

.theme_free_slider_img img {
	width: 100%;
    height: calc(460px + (465 - 460) * ((100vw - 767px) / (1900 - 767)));
    object-fit: fill;
}

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

.theme_free_slider_item p {
	margin-bottom: 0;
    font-size: 12px;
    margin-top: 8px;
    color: #767676;
}

.theme_free_slider .owl-dots {
	position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 6px 15px;
    border-radius: 50px;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .theme_free_slider .owl-dots {
    	bottom: 50px;
    }
}

.theme_free_slider .owl-dot span {
	display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 20px;
}

.theme_free_slider .owl-dot.active span {
	background-color: var(--themeColor);
}