:root {
  --brand-ohaus-primary-red: #DC0032; /* primary ohaus red color */
  --brand-ohaus-secondary-dark-gray: #333333; /* secondary ohaus dark gray color */
  --brand-ohaus-third-light-gray: #A5AAAB; /* third ohaus light gray color */
  --brand-header-ohaus-font: "Open Sans", "Helvetica", Arial, sans-serif; /*body font family*/
  --body-ohaus-font: "Roboto", "Helvetica", Arial, sans-serif;
  --body-hero-title-ohaus-font: "Montserrat", "Helvetica", Arial, sans-serif;
}
/* ********* HEADER ********* */

.ohaus-header {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  box-sizing: border-box;
  padding: 1em 0;
}
.ohaus-header > .row-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 7px;
}
.ohaus-header .span2.logo-ohaus-sws img.brandlogo{
  width: 76%;
  margin-left: 0px;
}
.ohaus-header .row-fluid .navbar.navbar-inner-ohaus-subsite {
  float: right;
}
.ohaus-header .subheading-nav {
  float: right;
  margin-top: 30px;
}
.ohaus-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 20px !important; 
}

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

.navbar .nav.navbar-ohaus-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-ohaus-subsite > li.home-btn {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto 1em;
}
.navbar .nav.navbar-ohaus-subsite > li {
  -webkit-box-flex: 4 1 auto;
  -moz-box-flex: 4 1 auto;
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
  margin: auto 1em;
  text-align: center;
}
.navbar.navbar-inner-ohaus-subsite-french .nav.navbar-ohaus-subsite > li {
  -webkit-box-flex: 4 1 auto;
  -moz-box-flex: 4 1 auto;
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
  margin: auto 0.6em;
  text-align: center;
}
.navbar.navbar-inner-ohaus-subsite .nav > li > a {
  text-shadow: none;
  color: var(--brand-ohaus-primary-red);
  font-weight: 700;
  display: block;
  font-size: 18px;
  white-space: break-spaces;
}
.navbar.navbar-inner-ohaus-subsite .nav > li > a:hover {
  color: var(--brand-ohaus-secondary-dark-gray);
}
/* home button */
.navbar.navbar-inner-ohaus-subsite .nav > :first-child > a{
  padding: 9px !important;
  display: inline-block;
  width: 1px;
  height: 1px;
  background-image: url('/images/pages/ohaus/house.svg');
  background-size: cover;
  transition: background-image 0.3s ease;
  vertical-align: text-top;
  margin: 1em auto;
}
.navbar.navbar-inner-ohaus-subsite .nav > :first-child > a:hover {
  background-image: url('/images/pages/ohaus/house-hover.svg');
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.dropdown-menu.ohaus-whole-cateogies-list-menu{
    width: 808px;
    left: 0px !important;
    border-radius: 3px;
    background-color: #f4f6f9;
}

.navbar.navbar-inner-ohaus-subsite.navbar-inner-ohaus-subsite-french.mhide .dropdown-menu.ohaus-whole-cateogies-list-menu{
    width:840px;
}
.navbar .nav>li>.ohaus-whole-cateogies-list-menu.dropdown-menu:before, 
.navbar .nav>li>.ohaus-whole-cateogies-list-menu.dropdown-menu:after {
  display: none;
}
.dropdown-menu.ohaus-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 5px 21px 5px 21px !important;
  line-height: 28px;
  font-weight: 600;
  font-size: 16px;
  color: var(--brand-ohaus-secondary-dark-gray);
  text-align: left;
}
.dropdown-menu.ohaus-whole-cateogies-list-menu li a:hover {
  color: #dc003261 !important;
}
.ohaus-whole-cateogies-list-menu ul {
  list-style: none;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 18px;
  box-sizing: border-box;
  padding-right: 18px;
  width: 50%;
  float: left;
}
.ohaus-whole-cateogies-list-menu ul:first-child{
  width: 50%;
}
.ohaus-whole-cateogies-list-menu ul:last-child{
  padding-left: 50px;
}
.view-all-li a {
    color: var(--brand-ohaus-secondary-dark-gray) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
}
.ohaus-whole-cateogies-list-menu ul:nth-child(2) {
  border-left: 1px solid #c8cfde;
}
.ohaus-whole-cateogies-list-menu ul:last-child li {
  border-right: none;
}
.navbar-ohaus-subsite .dropdown-menu li.dropdown-header {
  border-top: 1px solid #d5d5d5;
  margin-top: 5px;
  text-decoration: underline solid 3px var(--brand-ohaus-primary-red);
  text-underline-offset: 0.3rem;
}
.navbar-ohaus-subsite .dropdown-menu li.dropdown-header>a,
.navbar-ohaus-subsite .dropdown-menu li.dropdown-header>a:hover {
  font-weight: 700 !important;
  color: var(--brand-ohaus-secondary-dark-gray);
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 5px;
}
.navbar-ohaus-subsite .dropdown-menu li.dropdown-header:first-child, 
.navbar-ohaus-subsite .dropdown-menu li.dropdown-header:first-child>a {
  border-top: none;
  margin-top: 5px;
}

/* Solutions by Industry */
 .dropdown-menu.sub-category{
  width: 220px;
  left: 0px !important;
  border-radius: 3px;
}
.navbar.navbar-inner-ohaus-subsite.navbar-inner-ohaus-subsite-french.mhide .dropdown-menu.sub-category {
  width: 237px;
}
ul.dropdown-menu.sub-category{
  left: -4px !important;
  padding: 16px 16px 10px 20px;
  background: #f4f6f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
}
.sub-category>ul{
  width: 100%;
  padding-left: 18px;
}
ul.dropdown-menu.sub-category li.dropdown-sub-category>a,
ul.dropdown-menu.sub-category li.dropdown-sub-category>a:hover {
  font-weight: 700 !important;
  color: var(--brand-ohaus-secondary-dark-gray);
  padding: 5px 0px 5px 0px !important;
  text-transform: uppercase;
  margin-top: 5px;
}
/* END Solutions by Industry */

