:root {
  --brand-ridgid-red: #DA291C;
  --brand-ridgid-light-red: #E55A50;
  --brand-ridgid-lighter-red: #EF8880;
  --brand-ridgid-darker-red: #B5221A;

  --brand-ridgid-dark: #2D383F;
  --brand-ridgid-black: #000000;
  --brand-ridgid-white: #FFFFFF;

  --brand-ridgid-placeholder-gray:#B9B9BE;
  --brand-ridgid-btn-gray:#E8E8E9;
  --brand-ridgid-btn-ligther-gray:#F0F0F0;

  --brand-ridgid-font: "Inter", sans-serif;

}


.ridgid-header a {
  outline: none;
  text-decoration: none;
}

.ridgid-header a:focus, a:visited {
  outline: none;
}


/* ********* HEADER ********* */


  


.ridgid-header {
	width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    box-sizing: border-box;
    padding: 1em 0;
    border: 0;
    background-color: var(--brand-ridgid-white);
    font-family: var(--brand-ridgid-font);
}
.ridgid-header > .row-fluid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 7px 0 7px 7px;
}
.ridgid-header .span4.logo-ridgid-sws {
  width: 208px;
  padding-top: 5px;
}

/* ********* NAV ********* */

.navbar .nav.navbar-ridgid-subsite {
  margin-right: 0;
  width: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar .nav.navbar-ridgid-subsite > li.home-btn {
  flex: 0 0 auto;
  margin: 0 14px;
}
.navbar .nav.navbar-ridgid-subsite > li {
  flex: 0 0 auto;
  margin: 0 14px;
  display: flex;
  align-items: center;
  text-align: center;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-image: none !important;
}
.navbar .nav.navbar-ridgid-subsite > li > a {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-image: none !important;
  text-transform: none !important;
}
.navbar .nav.navbar-ridgid-subsite > li:first-child i.icon-home, li.home-btn.active-animation.dropdown i.icon-home.icon-blue {
  background-image: url(/images/pages/ridgid/ridgid-glyphicons-halflings.png);
  /* margin-top: 4px; */
}
.ridgid-header .row-fluid .navbar.navbar-inner-ridgid-subsite {
float: right;
}
.ridgid-header .subheading-nav {
    width: 71% !important;
    float: right;
    margin-top: 0;
}
.ridgid-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 10px !important;
}
.navbar-ridgid-subsite a.nav-home-icon > i {
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}
.navbar-ridgid-subsite a.nav-home-icon img {
  filter: brightness(0);
}
.navbar.navbar-inner-ridgid-subsite .nav > li > a {
  text-shadow: none;
  color: var(--brand-ridgid-dark);
  font-weight: 600;
  display: block;
  font-size: 16px;
  white-space: break-spaces;
}


/* separators: dedicated li with fixed height — completely independent of nav item sizing */
.navbar .nav.navbar-ridgid-subsite > li.nav-sep {
  flex: 0 0 1px !important;
  width: 1px !important;
  background-color: var(--brand-ridgid-dark) !important;
  height: 22px !important;
  margin: auto 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none;
  text-align: left !important;
}

/* home button */
.navbar.navbar-inner-ridgid-subsite .nav > :first-child > a{
  padding: 10px 20px 10px !important;
}

.navbar.navbar-inner-ridgid-subsite .nav > li > a > img{
  width: 18px;
  height: auto;
}

.navbar.navbar-inner-ridgid-subsite.mhide .dropdown-menu.ridgid-whole-cateogies-list-menu{
  width: 569px;
  left: 0px !important;
  border-radius: 3px;
}

/* firefox */

@supports (-moz-appearance: none) {
  .navbar.navbar-inner-ridgid-subsite.mhide .dropdown-menu.ridgid-whole-cateogies-list-menu{
    width: 579px;
  }
  @media (max-width: 1199px) {
    .dropdown-menu.ridgid-whole-cateogies-list-menu {
      width: 523px;
    }
  }
  
}

