@media only screen and (min-width:769px) {
  .desktop-hide{
    display:none !important;
  }

  .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;
}

div.customertools .customertools-container {
    background: #f2f2f2 !IMPORTANT;
    color: black !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}


label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
  color: black;
}

.formoptions {
      padding: 20px;
    border: 1px solid grey;
    border-radius: 30px;
    background: #e1f1fe;
  margin-bottom: 30px !important;
}

.formoptions h3 {
  padding-top: 20px !important;
}

.morefromussection {
    flex-basis: 32%;
    background-color: #fcfcfc;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #199bfa !important;
   border: #199bfa 3px solid !important;
  border-radius: 20px;
}

.pagesbutton:hover {
      color: #ff0000 !important;
    background: #fff !important;
 border: #ff0000 3px solid !important;
    border-radius: 20px;
}
  
  .roll-brand-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px;
}

.roll-brand-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.roll-brand-item:hover {
  transform: scale(1.05);
}

.roll-brand-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .roll-brand-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .roll-brand-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
  

  /* Top Blue Banner with Icons */

.topheaderbanner  {
  background: #129bfd !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 {
    margin-right: 10px;
    position: relative;
    transition: color .35s ease;
      color: #FFF;
    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: #FFF !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;
}
  
.social a  {
    color: WHITE;
}
  

.homepagesbutton {
    padding: 5px 50px !important;
    color: #fff !important;
    background: #ff0400 !important;
   border: #ff0400 3px solid !important;
  border-radius: 20px;
}
  
.homepagesbutton:hover {
      color: #ff0000 !important;
    background: #fff !important;
 border: #ff0000 3px solid !important;
    border-radius: 20px;
}
  
  #cdash_address .with-padding-trl {
    background-color: #ffffff;
    padding: 15px;
}