ul.dropdown-menu.ohaus-whole-cateogies-list-menu:hover{
    background: #f4f6f9;
}
.navbar-ohaus-subsite .hover-underline-animation a {
    padding: 16px 7px 16px !important;
}
/* NAV HOVER COLOURS */
.navbar.navbar-inner-ohaus-subsite .nav > li > a:active,
.navbar .nav.navbar-ohaus-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-ohaus-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-ohaus-subsite li.dropdown.open.active > .dropdown-toggle {
  color: var(--brand-ohaus-secondary-dark-gray);
  background-color: transparent;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--brand-ohaus-primary-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-ohaus-primary-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: rgb(var(--brand-ohaus-primary-red), 20%);
  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-ohaus-subsite .dropdown-menu li > a:hover,
.navbar-ohaus-subsite .dropdown-menu li > a:focus,
.navbar-ohaus-subsite .dropdown-submenu:hover > a,
.navbar-ohaus-subsite .dropdown-submenu:focus > a,
.navbar-ohaus-subsite .dropdown-menu li > a:active,
.navbar-ohaus-subsite .dropdown-submenu:active > a {
  background-color: #f4f6f9 !important;
  text-decoration: none;
  background-image: none;
}

/*Search bar*/
.ohaus-search form#ProductDisplayForm button.btn.btn-default {
  border: 1px solid var(--brand-ohaus-third-light-gray);
  background-color: var(--brand-ohaus-primary-red);
  border-radius: 0;
  margin-top: 0px;
}
.ohaus-search form#ProductDisplayForm button.btn.btn-default:hover {
  background-color: var(--brand-ohaus-secondary-dark-gray);
}
.ohaus-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.ohaus-mobile .mobile-search button .icon-search {
  margin-top: 1px !important;
  background-image: url(/img/glyphicons-halflings-white.png);
}
.ohaus-search.input-append {
  margin-left: 0;
  padding-right: 5px;
}
.ohaus-search input#ProductSearch.appendInputButton {
  border-radius: 0;
  color: #687177;
  border: 1px solid var(--brand-ohaus-third-light-gray);
}
.ohaus-search input.refine-search.appendInputButton:focus,
.ohaus-search input.refine-search.appendInputButton:focus:invalid:focus {
  color: var(--brand-ohaus-third-light-gray);
  box-shadow: inset 0 0px 3px 1px rgba(51,51,51, 10%),0 0px 4px rgba(71,70,70, 50%);
  border-color: #d8d8d8;
}
.ohaus-search input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-gasclip-button-blue);
}
.ohaus-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-gasclip-button-blue);
}
.ohaus-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-gasclip-button-blue);
}
.ohaus-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-gasclip-button-blue);
}
.ohaus-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-gasclip-button-blue);
}
.ohaus-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-gasclip-button-blue);
}

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

.ohaus-sws-store #myCarousel .hero-section {
  width: 100%;
  background-image: url(/images/pages/ohaus/ohaus-home-page-bgr.jpg);
  background-size: cover;
  background-position:  25% 75%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 5em;
}
/* Set a fixed height for the carousel inner to prevent jumping */
.ohaus-sws-store #myCarousel .carousel-inner.hero-section,
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 420px; /* Adjust this value as needed */
  margin-top: -12px;
}
.ohaus-sws-store #myCarousel .hero-content {
  width: 1140px;
  max-height: 385px;
  align-items: center;
  padding: 54px 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto !important;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .hero-content{
  padding: 20px 20px 0;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .text-content-french{
  padding: 0px 38px 20px 60px;
}
.ohaus-sws-store #myCarousel .image-content {
  display: flex;
  justify-content: center;
}
.ohaus-sws-store #myCarousel .image-content img {
  height: 400px;
}
.carousel-control-new {
  color: white;
  font-size: 30px; /* Adjust the size of the arrow */
  position: absolute; /* Position the arrows */
  top: 50%; /* Position vertically in the middle */
  transform: translateY(-50%); /* Adjust vertical position */
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 1) !important;
}
.carousel-control-new.left {
  left: 10px; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 10px; /* Position the right arrow */
}
.carousel-top.ohaus-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

/* Other Carousel Styles */
.ohaus-sws-store #myCarousel h2 {
  font-size: 3.438em;
  margin-bottom: 14px;
  color: var(--brand-ohaus-secondary-dark-gray);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: var(--body-hero-title-ohaus-font);
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french h2{
  font-size: 2.625em;
}
.ohaus-sws-store #myCarousel h3 {
  color: var(--brand-ohaus-primary-red);
  font-weight: 400;
  font-size: 2.188em;
  font-family: var(--body-hero-title-ohaus-font);
  line-height: 1.2;
}
.ohaus-sws-store #myCarousel p {
  font-size: 1.375em;
  margin-bottom: 50px;
  color: var(--brand-ohaus-secondary-dark-gray);
  line-height: 1.2;
}
.ohaus-sws-store #myCarousel .carousel-btn {
  color: white;
  background-color: var(--brand-ohaus-primary-red);
  border-radius: 0px;
  margin-top: 0px;
  font-size: 0.938em;
  padding: 14px 66px;
  display: inline-flex;
  font-family: var(--body-gasclip-font);
  font-weight: 600;
}
.ohaus-sws-store #myCarousel .carousel-btn:hover {
  background-color: var(--brand-ohaus-secondary-dark-gray);
  text-decoration: none;
  transition: 0.3s;
}


/* CAROUSEL PROMO STYLES */
.ohaus-sws-store #myCarousel .ohaus-slide3 h2 {
  line-height: 1.2;
  margin: 0;
}
.ohaus-sws-store #myCarousel .ohaus-slide3 h3 {
  line-height: 1.2;
  margin: 0 0 10px;
  color: #333333;
}
.ohaus-sws-store #myCarousel .ohaus-slide3 p {
  color: #dc0032;
}
/* ********* END Heroes ********* */

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

