.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: var(--evo-brand-default);
  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 ====*/
.badges-wrapper {
  left: -5px;
}
.sp-flex label a{
	font-size: 0.85rem
}

/* Normal state
.menu .catalog li:nth-child(2) {
  background: orange !important;
  
}
.menu .catalog li:nth-child(2) a {
  color: #fff !important;
}

/* Hover state override
.menu .catalog li:nth-child(2) a:hover {
  background: orange !important;
  color: #fff !important;
  --evo-btn-default-color-hover: orange !important; /* override the hover variable 
}*/
div.menubarHeader {
  padding-top: 70px;
}

/* ===== Buywise health cancer research style ===== */

.c-research-theme {
  --evo-brand-primary: #6e2b5f;
  --evo-brand-secondary: #df2866;
  --evo-brand-tertiary: #ffdb30;

  --evo-bg-transparent-primary: rgba(110, 43, 95, 0.2);

  --evo-bg-hover: #f0eaef;

  --evo-text-bg-dark: #fff;
  --evo-text-bg-light: var(--evo-brand-primary, #6e2b5f);
  --evo-text-secondary: var(--evo-brand-secondary, #df2866);

  --evo-brand-default: var(--evo-brand-primary);
}

.c-research-theme div.header-full,
.c-research-theme section.bannerStrip,
.c-research-theme .menubarStick,
.c-research-theme .ourServices,
.c-research-theme .aboutUsSection,
.c-research-theme .homeTestimonials,
.c-research-theme footer,
.c-research-theme .homeFreeAudit .left,
.c-research-theme .header-menu .cd-dropdown-wrapper .cd-dropdown div.dropdown-extras,
.c-research-theme .header-menu .cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content a,
.c-research-theme .header-menu .cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content ul a,
.c-research-theme .tierBoxes .tierBox {
  background: var(--evo-brand-primary, #6e2b5f);
}
.c-research-theme div.headersection-1,
.c-research-theme .ourServices .ourServicesBoxes .ourServicesBox .bar1,
.c-research-theme .slick-dots li.slick-active button::before,
.c-research-theme .header-menu h3,
.c-research-theme .footer-wrapper-price .lead-time {
  background: var(--evo-brand-secondary, #df2866);
}
.c-research-theme footer.footer .footersection-2 .copyright_container {
  background: var(--evo-bg-transparent-primary, #df2866);
}
.c-research-theme .menu .catalog-block {
  background: #fff;
}
.c-research-theme section.topBar ul a,
.c-research-theme #vuequicklistdropdown i,
.c-research-theme .dashboard-intro .contact-dashboard a:hover,
.c-research-theme .btn-default i {
  color: var(--evo-text-bg-dark, #fff);
}
.c-research-theme section.topBar ul .divider {
  background: var(--evo-text-bg-dark, #fff);
}
.c-research-theme div.shoppingtools_container .toolbar .account-btn > i,
.c-research-theme .minicart_container .toolbar .headermini i,
.c-research-theme .shoppingtools_container .toolbar .account-btn::after,
.c-research-theme .minicart_container .toolbar .cart-btn::after,
.c-research-theme #vuequicklistdropdown a::after {
  filter: brightness(0) invert(1);
}
.c-research-theme .toolbar .cart-btn > .btn span {
  background-color: transparent;
}
.c-research-theme .header-full .search_container section.search .search-form button[type="submit"] i::before,
.c-research-theme .dashboard-box img {
  filter: brightness(0) invert(20%) sepia(13%) saturate(6748%) hue-rotate(279deg) brightness(88%) contrast(86%);
}
.c-research-theme header section.search .search-form .form-group input,
.c-research-theme .header-full .search_container section.search .search-form .form-group input:focus {
  border-color: var(--evo-brand-primary, #6e2b5f);
}
.c-research-theme .btn-default:hover,
.c-research-theme .button:hover,
.c-research-theme .cart-dropdown .footer .btn:hover,
.c-research-theme .homeFreeAudit .right .contactAudit .btn,
.c-research-theme .btn-primary,
.c-research-theme .btn:hover {
  color: var(--evo-text-bg-dark, #fff);
  background: var(--evo-brand-primary, #6e2b5f);
}
.c-research-theme .nButton {
  color: var(--evo-text-bg-light, #6e2b5f);
  background: var(--evo-brand-tertiary, #ffdb30);
}
.c-research-theme .btn-default,
.c-research-theme .button,
.c-research-theme .nButton:hover,
.c-research-theme .homeFreeAudit .right .contactAudit .btn:hover,
.c-research-theme .btn-primary:hover,
.c-research-theme .btn {
  background: var(--evo-brand-secondary, #df2866);
  color: var(--evo-text-bg-dark, #fff);
}
.c-research-theme .cart-dropdown .footer .btn,
.c-research-theme .account-dropdown,
.c-research-theme .account-dropdown a,
.c-research-theme footer.footer .copyright_container p,
.c-research-theme .menu ul.catalog > li a,
.c-research-theme .dropdown .pointer:hover a,
.c-research-theme .statsSection .statBox h2,
.c-research-theme .brands_container h3,
.c-research-theme #vuequicklistdropdown .quicklistdropdown i,
.c-research-theme #vuequicklistdropdown .new-list i,
.c-research-theme .catalog-grid .tile .footer a,
.c-research-theme .relsearch button i,
.c-research-theme .pagination li.active a {
  color: var(--evo-text-bg-light, #6e2b5f);
}
.c-research-theme .menu ul.catalog > li:hover,
.c-research-theme .dropdown .pointer:hover {
  background: var(--evo-bg-hover, #f0eaef);
  color: var(--evo-text-bg-light, #6e2b5f);
}
.c-research-theme .statsRight .right .statBox .textWrapper p,
.c-research-theme .homeTestimonials .testimonialBoxes .testimonialBox h4 {
  color: var(--evo-bg-hover, #f0eaef);
}
.c-research-theme .statsRight .right .statBox {
  background: var(--evo-bg-transparent-primary, #6e2b5f);
}
.c-research-theme .fullWidthSlider .sliderBox::before,
.c-research-theme .ourServices .ourServicesBoxes .ourServicesBox .inner::before {
  background: linear-gradient(90deg, rgba(37, 0, 22) 34%, rgba(255, 255, 255, 0.5) 100%);
}
.c-research-theme .fullWidthSlider .sliderBox:hover h1 {
  border-bottom-color: var(--evo-brand-secondary, #df2866);
}
.c-research-theme .fullWidthSlider .sliderBox > a,
.c-research-theme .ourServices .ourServicesBoxes .ourServicesBox h2,
.c-research-theme .statsSection .statBox h1,
.c-research-theme .homeFreeAudit .left h1 span,
.c-research-theme .homeTestimonials .testimonialBoxes .testimonialBox h3,
.c-research-theme footer.footer .menulinks_container .title,
.c-research-theme footer.footer .contactdetails_container h4,
.c-research-theme footer.footer .copyright_container a,
.c-research-theme .dashboard-intro .contact-dashboard a {
  color: var(--evo-text-secondary, #df2866);
}
.c-research-theme .fullWidthSlider .sliderBox:hover > a {
  color: var(--evo-brand-primary, #6e2b5f);
  background: var(--evo-brand-tertiary, #ffdb30);
}
.c-research-theme .statsRight .right .statBox > img,
.c-research-theme .fullWidthSlider .slick-arrow::before,
.c-research-theme .homeTestimonials .slick-arrow::before,
.c-research-theme .brands_container .owl-nav .owl-next::before,
.c-research-theme .brands_container .owl-nav .owl-prev::before,
.c-research-theme footer.footer .menulinks_container ul li::after,
.c-research-theme .dashboard-box:hover img {
  filter: brightness(0) invert(23%) sepia(63%) saturate(3641%) hue-rotate(325deg) brightness(92%) contrast(90%);
}
.c-research-theme footer.footer .contactdetails_container .contact-block:nth-of-type(1) .contact-description {
  background-image: url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/ez-footer-Location_2.png");
}
.c-research-theme footer.footer .contactdetails_container .contact-block:nth-of-type(2) .contact-description {
  background-image: url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/ez-footer-phone_2.png");
}
.c-research-theme footer.footer .contactdetails_container .contact-block:nth-of-type(3) .contact-description {
  background-image: url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/ez-footer-email_2.png");
}
.c-research-theme .dashboard-intro::before {
  background: rgba(37, 0, 22, 0.5);
}
@media only screen and (max-width: 768px) {
  .c-research-theme header {
    background: var(--evo-brand-primary, #6e2b5f);
  }
  .c-research-theme .fullWidthSlider .sliderBox.slick-center h1 {
    border-bottom-color: var(--evo-brand-secondary, #df2866);
  }
  .c-research-theme .fullWidthSlider .sliderBox.slick-center > a,
  .c-research-theme .ourServices .ourServicesBoxes .ourServicesBox h2 {
    color: var(--evo-brand-primary, #6e2b5f);
    background: var(--evo-brand-tertiary, #ffdb30);
  }
  .c-research-theme .aboutUsSection .left h1 {
    background-image: url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/ez-aboutIcon_2.png");
  }
}
@media only screen and (max-width: 424px) {
  .c-research-theme header .cd-dropdown-content,
  .c-research-theme .cd-dropdown-content ul {
    padding-top: 118px;
  }
}