.navbar .nav>li>.ridgid-whole-cateogies-list-menu.dropdown-menu:before, .navbar .nav>li>.ridgid-whole-cateogies-list-menu.dropdown-menu:after {
	display: none;
}
.dropdown-menu.ridgid-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 10px 6px 10px 0 !important;
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: var(--brand-ridgid-dark);
  text-align: left;
}
.ridgid-whole-cateogies-list-menu ul {
  list-style: none;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  box-sizing: border-box;
  width:50%;
  float: left;
}
.ridgid-whole-cateogies-list-menu ul:first-child{
    width: 50%;
}
.ridgid-whole-cateogies-list-menu ul:last-child{
    padding-left: 40px;
}
.dropdown-header p {
    color: var(--brand-ridgid-logo-blue) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: underline solid 3px #F47E3A;
    text-underline-offset: 0.3rem;
    text-align: left;
}
.view-all-li a {
    color: var(--brand-ridgid-logo-blue) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
}
.ridgid-whole-cateogies-list-menu ul:nth-child(2) {
	border-left: 1px solid #c8cfde;
}
.ridgid-whole-cateogies-list-menu ul:last-child li {
	border-right: none;
}
.navbar-ridgid-subsite .dropdown-menu li.dropdown-header {
	border-top: 1px solid #d5d5d5;
	margin-top: 5px;
}
.navbar-ridgid-subsite .dropdown-menu li.dropdown-header>a, 
.navbar-ridgid-subsite .dropdown-menu li.dropdown-header>a:hover {
	font-weight: 700 !important;
	color: #333;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-top: 5px;
}
.navbar-ridgid-subsite .dropdown-menu li.dropdown-header:first-child, 
.navbar-ridgid-subsite .dropdown-menu li.dropdown-header:first-child>a {
	border-top: none;
	margin-top: 0;
	margin-bottom: 1em;
}
ul.dropdown-menu.ridgid-whole-cateogies-list-menu{
    padding: 16px 16px 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
}
.navbar-ridgid-subsite .hover-underline-animation a {
    padding: 16px 13px 16px !important;
}
/* NAV HOVER COLOURS */
.navbar.navbar-inner-ridgid-subsite .nav > li > a:hover,
.navbar.navbar-inner-ridgid-subsite .nav > li > a:focus {
  background-color: transparent !important;
  background-image: none !important;
  color: var(--brand-ridgid-dark) !important;
}
.navbar.navbar-inner-ridgid-subsite .nav > li > a:active,
.navbar .nav.navbar-ridgid-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-ridgid-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-ridgid-subsite li.dropdown.open.active > .dropdown-toggle {
  color: var(--brand-ridgid-dark);
  background-color: transparent !important;
  background-image: none !important;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--brand-ridgid-red);
}
.hover-underline-animation::before {
  display: block;
  content: ""; /* Add content after the element */
  position: absolute; /* Position absolute for pseudo-element */
  width: 100%;
  transform: scaleX(0);
  height: 4px; /* Height of the underline */
  bottom: 0;
  left: 0;
  background-color: var(--brand-ridgid-red); /* Background color of the underline */
  transition: transform 0.3s ease-out; /* Transition effect for the underline */
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.active,
.hover-underline-animation:hover::before {
  transform: scaleX(1); /* Scale the underline on hover */
  visibility: visible;
}
.active,
.hover-underline-animation {
  position: relative;
}
.active,
.hover-underline-animation::after {
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/*dropdown*/
.navbar-ridgid-subsite .dropdown-menu li > a:hover,
.navbar-ridgid-subsite .dropdown-menu li > a:focus,
.navbar-ridgid-subsite .dropdown-submenu:hover > a,
.navbar-ridgid-subsite .dropdown-submenu:focus > a,
.navbar-ridgid-subsite .dropdown-menu li > a:active,
.navbar-ridgid-subsite .dropdown-submenu:active > a {
      background-color: #F0F0F0 !important;
    color: var(--brand-ridgid-dark) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* ======= RIDGID CATEGORIES DROPDOWN — 2 LEVELS ======= */

/* Main dropdown panel */
.ridgid-categories-menu {
  min-width: 280px;
  padding: 4px 0 8px;
  border-radius: 0;
  border: 0px;
  border-top: 8px solid var(--brand-ridgid-red) !important;
  box-shadow: 2px 4px 12px rgba(0,0,0,0.15);
  background-color: var(--brand-ridgid-white);
  left: -14px !important; /* align left edge with separator */
  top: 120%;
}

/* Red caret pointing up — sits above the red border-top */
.ridgid-categories-menu::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: -17px !important;
  left: 51px !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  border-bottom: 12px solid var(--brand-ridgid-red) !important;
  border-top: none !important;
  background: transparent !important;
}
.ridgid-categories-menu::after {
  display: none !important;
}

/* Category list items */
.ridgid-categories-menu .ridgid-cat-item {
  list-style: none;
  position: relative;
  text-align: left !important;
}

/* Category links — first level */
.ridgid-categories-menu .ridgid-cat-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 4px 16px !important;
  font-family: var(--brand-ridgid-font);
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left !important;
  color: var(--brand-ridgid-dark) !important;
  text-decoration: none !important;
  background-color: transparent !important;
  white-space: normal;
  line-height: 1.3;
  border: none !important;
  box-shadow: none !important;
}
.ridgid-categories-menu .ridgid-cat-link:hover,
.ridgid-categories-menu .ridgid-cat-link:focus {
  background-color: #F0F0F0 !important;
  color: var(--brand-ridgid-dark) !important;
  text-decoration: none !important;
}

/* Bootstrap Icons chevron-right SVG — floated right, rotates on open */
.ridgid-chevron {
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  line-height: 0;
}
/* Chevron rotates 90° when submenu is open */
.ridgid-cat-has-sub.open > .ridgid-cat-link .ridgid-chevron {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Override Bootstrap 2.3.2 hover-based submenu — use .open class instead */
.ridgid-categories-menu .ridgid-cat-has-sub:hover > .dropdown-menu {
  display: none;
  border-top: 0px !important;
}
.ridgid-categories-menu .ridgid-cat-has-sub.open > .dropdown-menu {
  display: block !important;
}

/* Second-level submenu panel */
.ridgid-submenu {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  min-width: 240px !important;
  padding: 4px 0 8px !important;
  margin: 0 !important;
  background-color: var(--brand-ridgid-white) !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  box-shadow: 2px 4px 12px rgba(0,0,0,0.15) !important;
  border-radius: 0 !important;
  display: none;
  z-index: 1001;
}

/* Second-level links */
.ridgid-submenu li a {
  display: block !important;
  padding: 4px 16px !important;
  font-family: var(--brand-ridgid-font) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--brand-ridgid-dark) !important;
  text-decoration: none !important;
  background-color: transparent !important;
  text-align: left !important;
  white-space: nowrap;
  text-transform: none !important;
}
.ridgid-submenu li a:hover,
.ridgid-submenu li a:focus {
  background-color: #F0F0F0 !important;
  color: var(--brand-ridgid-dark) !important;
}

/* "View All" link in red */
.ridgid-submenu .ridgid-view-all a {
  color: var(--brand-ridgid-red) !important;
  font-style: italic;
  font-weight: 600 !important;
}
.ridgid-submenu .ridgid-view-all a:hover {
  color: var(--brand-ridgid-darker-red) !important;
  background-color: var(--brand-ridgid-btn-ligther-gray) !important;
}

/* ======= END RIDGID CATEGORIES DROPDOWN ======= */

/*Search bar*/
.ridgid-search form#ProductDisplayForm button.btn.btn-default {
  border: 2px solid var(--brand-ridgid-red);
  background-color: var(--brand-ridgid-red);
  border-radius: 0;
  margin-top: 0px;
  height: 36px !important;
}
.ridgid-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.ridgid-mobile .mobile-search button .icon-search {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.099zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  background-position: center !important;
  vertical-align: middle !important;
  margin-top: 0 !important;
}
/* .ridgid-search form#ProductDisplayForm button.btn.btn-default:hover
  i.icon-search {
  margin-top: 1px !important;
  background-image: url(/img/glyphicons-halflings-white.png);
} */
.ridgid-search.input-append {
  margin-left: 0;
  padding-right: 0;
}
.ridgid-search input#ProductSearch.appendInputButton {
  border-radius: 0;
  color: var(--brand-ridgid-dark);
  border: none;
  background-color: var(--brand-ridgid-btn-ligther-gray);
  height: 36px !important;
  width: 220px !important;
  box-sizing: border-box;
  line-height: 36px;
  padding: 0 10px;
}

.ridgid-search input#ProductSearch.appendInputButton::placeholder{
  color: var( --brand-ridgid-dark);
}


.ridgid-search input.refine-search.appendInputButton:focus,
.ridgid-search input.refine-search.appendInputButton:focus:invalid:focus {
  color: #093254;
  box-shadow: unset
    /* border-color: #d8d8d8; */
}
.ridgid-search
  input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-gasclip-button-blue);
}
.ridgid-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-gasclip-button-blue);
}
.ridgid-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-gasclip-button-blue);
}
.ridgid-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-gasclip-button-blue);
}
.ridgid-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-gasclip-button-blue);
}
.ridgid-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-gasclip-button-blue);
}



/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END HEADER ********* */
/* ********* HEROS ********* */

.ridgid-sws-store #myCarousel .hero-section {
  /* background moved to .carousel-top for full 520px coverage */
}

/* Set a fixed height for the carousel inner to prevent jumping */
.ridgid-sws-store #myCarousel .carousel-inner.hero-section,
.ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
  margin-top: 0;
  height: 500px;
}

.ridgid-sws-store .sws-carousel-drop-shadow {
  overflow: hidden;
}

.ridgid-sws-store #myCarousel .hero-content {
  width: 1170px;
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: 100%;
  height: 100%;
  margin: 0 auto;
}

.ridgid-sws-store #myCarousel .hero-content .product-image {
  height: 100%;
  display: flex;
  align-items: center;
  max-height: none;
}

