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

/* test */

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

/***
**** THEME GLOBAL
***/
:root {
    --black: #000;
    --white: #fff;
    --themeColor: #1a4687;
    --themeColorDark500: #13386D;
    --themeColorDark: #010F23FA;
    --themeGray: #4e4e4e;
    --themeFont: 'Montserrat', sans-serif;
    --fontAnton: 'Anton', sans-serif;
    --themeContainer: 1680px;
}

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

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

.page-bread-crumbs {
	padding: 15px 0;
}

.padding_section {
	padding: 60px 0;
}

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

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

.theme_title {
	margin-bottom: 30px;
}

.theme_title h3 {
	font-family: var(--fontAnton) !important;
    font-size: 40px;
    text-align: center;
    color: var(--themeColor);
    margin-bottom: 0;
    text-transform: uppercase;
}

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

/***
**** THEME FOOTER
***/

.theme_footer_section .page-builder-layout-column-wrap {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 15px;
}

@media screen and (max-width: 767px) {
    .theme_footer_section .page-builder-layout-column-wrap {
    	grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 550px) {
    .theme_footer_section .page-builder-layout-column-wrap {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.theme_footer_section .links-list-module .heading {
	font-family: var(--fontAnton) !important;
    color: var(--white);
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.12px;
    margin-bottom: 20px;
}

.theme_footer_section .links-list-module .links-list li {
	margin-bottom: 10px;
}

.theme_footer_section .links-list-module .links-list li:last-child {
	margin-bottom: 0;
}

.theme_footer_section .links-list-module .links-list a {
	color: #fff;
    font-size: 14px;
}

.theme_footer_section .links-list-module .links-list a:hover {
	text-decoration: none;
    color: #fff;
    opacity: .8;
}

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

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

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

.theme_social_list {
	display: flex;
    align-items: end;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .theme_social_list {
    	flex-direction: row;
        justify-content: center;
    }
}

.theme_social_link svg {
	fill: #C8CED3;
    font-size: 25px;
    transition: all .3s ease-in-out;
}

.theme_social_link svg:hover,
.theme_social_link svg:focus {
	fill: #fff;
}

@media screen and (max-width: 550px) {
    .theme_social_link svg {
    	font-size: 18px;
    }
}

.theme_co_section {
	padding: 15px 0;
}

.theme_copyright_list {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 10px;
}

.theme_copyright_list li a {
	font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 600px) {
    .theme_copyright_list li:last-child {
    	flex: 0 0 100%;
        max-width: 100%;
    }
    .theme_copyright_list li:last-child a {
    	justify-content: center;
    }
}

.theme_copyright_list li a:hover,
.theme_copyright_list li a:focus {
	color: #fff;
    opacity: .8;
    text-decoration: none;
}

/***
**** THEME REVIEW
***/
.theme_review_section {
	background-image: url(https://cdn.revolutionparts.io/5fc70570c16165e018c90b9b7c3c53fe/design/img/hudsoncountymotors.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.theme_review_section::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(26, 70, 135, 0.5);
}

.theme_review_head {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.theme_review_title h3 {
	font-size: 35px;
    font-family: var(--fontAnton) !important;
    text-transform: uppercase;
    color: #fff;
}

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

.theme_review_title p {
	color: #fff;
    margin-bottom: 0;
}

.theme_review_ratings {
	color: #fff;
    display: flex;
    align-items: start;
}

.theme_review_ratings .theme_ratings_big {
	font-family: var(--fontAnton) !important;
    color: #fff;
    font-size: 80px;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    .theme_review_ratings .theme_ratings_big {
    	font-size: 60px;
    }
}

.theme_ratings_small {
	font-size: 20px;
    position: relative;
    top: -15px;
}

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

.theme_ratings_small svg {
	fill: #fff;
    font-size: 18px;
}

.theme_review_list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 0;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .theme_review_list {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.theme_review_card_name {
	display: flex;
    align-items: start;
    gap: 10px;
}

.theme_review_card_name img {
	width: 35px !important;
    height: 35px;
    border-radius: 50px;
}

.theme_review_card {
	background-color: #fff;
    border-radius: 5px;
    height: 100%;
}

.theme_review_card_title h4 {
	font-size: 14px;
    color: #1c2022;
    font-weight: 600;
    margin-bottom: 5px;
}

.theme_review_card_star {
	display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.theme_review_card_star svg {
	fill: #f0ad4e;
    font-size: 14px;
}

.theme_review_card_title p {
	font-size: 12px;
    margin-bottom: 0;
}

.theme_review_card_head {
    padding: 15px 15px;
}

.theme_review_card_content {
	padding: 15px 15px;
    border-top: 1px solid #e1e8ed;
}

.theme_review_card_content p {
	margin-bottom: 0;
    font-size: 14px;
    color: #939597;
}

.theme_review_list .owl-nav {
	position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .theme_review_list .owl-nav {
    	bottom: auto;
        top: 0;
    }
}

.theme_review_list .theme_arrow_02 {
	width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_review_list .theme_arrow_02 svg {
	fill: #fff;
}

.theme_review_list .owl-dots {
	position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .theme_review_list .owl-dots {
    	justify-content: center;
        width: 100%;
    }
}

.theme_review_list .owl-dot span {
	width: 300px;
    height: 4px;
    border-radius: 20px;
    background-color: rgba(255,255,255,.3);
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .theme_review_list .owl-dot span {
    	width: 30px;
    }
}

.theme_review_list .owl-dot.active span {
	background-color: rgba(255,255,255,1);
}

/*
	LEFT PANEL
*/
.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: 6px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 12px;
    }
}

.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: 0 15px !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: 14px;
    }
}

.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;
}



/***
**** THEME HEADER
***/
header.container-header.sticky .theme_main_header {
	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_top_header {
	background-color: var(--themeGray);
    padding: 10px 0;
}

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

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

.theme_top_header .store-logo-module {
	text-align: center;
}

@media screen and (max-width: 767px) {
    .theme_top_header {
    	background-color: #000;
    }
}

.theme_top_header .links-list-module .links-list {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.theme_top_header .links-list-module .links-list a {
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
}

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

.theme_main_header {
	background-color: var(--black);
    padding: 10px 0;
}

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

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

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

.theme_main_header .theme_hamburger_menu {
    display: flex;
    align-items: center;
    cursor: pointer;
}

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

.theme_main_header .main-search-wrapper input {
	border: 0;
    outline: none;
}

.theme_main_header .search-bar-component .button-start-search {
	border: 0;
    background-color: var(--themeColor);
}

.theme_main_header #action_account {
	padding-left: 0;
    width: auto;
}

.theme_main_header #action_account .design-text {
	display: none;
}

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

.theme_main_header #action_account .your-account:hover {
	background-color: #181818;
}

.theme_main_header #action_account .your-account i {
	display: none;
}

.theme_main_header #action_account .theme_user_icon svg {
	font-size: 20px;
    fill: var(--white);
}

