@import url("//fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300");
:root {
  --primary-color:#231f20;
  --secondary-color:#929799;
  --light-grey: #d7dbdc;


}
body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff /*{body|background-colour}*/;
  background-image: none /*{body|background-image}*/;
  padding-top: 20px;
}

a,
a:hover,
a:active,
.btn-link,
.btn-link:hover {
  color: #000 /*{body|link-colour}*/;
}

.list-group-item-info {
  color: #ffffff;
  background-color: var(--primary-color);
}
.list-group-item-info:hover {
    color: #ffffff;
}

.wrapper-header.container {
  background-color: rgba(0, 0, 0, 0) /*{header|background-color}*/;
}

.wrapper-header,
.navbar .container,
.thumbnail {
  background: transparent;
}

.navbar {
  background-color: rgba(255, 255, 255, 1) /*{header|navbar-colour}*/;
  border-color: rgba(255, 255, 255, 1) /*{header|navbar-colour}*/;
}
.nMobileNav li {
  width: 20%;
}
.nMobileNav li a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
  color: #000 /*{header|link-colour}*/;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .wrapper-header .navbar-nav .dropdown-menu {
    background-color: transparent;
  }

  .wrapper-header .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 1) /*{header|link-colour}*/;
  }
}

.wrapper-footer {
  background-color: #000 /*{footer|background-colour}*/;
  color: #ffffff /*{footer|text-colour}*/;
  padding: 60px 0;
}

.wrapper-footer p,
.wrapper-footer h1,
.wrapper-footer h2,
.wrapper-footer h3,
.wrapper-footer h4,
.wrapper-footer h5,
.wrapper-footer h6 {
  color: #ffffff /*{footer|text-colour}*/;
}

.wrapper-footer a,
.wrapper-footer a:hover,
.wrapper-footer a:visited {
  color: #ffffff /*{footer|link-colour}*/;
}

/* Footer Menu */
.footer-navigation {
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer-navigation .col {
    flex-basis: 50% !important;
  }
}

@media (max-width: 340px) {
  .footer-navigation .col {
    flex-basis: 100% !important;
  }
}

/* Secondary button */
.btn-outline-secondary,
.btn-default {
  color: #000 !important
	/*{buttons | btn-default-text-colour}*/
	;
  background-color: #ffffff /*{buttons | btn-default-background-colour}*/;
  border-color: #000 /*{buttons | btn-default-border-colour}*/;
}

.btn-outline-secondary:hover,
.btn-default:hover {
  color: #000 !important
	/*{buttons | btn-default-text-colour-hover}*/
	;
  background-color: #ffffff /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #000 /*{buttons | btn-default-border-colour-hover}*/;
}

.btn-outline-secondary.disabled,
.btn-default:disabled {
  color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}

/* Primary button */
.btn-primary {
  color: #ffffff /*{buttons | btn-primary-text-colour}*/;
  background-color: #000 /*{buttons | btn-primary-background-colour}*/;
  border-color: #000 /*{buttons | btn-primary-border-colour}*/;
}

.btn-primary:hover {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #000 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #000 /*{buttons | btn-primary-border-colour-hover}*/;
  opacity: 0.9;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #000 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #000 /*{buttons | btn-primary-border-colour-hover}*/;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #000 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #000 /*{buttons | btn-primary-border-colour-hover}*/;
}

/* Success button */
.btn-success {
  color: #ffffff /*{buttons | btn-success-text-colour}*/;
  background-color: #000 /*{buttons | btn-success-background-colour}*/;
  border-color: #000 /*{buttons | btn-success-border-colour}*/;
}

.btn-success:hover {
  color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #000 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #000 /*{buttons | btn-success-border-colour-hover}*/;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #000 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #000 /*{buttons | btn-success-border-colour-hover}*/;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #000 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #000 /*{buttons | btn-success-border-colour-hover}*/;
}

/*****************
  BOOTSTRAP COLORS
  ************/
.text-primary {
  color: #000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #000 !important;
}

.text-muted {
  color: #5d5d5d !important;
}

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

.text-dark {
  color: #121212 !important;
}

.border-light {
  border-color: #dddddd !important;
}

.bg-light {
  background-color: #dddddd !important;
}

.bg-light-blue {
  background-color: #eff9ff !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.blue-bg-wrapper-no-text {
  padding-bottom: 13px;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-48 {
  padding-top: 48px !important;
}

#n_product .thumbnail-image img.product-image {
  width: 100%;
  vertical-align: inherit;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: auto;
}

#n_product h3.category-thumb-header a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.mb-73 {
  margin-bottom: 73px;
}
.savings-container + .downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: flex-end;
  justify-self: flex-end;
  width: 100%;
  align-items: flex-start;
}
.related-products-item {
  display: flex;
  flex-direction: column;
}
@media(min-width: 768px) {
  #n_product .thumbnail-image img.product-image {
    height: 245px;
    object-fit: contain;
  }
}

/***********************
 GENERAL CUSTOMIZATION
 ***********************/

body {
  color: #121212;
}

.btn {
  border-radius: 2px;
  opacity: 1;
  color: #fff;
  padding: 11px 36px;
}
.btn.btn-responsive {
  padding: 0.375rem 0.75rem;
}

.btn i {
  margin-right: 10px;
}

a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a[type="button"].btn.btn-primary {
  color: #fff;
  font-size: 14px;
}

a[type="button"].btn.btn-primary:hover {
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h1 {
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 30px;
  line-height: 57px;
}

h2 {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 46px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

a.blog-link {
  color: #121212;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}



a.blog-link:hover {
  text-decoration: none;
  transform: translateX(2px);
}

p {
  font-size: 16px;
  line-height: 30px;
}

li {
  font-size: 16px;
  line-height: 30px;
}

.main-content {
  padding-bottom: 25px;
  padding-top: 25px;
}

#homepageCarousel {
  margin: -15px 0px;
}

.subheader {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-weight: 400;
}

.mb-50 {
  margin-bottom: 50px;
  line-height: 1;
}
.mb-25 {
  margin-bottom: 25px;
  line-height: 1;
}

/***********************
 NAVIGATION
 ***********************/
div.container.wrapper-header
  > div
  > div
  > div
  > div
  > ul.nav.navbar-nav
  > li:nth-child(3)
  > a.btn.btn-primary {
  color: #fff;
}

div.div.container.wrapper-header
  > div
  > div
  > div
  > div
  > ul.nav.navbar-nav
  > li:nth-child(3)
  > a.btn-primary:hover {
  color: #282828;
  background-color: var(--primary-color);
  border-color: #000;
  opacity: 0.8;
}

ul.nav.navbar-nav.ml-auto.d-none.d-md-flex
  > li.nav-item.dropdown.dropdown-hover
  > a
  > i.fa.fa-user {
  padding: 3px 5px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 19px;
}

ul.nav.navbar-nav.ml-auto.d-none.d-md-flex
  > li.nav-item.dropdown.dropdown-hover
  > a
  > i.fa.fa-shopping-cart {
  font-size: 21px;
}

/* Secondary Navigation */

div.secondary-navigation {
  background-color: var(--primary-color);
  max-height: 72px;
}

div.secondary-navigation div.navbar.navbar-default {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

div.secondary-navigation
  > div.wrapper-header
  > div
  > div
  > div
  > div
  > ul.nav.navbar-nav
  > li
  > a.nav-link {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 34px;
  padding: 16px 26px !important;
}

#navbarSecondaryMenu > ul > li > a:hover {
  color: #000;
  background-color: #fff;
}

#navbarSecondaryMenu > ul > li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

#navbarSecondaryMenu > ul > li:hover {
  background-color: #fff;
}

#navbarSecondaryMenu > ul > li:hover a {
  color: #000;
}

div.secondary-navigation > div > div {
  display: flex;
  align-items: center;
}

div.secondary-navigation > div > div > div > div {
  padding: 0;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: "FontAwesome";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.dropdown-menu {
  border-radius: 2px;
  border: none;
}

/* UPDATE ORDER OF LINKS */
#navbarSecondaryMenu > ul > li:nth-child(1) {
  order: 3;
}

#navbarSecondaryMenu > ul > li:nth-child(2) {
  order: 1;
}

#navbarSecondaryMenu > ul > li:nth-child(3) {
  order: 2;
}
#navbarSecondaryMenu > ul > li:nth-child(4) {
  order: 4;
}

/* Adjust padding/spacing on header */

div.container.wrapper-header
  > div
  > div
  > div
  > div
  > ul.nav.navbar-nav.mr-auto
  > li:nth-child(1)
  > a {
  padding-left: 0;
  /* padding-right: 38px !important; */
}

/*
div.container.wrapper-header
  > div
  > div
  > div
  > div
  > ul.nav.navbar-nav.mr-auto
  > li:nth-child(n + 2)
  > a {
    padding-right: 38px !important;
}
*/

div.secondary-navigation > div > div.row {
  display: flex;
  justify-content: space-between;
}

div.header-search form {
  width: 351px;
}

/* Search Bar FORMS */
.header-search {
  display: flex;
  /* justify-items: self-end; */
  justify-content: flex-end;
}