/* 975 Combo Roll Groover stays bottom-aligned */
.ridgid-sws-store #myCarousel .carousel-02 .product-image {
  align-items: flex-end;
}

/* Global: all product images stay within the 500px hero height */
.ridgid-sws-store #myCarousel .product-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* K-750: portrait image — slight breathing room, don't fill 100% */
.ridgid-sws-store #myCarousel .carousel-01 .product-image img {
  max-height: 90%;
  max-width: none;
}

.ridgid-sws-store #myCarousel .text-content {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.5em;
  max-width: 460px;
}

.ridgid-sws-store .carousel-item-main-mobile {
  height: 100%;
}

.carousel-control-new {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 1) !important;
}

.carousel-control-new.left {
  left: 10px;
}

.carousel-control-new.right {
  right: 10px;
}

.carousel-top.ridgid-sws-store {
  margin-top: -5px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 0;
  background-image: url(/images/pages/ridgid/background-image-hero.jpg);
  background-size: cover;
  background-position: center 65%;
}

.ridgid-hero-red-bar {
  width: 100vw;
  height: 55px;
  background-color: var(--brand-ridgid-red);
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 30px;
}

/* Other Carousel Styles */
.ridgid-sws-store #myCarousel h1 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-family: var(--brand-ridgid-font);
  line-height: 45px;
}

.ridgid-sws-store #myCarousel h2 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--brand-ridgid-font);
  padding-bottom: 0.5em;
  padding-right: 1em;
  white-space: normal;
}

.ridgid-sws-store #myCarousel .hero-content .text-content a {
  padding: 12px 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: unset;
  margin-top: 20px;
  border: 1px solid #fff;
  width: fit-content;
  border-radius: 0px;
  font-family: var(--brand-ridgid-font);
}

.ridgid-sws-store #myCarousel .hero-content .text-content a::after {
  content: ' ›';
}

.ridgid-sws-store #myCarousel .hero-content .text-content a:hover {
  color: var(--brand-ridgid-red);
  background-color: #fff;
}

/* ********* END Heroes ********* */

/* ********* BUTTONS ********* */

.ridgid-item .application-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--brand-ridgid-dark);
  text-align: center;
  margin-top: 25px;
  white-space: normal;
  font-family: var(--brand-ridgid-font);
}

.sws-ridgid-buttons-fr .ridgid-item.btn-03 .application-title {
  margin-top: 15px;
}

.ridgid-item a p {
  position: relative;
  z-index: 2;
}

.ridgid-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ridgid-item.side-ad .ridgid-side-ad-title p.application-title {
  font-size: 38px;
  font-weight: 600;
  color: var(--brand-ridgid-dark);
  text-align: left;
  line-height: 120%;
  margin: 10px 0px 5px 0px;
  font-family: var(--brand-ridgid-font);
}

.ridgid-flex-container {
  display: flex;
}

.ridgid-item.side-ad .ridgid-application-img {
  height: 58%;
  text-align: right;
}

.ridgid-item.side-ad .ridgid-application-img img {
  height: 100%;
  width: auto;
  margin-right: -100px;
}

.sws-ridgid-buttons .ridgid-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 1em;
  width: 100%;
}

