:root {
  --evo-brand-secondary: #1f1f1f;
  --evo-brand-accent: #d52c30;
  --evo-header-background: #fff;
--evo-row-spacing: 20px;
}

/* make Container background white */


.merchandisingcontent_container .item-merchandising .owl-nav {
    display: none !important;
}

.merchandisingcontent_container .product div.product-sku strong, .merchandisingcontent_container .tile div.product-sku {
    background-color: #f2f2f2;
    display: inline-block;
    padding: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.homeline hr {
  margin-top: 40px !important;
}

@media (max-width: 767px) {
body {
    background-image: none !important;
  }
}
  
  @media only screen and (min-width:769px) {
  .desktop-hide{
    display:none !important;
  }
}
    
    /* Mobile Header Changes */
    
header .header-mobile {
  background-color: #fff;
}

header .header-mobile .header-menu .cd-dropdown-trigger-mobile i {
  color: #59705a;
}

header .header-mobile .header-cart > a > .minicart_icon {
  color: #59705a;
}

header .header-mobile .header-account > a > i {
  color: #59705a;
}
    
.custom-social-container {
    background-color: #d3d3d3;  /* Grey background */
    padding: 20px;
    text-align: center;
    border-radius: 8px;  /* Optional: adds rounded corners */
      display: flex;
    justify-content: center;
    width: 1400px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

}

.custom-social-link {
    color: #000;         /* Black icon color */
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}

.custom-social-link:hover {
    color: #555;         /* Dark grey on hover */
}

    .circle-section {
      text-align: center;
      margin: 20px 0;
    }

    .circle-section img {
      width: 170px;
      height: 170px;
      border-radius: 50%;
      object-fit: cover;
      transition: border 0.2s ease;
    }

    .circle-section img:hover {
      border: 2px solid black;
    }

    .circle-section a {
      display: inline-block;
      margin-top: 15px;
          background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: 20px;
    font-weight: inherit;
    line-height: 1.3;
text-transform: uppercase;
}
  .circle-section a:hover {
      text-decoration: underline;
    }

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #000 !important;
    background: #fff !important;
    border: #000 2px solid !important;
}
  
.pagesbutton:hover {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #8a8b8f !important;
    background: #fff !important;
    border: #8a8b8f 2px solid !important;
}

.titlestrike:after {
    background-color: #8a8b8f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -2;
}

.titlestrike {
    background-color: #fff;
    color: #222;
    display: block;
    font-size: 18px;
    margin: 0 0 0px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 3;
}

.titlestrike:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    z-index: -1;
}

.brands_container .inner {
    margin: 0px 0 0;
    max-width: 100%;
    width: 100%;
}

.photo-collection {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.photo-item {
  text-align: center;
  width: 23%; /* Slightly less than 25% to allow for spacing */
}

.photo-image {
  width: 100%;
  height: auto;
  display: block;
}

.photo-link {
  margin-top: 8px;
  display: inline-block;
  color: #007BFF;
  text-decoration: none;
  font-size: 14px;
}

.photo-link:hover {
  text-decoration: underline;
}



.bg-primary {
    background-color: #f1f1f1 !important;
  color:black;
}

.socialhometopbar {
    background: #f1f1f1 !important;
}

.copyright_container {
    font-size: 1em;
    text-align: center;
}

/* Container styles */
.image-section {
  background-color: #f9f9f9;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Image container with relative positioning */
.image-container {
  position: relative;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

/* Background image styling */
.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Title overlay positioned in the bottom-left corner */
.image-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  background: black;
  padding: 10px;
}

/* Text link styling */
.link-container {
  margin-top: 10px;
}

.text-link {
  color: black;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
    color: #0d2139;
}

/* Hover effect for the entire section */
.image-section:hover {
  transform: scale(1.05);
}

.homefitchvideo {
    padding-left: 80px;
    padding-right: 80px;
  padding-bottom: 20px;
}

hr {
    border: 0;
    border-top: 1px solid #222;
    margin-bottom: 1em;
    margin-top: 1em;
}

.pagesheading {
    background: #f1f1f1;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #000 !important;
    background: #fff !important;
    border: #000 2px solid !important;
}

.pagesbutton:hover {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #000 !important;
    border: #000 2px solid !important;
}

.contactusboxes {
    border: 1px solid #f1f1f1;
    padding-left: 25px;
}

.evogallery-widget-box {
    height: 400px;
    overflow: hidden;
    width: 100%;
}

.evogallery-widget-grid {
    display: grid;
    gap: 30px;
}

.breadcrumb {
    background: none;
    margin: 0 auto;
    max-width: 1450px;
    overflow: hidden;
    padding: 5px 10px 12px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: none;
}

.row-breadcrumb {
    margin-bottom: 20px;
    z-index: 5;
}

.aboutusawards .evogallery-widget-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    transition: transform .35s ease, opacity .35s ease;
    width: 100%;
}

.aboutusawards .evogallery-widget-box {
    height: 200px;
    overflow: hidden;
    width: 100%;
}

label {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 20px;
 max-width: 100%;
}

abbr[data-original-title], abbr[title] {
    border-bottom: 1px dotted #8c8c8c;
    cursor: help;
    color: red;
}

.contact-form :last-child {
    margin-bottom: 20px;
}
.form-control, .input-group .form-control:last-child {
    border-color: #a4a4a4;
    border-radius: 5px;
}

.brands_container .sidebar-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.scrollingbanners .container {
    background: transparent !important;
}

.catalog-grid h2 {
    font-size: 1.25em;
    color: white !important;
    font-style: normal;
    font-weight: 700;
}

.showroombanner .doublebanner_wrapper .banner1 .banner_subtitle, .doublebanner_wrapper .banner2 .banner_subtitle, .singlebanner_wrapper .banner_subtitle {
    font-size: 1em;
  padding-top: 10px;
    color: white;
}

.catalog-grid {
    margin-top: 0px;
    padding: 0;
    width: 100%;
}
  
cibanner .doublebanner_wrapper .banner1 .banner_title, .doublebanner_wrapper .banner2 .banner_title, .singlebanner_wrapper .banner_title {
    font-size: 1.25em;
    font-style: italic;
}

div.customertools .customertools-container {
    background: #f1f1f1 !important;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}

#cdash_address .with-padding-trl {
    background-color: #f1f1f1 !important;
    padding: 15px;
}

.productsummary_container .productdetails .prod-code span {
    background-color: #f2f2f2;
    color: var(--evo-text-col);
    font-weight: 400;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f2f2f2;
}

.page-content {
    margin-bottom: 0px;
    margin-top: 15px;
}

.productlogomedia .evogallery-widget-box {
    height: 100px;
    overflow: hidden;
    width: 100%;
      margin-bottom: 50px;

}

.productlogomedia .evogallery-widget-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    transition: transform .35sease, opacity .35sease;
    width: 100%;
}