.header-search .input-group .form-control:first-child,
.header-search .input-group #stloc_selector_cysel:first-child,
.header-search .input-group #stloc_state_sel:first-child,
.header-search .input-group #suburb_sl:first-child,
.header-search .input-group ._itmspec_opt:first-child,
.header-search .input-group .n-wrapper-form-control select:first-child,
.n-wrapper-form-control .header-search .input-group select:first-child,
.header-search .input-group-btn:last-child > .btn {
  border-radius: 2px !important;
  height: 40px;
}

.header-search .input-group-btn:last-child > .btn {
  color: #000 !important;
  background: #fff;
  border-color: transparent;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-color: transparent;
  border-left-style: none;
  padding: 0.375rem 0.75rem;
}

.header-search .input-group-btn:last-child > .btn:hover {
  color: #000;
  opacity: 0.9;
}

#name_search {
  border-right-color: #fff;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #fff;
}

::placeholder {
  font-size: 12px;
  color: #00000066;
}

.mega-menu {
  width: auto !important;
  border-radius: 0;
  border-top-color: transparent !important;
}

@media (min-width: 768px) {
  .mega-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .mega-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.dropdown-menu > li > a {
  color: #000;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

#primaryNavigationMenu .dropdown-menu {
  width: 295px;
}

#primaryNavigationMenu .dropdown-menu > li > a.nav-link {
  padding-left: 31px;
  padding-right: 31px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  opacity: 0.9;
}

/***********************
MEGA MENU STYLING
 ***********************/
div.secondary-navigation > div {
  display: flex;
  justify-content: space-between;
}

div#navbarSecondaryMenu ul.prod-cat {
  width: 500px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
  height: 100%;
  border-right: 2px solid #dddddd;
}

div#navbarSecondaryMenu li.lv2-li > a.nav-link {
  font-weight: 700;
  font-size: 15px;
  padding-right: 45px !important;
  position: relative;
  padding: 12px 40px 12px 20px !important;
  color: var(--primary-color);
}

div#navbarSecondaryMenu li.lv2-li.open > a {
  pointer-events: none;
}

div#navbarSecondaryMenu li.lv2-li.open > a.nav-link {
  background: var(--primary-color);
}

div#navbarSecondaryMenu li.lv2-li.open > a.nav-link:hover {
  background-color: #026aa5;
  color: #fff;
}
@media (min-width: 1200px) {
  div#navbarSecondaryMenu li.lv2-li > a.nav-link {
    margin-left: 1rem;

  }
}
@media (min-width: 768px) {
  div#navbarSecondaryMenu li.lv2-li > a.nav-link {
    margin-left: calc(3vw - 15px);

  }
}

/* div#navbarSecondaryMenu ul.prod-cat .dropdown-menu {
	overflow: auto;
	top: 0 !important;
	right: 0;
	left: 300px;
	border: 0;
	background: #fff;
} */

div#navbarSecondaryMenu .open > .dropdown-menu {
  display: block;
}


div#navbarSecondaryMenu li.lv3-li {
  display: inline-block;
  width: 100%;
}

/* Mega Menu */
.secondary-navigation {
  position: relative;
}

.secondary-navigation .navbar {
  position: initial;
}

#navbarSecondaryMenu .cat-menu.dropdown {
  position: initial;
}

#navbarSecondaryMenu .cat-menu .dropdown-menu.dropdown-menu-product {
  /* display: block; */
  max-width: none;
  width: 100%;
  padding: 40px 5%;
  padding-bottom: 55px;
}

#navbarSecondaryMenu .cat-menu .dropdown-menu-sub {
  position: absolute;

  width: calc(90% - 500px);
  /* Depends on left side parent menu width and container padding */
  left: calc(5% + 500px) !important;
  /* Depends on left side parent menu width  and container padding*/
  top: 30px !important;
  /* Depends on left side parent menu width  and container padding*/
  /* background: red !important; */
}

.secondary-navigation .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.dropdown-menu-product .lv2-li .dropdown-menu-sub {
  display: none;
}

.dropdown-menu-product .lv2-li:nth-child(1) .dropdown-menu-sub {
  display: block;
}

/* Mega menu Category Menu links  */
a.nav-link.dropdown-toggle.cat-list:after {
  content: "";
}

li.nav-item.show {
  border-left: 2px solid #026aa5;
}

/***********************
HOME PAGE
 ***********************/
section#homepageCarousel > div.carousel-inner > div.carousel-item > a > img {
  object-fit: cover;
  max-width: 100%;
}

.home-about-section {
  margin-top: 15px;
}

.slideContainer {
  background-size: cover;
  width: 100%;
  min-height: 150px;
  height: 517px;
  background-position: 52% 52%;
}

.slideContainer .carousel-caption {
  text-shadow: none;
  position: relative;
  max-width: 41%;
  text-align: left;
  left: 0;
  padding-top: 128px;
}

.slideContainer .carousel-caption h1 {
  font-size: 48px;
  line-height: 57px;
  font-weight: bold;
  margin-bottom: 32px;
}

.slideContainer .carousel-caption p {
  font-size: 19px;
  line-height: 35px;
  margin-bottom: 34px;
}

/* div.hero .carousel-indicators li {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
} */

.main-content > div.home-about > section.n-responsive-content > p {
  line-height: 32px;
  font-size: 20px;
}

.main-content > div.home-about > div:nth-child(3) > p > span {
  font-size: 16px;
}

div.row.home-two-column > div.home-img-column > img {
  width: 606px;
}

#n_home div.home-text-column div h2 {
  line-height: 56px;
}


.shade-bg-box .shade-bg:nth-child(odd) .text-col{
  padding: 50px 50px;
}
.shade-bg-box .shade-bg:nth-child(even) .text-col{
  padding: 25px 15px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.home-text-column.left-text-column {
  padding: 0 15px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper.grey-bg.home-about-section div.home-two-column {
  padding-bottom: 0;
  padding-top: 60px;
}

div.home-two-column {
  padding-bottom: 60px;
  padding-top: 60px;
}

div.home-about {
  margin-bottom: 0;
}

.main-content > div > div.home-text-column > p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
}

div.home-brands {
  background-image: radial-gradient(circle at top right, #009fda, #1f56ad 80%);
  padding-top: 54px;
  padding-bottom: 30px;
}

div.home-brands > div.featured-brands > div > h2 {
  text-align: center;
  margin-bottom: 46px;
  line-height: 50px;
}

div.home-brands .brand-item:nth-child(-n + 4) {
  padding-bottom: 99px;
}

div.home-brands .brand-item:nth-child(n + 5) {
  padding-bottom: 50px;
}

section.home-news {
  padding: 60px 0;
}
section.home-news h2{
  font-weight: 500;
}
h4.blog-title {
  text-align: left;
  margin-bottom: 12px;
}

/* FOR PAGES WITH HERO REDUCE SPACING
*/
#n_home #main-content,
.page-id-1755 #main-content {
  padding-top: 15px;
  padding-bottom: 0;
}

section.home-news article.home-news-container > a > img.home-news-img {
  margin-bottom: 20px;
  width: 100%;
}
article.home-news-container a{
  width: 100%;
}

/* Styling Mega menu */
/* div.secondary-navigation > div > div > div > div > div > ul > li.dropdown.dropdown-hover.nav-item > ul.dropdown-menu {
	width: 50vw;
}
div.container-fluid.secondary-navigation > div > div > div.col-12.col-sm-6 > div > div > ul > li.dropdown.dropdown-hover.nav-item > ul > li > ul{
	display: block;
    position: relative;
    left: 20%;
} */

.wrapper.home-video-section {
  padding-top: 60px;
  padding-bottom: 60px;

}

/***********************
FOOTER
 ***********************/

footer > div > div > div > div > div > a {
  margin: 10px 0;
  padding: 0 !important;
}

footer > div > div > div > div > div > h4 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 12px;
  font-weight: bold;
}

.row.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #ffffffbf;
  margin-top: 30px;
}

footer > div > div.row.footer-bottom > div > div > div > a:nth-child(1) {
  padding-right: 20px !important;
}

footer > div > div.row.footer-bottom > div > div > span,
footer > div > div.row.footer-bottom > div > div > div > a {
  color: #ffffffbf;
}

footer ul.list-inline.list-social.d-flex.justify-content-between {
  width: 50%;
  justify-content: flex-start !important;
}
footer ul.list-inline.list-social.d-flex.justify-content-between > li + li {
  margin-left: 1rem;
}


.list-social i {
  font-size: 22px;
  color: #fff;
}

footer > div > div:nth-child(1) > div > div > div:nth-child(5) > div > h4 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 12px;
  font-weight: bold;
}

.fa-instagram:before {
  content: "\f16d";
}

/***********************
ABOUT  PAGE
***********************/
h2.text-center.about-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

.about-text-column > ul > li {
  font-size: 16px;
  line-height: 28px;
}

.row.about-two-column {
  padding-bottom: 40px;
}

.p-16 {
  font-size: 16px;
  line-height: 24px;
}

.lh-24 {
  line-height: 24px;
}

.lh-32 {
  line-height: 32px;
}

.row.image-bottom {
  margin-top: 75px;
  margin-bottom: 100px;
}

/***********************
MASTER CATEGORY LANDING  PAGE
 ***********************/

/* .row.d-flex.justify-content-center {
    margin-top: 75px;
} */
.mb-72 {
  margin-bottom: 72px;
}

.benefit-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
}

.benefit-text-box p {
  font-size: 16px;
  line-height: 28px;
  max-width: 350px;
}

