/* 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;
}
/* end fix the thumbnail arrows */


/* dseo filter category */
.themeCategoryListFilter {
	margin-bottom: 0;
    flex-direction: column;
    gap: 10px;
    display: none;
    list-style: none;
}

#themeCloneCategoryId .themeCategoryListFilter {
	display: flex;
}

#themeCloneCategoryId {
	display: none;
}

.themeCategoryListFilter a {
	background-color: #003057;
    transition: all;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.themeCloneCatWrap h3 {
	padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
}

.themeCloneCatWrap h3:after {
	content: "";
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 13px;
    background-color: #003057;
    margin: auto;
}

.themeCloneCatWrap h3.activeAccordion:after {
	opacity: 0;
}

.themeCloneCatWrap h3::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 2px;
    background-color: #003057;
    margin: auto;
}

.themeCategoryListFilter a:hover,
.themeCategoryListFilter a:focus {
	color: #fff;
    background: #003057;
   	opacity: 1;
}

/* search filter facet */
.themeFilterFacet .additional_search_filters {
	display: none;
}

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

.search-facets-module .facet-title {
	font-size: 15px;
    padding: 10px 10px 10px 25px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
}

.search-facets-module .facet-title.activeAccordion {
	border-bottom: 0;
}

.search-facets-module .facet-title::before {
	content: "";
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 2px;
    background-color: #003057;
    margin: auto;
}

.search-facets-module .facet-wrapper+.facet-wrapper {
	margin-top: 0 !important;
}

.search-facets-module .facet-title.activeAccordion:after {
	display: none;
}

.search-facets-module {
	padding: 0;
}

.search-facets-module .facet-title:after {
	content: "";
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 13px;
    background-color: #003057;
    margin: auto;
}

.search-facets-module ul {
	display: none;
    margin-bottom: 0;
    padding-left: 25px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.search-facets-module ul li {
	margin-bottom: 8px;
}

.search-facets-module ul li:last-child {
	margin-bottom: 0;
}

.search-facets-module ul li label {
	font-size: 14px !important;
}

#layout_search .col-md-3,
#layout_dynamic-seo .col-md-3 {
	padding-left: 0;
}

.themeKeyword {
	display: inline-block;
    padding: 8px 15px 8px 30px;
    background-color: #626262;
    color: #fff;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.themeKeyword:hover,
.themeKeyword:focus {
	color: #fff;
    opacity: .8;
}

.themeKeyword::before {
	content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 2px;
    background-color: #fff;
    margin: auto;
    transform: rotate(45deg);
}

.themeKeyword:after {
	content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 2px;
    background-color: #fff;
    margin: auto;
    transform: rotate(-45deg);
}

.desktop-search-filters h3 {
    font-size: 17px;
    display: block;
    text-transform: uppercase;
}

.oneFacet {
	display: none;
}


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

.left_panel_wrapper .mobile-nav a {
	padding: 10px 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--themeColor);
    font-size: 15px;
    width: 100%;
}

.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-mega-menu, .menu-wrap,
.themeHeaderSubMegaNavList.menu-wrap {
    display: none;
}