.productlogomedia .evogallery-widget-grid {
    display: grid;
    gap: 50px;
}

/* Top Red Banner with Icons */

.topheaderbanner  {
  background: #f1f1f1 !important;
      padding: 12px 0 !important;
}

.headsocials .social a {
    color: #000;
    font-size: 1.3em !important;
    margin: 0;
    margin: 0 !important;
    text-decoration: none !important;
    transform: none !important;
}

.header-links a {
  font-family: 'Barlow Semi Condensed', sans-serif;
    margin-right: 10px;
    position: relative;
    transition: color .35s ease;
      color: #000;
    display: inline-flex
}

.header-links .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    padding-right: 15px;
}

.newheaderlinks a {
    margin-right: 5px;
    position: relative;
    transition: color .35s ease;
    color: #000 !important;
    display: inline-flex
}

.social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px !important;
    height: auto;
    justify-content: flex-start !important;
    margin: 0;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1.5 !important;
    text-rendering: auto;
}

.lastviewedproducts_container .product div.product-sku .product-sku-label, .lastviewedproducts_container .tile div.product-sku .product-sku-label, .merchandisingcontent_container .product div.product-sku .product-sku-label, .merchandisingcontent_container .tile div.product-sku .product-sku-label, .productsgrid_container .product div.product-sku .product-sku-label, .productsgrid_container .tile div.product-sku .product-sku-label, .productsrelated_container .product div.product-sku .product-sku-label, .productsrelated_container .tile div.product-sku .product-sku-label, .widget-contract-items-html .product div.product-sku .product-sku-label, .widget-contract-items-html .tile div.product-sku .product-sku-label, .widget-lastviewedproducts-html .product div.product-sku .product-sku-label, .widget-lastviewedproducts-html .tile div.product-sku .product-sku-label {
 background-color: #f1f1f1 !important;
    display: inline-block;
    padding: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

  /* Form changes */

.linkformdesign {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 20px;
}

.form-label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 12px;
    max-width: 100%;
}

/* Hover effect on the wrapper */
.singlebanner_wrapper:hover .banner_content,
.doublebanner_wrapper:hover .banner_content {
transform: scale(1.03); /* Slight zoom */
}

.singlebanner_wrapper .banner_content,
.doublebanner_wrapper .banner_content {
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
  
}


/* Repeat Background Image */

body {
    background-image: url("https://us.evocdn.io/dealer/1528/content/media/bw wood background.png");
    background-repeat: repeat;

}

/* Make sure the wrapper is positioned correctly */
.singlebanner_wrapper, .doublebanner_wrapper {
    position: relative;
    overflow: hidden;
}

/* Banner content styles */





/* Increased logo on header */
.logo img {max-height: 180px !important;}



nav.menu .catalog-block ul.catalog>li .submenu .submenucontainer {flex-direction: column !important;}
.menu.expanded .catalog>li>ul.submenu>div>li { width: 300px; }

/* Start of add Sticky header EvoX */
@media only screen and (min-height: 768px) {
.menubarStick {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 15;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.headersection-3.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}

/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:40px;
}
}
/* end of add Sticky header EvoX */

.showroombanner .doublebanner_wrapper .banner1 .banner_subtitle, .doublebanner_wrapper .banner2 .banner_subtitle, .singlebanner_wrapper .banner_subtitle {
    background: black;
  font-size: 1.3rem;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Edits for adding background to body */
.page-content .container,
.page-content.container{
  background: #fff;
}

.hero-new .hero-box .container {
  background: transparent;
}