.ridgid-item {
  background-image: linear-gradient(to right, var(--brand-ridgid-btn-gray), var(--brand-ridgid-btn-ligther-gray));
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.ridgid-item.side-ad {
  background: radial-gradient(circle at top center, #dedede 30%, #f0f0f0 100%) 0 100% / 100% 30% no-repeat,
    #f0f0f0;
}

.ridgid-item.btn {
  height: 182px;
}

.ridgid-item.btn-01 { grid-area: 1 / 1 / 2 / 2; }
.ridgid-item.btn-02 { grid-area: 1 / 2 / 2 / 3; }
.ridgid-item.btn-03 { grid-area: 2 / 1 / 3 / 2; }
.ridgid-item.btn-04 { grid-area: 2 / 2 / 3 / 3; }
.ridgid-item.btn-05 { grid-area: 3 / 1 / 4 / 2; }
.ridgid-item.btn-06 { grid-area: 3 / 2 / 4 / 3; }
.ridgid-item.btn-07 { grid-area: 4 / 1 / 5 / 2; }
.ridgid-item.btn-08 { grid-area: 4 / 2 / 5 / 3; }
.ridgid-item.btn-09 { grid-area: 5 / 1 / 6 / 2; }
.ridgid-item.btn-10 { grid-area: 5 / 2 / 6 / 3; }
.ridgid-item.side-ad { grid-area: 1 / 3 / 6 / 5; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 40px; overflow: hidden; }

.ridgid-item .bnt-image {
  background-position-y: center;
  height: 65%;
  border-radius: 12px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ridgid-item.btn-01 .bnt-image { background-image: url(/images/pages/ridgid/DIAGNOSTICS-INSPECTION-LOCATING.jpg); }
.ridgid-item.btn-02 .bnt-image { background-image: url(/images/pages/ridgid/PRESSING.jpg); }
.ridgid-item.btn-03 .bnt-image { background-image: url(/images/pages/ridgid/DRAIN-CLEANING.jpg); }
.ridgid-item.btn-04 .bnt-image { background-image: url(/images/pages/ridgid/PIPE-PATCHINGi.jpg); }
.ridgid-item.btn-05 .bnt-image { background-image: url(/images/pages/ridgid/THREADING-&-PIPE-FABRICATION.jpg); }
.ridgid-item.btn-06 .bnt-image { background-image: url('/images/pages/ridgid/WRENCHES-&-TUBING TOOLS.jpg'); }
.ridgid-item.btn-07 .bnt-image { background-image: url(/images/pages/ridgid/UTILITY-&-ELECTRICIANS-TOOLS.jpg); }
.ridgid-item.btn-08 .bnt-image { background-image: url('/images/pages/ridgid/GENERAL-PURPOSE-&-HAND-TOOLS.jpg'); }
.ridgid-item.btn-09 .bnt-image { background-image: url(/images/pages/ridgid/WET-DRY-VACS.jpg); }
.ridgid-item.btn-10 .bnt-image { background-image: url(/images/pages/ridgid/POWER-TOOLS.jpg); }

.qa img {
  height: 80px;
}

/* Side ad */

.side-ad a {
  position: initial;
}

.side-ad-btn {
  color: #fff;
  border: 2px solid var(--brand-ridgid-red);
  font-size: 14px;
  padding: 7px 40px;
  font-weight: 400;
  background-color: var(--brand-ridgid-red);
  border-radius: 20px;
  font-family: var(--brand-ridgid-font);
}

.side-ad-btn:hover {
  color: var(--brand-ridgid-red);
  border: 2px solid var(--brand-ridgid-red);
  background-color: unset;
  text-decoration: none;
  transition: 0.3s;
}

.ridgid-item.side-ad .ridgid-side-ad-subtitle p.application-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: var(--brand-ridgid-dark);
  margin-bottom: 25px;
  line-height: 140%;
  text-align: left;
  font-family: var(--brand-ridgid-font);
}

/* Buttons hover */
.ridgid-item:hover .application-title {
  transition: 0.15s ease-in-out;
}

.ridgid-item:hover:not(.side-ad) {
  box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  -webkit-box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  -moz-box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  border: none;
  background-image: linear-gradient(to right, var(--brand-ridgid-btn-gray), var(--brand-ridgid-btn-ligther-gray));
  overflow: hidden;
}

/* --- FRENCH --- */

/* --- END FRENCH --- */

/* ********* About Page ********* */
.about-ridgid{
  font-family: var(--brand-ridgid-font);
}

.about-ridgid .about-ridgid__hero {
  position: relative;
  height: 300px;
}

.about-ridgid .about-ridgid__hero {
  position: relative;
  height: 300px;
  background-image: url(/images/pages/ridgid/ridgid-about-us-bg.jpg);
  background-size: cover;
  background-position: center;
  width:100vw;
  margin-left: -50vw;
  left: 50%;
  margin-top: -3.8px;
}

.about-ridgid .about-ridgid__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.about-ridgid .about-ridgid__hero > * {
  position: relative;
  z-index: 2; 
}



.about-ridgid .about-ridgid__hero .span10{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about-ridgid .about-ridgid__hero .span10 h2{
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand-ridgid-red);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 120%;
  text-align: center;
}

.about-ridgid-container{
  text-align: center;
  margin: 0 auto;
  width: 1170px;
  padding: 40px 20px;
   

}

.about-ridgid-container.section-01 h3, .about-ridgid-container.section-02 h3, .about-ridgid-container.section-03 h3{
  font-weight: 700;
  line-height: 130%;
  font-size: 32px;
}

.about-ridgid-container.section-01 h3, .about-ridgid-container.section-03 h3{
  color: var(--brand-ridgid-darker-red);
}

.about-ridgid-container.section-01 p, .about-ridgid-container.section-02 p, .about-ridgid-container.section-03 p{
  font-size: 16px;
  line-height: 160%;
}

.about-ridgid-container.section-01 p, .about-ridgid-container.section-03 p{
  color: var(--brand-ridgid-dark);
}

.about-ridgid-container.section-02 p, .about-ridgid-container.section-02 h3{
  color: #fff;
}

.section-02__bg{
  background-color: var(--brand-ridgid-darker-red);
  
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  margin-left: -50vw;
  left: 50%;

}

.section-02__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:url(/images/pages/ridgid/about-ridgid-section-bg.jpg);;
  background-size: cover;
  background-position: center;
  opacity: 0.5; 
  z-index: 1;
  mix-blend-mode: multiply;
  filter: brightness(50%);
}

.about-ridgid-container.section-02{
  margin-left: 8.547008547008547%;
}

.row-fluid.block-02{
  position:relative;
}

.about-ridgid-container.section-03 p:first-of-type {
  margin-bottom: 40px;
}

.history-line .history-line__box .history-image{
  width:60px;
  height:60px;
  border:4px solid var(--brand-ridgid-red);
  border-radius: 100px;
  /* background-size: cover;
  background-position: center; */
  overflow:hidden;
  background-color: #fff;
  transition: filter 0.3s ease;
 
}

.history-line .history-line__box  .history-image img{
  height:100%;
  min-width: min-content;
  filter: grayscale(100%);
  margin-left: -46%;
  transition: filter 0.3s ease;

}

.history-line .history-line__box .history-image img:hover {
  filter: none; 
}



.history-line .history-line__box .history-image:hover{
  width:70px;
  height:70px;
}


.history-line .history-line__box .history-points{
  width:200px;
  flex-direction: column;
  display: flex;
  align-items: center;
  position:relative;
}

.history-line .history-line__box {
  text-align: center;
  display: flex;
  position: relative;
  padding: 20px;
  border: 2px solid var(--brand-ridgid-btn-gray);
  height: 122px;
  border-radius: 8px;
}

.history-line .history-line__box hr{
  height: 701px;
  width: 4px;
  background-color: var(--brand-ridgid-red);
  position: absolute;
  transform: rotate(90deg);
  left: 456px;
  top: -259px;
  z-index: -1;
}

.about-ridgid-container.history-line{
 padding-top:0px;
}


.about-ridgid-history-line__hidden-box{
  width: 200px;
  height:fit-content;
  padding:20px;
  background-color:#fff;
  -webkit-box-shadow: 4px 3px 16px -3px rgba(0,0,0,0.68);
-moz-box-shadow: 4px 3px 16px -3px rgba(0,0,0,0.68);
box-shadow: 4px 3px 16px -3px rgba(0,0,0,0.68);
float:left;
border-radius: 8px;


}

.about-ridgid-history-line__hidden-box{
  position: absolute;
  top: 114px;
  right: -28px;
  z-index: 1;
  display:none;
}


@media (max-width: 1199px){
  .about-ridgid .history-line .history-line__box hr{
    height: 509px;
    left: 360px;
    top: -163px;
  }
}

@media (max-width: 979px){
  .about-ridgid .about-ridgid__hero, .section-02__bg{
      left: 50%;
      
  }

  .about-ridgid-container.history-line{
    display: none;
  }
}

@media (max-width: 767px) {
  .about-ridgid-container.section-02{
      margin-left:0px;
  }
  
}

@media (max-width: 480px) {
  .about-ridgid .about-ridgid__hero .span10 h2{
      font-size: 50px;
  }
  .about-ridgid-container.section-01 h3, .about-ridgid-container.section-02 h3, .about-ridgid-container.section-03 h3{
      font-size: 28px;
  }
  .about-ridgid-container{
      padding: 40px 0px;
  }
}

@media (max-width: 480px) {
  .about-ridgid .about-ridgid__hero .span10 h2{
      font-size: 42px;
  }
  .about-ridgid-container.section-01 h3, .about-ridgid-container.section-02 h3, .about-ridgid-container.section-03 h3{
      font-size: 24px;
  }
  .about-ridgid-container.section-01 p, .about-ridgid-container.section-03 p{
      font-size: 14px;
  }
}


/*********/


/* --- FRENCH --- */

/* --- END FRENCH --- */
/* ********* END About Page ********* */

@media (min-width: 1200px) {
.ridgid-item.side-ad{
  max-height: 262px;
}
}

@media (max-width: 1199px) {
/* ********* HEADER ********* */
  .ridgid-header > .row-fluid {
    max-width: 940px;
    margin: 0 auto;
    padding: 17px 0 7px 7px;
    display: flex;
    align-items: center;
  }
  .ridgid-header .span4.logo-ridgid-sws {
    width: 208px;
    flex: 0 0 208px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .ridgid-header .row-fluid .navbar.navbar-inner-ridgid-subsite {
    width: 100%;
    float: none;
  }
  .span8.subheading-nav, .ridgid-header .span8.subheading-nav {
    flex: 1 1 auto;
    width: auto;
    float: none;
    margin: 0;
  }
  .navbar .nav.navbar-ridgid-subsite {
    justify-content: flex-end;
  }
  .navbar .nav.navbar-ridgid-subsite > li:last-child {
    margin-left: 0;
  }
.navbar .nav.navbar-ridgid-subsite {
    display: -moz-box;
    display: -ms-flexbox;
}
.navbar.navbar-inner-ridgid-subsite.mhide .dropdown-menu.ridgid-whole-cateogies-list-menu {
  width: 524px;
}

.ridgid-header .row-fluid .navbar .nav-collapse.sws.collapse {
    margin-top: 0 !important;
}
/* ********* NAV ********* */

.hover-underline-animation::before{
  opacity: 0;
}

/* ********* END HEADER ********* */

  .ridgid-sws-store #myCarousel .carousel-01 .product-image img {
    margin-top: 20px;
  }
  .ridgid-sws-store #myCarousel .text-content {
    padding-left: 2em;
  }
  .ridgid-sws-store #myCarousel .hero-content {
    grid-template-columns: 1fr 1fr;
    width: 940px;
  }
  .ridgid-item.side-ad .ridgid-side-ad-subtitle p.application-subtitle {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .ridgid-side-ad-cta {
    margin-top: 1em;
  }
  .ridgid-item.side-ad {
    padding-top: 1em;
  }
  .ridgid-item.side-ad .ridgid-side-ad-title p.application-title {
    font-size: 32px;
  }
  .ridgid-item.side-ad .ridgid-application-img img {
    height: auto;
    width: 351px;
    max-width: unset;
    position: absolute;
    right: -19px;
    bottom: -7px;
  }
  .ridgid-item.side-ad .ridgid-application-img {
    position: relative;
  }
  .ridgid-item.btn {
    height: 154px;
  }
  .ridgid-item .application-title {
    font-size: 15px;
    white-space: normal;
    margin-top: 10px;
  }

/* ********* About Page ********* */
.row-fluid.about-ridgid-container {
    width: 90vw;
}
p.about-us-application-title-p {
    line-height: 26px;
    padding: 5px 28px 12px;
}
.about-third-col p.about-us-application-title-p{
    padding: 5px 34px 12px;
}		
/* ********* END About Page ********* */
	
.about-ridgid-main-content .span8{
  width: 59%;
}


}

