/* button categories */
.themeCatListButton {
	margin-top: 40px;
    text-align: center;
}

.themeCatListButton a {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--themeColor);
    color: var(--white);
    text-transform: uppercase;
}

#layout_page .themeCatWrapper {
	margin-bottom: 50px;
    margin-top: 40px;
}

/* layout_about */
#layout_about .store-logo-module .store-logo-link {
	display: inline-block;
}

#layout_about .store-logo-module .store-logo-link img {
	max-height: 100px;
    margin-bottom: 15px;
}

.themeBannerButtonList {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    list-style: none;
    margin-bottom: 0;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

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

.themeBannerButton {
	display: block;
    background-color: var(--themeColor);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.themeBannerButton:hover,
.themeBannerButton:focus {
	color: #fff;
    text-decoration: none;
}
/* end of layout_about */

/* 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 */

/***
**** THEME FONTS
***/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap');

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

/***
**** THEME GLOBAL
***/
:root {
    --black: #000;
    --themeColor: #A81A31;
    --themeRed: #FF0000;
    --darkGray: #282828;
    --gray500: #666666;
    --gray100: #ebe8e8;
    --white: #fff;
    --themeFont: 'Montserrat', sans-serif;
    --themeFontRobotoCondensed: 'Roboto Condensed', sans-serif;
    --themeContainer: 1680px;
}

body, html {
	font-family: var(--themeFont) !important;
    font-size: 14px;
    color: var(--black);
}

.padding_section {
	padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .padding_section {
    	padding: 30px 0;
    }
    header.container-header .promotional-banner-wrap {
    	position: static;
    }
}

.themeBreadcrumbs {
	padding: 15px 0;
}

.ov-hidden {
	overflow: hidden;
}

.yotpo.testimonials {
	z-index: 99 !important;
    display: none !important;
} 

a,
h1,
h2,
h3,
h4,
h5,
h6,
button {
	font-family: var(--themeFont) !important;
}

.page-builder-layout-section.wide-content .container-wrap {
	max-width: var(--themeContainer) !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-builder-page-layout .page-builder-layout-section .container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

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

.page-bread-crumbs {
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.desk_hamburger_menu_wrapper {
	display: none;
}

@media screen and (max-width: 960px) {
    .desk_hamburger_menu_wrapper {
    	display: block;
    }
}

.desk_hamburger_menu_span {
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    justify-content: center;
    background-color: #eee;
}

.desk_hamburger_menu_span svg {
	font-size: 25px;
}

.theme_title {
	margin-bottom: 30px;
    text-align: center;
}

.theme_title h3 {
    display: inline-block;
    position: relative;
	margin-bottom: 0;
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: var(--black);
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .theme_title h3 {
    	font-size: 22px;
        text-align: center;
    }
}

.theme_title h3 span {
	color: var(--themeColor);
    font-weight: 700;
}

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

/***
**** THEME HEADER
***/
.themeNavList {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.themeNavItem {
	position: relative;
}

.themeNavItem.hasChild:hover .themeNavChildWrapper {
	display: block;
}

.themeNavChildWrapper {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 9;
    display: none;
    width: 200px;
}

.themeNavChildList {
	display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
}

.themeNavChildList li a {
	display: inline-block;
    width: 100%;
	color: #fff;
    padding: 10px 15px;
}

.themeNavChildList li a:hover,
.themeNavChildList li a:focus {
	background-color: var(--themeColor);
    color: #fff;
}

.themeNavList .themeNavLink {
    display: inline-block;
	color: #fff;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    font-weight: 600;
}

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

.theme_main_header {
	padding: 15px 0;
}

.theme_main_header .store-logo-module .store-logo-link img {
	max-height: 100%;
    margin: 0;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .theme_main_header .store-logo-module .store-logo-link img {
    	width: 100px;
    }
}

.theme_main_header .page-builder-layout-row {
	display: inherit;
    width: auto;
}

.theme_main_header .container-fluid:after {
	display: none;
}

.theme_main_header .container-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.theme_code_mobile_section {
	padding: 10px 0;
    background-color: #f2f2f2;
    display: none;
}

@media screen and (max-width: 1139px) {
    .theme_code_mobile_section  {
    	display: block;
    }
}

.theme_code_mobile_section .theme_use_code {
	display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .theme_code_mobile_section .theme_use_code {
    	flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

.theme_code_mobile_section .theme_use_code h4 {
	color: var(--themeRed);
    font-weight: 700;
}

.theme_code_mobile_section .theme_use_code h4,
.theme_code_mobile_section .theme_use_code p {
	margin-bottom: 0;
}

.theme_code_mobile_section .theme_use_code p {
	font-size: 12px;
    font-style: italic;
}

@media screen and (max-width: 1139px) {
    .theme_main_header .theme_use_code {
    	display: none;
    }
} 

.theme_main_header .theme_use_code h4 {
	font-weight: 700;
    color: var(--themeRed);
    margin-bottom: 5px;
    font-size: 16px;
}

.theme_main_header .theme_use_code p {
	font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    color: var(--black);
}

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

.theme_account_wrapper .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.theme_account_wrapper #action_account,
.theme_main_nav #action_account {
	padding-left: 0;
    width: auto;
}

.theme_account_wrapper #action_account .design-text,
.theme_main_nav #action_account .design-text {
	display: none;
}

.theme_account_wrapper #action_account .your-account {
	background-color: var(--white);
    padding: 10px 10px;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    color: var(--black);
    font-weight: 400;
}

.theme_main_nav #action_account .your-account {
	background-color: transparent;
    padding: 0;
    color: var(--white);
}

.theme_account_wrapper #action_account .your-account:hover {
	background-color: var(--gray100);
}

.theme_account_wrapper #action_account .your-account i,
.theme_main_nav #action_account .your-account i {
	display: none;
}

.theme_account_wrapper #action_account .your-account .theme_user_icon svg {
	width: 22px;
    fill: var(--themeColor);
}