.sws-ohaus-buttons .ohaus-grid-item img{
    box-sizing: border-box;
    transition: 0.15s ease-in-out;
    max-height: 200px;
}
.ohaus-application-title .application-title{
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-ohaus-secondary-dark-gray);
    text-align: left;
    line-height: 26px;
    padding-right: 20px;
}
/**/
.ohaus-flex-container{
    display: flex;
}
.ohaus-item{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1.5px solid var(--brand-ohaus-third-light-gray);
  border-radius: 6px 6px 0px 0px;
  background-image: linear-gradient(
    to bottom, white 0%, /* Start with white */ 
    white 93%, /* White ends at 93% */ 
    var(--brand-ohaus-secondary-dark-gray) 93%, /* Gray starts at 93% */ 
    var(--brand-ohaus-secondary-dark-gray) 95%, /* Gray ends at 95% */ 
    var(--brand-ohaus-primary-red) 93%, /* Red starts at 93% */ 
    var(--brand-ohaus-primary-red) 100% /* Red ends at 100% */);
  align-items: center;
}
.ohaus-item:not(.side-ad){
    height: 11em;
}
.ohaus-item img{
    padding-left: 18px;
    width: 80%;
}
.ohaus-application-title{
    padding: 0px 10px 0px 0px;
}

.ohaus-item.side-ad .ohaus-side-ad-subtitle p.application-sub-subtitle {
  font-size: 27px;
  font-weight: 600;
  color: var(--brand-ohaus-secondary-dark-gray);
  text-align: left;
  line-height: 14px;
  padding: 0 0px;
}
.sws-ohaus-buttons .ohaus-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6% 3%;
  margin-bottom: 10%;
  margin-top: -2em;
}
/*Side ad*/
.ohaus-item.side-ad{
  background-image: url(/images/pages/ohaus/CX221-product-side-ad.png), url(/images/pages/ohaus/vector-bg-button.svg);
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  flex-direction: column;
  padding-top: 1em;
  background-position: left 120% bottom 25%, left 65% bottom -107%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px 350px, 28.56em 18.75em;
  align-items: flex-start;
  padding-left: 10px;
  display: block;
}
.ohaus-item.side-ad .ohaus-side-ad-title p.application-title{
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-ohaus-secondary-dark-gray);
  text-align: left;
  line-height: 35px;
  margin-top: 40px;
}
.ohaus-item.side-ad .ohaus-side-ad-subtitle p.application-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--brand-ohaus-primary-red);
  text-align: left;
  line-height: 26px;
  padding: 0 20px 0 0px;
}
.ohaus-side-ad-cta {
    margin: 0.5em 0 1.5em 0;
}
.side-ad-btn{
   color: white;
    background-color: var(--brand-ohaus-primary-red);
    margin-top: 0px;
    font-size: 15px;
    padding: 9px 50px;
    display: inline-flex;
    font-family: var(--body-ohaus-font);
    font-weight: 600; 
}
.side-ad-btn:hover {
  background-color: var(--brand-ohaus-secondary-dark-gray);
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.row-fluid .sws-ohaus-buttons.sws-ohaus-buttons-fr .ohaus-item.side-ad .ohaus-side-ad-subtitle p.application-sub-subtitle{
  padding: 0px 60px 0px 0px;
  line-height: normal;
}

/*Buttons hover*/
.ohaus-item:hover .ohaus-application-title .application-title,
.ohaus-item:hover .ohaus-application-img img {
  color: var(--brand-ohaus-primary-red); 
  transition: 0.15s ease-in-out;
}
.ohaus-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);
  overflow: hidden;
}

.about-ohaus-item .ohaus-application-img img{
  width: 60%;
}
.about-ohaus-item:hover .ohaus-application-title{
  padding-right: 20px;
}

/* ********* About Page ********* */
.ohaus-about .about-ohaus-hero {
  background-image: url(/images/pages/ohaus/ohaus-home-page-bgr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 300px;
  margin-bottom: 0px;
  width: 100%;
  background-position: 25% 82%;
  display: flex;
}
.ohaus-hero-container{
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.row-fluid.about-ohaus-hero h1{
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
    color: var(--brand-ohaus-primary-red);
    font-family: var(--body-hero-title-ohaus-font);
    padding: 1em;
}
.about-ohaus {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: var(--brand-ohaus-primary-red);
}
.row-fluid.about-ohaus-container p {
  color: #f9f9f9;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  font-family: var(--body-ohaus-font);
}
.row-fluid.about-ohaus-container h2{
    color: #fff;
    direction: ltr;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    margin-top: 0;
}
.row-fluid.about-ohaus-container {
  margin: 0 auto;
  width: 1140px;
  padding: 40px 20px;
}
.row-fluid.point-down {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: var(--brand-ohaus-primary-red) transparent transparent transparent;
    transform: rotate(0deg);
    margin: 0 auto;
}
.row-fluid.about-ohaus-main-content h2 {
  color: var(--brand-ohaus-secondary-dark-gray);
  font-weight: 700;
  text-align: left;
  font-size: 38px;
  line-height: 107%;
  padding-top: 0.5em;
  text-decoration-line: underline;
  text-decoration-color: var(--brand-ohaus-primary-red);
  text-underline-offset: 0.3em;
  margin-bottom: 20px;
  font-family: var(--body-hero-title-ohaus-font);
}
.row-fluid.about-ohaus-main-content h3 {
  text-align: left;
  color: var(--brand-ohaus-secondary-dark-gray);
  font-family: var(--body-ohaus-font);
  line-height: normal;
}
.row-fluid.about-ohaus-main-content h3.ohaus-extra-margin {
  margin-bottom: 1.7em;
}
.row-fluid.about-ohaus-main-content p {
  text-align: left;
  font-size: 16px;
  padding-bottom: 1em;
  font-family: var(--body-ohaus-font);
}
.about-us-application-title p {
    text-align: center;
    font-size: 15px;
    padding: 5px 20px 20px;
}
/*********/
/* --- FRENCH --- */
.french-about-us .row-fluid.about-ohaus-hero h1{
    font-size: 68px;
}
.french-about-us span.hero-h1 {
    font-size: 80px;
}

@media (max-width: 1199px) {
/* ********* HEADER ********* */
.ohaus-header {
  padding: 12px 0px 12px;
}
.ohaus-header > .row-fluid {
  max-width: 914px;
  margin: 0 auto;
  padding: 0px 0px 7px 0px;
}
.ohaus-header .span2.logo-ohaus-sws img.brandlogo {
  width: 76%;
  margin-left: 0px;
}
.ohaus-header .span10.subheading-nav {
  width: 85% !important;
  float: right;
  margin-top: 0px;
  margin-left: 0px;
}
/* ********* NAV ********* */
.navbar.navbar-inner-ohaus-subsite .nav > li > a{
  font-size: 0.9rem;
}
.ohaus-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 20px !important;
}
.navbar .nav.navbar-ohaus-subsite {
  display: -moz-box;
  display: -ms-flexbox;
}

.navbar-ohaus-subsite .hover-underline-animation a {
  padding: 16px 6px 16px !important;
}
.ohaus-search.input-append {
  width: 91%;
}
.ohaus-header .row-fluid .navbar.navbar-inner-ohaus-subsite {
  float: right;
  margin-top: 10px;
}
.ohaus-header .row-fluid .navbar.navbar-inner-ohaus-subsite li:last-child {
  margin-right: 0px;
}

.dropdown-menu.ohaus-whole-cateogies-list-menu {
  width: 695px;
}
.navbar.navbar-inner-ohaus-subsite.navbar-inner-ohaus-subsite-french.mhide .dropdown-menu.ohaus-whole-cateogies-list-menu {
  width: 715px;
}

.dropdown-menu.sub-category {
  width: 176px;
}
.navbar.navbar-inner-ohaus-subsite.navbar-inner-ohaus-subsite-french.mhide .dropdown-menu.sub-category {
  width: 185px;
}
.ohaus-whole-cateogies-list-menu ul:last-child {
  padding-left: 21px;
}
.dropdown-menu.ohaus-whole-cateogies-list-menu li a {
  padding: 5px 5px 5px 5px !important;
  line-height: 21px;
}
/* ********* END NAV ********* */
    
/* ********* END HEADER ********* */
.ohaus-sws-store #myCarousel .hero-content {
  max-width: 1199px;
  width: 100%;
  padding: 1em 23em 1em 5em;
}
.ohaus-sws-store #myCarousel h2 {
  font-size: 45px;
}
.ohaus-sws-store #myCarousel h3 {
  font-size: 30px;
}
.ohaus-sws-store #myCarousel p {
  margin-bottom: 20px;
}
.ohaus-sws-store #myCarousel .image-content {
  justify-content: flex-start;
}

