.header-full a.logo img {
  width: 146px !important;
}

.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #37b048;
}

.tile .tierBox {
  font-size: 0.75em;
}

.zoomin img {
    transition: transform 250ms;
}
.zoomin:hover img {
    transform: scale(0.9);
}

.product-item {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
}

/* commented out due to bug on rewards page */
/*
.product-image {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
*/

.product-title {
  font-weight: bold;
}

.product-price {
  color: green;
}

.heroBanner {
	position: relative;
}

#background-video {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.centered-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.slideBox {
	margin: 0 auto;
}

.buttonWrapper {
	margin-top: 20px; /* Adjust the margin-top value as needed */
}

.centered-text {
	margin: 0;
}

.slideBox h2,
.slideBox h1,
.slideBox p {
	color: white;
}

.slideBox h1 {
	font-size: 32px; /* Adjust the font size as needed */
}

.slideBox p {
	font-size: 18px; /* Adjust the font size as needed */
}


.buttonWrapper .signInButton {
	background-color: #9dc431; /* Change to your desired color */
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	animation: buttonJump 0.5s infinite alternate;
}

.buttonWrapper .signInButton:hover {
	background-color: #7f9f2a; /* Change to a different shade if desired */
	animation: none; /* Remove the animation on hover */
}

@keyframes buttonJump {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0);
	}
}

:root {
  --modality-col1: #0a214f;
  --modality-col1-filter: brightness(0) saturate(100%) invert(11%) sepia(26%) saturate(5466%) hue-rotate(209deg) brightness(89%) contrast(100%);
}

.ex-l-3825 .header-full,
.ex-l-3825 .menubarStick {
  background-color: #fff
}

.ex-l-3825 .menu .catalog > li > a {
  color: #fff;
}

.ex-l-3825 .shoppingtools_container .toolbar .account-btn > span span,
.ex-l-3825 #vuequicklistdropdown span,
.ex-l-3825 .toolbar .cart-btn > .btn span,
.ex-l-3825 .toolbar .cart-btn > .btn b {
  color: #000;
}

.ex-l-3825 .toolbar .cart-btn > .btn span {
  background: none;
}

.ex-l-3825 .menu .catalog-block,
.ex-l-3825 .topBar ul .divider,
.ex-l-3825 footer.footer,
.ex-l-3825 .bannerStrip,
.ex-l-3825 .nButton,
.ex-l-3825 .homeFreeAudit .right .contactAudit .btn,
.ex-l-3825 .ourServices,
.ex-l-3825 .aboutUsSection,
.ex-l-3825 .homeFreeAudit .left,
.ex-l-3825 .homeTestimonials,
.ex-l-3825 .tierBoxes .tierBox,
.ex-l-3825 .label-focus,
.ex-l-3825 .catalog-single .buttons .qnt-count .incr-btn,
.ex-l-3825 .catalog-single .buttons .qnt-count .incr-btn-quick,
.ex-l-3825 .btn-black:hover,
.ex-l-3825 .customertools .customertools-container {
  background-color: var(--modality-col1);
}

.ex-l-3825 .shopping-cart table td.delete .delete-btn:hover,
.ex-l-3825 .wishlist table td.delete .delete-btn:hover,
.ex-l-3825 .shopping-cart table td.qnt-count .incr-btn:hover,
.ex-l-3825 .wishlist table td.qnt-count .incr-btn:hover {
  background: var(--modality-col1) !important;
}

.ex-l-3825 .customertools .customertools-container,
.ex-l-3825 .customertools .nav .sidebar-logout a {
  color: #e6effb !important;
}

.ex-l-3825 .customertools .nav a:focus {
  color: #9dc431 !important;
}

.ex-l-3825 .customertools .nav .sidebar-logout a:hover {
  color: #9dc431 !important;
}

.ex-l-3825 .customertools .customertools-container .group-name h4 {
  color: #b2b2b2;
}
.ex-l-3825 .topBar ul a,
.ex-l-3825 .grid.simple .grid-body,
.ex-l-3825 footer.footer .copyright_container p,
.ex-l-3825 .nButton:hover,
.ex-l-3825 .homeFreeAudit .right .contactAudit .btn:hover,
.ex-l-3825 .fullWidthSlider .sliderBox > a:hover,
.ex-l-3825 .statsSection .statBox h2,
.ex-l-3825 .nbBlue,
body:not(.ex-quicklists).ex-l-3825 .catalog-grid .griditems .tileparent:not(.product) .tile p,
.ex-l-3825 .catalog-grid .tile .footer a {
  color: var(--modality-col1);
}

.ex-l-3825 header section.search .search-form .form-group input,
.ex-l-3825 #accordion .panel-border,
.ex-l-3825 .form-control,
.ex-l-3825 #quote-product-list-modal .select2-selection--single {
  border-color: var(--modality-col1);
}

