@import url("fonts.css");
:root {
  --sideSpace: 50px;
  --primary: #ffa500 !important;
  --primary-light: #febb40;
  --black: #000000;
  --white: #ffffff;
  --gray-01: #333333;
  --gray-02: #737373;
  --gray-03: #969696;
  --gray-04: #cdcdcd;
  --gray-05: #f0f0f0;
  --blue-light: #00a5dc;
  --blue-dark: #004eaf;
  --green-light: #2db928;
  --green-dark: #057855;
  --red-light: #ff2d37;
  --disabled: #e9ecef;
  --siteWidth: 1150px;
  --sitePadding: 0 15px;
  --font-14: 14px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-30: 30px;
  --font-36: 36px;
  --font-48: 48px;
  --browserDPI: 96;
  --photoshopPPI: 72;
}
@media (max-width: 1320px) {
  :root {
    --siteWidth: 1260px;
  }
}
@media (max-width: 1320px) {
  :root {
    --sitePadding: 0 60px;
  }
}
@media (max-width: 1100px) {
  :root {
    --sitePadding: 0 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --sitePadding: 0 20px;
  }
}
@media (max-width: 599px) {
  :root {
    --sitePadding: 0 15px;
  }
}
@media (max-width: 1024px) {
  :root {
    --sideSpace: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --sideSpace: 15px;
  }
}

html,
body,
form {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  background: #fff;
}