/* ********* BUTTONS ********* */
.sws-ohaus-buttons .ohaus-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4% 3%;
    margin-bottom: 10%;
    margin-top: -2em;
}
  
/* ********* About Page ********* */
.row-fluid.about-ohaus-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 ********* */
  
}

@media (max-width: 979px) {
/* ********* HEADER ********* */
  .navbar-inner.ohaus-mobile {
    background: white;
  }
  .ohaus-mobile .span4 {
    margin: 18px 10px 1px 0px;
    width: 42%;
    max-width: 316px;
  }
  .ohaus-mobile img.brand.mobile-logo {
    width: 30%;
    padding: 0px;
    margin-left: 0px;
  }
  .ohaus-mobile .span8 {
    width: auto;
    margin-bottom: 1px;
    float: none;
    overflow: hidden;
    margin-top: 4em;
  }
  /* ********* NAV ********* */
 .navbar.navbar-inner-ohaus-subsite .nav > li > a {
    font-size: 16px;
  } 
  .ohaus-mobile .navbar-search {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 0 !important;
    max-width: 100%;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    background-color: white;
  }
  .ohaus-mobile .input-append input {
    border-radius: 0px;
  }
  .ohaus-mobile .input-append .btn {
    margin-left: -1px;
    border: 0px;
    padding: 6px 14px;
    background-color: var(--brand-ohaus-primary-red);
    border-radius: 0px;
  }
  .ohaus-mobile .input-append .btn:hover{
    background-color: var(--brand-ohaus-secondary-dark-gray);
}
  input#ProductSearch:focus:invalid:focus {
    box-shadow: inset 0 0px 3px 1px rgba(51,51,51, 10%),0 0px 4px rgba(71,70,70, 50%);
    border-color: #d8d8d8;
  }

  .ohaus-mobile-sub-nav#mobile-sws-1{
    border-top: 1px solid white;
  }
    .ohaus-mobile-sub-nav{
        margin-top: -1px;
    }
/****** English ******/
    .ohaus-mobile #SWS-mobile-first-nav {
      width: 31%;
    }
    .ohaus-mobile #SWS-mobile-second-nav {
      width: 40%;
    }
    .ohaus-mobile #SWS-mobile-third-nav {
      width: 24.3%;
    }
    .ohaus-mobile #SWS-mobile-hamburger-nav {
      width: 4%;
    }
    .ohaus-boder-left-mobile{
      border-left: 1px solid white;
    }
    /****** End English ******/

    /* HUMBURGER */
    .ohaus-mobile .sws-mobile-header-nav .btn-navbar {
      background-color: var(--brand-ohaus-primary-red) !important;
      border-image: initial !important;
      outline: none !important;
      margin: 0px;
      padding: 4px 0px 5px;
      width: 100%;
      float: none;
      box-sizing: border-box;
      border-radius: 0;
      border: none;
    }
    .ohaus-mobile .sws-mobile-header-nav .btn-navbar:hover {
      background-color: var(--brand-ohaus-secondary-dark-gray) !important;
    }
    .navbar .ohaus-mobile .btn-navbar .icon-bar,
    .navbar .ohaus-mobile .btn-navbar:hover .icon-bar {
      width: 100%;
      max-width: 20px;
      background-color: white !important;
      box-shadow: none;
      margin: 3px auto 3px;
    }
    /* END HAMBURGER */
.ohaus-mobile #mobile-sws-3 {
  top: -28px;
  background: transparent;
} /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/