@media (max-width: 979px) {
/* ********* HEADER ********* */
  .navbar-inner.ridgid-mobile {
    background: white;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px 8px 20px;
  }

  .sws-mobile-header-nav  .dropdown{
    box-sizing: border-box;
  }

  .ridgid-mobile .span4 {
    margin: 0 10px 10px 0;
    width: 42%;
    max-width: 316px;
    flex-shrink: 0;
  }
  .ridgid-mobile img.brand.mobile-logo {
    width: 69%;
    padding: 0 20px 0 0;
    margin-left: 0px;
    display: block;
  }
  .ridgid-mobile .span8 {
    flex: 1 1 auto;
    width: auto;
    margin: 0;
    float: none;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
  }
  .ridgid-mobile .ridgid-search form.input-append.span10 {
    width: 100%;
    margin-left: 0;
  }

  /* ********* NAV ********* */
 .navbar.navbar-inner-ridgid-subsite .nav > li > a {
    font-size: 16px;
  } 
  .ridgid-mobile .navbar-search {
    position: relative;
    float: left;
    margin-top: 0;
    margin-bottom: 0 !important;
    max-width: 100%;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    background-color: white;
  }
    .ridgid-mobile .input-append input {
      border-radius: 4px 0 0 4px;
    }
    .ridgid-mobile .input-append .btn {
      margin-left: -1px;
      border: 0px;
      padding: 6px 14px;
      border: 2px 0px solid var(--brand-ridgid-light-red);
      background-color: var(--brand-ridgid-light-red);
      border-radius: 0 4px 4px 0;
      margin-top: 0px;
      height: 36px !important;
     
    }

    .ridgid-mobile .mobile-search .navbar-search #ProductSearch {
      border-radius: 4px 0 0 4px;
      color: var( --brand-ridgid-dark);
      border: 2px solid var(--brand-ridgid-light-red);
    }

    .ridgid-mobile .mobile-search .navbar-search #ProductSearch::placeholder{
      color: var( --brand-ridgid-dark);

    }

    .ridgid-mobile .mobile-search .navbar-search #ProductSearch:focus:invalid:focus {
      box-shadow: unset;
    }

    .carousel-top.ridgid-sws-store{
      margin-top: 25px;
    }

   


 
    .ridgid-mobile-sub-nav#mobile-sws-1{
        border-top: 1px solid white;
    }
    .ridgid-mobile-sub-nav{
        margin-top: -1px;
    }
      /****** English ******/
    li.home-btn.active-animation.dropdown {
    width: 10%;
    }
    .ridgid-mobile #SWS-mobile-first-nav {
      width: 45%;
      border-left: 1px solid white;
      border-right: 1px solid white;
    }
    .ridgid-mobile #SWS-mobile-third-nav {
      width: 45%;
    }
   
    /****** End English ******/

    /* HUMBURGER */
    .ridgid-mobile .sws-mobile-header-nav .btn-navbar {
      background-color: var(--brand-ridgid-red);
      border-image: initial;
      outline: none ;
      margin: 0px;
      padding: 4px 0px;
      width: 100%;
      float: none;
      box-sizing: border-box;
      border-radius: 0;
      border: none;
      margin-block: 0px;
      height: 27px;
      margin-top: -1px;
    }
    .navbar .ridgid-mobile .btn-navbar .icon-bar,
    .navbar .fridgid-mobile .btn-navbar:hover .icon-bar {
      width: 100%;
      max-width: 20px;
      background-color: #000!important;
      box-shadow: none;
      margin: 3px auto 3px;
    }
    /* END HAMBURGER */

    .ridgid-mobile #mobile-sws-3 {
      top: -28px;
      background: var(--brand-ridgid-red);
    } /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/
  .ridgid-mobile .sws-mobile-header-nav .navbar-ridgid-subsite-mobile {
   background-color:var(--brand-ridgid-red) ;
    width: 100%;
    margin-top: 1px!important;
    left: 0px !important;
    border-radius: 0px;
    margin-right: 0px;
  }
/* Safari */
  @supports (-webkit-touch-callout: none) {
    .ridgid-mobile .sws-mobile-header-nav .navbar-ridgid-subsite-mobile {
       margin-bottom: 0px;
       
     }
}

