.flyer .nFlex img {
    border: 1px solid lightgrey;
    max-height: 299px;
    max-width: 226px !important;
}
.flyer .scheduled {
  display: none;
}
.hero-section .hero-slide-text > div .nButton {
    line-height: 1.1 !important;
}

.ex-name-createaccount .header-full.menubarHeader .topbar a.text-red {
    color: var(--evo-brand-default, var(--theme-colour-red, #ee3124));
    transition: none;
}

.htmlcontent_container .pop-cat .grid .cat-item .false-link {
    animation: none;
}

.htmlcontent_container .pop-cat .grid .cat-item:hover .false-link,
.pop-cat .grid .cat-item:focus-visible .false-link {
    scale: none;
    animation: bounceExcite 2.0s;
}

.within-banner-wrap {
  display: none;
}

.isDisabled {
  color: currentColor;
  cursor: unset;
  text-decoration: none;
}

.js-cat-circle a.isDisabled:hover .img-wrapper,
.js-cat-circle a.isDisabled:focus-visible .img-wrapper {
  top: 0;
  animation: none;
  box-shadow: none;
}

.js-cat-circle a.isDisabled .img-wrapper::before {
  visibility: hidden;
}

.js-cat-circle a.isDisabled:hover h3, 
.js-cat-circle a.isDisabled:focus-visible h3 {
    color: #333;
}

.flyer .nFlex h2 {
  font-size: 1.5em;
}

.h1likeh2-wrap h1 {
  font-size: 1.75em !important;
}

.light-bg a:hover {
  color: #ee3124;
  opacity: 0.7;
}

.prize-pete img {
  max-width: 400px;
}

.pete-form .form-container {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #ccc;
  display: inline-block;
  margin-bottom: 72px;
  margin-top: 15px;
  max-width: 500px;
  padding: 30px 30px 10px;
}

.contact-form input.error, 
.contact-form select.error, 
.contact-form textarea.error {
  background-color: #FFF9C4;
  box-shadow: 0 0 0 2px white !important;
}

/*
.live-inventory-v2-add-to-cart-wrapper {
  width: calc(100% - 45px);
  max-width: none;
}

.live-inventory-v2-wrapper {
  white-space: normal;
  margin: 5px 0;
}

.live-inventory-v2-wrapper.text-center{
  text-align: left;
}

.softgraybackground  .live-inventory-v2-wrapper {
   text-align: center;
}

.catalog-grid .tile .footer button.btn-primary {
  width: 100%;
}

/* restyling made in Canada badge */
body.ex-product .productimage_container .badges-wrapper {
  height: 100%;
}

body.ex-product .productimage_container .ribbon-wrapper.b1154 {
  top: calc(100% - 200px);
}

body.ex-product .productimage_container:has(.productimagesolo) .ribbon-wrapper.b1154 {
  top: calc(100% - 100px);
}

@media (max-width: 400px) {
  body.ex-product .productimage_container .ribbon-wrapper.b1154 {
    top: calc(100% - 100px);
  }
}

body.ex-product .productimage_container .ribbon-wrapper.b1154 .ribbon-side,
body.ex-product .productimage_container .ribbon-wrapper.b1154 .ribbon-tips {
  display: none;
}

body.ex-product .productimage_container .ribbon-wrapper.b1154 .ribbon {
  font-size: 0;
  background: url("https://us.evocdn.io/dealer/1186/content/media/My_Theme/oc-canada-badge-md.png") no-repeat center;
  background-color: transparent !important;
  padding: 0;
  width: 80px;
  height: 80px;
  max-width: 80px;
}

.tile .badges-wrapper{
  height: 100%;
}

.tile .ribbon-wrapper.b1154 {
  top: 120px;
  left: 15px;
}

.tile .ribbon-wrapper.b1154 .ribbon-side,
.tile .ribbon-wrapper.b1154 .ribbon-tips {
  display: none;
}

.tile .ribbon-wrapper.b1154 .ribbon {
  font-size: 0;
  background: url("https://us.evocdn.io/dealer/1186/content/media/My_Theme/oc-canada-badge-xs.png") no-repeat center;
  background-color: transparent !important;
  padding: 0;
  width: 40px;
  height: 40px;
  max-width: 40px;
}
/* end of restyling made in Canada badge */

.light-bg a:hover, .light-bg a:active, .light-bg a:focus {
  color: #ee3124;
  opacity: 0.7;
}

.js-cat-circle a h3 {
  text-align: center;
}

.nButton.nbDark {
  border: 1px solid #ffffff;
}

a:hover {
  color: rgba(238, 49, 36, 0.7);
}

.hero-section .hero-nav {
  bottom: 87px !important;
}

.hero-section .hero-nav .js-toggle-hero {
  margin-bottom: 6px !important;;
}
.hero-section .hero-nav .js-toggle-hero a {
  padding: 15px 20px !important;;
}

/* Search page tips section */
.conditional-content {
  display: none;
}
  
.tips-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
}

.left-section {
  flex: 1;
  min-width: 300px;
}

.right-section {
  flex: 1;
  min-width: 300px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-box {
  background-color: #F4F1FB;
  border-radius: 10px;
  padding: 16px;
}

.contact-buttons {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  margin-top: 50px;
  flex-wrap: wrap;
}

.contact-btn {
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background-color 0.3s ease;
}

/*.contact-btn:hover,
.contact-btn:active,
.contact-btn:focus {
  background-color: #97D700;
}*/

.note {
  margin-top: 50px;
}
  
.tips-container .icon,
.tips-container i {
  margin: 0;
}

.tips-container ul {
  margin: 50px 0;
}

.full-width-override {
  width: 100% !important;
  max-width: 100% !important;
}

.conditional-content section.search .search-form .form-group input {
  background: white;
  border: 3px solid #F4F1FB;
  height: 50px;
  border-radius: 10px;
  padding-right: 60px;
  padding-left: 22px;
}

.conditional-content section.search {
  padding-left: 0;
}

.conditional-content section.search .search-form button[type=submit] {
  top: 7px;
}

@media (max-width: 991px) {
  .tips-container {
  flex-direction: column;
  }
}
  
/* End of Search page tips section */

/* IP added - Dashboard Banner */
.db-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://us.evocdn.io/dealer/1384/content/media/My_Theme/office-view.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 1.5rem;
  flex-direction: column;
  gap: 20px;
}

.db-card-grid {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem;
}    

.db-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
  text-decoration: none;
  color: #002f6c;
  flex: 1 1 calc(16.7% - 1.1rem);
  max-width: calc(17% - 1.1rem);
  display: flex;
  flex-direction: column;
}