div.main-content
  > div.row.d-flex.justify-content-center
  > article:nth-child(n + 4) {
  margin-bottom: 50px;
}

.button-row {
  margin-bottom: 100px;
}

#n_category .nav-pagination {
  padding-top: 53px;
  padding-bottom: 100px;
}

/***********************
CATEGORY PAGE  / BRAND PAGE
 ***********************/
.wrapper.category-wrapper {
  background-color: var(--light-grey);
  padding-bottom: 50px;

  
}

.category-wrapper-thumbnail {
  display: flex;
  min-height: 209px;
  justify-content: center;
  margin: 40px auto;
}

.thumbnail.cat-thumbnail {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.thumb>section>div.wrapper-thumbnail>div>div.caption {
  margin-bottom: auto;  /* Alignment issue */
}
section.cat-description {
  max-width: 603px;
  
}

.main-container.category-container {
  padding-top: 43px;
}

.breadcrumb {
  background-color: transparent;
  padding-top: 41px;
  padding-bottom: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #121212;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 8px;
}

li.breadcrumb-item a {
 
  font-size: 10px;
  line-height: 12px;
}

div.wrapper.category-wrapper > div > div > div > h1 {
  margin-bottom: 21px;
}

/********MAIN PRODUCT GRID *********/

.thumb > section > div.wrapper-thumbnail > div > div.pic > a > img {
  width: 100%;
  height: 245px;
  vertical-align: inherit;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

div.thumb > section > div.wrapper-thumbnail > div > div.caption {
  margin-top: 5px;
}

div.thumb > section > div.wrapper-thumbnail > div > div.caption > h3 > a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

div.thumb
  > section
  > div.wrapper-thumbnail
  > div
  > div.caption
  > h3.category-thumb-header {
  margin-bottom: 0;
}

div.thumb > section > div.wrapper-thumbnail > div > div.caption .text-subtitle-wrap > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}

div.thumb > section > div.wrapper-thumbnail > div > div.caption .text-subtitle-wrap > p:last-child {
  margin-bottom: 0;
}

div.thumb > section > div.wrapper-thumbnail > div > div.downloads {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
  min-height: 72px !important;
  gap: 5px;
}

div.thumb > section > div.wrapper-thumbnail > div > div.downloads > a {
  max-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-48 {
  width: 48% !important;
}

.savings-container {
  position: inherit;
  text-align: left;
  display: inline-block;
}

.savings-container span.label.label-default {
  font-size: 20px;
  line-height: 32px;
}

/* PAGINATION */
.page-link {
  border: none;
  color: #121212;
}

.page-link:hover {
  color: #5d5d5d;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.8;
}

.page-item .page-link {
  margin: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: var(--primary-color);
  border-color: #000;
}

.form-control,
select#sortby {
  border: 1px solid #121212;
  border-radius: 2px !important;
  color: #121212;
}

select#sortby {
  background-image: url(/assets/image/arrow_down_black_18dp.png);
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position: right 0.7em top 50%, 0 0;
  /* background-size: 0.65em auto, 100%; */
}

div.sort_container .btn-text,
div.sort_container .form-row label.col-2.col-form-label,
#left-sidebar > div > div.card-header > h3 > a {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 24px;
  font-weight: 400;
}

/* Sidebar */
aside#left-sidebar .card {
  border: none;
  border-radius: 2px !important;
}

aside#left-sidebar .card-header {
  background-color: transparent;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

aside#left-sidebar .list-group-item {
  border: 0;
  padding-left: 0;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  background: transparent;
}

aside#left-sidebar #filters .list-group-item i.far.fa-square {
  color: #dddddd;
  font-size: 24px;
  margin-right: 10px;
}

aside#left-sidebar #filters > div > div.title {
  margin-top: 20px;
  margin-bottom: 13px;
}

aside#left-sidebar #filters > div > div > h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

/* Price Range Slider */

.ui-state-default,
.ui-widget-content .ui-state-default {
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 1px solid #000;
}

.ui-widget-header {
  background: #000 !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #dddddd;
  background-color: #dddddd;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  opacity: 0.9;
}

form#pricesearch {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

/***********************
PRODUCTS PAGE
 ***********************/
.page-id-1762 .category-thumbnail:hover .hover-button {
  display: inline-block !important;
  position: absolute;
  top: 182px;
  left: 23%;
}

.page-id-1762 .category-thumbnail .cat-title {
  margin-top: 22px;
}

.page-id-1762 .category-thumbnail {
  margin-bottom: 40px;
}

/***********************
PRODUCTS SINGLE
 ***********************/

#n_product select._itmspec_opt {
  padding: 10px 12px !important;
}

#n_product select._itmspec_opt option {
  font-size: 15px;
}

.product-features p {
  font-size: 16px;
  line-height: 32px;
}

h1.product-page-header {
  font-size: 38px;
  line-height: 46px;
  font-weight: 300;
}

.product-page-product-code {
  font-size: 20px;
  line-height: 10px;
  font-weight: 500;
}

#n_product > div.wrapper {
  background-color: #eff9ff;
}

#n_product #main-image {
  border: 1px solid #dddddd;
  border-radius: 2px;
}

#n_product .container.product-container {
  margin-top: 40px;
  margin-bottom: 100px;
}

#_jstl__buying_options_r > div.extra-options > hr {
  border-top: 1px solid transparent;
}

.productprice.productpricetext {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

.product-video-text-column {
  padding-left: 132px;
  padding-top: 34px;
}

.nSmallThumbTitle {
  height: 46px;
  overflow: hidden;
}

.product-subheader {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#n_product .variation-name label {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
}

#n_product .product-quantity label {
  font-size: 20px;
  font-weight: 400;
}

/***********************
RESOURCES LANDING
 ***********************/

/***********************
RESOURCES VIDEOS LANDING
 ***********************/
.page-id-1584 section.row.video-blog-row {
  padding-top: 75px;
  padding-bottom: 100px;
}

section.video-blog-row .video-box h4 {
  margin-top: 20px;
}

/* Blue wrapper */
.wrapper.blue-bg-wrapper {
  max-height: 309px;
  background-color: #eff9ff;
  padding-bottom: 13px;
  padding-top: 60px;
  min-height: 189px;
}

/***********************
RESOURCES VIDEOS LANDING
 ***********************/

section.video-single-container {
  padding-top: 50px;
  padding-bottom: 100px;
}

/***********************
RESOURCES LANDING
 ***********************/
.resource-cointainer {
  display: flex;
  min-height: 209px;
  justify-content: center;
  margin-bottom: 30px;
}

.resource-box {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
}

.row.resources-row.d-flex {
  padding-top: 100px;
  padding-bottom: 100px;
}

div.resource-image-box {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

div.resource-image-box > a > img {
  height: 250px;
  width: 100%;
}

.resource-content {
  padding: 0 15px 10px;
  width: 100%;
}

h4.video-title {
  margin-top: 10px;
  line-height: 25px;
  min-height: 100px;
  margin-bottom: 20px;
}

/***********************
RESOURCES SINGLE/ BLOG SINGLE
 ***********************/
.single-description {
  max-width: 800px;
  margin: 0 auto;
}

.blog-author-container p {
  font-size: 15px;
  margin-bottom: 30px;
}

/***********************
RED EMPEROR
***********************/
.bg-danger {
  background-color: #af0008 !important;
}

.btn-danger {
  color: #fff;
  background-color: #af0008;
  border-color: #af0008;
}

.btn-outline-danger {
  color: #af0008 !important;
  border-color: #af0008;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #af0008;
  border-color: #af0008;
}

.page-id-1437
  > div.container.main-container.category-container
  > div
  > div
  > div
  > div.thumb
  > section
  > div
  > div
  > div.product-wishlist.product-list-spec-button
  > button,
.parent-id-1437
  > div.container.main-container.category-container
  > div
  > div
  > div
  > div.thumb
  > section
  > div
  > div
  > div.product-wishlist.product-list-spec-button
  > button,
.red-emperor-product-container
  #_jstl__buying_options_r
  > div.extra-options
  > div:nth-child(3)
  > div
  > div:nth-child(2)
  > a {
  color: #fff;
  background-color: #af0008;
  border-color: #af0008;
}

.page-id-1437
  > div.container.main-container.category-container
  > div
  > div
  > div
  > div.thumb
  > section
  > div
  > div
  > div.caption
  > h3
  > a,
.parent-id-1437
  > div.container.main-container.category-container
  > div
  > div
  > div
  > div.thumb
  > section
  > div
  > div
  > div.caption
  > h3
  > a {
  color: #af0008;
}

.page-id-1437 > div.wrapper.category-wrapper,
.parent-id-1437 > div.wrapper.category-wrapper,
#n_product .wrapper.red-emperor-wrapper {
  background-color: #de4a5126;
}

.page-id-1437 > div.wrapper.category-wrapper > div > div > div > h1,
.parent-id-1437 > div.wrapper.category-wrapper > div > div > div > h1,
.red-emperor-product-container #_jstl__header_r > div > div > div > h1 {
  color: #af0008;
}

.page-id-1437 li.breadcrumb-item a,
.parent-id-1437 li.breadcrumb-item a,
.red-emperor-wrapper li.breadcrumb-item a {
  color: #121212;
}