.ridgid-mobile .mobile-sws-nav-rest{
  margin-bottom: -28px !important;
}

  .ridgid-header-nav .sws-mobile-header-nav{
    margin-top: 0;
  }

  .ridgid-header-nav .row-fluid.sws-mobile-header-nav.accordion {
    background-color: var(--brand-ridgid-red);
    /* height: 20px; */
    
  } 

  .ridgid-mobile .sws-mobile-header-nav .nav > li > a{
  background: var(--brand-ridgid-red);
  font-size: 15px;
  
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  padding: 3.5px;
  /* margin-bottom: 0px !important; */
  }

  .ridgid-mobile .sws-mobile-header-nav .nav > li > a:hover, .ridgid-mobile .sws-mobile-header-nav .btn-navbar:hover {
    background-color: var(--brand-ridgid-darker-red);
    /* margin-block: 0px; */

  }
  li.home-btn.active-animation.dropdown a{
  padding-bottom: 3.5px;
  }
  /* .ridgid-mobile .sws-mobile-header-nav .nav > li > a:hover,
  .ridgid-mobile .sws-mobile-header-nav .nav > li > a:active{
  background: var(--brand-ridgid-darker-red);
 
  }   */
  .ridgid-mobile li.home-btn.active-animation.dropdown:hover i.icon-home.icon-blue {
    background-image: url(/images/pages/ridgid/ridgid-glyphicons-halflings-white.png);
  }
  .ridgid-mobile .sws-mobile-header-nav .nav > li:nth-child(3):hover a{
  margin-right: -1px;
  }
  .ridgid-mobile .ridgid-mobile-sub-nav .nav .dropdown-sup a{
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
  margin-block: 0px;
  }
  .ridgid-mobile .ridgid-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
  width: 92%;
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
  margin-block: 0px;

  }/** PRODUCTS DROPDOWN in "a" tag **/

  /* .ridgid-mobile .ridgid-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover {
  width: 92.7%;
  
  } */
  .ridgid-mobile .ridgid-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
    background-color: var(--brand-gasclip-button-blue);
    color: var(--brand-gasclip-logo-blue);
  }
  .ridgid-mobile .ridgid-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
    background-color: var(--brand-gasclip-button-blue) !important;
    color: var(--brand-gasclip-logo-blue) !important;    
  }
  .ridgid-mobile .ridgid-mobile-sub-nav .nav > li:nth-child(3):hover a{
    margin-right: 0px;
  } 
  .ridgid-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all > a, .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li.mob-view-all > a{
        font-weight: 600 !important;
    }
  /** DROPDOWN ABOUT US margin-right->0 **/
  .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
  .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
  .ridgid-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
  {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0px 5px 10px ;
    color: var(--brand-ridgid-dark);
    
    font-weight: 500 ;
    margin-bottom: 2px;
    border: none;
    white-space: break-spaces;
  }
  .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover, 
  .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
  .ridgid-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
  .ridgid-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
    /* text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px; */
    background-color: var(--brand-ridgid-darker-red) !important;
  }
  .ridgid-mobile .accordion-inner .accordion-inner-sub{
    display: block;
    margin: 0 auto;
  }
  .ridgid-mobile .accordion-inner .accordion-inner-sub li{
    list-style: none;
    }
  .ridgid-mobile .ridgid-mobile-sub-nav .dropdown-sup .dropdown-menu{
    margin-left: 0px;
  }
  .ridgid-mobile .ridgid-mobile-sub-nav .accordion-inner .mshow .nav{
    margin-bottom: 0px;
  }
  .ridgid-mobile .ridgid-mobile-sub-nav .nav {
    margin: 0;
    padding: 0;
  }
  .ridgid-mobile #mobile-sws-1.ridgid-mobile-sub-nav .nav {
    margin: 0;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: var(--brand-ridgid-btn-ligther-gray);
    border-top: none;
  }

  /* ===== MOBILE 2-LEVEL PRODUCTS MENU ===== */
  .ridgid-mobile .ridgid-mobile-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: var(--brand-ridgid-btn-ligther-gray);
  }
  .ridgid-mobile .ridgid-mobile-cat-list > li {
    border-bottom: 1px solid #d0d0d0;
    list-style: none;
  }
  .ridgid-mobile .ridgid-mobile-cat-list > li:last-child {
    border-bottom: none;
  }
  /* Direct-link items */
  .ridgid-mobile .ridgid-mobile-cat-direct > a {
    display: block;
    padding: 11px 15px;
    color: var(--brand-ridgid-dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #f5f5f5;
  }
  .ridgid-mobile .ridgid-mobile-cat-direct > a:hover {
    background: #ebebeb;
    color: var(--brand-ridgid-light-red);
  }
  /* Toggle items (has sub) */
  .ridgid-mobile .ridgid-mobile-cat-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 15px;
    color: var(--brand-ridgid-dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #f5f5f5;
    cursor: pointer;
  }
  .ridgid-mobile .ridgid-mobile-cat-toggle:hover {
    background: #ebebeb;
    color: var(--brand-ridgid-light-red);
  }
  /* Chevron rotation */
  .ridgid-mobile .ridgid-mobile-chevron {
    flex-shrink: 0;
    margin-left: 8px;
    transition: transform 0.2s ease;
    color: var(--brand-ridgid-light-red);
  }
  .ridgid-mobile .ridgid-mobile-chevron svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 1;
  }
  .ridgid-mobile .ridgid-mobile-cat-has-sub.sub-open > .ridgid-mobile-cat-toggle .ridgid-mobile-chevron {
    transform: rotate(90deg);
  }
  /* Sub-collapse list */
  .ridgid-mobile .ridgid-mobile-sub-collapse {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ebebeb;
  }
  .ridgid-mobile .ridgid-mobile-sub-collapse > li {
    list-style: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .ridgid-mobile .ridgid-mobile-sub-collapse > li:last-child {
    border-bottom: none;
  }
  .ridgid-mobile .ridgid-mobile-sub-collapse > li > a {
    display: block;
    padding: 9px 15px 9px 28px;
    color: var(--brand-ridgid-dark);
    font-size: 13px;
    text-decoration: none;
  }
  .ridgid-mobile .ridgid-mobile-sub-collapse > li > a:hover {
    background: #ddd;
    color: var(--brand-ridgid-light-red);
  }
  /* View All row */
  .ridgid-mobile .ridgid-mobile-sub-collapse > li.ridgid-mob-view-all > a {
    font-weight: 600;
    color: var(--brand-ridgid-light-red);
    padding-left: 28px;
  }
  .ridgid-mobile .ridgid-mobile-sub-collapse > li.ridgid-mob-view-all > a:hover {
    text-decoration: underline;
  }
  /* ===== END MOBILE 2-LEVEL PRODUCTS MENU ===== */

  .ridgid-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
    border: none;
    clear: both;
    border-bottom: 1px solid white;
  }
  .ridgid-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid white;
  }
  .ridgid-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu .accordion-inner {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: transparent;
  }

  /* ********* END HEADER ********* */

  .ridgid-sws-store #myCarousel .hero-content {
    width: 95vw;
    padding-inline: 20px;
  }
  .carousel-top.ridgid-sws-store {
    margin-top: 25px;
  }
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section,
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
    margin-top: -18px;
  }
  .ridgid-sws-store #myCarousel .carousel-02 .text-content,
  .ridgid-sws-store #myCarousel .carousel-01 .text-content {
    padding-left: 3em;
  }
  .ridgid-sws-store {
    padding-top: 0px;
    margin-top: -27px;
  }
  .ridgid-sws-store #myCarousel h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section,
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 450px;
  }
  .ridgid-sws-store #myCarousel h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .ridgid-sws-store #myCarousel .hero-section-french h1 {
    line-height: 44px;
  }
  .ridgid-sws-store #myCarousel .hero-content {
    grid-template-columns: 3fr 2fr;
  }

