:root {
  --evo-brand-primary: #253e31;
  --evo-brand-secondary: #6da977;
  --evo-brand-accent: #253e31;
  --evo-header-background: #fff;
}
/* general */
.maxheight-none a img {
  max-height: none !important;
}
#cdash_address .with-padding-trl {
  background-color: transparent;
}

.header-mobile .logo img {
  content: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/City Lumber Secondary Logo Inverse.png");
} /* change logo on mobile layout */

header .header-full {
  background-color: #efefef;
  padding-inline: 0.5em;
}

.header-full .vertical-align > div {
  width: auto;
  position: relative;
}

.header-full .search_container {
  flex: 1;
}
.header-full .headersection-1 {
  padding-block: 7px;
  border-bottom: 1px solid #ccc;
}
.header-full .headersection-2 {
  padding-bottom: 3px;
  padding-top: 2em;
}
.header-full .headersection-3 {
  padding-block: 3px;
}
.header-full section.search .search-form .form-group input {
  height: 54px;
  border: none;
  padding-left: 70px;
  font-size: 1rem;
 
}
.header-full section.search .relsearch {
  border: 1px solid #d3d3d3;
  overflow: hidden;
  border-radius: 30px;
}
.header-full section.search .search-form button[type="submit"] {
  right: unset;
  left: 0;
  font-size: 1.3rem;
  color: #808080;
  height: 100%;
  padding-right: 10px;
  padding-left: 15px;
  background-color: #efefef;
  border-right: 1px solid #d3d3d3;
  height: 54px;
}
header .widgetlogo .logo img {
  width: clamp(100px, 15vw, 200px);
}
header .widgetlogo .logo:focus-visible,
header .widgetlogo .logo:hover {
  opacity: 1;
}
header .shoppingtools_container .shopping-tools-wrapper > a span,
.shoppingtools_container #vuequicklistdropdown > a span,
header .shoppingtools_container a.account-btn.btn-outlined-invert > span{
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
header .shoppingtools_container a.account-btn.btn-outlined-invert > i.user-icon {
  display: flex;
  justify-content: center;
}
div.customertools .customertools-container {
  background-color: #efefef;
}
.customertools::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/logos/secondary_logo_only_left_half.svg");
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
header
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > i.user-icon::before,
header .shoppingtools_container #vuequicklistdropdown > a > i::before,
header .shoppingtools_container .quickordertoggle i::before,
header .minicart_container .cart-btn > a.btn > i::before {
  content: "";
  display: block;
  background-image: var(--menu-icon);
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
header
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > span
  > i.arrow-your-account {
  display: none;
}
header
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > i.user-icon::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/icons/user-icon.png");
}
header .shoppingtools_container #vuequicklistdropdown > a > i::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/icons/quicklist-icon.png");
}
header .shoppingtools_container .quickordertoggle i::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/icons/quickorder-icon.png");
}
header .minicart_container .cart-btn > a.btn > i::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/icons/shopping-cart-icon.png");
}
header .minicart_container .cart-btn > a.btn {
  background-color: transparent !important;
  border: none;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 8px;
  padding: 0;
}
header .minicart_container .cart-btn > a.btn:hover,
header .minicart_container .cart-btn > a.btn:focus-visible,
header .minicart_container .cart-btn:hover > a.btn{
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
}
header .minicart_container .cart-btn > a.btn {
  outline: none;
}
.cart-dropdown {
  top: 70px;
}
header .minicart_container .cart-btn > a.btn .minicart_total,
header .minicart_container .cart-btn > a.btn .no-price {
  line-height: 1.1;
  font-size: 0.8rem;
  font-weight: 600;
}
header .minicart_container .cart-btn > a.btn .minicart_count {
  top: -10px;
  right: -10px;
  background-color: var(--evo-brand-secondary);
}
/* menu */
nav.menu .catalog-block ul.catalog > li {
  max-width: max-content;
}
nav.menu .catalog-block ul.catalog > li > a {
  color: var(--evo-brand-primary);
  font-weight: 500;
  font-size: 0.9rem;
}
nav.menu .catalog-block ul.catalog > li > a:hover {
  border-color: var(--evo-brand-secondary) !important;
  color: var(--evo-brand-secondary) !important;
}
nav.menu .catalog-block ul.catalog > li.has-submenu > a {
  position: relative;
  padding-right: 30px;
}
nav.menu .catalog-block ul.catalog > li.has-submenu > a::after {
  position: absolute;
  font-family: "Glyphicons Halflings";
  content: "\e114";
  right: 13px;
  top: 15px;
  font-size: 0.6rem;
}
nav.menu .catalog-block ul.catalog > li.has-submenu > a.active::after {
  content: "\e113";
}
.header-full .contact-details {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  font-size: 0.8rem;
}
.header-full .contact-details a {
  padding-left: 10px;
  color: var(--evo-brand-primary);
}
.header-full .contact-details a > i{
  padding-right: 5px
}
.header-full .contact-details a:hover {
  color: var(--evo-brand-secondary);
}
.header-full .contact-details a + a {
  border-left: 1px solid #ccc;
}
.header-full .headersection-1 .vertical-align > .htmlcontent_container {
  flex: 1;
}
/* footer */