.theme_main_nav #action_account .your-account .theme_user_icon svg {
	width: 22px;
    fill: var(--white);
}

.theme_account_wrapper .cart-component .cart-button {
	padding: 10px 10px;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: var(--white);
}

.theme_main_nav .cart-component .cart-button {
	background-color: transparent;
    padding: 0;
}

.theme_account_wrapper .cart-component .cart-button:hover {
	background-color: var(--gray100);
}

.theme_account_wrapper .cart-component .cart-button .cart-wrapper,
.theme_main_nav .cart-component .cart-button .cart-wrapper {
    display: flex;
    flex-direction: column;
}

.theme_account_wrapper .cart-component,
.theme_main_nav .cart-component {
	min-width: auto;
}

.theme_account_wrapper .cart-component .cart-button .cart-wrapper .cart-icon,
.theme_main_nav .cart-component .cart-button .cart-wrapper .cart-icon {
	display: none;
}

.theme_account_wrapper .cart-component .cart-button .cart-wrapper .cart_icon svg {
	fill: var(--themeColor);
    font-size: 18px;
    position: relative;
    top: -2px;
}

.theme_main_nav .cart-component .cart-button .cart-wrapper .cart_icon svg {
	fill: var(--white);
    font-size: 18px;
    position: relative;
    top: -2px;
}