/* ********* END BUTTONS ********* */

.about-ridgid-main-content .span8{
  width: 46%;
}
.about-ridgid-main-content .span4{
  min-width: 300px;
}

.about-ridgid-main-content  .about-ridgid_history.date-03 .span6.image, .about-ridgid-main-content  .about-ridgid_history.date-05 .span6.image{
  margin: -12px 0px -5px -5px;
}

.about-ridgid-main-content .span4{
  display:none;
}

}

@media (max-width: 979px) and (min-width: 768px) {
	.row-fluid.point-down {
    padding: 0;
}	


.ridgid-item.btn-02 img, .ridgid-item.btn-04 img{
  height: 98px;
}

.ridgid-item.btn-05 img{
  right: 10px;
  height: 109px;
}
.ridgid-item.btn-06 img{
  right: 0;
}

.ridgid-item.btn-07 img{
  height: 97px;
}

.ridgid-item.btn-08 img{
  max-height: 99px;
}
.ridgid-item.btn-09 img{
  max-height: unset;
  height: 136px;
}

.ridgid-item.btn-10 img{
  height: 128px;
  min-width: 55px;
}

.ridgid-item.btn-06 .application-title{
  width:80%;
}




.ridgid-item.about-ridgid-btn img{
  height: 77px;
}
.ridgid-item.btn-12{
  overflow: hidden;
}
}
@media (max-width: 850px) and (min-width: 768px) {
 
  .ridgid-item.btn-12 img{
    height: 97px;
    right: -30px;
  }
  .ridgid-item.btn-01 img {
    max-height: 82px;
  }

  .ridgid-application{
    padding-inline: 15px;
  }
}
  
@media (max-width: 767px) {
/* ********* HEADER ********* */
.navbar-inner.ridgid-mobile {
    padding: 0;
    
}
.ridgid-mobile #SWS-mobile-hamburger-nav {
    width: 6.95%;
}
.ridgid-mobile .sws-mobile-header-nav .navbar-ridgid-subsite-mobile {
    /* margin-top: 8px !important; */
    z-index: 9;
  }

/* ********* END HEADER ********* */
/* ********* BUTTONS ********* */
  .ridgid-sws-store #myCarousel .hero-section,
  .ridgid-sws-store #myCarousel .product-image {
    justify-content: start;
  }
  .ridgid-sws-store #myCarousel .product-image img {
    height: 300px;
    box-shadow: none;
  }
  .ridgid-sws-store #myCarousel .text-content,
  .ridgid-sws-store #myCarousel .carousel-02 .text-content {
    padding-top: 0;
    padding-right: 0;
  }
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section,
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
    box-shadow: none;
    height: 420px;
  }
  .ridgid-sws-store #myCarousel .text-content {
    margin-left: 0;
  }
  .ridgid-sws-store .sws-carousel-drop-shadow img {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
  .ridgid-sws-store #myCarousel h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .row-fluid.ridgid-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .sws-ridgid-buttons .ridgid-grid-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 1em;
  }
  .carousel-top.ridgid-sws-store {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ridgid-sws-store #myCarousel h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .ridgid-sws-store #myCarousel .hero-content {
    grid-template-columns: 3fr 2fr;
  }
  .ridgid-item.side-ad {
    display: none;
  }
  .ridgid-item:hover:not(.side-ad) {
    border: 1.5px solid var(--brand-ridgid-red);
    border-bottom: 5px solid var(--brand-ridgid-darker-red);
  }

/* ********* END BUTTONS ********* */
.about-ridgid-main-content .span4{
  display: none;
}

.about-ridgid-main-content .span8{
  width: 100%;
  margin-right: 0px;
}

/* .about-ridgid-main-content .ridgid-quote{
  display:block;
} */
}

@media (min-width: 601px) and (max-width:767px) {

.row-fluid.about-ridgid-main-content p {
    padding-bottom: 0;
}
.row-fluid.ipad-view-setting.sws-ridgid-buttons{
  height: 1064px;
}
.ridgid-item.btn-12 img{
  height: 90px;
}
.ridgid-item.about-ridgid-btn img{
  height: 79px;
}
}

@media (max-width: 600px) {
.ridgid-mobile #SWS-mobile-first-nav {
      width: 30%;
}
.ridgid-mobile #SWS-mobile-third-nav {
      width: 48%;
}	

.ridgid-mobile img.brand.mobile-logo{
  width: 80%;
}
.about-us-blue-col {
    width: 60%;
    margin: 0 auto;
}
.about-us-blue-col:not(:first-child){
    margin-top: 3em;
}
p.about-us-application-title-p {
    line-height: 26px;
}
.about-us-application-title {
    padding-bottom: 1em;
}
li.home-btn.active-animation.dropdown {
    width: 14.2%;
}
.ridgid-mobile #SWS-mobile-hamburger-nav {
    width: 7.1%;
}
.ridgid-mobile .span4 {
  margin-top: 28px;
}	
/****************/
  .ridgid-sws-store #myCarousel h1 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .ridgid-sws-store #myCarousel .product-image {
    order: -1;
    justify-content: center;
  }
  .ridgid-sws-store #myCarousel .product-image img {
    height: 250px;
    box-shadow: none;
  }
  .ridgid-sws-store #myCarousel .hero-content .product-image {
    height: fit-content;
    justify-content: center;
  }
  .ridgid-sws-store .sws-carousel-drop-shadow img {
    height: 173px;
    width: auto;
  }
  .ridgid-sws-store #myCarousel h2 {
    width: 80%;
    margin: 10px 0px 5px 0px;
    text-align: center;
    padding: 0px;
  }
  .ridgid-sws-store #myCarousel .carousel-01 .text-content,
  .ridgid-sws-store #myCarousel .carousel-02 .text-content,
  .ridgid-sws-store #myCarousel .carousel-03 .text-content,
  .ridgid-sws-store #myCarousel .carousel-04 .text-content {
    padding: 0.5em 0 1em 0;
    display: flex;
    align-items: center;
  }
  .ridgid-sws-store #myCarousel .text-content {
    padding-top: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    padding-inline: 7vw;
  }
  .ridgid-sws-store #myCarousel .hero-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0px;
  }
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 434px;
    box-shadow: none;
  }
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section,
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 430px;
  }
  .ridgid-sws-store #myCarousel .carousel-btn {
    padding: 12px 34px;
    display: flex;
    justify-content: center;
    width: 40%;
  }
  .ridgid-flex-container {
    height: fit-content;
  }
/********/
.row-fluid.about-ridgid-main-content p {
    padding-bottom: 0em;
}
.ridgid-grid-container.about-us-grid-container {
    grid-template-columns: repeat(1, 1fr);
}

.ridgid-application{
  padding-inline: 10px;
}

.ridgid-item.btn-01 img {
  height: 74px;
}