.theme_main_header .cart_icon svg {
	fill: var(--white);
}

.theme_main_header .cart-component {
	min-width: auto;
}

.theme_main_header .cart-component .cart-button {
	background-color: transparent;
    border-radius: 4px;
}

.theme_main_header .cart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.theme_main_header .cart-component .cart-button:hover {
	background-color: #181818;
}

.theme_main_header .cart-icon {
	display: none;
}

.theme_main_header .cart-text strong {
	font-weight: 300 !important; 
    text-transform: capitalize;
}

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

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

.theme_nav_list {
	display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2px;
    list-style: none;
    margin-bottom: 0;
}

.theme_nav_list {
	margin-bottom: 0;
}

.theme_nav_link {
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 11px 30px 11px 15px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1080px) {
    .theme_nav_link {
    	font-size: 12px;
        padding: 11px 20px 11px 10px;
    }
}

.theme_nav_item.theme_nav_item_has_child .theme_nav_link:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height=".8em" viewBox="0 0 448 512"><path fill="white" d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    position: absolute;
    right: 8px;
    top: 13px;
}

.theme_main_header .block-modules {
	position: initial;
}

.theme_main_header .row.page-builder-layout-row.row-full-height-md:nth-child(2) {
	flex: 1
}

.theme_main_header .row {
	display: block;
    width: auto;
}

.theme_main_header .row-full-height-md .col-full-height {
	display: block;
    width: auto;
}

.theme_nav_link:hover,
.theme_nav_link:focus {
	text-decoration: none;
    background-color: var(--themeColorDark500);
    color: var(--white);
}