#n_product
  > div.container.red-emperor-product-container
  > div:nth-child(5)
  > div
  > div
  > div
  > div
  > div
  > div
  > h3
  > a {
  color: #af0008;
}

#n_product
  > div.container.red-emperor-product-container
  > div:nth-child(5)
  > div
  > div
  > div
  > div
  > div
  > div:nth-child(2)
  > form
  > button.btn-primary.addtocart {
  color: #fff;
  background-color: #af0008;
  border-color: #af0008;
}

/***********************
FORM
***********************/
label {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  line-height: 20px;
  margin-top: 15px;
}

.form-control {
  border: 1px solid #dddddd;
}

.page-id-74 > div > div > section:nth-child(2) > form > h3 {
  display: none;
}

.page-id-74 > div > div > section:nth-child(2) > form {
  margin-top: 30px;
}

/* Update - Lynne
---------------------------- */
/* secondary-navigation bar */
div.secondary-navigation {
  max-height: none;
}

div.secondary-navigation div.navbar.navbar-default {
  flex: 0 1 75%;
}

div.secondary-navigation > div > div.header-search {
  flex: 0 1 25%;
  max-width: 25%;
}

.secondary-navigation .input-group {
  padding: 8px 0;
}

#navbarSecondaryMenu > ul > li + li {
  margin-right: 8px;
}

#navbarSecondaryMenu > ul > li {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767.98px) {
  div.secondary-navigation > div > div.header-search {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

/* homepage */
.home-text-column h2 {
  text-transform: capitalize;
  font-weight: 500;
}
div.row.home-two-column > div.home-img-column > img {
  width: 100%;
  object-fit: cover;
}

div.home-brands .brand-item {
  padding-bottom: 60px !important;
}

#homepageCarousel .carousel-item.active .slideContainer {
  display: flex;
  align-items: center;
}

.other_video_links .btn {
  margin: 0 8px 1rem;
}

/* Homepage - hero advert */
#homepageCarousel {
  margin: 0;
}

#n_home #main-content {
  padding: 0;
}

.home-about-section {
  margin-top: 0;
}

.wrapper.wrapper-hero > .row,
.wrapper.wrapper-hero > .row > .hero {
  margin: 0;
  padding: 0;
}

.slideContainer .carousel-caption {
  max-width: 50%;
  left: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.slideContainer .item {
  min-height: 517px;
  height: auto;
}

@media (max-width: 767.98px) {
  .slideContainer .carousel-caption {
    max-width: 100%;
  }

  .home-two-column > div {
    width: 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .home-text-column.left-text-column,
  div.home-text-column.left-text-column,
  div.home-text-column.right-text-column {
    order: 2;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .left-text-column + .home-img-column {
    order: 1;
  }

  div.home-brands .brand-item {
    padding-bottom: 2rem !important;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row.home-news article > a {
    width: 100%;
    display: flex;
  }

  .row.home-news .blog-title {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
  }

  .wrapper-footer .col {
    flex: 0 1 50%;
    text-align: left;
    margin-bottom: 35px;
  }

  .row.home-about {
    padding: 60px 0;
  }

  /* Primary menu */
  .wrapper-header .navbar > .navbar-collapse.primary_nav_wrapper > ul > li > a {
    display: inline-block;
  }

  .wrapper-header .navbar > .navbar-collapse.primary_nav_wrapper {
    padding: 30px;
  }

  #primaryNavigationMenu .dropdown-menu > li > a.nav-link {
    padding-left: 16px;
    padding-right: 0;
    font-size: 14px;
    line-height: normal;
    line-height: normal;
  }

  #main-content table {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .slideContainer {
    min-height: 480px;
  }

  .hero .slideContainer .carousel-caption h1 {
    font-size: 36px;
    line-height: normal;
  }

  .hero .slideContainer .carousel-caption p {
    font-size: 16px;
    line-height: 1.85;
  }

  .row.footer-bottom .row.justify-content-between {
    margin: 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .wrapper-footer .col {
    flex: 0 1 100%;
  }
  #n_customer_account .container.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Video page */
.breadcrumb {
  padding-left: 0;
}

.container.video_grid {
  padding-left: 0;
  padding-right: 0;
}

.video_grid .col-md-6 {
  display: flex;
  flex-direction: column;
}

.video_grid .col-md-6 h3 {
  margin-bottom: auto;
}

.video_grid iframe {
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 1rem;
}

.map_image {
  width: 100%;
}

img.branding_icon {
  display: none;
}

address + img.branding_icon {
  display: inherit;
}

.store_location_list h2 {
  font-size: 2.1em;
  line-height: 1.4em;
}

/* Product search page */
#n_product .container.product-container .downloads > a {
  margin-bottom: 10px !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

aside#left-sidebar .list-group-item span:first-child {
  display: flex;
}
div.thumb > section > div.wrapper-thumbnail > div > div.caption > p + .savings-container {
  padding: 4px 0 16px;
}
form#pricesearch input,
form#pricesearch a {
  width: auto !important;
  margin: 0 4px 12px;
}

form#pricesearch {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}
#filters a .fa-check-square:before,
#filters a.filter .fa-check-square:before {
  content: "\f14a";
  font-size: 24px;
  padding-right: 1rem;
}

.header-search #name_search {
  border-right: none;
  height: auto;
}

form[name="productsearch"] .input-group-lg > .form-control:not(textarea):focus {
  box-shadow: none;
  text-shadow: none;
}

form[name="productsearch"] button[type="submit"] {
  border-color: rgb(221, 221, 221);
  border-left: none;
}

.col-12.product_grid {
  padding-left: 0;
  padding-right: 0;
}

.products_list_row .category-wrapper-thumbnail {
  margin: 5px 0 24px;
}

.thumb > section.products_list_row > div.wrapper-thumbnail > div > div.pic > a {
  display: flex;
  justify-content: center;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.thumb
  > section.products_list_row
  > div.wrapper-thumbnail
  > div
  > div.pic
  > a
  > img {
  width: auto;
  border: none;
}

.container.wrapper-header {
  padding-left: 15px;
  padding-right: 15px;
}

.main-container.category-container aside ~ .col-12.col-md-9 {
  padding: 0;
}

.row.sort_container .col-form-label {
  margin-top: 0;
}

form#pricesearch input,
form#pricesearch a.btn {
  width: 100% !important;
}

@media (min-width: 767.98px) {
  .row.sort_container.d-flex > div {
    flex: 0 1 50% !important;
    align-items: center !important;
    max-width: 50%;
  }

  .row.sort_container.d-flex > div.d-lg-block {
    display: flex !important;
    align-items: center !important;
  }

  .row.sort_container.d-flex > div.col-8.col-md-5.col-lg-4 form,
  .row.sort_container.d-flex > div.col-8.col-md-5.col-lg-4 form .form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }

  .main-container.category-container aside ~ .col-12.col-md-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products_list_row .category-wrapper-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container.wrapper-header {
    padding-left: 0;
    padding-right: 0;
  }

  #primaryNavigationMenu .primary_nav_wrapper > ul:first-child > li ~ li {
    margin-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  form#pricesearch input,
  form#pricesearch a.btn {
    width: 100% !important;
  }

  .products_list_row .category-wrapper-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 991px) {
  #primaryNavigationMenu .primary_nav_wrapper > ul {
    flex: 0 1 30%;
  }

  #primaryNavigationMenu .primary_nav_wrapper > ul:first-child {
    flex: 0 1 70%;
  }
}

/* Mega menu */
#navbarSecondaryMenu .cat-menu .nav-item.lv2-li > .dropdown-menu-sub {
  width: calc(70% - 40px);
  left: calc(30% + 40px) !important;
  top: -12px !important;
}

div#navbarSecondaryMenu ul.prod-cat {
  height: 100%;
  border-right: none;
  width: 100%;
  min-height: 300px;
  padding: 0 40px;
  position: relative !important;
  /* overflow: scroll; */
  /* max-height: 980px; */
}
/* Force Mega Menu Height
div#navbarSecondaryMenu ul.prod-cat.mega_menu_categories {
  min-height: 480px;
}*/

div#navbarSecondaryMenu ul.prod-cat.mega_menu_industry {
  min-height: 200px;
}

div#navbarSecondaryMenu ul.dropdown-menu.mega-menu.w-100 {
  padding: 40px;
}

li.position-static.nav-item.lv2-li {
  font-size: 16px;
  line-height: 26px;
}

div#navbarSecondaryMenu li.lv2-li > a.nav-link {
  font-size: 15px;
  padding-right: 40px !important;
}

div#navbarSecondaryMenu li.lv3-li {
  line-height: 28px;
}

div#navbarSecondaryMenu li.lv3-li a {
  font-size: 14px;
  line-height: 24px;
  word-break: break-word;
}

.vertical-divider {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  left: calc(30% + 56px);
  top: 32px;
  z-index: 1019;
  background: #dddddd;
  height: calc(100% - 80px);
}

div.secondary-navigation .navbar-expand-md {
  display: none;
}

@media (max-width: 992px) {
  div#navbarSecondaryMenu ul.prod-cat {
    padding: 0;
  }
}

@media (min-width: 767.98px) {
  #navbarSecondaryMenu ul.dropdown-menu.mega-menu.w-100,
  #primaryNavigationMenu .dropdown-menu,
  #navbarSecondaryMenu .dropdown-menu-industries,
  #navbarSecondaryMenu .cat-menu .dropdown-menu.dropdown-menu-product {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  div.secondary-navigation .navbar-expand-md {
    display: block;
  }
}