.theme_account_wrapper .cart-component .cart-button .cart-wrapper .cart_icon,
.theme_main_nav .cart-component .cart-button .cart-wrapper .cart_icon {
	height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_account_wrapper .cart-component .cart-button .cart-text {
	color: var(--black);
    text-transform: capitalize;
    font-weight: 300;
}

.theme_main_nav .cart-component .cart-button .cart-text {
	color: var(--white);
    text-transform: capitalize;
    font-weight: 300;
}

.top_contact_us .links-list a {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    border-radius: 4px;
    font-size: 12px;
    gap: 6px;
    padding: 10px 10px;
}

.top_contact_us .links-list a:hover,
.top_contact_us .links-list a:focus {
	text-decoration: none;
    background-color: var(--gray100);
}

.top_contact_us .links-list a i {
	font-size: 20px;
    color: var(--themeColor);
}

.theme_main_nav {
	background-color: #000;
    padding: 15px 0;
}



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

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

.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(4) {
	flex: 1;
}

.theme_main_nav .store-logo-module .image-logo {
	margin: 0;
    width: auto;
}

.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(7),
.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(6),
.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(5),
.theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(2){
	display: none;
}

header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(7),
header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(6),
header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(5),
header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(2){
	display: block;
}

@media screen and (max-width: 1139px) {
	header.sticky .theme_main_nav .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(2) {
    	display: none;
    }
}

.theme_hamburger_menu {
	cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    padding: 0 10px;
    color: var(--white);
}

.theme_hamburger_menu svg {
	font-size: 18px;
    fill: var(--white);
}

.theme_main_header .theme_hamburger_menu svg {
	fill: #000;
}

.theme_main_header .theme_hamburger_menu {
	color: #000;
}

.theme_main_header .themeSearchHamburger {
	flex: 1;
}

@media screen and (max-width: 767px) {
    .theme_main_header .themeSearchHamburger {
    	display: none;
    }
    .theme_main_header .theme_logo_wrapper {
    	flex: 1;
    }
}

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

.theme_main_header .themeSearchHamburger .page-builder-layout-column-wrap .page-builder-layout-module:nth-child(2) {
	flex: 1;
}

.theme_main_nav .main-search-wrapper input {
	border: 0;
    padding: 15px 15px 15px 45px;
    outline: none;
}

.theme_main_nav .search-bar-component button {
	right: auto;
    left: 0;
    background-color: transparent;
    color: var(--themeColor);
    outline: none;
}

.theme_main_nav .search-bar-component button i {
	font-size: 16px;
}

.theme_main_nav .garage-component.svg-icons {
	display: flex;
    align-items: center;
    gap: 5px;
}

.theme_main_nav .garage-component.svg-icons .garage-icon {
    border-right: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    width: auto;
}

.theme_main_nav .garage-component.svg-icons .garage-icon svg {
	width: 20px;
}

.theme_main_nav .garage-component.svg-icons .garage-text-wrap i {
	color: var(--white);
}

.theme_main_nav .garage-component.svg-icons .garage-icon svg path {
	fill: var(--white);
}

.theme_main_nav .links-list a {
	display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    color: var(--white);
    font-size: 12px;
}

.theme_main_nav .links-list a:hover,
.theme_main_nav .links-list a:focus {
	text-decoration: none;
}

.theme_main_nav .links-list a i {
	position: relative;
    top: 2px;
    font-size: 20px;
}

.theme_main_nav .garage-component.svg-icons .garage-text {
	color: var(--white);
    font-size: 14px;
}

.theme_main_nav .garage-component.svg-icons .garage-text:hover,
.theme_main_nav .garage-component.svg-icons .garage-text:focus {
	text-decoration: none;
}

header.container-header.sticky .theme_main_nav {
	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;
}

.theme_vehicle_mobile_section .page-builder-layout-column-wrap {
	display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.theme_vehicle_mobile_section {
	padding: 0px 0;
    position: relative;
}

.theme_vehicle_mobile_section::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #e5e5e5;
}

.theme_vehicle_mobile_section .garage-component.svg-icons .garage-icon {
	border-right: 0;
    padding-right: 0;
    width: auto;
}

.theme_vehicle_mobile_section .garage-component.svg-icons {
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.theme_vehicle_mobile_section .car-selected-module {
	text-align: center;
}

.theme_vehicle_mobile_section .garage-component.svg-icons .garage-icon svg {
	width: 20px;
}

.theme_vehicle_mobile_section .garage-component.svg-icons .garage-text {
	margin-left: 0;
    padding: 0;
    font-size: 12px;
}

.theme_vehicle_mobile_section .links-list-module.links-display-block .links-list {
	display: flex !important;
    align-items: center;
    justify-content: center;
}

.theme_vehicle_mobile_section .container-wrap {
	padding-left: 0 !important;
    padding-right: 0 !important;
}

.theme_vehicle_mobile_section .links-list-module.links-display-block .links-list a {
	font-size: 12px;
    color: var(--white);
}

.theme_contact_mobile {
	padding: 20px 0;
    background-color: var(--themeColor);
}

/*
	LEFT PANEL
*/
.left_panel_wrapper .mobile-nav {
	list-style: none;
    margin-bottom: 0;
}

.left_panel_wrapper .mobile-nav a {
	padding: 10px 10px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black) !important;
    font-weight: 500;
}

.left_panel_wrapper .mobile-nav a:hover,
.left_panel_wrapper .mobile-nav a:focus {
	text-decoration: none;
}

.left_panel_wrapper .mobile-dropdown-toggle,
.mobile-dropdown-toggle-child {
	justify-content: space-between;
}

.left_panel_wrapper .mobile-dropdown-toggle-child {
	padding: 10px 20px !important;
}

.menu-wrap li a {
	padding: 10px 30px !important;
}

.left_panel_wrapper .mobile-dropdown-toggle .fa,
.left_panel_wrapper .mobile-dropdown-toggle-child .fa {
	transition: all .3s ease-in-out;
}

.mobile-dropdown-toggle.active .fa,
.mobile-dropdown-toggle-child.active .fa {
	transform: rotate(180deg);
}

.left_panel_wrapper .mobile-nav-item.has-child {
	background-color: #F5F5F5;
    border-bottom: 1px solid #ccc;
}

.left_panel_wrapper .mobile-nav-item.has-child a {
	position: relative;
}

.left_panel_wrapper .mobile-nav-item.has-child .fa-chevron-down {
	position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#mobile-menu {
	margin-top: 0 !important;
}

.mobile-mega-wrap, .menu-wrap {
	list-style: none;
}

.mobile-mega-wrap .mobile-nav-item {
    border-bottom: 1px solid #ccc;
}

.mobile-nav-item .fa {
	color: var(--themeColor);
}


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

.left_panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
    transform: translateX(-1000px);
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .left_panel {
    	width: 85%;
    }
}