.cssHeader {
  margin: 0;
  padding: 0;
  background: #fff;
  height: 47px;
  margin-top: auto;
}
@media (max-width: 599px) {
  .cssHeader {
    background: var(--primary);
  }
}
.cssHeader.affix {
  position: fixed;
}
.cssHeader.affix.stayTop {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 888;
}
.cssHeader.affix.pseudoSticky .logo {
  width: 146px !important;
  height: 47px !important;
  padding: 11px !important;
  transform-origin: left top !important;
}
.cssHeader.affix.pseudoSticky .logo a img {
  width: 220px !important;
  height: auto !important;
  transition: all 0.3s ease-in-out !important;
}
.cssHeader.affix.pseudoSticky .logo .logo_big {
  width: 124px !important;
}
.cssHeader.affix.pseudoSticky .logo .claim {
  display: none !important;
}
.cssHeader > div {
  height: 100%;
}
.cssHeader > div > .container-fluid {
  height: 100%;
  padding: 0;
  max-width: var(--siteWidth);
  width: 100%;
}
@media (max-width: 1320px) {
  .cssHeader > div > .container-fluid {
    padding: var(--sitePadding);
    margin: 0;
  }
}
.cssHeader > div > .container-fluid > .container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.cssHeader .headerBox {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}
.cssHeader .headerBox .headerLeft {
  width: 258px;
  position: relative;
  padding: 0;
}
.cssHeader .headerBox .headerLeft .logo {
  background-color: #ffa500;
  height: 130px;
  padding: 70px 17px 16px;
  width: 210px;
  transform-origin: left top;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  .cssHeader .headerBox .headerLeft .logo {
    height: 117px;
    padding: 63px 16px 15px;
    width: 197px;
  }
}
@media (max-width: 767px) {
  .cssHeader .headerBox .headerLeft .logo {
    height: 99px;
    padding: 50px 13px 14px 15px;
    width: 180px;
  }
}
@media (max-width: 599px) {
  .cssHeader .headerBox .headerLeft .logo {
    width: 138px;
    height: 47px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cssHeader .headerBox .headerLeft .logo .logo_big {
  width: 100%;
  padding-top: 95px;
  margin-top: -95px;
  padding-bottom: 22px;
}
@media (max-width: 1100px) {
  .cssHeader .headerBox .headerLeft .logo .logo_big {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cssHeader .headerBox .headerLeft .logo .logo_big {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .cssHeader .headerBox .headerLeft .logo .logo_big {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.cssHeader .headerBox .headerLeft .logo .claim {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 103px;
  width: 100%;
  height: 10px;
  opacity: 1;
}
@media (max-width: 1100px) {
  .cssHeader .headerBox .headerLeft .logo .claim {
    top: 93px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cssHeader .headerBox .headerLeft .logo .claim {
    max-height: 10px;
    opacity: 1;
    position: absolute;
    top: 90px;
    transition: all 1.5s ease-out 0s;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .cssHeader .headerBox .headerLeft .logo .claim {
    display: none !important;
  }
}
.cssHeader .headerBox .headerLeft .logo a img {
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cssHeader .headerBox .headerRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 260px);
  padding: 0;
}
.cssHeader .headerBox .headerRight .cssDDLLanguage {
  background: none;
  box-shadow: none;
  outline: none;
  border: 0;
  width: initial;
  padding: 0;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.cssHeader .headerBox .headerRight .searchBox {
  margin: 5px 0 0 25px;
  padding: 0 0 0 5px;
  display: inline-block;
  width: 250px;
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  height: 28px;
}
.cssHeader .headerBox .headerRight .searchBox .searchTextBox {
  width: calc(100% - 35px);
  padding: 0;
}
.cssHeader .headerBox .headerRight .searchBox .searchTextBox .qSearch {
  height: 26px;
  width: 200px;
  border: 0;
  outline: none !important;
  box-shadow: none;
  background: none;
}
@media (max-width: 1024px) {
  .cssHeader .headerBox .headerRight .searchBox {
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  .cssHeader .headerBox .headerRight .searchBox {
    display: none;
  }
}
@media (max-width: 599px) {
  .cssHeader .headerBox .headerRight .languageBox {
    display: none;
  }
}
.cssHeader .headerBox .headerRight .searchBtnBox {
  width: 35px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cssHeader .headerBox .headerRight .searchBtnBox a {
  color: var(--primary);
}
.cssHeader .cssContentOuuter {
  padding-top: 47px;
}
.cssHeader .cs_searchBarContainer {
  visibility: initial;
}
.cssHeader .cs_searchBarContainer .cs_btnContactUsAnd {
  width: 100%;
}
.cssHeader .cs_searchBarContainer .cs_btnContactUsAnd .btn {
  margin: 0;
  color: #000;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.cssHeader .cs_searchBarContainer .cs_btnContactUsAnd .btn.btnContactUs, .cssHeader .cs_searchBarContainer .cs_btnContactUsAnd .btn.btnDistributor {
  background: none;
}
.cssHeader .cs_searchBarContainer ~ .cs_searchBarContainer2 {
  width: initial;
  padding: 0;
}
.cssHeader .cs_searchBarContainer ~ .cs_searchBarContainer2 > .row {
  display: flex;
  margin: 0;
}
.cssHeader .cs_searchBarContainer ~ .cs_searchBarContainer2 .menu_icon {
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .cssHeader .cs_searchBarContainer ~ .cs_searchBarContainer2 .menu_icon {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .cssHeader .cs_searchBarContainer {
    position: fixed;
    top: 47px;
    right: -600px;
    width: 300px;
    background-color: #f0f0f0;
    border-top: 5px solid var(--primary);
    border-bottom: 5px solid var(--primary);
    transition: right 0.5s ease-in-out 0s;
    height: calc(100% - 47px);
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 599px) {
  .cssHeader .cs_searchBarContainer {
    top: 50px;
    height: calc(100% - 50px);
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cssHeader .cs_searchBarContainer.menuOpen {
    right: 60px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .cssHeader .cs_searchBarContainer.menuOpen {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .cssHeader .cs_searchBarContainer .cs_btnContactUsAnd {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 15px 0px 15px;
  }
  .cssHeader .cs_searchBarContainer .cs_btnContactUsAnd .btn {
    text-align: left;
    border-bottom: #9c9d9d 1px solid;
    height: 40px;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 12px 15px 11px 15px;
    font-size: 14px;
  }
}

.btn-standard {
  height: 46px;
  padding: 10px 20px !important;
  margin: 0;
  display: inline-block !important;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #000000;
  background: #ffa500;
  border-radius: 23px !important;
  text-decoration: none;
  min-width: 156px;
  text-align: center !important;
  outline: none !important;
}
.btn-standard:hover {
  color: #000;
  background-color: var(--primary-light);
  opacity: 1;
}
.btn-clear {
  background: #ffffff;
  border: 1px solid #ffa500 !important;
  box-sizing: border-box;
  border-radius: 23px !important;
  min-width: 156px;
  height: 46px;
  padding: 10px 20px !important;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #000000;
}
.btn-clear:hover {
  color: #000;
  background: var(--gray-05);
  opacity: 1;
}

.dvDisclaimer {
  margin: 50px auto;
}
.dvDisclaimer .disclaimerTextBox {
  font-family: Nunito Sans;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.dd-item-inner {
  position: relative;
  height: 36px;
}
.dd-item-inner select {
  color: #000 !important;
  height: 36px;
  border: 1px solid #cecece;
  border-radius: 20px;
  padding: 1px 40px 0 15px;
  outline: none;
  font-size: 16px;
  width: 100%;
  /* width: calc(100% - 30
  px
  ); */
  position: absolute;
  z-index: 20;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.dd-item-inner input.form-control {
  color: #000 !important;
  height: 36px;
  border: 1px solid #cecece;
  border-radius: 20px;
  padding: 1px 40px 0 15px;
  outline: none;
  font-size: 16px;
  width: 100%;
}
.dd-item-inner .dd-item-arrow {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  display: flex;
  /* transition: transform ease-in-out .3s; */
}
.dd-item-inner .dd-item-arrow:after {
  content: "\f107";
  color: #000;
  font-size: 24px;
  line-height: 27px;
  border-radius: 100%;
  padding: 3px 8px;
  font-family: FontAwesome;
}

.cssContentOuuter .cssContentInner > .container-fluid {
  padding: 0;
  max-width: var(--siteWidth);
  width: 100%;
  padding: var(--sitePadding);
}
.cssContentOuuter .cssContentInner > .container-fluid > .container {
  width: 100%;
  padding: 0;
}

.stage-img {
  border-bottom: 5px solid var(--primary);
}
.stage-img-big img, .stage-img-medium img {
  min-height: 100%;
}
@media (max-width: 599px) {
  .stage-img-big img.largeImg, .stage-img-medium img.largeImg {
    display: none;
  }
}
.stage-img-big img.mediumImg, .stage-img-medium img.mediumImg {
  display: none;
}
.stage-img-big img.smallImg, .stage-img-medium img.smallImg {
  display: none;
}
@media (max-width: 992px) {
  .stage-img-big img.smallImg, .stage-img-medium img.smallImg {
    display: none;
  }
}
@media (max-width: 599px) {
  .stage-img-big img.smallImg, .stage-img-medium img.smallImg {
    display: block;
  }
}

.fixed {
  position: fixed;
}

.homePage {
  visibility: initial;
}
.homePage .container-fluid {
  padding: 0;
  max-width: var(--siteWidth);
  width: 100%;
  margin-top: 15px;
  padding: var(--sitePadding);
}
.homePage .container-fluid .container {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.homePage .container-fluid .container:before, .homePage .container-fluid .container:after {
  display: none;
}
.homePage .container-fluid .container > .left {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .homePage .container-fluid .container > .left {
    width: 100%;
  }
}
.homePage .container-fluid .container > .right {
  width: 390px;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .homePage .container-fluid .container > .right {
    display: none;
  }
}
.homePage .container-fluid .container > .right .item {
  margin-top: 24px;
}
.homePage .container-fluid .container > .right .item .imgContainer {
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
}
.homePage .container-fluid .container > .right .item .imgContainer img {
  max-width: 100%;
  max-height: 100%;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.homePage .container-fluid .container > .right .item .imgContainer a {
  display: block;
}
.homePage .container-fluid .container > .right .item .txtContainer {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  border: 1px solid #949494;
  padding: 20px;
  border-radius: 0px 0px 3px 3px;
  display: none;
}
.homePage .WelcomeText {
  font-size: var(--font-30);
  line-height: calc(var(--font-30) * 1.2);
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600;
  color: #000;
}
.homePage .WelcomeText2 {
  font-size: var(--font-18);
  line-height: calc(var(--font-18) * 1.2);
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  color: #000;
}
.homePage .searchSection {
  visibility: initial;
}
.homePage .searchSection label {
  font-size: var(--font-14);
  line-height: calc(var(--font-14) * 1.2);
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700;
  color: #000;
}
.homePage .searchSection select {
  font-size: var(--font-12);
  line-height: calc(var(--font-12) * 1.2);
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  color: #000;
}
.homePage .searchSection .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .homePage .searchSection .row {
    flex-wrap: wrap;
    justify-content: end;
  }
  .homePage .searchSection .row .hidden-xs {
    display: none;
  }
  .homePage .searchSection .row .visible-xs {
    display: initial !important;
  }
  .homePage .searchSection .row .hideOnMobile {
    display: none !important;
  }
  .homePage .searchSection .row > div {
    width: calc(100% - 150px);
    margin-bottom: 10px;
  }
  .homePage .searchSection .row > div.text-left {
    width: 150px;
  }
  .homePage .searchSection .row > div.text-center {
    width: 150px;
  }
  .homePage .searchSection .row > div.mobileOr {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.homePage .searchSection .rowSection .headingRow {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.homePage .searchSection .rowSection .inputRow {
  display: flex;
}
@media (max-width: 767px) {
  .homePage .searchSection .rowSection .inputRow {
    flex-direction: column;
  }
}
.homePage .searchSection .rowSection .inputRow .left {
  width: 248px;
}
@media (max-width: 767px) {
  .homePage .searchSection .rowSection .inputRow .left {
    width: 100%;
  }
}
.homePage .searchSection .rowSection .inputRow .center {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  width: 19px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .homePage .searchSection .rowSection .inputRow .center {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.homePage .searchSection .rowSection .inputRow .right {
  width: 248px;
}
@media (max-width: 767px) {
  .homePage .searchSection .rowSection .inputRow .right {
    width: 100%;
  }
}
.homePage .searchSection .rowSection .inputRow .dd-item-inner {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homePage .searchSection .rowSection .inputRow .dd-item-inner {
    margin-bottom: 10px;
  }
}
.homePage .searchSection .rowSection .inputRow .dv_subFilter .d-none {
  display: none !important;
}
.homePage .searchSection .rowSection .btnRow {
  width: 330px;
  display: flex;
  justify-content: space-between;
}

.searchBar {
  background: #ffa500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  .searchBar {
    flex-direction: column;
    height: 80px;
  }
}
.searchBar .text {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
@media (max-width: 992px) {
  .searchBar .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.searchBar .searchBox {
  margin-left: 10px;
  width: 600px;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  height: 45px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #949494;
  box-sizing: border-box;
  border-radius: 22.5px;
}
@media (max-width: 1024px) {
  .searchBar .searchBox {
    width: 400px;
    height: 38px;
  }
}
.searchBar .searchBox .searchTextBox {
  width: calc(100% - 50px);
  height: 100%;
  z-index: initial !important;
}
.searchBar .searchBox .searchTextBox .typeahead__cancel-button {
  top: 50%;
  transform: translateY(-50%);
}
.searchBar .searchBox .searchTextBox .inputStyle {
  border: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  outline: none;
  font-size: 14px;
  border-top-left-radius: 22.5px;
  border-bottom-left-radius: 22.5px;
}
.searchBar .searchBox .searchTextBox .inputStyle::placeholder {
  font-family: Nunito Sans;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #949494;
}
.searchBar .searchBox .searchBtnBox {
  width: 50px;
  height: 100%;
}
.searchBar .searchBox .searchBtnBox a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
}
.searchBar .searchBox .searchBtnBox a .fa {
  font-size: 14px;
}

.pageBanner {
  border-bottom: 0;
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
@media (max-width: 1200px) {
  .pageBanner {
    min-height: 280px;
  }
}
@media (max-width: 992px) {
  .pageBanner {
    height: 280px;
    min-height: initial;
    margin-top: 47px;
  }
  .pageBanner img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pageBanner {
    height: 200px;
  }
}
.pageBanner:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #000000 0%, #053a4b 49.78%, rgba(229, 237, 247, 0.26) 83.95%);
  height: 100%;
  width: 100%;
}
.pageBanner .overlay {
  position: absolute;
  bottom: 40px;
  width: var(--siteWidth);
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding: var(--sitePadding);
}
@media (max-width: 1400px) {
  .pageBanner .overlay {
    bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .pageBanner .overlay {
    bottom: 10px;
  }
}
@media (max-width: 992px) {
  .pageBanner .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.pageBanner .overlay .heading {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  color: #ffa500;
  text-align: left;
  max-width: 100%;
  /*width: 656px;*/
}
@media (max-width: 1400px) {
  .pageBanner .overlay .heading {
    font-size: 30px;
    line-height: 41px;
  }
}
@media (max-width: 1200px) {
  .pageBanner .overlay .heading {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (max-width: 1024px) {
  .pageBanner .overlay .heading {
    font-size: 20px;
    line-height: 27px;
  }
}
.pageBanner .overlay .headingProduct {
  color: #ffffff;
}
.pageBanner .overlay .text {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  text-align: left;
  max-width: 100%;
  width: 656px;
}
@media (max-width: 1200px) {
  .pageBanner .overlay .text {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 1024px) {
  .pageBanner .overlay .text {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 992px) {
  .pageBanner img {
    width: initial;
  }
}
.pageBanner.HydraPDFTemplate {
  align-items: center;
  justify-content: flex-start;
  margin-top: 47px;
}
@media (max-width: 992px) {
  .pageBanner.HydraPDFTemplate {
    height: 140px;
  }
}
.pageBanner.HydraPDFTemplate:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(5, 58, 75, 0.56) 100.6%);
}
.pageBanner.HydraPDFTemplate .Carousel-Gallery {
  padding: 0 calc((100% - var(--siteWidth)) / 2);
  width: 100%;
  z-index: 1;
}
@media (max-width: 1320px) {
  .pageBanner.HydraPDFTemplate .Carousel-Gallery {
    padding: var(--sitePadding);
  }
}
.pageBanner.HydraPDFTemplate .Carousel-Gallery .DivMainImage {
  visibility: initial;
}
.pageBanner.HydraPDFTemplate .Carousel-Gallery .DivMainImage img {
  max-width: 1024px;
  width: initial;
  max-height: 110px;
}
@media (max-width: 992px) {
  .pageBanner.HydraPDFTemplate .Carousel-Gallery .DivMainImage img {
    max-width: 350px;
  }
}
.pageBanner.HydraPDFTemplate .Carousel-Gallery .DivThumbnails {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.pageBanner.HydraPDFTemplate .Carousel-Gallery .DivThumbnails > div {
  height: 3px;
  cursor: pointer;
  background: #fff;
  border: 0;
}
@media (max-width: 1024px) {
  .pageBanner.HydraPDFTemplate .Carousel-Gallery .DivThumbnails > div {
    width: 20px;
  }
}
.pageBanner.HydraPDFTemplate .Carousel-Gallery .DivThumbnails > div img {
  visibility: hidden;
  padding: 0;
}
.pageBanner.HydraPDFTemplate .Carousel-Gallery .DivThumbnails > div.selected {
  background: #ffa500;
}
.pageBanner.HydraPDFTemplate .overlay {
  padding-left: 0;
}
@media (max-width: 1320px) {
  .pageBanner.HydraPDFTemplate .overlay {
    padding: var(--sitePadding);
    bottom: 10px;
    top: initial !important;
    transform: translateY(-50%) !important;
    left: initial;
    /* justify-content: flex-start !important; */
    align-items: flex-start !important;
  }
}
@media (max-width: 992px) {
  .pageBanner.HydraPDFTemplate .overlay {
    bottom: 0;
  }
}
.pageBanner.HydraPDFTemplate .overlay .heading {
  color: #fff;
}

.searchPage {
  visibility: initial;
}
.searchPage .container-fluid {
  padding: 0;
  max-width: var(--siteWidth);
  width: 100%;
  margin-top: 15px;
  padding: var(--sitePadding);
}
.searchPage .container-fluid .container {
  width: 100%;
  padding: 0;
}
.searchPage .searchLabel {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600;
  padding-left: 0;
}
.searchPage .searchLabelSmall {
  padding-left: 0;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
}
.searchPage .slick-slider {
  position: relative;
}
.searchPage .slick-slider .slick-list .slick-slide {
  height: initial;
}
.searchPage .slick-slider .slick-list .slick-slide .item {
  padding: 10px 20px 20px;
}
.searchPage .slick-slider .slick-list .slick-slide .item .productImg {
  max-height: 50px;
  height: 50px;
  padding: 0;
}
.searchPage .slick-slider .slick-list .slick-slide .item .productImg img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.searchPage .slick-slider .slick-list .slick-slide .item .productDetails {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-bottom: 25px;
  height: initial;
  min-height: 230px;
}
.searchPage .slick-slider .slick-list .slick-slide .item .productDetails > .searchColumns {
  padding: 0 !important;
}
.searchPage .slick-slider .slick-list .slick-slide .item .productDetails > .searchColumns .row {
  background: none;
}
.searchPage .slick-slider .slick-list .slick-slide .item .productDetails > .searchColumns .row .fixed-table td a {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700;
  font-size: calc(var(--photoshopPPI) / var(--browserDPI) * 18px);
}
.searchPage .slick-slider .slick-list .slick-slide .item .productDetails > .searchColumns .row.searchRow {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  font-size: calc(var(--photoshopPPI) / var(--browserDPI) * 18px);
  font-weight: initial;
}
.searchPage .slick-slider .slick-arrow {
  position: absolute;
  bottom: -26px;
  right: 10px;
  height: 32px;
  width: 32px;
  background: var(--primary);
  border-radius: 43px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}
.searchPage .slick-slider .slick-arrow:hover {
  background: var(--primary-light);
}
.searchPage .slick-slider .slick-arrow.arrowLeft {
  right: 72px;
}
.searchPage .slick-slider .slick-arrow.arrowRight {
  visibility: initial;
}
.searchPage .btnSection td {
  width: initial;
}
.searchPage .btnSection td:not(:last-of-type) {
  padding-right: 20px;
}
.searchPage .SearchDescriptionText .searchCriteriaTitleText {
  font-size: 16px;
  width: 125px;
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600;
}
.searchPage .SearchDescriptionText .searchCriteriaTitleValues {
  width: calc(100% - 125px);
}
.searchPage .SearcjResultBox2 .row {
  background: none;
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
}
.searchPage .productList {
  flex-wrap: wrap;
  display: flex;
  width: 100% !important;
}
.searchPage .productList .item {
  width: calc(25% - 20px);
  overflow: hidden;
  margin: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 1px 2px 1px 0.5px rgba(229, 229, 229, 0.5);
  padding: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .searchPage .productList .item {
    width: calc(33% - 20px);
  }
}
@media (max-width: 992px) {
  .searchPage .productList .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .searchPage .productList .item {
    width: 100%;
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 10px !important;
  }
}
.searchPage .productList .item .productImg {
  height: 150px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 15px !important;
  margin: 5px 0 10px;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .searchPage .productList .item .productImg {
    width: calc(50% - 7px) !important;
    margin: 0px 0 10px;
  }
}
.searchPage .productList .item .productImg img {
  max-width: 100%;
  max-height: 100%;
}
.searchPage .productList .item .productDetails {
  padding: 10px 0 !important;
  height: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  border: 0 !important;
}
@media (max-width: 767px) {
  .searchPage .productList .item .productDetails {
    width: calc(50% - 7px) !important;
    padding: 0px 0 10px !important;
  }
}
.searchPage .productList .item .productDetails .pName {
  visibility: initial;
}
.searchPage .productList .item .productDetails .pName a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) {
  .searchPage .productList .item .productDetails .pName a {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .searchPage .productList .item .productDetails .pName a {
    margin-bottom: 2px;
    display: block;
  }
}
.searchPage .productList .item .productDetails .pApplication {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .searchPage .productList .item .productDetails .pApplication {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 3px;
  }
}
.searchPage .productList .item .productDetails .pApplication label {
  visibility: initial;
}
@media (max-width: 767px) {
  .searchPage .productList .item .productDetails .pApplication label {
    margin-bottom: 0;
  }
}
.searchPage .productList .item .productDetails .pApplication .value {
  visibility: initial;
}
.searchPage .productList .item .productDetails .pApplication .value span {
  visibility: initial;
}
.searchPage .productList .item .pCompare {
  flex: auto;
  display: flex;
  width: 100%;
  align-items: end;
}
.searchPage .productList .item .pCompare.end {
  justify-content: end;
}
.searchPage .productList .item .pCompare input[type=checkbox] {
  margin: 0 5px 0 0;
}
.searchPage .productList .item .pCompare label {
  margin: 0;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .searchPage .productList .item .pCompare label {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .searchPage .owl-carousel {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .searchPage .owl-carousel .item {
    margin-top: 15px;
  }
  .searchPage .owl-carousel .item .productImg {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .searchPage .owl-carousel .item .productImg img {
    width: 100%;
  }
  .searchPage .owl-carousel .item .productDetails {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0;
    height: initial;
  }
  .searchPage .owl-carousel .item .productDetails .searchColumns > .row {
    display: flex;
    flex-direction: column;
  }
  .searchPage .owl-carousel .item .productDetails .searchColumns > .row > div {
    width: 100%;
  }
}

.emailAndPrintBtns {
  visibility: initial;
}
@media (max-width: 767px) {
  .emailAndPrintBtns {
    order: 3;
    width: 100%;
  }
  .emailAndPrintBtns table {
    width: 100%;
  }
  .emailAndPrintBtns tr {
    display: flex;
    justify-content: center;
  }
}
.emailAndPrintBtns a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  color: #000000 !important;
}
.emailAndPrintBtns a:before {
  color: #ffa500;
  border: 1px solid;
  background: #fff;
}

.productListPAgeHeader {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.productListPAgeHeader.end {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .productListPAgeHeader {
    flex-direction: column;
  }
}
.productListPAgeHeader .breadcrumbs {
  visibility: initial;
}
@media (max-width: 767px) {
  .productListPAgeHeader .breadcrumbs {
    display: none;
  }
}
.productListPAgeHeader .breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.productListPAgeHeader .breadcrumbs ul li {
  visibility: initial;
}
.productListPAgeHeader .breadcrumbs ul li:not(:last-of-type):after {
  content: "/";
  padding: 0 5px;
  font-size: 20px;
}
.productListPAgeHeader .breadcrumbs ul li.active {
  visibility: initial;
}
.productListPAgeHeader .breadcrumbs ul li.active a {
  color: #ffa500;
}
.productListPAgeHeader .breadcrumbs ul li a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.productListPAgeHeader .topButtons {
  visibility: initial;
}
@media (max-width: 767px) {
  .productListPAgeHeader .topButtons {
    order: 3;
    width: 100%;
  }
  .productListPAgeHeader .topButtons table {
    width: 100%;
  }
  .productListPAgeHeader .topButtons tr {
    display: flex;
    justify-content: center;
  }
}
.productListPAgeHeader .topButtons a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  color: #000000 !important;
}
.productListPAgeHeader .topButtons a:before {
  color: #ffa500;
  border: 1px solid;
  background: #fff;
}
.productListPAgeHeader .searchCount {
  width: 100%;
}
.productListPAgeHeader .searchCount span {
  font-family: "Nunito Sans" !important;
  font-style: normal;
  font-size: 24px !important;
  line-height: 33px !important;
  color: #000000;
}
@media (max-width: 767px) {
  .productListPAgeHeader .searchCount span {
    font-size: 18px !important;
    line-height: 25px !important;
  }
}
.productListPAgeHeader .searchCount #ContentPlaceHolder1_lbl_SearchResult {
  font-weight: 700;
}
@media (max-width: 767px) {
  .productListPAgeHeader .searchCount {
    order: 1;
  }
}
.productListPAgeHeader .SearchDescriptionText {
  display: flex;
  align-items: center;
  height: initial;
  width: 100%;
  align-items: start;
}
.productListPAgeHeader .SearchDescriptionText span {
  font-family: "Nunito Sans" !important;
  font-style: normal;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #000000;
  white-space: initial;
}
@media (max-width: 767px) {
  .productListPAgeHeader .SearchDescriptionText span {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  .productListPAgeHeader .SearchDescriptionText {
    order: 2;
  }
}
.productListPAgeHeader .SearchDescriptionText .searchCriteriaTitleText {
  margin-right: 10px;
  font-weight: 700;
}

.contactPopup,
.sendEmailPopup {
  height: initial;
  top: 50px !important;
  border: 0 !important;
  border-radius: 0;
  padding: 20px 25px;
  overflow: auto;
  max-height: 80vh;
}
@media (max-width: 767px) {
  .contactPopup,
.sendEmailPopup {
    max-width: 94%;
    padding: 20px 20px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
  }
}
.contactPopup h2,
.sendEmailPopup h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-top: 0;
}
.contactPopup .rowSection,
.sendEmailPopup .rowSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.contactPopup .headingRow,
.sendEmailPopup .headingRow {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  width: 100%;
  text-align: left;
  padding: 0;
}
.contactPopup .inputRow,
.sendEmailPopup .inputRow {
  padding: 0;
}
.contactPopup input.form-control,
.sendEmailPopup input.form-control {
  color: #000 !important;
  height: 36px;
  border: 1px solid #cecece;
  border-radius: 20px;
  padding: 1px 40px 0 15px;
  outline: none;
  font-size: 16px;
  width: 100%;
}
.contactPopup textarea,
.sendEmailPopup textarea {
  color: #000 !important;
  border: 1px solid #cecece;
  border-radius: 20px;
  padding: 1px 40px 0 15px;
  outline: none;
  font-size: 16px;
  width: 100% !important;
  padding: 10px;
}
@media (max-width: 767px) {
  .contactPopup .btn,
.sendEmailPopup .btn {
    width: initial;
  }
}

.cssBtnCompare,
.cssBtnEmail,
.cssBtnPrinter {
  background: none;
  position: relative;
  padding: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.cssBtnCompare,
.cssBtnEmail,
.cssBtnPrinter {
  color: var(--primary) !important;
}
.cssBtnCompare:before,
.cssBtnEmail:before,
.cssBtnPrinter:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cssBtnCompare:hover,
.cssBtnEmail:hover,
.cssBtnPrinter:hover {
  color: var(--primary-lighty) !important;
}
.cssBtnCompare:hover:before,
.cssBtnEmail:hover:before,
.cssBtnPrinter:hover:before {
  background: var(--primary-light);
}

.cssBtnCompare {
  visibility: initial;
}
.cssBtnCompare:before {
  content: "\e3b9";
}

.cssBtnEmail {
  visibility: initial;
}
.cssBtnEmail:before {
  content: "\e0be";
}

.cssBtnPrinter {
  visibility: initial;
}
.cssBtnPrinter:before {
  content: "\e8ad";
}

.detailsPage {
  overflow: hidden;
}
.detailsPage .container-fluid {
  padding: 0;
  max-width: var(--siteWidth);
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
.detailsPage .container-fluid .container {
  width: 100%;
  padding: 0;
}
@media (max-width: 1320px) {
  .detailsPage .container-fluid .container {
    max-width: 100% !important;
    padding: var(--sitePadding);
  }
}
.detailsPage #LeftContainer {
  margin-top: 47px !important;
}
.detailsPage #LeftContainer hr,
.detailsPage #LeftContainer .heading3class {
  border: 0 !important;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.detailsPage #LeftContainer hr ~ strong,
.detailsPage #LeftContainer .heading3class ~ strong {
  font-weight: 400;
}
.detailsPage #LeftContainer .heading4class {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-top: 15px;
}
.detailsPage #LeftContainer .ColRight,
.detailsPage #LeftContainer .ColLeft {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 599px) {
  .detailsPage #LeftContainer .ColRight,
.detailsPage #LeftContainer .ColLeft {
    width: 100%;
    padding: 0;
  }
}
.detailsPage #LeftContainer .TBHeading {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .detailsPage #LeftContainer .TBHeading {
    margin-top: 25px;
  }
}
.detailsPage .spec_tableContainer {
  width: 100%;
}
@media (max-width: 1024px) {
  .detailsPage .spec_tableContainer {
    overflow-x: auto;
  }
  .detailsPage .spec_tableContainer .spec_table {
    min-width: 100vh;
  }
  .detailsPage .spec_tableContainer .spec_table tr th {
    min-width: 90px;
  }
  .detailsPage .spec_tableContainer .spec_table tr th[colspan] tr th {
    min-width: 120px;
  }
}
.detailsPage .spec_tableContainer .spec_table {
  display: table;
}
.detailsPage .spec_tableContainer .spec_table tr {
  visibility: initial;
}
.detailsPage .spec_tableContainer .spec_table tr th {
  background: #ffa500;
  border: 1px solid rgba(151, 151, 151, 0.3) !important;
  padding: 5px 2px;
  text-align: center !important;
  font-size: 13px;
  line-height: 18px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
}
.detailsPage .spec_tableContainer .spec_table tr th[colspan] {
  padding: 0;
  border: none !important;
}
.detailsPage .spec_tableContainer .spec_table tr td {
  border: 1px solid rgba(151, 151, 151, 0.3) !important;
  padding: 5px 2px !important;
  text-align: center !important;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 16px;
}
.detailsPage .spec_tableContainer .spec_table tr td[colspan] {
  padding: 0 !important;
  border: none !important;
}
.detailsPage .spec_tableContainer .spec_table tr td[colspan] td {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
}
.detailsPage .spec_tableContainer .spec_table tr td.empty-row {
  display: none;
}
.detailsPage .spec_tableContainer .spec_table tr td .grouped_rows {
  visibility: initial;
}
.detailsPage .spec_tableContainer .spec_table tr td .grouped_rows tr {
  visibility: initial;
}
.detailsPage .spec_tableContainer .spec_table tr td .grouped_rows tr td {
  visibility: initial;
}
.detailsPage .spec_tableContainer .spec_table tr td .grouped_rows tr td.even {
  background: none;
}
.detailsPage .spec_tableContainer .spec_table tr td .grouped_rows tr td.odd {
  background: none;
}
.detailsPage .spec_tableContainer .spec_table .grouped_rows .even td,
.detailsPage .spec_tableContainer .spec_table .spec_table .ungrouped_rows:nth-child(2n) td {
  background-color: rgba(226, 229, 232, 0.56) !important;
}
.detailsPage .btnTable {
  position: absolute;
  top: 0;
}
.detailsPage .Carousel-Gallery {
  margin-top: 0px;
}
.detailsPage .productNameAndImage {
  position: relative;
}
@media (max-width: 1320px) {
  .detailsPage .productNameAndImage .Carousel-Gallery {
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  .detailsPage .productNameAndImage .Carousel-Gallery {
    margin-left: -20px;
  }
}
@media (max-width: 599px) {
  .detailsPage .productNameAndImage .Carousel-Gallery {
    margin-left: -15px;
  }
}
.detailsPage .productNameAndImage .Carousel-Gallery .DivMainImage {
  background: #f2f2f2;
  padding: 125px calc((var(--pageWidth) - var(--siteWidth)) / 2);
}
@media (max-width: 1320px) {
  .detailsPage .productNameAndImage .Carousel-Gallery .DivMainImage {
    padding: 95px 60px;
  }
}
@media (max-width: 767px) {
  .detailsPage .productNameAndImage .Carousel-Gallery .DivMainImage {
    padding: 95px 20px 65px;
  }
}
@media (max-width: 599px) {
  .detailsPage .productNameAndImage .Carousel-Gallery .DivMainImage {
    padding: 95px 15px 65px;
  }
}
.detailsPage .productNameAndImage .Carousel-Gallery .DivMainImage img {
  visibility: initial;
}
.detailsPage .productNameAndImage .Carousel-Gallery .DivThumbnails {
  padding: 0 calc((var(--pageWidth) - var(--siteWidth)) / 2);
  padding: var(--sitePadding);
}
.detailsPage .productNameAndImage .Heading1 {
  display: initial !important;
  position: absolute;
  bottom: 85px;
}
.detailsPage .productNameAndImage .btnSection {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.detailsPage .productNameAndImage .btnSection a {
  height: initial;
}
.detailsPage .productNameAndImage .btnSection a:last-of-type {
  margin-left: 20px;
}
.detailsPage .longDescription {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.detailsPage .longDescription p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 1024px) {
  .detailsPage .longDescription {
    font-size: 16px;
    line-height: 22px;
  }
  .detailsPage .longDescription p {
    font-size: 16px;
    line-height: 22px;
  }
}
.detailsPage .performanceAndKeySection {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .detailsPage .performanceAndKeySection {
    flex-direction: column;
  }
}
.detailsPage .performanceAndKeySection .performanceSection {
  width: 100%;
}
@media (max-width: 1200px) {
  .detailsPage .performanceAndKeySection .performanceSection {
    width: 100%;
  }
}
.detailsPage .performanceAndKeySection .performanceSection .contentSection {
  column-count: 2;
  column-gap: 10px;
}
.detailsPage .performanceAndKeySection .performanceSection .contentSection a {
  color: #ffa500 !important;
  text-decoration: none !important;
}
.detailsPage .performanceAndKeySection .performanceSection .contentSection > div {
  break-inside: avoid;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .detailsPage .performanceAndKeySection .performanceSection .contentSection > div {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .detailsPage .performanceAndKeySection .performanceSection .contentSection {
    column-count: 1;
  }
}
.detailsPage .performanceAndKeySection .performanceSection .contentSection .tbl-packaging {
  display: inline-block;
  vertical-align: text-top;
}
.detailsPage .performanceAndKeySection .performanceSection .contentSection .tbl-packaging td {
  padding-top: 0 !important;
  padding-left: 0 !important;
  vertical-align: top;
}
.detailsPage .brandsSection {
  margin-top: 15px;
}
.detailsPage .sectionHeading {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #ffa500;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .detailsPage .sectionHeading {
    font-size: 18px;
    line-height: 25px;
  }
}
.detailsPage .contentSection * {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 1024px) {
  .detailsPage .contentSection * {
    font-size: 16px;
    line-height: 22px;
  }
}
.detailsPage .contentSection .bulletPoints * {
  font-weight: 700;
}
.detailsPage .contentSection .bulletPoints * sub {
  font-weight: 400;
  display: block;
}
.detailsPage .contentSection .tbl-packaging {
  display: inline-block;
  vertical-align: text-top;
}
.detailsPage .contentSection .tbl-packaging td {
  padding-top: 0 !important;
  padding-left: 0 !important;
  vertical-align: top;
}
.detailsPage .keyFeatureSection {
  visibility: inherit;
}
.detailsPage .keyFeatureSection .keyFeatureRow {
  display: flex;
}
.detailsPage .keyFeatureSection .keyFeatureRow .featureImg {
  height: 50px;
  width: 50px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.detailsPage .keyFeatureSection .keyFeatureRow .featureImg img {
  max-width: 40px;
  max-height: 40px;
}
.detailsPage .keyFeatureSection .keyFeatureRow .featureText {
  width: calc(100% - 50px);
  padding-top: 12px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 1024px) {
  .detailsPage .keyFeatureSection .keyFeatureRow .featureText {
    font-size: 16px;
    line-height: 22px;
  }
}
.detailsPage .brandingContainer {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
}
.detailsPage .brandingContainer p {
  font-size: 21px;
  line-height: 25px;
}
@media (max-width: 1024px) {
  .detailsPage .brandingContainer p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .detailsPage .brandingContainer {
    font-size: 16px;
    line-height: 22px;
  }
}
.detailsPage .brandingContainer .branding {
  word-break: break-all;
}
.detailsPage .tabSection {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 15px;
}
.detailsPage .tabSection .tabHeading {
  margin: 10px 0;
}
.detailsPage .tabSection .tabHeading .orderCode {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1024px) {
  .detailsPage .tabSection .tabHeading .orderCode {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1100px) {
  .detailsPage .tabSection .tableContent {
    width: 1100px !important;
  }
}
.detailsPage .tabSection .tableContent th {
  background: #ffa500;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  border: 1px solid rgba(151, 151, 151, 0.296091);
}
.detailsPage .tabSection .tableContent th.innerTable {
  padding: 0;
}
.detailsPage .tabSection .tableContent > tbody {
  visibility: inherit;
}
.detailsPage .tabSection .tableContent > tbody > tr:nth-child(even) > td {
  background-color: #fff !important;
}
.detailsPage .tabSection .tableContent > tbody > tr:nth-child(odd) > td {
  background: rgba(226, 229, 232, 0.56) !important;
}
.detailsPage .tabSection .tableContent > tbody > tr td {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  border: 1px solid rgba(151, 151, 151, 0.296091);
  background: none !important;
}
.detailsPage .tabSection .tab-content {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0;
  padding-top: 10px;
}
.detailsPage .tabSection .tab-content > .tab-pane {
  margin: 10px;
  max-height: 651px;
  overflow: auto;
  margin-top: 0;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.detailsPage .tabSection .tab-content > .tab-pane {
  scrollbar-width: auto;
  scrollbar-color: #c4c4c4 #ffffff;
}
.detailsPage .tabSection .tab-content > .tab-pane::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.detailsPage .tabSection .tab-content > .tab-pane::-webkit-scrollbar-track {
  background: #ffffff;
}
.detailsPage .tabSection .tab-content > .tab-pane::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 20px;
  border: 0px solid #ffffff;
}
.detailsPage .tabSection .tab-content > .tab-pane#Fittings.active > .tableContent > tbody > tr > td {
  display: flex;
  justify-content: space-between;
}
.detailsPage .tabSection .tab-content > .tab-pane#Fittings.active > .tableContent > tbody > tr > td > .tableContent {
  flex: 1;
  width: initial !important;
  margin: 0 5px;
}
.detailsPage .tabSection .nav-tabs {
  background: #f0f0f0;
  /* box-shadow: inset 0px -1px 0px rgb(0 0 0 / 13%); */
  border-radius: 3px 3px 0px 0px;
  padding: 7px 7px 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.detailsPage .tabSection .nav-tabs li a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 5px 10px;
}
.detailsPage .tabSection .nav-tabs li.active a {
  color: #ffa500;
}
@media (max-width: 767px) {
  .detailsPage .hideOnMobile {
    display: none;
  }
}
.detailsPage .showOnMobile {
  display: none;
}
@media (max-width: 767px) {
  .detailsPage .showOnMobile {
    display: block;
  }
}
.detailsPage .sideBySideDetails {
  flex-wrap: wrap;
  display: flex;
  --leftWidth: 400px;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .detailsPage .sideBySideDetails {
    --leftWidth: 300px;
  }
}
@media (max-width: 767px) {
  .detailsPage .sideBySideDetails {
    flex-direction: column;
  }
}
.detailsPage .sideBySideDetails .left {
  width: var(--leftWidth);
}
@media (max-width: 767px) {
  .detailsPage .sideBySideDetails .left {
    width: 100%;
  }
}
.detailsPage .sideBySideDetails .left .productImage .Carousel-Gallery .DivMainImage {
  height: var(--leftWidth);
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  padding: 10px;
}
.detailsPage .sideBySideDetails .left .productImage .Carousel-Gallery .DivMainImage > div img {
  max-width: 100%;
}
.detailsPage .sideBySideDetails .left .productImage .Carousel-Gallery .DivThumbnails > div {
  margin-bottom: 10px;
}
.detailsPage .sideBySideDetails .left .brandsSection .sectionHeading {
  margin-bottom: 0;
  margin-top: 15px;
}
.detailsPage .sideBySideDetails .left .brandsSection .brandingContainer > span {
  margin-right: 10px;
}
.detailsPage .sideBySideDetails .right {
  width: calc(100% - var(--leftWidth));
  padding-left: 35px;
}
@media (max-width: 767px) {
  .detailsPage .sideBySideDetails .right {
    width: 100%;
    padding-left: 0;
  }
}
.detailsPage .sideBySideDetails .right .longDescription {
  margin-bottom: 15px;
}
.detailsPage .sideBySideDetails .right .performanceSection,
.detailsPage .sideBySideDetails .right .keySection {
  overflow: hidden;
}
.detailsPage .sideBySideDetails .right .performanceSection .contentSection,
.detailsPage .sideBySideDetails .right .keySection .contentSection {
  height: 100%;
}
.detailsPage .sideBySideDetails .right .performanceSection .contentSection > div,
.detailsPage .sideBySideDetails .right .keySection .contentSection > div {
  height: 100%;
}
.detailsPage .sideBySideDetails .right .performanceSection .contentSection > div > div,
.detailsPage .sideBySideDetails .right .keySection .contentSection > div > div {
  break-inside: avoid;
}
.detailsPage .sideBySideDetails .right .performanceSection .contentSection > div > div > p,
.detailsPage .sideBySideDetails .right .keySection .contentSection > div > div > p {
  padding-bottom: 10px;
}
.detailsPage .sideBySideDetails .right .performanceSection .contentSection > div > div ul,
.detailsPage .sideBySideDetails .right .keySection .contentSection > div > div ul {
  visibility: initial;
}
.detailsPage .sideBySideDetails .right .performanceSection .contentSection > div > div ul li,
.detailsPage .sideBySideDetails .right .keySection .contentSection > div > div ul li {
  visibility: initial;
}
.detailsPage .sideBySideDetails .right .performanceSection .contentSection > div > div ul li::marker,
.detailsPage .sideBySideDetails .right .keySection .contentSection > div > div ul li::marker {
  visibility: initial;
}
@media (max-width: 1100px) {
  .detailsPage .sideBySideDetails .right .performanceSection,
.detailsPage .sideBySideDetails .right .keySection {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0 !important;
  }
  .detailsPage .sideBySideDetails .right .performanceSection .contentSection > div,
.detailsPage .sideBySideDetails .right .keySection .contentSection > div {
    border-right: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    height: initial;
  }
}
.detailsPage .sideBySideDetails .right .performanceSection .headingSection,
.detailsPage .sideBySideDetails .right .performanceSection .contentSection,
.detailsPage .sideBySideDetails .right .keySection .headingSection,
.detailsPage .sideBySideDetails .right .keySection .contentSection {
  padding-left: 0 !important;
}
.detailsPage .sideBySideDetails .right .performanceSection {
  padding-right: 25px;
}
.detailsPage .sideBySideDetails .right .keySection {
  padding-left: 25px;
}
@media (max-width: 1100px) {
  .detailsPage .sideBySideDetails .right .keySection {
    margin-top: 15px;
  }
}
.detailsPage .sideBySideDetails .right .sameHeight {
  min-height: 100%;
}
.detailsPage .sideBySideDetails .full {
  width: 100%;
}
.detailsPage .performKeys .performanceSection {
  visibility: inherit;
}
@media (max-width: 1100px) {
  .detailsPage .performKeys .performanceSection {
    flex-direction: column;
    height: initial !important;
  }
  .detailsPage .performKeys .performanceSection > .col-md-6 {
    width: 100%;
    max-width: 100%;
    border-left: 1px solid #343a40 !important;
    border-right: 1px solid #343a40 !important;
  }
  .detailsPage .performKeys .performanceSection > .col-md-6:nth-of-type(2) {
    border-top: 0 !important;
    border-bottom: 1px solid #343a40 !important;
  }
}
.detailsPage .performKeys .keyFeatureSection {
  visibility: inherit;
}
@media (max-width: 1100px) {
  .detailsPage .performKeys .keyFeatureSection {
    border-right: 1px solid #343a40 !important;
    border-bottom: 1px solid #343a40 !important;
  }
}
@media (max-width: 1100px) {
  .detailsPage .performKeys .left,
.detailsPage .performKeys .right {
    width: 50%;
    max-width: 50%;
    flex: initial;
  }
  .detailsPage .performKeys li br {
    display: none;
  }
}
@media (max-width: 767px) {
  .detailsPage .performKeys {
    flex-direction: column;
  }
  .detailsPage .performKeys .left,
.detailsPage .performKeys .right {
    width: 100%;
    max-width: 100%;
  }
  .detailsPage .performKeys .right {
    margin-top: 15px;
  }
  .detailsPage .performKeys .right > .row {
    padding-left: 0 !important;
  }
  .detailsPage .performKeys .right > .row .col-sm-11 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .detailsPage .mainTable {
    display: block;
  }
  .detailsPage .mainTable > tbody {
    display: block;
  }
  .detailsPage .mainTable > tbody > tr {
    display: block;
  }
  .detailsPage .mainTable > tbody > tr > td {
    display: block;
  }
}

.cssFooter > .container-fluid {
  padding: 0;
  max-width: var(--siteWidth);
  width: 100%;
  padding: var(--sitePadding);
}
.cssFooter > .container-fluid .container {
  width: 100%;
  padding: 0;
}
.cssFooter footer {
  min-height: initial;
  border-top: 5px solid #ffa500;
  padding: 15px 0;
}
.cssFooter footer .container {
  max-width: var(--siteWidth);
  width: 100%;
  padding: var(--sitePadding);
}
.cssFooter footer .container .footerSection {
  display: flex;
  flex-wrap: wrap;
}
.cssFooter footer .container .footerSection .footerBlock {
  min-width: 280px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cssFooter footer .container .footerSection .footerBlock {
    width: 100%;
  }
}
.cssFooter footer .container .footerSection .footerBlock.full {
  width: 100%;
}
.cssFooter footer .container .footerSection .footerBlock.heading {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #ffa500;
  margin-bottom: 10px;
}
.cssFooter footer .container .footerSection .footerBlock.links {
  visibility: initial;
}
.cssFooter footer .container .footerSection .footerBlock.links ul {
  padding: 0;
  margin: 0;
  list-style-image: url("../../images/Shape.png");
  list-style-position: inside;
}
.cssFooter footer .container .footerSection .footerBlock.links ul li {
  visibility: initial;
}
.cssFooter footer .container .footerSection .footerBlock.links ul li a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.cssFooter footer .container .footerSection .footerBlock.address {
  visibility: initial;
}
@media (max-width: 767px) {
  .cssFooter footer .container .footerSection .footerBlock.address {
    margin-top: 20px;
    padding-left: 15px;
  }
}
.cssFooter footer .container .footerSection .footerBlock.address p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.cssFooter footer .bottomFooter {
  border-top: 1px solid #949494;
  padding-top: 15px;
  margin-top: 20px;
}
.cssFooter footer .bottomFooter .footer_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cssFooter footer .bottomFooter .footer_in {
    flex-direction: column;
  }
}
.cssFooter footer .bottomFooter .footer_in ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .cssFooter footer .bottomFooter .footer_in ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cssFooter footer .bottomFooter .footer_in ul {
    width: 100%;
    justify-content: center;
  }
}
.cssFooter footer .bottomFooter .footer_in ul li {
  visibility: initial;
}
@media (max-width: 1024px) {
  .cssFooter footer .bottomFooter .footer_in ul li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .cssFooter footer .bottomFooter .footer_in ul li {
    width: initial;
    margin-bottom: 10px;
  }
}
.cssFooter footer .bottomFooter .footer_in ul li a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.cssFooter footer .bottomFooter .footer_in .share_rt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cssFooter footer .bottomFooter .footer_in .share_rt {
    margin-top: 10px;
  }
}
.cssFooter footer .bottomFooter .footer_in .share_rt a {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .cssFooter footer .bottomFooter .footer_in .share_rt a {
    margin-right: 5px;
  }
}
.cssFooter footer .bottomFooter .footer_in .share_rt a:last-of-type {
  margin-right: 0;
}
.cssFooter footer .bottomFooter .footer_in .share_rt a i {
  font-size: 20px;
  padding: 0px 5px;
  border: 0;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 50px;
  display: none;
  background: #969696;
  border-radius: 100px;
  padding: 5px 11px;
  border: 3px solid #cdcdcd;
  z-index: 7777;
  transition: all 0.3s ease-in-out 0s;
}

.back-to-top .fa {
  color: #ffffff;
  font-size: 24px;
  transition: all 0.3s ease-in-out 0s;
}

.back-to-top:hover,
.back-to-top:active {
  background: #ffa500;
}

.back-to-top:hover .fa,
.back-to-top:active .fa {
  color: #000000;
}

.border-dark {
  border-color: #dee2e6 !important;
}

.sliderMessage {
  padding: 10px;
}
.sliderMessage .icon {
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sliderMessage .CBExpand {
  display: none;
}
.sliderMessage .CBExpand:checked ~ .options {
  display: block;
}
.sliderMessage .CBExpand:checked + .icon:hover {
  transition: 0.2s ease all;
}
.sliderMessage .CBExpand:checked + .icon .material-icons-outlined.collapse {
  display: block;
}
.sliderMessage .CBExpand:checked + .icon .material-icons-outlined.expand {
  display: none;
}
.sliderMessage .CBExpand:not(:checked) + .icon:hover {
  padding-right: 15px;
  transition: 0.2s ease all;
}
.sliderMessage .CBExpand:not(:checked) + .icon .material-icons-outlined.collapse {
  display: none;
}
    .sliderMessage .CBExpand:not(:checked) + .icon .material-icons-outlined.expand {
        display: block;
    }
.sliderMessage .options {
  font-size: 12px;
  display: none;
}
.sliderMessage .options > div {
  font-size: 18px;
}
.sliderMessage .options ul {
  margin-top: 5px;
  padding-left: 0;
  list-style: inside;
  font-weight: initial;
}/*# sourceMappingURL=StyleSheet.css.map */