.ohaus-mobile .sws-mobile-header-nav .navbar-ohaus-subsite-mobile {
  background: transparent !important;
  width: 100%;
  margin-top: 5px !important;
  left: 0px !important;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
 .ohaus-mobile .sws-mobile-header-nav .nav > li > a{
  background: var(--brand-ohaus-primary-red);
  font-size: 15px;
  color: white !important;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
}
.ohaus-mobile .sws-mobile-header-nav .nav > li > a:hover,
.ohaus-mobile .sws-mobile-header-nav .nav > li > a:active{
  background: var(--brand-ohaus-secondary-dark-gray);
  color: white !important;
} 
.ohaus-mobile .sws-mobile-header-nav .nav > li:nth-child(3):hover a{
  margin-right: -1px;
}
.ohaus-mobile .ohaus-mobile-sub-nav .nav .dropdown-sup a{
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
}
.ohaus-mobile .ohaus-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle{
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
}/** PRODUCTS DROPDOWN in "a" tag **/
.ohaus-mobile .ohaus-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover {
  background: var(--brand-ohaus-secondary-dark-gray);
}
.ohaus-mobile .ohaus-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
  background-color: var(--brand-ohaus-secondary-dark-gray) !important;
  color: white !important;
}
.ohaus-mobile .ohaus-mobile-sub-nav .nav > li:nth-child(3):hover a{
  margin-right: 0px;
}

.navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
.navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
.ohaus-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
{
    font-size: 16px;
    line-height: 22px;
    background-color: transparent !important;
    padding: 5px 0px 5px 10px !important;
    color: var(--brand-ohaus-secondary-dark-gray) !important;
    background-image: none !important;
    margin-bottom: 2px;
    border: none;
    white-space: break-spaces;
}
.ohaus-mobile-french.ohaus-mobile .navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
.ohaus-mobile-french.ohaus-mobile .navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
.ohaus-mobile-french.ohaus-mobile .ohaus-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
{
    font-size: 15px;
    line-height: 26px;
    background-color: transparent !important;
    padding: 5px 0px 5px 10px !important;
    color: var(--brand-ohaus-secondary-dark-gray) !important;
    background-image: none !important;
    margin-bottom: 2px;
    border: none;
    white-space: break-spaces;
}
.ohaus-mobile .dropdown-menu li.dropdown-header>a{
  font-weight: 700 !important;
  color: var(--brand-ohaus-secondary-dark-gray);
  text-transform: uppercase;
}
.ohaus-mobile .dropdown-menu li.dropdown-sub-category>a{
  font-weight: 700 !important;
  color: var(--brand-ohaus-secondary-dark-gray);
  text-transform: uppercase;
}
.navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover,
.navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
.ohaus-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
.ohaus-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
    background-color:  #f4f6f9 !important;
    text-decoration-color: currentColor;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
    color: #dc003261 !important;
}
.ohaus-mobile .accordion-inner .accordion-inner-sub{
  display: block;
  margin: 0 auto;
}
.ohaus-mobile .accordion-inner .accordion-inner-sub li{
  list-style: none;
  font-size: 16px;
  color: var(--brand-ohaus-secondary-dark-gray) !important;
  font-weight: 600 !important;
  }
.ohaus-mobile .ohaus-mobile-sub-nav .dropdown-sup .dropdown-menu{
  margin-left: 0px;
}
.ohaus-mobile .ohaus-mobile-sub-nav .accordion-inner .mshow .nav{
  margin-bottom: 0px;
}
.ohaus-mobile .ohaus-mobile-sub-nav .nav {
  margin: 0;
  padding: 0;
  background-color:  #f4f6f9 !important;
}
.ohaus-mobile #mobile-sws-1.ohaus-mobile-sub-nav .nav,
.ohaus-mobile #mobile-sws-2.ohaus-mobile-sub-nav .nav {
  margin: 0;
  padding: 10px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background-color: transparent;
  border-top: none;
}
.ohaus-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
  border: none;
  clear: both;
  border-bottom: 0px solid white;
}
.ohaus-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
  margin-bottom: 0;
  border-bottom: none;
  border-top: 0px solid white;
}
.ohaus-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: 15px;
  margin-top: 5px;
  background-color: transparent;
} 
.ohaus-mobile #mobile-sws-1 .dropdown-menu li.dropdown-header,
.ohaus-mobile #mobile-sws-3 .dropdown-menu li.dropdown-header {
  border-top: 1px solid #d5d5d5;
  margin-top: 5px;
  text-decoration: underline solid 3px var(--brand-ohaus-primary-red);
  text-underline-offset: 0.3rem;
}

.ohaus-mobile #mobile-sws-1 .dropdown-menu li.dropdown-header:first-child, 
.ohaus-mobile #mobile-sws-1 .dropdown-menu li.dropdown-header:first-child>a,
.ohaus-mobile #mobile-sws-3 .dropdown-menu li.dropdown-header:first-child, 
.ohaus-mobile #mobile-sws-3 .dropdown-menu li.dropdown-header:first-child>a  {
  border-top: none;
  margin-top: 5px;
}
.ohaus-mobile-french.ohaus-mobile #mobile-sws-1 .dropdown-menu li.dropdown-header:first-child, 
.ohaus-mobile-french.ohaus-mobile #mobile-sws-1 .dropdown-menu li.dropdown-header:first-child>a,
.ohaus-mobile-french.ohaus-mobile #mobile-sws-3 .dropdown-menu li.dropdown-header:first-child, 
.ohaus-mobile-french.ohaus-mobile #mobile-sws-3 .dropdown-menu li.dropdown-header:first-child>a  {
  border-top: none;
  margin-top: 5px;
}

