header .minicart_container .cart-btn>a.btn .minicart_count {
    align-items: center;
    background: #fe6730;
    border-radius: 100%;
    color: #fff;
    display: flex
;
    height: 24px;
    justify-content: center;
    transition: color .35s ease, background .35s ease;
    width: 24px;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: white;
    display: flex
;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

nav.menu .catalog-block ul.catalog {
    align-items: stretch;
    display: flex
;
    justify-content: center;
    background-color: black;
}

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

a {
    text-decoration: none;
    color: #FFFFFF;
}

footer.footer .logo_container .logo img {
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
}

.contacts .contact-element.contact-icon i {
    color: #fe6730;
}

nav.menu .catalog-block ul.catalog {
    align-items: stretch;
    display: flex;
    justify-content: center;
    background-color: #404040;
}

.product-item span:has-text("Product Code") {
  background-color: #f56b3c;
  border-radius: 8px;
  padding: 4px 8px;
}

.categoryfiltermenu_container, .filters_container {
    background-color: #fcf5f0;
    border-radius: 5px;
    padding: 35px 20px;
}

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

.productsummary_container .productdetails .prod-code span {
    background-color: var(--evo-brand-accent, #e6effb);
    color: #ffffff;
    font-weight: 400;
}

header .header-full > div.headersection-2 {
	padding: 0;
}

.label-danger {
    background-color: #02a651;
}

a {
    text-decoration: none;
    color: #ff652e;
}

/* =========================================
   EDUCATION HERO
========================================= */

.edu-hero{
  width:100%;
  background:transparent;
  padding:35px 30px 25px;
  font-family:"DM Sans",sans-serif;
  box-sizing:border-box;
}

.edu-hero-inner{
  width:100%;
  max-width:1230px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}


/* =========================================
   LEFT CONTENT
========================================= */

.edu-hero-content{
  padding-top:0;
}

.edu-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:5px 12px;
  border:1px solid #d9d4cd;
  border-radius:30px;
  font-size:11px;
  line-height:1;
  letter-spacing:2px;
  color:#5b6470;
  background:#fff;
  margin-bottom:27px;
}

.edu-hero-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff6a3d;
  flex-shrink:0;
}

.edu-hero-title{
  margin:0;
  color:#3d3d3d;
  font-size:67px;
  line-height:1.1;
  letter-spacing:-3.5px;
  font-weight:500;
}

.edu-hero-title span{
  color:#ff6838;
  font-weight:400;
  font-style:italic;
}

.edu-hero-intro{
  max-width:600px;
  margin:25px 0 30px;
  font-size:18px;
  line-height:1.55;
  color:#5c5c5c;
  font-weight:400;
}


/* =========================================
   BUTTONS
========================================= */

.edu-hero-buttons{
  display:flex;
  align-items:center;
  gap:12px;
}

.edu-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:30px;
  text-decoration:none;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  font-weight:500;
  box-sizing:border-box;
  transition:all .2s ease;
}

.edu-btn-primary{
  background:#ff6838;
  color:#fff;
  border:1px solid #ff6838;
}

.edu-btn-primary:hover{
  background:#e9582e;
  border-color:#e9582e;
  color:#fff;
}

.edu-btn-secondary{
  background:transparent;
  color:#222;
  border:1px solid #333;
}

.edu-btn-secondary:hover{
  background:#333;
  color:#fff;
}


/* =========================================
   STATS
========================================= */

.edu-hero-stats{
  margin-top:46px;
  padding-top:32px;
  border-top:1px solid #ddd7ce;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.edu-stat-number{
  font-size:29px;
  line-height:1.1;
  font-weight:400;
  color:#283444;
  letter-spacing:-1px;
  margin-bottom:7px;
}

.edu-stat-text{
  font-size:12px;
  line-height:1.45;
  color:#686868;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.edu-hero-visual{
  position:relative;
  width:100%;
}

.edu-hero-image{
  display:block;
  width:100%;
  height:auto;
  max-height:445px;
  object-fit:cover;
  border-radius:17px;
  box-shadow:0 18px 35px rgba(0,0,0,.08);
}