/* Products page (search) */
@media (min-width: 992px) {
  .products_list_row .category-wrapper-thumbnail {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .products_list_row .category-wrapper-thumbnail {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

/* Other page content */
.table-our-story td p:first-child,
.table-our-story td p:first-child > span {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.table-our-story tr {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.table-news-stories td {
  width: 25%;
  vertical-align: top;
}

.table-news-stories img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  #main-content table.img-responsive td {
    display: inline-block;
    padding-bottom: 20px;
  }

  .table-engagement-committee td {
    width: 50% !important;
  }

  .table-engagement-committee img {
    max-height: 90px !important;
    max-width: 160px !important;
    height: auto !important;
    width: 100% !important;
    object-fit: contain;
  }

  .table-awards-certifications td {
    width: 50% !important;
  }

  .table-awards-certifications td p,
  .table-awards-certifications td p > span {
    display: flex;
    gap: 6px;
    justify-content: center;
  }

  .table-awards-certifications img {
    max-height: 120px !important;
    height: auto !important;
    width: auto !important;
    object-fit: contain;
  }

  .table-news-stories td {
    width: 50%;
  }
}

@media (max-width: 339px) {
  .table-awards-certifications td {
    width: 100% !important;
  }

  .table-news-stories td {
    width: 100%;
  }
}

.blog-thumbnail-bg {
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px 0 15px 0;
}

.pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}

/* Customer pages */

#n_customer_account ul.breadcrumb {
  padding-left: 0px;
  padding-right: 15px;
  margin-left: -7px;
}
#n_customer_account ul.breadcrumb a {
  color: #5d5d5d;
  font-size: 10px;
  line-height: 12px;
}
#n_customer_account ul.breadcrumb li {
  padding-left: 0.5rem;
}
#n_customer_account ul.breadcrumb li + li:before {
  color: #121212;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 8px;
  padding-right: 0.5rem;
}
.nav li.dropdown .fa-shopping-cart {
  font-size: 24px;
}
.save_progress .btn, .save_progress input[type="submit"] {
  width: auto;
}

#n_customer_account form h2 {
  font-size: 1.85rem;
  margin-top: 1rem;
}
#addProjectForm2 input[type="input"] {
  height: auto;
}

@media (min-width: 576px) {
  .wrapper-footer > .container > .row:not(.footer-bottom) > .col-12 {
    padding-left: 0;
    padding-right: 0;
}
}

/* Product page qty selection */
form.buying-options {
  max-width: 100%;
  flex: 0 1 100%;
}
.extra-options {
  max-width: 100%;
  flex: 0 1 100%;
  padding-top: 12px;
}
#_jstl__buying_options_r > div.extra-options > hr {
  border: none;
  margin: 0;
}

form.buying-options .col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: 0 1 100%;
}
form.buying-options .row {
  margin: 0 0 10px;
}
.product-quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}

@media (max-width: 768px) {
  .product-quantity {
    padding-left: 0 !important;
  }
}

#_jstl__buying_options_r {
  align-items: unset !important;
}

#_jstl__buying_options_r .buying-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#_jstl__buying_options_r .buying-options .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #_jstl__buying_options_r .buying-options .col-12.pr-0 {
    padding-left: 0 !important;
  }
}

.product-quantity .quantity-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inline.quantity-field a {
  width: 24px;
}
#n_product .qty {
  text-align: center;
  flex: 0 1 80px;
  margin: 0 8px;
}
#_jstl__buying_options_r {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
a.btn-show-spec-modal {
  max-width: 180px;
  margin-top: 1.5rem;
}
form.buying-options button.addtocart {
  font-size: 14px;
  background-color: #000;
  border-color: #000;
}
form.buying-options a.btn.btn-info {
  color: #fff !important;
  font-size: 14px;
}
form.buying-options a.btn.btn-dark {
  color: #fff !important;
  font-size: 14px;
}

/* Related products section */
.related-products form.buying-options {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  justify-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.item-image-wrapper {
  border: 1px solid #ddd;
    /* flex: 1; */
    margin-bottom: 1rem;
}
.item-content-wrapper {
      /* flex: 2; */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.related-products-item h3 {
  font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: auto;
}
.related-products-item .text-muted {
  margin-top: 4px;
}
.item-content-wrapper > p + div span {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.5rem;
}
.related-products-item .card-bun-group {
  display: block;
  /* width: calc(100% + 12px); */
  min-height: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.card-bun-group > a {
  display: inline-block;
    padding: 8px 12px;
    width: calc(50% - 16px);
    margin: 0 7px;
    text-align: center;
    margin-top: 8px;
    border: 1px solid #121212;
    border-radius: 0;
}
.related-products-item form > a {
  display: block;
  padding: 11px 36px;
  text-align: center;
  border: 1px solid #1a1a1a;
}
.pricing-details {
  min-height: 86px;
}
.related-tags {
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 768px) {
  form.buying-options {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .related-products form.buying-options {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}
  .extra-options {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .extra-options .col-md-6,
  .extra-options .col-xs-12 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}
}

/* Homepage others */
.home-brands .brand-item img {
  max-width: 155px;
}
@media (min-width: 768px) {
  section.home-news a.blog-link {
    margin-top: auto;
  }
  a.btn-show-spec-modal {
    margin-top: 1.5rem;
}
}

/* Fancy box popup */
img.fancybox-image {
  max-width: 100%;
}
a.fancybox-item.fancybox-close {
  position: absolute;
  top: -30px;
  width: 48px;
  height: 48px;
  content: "";
  display: block;
  right: 0;
}
.fancybox-item.fancybox-close:before, .fancybox-item.fancybox-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 24px;
  width: 2px;
  background-color: #333;
  opacity: 0.5;
}
.fancybox-item.fancybox-close:before {
  transform: rotate(45deg);
}
.fancybox-item.fancybox-close:after {
  transform: rotate(-45deg);
}
.fancybox-item.fancybox-close:hover:before,
.fancybox-item.fancybox-close:hover:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .fancybox-item.fancybox-close:before, .fancybox-item.fancybox-close:after {
    height: 33px;
  }
}

/* Add to spec modal to be centered */
.successaddmessage button {
  margin-top: 8px;
  min-width: 180px;
}
.successaddmessage .footer .right,
.successaddmessage .footer .left {
  float: none;
}

#addToSpecModal .modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
#addToSpecModal .modal-dialog:before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}
@media (min-width: 576px) {
  #addToSpecModal .modal-dialog {
    min-height: calc(100% - (1.75rem * 2));
  }
  #addToSpecModal .modal-dialog:before {
    min-height: calc(100vh - (1.75rem * 2));
  }
}

/* New logos footer */
footer>div>div>div>div>div>h4 {
  line-height: normal;
}
.col.footer-logos img {
  max-width: 100%;
}
.list-social a {
  transition: all .25s ease;
}
.list-social a:hover {
  opacity: .75;
}

@media (min-width: 992px) {
  .col.footer-logos {
    max-width: 20%;
  }
}

/* Product Brochure */
.thumb_product_brochure {
  aspect-ratio: 1;
  width: 100%;
  border: 1px solid #ddd;
}

.thumb_product_brochure a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Out of Stock Disclaimer */
.nostock-disclaimer{
 margin-top: 10px;
 display: block;
 min-width: 50%;
}

.nostock-disclaimer p {
  line-height: 1.4;
}

.nostock-disclaimer p:last-of-type {
  margin-bottom: 0;
}

/* Product Lightbox */
#n_product .lightbox {
  padding: 0 20px !important;
}

#n_product .lb-outerContainer {
  max-width: 900px !important;
  width: 100% !important;
  height: auto !important;
}

#n_product .lb-container {
  position: relative;
  width: 100% !important;
  height: auto !important;
  padding-bottom: calc(900px * 75/100) !important;
}

#n_product .lightbox .lb-image {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

/* Mobile Products Menu */
#navbarProductsMenu {
  display: none;
}

#navbarProductsMenu > ul {
  margin: 0;
  padding: 0 0 40px;
  list-style: none;
}

#navbarProductsMenu .mobile-dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

#navbarProductsMenu .open > .mobile-dropdown-menu {
  display: block;
}

#navbarProductsMenu .nav-link {
  font-weight: 500;
}

#navbarProductsMenu .dropdown-item {
  font-size: 14px;
}

@media (min-width: 768px) {
  #navbarProductsMenu {
    display: none !important;
  }
}

/* Responsive Headings */
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 1.1;
  }

  .n-responsive-content h2 {
    font-size: 22px;
    line-height: 1.1;
  }

  .n-responsive-content h3 {
    line-height: 1.2;
  }

  .n-responsive-content h3 > * {
    font-size: inherit !important;
    line-height: inherit;
  }
}