.ohaus-mobile #mobile-sws-1 .dropdown-menu, 
ul.accordion-inner.nav.mshow ul.accordion-inner-sub {
  width: 45%;
  display: inline-block !important;
  vertical-align: text-top;
  margin-left: 15px;
}
.ohaus-mobile #mobile-sws-1 .accordion-inner.nav.mshow ul:last-child,
.ohaus-mobile #mobile-sws-3 .accordion-inner.nav.mshow ul:last-child {
  border-left: 1px solid #d5d5d5;
  padding-left: 15px;
  margin-left: 10px;
}
.ohaus-mobile #mobile-sws-2 .accordion-inner.nav.mshow ul,
.ohaus-mobile #mobile-sws-3 .accordion-inner.nav.mshow ul:first-child{
  border: none;
  padding: 5px 0;
}
li#mobile-sws-1.nav-collapse.ohaus-mobile-sub-nav.collapse,
li#mobile-sws-2.nav-collapse.ohaus-mobile-sub-nav.collapse,
li#mobile-sws-3.nav-collapse.ohaus-mobile-sub-nav.collapse
{
  width: 100% !important;
}
/* ********* END HEADER ********* */
.ohaus-sws-store #myCarousel .carousel-inner.hero-section, 
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french {
  max-height: 385px;
  margin-top: -11px;
  height: 100%
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .text-content-french {
  padding: 0px 0px 20px 10px;
}
.ohaus-sws-store #myCarousel .hero-section {
  padding-bottom: 1em;
}
.ohaus-sws-store #myCarousel .hero-content {
  padding: 1em 18em 1em 6em;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .hero-content {
  padding: 20px 110px 0;
}

.ohaus-sws-store #myCarousel h2{
  font-size: 29px;
}

.ohaus-sws-store #myCarousel .image-content-french {
  display: flex;
  justify-content: center;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .hero-content {
  padding: 1em 16em 1em 5em;
}
.ohaus-sws-store #myCarousel .image-content img {
  max-height: 340px;
  padding-top: 0;
  max-width: 80%;
  height: 100%;
  width: 100%;
}

.ohaus-sws-store #myCarousel .hero-content {
  max-width: 979px;
  width: 100%;
  justify-items: start;
  align-content: center;
}

.ohaus-sws-store #myCarousel .hero-content .text-content{
  display: block;
  width: 100%
}
.ohaus-sws-store #myCarousel h2, .ohaus-sws-store #myCarousel .carousel-inner.hero-section-french h2 {
  font-size: 1.563em;
}
.ohaus-sws-store #myCarousel h3, .ohaus-sws-store #myCarousel .carousel-inner.hero-section-french h3 {
  font-size: 1.25em;
}
.ohaus-sws-store #myCarousel p, .ohaus-sws-store #myCarousel .carousel-inner.hero-section-french p {
  margin-bottom: 0.5em;
}

/* ********* BUTTONS ********* */
.ohaus-application-title .application-title {
  font-size: 1.13em;
  font-weight: 600;
  color: var(--brand-ohaus-secondary-dark-gray);
  text-align: left;
  line-height: normal;
  padding-right: 14px;
}
.ohaus-item:not(.side-ad) {
  height: 9em;
}
.ohaus-application-title {
  padding: 0px 0px 0px 0px;
}
.ohaus-item img {
  padding-left: 10px;
}
  /* Side Ad*/
.ohaus-item.side-ad {
  background-position: left 200% bottom 90%, left 65% bottom -116%;
  background-size: 14.63em 20.88em, 21.56em 14.75em;
}
    /* End Side Ad*/
    
/* ********* END BUTTONS ********* */
}
  
@media (max-width: 767px) {
  .ohaus-mobile img.brand.mobile-logo {
    width: 38%;
  }
/* ********* HEADER ********* */
.navbar-inner.ohaus-mobile {
    padding: 0;
}
.ohaus-sws-store #myCarousel .hero-content {
  padding: 1em 8em 1em 2em;
}
.ohaus-sws-store #myCarousel .hero-section, 
.ohaus-sws-store #myCarousel .image-content{
    justify-content: center;
}
.ohaus-sws-store #myCarousel .text-content{
  padding-top: 0;
  padding: 0px 0px 20px;
}

.ohaus-sws-store #myCarousel .image-content img{
  max-height: 300px;
  box-shadow: none;
  height: auto;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section, 
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french {
  max-height: 275px;
    box-shadow: none;
}
.ohaus-sws-store #myCarousel .carousel-btn{
    padding: 12px 34px;
} 
.row-fluid.ipad-view-setting.sws-ohaus-buttons {
    margin-top: 2em;
}
.row-fluid.ohaus-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
} 
.ohaus-item.side-ad{
    display: none;
    visibility: hidden;
}
.sws-ohaus-buttons .ohaus-grid-container{
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto 4em;
}
.ohaus-mobile #SWS-mobile-first-nav {
  width: 31%;
}
.ohaus-mobile #SWS-mobile-second-nav {
  width: 39%;
}
.ohaus-mobile #SWS-mobile-third-nav {
  width: 24.3%;
}
.ohaus-mobile #SWS-mobile-hamburger-nav {
    width: 4.9%;
}

.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-first-nav {
  width: 31%;
}
.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-second-nav {
  width: 30%;
}
.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-third-nav {
  width: 33.3%;
}

.ohaus-mobile .sws-mobile-header-nav .navbar-ohaus-subsite-mobile {
    margin-top: 8px !important;
    z-index: 9;
  }
  
/* ********* END HEADER ********* */

.ohaus-sws-store #myCarousel .hero-content {
  max-width: 767px;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .hero-content {
  padding: 1em 8em 1em 2em;
}

/* ********* BUTTONS ********* */
.ohaus-flex-container{
    margin-bottom: 2em;
}
.ohaus-application-title {
  padding: 5px;
}
.ohaus-item img {
  padding-left: 14px;
  width: 65%;
}
.row-fluid.ipad-view-setting.sws-ohaus-buttons.sws-ohaus-buttons-fr .faq-ohaus-item:hover .ohaus-application-title {
    width: 40%;
} 
/* ********* END BUTTONS ********* */
.row-fluid.about-ohaus-hero h1 {
  font-size: 60px;
  padding: 1.5em;
}
.row-fluid.about-ohaus-main-content h3.ohaus-extra-margin {
  margin-bottom: 12px;
}
.row-fluid.about-ohaus-main-content p {
  padding-bottom: 0em;
}
}

@media (min-width: 601px) and (max-width:979px){
  .ohaus-sws-store #myCarousel p, .ohaus-sws-store #myCarousel .carousel-inner.hero-section-french p {
    padding-right: 10px;
  }
}