/* new header */
.themeTopHeader {
	padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

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

.theme_hamburger_menu svg {
	width: 20px;
    height: 20px;
    cursor: pointer;
}

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

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

.themeTopHeader .themeLogo {
	flex: 1;
}

@media screen and (max-width: 767px) {
    .themeTopNav {
        display: none;
    }
    .themeTopHeader .themeLogo .store-logo-module .store-logo-link {
    	display: inline-block;
    }
}

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

.themeTopNav .links-list {
	display: flex !important;
    align-items: center;
    gap: 20px;
}

.themeTopNav .links-list a {
	color: #555;
    font-size: 14px;
}

.themeHeaderNav {
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .themeHeaderNav .page-builder-layout-module:nth-child(1) {
    	display: none;
    }
    .themeHeaderNav .page-builder-layout-module:nth-child(2) {
    	width: 100%;
    }
    .themeHeaderNav {
    	padding: 15px 0;
    }
}

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

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

.themeHeaderNavListLink {
	color: #555;
    font-size: 13px;
    display: inline-block;
    padding: 30px 0;
    position: relative;
}

.themeHeaderMegaNavList .themeHeaderMegaNavListLink:hover {
    color: #000;
    -webkit-text-stroke: .8px;
}

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

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

.themeHeaderNav .actions-bar-module {
	margin: 0;
}

.themeNavHasChild .themeHeaderNavListLink {
	padding-right: 15px;
}

.themeNavHasChild .themeHeaderNavListLink::before {
	content: "\F107";
    font-family: FontAwesome\ 4;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.themeHeaderNav .search-bar-component form {
	width: 300px;
}

@media screen and (max-width: 900px) {
    .themeHeaderNav .search-bar-component form {
    	width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .themeHeaderNav .search-bar-component form {
    	width: 100%;
    }
}

.themeHeaderMegaWrap {
    display: none;
	position: absolute;
    left: -20px;
    top: 75px;
    z-index: 99;
}

.themeNavHasChild:hover .themeHeaderMegaWrap {
	display: block;
}

.themeHeaderMegaNavList {
	margin-bottom: 0;
    list-style: none;
    display: inline-block;
    background-color: #fff;
}

.themeHeaderMegaNavList .themeHeaderMegaNavListLink {
	font-size: 13px;
    color: #555;
    padding: 15px 15px;
    display: inline-block;
    width: 300px;
    background-color: #ddd;
}

.themeHeaderMegaNavHasChild {
	position :relative;
    border-bottom: 1px solid #ccc;
}

.themeHeaderMegaNavHasChild:last-child {
	border-bottom: 0;
}

.themeHeaderSubMegaWrap {
	position: absolute;
    right: -190px;
    top: 0;
    display: none;
}

.themeHeaderMegaNavHasChild:hover .themeHeaderSubMegaWrap {
	display: block;
}

.themeHeaderSubMegaNavList {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.themeHeaderSubMegaNavList a {
    color: #555;
    font-size: 13px;
    padding: 15px 15px;
    display: inline-block;
    width: 200px;
    background-color: #ddd;
}

.themeHeaderSubMegaNavList a:hover {
	color: #000;
    -webkit-text-stroke: .8px;
}

.themeHeaderSubMegaNavList li {
	border-bottom: 1px solid #ccc;
}

.themeHeaderSubMegaNavList li:last-child {
	border-bottom: 0;
}

.themeHeaderNavListItem {
	position: relative;
}

/* pdv */


#pdv4wrap,
#pdv4overlay {
	display: none !important;
}

#car-row-custom .model-wrap .vehicle-image.car-image-3 {
    background-image: url(https://cdn.revolutionparts.io/4f05aeb84693261b9b8aa005321638d5/design/V60-Cross-Country-2.png);
}

#car-row-custom .model-wrap .vehicle-image.car-image-9 {
    background-image: url(https://cdn.revolutionparts.io/4f05aeb84693261b9b8aa005321638d5/design/xc40.png);
}

#car-row-custom .model-wrap .vehicle-image.car-image-8 {
    background-image: url(https://cdn.revolutionparts.io/4f05aeb84693261b9b8aa005321638d5/design/C40-2.png);
}

#car-row-custom .model-wrap .vehicle-image.car-image-10 {
    background-image: url(https://cdn.revolutionparts.io/4f05aeb84693261b9b8aa005321638d5/design/volvo-logo5.png);
}

.select-model-1 {
font-size: 20px
}

.select-model-2 {
font-size: 20px
}

.select-model-3 {
font-size: 20px
}

.promotional-banner-wrap {
    background-color: red!important;
    color: white!important;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.promotional-banner-text {
    font-size: 20px!important;

}



/* .links-list-module.links-display-inline .links-list li:nth-child(10) a {
    
      color: red; 
  font-weight: bold;
    
} */

.list-style-header  {
  width: 1000px; /* Adjust the desired width */
  height: auto; /* Adjust the desired height */
}

.z-index-plus {
    position: relative;
    z-index: 100;
}
    

/*--- OEM INTERACTIVE ---*/
/* Product Page */

.product-purchase-module .purchase-box .product-price .you-save .list-label {
  font-size: 17px;
}
.product-purchase-module .purchase-box .product-price .you-save .list-value {
  color: #49aa22;
  font-size: 17px;
}
.product-page-layout li.you-save .list-value .savings-percent-value {
  font-weight: 1000;
}
.product-details-module li.product-description span.description_body p,
.product-details-module li.product-description span.description_body ul,
.product-details-module li.product-description span.description_body ol,
.product-details-module li.product-description span.description_body li {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.product-details-module li.product-description span.description_body ul,
.product-details-module li.product-description span.description_body ol {
    margin: 0 0 20px 30px;
}
.product-badges-module .product-badges .product-badge .badge-icon .icon {
    background-image: url(https://cdn.revolutionparts.io/4c0925304c01148cf1e8709633debf01/design/badge-sprite.png);
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

.call-to-action-button, #primary-header .header-right-wrap-bottom .call-to-action-button, #primary-header .header-right-wrap-bottom .car-selected-module {
	background-color: #0b5587 !important;
}

.call-to-action-button:hover, #primary-header .header-right-wrap-bottom .call-to-action-button:hover, #primary-header .header-right-wrap-bottom .car-selected-module:hover {
	background-color: #1071b3 !important;
}

/* OEMI Blurbs*/

#trust-badges-custom .trust-blurbs {
    width: 60%;
    margin: 0 auto; }
#trust-badges-custom .trust-blurbs h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 14pt;
      color: #0086d3;
      font-weight: 700; }
#trust-badges-custom .trust-blurbs p {
      font-family: "Open Sans", sans-serif;
      font-size: 10pt;
      color: #000;
      font-weight: 400; }



/* OEMI Guarantee

#pricing-banner-custom {
  background-position: center;
  background-attachment: fixed; }
#pricing-banner-custom .wholesale-blurb {
    padding: 80px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    max-width: 750px;
    margin: 0 auto; }
#pricing-banner-custom .wholesale-blurb h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 30pt;
      color: #fff;
      font-weight: 700; }
#pricing-banner-custom .wholesale-blurb p {
      font-family: "Open Sans", sans-serif;
      font-size: 14pt;
      color: #fff;
      font-weight: 400; }
#page-home h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin: 0; } */

/* OEMI Featured Products*/
.featured-products-module h2 {
    padding: 7px;
    font-family: "Lato", sans-serif;
    font-size: 15pt;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #626466;
    margin-bottom: 20px;
}

/* Site Wide Banner */
.promotional-banner-text {
    font-size: 16px!important;
    color: #FFFFFF;
}

/* Prevents the menu from wrapping */
.links-list-module {
    overflow: visible;
}

.links-list-module .links-list {
    display: inline-block !important;
    max-width: 1250px;
    white-space: normal;
    width: max-content;
}

div.yotpo.testimonials {
    filter: unset !important;
}


.page-builder-page-layout .page-builder-layout-column.text-right { /* Puts the Contact Us box behind the header's links list */
    z-index: -1;
}