/* Terms and Conditions Accordion */
.tc-heading {
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.tc-heading-divider {
  margin: 40px 0 24px;
}

.tc-heading br {
  display: none;
}

.tc-heading > * {
  font-size: inherit !important;
  line-height: inherit;
}

.tc-heading .fas {
  font-size: 14px !important;
}

.tc-heading .fa-chevron-down {
  display: none;
}

.tc-heading.collapsed .fa-chevron-up {
  display: none;
}

.tc-heading.collapsed .fa-chevron-down {
  display: block;
}

@media (max-width: 991px) {
  .tc-heading {
    font-size: 16px;
  }
}

/* Education Solutions */
.ge-vh {
  display: none;
}

.ge-main-title {
  margin-bottom: 54px;
}

.section-walkthrough {
  background: #eeeae7;
  padding: 80px 0;
}

.walkthrough-grid {
  display: grid;
  gap: 40px;
}

.walkthrough-content h1 {
  line-height: 1.2;
}

.walkthrough-content p {
  margin-bottom: 30px;
}

.walkthrough-image-inner {
  position: relative;
}

.walkthrough-image-snapshot {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.walkthrough-image-icon {
  max-width: 160px;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@media (min-width: 992px) {
  .walkthrough-grid {
    grid-template-columns: 2fr 4fr;
  }
}

/* Footer */
.wrapper-footer {
  padding: 40px 0 24px;
}

.wrapper-footer .socials h4 {
  margin-bottom: 12px;
}




.logo-au-owned:nth-child(1) img{
  width: 92px;
}
.logo-au-owned:nth-child(2) img{
  width: 71px;
}
.logo-au-owned:nth-child(3) img{
  width: 68px;
  margin-left: 5px;
}
.footer-bottom {
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .footer-navigation h4 {
    margin-bottom: 16px;
  }

  .footer-navigation > .col > a {
    margin: 8px 0 !important;
  }
}

/* Fix iFrame size */
iframe {
  max-width: 100%;
}

/* Sticky Navigation */
.sticky-top {
  top: -1px;
}

body {
  padding-top: 0;
}

#wrapper-navbar {
  padding-top: 10px;
}

@media (max-width: 575px) {
  #wrapper-navbar .logo {
    max-width: 280px;
  }
}

.broucher-showcase{
  margin: 40px auto;
}
.broucher-showcase img{
  width: 100%;
}
._title {
  text-align: center;
  display: flex;
  justify-content: left;
}

/* Show on Develop */
.show-on-develop {
  display: none !important;
}

.n_kee-develop .show-on-develop {
  display: block !important;
}

/* Accordion Component */
.accordion-wrapper {
  margin: 40px 0;
}

.accordion-title {
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
  padding-bottom: 6px
}

.accordion-title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  gap: 7px;
  align-items: flex-start;
}

.accordion-title a:after {
  content: "\f077";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.accordion-title a.collapsed:after {
  content: "\f078";
}

.accordion-inner {
  margin-bottom: 32px;
  font-size: 16px;
}

/* Slider Component */
.slider {
  margin-bottom: 96px !important;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgb(0,0,0,.1);
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 40px;
}

.slider:before,
.slider:after {
  content: '';
  background-color: white;
  border-radius: 12px;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 99;
}

.slider:before {
  left: 0;
}

.slider:after {
  right: 0;
}

.slider .slick-arrow {
  font-family: FontAwesome;
  width: unset;
  height: unset;
  padding: 30px 10px;
}

.slider .slick-arrow:before {
  color: black;
  font-family: inherit;
}

.slider .slick-next {
  right: -38px;
}

.slider .slick-prev {
  left: -38px;
}

.slider .slick-next:before {
  content: "\f054";
}

.slider .slick-prev:before {
  content: "\f053";
}

.slider .slick-dots {
  bottom: -45px;
  left: 0;
}

.slider .slick-dots li button:before {
  content: '';
  background: black;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.slider .slick-list {
  margin-left: -40px;
  margin-right: -40px;
}

.slide-inner {
  display: grid;
  gap: 40px;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.slider h1,
.slider h2,
.slider h3,
.slider h4 {
  color: black;
  font-weight: 600;
  margin: 0 0 24px;
}

.slider h2 {
  font-size: 32px;
}

.slider h3 {
  font-size: 28px;
}

.slider p {
  line-height: 1.5;
  opacity: .8;
}

.slider p:last-child {
  margin-bottom: 0;
}

.slider img {
  max-width: 100%;
  width: auto;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .slide-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .slider p {
    font-size: 17px;
  }
}

@media (max-width: 1059px) {
  .slider {
    padding: 20px;
  }

  .slider:before,
  .slider:after {
    width: 20px;
  }

  .slider h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .slide-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Brochure - White Paper */
.grid {
  display: grid;
  gap: 86px 24px;
}

.grid-item {
  display: flex;
  flex-direction: column;
}

.grid-item figure {
  text-align: center;
  margin: 0 0 16px;
  position: relative;
  overflow: hidden;
}

.grid-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.grid-item h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 16px;
  color: #000;
  flex: 1;
}

.grid-item h3 a {
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.grid-item p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  margin-top: auto;
  color: black;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.grid-item-actions {
  margin-top: auto;
  padding-top: 16px;
  display: grid;
  gap: 4px;
}

.grid-item-actions a {
  color: black;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline 2px;
  width: fit-content;
}

.grid-item figure {
  aspect-ratio: 3/4;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 460px) {
  .grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .grid {
      grid-template-columns: repeat(4, 1fr);
  }
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
}

/* Content Pages */
.n-responsive-content .img-blurb {
  max-width: 168px !important;
  width: 100% !important;
  height: auto !important;
}

.n-responsive-content .lead {
  font-weight: 400;
}

.lh-normal {
  line-height: 1.4;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.fs-small {
  font-size: 15px;
}

@media (min-width: 767px) {
  .row-blurb {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row-blurb > * {
    padding: 0 24px;
    margin-bottom: 42px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 991px) {
  .n-responsive-content h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 576px) {
  .n-responsive-content h2 {
    font-size: 28px !important;
  }
}

.print-link {
  position: relative;
  padding-right: 42px;
}

.print-link > span {
  pointer-events: none;
}

.print-link i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 18px;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto !important;
  margin: 0;
}

.print-link-no {
  position: relative;
  padding-right: 42px;
  cursor: pointer;
}

.print-link-no > span {
  pointer-events: none;
}

.print-link-no i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 18px;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto !important;
  margin: 0;
}

#printInfo li {
  line-height: 1.4;
  margin-bottom: 12px;
}

#printInfo li:last-child {
  margin-bottom: 0;
}

#printInfo .modal-body {
  color: #545454;
}

.thumbnail .downloads .print-link {
  height: 33px;
  margin: 0 !important;
  padding: 11px 42px 11px 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail .downloads .print-link-no {
  height: 33px;
  margin: 0 !important;
  padding: 11px 42px 11px 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail .downloads .print-info-button-icon {
  padding: 0 8px;
}
.f-title{
  font-size: 20px;
}
.f-logos{
    display: flex;
    padding-left: 0;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.wrapper-footer a{
  padding: 0;
  font-size: 12px;
}
._pipe:before {
  content: '|';
  position: absolute;
  left: -14px;
  font-size: 20px;
  top: -8px;
}
._pipe{
  position: relative;
}
.f-atitle{
  margin-bottom: 10px;
  display: block;
  font-size: 10px;
}
.btn-blk{
       background: #929799;
    color: #000;
}
.btn-blk:hover{
     opacity: 0.8;
}
._industry{
  margin: 10px 0;
}
@media (max-width:768px){

  p.seperator {
    margin: 2em auto;
    display: block;
    height: 1px;
    background: #ffffffbf;
    width: 100%;
}
.social{
  margin: 0 auto;
}
.jst-ctr{
  justify-content: center!important;
  align-items: center!important;
}
}
#myBtn {
  display: none;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  float: right;
  margin-bottom: 2em;
}
#myBtn h4{
  margin: 0;
}

#myBtn:hover {
  background-color: #555;
}

/* keeslider */
.kee_slider .slick-slide{
  padding: 10px!important;
}
.kee_slider img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._mySlide{
  display: block;
}


.slick-prev:before, .slick-next:before{
  color: #000!important;
}
.inp-name{
  margin-bottom: 10px;
}
#sub_form{
  width: 80%;
}
.f-logo img{
  width: 80%;
  margin-bottom: 20px;
}
.f-col{
  padding-bottom: 0;
}

@media(max-width:768px){
  #sub_form{
    width: 100%;
  }
  .f-title, .f-atitle{
    text-align: left;
  }
  .hidden-xs{
    display: none!important;
  }
  .wrapper-footer{
    padding:40px 25px;
  }
  .galvin-logos{
    display: flex;
  }
  .f-logo img{
    width: 90%;
    margin: 0;
  }
  .footer-navigation .col-sm-12{
    padding: 0;
  }
  .logo-au-owned:nth-child(1) img{
    width: 92px;
  }
  .logo-au-owned:nth-child(2) img{
    width: 71px;
  }
  .logo-au-owned:nth-child(3) img{
    width: 81px;
    margin-left: 15px;
  }
  .social{
    margin-right: 0;
  }
  .list-social{
    margin:0;
}
.low-bar{
  display: flex!important;
  flex-direction: inherit!important;
}
.footer-terms {
  margin-top: 25px;
}
.f-logos{
  justify-content: center;
}

}
@media (max-width:1199px) and (min-width:769px){
  .f-logos {
    flex-direction: row-reverse;
}
.logo-wrapper.logo-au-owned {
  margin: 0 3px;
}
.logo-au-owned:nth-child(1) img{
  width: 120px;
}
.logo-au-owned:nth-child(2) img{
  width: 80px;
}
.logo-au-owned:nth-child(3) img{
  margin-right: 11px;
}
}
#myBtn{
  display:none!important;
}
@media (max-width:480px) {
  ._mySlide {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  .kee_slider .slick-prev {
    left: -5px;
  }

  .kee_slider .slick-next {
    right: -5px;
  }
}
.ft_ge_logo{
  width: 90%!important;
}
@media (max-width:767px) {
  #myBtn{
    display:block!important;
  }
  .dropdown-menu-pd{
    display: none!important;
  }
  .dd_active ~.dropdown-menu-pd{
    display: block!important;
  }
}