/* =========================================
   FLOATING CARD
========================================= */

.edu-hero-float{
  position:absolute;
  left:-24px;
  bottom:-23px;
  width:240px;
  padding:18px 16px 19px;
  background:#fff;
  border:1px solid #ddd8d0;
  border-radius:12px;
  box-shadow:0 8px 18px rgba(0,0,0,.10);
  box-sizing:border-box;
}

.edu-float-label{
  margin-bottom:8px;
  font-size:11px;
  letter-spacing:2px;
  color:#68707b;
}

.edu-float-text{
  font-size:18px;
  line-height:1.55;
  color:#243143;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1000px){

  .edu-hero-inner{
    grid-template-columns:1fr 1fr;
    gap:35px;
  }

  .edu-hero-title{
    font-size:52px;
  }

  .edu-hero-intro{
    font-size:16px;
  }

  .edu-hero-stats{
    grid-template-columns:repeat(2,1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

  .edu-hero{
    padding:40px 20px 50px;
  }

  .edu-hero-inner{
    display:flex;
    flex-direction:column;
    gap:45px;
  }

  .edu-hero-title{
    font-size:44px;
    line-height:1.08;
    letter-spacing:-2px;
  }

  .edu-hero-intro{
    font-size:16px;
  }

  .edu-hero-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .edu-btn{
    width:100%;
  }

  .edu-hero-stats{
    grid-template-columns:repeat(2,1fr);
    gap:25px 15px;
  }

  .edu-hero-visual{
    padding-bottom:35px;
  }

  .edu-hero-float{
    left:15px;
    bottom:0;
  }

}

/* =========================================
   PRODUCT RANGE - SINGLE ROW
========================================= */

.product-range{
  width:100%;
  padding:15px 30px 50px;
  background:transparent;
  font-family:"DM Sans",sans-serif;
  box-sizing:border-box;
}

.product-range-inner{
  width:100%;
  max-width:1400px;
  margin:0 auto;
}


/* HEADING */

.product-range-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
}

.product-range-eyebrow{
  margin-bottom:10px;
  font-size:11px;
  font-weight:500;
  letter-spacing:3px;
  color:#ff6838;
}

.product-range-heading h2{
  margin:0;
  font-size:35px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:-1.5px;
  color:#283444;
}

.product-range-all{
  color:#283444;
  font-size:14px;
  text-decoration:none;
  border-bottom:1px solid #283444;
  padding-bottom:2px;
}


/* CATEGORY ROW */

.product-range-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
}


/* CARDS */

.product-range-card{
  display:block;
  min-width:0;
  border:1px solid #e2dfda!important;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  color:#283444;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}


/* IMAGE */

.product-range-image{
  width:100%;
  height:190px;
  padding:22px;
  overflow:hidden;
  background:#f7f7f6;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
}

.product-range-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transition:transform .3s ease;
}


/* CATEGORY NAME */

.product-range-card-content{
  position:relative;
  min-height:95px;
  padding:20px 18px 38px;
  box-sizing:border-box;
}

.product-range-card h3{
  margin:0;
  font-size:19px;
  line-height:1.25;
  font-weight:500;
  letter-spacing:-.3px;
  color:#283444;
} 


.product-range-shop{
  position:absolute;
  left:18px;
  bottom:15px;
  right:auto;
  top:auto;
  transform:none;
  font-size:9px;
  letter-spacing:1.5px;
  color:#283444;
}


/* HOVER */