@media (min-width: 601px) and (max-width:767px) {
.sws-ohaus-buttons .ohaus-grid-container{
    gap: 3%;
}
.row-fluid.about-ohaus-main-content p {
    padding-bottom: 0;
}
}

@media (max-width: 600px) {
  .ohaus-mobile .span4 {
    margin-top: 21px;
  }
  .ohaus-mobile .span8 {
    margin-top: 2em;
  }
  .ohaus-mobile img.brand.mobile-logo {
    width: 37%;
  }
.ohaus-mobile #SWS-mobile-first-nav {
      width: 30%;
}
.ohaus-mobile #SWS-mobile-third-nav {
      width: 48%;
} 
.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%;
}
.ohaus-mobile #SWS-mobile-first-nav {
  width: 28.5%;
}
.ohaus-mobile #SWS-mobile-second-nav {
  width: 40.2%;
}
.ohaus-mobile #SWS-mobile-third-nav {
  width: 24.3%;
}
.ohaus-mobile #SWS-mobile-hamburger-nav {
    width: 6%;
}
.ohaus-mobile .sws-mobile-header-nav .nav > li > a{
  font-size: 0.9em;
}

.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-first-nav {
  width: 28.5%;
}
.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-second-nav {
  width: 29.5%;
}
.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-third-nav {
  width: 35%;
}


.ohaus-mobile #mobile-sws-1 .dropdown-menu, 
ul.accordion-inner.nav.mshow ul.accordion-inner-sub {
  width: 100%;
}
.ohaus-mobile #mobile-sws-1 .dropdown-menu li.dropdown-header, 
.ohaus-mobile #mobile-sws-3 .dropdown-menu li.dropdown-header {
  border-top: none;
  margin-right: 20px;
}
.ohaus-mobile #mobile-sws-1 .accordion-inner.nav.mshow ul:last-child, 
.ohaus-mobile #mobile-sws-3 .accordion-inner.nav.mshow ul:last-child {
  border-left: none;
  padding-left: 0px;
  margin-left: 15px;
}

.ohaus-mobile #mobile-sws-3 ul.accordion-inner-sub.dropdown-menu:first-child, 
.ohaus-mobile #mobile-sws-3 ul.accordion-inner.nav.mshow ul.accordion-inner-sub:first-child {
  border-bottom: solid 1px rgb(193 196 209 / 80%);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
ul.accordion-inner-sub.dropdown-menu:first-child, 
ul.accordion-inner.nav.mshow ul.accordion-inner-sub:first-child {
  border-bottom: solid 1px rgb(193 196 209 / 80%);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, 
.navbar-ohaus-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a, 
.ohaus-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a {
  line-height: normal;
  padding: 5px 5px 5px 10px !important;
}

/****************/
.ohaus-sws-store #myCarousel .hero-section, 
.ohaus-sws-store #myCarousel .image-content {
  justify-content: center;
  order: -1;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.ohaus-sws-store #myCarousel .image-content img {
  max-height: 235px;
  box-shadow: none;
  width: auto;
  padding-top: 1em;
}
.ohaus-sws-store #myCarousel .text-content {
  padding-top: 0;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ohaus-sws-store #myCarousel h2 {
  text-align: center;
  margin-bottom: 0px;
}
.ohaus-sws-store #myCarousel h3, 
.ohaus-sws-store #myCarousel .ohaus-slide3 h3 {
  text-align: center;
  margin-bottom: 5px;
}
.ohaus-sws-store #myCarousel p {
  text-align: center;
  margin-bottom: 10px;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section {
    max-height: 440px;
    box-shadow: none;
}

.ohaus-sws-store #myCarousel .hero-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  max-width: 600px;
  width: 90%;
  margin: 0 auto !important;
  padding: 1em 0em;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .hero-content {
  margin: 0 auto !important;
  padding: 1em 0em;
}
.ohaus-sws-store #myCarousel .hero-content .text-content {
  display: flex;
  width: -webkit-fill-available;
  align-items: center;
}
.ohaus-sws-store #myCarousel .carousel-inner.hero-section-french .text-content-french{
  padding: 0px 0px 20px;
}
.row-fluid.ipad-view-setting.sws-gas-clip-buttons {
    margin-top: 2em;
}
.row-fluid.ohaus-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
} 

.sws-ohaus-buttons .ohaus-grid-container {
  gap: 2%;
}
.ohaus-sws-store #myCarousel .ohaus-slide3 h2 br {
  display: none;
  margin-bottom: 10px;
}
.ohaus-sws-store #myCarousel .image-content img {
  max-height: 270px;
  padding-top: 2em;
  height: 100%;
  width: 100%;
}

/********/  
.row-fluid.about-ohaus-main-content p {
    padding-bottom: 0em;
} 
.ohaus-grid-container.about-us-grid-container {
    grid-template-columns: repeat(1, 1fr);
}
  
}