/* home */
.shop-by-category .tileparent {
  border: none;
  padding: 0.5em;
}
.shop-by-category div.griditems.cat-tiles .tile {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  transition: background-color 0.35s;
}
.shop-by-category div.griditems.cat-tiles .tile:hover {
  background-color: #efefef;
}
.shop-by-category .cat-tiles a {
  margin: 0;
  display: flex;
  align-items: center;
}
.shop-by-category .cat-tiles a p {
  flex: 1;
}
.shop-by-category .cat-tiles .tile .cat-thumb-container {
  height: auto;
}
.shop-by-category .cat-tiles .tile .cat-thumb-container > img {
  height: 100px;
}
.shop-by-category h2 {
  color:  var(--evo-brand-primary);
  margin-bottom: 1.5em;
  margin-left: 1em;
}
/*==*/
.shop-by-category div.griditems.cat-tiles .col:nth-child(8) .tile{
  background-image: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/tile-background.jpg");
  background-size: 100%;
  background-position: center;
  border: 3px solid #ccc;
  border-radius: 5px;
}
.shop-by-category .cat-tiles .col:nth-child(8) .tile .cat-thumb-container {
  order:2;
}

.shop-by-category .cat-tiles .col:nth-child(8) .tile .cat-thumb-container > img{
  height: 80px;
}
.shop-by-category .cat-tiles .col:nth-child(8) a{
  height: 100%;
  padding-inline: 25px;
}

.shop-by-category .cat-tiles .col:nth-child(8) a p {
  order: 1;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
}
/*==*/
.ex-home .merchandisingcontent_container {
  padding-inline: clamp(0.5em, 4vw, 5em);
  padding-block: clamp(2em, 5vw, 5em) clamp(2em, 5vw, 7em);
  background-color: #efefef;
}