.product-range-card:hover{
  transform:translateY(-3px);
  box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.product-range-card:hover .product-range-image img{
  transform:scale(1.04);
}

.product-range-card:hover .product-range-shop{
  color:#ff6838;
}


/* TABLET */

@media(max-width:1000px){

  .product-range-grid{
    grid-template-columns:repeat(3,1fr);
  }

}


/* MOBILE */

@media(max-width:600px){

  .product-range{
    padding:35px 20px 40px;
  }

  .product-range-heading{
    display:block;
    margin-bottom:25px;
  }

  .product-range-heading h2{
    font-size:30px;
  }

  .product-range-all{
    display:inline-block;
    margin-top:15px;
  }

  .product-range-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .product-range-image{
    height:120px;
    padding:14px;
  }

  .product-range-card-content{
    min-height:72px;
    padding:14px 12px 32px;
  }

  .product-range-card h3{
    font-size:15px;
  }

  .product-range-shop{
    left:12px;
    bottom:11px;
  }

}

/* =========================================
   EDUCATION BUYING SECTION
========================================= */

.education-buying{
  width:100vw;
  position:relative;
  left:50%;
  margin-left:-50vw;
  margin-top:-55px;
  background:#3d3d3d;
  padding:75px 30px;
  font-family:"DM Sans",sans-serif;
  box-sizing:border-box;
}

.education-buying-inner{
  width:100%;
  max-width:1230px;
  margin:0 auto;
  display:grid;
  grid-template-columns:360px 1fr;
  gap:95px;
  align-items:start;
}


/* LEFT */

.education-buying-eyebrow{
  margin-bottom:14px;
  font-size:11px;
  line-height:1;
  font-weight:500;
  letter-spacing:2.5px;
  color:#f5a623;
}

.education-buying-intro h2{
  margin:0 0 25px;
  font-size:36px;
  line-height:1.1;
  letter-spacing:-1.5px;
  font-weight:500;
  color:#fff;
}

.education-buying-intro p{
  margin:0;
  max-width:360px;
  font-size:16px;
  line-height:1.55;
  font-weight:400;
  color:#ddd;
}


/* RIGHT GRID */

.education-buying-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
}

.education-buying-item{
  min-height:135px;
  padding:34px 32px;
  box-sizing:border-box;
}

.education-buying-item:nth-child(odd){
  padding-left:0;
  border-right:1px solid rgba(255,255,255,.12);
}

.education-buying-item:nth-child(even){
  padding-right:0;
}