.db-card:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.db-card:focus {
  color: #003865;
}

.db-card .icon {
  display: block;  
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1rem auto;
}

.db-card span {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.welcome-msg {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1.5rem;
  color: #434343;
  display: inline-block;
  margin: 30px 20px 30px 0;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
}

.top-row {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 900px;
}

.support-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  border-radius: 8px;
  background: url(https://us.evocdn.io/dealer/1384/content/media/My_Theme/support-agent-BB-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  color: white;
}

.support-text {
  flex: 1;
  color: white;
}

.support-text a:hover {
  color: white;
}

.support-text img {
  width: 20px;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(31%) sepia(42%) saturate(4270%) hue-rotate(344deg) brightness(91%) contrast(105%));
  transform: rotate(30deg);
  vertical-align: middle;
}

.support-text h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  color: white;
}

.support-text p {
  margin: 0.25rem 0;
}

#accprofile {
  background-image: url('https://us.evocdn.io/dealer/1186/content/media/My_Theme/icn-profile.svg');
}

#ordhistory {
  background-image: url('https://us.evocdn.io/dealer/1186/content/media/My_Theme/icn-history.svg');
}

#accfavor {
  background-image: url('https://us.evocdn.io/dealer/1186/content/media/My_Theme/icn-favour.svg');
}

#shopcart {
  background-image: url('https://us.evocdn.io/dealer/1186/content/media/My_Theme/icn-cart.svg');
}

#ordreturn {
  background-image: url('https://us.evocdn.io/dealer/1186/content/media/My_Theme/icn-return.svg');
}

#askchat {
  background-image: url('https://us.evocdn.io/dealer/1186/content/media/My_Theme/icn-chat.svg');
}
    
@media (max-width: 991px) {
  .db-card {
    flex: 1 1 16%;   /* 3 per row */
    /*max-width: 14%;*/
  }
}

@media (max-width: 850px) {
  .support-banner {
    background-image: none !important;
    background-color: #252A3C; 
  }
}
@media (max-width: 768px) {
  .db-card {
    flex: 1 1 30%; /* ensures 3 per row */
    max-width: 31%;
  }
   .mobile .db-banner {
    flex-direction: column;
  }
  .mobile .welcome-msg {
    margin-right: 0;
    margin-bottom: 0;
  }
  .top-row {
    flex-direction: column;
  }
  .thankYou {
     order: 0;
  }
  .left-blocks {
    order: 1;
    margin: 0 auto 50px auto;
  }
  
}
  
@media (max-width: 558px) {
  .support-banner {
    font-size: 14px;
    padding: 10px;
  }
  .db-card {
    flex: 1 1 45%;
    max-width: 48%; /* 2 per row */
  }
}

/* end of Dashboard Banner styles */