.ex-l-3825 .customertools .your-account {
  background: linear-gradient(#000303,  var(--modality-col1));
}

.ex-l-3825 .header-full .search_container section.search .search-form button[type="submit"] i::before {
  filter: var(--modality-col1-filter);
}

.ex-l-3825 .nButton:hover,
.ex-l-3825 .homeFreeAudit .right .contactAudit .btn:hover,
.ex-l-3825 .nbBlue {
  background-color: #9dc431;
}

.ex-l-3825 .nbBlue:hover {
  background-color: #010101;
  color: #fff;
}

.bannergrid {
  display: grid;
  gap: 1%;
  grid-template-columns: 75.8% 24.2%;
  grid-template-rows: repeat(3, auto);
}

.gridbanner1 {
  grid-column: 1;
  grid-row: span 3;
  width: 100%;
}

.gridbanner2,
.gridbanner3,
.gridbanner4 {
  grid-column: 2;
  width: 100%;
}

/* ===== SP change cart button on hover ===== */
.btn-default:hover i {
    color: #9dc431;
}
/*===== End ====*/
/* ===== MH new dashboard styling ===== */

.dashboard-intro {
  padding: 100px 20px;
  background: url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/ez-statsBG.jpg")
    no-repeat center;
  background-size: cover;
}
.dashboard-intro .row {
  display: flex;
}
.dashboard-box {
  padding: 30px 30px 0;
  background-color: #ffffff;
  min-height: 158px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}

.dashboard-box:hover span {
  color: var(--theme-tertiary);
}

.dashboard-box:hover img {
  filter: invert(75%) sepia(56%) saturate(746%) hue-rotate(29deg);
}

.dashboard-box img {
  transition: opacity 0.35s ease;
}

.dashboard-box-img {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-boxes {
  padding-top: 40px;
}
.dashboard-text-intro {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 1.5rem;
  justify-content: center;
}
.dashboard-text-intro h3 {
  padding-top: 50px;
  text-align: left !important;
}
.dashboard-text-intro p {
  text-align: center;
}
.dashboard-text-intro p strong {
  text-align: left !important;
  font-weight: normal;
}
.dashboard-intro .contact-dashboard a {
  text-decoration: underline;
  color: #9dc431;
}
.dashboard-intro .contact-dashboard a:hover {
  color: #fff;
}
.account-message {
  margin-left: 0px;
}
.dashboard-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* Center the text */
}
.dashboard-text-intro h1 {
  color: #fff;
  font-size: 2.3rem;
  margin: 20px;
  font-weight: 700;
  text-align: center;
}

.dashboard-text-intro p {
  color: #fff;
}

.dashboard-box img {
  max-width: 60px;
  margin-bottom: 10px; /* Add space between the image and the text */
  filter: invert(28%) sepia(99%) saturate(1000%) hue-rotate(140deg);
}

.dashboard-box span {
  display: block;
  margin-top: 10px; /* Add space between the image and the text, if necessary */
  color: var(--theme-text);
  font-size: 1.2rem;
  font-weight: 700;
}

.account-message img {
  display: none;
}

.dashboard-logo {
  width: 158px;
  height: 109px;
  background: #eaeaea;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dashboard-logo:empty {
  display: none;
}

.dashboard-intro {
  position: relative;
}

.dashboard-intro::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(6, 29, 38, 0.5);
  top: 0;
  left: 0;
}

.ex-loggedin.ex-u-2483751 .dashboard-intro {
  display: revert;
}

@media only screen and (max-width: 1100px) {
  .dashboard-boxes > .col {
    padding: 0 5px;
  }
}

.contact-dashboard {
  width: 100%;
  height: 100%;
  background-color: rgba(from var(--evo-brand-default) r g b / 0.9);
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 250px;
  position: relative;
}
.contact-dashboard::before {
  background: url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/Images/contact.png");
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  border-radius: 20px;
  pointer-events: none;
}

.contact-dashboard h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  z-index: 2;
  width: 70%;
}
.contact-dashboard p {
  color: #fff;
  z-index: 2;
  min-width: max-content;
  padding-left: 25px;
  background-image: var( --bg-contact-dasboard);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
}

.contact-dashboard p:nth-of-type(1){
 --bg-contact-dasboard:url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/icons/icon-phone.png");
}
.contact-dashboard p:nth-of-type(2){
 --bg-contact-dasboard:url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/icons/icon-email.png");
}

@media only screen and (max-width: 1100px){
  .contact-dashboard p {
    width: 60%;
    text-shadow: 3px 1px 6px #000;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    
  }
  .contact-dashboard h2 {
    text-shadow: 3px 1px 6px #000;
  }
  .dashboard-intro .contact-dashboard a{
    color: #fff;
  }
}

/*===== End ====*/