.ex-home .merchandisingcontent_container .tile {
  margin-inline: 0.5em;
  margin-block: 0 2em;
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  transition: transform 0.35s, box-shadow 0.35s;
  display: flex;
  flex-direction: row;
  max-width: unset;
  width: 550px;
}
.ex-home .merchandisingcontent_container .tile:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
}
.ex-home .merchandisingcontent_container .tile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 1em;
}
.ex-home .item-merchandising .sidebar-content > h3 {
  margin-inline: auto;
  margin-block: 0 clamp(1em, 3vw, 2em);
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.ex-home .merchandisingcontent_container .item-merchandising .owl-item > div {
  padding-bottom: 3em;
}
.ex-home .merchandisingcontent_container .tile .footer .footer-wrapper{
  height: 100%!important;
}
.ex-home .merchandisingcontent_container .tile .buttons input {
  width: 40px;
}
.merchandisingcontent_container .tile .product-name a,
.ex-home .merchandisingcontent_container .tile .product-category {
  height: 2lh;
  display: inline-block;
}
.ex-home .merchandisingcontent_container .tile .product-sku .product-sku-label {
  margin: 0;
  padding-left: 0;
  background-color: #fff;
}
.ex-home .merchandisingcontent_container .tile .indicators-grid,
.ex-home .merchandisingcontent_container .tile .addtoquicklist-wrapper,
.ex-home .merchandisingcontent_container .tile .product-compare-action,
.ex-home .merchandisingcontent_container .tile .brand-label,
.ex-home .merchandisingcontent_container .tile .divquickview {
  display: none;
}

.ex-home .merchandisingcontent_container .tile .buttons.group {
  margin-bottom: 1em;
}

.ex-home .merchandisingcontent_container .owl-nav .owl-prev {
  left: -35px;
}
.ex-home .merchandisingcontent_container .owl-nav .owl-next {
  right: -35px;
}
.ex-home .merchandisingcontent_container .owl-nav .owl-prev::before,
.ex-home .merchandisingcontent_container .owl-nav .owl-next::before {
  color: #fff;
}

.testimonials-main {
  background-color: #efefef;
  padding-block: 5em;
}
.testimonial-carousel-wrapper {
  margin-inline: clamp(10px, 7vw, 80px);
  color: #fff;
}
.testimonials-title {
  text-align: center;
  margin-block: 1em 1.5em;
  color: #fff;
}
.testimonials-inner {
  padding-bottom: 50px;
  background-color: var(--evo-brand-primary);
  border-radius: 30px;
  overflow:hidden;
}
.testimonials-inner > img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.testimonial-carousel-wrapper .owl-stage-outer {
  overflow: hidden;
}
.testimonial-item h4 {
  color: #fff;
  margin-block: 1em;
  font-weight: 700;
}
.testimonial-attribution {
  margin-top: 1em;
  font-weight: 700;
  text-align: right;
  padding-right: 2em;
}
.testimonial-item {
  position: relative;
  padding: 40px 30px 30px;
  background-color: var(--evo-brand-secondary);
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  height: 100%
}
.testimonial-item::before {
  content: "";
  background-image: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/icons/quots-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  background-color: var(--evo-brand-primary);
  position: absolute;
  top: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.category-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.category-wrapper .category-link {
  display: flex;
  flex-direction: column;
  height: 300px;
  padding: 3em;
  padding-top: 13em;
  position: relative;
  z-index: 1;
  margin: 0;
}
.category-wrapper .category-link > * {
  color: #fff;
}
.category-wrapper .category-link h3 {
  font-size: 1.5rem;
  transform: translateY(20px);
  transition: transform 0.35s;
}
.category-wrapper .category-link p {
  font-size: 1rem;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.45s, opacity 0.45s;
  pointer-events: none;
}
.category-wrapper .category-link:hover p {
  transform: translateY(0);
  opacity: 1;
}
.category-wrapper .category-link:hover h3 {
  transform: translateY(0);
}
.category-wrapper .category-tile {
 background-image: var(--category-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: background-size 0.45s;
}

.electrical-works{
  --category-bg: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/cat-electrical.jpg");
}
.wood-works{
  --category-bg: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/cat-wood.jpg");
}
.roof-works{
  --category-bg: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/cat-roofing.jpg");
}
.plumb-works{
  --category-bg: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/cat-plumbing.jpg");
}
.paint-works{
  --category-bg: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/cat-gardening.jpg");
}
.outdoor-works{
  --category-bg: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/cat-garden.jpg");
}
.category-tile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 36, 39 , 0.5);
}
.category-tile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 65%, rgba(0, 0, 0, 0.25) 35%);
}
 .category-wrapper .category-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  transition: opacity 0.45s;
  background: linear-gradient(120deg,rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
}
 .category-wrapper .category-link:hover::after {
  opacity: 1;
}
.top-performing{
  padding-block: clamp(0.5em, 3vw, 2em) clamp(2em, 5vw, 7em);
}
.top-performing h2 {
margin-inline: auto;
  margin-block: 0 clamp(1.5em, 3vw, 2em);
  display: block;
  font-size: 1.8rem;
  text-align: center;
}
.ex-home .hero-new{
  height: calc(100dvh - 182px - 57px - 33px);
}
@media only screen and (max-width:1100px){
  .category-wrapper {
  grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .ex-home .merchandisingcontent_container .tile > a {
  align-items: flex-start;
  }
  .ex-home .merchandisingcontent_container .owl-nav .owl-prev {
    left: -15px;
  }
  .ex-home .merchandisingcontent_container .owl-nav .owl-next {
    right: -15px;
  }
  .ex-home .merchandisingcontent_container .catalog-single .tile img {
    max-width: 100px;
    max-height: 100px;
  }
  .ex-home .merchandisingcontent_container .tile .buttons.group {
    margin-inline: -7em 1.5em;
  }
    .ex-home .hero-new{
  height: calc(100dvh - 147px - 57px - 33px);
  }
  .ex-home .merchandisingcontent_container .tile{
  max-width: calc(100vw - 3.5em);
  }
}
@media only screen and (max-width:550px){
  .testimonials-inner > img {
    height: 200px;
  }
  .category-wrapper {
  grid-template-columns:  1fr;
}
  .category-wrapper .category-link {
    height: 200px;
    padding-top: 5em;
  }
  .category-wrapper .category-link h3 {
  transform: translateY(0);
  }
  .category-wrapper .category-link p {
  transform: translateY(0);
  opacity: 1;
  }
}
.zonebottom .getintouch-container {
  background-image: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/contact-us-bg-1.jpg");
  background-size: cover;
  background-position: center;
  padding-block: 4em;
  margin-bottom: 0;
}
.getintouch-container .contact-form {
padding-inline: clamp(0.2em, 3vw, 2em);
}

.getintouch-container .contact-form .form-group {
  display: flex;
  align-items: center;
}
.getintouch-container .contact-form .form-group label{
  width: 30%;
  max-width: unset;
  margin-bottom: 0;
}
.getintouch-container .contact-form .form-group input{
  width: 70%;
  max-width: unset;
}
.getintouch-container .contact-form .form-group:has(textarea){
  display: revert;
}
.getintouch-container .contact-form .form-group:has(textarea) label{
  margin-block:0.5em 1em
}
.getintouch-container .contact-form .form-group textarea{
  width: 100%!important;
  max-width: 100%!important;
  height: 215px!important;
  resize: none;
}
.contact-us-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10em 2em 10em 1em;
}
.contact-us-section h2 {
  margin-bottom: 2em;
}
.contact-us-section p {
  font-size: 1.3rem;
}
.contact-us-section a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.contact-us-section img{
  height: 20px;
  margin-right: 10px
}
.contact-us-section span {
  color: #212427;
}
div[role="row-section"]:has(.testimonials-main){
  margin-bottom: 0;
}
.getintouch-container div[role="row-wrapper"] > div {
  margin-top: 0;
}
.shop-by-brands {
  margin-top: 2em;
}
.productsummary_container .productdetails .prod-code span{
  color: #fff;
}
.productspecs_container .tech-specs .item:nth-child(2n+1){
  background-color: #e9ecef;
}
@media only screen and (max-width: 991px) {
  .zonebottom .getintouch-container {
    background: none;
    padding-block: 0;
  }
  .getintouch-container .contact-form{
    max-width: 700px;
    margin-inline: auto;
  }
  .getintouch-container .col:has(.contact-us-section){
    background-image: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/images/contact-us-bg-2.jpg");
  background-size: cover;
  background-position: center;
    margin-top: 0;
  }
  .getintouch-container .col:has(.contact-form){
    background-color: #efefef;
    margin-top: 0;
    padding-block: 4em;
  }
  .contact-us-section {
    padding-block: 5em;
  }
}
@media only screen and (max-width: 550px) {
.testimonials-main {
  padding-block: 2em;
}
}
.cd-dropdown-content{
  min-height: 500px;
}
.cd-dropdown-content ul.cd-secondary-dropdown {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  flex-direction: row;
  min-height: 500px;
}
  /* ===== MH slyling navlinks if more than 5 ===== */
  .header-full
    .catalog-block
    .cd-dropdown-wrapper
    .cd-dropdown-content
    .cd-secondary-dropdown
    > li.has-children
    ul {
    overflow: hidden;
    min-height: 110px;
  }

  .header-full
    .catalog-block
    .cd-dropdown-wrapper
    .cd-dropdown-content
    .cd-secondary-dropdown
    > li.has-children.collapsible {
    display: grid;
    grid-template-rows: min-content 0fr min-content;
    cursor: default;
  }

  .header-full
    .catalog-block
    .cd-dropdown-wrapper
    .cd-dropdown-content
    .cd-secondary-dropdown
    > li.has-children.active {
    grid-template-rows: min-content max-content min-content;
  }
  .header-full
    .catalog-block
    .cd-dropdown-wrapper
    .cd-dropdown-content
    .cd-secondary-dropdown
    > li.has-children.collapsible
    span::after {
    padding-left: 15px;
    content: "Show more \00a0\00a0\00a0 >";
    transition: color 0.35s ease;
    font-weight: 900;
  }

  .header-full
    .catalog-block
    .cd-dropdown-wrapper
    .cd-dropdown-content
    .cd-secondary-dropdown
    > li.has-children.collapsible.active
    span::after {
    content: "Show less \00a0\00a0\00a0 >";
  }

  .header-full
    .catalog-block
    .cd-dropdown-wrapper
    .cd-dropdown-content
    .cd-secondary-dropdown
    > li.has-children.collapsible
    span {
    padding-top: 7px;
    font-size: 0.85rem;
    cursor: pointer;
  }

  .header-full
    .catalog-block
    .cd-dropdown-wrapper
    .cd-dropdown-content
    .cd-secondary-dropdown
    > li.has-children.collapsible
    span:hover::after {
    color: #ff9900;
  }

  @media only screen and (min-width: 769px) {
    .cd-dropdown-content > .has-children > ul {
      overflow-y: auto;
      flex-direction: row;
    }
    .cd-dropdown-content > li > ul.cd-secondary-dropdown {
      padding-right: 10px;
    }
  }
  /* ===== End ===== */
