/* Header */
.navigationWrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigationWrap .targetLink {
	background-color: #383838;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
@media (max-width: 991.98px) {
    .navigationWrap .dropbtn,
    .navigationWrap .targetLink {
        padding: 15px 10px;
        font-size: 14px;
    }
    
}
.navigationWrap .targetLink:hover,
.navigationWrap .targetLink:focus {
	background-color: #525151;
    text-decoration: none;
}

/* START: Sister Stores */
#sisterStore .title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 2em;
}
#sisterStore .storeLogos {
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2%;
}
#sisterStore .storeLogos > div {
	max-width: 175px;
}
/* END: Sister Stores */

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

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap {
	max-width: 1250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap,
.themeHeroSection .hero-module .hero-slider li .slide-image-wrap {
    height: 500px !important;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content {
	max-width: 575px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content h1 {
	color: #fff;
    font-family: var(--themeFontLight) !important;
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 15px;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroTooltipWrap {
	margin-bottom: 40px;
    font-size: 14px;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroButton {
    display: inline-block;
    font-size: 16px;
    padding: 10px 40px 10px 15px;
    border: 1px solid var(--themeButtonColor);
    background-color: var(--themeButtonColor);
    text-align: center;
    font-weight: 300;
    width: auto;
    color: var(--themeColor) !important;
    font-family: var(--themeFontLight);
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    position: relative;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroButton::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeHeroSection .themeHeroTooltip {
	position: absolute;
    bottom: 0;
    background: #fff;
    color: #000;
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 10px;
    display: none;
    z-index: 1000;
    width: 100%;
}

.themeHeroSection .themeHeroTooltip strong {
    font-family: var(--themeFontBold) !important;
}

.themeHeroSection .hero-module .hero-content .owl-nav.disabled {
	display: none !important;
}
/* end of themeHeroSection */

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

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

/* Begin pc & sp */

.v-pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.v-pc {
        display: none !important;
    }
}

.v-sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.v-sp {
        display: block !important;
    }
}
/* End pc & sp */

/* Begin page pet accessories page */

.themePageBanner {
	position: relative;
}

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

@media screen and (max-width: 767px) {
    .themePageBanner::before {
    	background-color: rgba(0,0,0,0.5);
    }
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides li,
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides,
    .themePageBanner .banner-vpicker-module {
    	height: calc(200px + (500 - 200) * ((100vw - 320px) / (768 - 320))) !important;
    }
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .header-text,
.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	text-align: left;
    font-weight: 300;
    font-family: var(--themeFontLight);
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	font-size: 1rem;
    letter-spacing: .3px;
}

.themePageBanner .banner-vpicker-module .banner-overlay-content {
	left: 0;
}

.themePagePadding {
	padding: 50px 0;
}

/* banner */
.themeBanner {
	position: relative;
}

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

.themeBannerImage {
	position: relative;
}

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

@media screen and (max-width: 767px) {
    .themeBannerImage::before {
    	opacity: 1;
    }
}

.themeBannerImage img {
	width: 100%;
    height: 500px;
    object-fit: cover;
}

.themeBannerList {
	list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}



.themeBannerContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .themeBannerContent {
    	padding-left: 60px;
        padding-right: 60px;
    }
}

.themeBannerContent .h1 {
	color: #fff;
    font-family: var(--themeFontRegular);
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .themeBannerContent .h1 {
    	font-size: 1.375rem;
        text-align: center;
    }
}

.themeBannerContent p {
	color: #fff;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .themeBannerContent p {
    	text-align: center;
    }
}

.themeBannerButton a {
	display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border: 2px solid #B0A591;
    background-color: #B0A591;
    max-width: 140px;
    text-align: left;
    width: 100%;
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    position: relative;
}

.themeBannerButton a::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeBannerButton a:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

@media screen and (max-width: 767px) {
    .themeBannerButton {
    	text-align: center;
    }
    .themeBannerButton a {
    	font-size: 16px;
        padding: 8px 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.themeBannerButton a:hover,
.themeBannerButton a:focus {
    text-decoration: none;
    color: #B0A591;
    background-color: transparent;
}

#themeBannerList .owl-prev,
#themeBannerList .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
	#themeBannerList .owl-prev,
    #themeBannerList .owl-next {
    	width: 40px;
    	height: 40px;	
    }
}

#themeBannerList .owl-prev {
	left: 0;
}

#themeBannerList .owl-next {
	right: 0;
}