.lspxl{
  letter-spacing: 0.7px!important;
}
.nactivity-show {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background: rgba(0,0,0,.5);
}
#cfmain .col-xs-12{
  padding: 0 15px;
}
#cfmain label{
  display: block;
}
#cfmain textarea{
  width: 100%;
  width: 100%;
  height: 110px;
}
#cfmain textarea, #cfmain .form-control{
  border: 1px solid #707070;
  border-radius: 7px!important;
  padding: 10px;
}
#cfmain .form-control{
height: 45px;
}
.cf-btn{
  width: 200px;
}
.btn-ctrl{
  text-align: right!important;
  margin-left: 18px;
}
.recaptcha_box{
  display: flex;
  justify-content: end;
  margin: 20px 0;
}
@media (max-width:768px) {
  .btn-ctrl{
    text-align: left!important;
     margin-left: -10px;
  }
  .recaptcha_box{
    justify-content: start;
  }

}
#cpt-error{
  color: red;
}

/* Brochure Blocks */
.brochure-block {
  padding: 40px 0;
}

.bb-item {
  display: flex;
  align-items: center;
}

.bb-item img {
  max-width: 100%;
  height: auto;
}

.bb-item h2 {
  font-weight: 600;
  margin-bottom: 36px;
  font-size: 42px;
  line-height: 1.1;
}

.bb-item p {
  margin-bottom: 16px;
}

.bb-item p:last-of-type {
  margin-bottom: 0;
}

.bb-item p:empty {
  margin: 0;
}

.bb-item .btn {
  font-weight: 600;
}

.bb-bg-grey {
  background-color: #eeeeee;
}

.bb-bg-blue {
  background-color: var(--secondary-color);
  margin: 0;
  h1,h2, p {
    color: white!important;
  } 
  a{
    background-color: white;
    color: var(--primary-color);
    border-color: white;
  }
}

.bb-bg-blue-no-alpha {
   background-color:var(--light-grey);
  h1,h2, p,a {
    color: var(--primary-color)!important;
  } 
  
}

.bb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 767px) {
  .brochure-block .bb-image {
    order: -1;
  }
}

@media (min-width: 768px) {
  .bb-image-left .bb-image {
    order: -1;
  }
}

@media (max-width: 768px) {
  .bb-item {
    flex-wrap: wrap;
  }

  .bb-content {
    order: last;
  }
}

@media (max-width: 991px) {
  .bb-item h2 {
    font-size: 32px;
  }
}

/* FAQ List */
.faq-list {
  margin-bottom: 40px;
}

.faq-list p {
  line-height: 1.4;
}

.faq-list p:last-of-type {
  margin-bottom: 0;
}