@media (max-width: 480px) {
  .ohaus-mobile .span4 {
    margin-top: 22px;
}
  .ohaus-mobile .span8 {
    margin-top: 57px;
}
  .ohaus-mobile img.brand.mobile-logo {
    width: 57%;
}
  .ohaus-mobile #SWS-mobile-first-nav {
    width: 23.4%;
  }
  .ohaus-mobile #SWS-mobile-second-nav {
    width: 44.3%;
  }
  .ohaus-mobile #SWS-mobile-third-nav {
    width: 25%;
  }
  .ohaus-mobile .sws-mobile-header-nav .nav > li > a{
    font-size: 0.8em;
  }

  .navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-first-nav {
    width: 23%;
  }
  .navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-second-nav {
    width: 33.3%;
  }
  .navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-third-nav {
    width: 36.5%;
  }

  .navbar .ohaus-mobile .btn-navbar .icon-bar, .navbar .ohaus-mobile .btn-navbar:hover .icon-bar {
    max-width: 14px;
}
    ul.accordion-inner-sub.dropdown-menu:first-child, ul.accordion-inner.nav.mshow ul.accordion-inner-sub:first-child{
    border-bottom: solid 1px rgb(193 196 209 / 80%);
    padding-bottom: 10px;
    margin-bottom: 10px;
    }
    .ohaus-application-title .application-title {
        font-size: 14px;
        line-height: 22px;
    }
    .ohaus-item:not(.side-ad) {
        height: 7.5em;
    }
    .sws-ohaus-buttons .ohaus-grid-container {
      grid-template-columns: repeat(1, 1fr);
      gap: 1%;
      margin-bottom: 1em;
    }
    .ohaus-item img {
      width: 65%;
      height: 100px;
    }
    .about-ohaus-item .ohaus-application-img img {
      height: 83px;
      width: 53%;
      padding-left: 20px;
    }
    .ohaus-flex-container {
      margin-bottom: 7em;
    }
    .ohaus-sws-store #myCarousel .carousel-inner.hero-section, 
    .ohaus-sws-store #myCarousel .carousel-inner.hero-section-french {
        max-height: 400px;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-first-nav {
        width: 30%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-third-nav {
        width: 48%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
    }
  .row-fluid.about-gas-clip-hero h1 {
        font-size: 60px;
        line-height: 100%;
    }
    .row-fluid.about-gas-clip-hero.about-us-hero {
        height: 230px;
    }
    .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, 
    .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a, 
    .gas-clip-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a {
        font-size: 14px;
        line-height: 18px;
    }

    .french-about-us .row-fluid.about-gas-clip-hero h1 {
      font-size: 46px;
      line-height: 120%;
  }
  .french-about-us span.hero-h1 {
      font-size: 64px;
  }
    
  
}

@media (max-width: 399px) {
  .ohaus-mobile .span4 {
    margin-top: 10px;
}
  .ohaus-mobile .span8 {
    margin-top: 60px;
}
  .ohaus-mobile img.brand.mobile-logo {
    width: 72%;
}
  .ohaus-mobile #SWS-mobile-first-nav {
    width: 24.5%;
  }
  .ohaus-mobile #SWS-mobile-second-nav {
    width: 32.4%;
  }
  .ohaus-mobile #SWS-mobile-third-nav {
    width: 34%;
}
.ohaus-mobile #SWS-mobile-hamburger-nav {
  width: 7.6%;
}
  .ohaus-mobile .sws-mobile-header-nav .nav > li > a{
    font-size: 11px;
  }

  .navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-first-nav {
    width: 23.5%;
  }
  .navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-second-nav {
    width: 25.3%;
  }
  .navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-third-nav {
    width: 42%;
  }
  .navbar-inner.ohaus-mobile-french.ohaus-mobile .sws-mobile-header-nav .nav > li > a {
    font-size: 10px;
  }

  .navbar .ohaus-mobile .btn-navbar .icon-bar, .navbar .ohaus-mobile .btn-navbar:hover .icon-bar {
    max-width: 13px;
}

.ohaus-sws-store #myCarousel .carousel-inner.hero-section {
  max-height: 412px;
  box-shadow: none;
}
.ohaus-sws-store #myCarousel .text-content {
  padding: 0px 10px 20px;
}
.ohaus-sws-store #myCarousel h2 {
  text-align: center;
  margin-bottom: 5px;
}
.ohaus-sws-store #myCarousel h3, 
.ohaus-sws-store #myCarousel .ohaus-slide3 h3 {
  text-align: center;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
}
.ohaus-sws-store #myCarousel p {
  text-align: center;
  margin-bottom: 10px;
}
.row-fluid.ohaus-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting {
  margin-top: 0;
  margin-bottom: 0em;
}

  li.home-btn.active-animation.dropdown {
        width: 12%;
    }

    li.home-btn.active-animation.dropdown a {
        padding-bottom: 4px;
    }
    .about-us-blue-col {
        width: 80%;
    }
    .row-fluid.about-ohaus-container h2 {
        line-height: 100%;
    }
    .row-fluid.about-ohaus-main-content h2 {
        font-size: 32px;
        line-height: 108%;
}
.ohaus-sws-store #myCarousel .image-content img {
  max-height: 215px;
} 

}

@media (max-width: 329px) {
  .ohaus-mobile .span4 {
    margin-top: 10px;
}
  .ohaus-mobile .span8 {
    margin-top: 30px;
}
  .ohaus-mobile img.brand.mobile-logo {
    width: 72%;
}

.ohaus-header-nav .mobile-search .input-append input{
  font-size: 11px !important;
}
  .ohaus-mobile #SWS-mobile-first-nav {
    width: 26.5%;
}
  .ohaus-mobile #SWS-mobile-second-nav {
    width: 28.3%;
}
  .ohaus-mobile #SWS-mobile-third-nav {
    width: 35%;
}
  .ohaus-mobile #SWS-mobile-hamburger-nav {
    width: 8.6%;
}
.ohaus-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 11px;
}

.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-first-nav {
  width: 22.5%;
}
.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-second-nav {
  width: 25.3%;
}
.navbar-inner.ohaus-mobile-french.ohaus-mobile #SWS-mobile-third-nav {
  width: 42%;
}
.navbar-inner.ohaus-mobile-french.ohaus-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 10px;
}

.about-ohaus-item .ohaus-application-img img {
  height: 70px;
  width: 53%;
}
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-first-nav {
        width: 25.5%;
    }
    .gas-clip-mobile #SWS-mobile-first-nav {
        width: 31.5%;
    }
    .ohaus-sws-store #myCarousel h2 {
      text-align: center;
      margin-bottom: 5px;
  }
  .ohaus-sws-store #myCarousel h3, 
  .ohaus-sws-store #myCarousel .ohaus-slide3 h3 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
}
.ohaus-sws-store #myCarousel p {
  text-align: center;
  margin-bottom: 10px;
}
   
    .ohaus-item:not(.side-ad) {
        height: 8em;
        margin: 0 0em;
    }
    
    .gas-clip-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
    }
    .gas-clip-mobile #SWS-mobile-hamburger-nav {
        width: 10.7%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 11px;
    }


}