.theme_arrow svg {
	font-size: 50px;
    fill: var(--themeButtonColor);
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 767px) {
    .theme_arrow svg {
    	font-size: 40px;
        width: 40px;
    	height: 40px;
    }
}

#themeBannerList .owl-dots {
    max-width: 1250px;
    width: auto;
	position: absolute;
    left: 15px;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    right: 15px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: center;
}

#themeBannerList .owl-dot span {
	opacity: .25;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

#themeBannerList .owl-dot.active span {
	opacity: 1;
    background-color: var(--themeButtonColor);
}

/* shipping disclaimer */
.themeBannerTermWrap {
	position: relative;
    display: inline-block;
    padding: 5px 0px;
}

.themeBannerTermWrap a {
	color: #fff;
}

.themeBannerTermWrap a:hover,
.themeBannerTermWrap a:focus {
	color: #fff;
}

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

.themeBannerTermWrap.openDisclaimer .themeBannerTermBox {
	display: block;
}

.themeBannerTermBox {
    display: none;
	position: absolute;
    background-color: #fff;
    color: #000;
    width: 615px;
    padding: 15px 15px;
    font-size: 10px;
    z-index: 99;
    top: 30px;
    left: 0;
    height: 120px;
    overflow: auto;
}

@media screen and (max-width: 860px) {
    .themeBannerTermBox {
    	width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .themeBannerTermBox {
    	left: auto;
        right: 0;
    }
}

@media screen and (max-width: 375px) {
    .themeBannerTermBox {
        right: -70px;
    }
}

/* removed white line across product pages */
.product-images-module .product-images.show-thumbnails .main-image .main-image-text {
   display: none;
}


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

header.container-header.sticky .theme_mobile_header_section {
    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_hamburger_menu {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px 5px;
    border: 1px solid #fff;
    cursor: pointer;
    
}

.theme_hamburger_menu svg {
	fill: white;
    font-size: 20px;
}

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

.theme_mobile_header_section .cart-text {
	display: none;
}

.theme_mobile_header_section .store-logo-module .image-logo {
    width: 210px;
    margin: 0;
    height: 45px;
    object-fit: contain;
}

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

.theme_mobile_header_section .cart-component .cart-button .cart-icon .fa {
	font-size: 20px;
}

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

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

.left_panel_wrapper .mobile-nav a {
	padding: 10px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.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: #333;
    border-bottom: 1px solid #ccc;
}

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

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

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

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

.mobile-mega-menu, .menu-wrap {
	display: 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: #111;
    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: #fff;
}

.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 Menu */
#mobile-header .material-icons {
  color: #fff; }
#mobile-header .navbar-toggle {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
  margin: 0;
  float: none;
  border: 1px solid #fff;
  padding: 5px 5px 0 5px; }
  #mobile-header .navbar-toggle .closeMenu {
    display: none; }
  @media (max-width: 574px) {
    #mobile-header .navbar-toggle {
      display: block; } }
#mobile-header .header-center-nav {
  display: block;
  text-align: center;
  padding: 3px 0;
  background: #000;
  border-bottom: 1px solid #000; }
  #mobile-header .header-center-nav .mobile-header-logo-link {
    line-height: 40px; }
  #mobile-header .header-center-nav img.image-logo {
    max-height: 45px; }
#mobile-header .cartLink {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 5px 0 5px; }