/*.header-full .catalog-block .cd-dropdown-wrapper .cd-dropdown-content .cd-secondary-dropdown > li.has-children.collapsible ul::after {
  background: linear-gradient(180deg, hsla(0,0%,100%,0) 10px, #fff 100%);
  content: "";
  height: 30px;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}*/
.header-full .catalog-block .cd-dropdown-wrapper .cd-dropdown-content .cd-secondary-dropdown > li.has-children.collapsible.active ul::after {
  background: none;
  content: "";
  height: 30px;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
header .header-full .menu .cd-dropdown .cd-dropdown-content .cd-secondary-dropdown > li > a {
  min-height: 35px;
  font-weight: 600;
  color: #57886e;
  pointer-events: none;
}

/*MH Hide Return Icon*/
.indicators-grid .non-returnable,
.product-indicators .non-returnable{
    display: none;
}
/* ===== Out of stock styling ===== */
.tileparent .hm-outstock img,
.ex-product .product .hm-outstock img,
.ex-cart .hm-outstock img{
  height: 20px;
  margin: 0 5px 0 0;
  filter: invert(60%) sepia(72%) saturate(7409%) hue-rotate(333deg) brightness(87%) contrast(97%);
}
.ex-cart .hm-outstock img{
  filter: invert(1);
}
.tileparent .live-inventory-v2-wrapper.hm-full-width,
.tileparent .live-inventory-v2-wrapper .live-inventory-v2-collection.hm-outstock{
  width: 100%;
}
.tileparent .live-inventory-v2-wrapper .live-inventory-v2-collection.hm-outstock,
.ex-product .product .live-inventory-v2-wrapper .live-inventory-v2-collection.hm-outstock{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 2px;
}
.ex-cart .hm-outstock{
  display: flex;
  align-items: center;
  max-width: max-content;
  padding-inline: 10px;
}
.tileparent .hm-outstock p,
.ex-product .product .hm-outstock p,
.ex-cart .hm-outstock p{
  margin: 0;
}

/* ===== MH landing page styling ===== */
.page-content.onecolumn:has(.landingpage-hero-title) {
  margin: 0;
}

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 420px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.landingpage-hero-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.landingpage-hero-title .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.landingpage-hero-title .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.landingpage-hero-title h1 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #fff;
}