.left_panel_close {
    cursor: pointer;
	width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_panel_close svg {
	fill: var(--themeColor);
}

.left_panel_child_header {
	display: none;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.left_panel_child_title {
	margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    margin-right: 40px;
}

.left_panel_child_link {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    color: #000;
    font-weight: 400;
}

.left_panel_child_link:hover, .left_panel_child_link:focus {
	color: var(--themeColor);
    text-decoration: none;
}

.left_panel_child_back_button {
	font-size: 14px;
    color: #000;
}

.left_panel_child_list {
	list-style: none;
    margin-bottom: 0;
}

.left_panel_child_back_button:hover {
	text-decoration: none;
    color: #E61464;
}

.left_panel_list {
	margin-bottom: 0;
    list-style: none;
}

.left_panel_item {
	margin-bottom: 15px;
}

.left_panel_item:last-child {
	margin-bottom: 0;
}

.openChild .left_panel_item {
	margin-bottom: 0;
}

.left_panel_link {
	display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .left_panel_link {
    	font-size: 14px;
    }
}

.left_panel_link:hover, .left_panel_link:focus {
	text-decoration: none;
    color: var(--themeColor);
}

.left_panel_content_wrapper  h3 {
	font-weight: 600;
}

.left_panel_child_wrapper {
	display: none;
}

.left_panel_close svg path {
	fill: var(--darkBlue);
}

.openChild .left_panel_content_wrapper h3, .openChild .left_panel_link {
	display: none;
}

.left_panel_content_wrapper h3 {
	margin-bottom: 20px;
}

.openChild .left_panel_header .links-list-module {
	display: none;
}

.openChildActive .left_panel_child_wrapper {
	display: block;
    animation: show-from-right .6s ease;
}

.openChild .left_panel_header_list {
	display: none !important;
}

.openChild .left_panel_child_header {
	display: flex;
    animation: show-from-right .6s ease;
}

.left_panel_header_list .left_panel_header_item:nth-child(4) {
    margin-top: 10px;
	padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid var(--darkBlue);
}

@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);
    }
}