.education-buying-item:nth-child(-n+2){
  padding-top:34px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.education-buying-item:nth-child(n+3){
  padding-bottom:10px;
}

.education-buying-item h3{
  margin:0 0 13px;
  font-size:19px;
  line-height:1.3;
  font-weight:600;
  color:#fff;
}

.education-buying-item p{
  margin:0;
  max-width:320px;
  font-size:14px;
  line-height:1.5;
  color:#ddd;
}


/* TABLET */

@media(max-width:900px){

  .education-buying-inner{
    grid-template-columns:1fr;
    gap:45px;
  }

  .education-buying-intro{
    max-width:550px;
  }

}


/* MOBILE */

@media(max-width:600px){

  .education-buying{
    padding:50px 20px;
  }

  .education-buying-inner{
    gap:35px;
  }

  .education-buying-intro h2{
    font-size:31px;
  }

  .education-buying-grid{
    display:block;
  }

  .education-buying-item{
    min-height:auto;
    padding:24px 0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }

  .education-buying-item:last-child{
    border-bottom:0!important;
    padding-bottom:0!important;
  }

}

.quote-intro{
  max-width:720px;
  margin:0 auto;
  padding:65px 30px;
  font-family:"DM Sans",sans-serif;
  box-sizing:border-box;
}

.quote-intro h2{
  margin:0 0 20px;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-2px;
  font-weight:400;
  color:#343b43;
  white-space:nowrap;
}

.quote-intro h2 span{
  color:#ff6838;
  font-style:italic;
  font-weight:400;
}

.quote-intro p{
  max-width:650px;
  margin:0;
  font-size:17px;
  line-height:1.6;
  color:#62676c;
}

.quote-intro h2{
  margin:0 0 18px;
  font-size:46px;
  line-height:1.05;
  letter-spacing:-2px;
  font-weight:400;
  color:#343b43;
}

.quote-intro h2 span{
  color:#ff6838;
  font-style:italic;
  font-weight:400;
}

.quote-intro p{
  max-width:600px;
  margin:0;
  font-size:16px;
  line-height:1.55;
  color:#62676c;
}

@media(max-width:767px){
  .quote-intro{
    max-width:none;
    padding:50px 20px 25px;
  }

  .quote-intro h2{
    font-size:36px;
    letter-spacing:-1.5px;
  }
}

/* =========================================
   EDUCATION QUOTE - CONTACT FORM
========================================= */

.contactform_container{
  padding:26px 24px 22px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:15px;
  box-shadow:0 3px 8px rgba(0,0,0,.10);
  box-sizing:border-box;
  font-family:"DM Sans",sans-serif;
}


/* FORM GROUPS */

.contactform_container .form-group{
  margin-bottom:17px;
}


/* LABELS */

.contactform_container label{
  display:block;
  margin-bottom:8px;
  font-family:"DM Sans",sans-serif;
  font-size:11px;
  line-height:1;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#58616a;
}


/* INPUTS + TEXTAREA */

.contactform_container .form-control{
  display:block;
  width:100%;
  height:40px;
  padding:0 13px;
  border:1px solid #d8d3cb;
  border-radius:6px;
  background:#faf9f7;
  box-shadow:none;
  color:#333;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  box-sizing:border-box;
  outline:none;
}

.contactform_container textarea.form-control{
  height:78px;
  padding:11px 13px;
  line-height:1.45;
  resize:vertical;
}


/* FOCUS */

.contactform_container .form-control:focus{
  border-color:#ff6838;
  box-shadow:0 0 0 2px rgba(255,104,56,.08);
}


/* RECAPTCHA */

.contactform_container .g-recaptcha{
  margin:5px 0 17px;
}


/* SUBMIT BUTTON */

.contactform_container button,
.contactform_container input[type="submit"]{
  display:block;
  width:100%;
  min-height:45px;
  padding:0 20px;
  border:0!important;
  border-radius:30px!important;
  background:#ff6838!important;
  color:#fff!important;
  box-shadow:none!important;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:background .2s ease;
}

.contactform_container button:hover,
.contactform_container input[type="submit"]:hover{
  background:#e9582e!important;
  color:#fff!important;
}


/* RESPONSE / SUCCESS MESSAGE */

.contactform_container .response-message{
  margin-bottom:15px;
  font-family:"DM Sans",sans-serif;
  font-size:13px;
}


/* MOBILE */

@media(max-width:767px){

  .contactform_container{
    max-width:none;
    margin:20px 20px 45px;
    width:calc(100% - 40px);
    padding:23px 20px 20px;
  }

}

.education-quote-section{
  background:#f4f4f4!important;
}

.education-quote-section .quote-intro{
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
  min-height:515px;
  padding-top:0;
  padding-bottom:0;
}

/* =========================================
   QUOTE SECTION - DESKTOP
========================================= */

.education-quote-section .contactform_container{
  margin:30px 30px 30px 0!important;
  box-sizing:border-box;
}

/* =========================================
   QUOTE SECTION - MOBILE
========================================= */

@media(max-width:767px){

  .education-quote-section{
    display:block;
    min-height:0;
  }

  /* LEFT TEXT */

  .education-quote-section .quote-intro{
    display:block;
    width:100%;
    max-width:none;
    min-height:0;
    height:auto;
    margin:0;
    padding:40px 22px 30px;
    box-sizing:border-box;
  }

  .quote-intro h2{
    margin:0 0 18px;
    white-space:normal!important;
    font-size:32px;
    line-height:1.12;
    letter-spacing:-1.2px;
    font-weight:400;
  }

  .quote-intro h2 span{
    display:block;
    margin-top:4px;
    white-space:normal;
    font-size:32px;
    line-height:1.12;
  }

  .quote-intro p{
    width:100%;
    max-width:none;
    margin:0;
    font-size:15px;
    line-height:1.55;
  }

  /* CONTACT FORM */

  .education-quote-section .contactform_container{
    width:calc(100% - 40px);
    max-width:none;
    margin:20px 20px 40px!important;
    padding:23px 20px 20px;
    box-sizing:border-box;
  }

}

.merchandisingcontent_container .product .footer .footer-wrapper-price,
.merchandisingcontent_container .tile .footer .footer-wrapper-price {
	margin-top:20px;
}

nav.menu .catalog-block ul.catalog > li > a:hover {
	color: #ff6838;
}