.landingpage-hero-title p:last-child {
  margin-bottom: 0;
}

.landingpage-introtext h2 {
  font-size: 40px;
  margin: 0 0 30px;
}

.landingpage-introtext p {
  margin: 0 0 25px;
}

.catalog-grid:has(.landingpage-introtext) .row-breadcrumb {
  display: none;
}

.htmlcontent_container:has(.landingpage-buttons) {
  margin: 0;
}

.landingpage-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.landingpage-buttons .btn {
  width: 35%;
  padding: 1.5rem;
  font-size: 1.35rem;
  min-width: max-content;
}

@media (max-width: 500px) {
  .landingpage-buttons {
  flex-direction: column;
  align-items: center;
  }
  .landingpage-buttons .btn {
  min-width: min(300px, 90%);
  }
}

.landingpage-category-boxes {
  background: #f3f3f3;
  padding: 70px 0;
  margin-top: 30px;
}

.landingpage-category-boxes h2 {
  text-align: center;
  font-size: 36px;
  color: #444242;
  margin: 0 0 25px;
}

.landingpage-category-boxes p {
  text-align: center;
  margin: 0;
}

.landingpage-category-boxes .container {
  background-color: revert;
}

.lp-categoryboxes-inner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lp-categorybox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 285px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox > div img {
  flex-shrink: 0;
}