.ridgid-item.btn-02 img{
  height: 93px;
}
.ridgid-item.btn-05, .ridgid-item.btn-06{
  overflow: hidden;
}

.ridgid-item.btn-04 img{
  height: 83px;
  
}

.ridgid-item.btn-05 img{
  height: 100px;
  right: 10px;
}
.ridgid-item.btn-06 img{
  right: 10px;
  height: 106px;
}
.ridgid-item.btn-08 img{
  height: 87px;
}
.ridgid-item.btn-09 img{
  right: 10px;
}
.ridgid-item.btn-06 .application-title, .ridgid-item.btn-01 .application-title, .ridgid-item.btn-02 .application-title, .ridgid-item.btn-05 .application-title{
  width:80%;
}


.ridgid-item.btn-11 img{
  height: 105px;
  min-width: 52px;
  margin-top: 0px;
}
.ridgid-item.btn-12 img{
  height: 98px;
}

.ridgid-sws-store #myCarousel .carousel-02 .image-content img{
  height: 255px;
}
	
}



@media (min-width: 481px) and (max-width:980px){
ul.accordion-inner-sub.dropdown-menu, ul.accordion-inner.nav.mshow ul.accordion-inner-sub {
    width: 49%;
    display: inline-block !important;
    vertical-align: text-top;
}    
}

@media (max-width: 480px) {
    ul.accordion-inner-sub.dropdown-menu:first-child, ul.accordion-inner.nav.mshow ul.accordion-inner-sub:first-child{
    border-bottom: none;
   
    }
    .ridgid-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all > a, .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li.mob-view-all > a{
        font-weight: 600 !important;
    }
    .ridgid-item img {
      height: 103px;
      min-width: 46px;
    }	
    .qa img {
        height: 60px;
    }
    .ridgid-application-title .application-title {
        font-size: 14px;
        line-height: 22px;
    }
    .ridgid-item:not(.side-ad) {
        height: 7.5em;
    }
    .ridgid-sws-store #myCarousel .carousel-btn {
      width: 50%;
    }
    .ridgid-sws-store #myCarousel .carousel-inner.hero-section,
    .ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
      height: 430px;
    }
    .ridgid-sws-store #myCarousel .hero-section-french h1 {
      line-height: 34px;
      font-size: 26px;
    }
    li.home-btn.active-animation.dropdown {
        width: 14%;
    }
    .navbar-inner.ridgid-mobile-french.ridgid-mobile #SWS-mobile-first-nav {
        width: 30%;
    }
    .navbar-inner.ridgid-mobile-french.ridgid-mobile #SWS-mobile-third-nav {
        width: 48%;
    }
    .navbar-inner.ridgid-mobile-french.ridgid-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
    }

   
      .ridgid-item.btn-01 img, .ridgid-item.btn-02 img, .ridgid-item.btn-04 img{
          height: 60px;
      }

      .ridgid-item.btn-05 img{
        height: 83px;
      }

      .ridgid-item.btn-06 img{
        height: 100px;
      }

      .ridgid-item.btn-07 img{
        height: 76px;
      }
      
      .ridgid-item.btn-08 img{
        height: 82px;
        right: -19px;
      }

      .ridgid-item.btn-08{
        overflow:hidden;
      }

      .ridgid-item.btn-09 img{
        right: -2px;
      }

      .ridgid-item.btn-09 .ridgid-application-title{
        width: 62%;
      }

      .ridgid-item.btn-12 .ridgid-application-title{
        width: 62%;
      }

      .ridgid-item.btn-02 img{
        height: 93px;
      }
 
    
	.row-fluid.about-ridgid-hero h1 {
        font-size: 60px;
        line-height: 100%;
    }
    .row-fluid.about-ridgid-hero.about-us-hero {
        height: 230px;
    }
    .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .navbar-ridgid-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a, .ridgid-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a {
        font-size: 14px;
        line-height: 18px;
    }
    
	
}

@media (max-width: 399px) {
    .navbar-inner.ridgid-mobile-french.ridgid-mobile #SWS-mobile-first-nav {
        width: 24%;
    }
    .navbar-inner.ridgid-mobile-french.ridgid-mobile #SWS-mobile-third-nav {
        width: 52% !important;
    }
	li.home-btn.active-animation.dropdown {
        width: 12%;
    }
    .ridgid-mobile #SWS-mobile-first-nav {
        width: 30%;
    }
    .ridgid-mobile #SWS-mobile-third-nav {
        width: 46%;
    }
    .ridgid-mobile #SWS-mobile-hamburger-nav {
        width: 10.9%;
    }
    .ridgid-mobile img.brand.mobile-logo {
        width: 94%;
        padding-top: 13px;
    }
    .ridgid-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 13px;
    }
    .navbar-inner.ridgid-mobile-french.ridgid-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 12px;
    }
    .ridgid-mobile .span4 {
      margin-top: 26px;
    }
    li.home-btn.active-animation.dropdown a {
        padding-bottom: 4px;
    }
    .about-us-blue-col {
        width: 80%;
    }
    .row-fluid.about-ridgid-container h2 {
        line-height: 100%;
    }
    .row-fluid.about-ridgid-main-content h2 {
        font-size: 32px;
        line-height: 108%;
}

  .sws-ridgid-buttons .ridgid-grid-container {
    gap: 1.5em;
    margin-bottom: 1em;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, 1fr);
  }
  .ridgid-item.btn-01 { grid-area: unset; }
  .ridgid-item.btn-02 { grid-area: unset; }
  .ridgid-item.btn-03 { grid-area: unset; }
  .ridgid-item.btn-04 { grid-area: unset; }
  .ridgid-item.btn-05 { grid-area: unset; }
  .ridgid-item.btn-06 { grid-area: unset; }
  .ridgid-item.btn-07 { grid-area: unset; }
  .ridgid-item.btn-08 { grid-area: unset; }
  .ridgid-item.btn-09 { grid-area: unset; }
  .ridgid-item.btn-10 { grid-area: unset; }

.row-fluid.about-ridgid-hero h2{
  font-size: 48px;
}

.about-ridgid-main-content .ridgid-quote{
  display: none;
}

}
@media (max-width: 329px) {
    li.home-btn.active-animation.dropdown {
        width: 10.5%;
    }
    .navbar-inner.ridgid-mobile-french.ridgid-mobile #SWS-mobile-first-nav {
        width: 25.5%;
    }
    .ridgid-mobile #SWS-mobile-first-nav {
        width: 31.5%;
    }
    .ridgid-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 11px;
    }
    .ridgid-mobile #SWS-mobile-hamburger-nav {
        width: 10.7%;
    }
    .navbar-inner.ridgid-mobile-french.ridgid-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 11px;
    }
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section,
  .ridgid-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 440px;
  }
  .ridgid-sws-store #myCarousel h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .ridgid-sws-store #myCarousel h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .ridgid-sws-store #myCarousel .hero-section-french h1 {
    line-height: 30px;
    font-size: 24px;
  }
  .ridgid-sws-store #myCarousel .hero-section-french h2 {
    font-size: 16px;
    line-height: 20px;
  }

}