.mobileMenu {
  width: auto; }
  .mobileMenu .mobileMenuSection:first-child {
    margin-bottom: 5px; }
  .mobileMenu .call-to-action-button {
    background: #555555; }
    .mobileMenu .call-to-action-button:hover, .mobileMenu .call-to-action-button:active {
      background: #555555; }
  .mobileMenu ul {
    list-style: none;
    padding-left: 0px;}
    .mobileMenu ul li {
      position: relative;
      z-index: 10000; }
      .mobileMenu ul li a {
        font-family: "Open Sans", sans-serif;
        font-size: 12pt;
        color: #fff;
        font-weight: 400;
        position: relative;
        display: block;
        padding: 15px;
        background: #555555;
        margin-bottom: 5px;
        text-transform: uppercase; }
        .mobileMenu ul li a:after {
          position: absolute;
          right: 5px;
          top: 12px;
          content: 'chevron_right';
          direction: ltr;
          display: inline-block;
          font-family: 'Material Icons';
          font-size: 24px;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased; }
      .mobileMenu ul li .menuPhone {
        padding-left: 45px; }
        .mobileMenu ul li .menuPhone:before {
          position: absolute;
          top: 12px;
          left: 10px;
          content: 'call';
          direction: ltr;
          display: inline-block;
          font-family: 'Material Icons';
          font-size: 24px;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased; }
      .mobileMenu ul li .dropdown-toggle:after {
        content: 'expand_more';
        border: 0;
        right: 30px; }
      .mobileMenu ul li .dropdown-menu {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 0;
        position: static;
        float: none; }
        .mobileMenu ul li .dropdown-menu a {
          background: transparent;
          padding: 7px 15px;
          color: #666;
          font-size: 1em; }
          .mobileMenu ul li .dropdown-menu a:after {
            top: 5px;
            content: 'chevron_right'; }
    .mobileMenu ul .open {
      margin-bottom: 5px; }
      .mobileMenu ul .open a {
        margin-bottom: 0; }
        .mobileMenu ul .open a:after {
          content: 'expand_less'; }

.navbar-fixed-top {
  min-width: 320px; }
  .navbar-fixed-top div.custom-html-module {
    position: relative; }

.navmenu-fixed-left {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow-y: hidden;
  border-radius: 0;
  padding: 10px;
  background: #252525; }
  .navmenu-fixed-left .col-sm-12 {
    padding: 0; }

.mm-open .site-container:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1029;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

.vin-search-bar { padding-bottom: 20px; max-width: 550px; margin: auto; }
.page-subheader-component h1, .page-subheader-component h2 { font-size: 22px; }
.page-subheader-component h3 { font-size: 14px; }
.featured-pages-module .featured-pages-list li a {
    color: black;
    border: 3px solid black;
    padding: 12px;
    width: 100%;
    background-color: inherit;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    min-width: 100%;
    text-align: center;
}

ul { padding-left: 30px; font-size: 14px; }
ol { font-size: 14px; }
.about-page-v-picker { margin-bottom: -20px; }
.custom-html-module p { font-size: 14px; }
.text-color-dark .promotional-banner-wrap .promotional-banner-link { color: red; }
.dealer-contact-page { font-size: 15px; }
.dynamic-content { font-size: 14px; }

/* Vehicle Picker */

.oem-vehicle-picker-module .vehicle-column.non-year {
	width:40%;
	margin-right:3%;
}
.oem-vehicle-picker-module .vehicle-column ul {
    width: 100%;
}
.oem-vehicle-picker-module .vehicle-column ul li {
	width: 100%;
	margin:0 15px 15px 0
}
.oem-vehicle-picker-module .vehicle-column ul li a {
	border: 1px solid black;
	padding: 12px;
	width: 100%;
	background-color: lightgray;
	border-radius:5px;
    color: black;
}
.oem-vehicle-picker-module .vehicle-column ul li a:hover {
	border: 1px solid white;
	padding: 12px;
	width: 100%;
	background-color: #333;
	border-radius:5px;
	color: white;
}
@media only screen and (max-width:767px) {
    .oem-vehicle-picker-module .vehicle-column ul {
        width: 100%;
    }
}


/* Dropdown Button */
.dropbtn {
  background-color: #383838;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #525151;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {display:none;}


.brake-call-to-action-button {
    background: #383838;
    color: white;
    min-width: 300px;
    text-align: center;
    border-radius: 0.2rem;
    display: block;
    padding: 9px 15px;

}

.brake-call-to-action-button:hover, .brake-call-to-action-button:focus {
  background-color: #525151;
}

/* page pet accessories page */
.themePageBanner {
	position: relative;
}

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

@media screen and (max-width: 767px) {
    .themePageBanner::before {
    	background-color: rgba(0,0,0,0.5);
    }
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides li,
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides,
    .themePageBanner .banner-vpicker-module {
    	height: calc(200px + (500 - 200) * ((100vw - 320px) / (768 - 320))) !important;
    }
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .header-text,
.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	text-align: left;
    font-weight: 300;
    font-family: var(--themeFontLight);
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	font-size: 1rem;
    letter-spacing: .3px;
}

.themePageBanner .banner-vpicker-module .banner-overlay-content {
	left: 0;
}

.themePagePadding {
	padding: 50px 0;
}

.themePageProductList .catalog-products {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 30px;
}

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

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

.themePageProductList .search-listing-module .catalog-product {
	margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col,
.themePageProductList .search-listing-module .catalog-product .product-details-col,
.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
	width: 100%;
    padding: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col {
	margin-bottom: 20px;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id a {
	color: #343434;
}

.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
	margin-block-start: auto;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id {
	font-size: 12px;
}

.themePageProductList .search-listing-module .catalog-product .product-more-info {
	font-size: 12px;
}

.themePageProductList .search-listing-module .catalog-product .sale-price {
	font-size: 20px;
}

.themePageProductList .search-listing-module .catalog-product .catalog-info-row strong {
	color: #343434;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title {
	font-size: 18px;
}

.themePageProductList  .search-listing-module .catalog-product .product-manufacturer {
	margin: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a {
	height: 300px;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title a {
	font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
    font-weight: 300;
}

.themePageProductList .search-listing-module .catalog-product:hover .product-image-col>a img {
	transform: scale(1.1);
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.themePageProductList .search-listing-module .catalog-product .product-purchase-button .place-order-button {
	width: 100%;
    background-color: var(--themeButtonColor);
    color: var(--themeColor) !important;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--themeFontRegular);
    font-weight: 300;
}

.themePageProductList .search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span strong {
	display: none;
}

html body .action-button.place-order-button {
	background-color: var(--themeColor);
}

html body .action-button.place-order-button:hover,
html body .action-button.place-order-button:focus {
	background-color: var(--themeColor);
    opacity: .8;
}

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

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

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

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

.themePageProductListContent {
	padding-top: 20px;
}

.themePageProductListContent h3 {
	font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
}

.themeMSRP {
	text-decoration: line-through;
    font-size: 12px;
    margin-bottom: 0;
}

.themePartNumber {
	font-size: 12px;
    margin-bottom: 5px;
}

.themePrice {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.themePartLogo img {
    width: 40px;
    filter: invert(1);
    margin-left: 0;
    margin-top: 12px;
}

.themeOtherNames,
.themeDescription {
	font-size: 12px;
    margin-bottom: 5px;
}

.themeButton a {
	background-color: var(--themeButtonColor);
    color: var(--themeColor) !important;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
}

.themePageProductListImg {
	overflow: hidden;
}

.themePageProductListLink {
	cursor: pointer;
}

.themePageProductListLink:hover .themePageProductListImg img {
	transform: scale(1.1);
}

/* end of page pet accessories page */



/* fonts */
@font-face {
    font-family:'infiniti-light';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Light.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-regular';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Regular.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-bold';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Bold.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-global';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/Infiniti-Global.woff2') format('woff2')
}

/* global */
:root {
	--themeColor: #020b24;
    --themeButtonColor: #B0A591;
    --themeTextColor: #343434;
    --themeFontLight: 'infiniti-light';
    --themeFontRegular: 'infiniti-regular';
    --themeFontBold: 'infiniti-bold';
    --themeFontGlobal: 'infiniti-global';
}