.left-panel-show .left_panel .left_panel_header {
	animation: show-from-left .6s ease;
}

.left-panel-show .left_panel .left_panel_content {
	animation: show-from-left .7s ease;
    margin-bottom: 30px;
}

.left-panel-show .left_panel .left_panel_footer {
	animation: show-from-left .8s ease;
}

.left_panel_overlay {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 999;
}

body.left-panel-show {
	overflow: hidden;
}

.left-panel-show .left_panel {
	transform: translateX(0);
}

.left-panel-show .left_panel_overlay {
	display: block;
}

.left_panel .container-wrap {
	padding: 0px !important;
    height: 100%;
}

.left_panel_header .left_panel_header_list, .left_panel_content .links-list, .left_panel_footer .links-list {
	display: inline-block;
    width: 100%;
}

.left_panel_header .left_panel_header_list, .left_panel_content .links-list {
	margin-bottom: 20px;
    list-style: none;
}

.left_panel_content .left_panel_header_list {
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.left_panel_header .left_panel_header_list li:nth-child(4) a {
	background: var(--themeColor);
    color: #fff;
    text-align: center;
    border-radius: 25px;
    width: 170px;
}

.left_panel_header .left_panel_header_list li:nth-child(4) a:hover {
	background: var(--themeColor);
    opacity: 1;
    color: #fff !important;
}

.left_panel_header .left_panel_header_list a, .left_panel_content .links-list a, .left_panel_footer .links-list a {
    display: inline-block;
	width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    
}

@media screen and (max-width: 767px) {
	.left_panel_header .left_panel_header_list a, .left_panel_content .links-list a, .left_panel_footer .links-list a {
    	font-size: 16px;
    }
}

.left_panel_header .left_panel_header_list a:hover, .left_panel_content .links-list a:hover, .left_panel_footer .links-list a:hover,
.left_panel_header .left_panel_header_list a:focus, .left_panel_content .links-list a:focus, .left_panel_footer .links-list a:focus {
	text-decoration: none;
    color: var(--themeColor);
    opacity: 1;
}

.left_panel_content .heading {
	padding: 10px 10px;
}

#mobile-header {
	position: inherit;
    display: block;
    height: auto;
    padding: 0;
}

#mobile-header #mobile-menu .mobile-nav.main {
	border-top: 0;
    background: transparent;
    transform: none;
    transition: all .3s ease;
    transition-delay: .1s;
    opacity: 1;
}

#mobile-header #mobile-menu {
    display: block;
    padding-top: 0;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    background: white;
    transition: all .3s ease;
    transform: none;
    z-index: 1;
    overflow-x: auto;
    overflow-y: auto;
    
}

.mobile-mega-menu, .menu-wrap {
	display: none;
}

.theme_dealer_logo_section h3 {
	text-transform: uppercase;
    color: var(--black);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .theme_dealer_logo_section h3 {
    	font-size: 14px;
    }
}

.theme_dealer_logo_mobile_section {
	padding: 15px 0;
}