.theme_nav_mega_wrapper {
    display: none;
    background-color: var(--white);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100px;
    z-index: 99;
    padding: 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.theme_nav_item.theme_nav_item_has_child:hover .theme_nav_mega_wrapper {
	display: block;
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.theme_nav_item.theme_nav_item_has_child.active .theme_nav_link {
	background-color: var(--themeColorDark500);
    color: var(--white);
}

.theme_nav_item.theme_nav_item_has_child.active .theme_nav_link:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height=".8em" viewBox="0 0 448 512"><path fill="white" d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
}

.theme_nav_mega_row {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
}

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

.theme_nav_mega_img {
	margin-bottom: 20px;
    text-align: center;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_nav_mega_card h4 {
    color: var(--darkGray);
	margin-bottom: 0px;
    font-weight: 500;
    text-align: center; 
    font-size: 14px;
}

.theme_nav_mega_card {
	color: #000;
}

.theme_nav_mega_card:hover,
.theme_nav_mega_card:focus {
	color: #000;
    opacity: .8;
    text-decoration: none;
}

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

.theme_nav_mega_list {
	margin-bottom: 15px;
}

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

.theme_nav_mega_link {
	color: var(--gray500);
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 14px;
}

.theme_nav_mega_link::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 3px;
    border-radius: 10px;
    background-color: var(--themeColor);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.theme_nav_mega_link:hover::before {
	opacity: 1;
}

.theme_nav_mega_link:hover,
.theme_nav_mega_link:focus {
	text-decoration: none;
    color: var(--themeColor);
    padding-left: 12px;
}

/***
**** THEME VIDEO
***/
.theme_youtube_video .ytp-ce-video.ytp-ce-large-round,
.theme_youtube_video .ytp-ce-channel {
	display: none !important;
}

.theme_video_section {
	position: relative;
}

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

.theme_video_wrapper {
	overflow: hidden;
}

.theme_video_section .theme_youtube_video {
	width: 100%;
    height: calc(430px + (600 - 430) * ((100vw - 767px) / (1900 - 767)));
    transform: scale(1.8);
}

.theme_video_content_wrapper {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5px;
    display: flex;
    align-items: center;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.theme_video_content {
	max-width: 600px;
    width: 100%;
}

.theme_video_content h1 {
	font-size: 45px;
    color: var(--white);
    font-family: var(--fontAnton) !important;
    margin-bottom: 30px;
}

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

.theme_video_content p {
	color: var(--white);
    margin-bottom: 30px;
}

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

.theme_video_button a {
	display: inline-block;
    background-color: var(--themeColor);
    color: var(--white);
    padding: 15px 25px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    position: relative;
}

.theme_video_button_icon {
    background-color: var(--themeColorDark500);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
}

.theme_video_button a:hover,
.theme_video_button a:focus {
	background-color: var(--themeColorDark500);
    text-decoration: none;
}

/***
**** THEME DEALERSHIP
***/
.theme_dealer_slider {
	background-color: var(--themeColor);
    padding: 30px 0;
    margin-top: -5px;
}

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

@media screen and (max-width: 767px) {
    .theme_dealer_slider .page-builder-layout-row {
    	flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .theme_dealer_slider .page-builder-layout-column {
    	width: 100%;
        padding: 0;
    }
}

.theme_dealer_slider p {
	margin-bottom: 0;
    color: var(--white);
}

.theme_dealer_slider .main--slider-img img {
	width: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.theme_dealer_slider .main--slider-img {
    height: 80px;
    display: flex;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.theme_dealer_slider #main--slider {
	background-color: var(--white);
    padding: 20px 80px 20px 20px;
}

.theme_dealer_slider #main--slider .owl-nav {
	position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 5px;
}

.theme_dealer_slider #main--slider .theme_arrow {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #F2F2F2;
}

.theme_dealer_slider #main--slider .theme_arrow svg {
	fill: var(--themeColor);
}

/***
**** THEME CATEGORY
***/
.theme_category_section {
	background-color: #e9e9e9;
}

.theme_category_list {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

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

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

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

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

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

.theme_category_card {
    display: flex;
    align-items: center;
    flex-direction: column;
	background-color: var(--white);
    padding: 15px 15px;
    border: 1px solid #F2F2F2;
    color: var(--black);
    width: 100%;
    height: 100%;
}

.theme_category_card:hover,
.theme_category_card:focus {
	text-decoration: none;
    color: var(--black);
    opacity: .8;
}

.theme_category_card img {
	margin-bottom: 10px;
    width: 100%;
}

.theme_category_card p {
	margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    margin-block-start: auto;
}

/***
**** THEME MODEL
***/
.theme_model_row {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

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

.theme_model_row_in {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

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

.theme_model_col_list {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.theme_model_card:hover .theme_model_img img {
	transform: scale(1.2);
}

.theme_model_card:hover::before {
	background-color: rgba(0,0,0,.3);
}

.theme_model_card::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #010F239E;
    z-index: 1;
    transition: all .4s;
    transition-duration: 1500ms;
}

.theme_model_img {
	display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

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

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

.theme_model_content {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px;
    z-index: 2;
}

.theme_model_content h3 {
	text-transform: uppercase;
    font-family: var(--fontAnton) !important;
    font-size: 36px;
    color: var(--white);
}

.theme_model_link a {
	display: inline-block;
    color: var(--white);
    text-transform: uppercase;
}

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

/*
	THEME TABS
*/

.theme_cat_tab_list {
	display: flex;
    align-items: center;
    justify-content: center;
    /*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;
    }
}

/*--- 091123 PAGE: CATEGORY ---*/
.category-children-module {
	width: 100%;
	margin-right: 3%;
}
.category-children-module ul {
    column-count: 3;
    column-gap: 20px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.category-children-module li {
    column-count: 3;
    column-gap: 20px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: .4rem 0 10px 0;
}
.category-children-module ul li {
    width: 49%;
    height: inherit;
}

.category-children-module ul li a {
	border: 1px solid black;
	padding: 12px;
	width: 100%;
	background-color:#1a4687;
	border-radius:5px;
    color: white;
    font-size: 16px
}
.category-children-module ul li a:hover {
	border: 1px solid black;
	padding: 12px;
	width: 100%;
	background-color:#2b7bcd;
	border-radius:3px;
	color: white;
}
.category-children-module h2 {
    display: none;
}





:root {
    --black: #1a4687; 
    
}

.theme_main_nav {
    background-color: #003057;
    padding: 10px 0;
}