.lp-categorybox > div::after {
  content: "View Category";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 100%;
  opacity: 0;
  transition: 0.35s all;
  transform: translateX(-20px);
}

.lp-categorybox::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox:hover > img {
  transform: scale(1.05);
}

.lp-categorybox:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox:hover::after {
  opacity: 0.75;
}

.zonebottom:has(.landingpage-category-boxes) > div {
  margin-bottom: 0;
}

.gotAnyQuestions {
  background: #2a2a2a;
  position: relative;
  padding: 0 30px;
}

.gotAnyQuestions > img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
}
.gotAnyQuestions a {
  margin-top: 20px;
}

.gotAnyQuestions a:hover,
a:focus {
  color: #ffffff;
}

.gotAnyQuestions .questionsInner {
  padding: 100px 100px 100px 0;
  width: 50%;
}

.gotAnyQuestions h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

.gotAnyQuestions p {
  color: #fff;
  margin: 0 0 30px;
}

.gotAnyQuestions .questionsLink {
  color: #fff;
  margin: 15px 0;
}
.gotAnyQuestions .customButton {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gotAnyQuestions > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .gotAnyQuestions .questionsInner {
    width: 100%;
    padding: 50px 0;
  }
}
/* ===== END landing page style ===== */

.project-snaps img{
transition: opacity .35s;  
max-width: 100%;
}
.project-snaps img:hover{
  opacity: .79;
}
.project-snaps .col-md-3{
  padding-left: 0px;
  padding-right: 0px;
}
.project-snaps .col-xs-12{
  padding-left: 0px;
  padding-right: 0px;
}
.project-snaps .col-xs-12 h1 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}
.cd-dropdown-content > li:hover > ul.cd-secondary-dropdown{
  background-image: url("https://us.evocdn.io/dealer/1519/content/media/My_Theme/assets/logos/secondary_logo_only_opacity_10.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
}
/* ===== Product data-hm-product-setup="city-lumber"] style ===== */
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper .live-inventory-v2-wrapper,
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper .live-inventory-v2-shipping,
div.product[data-hm-product-price="0"] .buttons.group .live-inventory-v2-wrapper,
div.product[data-hm-product-price="0"] .buttons.group .live-inventory-v2-wrapper > a{
  position: relative;
}
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper,
div.product[data-hm-product-price="0"] .buttons.group .live-inventory-v2-wrapper{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  gap: 8px;
}
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper input {
  width: 25% ;
}
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper input,
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper button{
    height: 40px;
}
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper .live-inventory-v2-add-to-cart-wrapper {
  width: 75%;
}
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper .live-inventory-v2-wrapper {
  max-width: 100%;
  width: auto;
}
div.product[data-hm-product-price="0"] .buttons.group .live-inventory-v2-wrapper,
div.product[data-hm-product-price="0"] .buttons.group .live-inventory-v2-wrapper > a {
  width: 100%;
  top:0;
}
.product[data-hm-product-setup="city-lumber"] .buttons.group .hm-inventiory-wrapper .live-inventory-v2-shipping,
div.product[data-hm-product-price="0"] .buttons.group .live-inventory-v2-wrapper > a{
  width: auto;
  margin-bottom: 0;
  align-items: center;
}
.product[data-hm-product-setup="city-lumber"] .buttons.group .addtoquicklist-wrapper {
  margin: 0;
  padding: 0;
}
.hm-outstock > p {
  display: inline-block;
}
div.product[data-hm-product-price="0"] .buttons.group .live-inventory-v2-wrapper > a {
  text-align: center;
}

/*MH Close Gap Between CTA & Item Merch*/
.ex-home [role="row-section"] {
    margin-bottom: 0 !important;
}

.ex-home [role="row-section"] p {
    /*margin-bottom: 0px !important;*/
}

.ex-home .page-content {
    margin-top: 0 !important;
}

.ex-home .page-content.onecolumn .row > .col:first-child {
    margin-top: 0 !important;
}

/* Remove top and bottom spacing for the catalog-grid section */
section.catalog-grid {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Optional: remove extra spacing from the inner container */
section.catalog-grid > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.supplier-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 60px 0;
  padding: 0 10px;
}

.supplier-banner {
  position: relative;
  flex: 1 1 400px;
  min-width: 300px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.supplier-banner:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Replace with real supplier background images */
.supplier-kolbe {
  background-image: url('https://us.evocdn.io/dealer/1519/content/media/MH Folder/KolbeWindows.png');
}

.supplier-mi {
  background-image: url('https://us.evocdn.io/dealer/1519/content/media/MH Folder/MIwindowsAndDoors.png');
}

/* Supplier logo */
.supplier-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  height: auto;
  z-index: 2;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Fade logo out on hover */
.supplier-banner:hover .supplier-logo {
  opacity: 0;
}

/* Overlay content */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
  z-index: 3;
}

/* Reveal overlay on hover */
.supplier-banner:hover .overlay {
  opacity: 1;
}

.overlay h2 {
  font-family: inherit;
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.overlay p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1em;
  max-width: 360px;
}

.btn.supplier-btn {
  display: inline-block;
  background: #ffffff;
  color: #333333;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn.supplier-btn:hover {
  background-color: #253e31; /* adjust to City Lumber's accent */
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .supplier-banners {
    flex-direction: column;
    gap: 30px;
  }
  .supplier-banner {
    height: 250px;
  }
  .overlay h2 {
    font-size: 1.6rem;
  }
  .overlay p {
    font-size: 0.95rem;
  }
  .btn.supplier-btn {
    padding: 10px 20px;
  }
}

.landingpage-hero-title h1 {
    color: #6da977 !important;
}

.landingpage-hero-title p {
    color: #ffffff !important;
}
@media only screen and (min-width: 769px) {
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    text-decoration: underline;
  }
}
/* Call for Availability zero price  style */
.product[data-hm-product-price='0'] .has-price{
  margin-inline: auto;
  text-align: center;
  font-size: 1.3rem;
}