.theme_dealer_logo_list {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_dealer_logo_list img {
	width: 100px;
    height: 50px;
    object-fit: contain;
}

/*
	FOOTER SECTION
*/
.theme_footer_section {
	padding: 50px 0;
    border-top: 1px solid #ccc;
}

.theme_footer_section .store-logo-module .store-logo-link img {
    max-height: unset;
    width: 100%;
    object-fit: contain;
    max-width: 200px;
}

.theme_footer_section .contact-us-module .contact-type-info a {
	word-break: break-all;
}

.theme_footer_section .container-wrap {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

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

@media screen and (max-width: 500px) {
    .theme_footer_section .container-wrap {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_footer_section .container-fluid:after,
.theme_footer_section .row:after {
	display: none;
}

.theme_footer_section .social-links-module .nav_social {
	margin-bottom: 0;
}

.theme_footer_section .heading {
	color: var(--themeColor);
    text-transform: uppercase;
    font-family: var(--themeFontRobotoCondensed);
    font-size: 18px;
    margin-bottom: 10px;
}

.theme_footer_section .block-modules .page-builder-layout-column-wrap {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.theme_footer_section .links-list a,
.theme_footer_section .links-list li {
    color: var(--black);
    font-weight: 500;
	font-family: var(--themeFontRobotoCondensed) !important;
}

.theme_footer_section .links-list a:hover,
.theme_footer_section .links-list a:focus {
	text-decoration: none;
    color: var(--themeColor);
}

.theme_footer_section .social-links-module .size-small li .social-square {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}

.theme_footer_section .social-links-module i {
	font-size: 15px;
}

.theme_footer_section .social-links-module .social-bg {
	background-color: var(--themeColor);
}

/*
	banner section
*/
.theme_banner_section {
    /*background-image: url(https://cdn.revolutionparts.io/ddb35664fe23c2d08d930e394f873d5d/design/IMAGE_ATG.jpg);*/
    background-image: url(https://cdn.revolutionparts.io/ddb35664fe23c2d08d930e394f873d5d/design/hp_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 80%;
	height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.theme_banner_content h1 {
	text-align: left;
    color: var(--white);
    font-family: var(--themeFontRobotoCondensed) !important;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 100px;
    text-transform: uppercase;
    text-shadow: 0px 5px 10px #000;
    text-align: center;
}

.theme_banner_content h1 img {
	max-width: 800px;
    width: 100%;
}

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

/*
	dealer section
*/
.theme_dealer_shop_section {
	padding: 20px 0;
}

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

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

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

.theme_dealer_shop_list a {
	display: inline-block;
    height: 100%;
    width: 100%;
}

/*.theme_dealer_shop_list li:first-child .theme_dealer_shop_logo img {
	filter: invert(1);
}

@media screen and (max-width: 767px) {
    .theme_dealer_shop_list li:first-child .theme_dealer_shop_logo img {
    	filter: invert(0);
    }
}*/

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

.theme_dealer_shop_list a:hover .theme_dealer_shop_img img {
	transform: scale(1.1);
}

.theme_dealer_shop_logo {
	display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.theme_dealer_shop_card {
	position: relative;
    height: 100%;
}

.theme_dealer_shop_img {
	overflow: hidden;
    height: 100%;
}

.theme_dealer_shop_img img {
	transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

@media screen and (max-width: 1024px) {
    .theme_dealer_shop_logo img {
    	width: 100px;
        height: 70px;
    }
}

.theme_dealer_shop_logo h3 {
	margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
}

/*
	THEME TABS
*/

.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(--white) !important;
    }
}

.theme_cat_tab_content_list {
	display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-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);
        grid-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-block;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
}

/*
	service center
*/
.theme_service_center_content .theme_title {
	text-align: left;
}

.theme_service_center_content .theme_title h3::before {
	right: auto;
}

.theme_service_center_content p {
	margin-bottom: 30px;
}

.theme_button a {
	display: inline-block;
    padding: 10px 30px;
    background-color: var(--themeColor);
    color: var(--white);
    text-transform: uppercase;
}

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

.theme_service_center_section .page-builder-layout-row {
	display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .theme_service_center_section {
    	padding: 40px 0;
    }
    
    .theme_service_center_section .page-builder-layout-row {
    	display: block;
    }
}

.theme_service_bg {
	background-image: url(https://cdn.revolutionparts.io/ddb35664fe23c2d08d930e394f873d5d/design/image001.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px !important;
}

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

/*
	featured parts
*/
.theme_featured_list {
	margin-bottom: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

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

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

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

.theme_featured_list a {
	display: block;
	color: var(--black);
    height: 100%;
}

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

@media screen and (max-width: 767px) {
	#theme_featured_list.theme_featured_list {
		padding: 0 60px;
    }
    #theme_featured_list.theme_featured_list .owl-nav button {
    	position: absolute;
        top: 0;
        bottom: 0;
    	width: 40px;
        height: 40px;
        margin: auto;
        border-radius: 40px;
        background-color: #ccc;
        font-size: 30px;
    }
    #theme_featured_list.theme_featured_list .owl-nav button.owl-prev {
    	left: 0;
    }
    #theme_featured_list.theme_featured_list .owl-nav button.owl-next {
    	right: 0;
    }
    #theme_featured_list.theme_featured_list .owl-nav button span {
        position: relative;
        top: -3px;
    }
}


.theme_featured_card {
	display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border: 1px solid #ccc;
    height: 100%;
}

.theme_featured_card p {
	margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

/* locations */
.themeLocationWrapper .theme_title {
	text-align: left;
}

.themeLocationWrapper .theme_title h3::before {
	right: auto;
}

.themeLocationImg {
	position: relative;
}

.themeLocationImg img {
	width: 100%;
}

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

.themeLocationContent {
	position: absolute;
    right: 30px;
    top: 50px;
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 767px) {
    .themeLocationContent {
    	position: relative;
        right: 0;
        top: 0;
        max-width: 100%;
    }
}

.themeLocationRow {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 500px) {
    .themeLocationRow {
    	display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

.themeLocationContent h3 {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

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

.themeLocationContent ul a {
	color: #333;
}

.themeLocationContent ul a:hover,
.themeLocationContent ul a:focus {
	color: var(--themeColor);
}

.themeLocationContent .withMargin {
	margin-bottom: 30px;
}

/* product tab */
.product_tab_list {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

@media screen and (max-width: 700px) {
    .product_tab_list {
    	display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

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

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

.product_tab_list_link {
	display: inline-block;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #E7E7E7;
    color: #333;
    border-top: 2px solid transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_tab_list_link:hover,
.product_tab_list_link:focus {
	color: var(--themeColor);
    text-decoration: none;
}

.product_tab_list_item.active .product_tab_list_link {
	border-top: 2px solid var(--themeColor);
    background-color: #fff;
    color: #000;
}

.product_tab_content {
	padding: 15px 15px;
    background-color: #fff;
    margin-top: 0 !important;
    background-color: #F2F2F2;
}

.product_tab_content_details .theme_video {
	display: none;
}

.product_tab_content_video .field-list li {
	display: none !important;
}

.product_tab_content_video .health-warning {
	display: none;
}

.product_tab_content_video .description.product-description {
	display: table-row !important;
}

.product_tab_content_video .list-label,
.product_tab_content_video .description_body p {
	display: none !important;
}

.product_tab_content_video ul.field-list {
	width: 100%;
}

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

.product_tab_section {
	margin-bottom: 50px;
}

.themeProductTabWrapper ul {
	padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0;
}

/* category list */
.themeCategoryList {
	margin-bottom: 30px;
}

.themeCategoryList .simple-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

@media screen and (max-width: 500px) {
    .themeCategoryList .simple-list {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeCategoryList .simple-list a {
	display: inline-block;
    width: 100%;
    padding: 10px 15px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    color: #000;
}

.themeCategoryList .simple-list a:hover,
.themeCategoryList .simple-list a:focus {
	text-decoration: none;
    color: var(--themeColor);
}

.themeCatListWrapper {
	max-width: 1350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

@media screen and (max-width: 1024px) {
    .themeCatList {
    	grid-template-columns: repeat(3, 1fr);
        padding: 0;
    }
}

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

.themeCatList .owl-prev,
.themeCatList .owl-next {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.themeCatList .owl-prev svg,
.themeCatList .owl-next svg {
	width: 50px;
    height: 50px;
}

.themeCatList .owl-prev {
	left: 0;
}

.themeCatList .owl-next {
	right: 0;
}

.themeCatListImg {
	text-align: center;
    position: relative;
}

.themeCatListCard {
	display: flex;
    align-items: center;
    justify-content: center;
}

/*.themeCatListImg {
	height: 200px;
    width: 200px;
}

@media screen and (max-width: 1400px) {
	.themeCatListImg {
        height: 250px;
        width: 250px;
    }
}

@media screen and (max-width: 1150px) {
	.themeCatListImg {
        height: 200px;
        width: 200px;
    }
}

@media screen and (max-width: 549px) {
	.themeCatListImg {
        height: 250px;
        width: 250px;
    }
}

@media screen and (max-width: 350px) {
	.themeCatListImg {
        height: 200px;
        width: 200px;
    }
}*/

.themeCatListImg img {
    object-fit: cover;
    border-radius: 300px;
    width: 100%;
}
/*
@media screen and (max-width: 1400px) {
	.themeCatListImg img {
        border-radius: 250px;
        height: 250px;
        width: 250px;
    }
}

@media screen and (max-width: 1150px) {
	.themeCatListImg img {
        border-radius: 200px;
        height: 200px;
        width: 200px;
    }
}

@media screen and (max-width: 549px) {
	.themeCatListImg img {
        border-radius: 250px;
        height: 250px;
        width: 250px;
    }
}

@media screen and (max-width: 350px) {
	.themeCatListImg img {
        border-radius: 250px;
        height: 200px;
        width: 200px;
    }
}*/

.themeCatListLink {
	color: #fff;
}

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

.themeCatNameWrapper {
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeCatName {
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

/* listing */
.themeListing .page-subheader-component h1 {
    margin-bottom: 20px;
}

.themeListing .catalog-products {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

@media screen and (max-width: 700px) {
    .themeListing .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .themeListing .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeListing .catalog-products .catalog-product {
	margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #cfcfcf;
    padding: 20px 20px;
}

.themeListing .product-image-col,
.themeListing .product-details-col,
.themeListing .add-to-cart-col {
	width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0;
}

.themeListing .add-to-cart-col {
	margin-block-start: auto;
}

.themeListing .search-listing-module .catalog-product .product-image-col>a {
	height: auto;
}

.themeManufact {
	margin-bottom: 10px;
    display: block;
    color: #333;
}
.product-purchase-module .purchase-box .product-inventory-msg #inventory_bundle_wrap .message-section .message, .product-purchase-module .purchase-box .product-inventory-msg #inventory_wrap .message-section .message, .product-purchase-module .purchase-box .product-inventory-msg-bundle #inventory_bundle_wrap .message-section .message, .product-purchase-module .purchase-box .product-inventory-msg-bundle #inventory_wrap .message-section .message {
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
}

/* Sitewide banner color */
.promotional-banner-wrap {
    background-color: #9e2629 !important;
}
.promotional-banner-text, .promotional-banner-text a {
    color: #ffffff !important;
}

/* themeBlogList */
.themeBlogWrap {
	padding: 50px 0;
}

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

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

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

.themeBlogListLink {
	color: #000;
}

.themeBlogListLink:hover,
.themeBlogListLink:focus {
	text-decoration: none;
    color: #333;
}

.themeBlogListBox {
	padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.themeBlogListBox:hover .themeBlogListImg img  {
	transform: scale(1.1);
}

.themeBlogListImg {
	margin-bottom: 20px;
    overflow: hidden;
}

.themeBlogListImg img {
	width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

/* themeCategoryPageList */
.themeCategoryPageList img {
	width: 50px;
    height: 50px;
    object-fit: contain;
}

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

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

.themeCategoryPageList a {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.themeCategoryPageList a:hover,
.themeCategoryPageList a:focus {
	color: #333;
    border: 1px solid #000;
}