.faq-list-header {
  max-width: 90ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.faq-item {
  margin-bottom: 8px;
}

.faq-item-title {
  display: block;
  appearance: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 12px;
  width: 100%;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.faq-item-content > div {
  padding: 8px 0 16px;
}
.nav-link.options{
  border: none;
  border-radius:0;
  outline: none;
  background-color: #fff;
  color: #aaa8a8;
}
.nav-link.options.active{
  background-color: #aaa8a8;
  color: #fff;
}
@media (min-width:991px) {
  .cust-width-19{
    max-width: 19%!important;
  }
}
.blue-bg{
  background-color: #d6dcdd;
}
.grey-bg{
  background-color:#efefef;
}
.shade-bg-box .shade-bg:nth-child(odd){
  background-color: var(--secondary-color);
}
.shade-bg-box .shade-bg:nth-child(even){
  background-color:#efefef;
}

.block-section{
  margin-top: 0;
  padding: 60px 0;
  padding-bottom: 0;
}

.card-container img{
  width: 100%;
}

.card-container{
  justify-content: space-between;
}
.card-container h2{
  font-size: 20px;
  font-weight: 500;
}
.card-container p{
  font-size: 18px;
  margin-bottom: 1rem!important;
  font-weight: 300;
  min-height: 90px;
  line-height: 1.3;
}
.card-container a{
  font-size: 12px;
  color: #000;
  font-weight: 500;
  position: relative;
  height: 100%;
  display: block;
}
.card-holder {
  padding: 0;
  flex: 0 0 30%;
  margin-bottom: 60px;
}
.usp-container{
  margin: 60px auto;
}
.usp-container .usp{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
}
.usp img{
  max-width: 170px;
  max-height: 100%;
  margin: 0 auto;
  filter: grayscale(1);

}
.usp a{
  font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
}
.usp p{
 color: #000;
 font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
}

.shade-bg-box .shade-bg:nth-child(odd) .set-col{
  flex-direction: row-reverse;
}

@media (max-width:768px) {
  .card-holder {
    padding: 0;
    flex: 0 0 50%;
    margin-bottom: 80px;
  }
}
@media (max-width:500px) {
  .card-holder {
    padding: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.home-img-holder-flex{
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
}

.pdp-disclaimer, .pdp-disclaimer p, .pdp-disclaimer span {
  color: #121212;
  font-size: 9px;
  line-height: 2 !important;
}

.shade-bg-box .shade-bg .text-col{
  padding: 25px 15px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Copy Link */
.copy-link {
  padding: 8px 12px;
  color: #6b6b6b !important;
  border-color: #6b6b6b !important;
  position: relative;
}

.copy-link:hover,
.copy-link:focus {
  color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}

.copy-link > * {
  pointer-events: none;
}

.copy-link i {
  margin: 0 0 0 4px;
}

.copy-link .fa-check {
  display:  none;
}

.copy-link-active {
  background: aliceblue;
  color: #000 !important;
  transition: .2s;
}

.copy-link-active:hover,
.copy-link-active:focus {
  background: aliceblue;
  color: #000 !important;
}

.copy-link-active > * {
  opacity: 0;
}

.copy-link-active .fa-check {
  display: block;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#n_product .nav-tabs .nav-link {
  border: 1px solid #aaa8a8 !important;
  margin: 8px 0 0 !important;
}

#n_product .product-downloads {
  border: 1px solid #aaa8a8 !important;
  background-color: #aaa8a8;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 8px 0 0;
  padding: 8px 16px;
  display: inline-block;
}

.product-downloads-hr {
  margin: 0 0 24px;
}

#n_product .quantity-field .qty {
  width: 80px;
}

#left-sidebar .filter-title a {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

#left-sidebar .card-header {
  padding-bottom: 10px !important;
}

.ge-filter-section h3 a {
  font-size: 16px !important;
  color: black !important;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.ge-filter-section h3 a:not(.collapsed) .fa-plus {
  display: none;
}

.ge-filter-section h3 a.collapsed .fa-minus {
  display: none;
}

.ge-filter-section h3 a .fas {
  font-size: 14px;
  color: #878787;
}

.ge-filter-section h3 a:not(.collapsed) .bi-plus {
  display: none;
}

.ge-filter-section h3 a.collapsed .bi-dash {
  display: none;
}

.ge-filter-section h3 a .bi {
  font-size: 16px;
  color: #878787;
  flex: 0 0 auto;
}

.ge-filter-content > hr {
  margin-right: 20px;
}

.ge-filter-section-price-range .ge-filter-content .list-group-item {
  padding-left: 8px !important;
}

.ge-filter-content .filter {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ge-filter-content > a {
  color: #4f4f4f !important;
}

.ge-filter-section {
  border-bottom: 1px solid #dddddd;
}

.ge-filter-section > .list-group-item {
  margin: 0 !important;
  padding-right: 0 !important;
}

.pdp-breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
}

.pdp-breadcrumb-item {
  flex: 1;
}

.pdp-breadcrumb li {
  line-height: 20px;
}

/* Custom scrollbar */
@media (min-width: 768px) {
  .gallery_thumbs::-webkit-scrollbar {
    width: 10px;
  }

  .gallery_thumbs::-webkit-scrollbar-track {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 4px;
  }

  .gallery_thumbs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e3e3e3;
  }

  .gallery_thumbs::-webkit-scrollbar-button:single-button:decrement {
    border-bottom: 20px solid #ddd;
    border-left: 10px solid white;
    border-right: 10px solid white;
  }

  .gallery_thumbs::-webkit-scrollbar-button:single-button:increment {
    border-top: 20px solid #ddd;
    border-left: 10px solid white;
    border-right: 10px solid white;
  }
}

@media (min-width: 768px) {
  .product_gallery_wrapper {
    display: flex;
    gap: 8px;
  }

  .main-image {
    flex: 1;
  }

  .gallery_thumbs {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 0 0 !important;
    width: 94px;
    max-height: 502px;
  }

  .gallery_thumbs_inner {
    display: flex;
    flex-direction: column;
    gap: 11.6px;
  }

  .thumb_product_imag {
    width: 74px;
  }
}

@media (min-width: 992px) {
  .product_gallery_wrapper {
    gap: 8px;
  }

  .gallery_thumbs {
    width: 74px;
    max-height: 288px;
  }

  .gallery_thumbs_inner {
    gap: 4.6px;
  }

  .thumb_product_imag {
    width: 54px;
  }
}

@media (min-width: 1200px) {
  .product_gallery_wrapper {
    gap: 9px;
  }

  .gallery_thumbs {
    width: 82px;
    max-height: 354px;
  }

  .gallery_thumbs_inner {
    gap: 11px;
  }

  .thumb_product_imag {
    width: 62px;
  }
}

/* Warranty Contact Form */
.ge-warranty-contact {
  padding-top: 80px;
}

.ge-warranty-contact form {
  padding-bottom: 48px;
}

.ge-warranty-contact h2 {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.ge-warranty-contact h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #777;
  border-bottom: 1px solid #ddd;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.ge-warranty-contact label {
  margin: 0 0 8px;
}

.ge-warranty-contact .form-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ge-warranty-contact .form-grid:not(:last-child) {
  margin-bottom: 16px;
}

.ge-warranty-contact .form-grid .form-group {
  flex: 100%;
  margin: 0;
}

.ge-warranty-contact span.small {
  font-size: 15px;
  display: inline-block;
  margin-left: 4px;
}

.ge-warranty-contact .form-group-upload {
  margin: 32px 0;
}

.ge-warranty-contact .form-group-upload label {
  margin: 0 0 2px;
}

.ge-warranty-contact .form-group-upload .small {
  font-size: 14px;
}

.ge-warranty-contact .form-group-submit {
  margin: 0;
}

.ge-warranty-contact select.form-control {
  font-size: 16px;
}

.ge-warranty-contact .form-group-gr {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.ge-warranty-contact .form-control {
  border: 1px solid #707070;
  border-radius: 7px !important;
  height: 45px;
}

.ge-warranty-contact .form-group-upload .form-control  {
  padding-top: 8px;
}

.ge-warranty-contact textarea.form-control {
  height: 100px;
}

.ge-warranty-list ul {
  margin: 0;
  padding-left: 16px;
}

.ge-warranty-list li {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #878787;
}

.ge-warranty-list ul ul {
  margin-top: 6px;
}

@media (min-width: 576px) {
  .ge-warranty-contact .form-grid .form-group {
    flex: 1;
  }

  .ge-warranty-contact .form-grid {
    gap: 24px;
  }
}

/* Category page updates */
.thumbnail .pic {
  position: relative;
}

.ge-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 1px solid #000;
  padding: 1px 8px;
  color: #000;
  background-color: white;
}

.thumbnail .downloads {
  display: none !important;
}

.thumbnail .text-subtitle {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3 !important;
}

.thumbnail .item-title {
  font-size: 16px !important;
  line-height: 22px !important;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #000;
}

.thumbnail .caption {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.products_list_row .category-wrapper-thumbnail {
  margin: 0 0 40px;
}

.dropdown-install {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1000;
}
.dropdown-content {
  display: none;
  position: absolute;
}
.dropdown-install:hover .dropdown-content {display: block;width: 100%;}


.productwasprice {
  font-size: 12px;
}
.productpromo {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 62px;
}
.productsavetext {
  text-align: right;
  display: block;
  width: 100%;
  color: #b70e00 ;
}
.time-text{
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.promo-active{
  padding-top: 2px!important;
}
.label-sale{
  min-width: 60px;
  border-radius: 0;
  font-size: 20px;
  background: #b61515;
  font-weight: 400;
}
.main-image{
  position: relative;
}
.badge-container{
  position: absolute;
  top: 8px;
  left: 8px;
}
.promo-timer {
  width: 100%;
}
@media (max-width:768px) {
  .productpromo {
    font-size: 14px;
  }
  .promo-timer {
    float: right;
    width: auto;
}
}


.label-thumb{
  font-size: 0.875rem!important;
  font-weight: 400;
  padding: 6.4px 8px;
  min-width: 40px;
}
.show-mb{
  display: none;
}
@media (max-width:768px) {
  .show-dt{
    display: none;
  }
  .show-mb{
    display: block;
  }
}
.sku-acc{
  color: #000;
}
.collapse-text{
  font-size: 17px
}

#project-table{
  margin: auto;
  border: none;
}
.table-bordered{
  border: none;
}
.table-bordered th, .table-bordered td {
  min-width: 140px;
}
.t-info{
  width: 320px;
}

.btn-white-text{
  color: #fff!important;
}
.flex-col.collapse.in, .flex-col-print{
  display: flex!important;
}
.acc-image img{
  width: 131px;
    border: 1px solid #eee;
    margin-top: 15px;
    padding: 10px;
}
.acc-image a{
  font-size: 16px;
  font-weight: bold;
  color: #121212;
}

.nz-pricing {
  display: none;
}

body.is-nz .nz-pricing {
  display: block;
}

body.is-nz .au-pricing,
body.is-nz .addtocart
{
  display: none;
}
#project-table #main-image{
  width: 226px;
}
#copy-status {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  height: 280px;
  background: #fff;
  padding: 20px;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  font-size: 20px;
  box-shadow: 1px 2px 18px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 2px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 18px 0px rgba(0,0,0,0.75);
min-width: 430px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.download-resource-item a {
  padding: 11px 10px!important;
}

@media(max-width:1199px) and (min-width:992px){
	.download-resource-item a{
		font-size:12px;
	}
}

.grid-figure{
  margin-left: -19px!important;
}

@media (max-width:459px) {
  .grid-figure + h3, .grid-figure + h3 + .grid-item-actions{
    justify-content: center;
    text-align:center;
  }
}
.casestudy-search {
  border: 1px solid;
  button{
    background: #000;
    color: #fff !important;
    width: 100%;
    padding: 10px;
    &:hover{
      opacity: 0.9;
      background: #000;
		 color: #fff !important;
    }

  }
}

.kx-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
}

.kx-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 3px 10px;
  width: 50vw;
  max-width: 200px;
  transform: translate3d(-50%,0,0);
}

.kx-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.kx-tooltip:hover .tooltiptext, .kx-tooltip.active .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.r-content {
  padding: 40px 0;
  p,a{
    color: #000;
    i{
      font-size: 10px;
    margin-left: 20px;
    }
  }
  .content-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    h4 {
      min-height: 30px;
    }
  }
}

.bg-lightgrey{
  background-color: var(--light-grey);
}

.off-bg {
  background-color: var(--light-grey);
	padding:1em 0;
  
  .product-subheader{
    border: none!important;
    margin-bottom: 0;
  }
}
.bg-light-grey{
  background-color: var(--light-grey);
}


h2, h1 {
	  
  color: var(--primary-color)!important;
  span, a {
    color: var(--primary-color)!important;
  }
}

.card-icon {
    position: absolute;
    width: 65px!important;
    background: #0c0c0c;
    border-radius: 50%;
    right: 32px;
    bottom: 5px;
}

img.logo {
    width: 50%;
}





.home-circles {
   
overflow-x: scroll;
padding: 60px 0;  
background: #d7dbdc;

.home-circles-block{
    display: flex;
    justify-content:space-around;
    align-items:center;
    text-align:center;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 1100px;
}

.home-circle-item{
	&:hover {
		img{
			filter:invert(1)
		}
	}
}



    img{
        width:100px;
        background:#fff;
        padding:15px;
        margin-bottom: 20px;
        &hover{
          zoom: 1.1;
        }
    }
}

.home-circles {
  &::-webkit-scrollbar {
    display: none;
  }

  scrollbar-width: none;
  -ms-overflow-style: none; 
}

.industry-title {
    padding: 0 0 46px;

    h3{
        font-size:32px;
        font-weight:bold;
    }
}

.blog-link{
    border: 2px solid var(--primary-color);
    width: fit-content;
    padding: 10px 20px;
    margin-top: 12px !important;
}

.new-grey-bg{
  background-color: var(--light-grey);
}
.home-news .blog-link{
  border: none;
  font-weight: normal;
  padding-left: 0;
}


.shade-bg-box .shade-bg:nth-child(odd){
  h2, p {
    color: #fff!important;
  }
}

.shade-bg-box .shade-bg:nth-child(odd){
 a {
    background: #fff!important;
	 border:#fff;
	 color:#000;
  }
}

.bg-light-grey{
  li.breadcrumb-item a {
    color: var(--primary-color)!important;
  }
}
.bg-lightgrey{
  li.breadcrumb-item a {
    color: var(--primary-color)!important;
  }
}
.benefit-banner-content {
  h1,h2 {
    color: #fff!important;
  }
}

.item-image-wrapper {
  img {
    background-color: #fff;
  }
}
.white-logo {
  max-width: 230px;
  margin: 0 20px 0;
}
.poa-text {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.poa-action {
  display: flex;
  align-items: end;
  width: 48%;
  padding-left: 2%;
}
@media (max-width:768px) {
  .poa-action {

    padding:0;
    width: 100%;
  }
}
.wf-disclaimer {
  font-style: italic;
    font-weight: 500;
    a{
      text-decoration: underline;
    }
}

.pl-0 {
  padding-left: 0!important;
}