/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.header-quote {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header-quote {
    display: none;
  }
}

.heading-title {
  display: none;
}

#header-outer .container .row {
  border-bottom: 1px solid #58595B;
}

#header-outer[data-format="default"] #top nav >.sf-menu >li:not(:last-child):after {
  content: "|";
}

#header-secondary-outer {
  border-bottom: none !important;
}

#header-secondary-outer li a, #header-secondary-outer li  {
  content: "" !important;
  border: none !important;
  font-size: 16px !important;
}

.home-header-text h2 {
  color: #fff;
  font-size: 42px;
  line-height: 56px;
}

.inline-column, .inline-column * {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nectar-text-inline-images__inner h3 {
  display: flex;
  justify-content: space-between;
}
.nectar-text-inline-images__inner span {
  font-size: 40px;
}
.testimonial_slider blockquote span .testimonial-name {
  font-weight: 600;
}
.testimonial_slider blockquote span .title {
  opacity: 1;
}


.testimonial_slider[data-style*=multiple_visible] blockquote p {
  line-height: 26px;
}

  .chart-container{display: flex}
  .chart{
    margin: auto;
    display: flex;
    flex-grow:1;
  }
  .chart-group p {
    flex-basis: 15%;
    margin: 0;
    padding: 0;
  }
  @media screen and (max-width: 650px) {
    .chart-group p {
      flex-basis: 25%;
    }
  }

  .chart-group > div {}
  .chart-group {
    margin: 5px 0;
    display: flex;
    align-items: center;
    flex: 0 auto;
  }
  .animated-progress {
    min-width: 80%;
    height: 20px;
    border-radius: 0 15px 15px 0;
    margin: 5px 20px;
    overflow: hidden;
    position: relative;
    display:flex;
    align-items: center;
  }
  .animated-progress span {
    height: 100%;
    width: 0;
    color: rgb(255, 251, 251);
    text-align: end;
    padding-right: 5px;
    transition: 2s;
  }
  .progress-orange span {
    background-color: #FA8A24;
    border-radius: 0 15px 15px 0;
  }
  .progress-red span {
    background-color: #EA351A;
    border-radius: 0 15px 15px 0;
  }
  .progress-orange .number-text {
    color: #37425A;
    font-weight: bold;
  }
  .progress-red .number-text {
    color: #37425A;
    font-weight: bold;
  }

  .animated-progress .label {
    color: black;
    position: absolute;
    background-color: transparent;
    left: 10px;
  }

  .number-text {
    margin-left: 10px;
    font-weight: 500;
  }
  .chart-group > div {
    flex-grow:1;
  }
  .chart-lines {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .legend {
    display:flex;
    align-items: center;
    justify-content: flex-start;
  }
  .legend .red {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color:#EA351A ;
    margin-right: 10px;
  }
  .legend .orange {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color:#FA8A24 ;
    margin-right: 10px;
  }
  .legend p {
    padding: 0;
    margin-right: 20px;
  }

  #pointer {
    color: #fff;
    width: 421px;
    background: #37425a;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    display: none;
  }
  @media screen and (max-width: 520px) {
    #pointer {
      width: auto;
    }
  }
#pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /* border-left: 20px solid white; */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#pointer:before {
  display: none;
  content: "";
  position: absolute;
  left: -63px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 63px solid #37425a;
  border-top: 63px solid transparent;
  border-bottom: 63px solid transparent;
}
#pointer p, #pointer h3 {
  z-index: 10;
  color:#fff;
}

#pointer h3 {
  font-weight: 600;
  font-size: 23px
}

@media only screen and (min-width: 1400px) {
  #pointer:before {
    display: block;
  }

  #pointer {
    position: absolute;
    right: 50px;
  }
}


.tabbed[data-style=minimal] .wpb_tabs_nav {
  margin-bottom: 20px;
}

.tabbed[data-style=minimal]>ul li:not(.cta-button) a,
.tabbed[data-style=minimal]>ul li:not(.cta-button) .active-tab, .tabbed[data-style=minimal]>ul li:not(.cta-button) a
{
  padding: 6px 10px;
}


.tabbed>ul li .active-tab, .tabbed> ul li {
  color: inherit;
}

.tabbed[data-style=material] .wpb_tabs_nav {
  margin-bottom: 0;
}

.white-tab-back {
  background: white;
  padding: 30px;
  margin-bottom: 80px;
  border-radius: 0 10px 10px 10px;
}
.white-tab-back-middle {
  background: white;
  padding: 30px;
  margin-bottom: 80px;
  border-radius: 10px;
}
.glycol-tab-container .vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
  min-height: 100%;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.footer-paragraph {
  font-size: 22px;
  color:#fff;
}
#footer-widgets {
  display:none;
  visibility: hidden;
}
.footer-menu ul, .footer-menu ul li{
  list-style-type: none;
  list-style: none;
  margin-left: 0;
  font-size: 14px !important;
  background-color: #37425a;
}
.footer-menu ul li a {
  color: #fff;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-link {
  color: #fff;
}
.footer-link {
  text-decoration: underline;
}
.footer-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
.footer-button {
  justify-content: center;
  margin-top: 15px;
}
}
#footer-outer #copyright[data-layout="centered"] {
  padding: 20px 0;
}
.footer-font{
  font-size: 14px;
  line-height: 20px;
}

.read-more-bottom {
  position: absolute;
  bottom: 15px;
  left: 20px;
}


@media only screen and (max-width: 1100px) {
.header-quote {
    display:none;
    visibility: hidden;
}
}



.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form textarea
{
  background-color: #fff;
  color: #000;
  padding: 8px;
  border-radius: 8px;
  border: none;
  margin-top: 10px;
}

.footer-form textarea {
  height: 110px;
}

body[data-button-style^="rounded"].ascend .container-wrap .footer-form input[type="submit"] {
  padding: 8px 40px !important;
}

.below-header-links .wpb_wrapper{
  display: flex;
}

@media screen and (max-width: 1200px) {
  .below-header-links .wpb_wrapper{
    justify-content: center
  }
}
.below-header-links .wpb_wrapper .dura-title{
  padding: 0 25PX 0 25PX;
  border-right: 1px solid #797979
}

.below-header-links .wpb_wrapper .dura-title:first-child{
  padding: 0 25PX 0 0;
  border-right: 1px solid #797979
}

@media print and (max-width: 700px ) {
  .below-header-links .wpb_wrapper .dura-title{
    text-align: center;
  }
}

.no-border {
  border: none !important;
}

.reverse-link a{
  color: #fff !important;
}

.reverse-link a:hover {
  color: #FA8824 !important;
}

.btn {
  padding: 8px 20px !important;
  border-radius: 50px !important;
  transition: 0.3s !important;
  font-size: 14px !important;
}

.btn-orange-hollow {
  color: #FA8824 !important;
  border: 1px solid #FA8824 !important;
  background-color: transparent !important;
  
}
.btn-orange-hollow:hover {
  color: #fff !important;
  background-color: #FA8824 !important;
}

.btn-light-grey {
  color: #58595B !important;
  border: none !important;
  background-color: #F2EFEF !important;
  
}
.btn-light-grey:hover {
  color: #fff !important;
  border: none !important;
  background-color: #58595B !important;
}

.btn-orange-dark {
  color: #fff !important;
  background-color: #FA8824 !important;
  
}
.btn-orange-dark:hover {
  color: #FA8824 !important;
  background-color: #fff !important;
}
.nectar-flickity:not(.masonry) .flickity-slider .cell img {
width: auto;
}

.page-list {
  font-size: 16px;
}

#header-outer #top .sf-menu > .sf-with-ul > a {
  padding-right: 10px!important;
}
#header-outer .sf-menu li ul li a {
  font-size: 14px !important;
  line-height: 17px;
}

.sf-menu>li>ul   {
  /*border-radius: 10px;*/
  box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.21);
  margin-top: 5px;
  padding: 15px;
}

.stick {
  position: fixed;
  z-index: 10000;
  left: 0;
}

.see {
  visibility: visible !important;
}
.no-see {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.nectar-skip-to-content {
  color: black !important;
}

.hide {
  display:none;
}
.dura-small-filter {
  display: flex;
  color: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.dura-small-filter-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}


.dura-small-filter-input {
  background-color: #fff !important;
  color: #777 !important;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 2px 12px !important;
  max-width: 60px;
  max-height: 25px;
  border: none !important;
  font-size:12px;
}

.btn-small-filter {
  background-color: orange !important;
  color: #fff !important;
  padding: 4px 15px !important;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s
}

.btn-small-filter:hover {
  background-color: #EA351A !important;
  color: #fff !important;
}

.input-group {
  display: flex;
}
.small-filter-switches {
  background-color: #fff;
  margin-left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #999;
  max-height: 25px;
}

.small-filter-switches span {
  padding: 0 4px;
}
.small-filter-switches span:last-child {
  border-left: 1px solid #555;
  margin-right: 8px;
}
.small-filter-switches span:hover {
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.active-small-switch {
  font-weight: 600;
  color: #bbb;
}

.dura-small-filter form {
  display: flex;
  gap: 10px
}


.product-sidebar .flickity-page-dots {
  bottom: -35px !important;
}

.product-sidebar p {
  padding-bottom: 8px !important;
}

.product-sidebar p a {
  color:#58595B !important;
}

.product-questions {
  border-bottom: 1px solid #58595B !important;
  padding-bottom: 30px !important;
}

.product-grid-container {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

@media(max-width: 1090px) {
  .product-grid-container {
    grid-template-columns: 1fr;
  }
}
.product-grid-container h2 {
  font-size: 1.25rem;
}

.product-grid-container table,
.product-grid-container tr,
.product-grid-container td {
  border: none !important;
  border-collapse: collapse;
  margin-bottom: 0;
}

.product-grid-container table td:nth-child(2) {
  text-align: right;
}

.product-grid-container table tr:nth-child(even) {
  background-color: #f2efef;
}

.product-box {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.product-table-header {
  display: flex;
  justify-content: space-between;
}

.product-table-header p {
  margin-top: 1rem;
  padding: 0;
}

.small-header p {
  font-weight: 600;
  font-size: .825rem;
}

.dura-unit-switcher {
  padding: .5rem 1rem;
  background-color: #fff;
  border-radius: 500px;
  display: inline-block;
  margin-bottom: 2rem;
}

.unit-switch {
  color: #bbb;
}

.unit-switch:hover {
  text-decoration: underline;
}

.switch-disabled {
  color: #000 !important;
  font-weight: 600 !important;
  pointer-events:none !important;
  cursor:default !important;
}

.switch-disabled:hover {
  text-decoration: none;
}

.single-products .nectar-global-section.before-footer {
  padding-top: 0 !important;
  margin-top: -40px !important;
}

.dura-tds-sds {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dura-tds-sds img{
  margin-bottom: 0 !important;
  margin-right: 0.5rem;
}

.dura-tds-sds a {
  display: flex;
  align-items: flex-end;
  align-self: center;
  color: #676767;
  font-size: 0.825rem;
  line-height: 1.2;
  flex-direction: row;
}

.dura-tds-sds-first {
  border-right: 2px solid #ccc;
}

.dura-tds-sds-second {
  display: flex;
  flex-direction: row;
}

.dura-tds-sds-second p {
  display: inline-block;
}

.dura-tds-sds div {
  padding-right: 2rem;
}

.dura-tds-sds h3{
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.dura-product-selector {
  font-size: 0.925rem;
}

#dura-product-select, #dura-industry-select {
  width: 250px;
  margin-left: 1rem;
  background-color: #e8e8e8 !important;
  padding-inline: 1.5rem;
  padding-block: 5px;
  border-radius: 500px;
  font-weight: 600;
}

.industry-selector {
  margin-top: 1rem;
}

.single-ht {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}

.ht-header {
  border-bottom: 1px solid #bbb;
  display: flex;
  justify-content: space-between;
}
.header-left {
  border-bottom: 1px solid #bbb;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-align: center;
  flex-direction: row;
}

.header-right {
  display: flex;
  align-items: flex-start;
}

.ht-header h3 {
  margin-right: 1.5rem !important;
  font-size: 1.25rem !important;
}

.ht-max-temp, .ht-flash-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.ht-header p {
  font-size: 0.825rem;
  border-left: 1px solid #bbb;
  padding-inline: 1rem;
  margin-block: 0.5rem;
  line-height: 1.2 !important;
}
.ht-flash-point p {
  border-right: 1px solid #bbb;
}

@media screen and (max-width: 640px) {

  .header-left {
    display: block;
    text-align: left !important;
  }
  
.ht-header p {
  border: none !important;
}
}
.ht-header span {
  font-size: 1.25rem;
}

.ht-body p {
  padding-block: 1rem;
}

.ht-footer {
  margin-block-start: 1rem;
  margin-block-end: 0.5rem;
}

.orange-hollow-button {
  border: 1px solid #FA8824;
  font-weight: 500;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.grey-button {
  background-color: #e8e8e8;
  font-weight: 500;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: black;
}

.product-close {
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  cursor: pointer;
}

.product-sort-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0 !important;
}
.product-sort {
  text-align: right;
  width: auto;
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px !important;
}

.product-sort-controls {
  background-color: white;
  border-radius: 50px;
  padding-inline: 0.5rem 1.5rem;
}

.product-sort select{
  width: 268px;
  padding: 8px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  height: 34px;
  background: url(../salient-child/assets/images/down.png) no-repeat right transparent;
  appearance: none;
  background-position-x: 93%;
  box-shadow: none;
}

.product-sort label {
  font-weight: 600;
  font-size: 0.925rem;
}

/* Fluid finder */

.fluid-finder-container {
  margin-right: 2rem;
  position: sticky;
}
.radio-buttons {
  border-bottom: 1px solid #37425A;
  padding-bottom: 1.25rem;
}

.fluid-finder-container .radio-buttons label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.fluid-finder-container .radio-buttons label input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s
}

.fluid-finder-container .radio-buttons label:hover input ~ .checkmark{
  background-color: #bbb;
}

.fluid-finder-container .radio-buttons label input:checked ~ .checkmark{
  background-color: #FA8824;
  border: 1px solid #37425A;
}

.fp-div {
  padding-block: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  border-bottom: 1px solid #37425A;
}

.fp-div label {
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.fp-div input {
  background-color: #fff !important;
  padding: 0.5rem 1rem !important;
  border-radius: 50px !important;
  font-size: 1.25rem !important;
}

.fp-input-container {
  position: relative;
}
.fp-div span {
  position: absolute;
  top: 8px;
  right: 15px;
  font-weight: 600;
}

.filter-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-block: 1rem;
  justify-content: space-between;
}

.filter-buttons button {
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  border: 0;
  outline: none;
  cursor: pointer;
}

.filter-buttons #filter-button {
  background-color: #58595B;
  color: #fff;
}

.filter-buttons #filter-button:hover {
  background-color: #888;
  color: #fff;
}

.filter-buttons #reset-button {
  background-color: #ffffff;
}

.filter-buttons #reset-button:hover {
  background-color: #e2e2f0;
}

.industry-links {
  font-size: 1.25rem;
  line-height: 1.6;
}

/* Data sheet page */

.data-sheets-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  gap: 2rem;
}

@media screen and (max-width: 900px) {
  .data-sheets-container {
    grid-template-columns: 1fr;
  }
}
.data-sheets-container .ht-container {
  border: 1px solid black;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
}

.data-sheets-container .ht-container .table-header {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.data-sheets-container .ht-container .table-header-right {
  display: flex;
  align-self: center;
}
p.header {
  padding-inline: 1rem;
  padding-bottom: 0;
  border-left: 1px solid black;
  padding-block: 0;
  line-height: 1.2;
}

.data-sheets-container .ht-container .list-container {
  display: flex;
  flex-direction: column;
}

.data-sheets-container .ht-container .list-container .list-row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  align-items: center;
  padding-inline: 0.5rem;
  padding-block: 0.125rem;
}

.data-sheets-container .ht-container .list-container .list-row img {
  margin: 0;
  padding: 0;
  height: 35px;
}

.data-sheets-container .ht-container .list-container .list-row:nth-child(even) {
  background-color: #F2EFEF;
}

.data-sheets-container .ht-container .list-container .list-row .list-right {
  display: flex;
}

.glycol-sds {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem
}

.glycol-sds p {
  margin: 0 !important;
  padding: 0 !important;
}

.white-tab-back-middle ul {
  margin-left: 20px;
}

.white-tab-back-middle ul li:before {
  content: "";
  margin-left: -8px;
}

.open-bath-table {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-block: 20px;
}

.open-bath-table .headers, .open-bath-table .body .ob-row {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  align-items: center;
}

.open-bath-table .headers {
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 1rem;
}
.open-bath-table .headers p{
  border-left: 1px solid #ACACAC;
  padding-left: .5rem;
}
.open-bath-table .body p {
  margin-left: 0.5rem;
}
.open-bath-table .body p:nth-child(6), .open-bath-table .body p:nth-child(11) {
  margin-left: 0;
}
.open-bath-table .headers p:first-child{
  border-left: none;
  padding-left: .5rem;
}
.open-bath-table .body p:nth-child(6), .open-bath-table .headers p:nth-child(6){
  border-left: 1px solid #FA8A24;
  padding-left: .5rem;
}
.open-bath-table .body p:nth-child(11){
  border-left: 1px solid #FA8A24;
  justify-content: center;
  display: flex;
}
.open-bath-table .pre-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.open-bath-table .pre-header p:nth-child(2) {
  grid-column: 7;
  margin-left: 0.5rem;
  margin-bottom: -0.5rem;
  color: #FA8A24;
  font-size: 0.75rem;
  font-weight: 600;
}

.open-bath-table .headers p:nth-child(1), 
.open-bath-table .body .ob-row p:nth-child(1),
  .open-bath-table .headers p:nth-child(2), 
  .open-bath-table .body .ob-row p:nth-child(2){
  grid-column: span 2
}

.open-bath-table .body .ob-row span{
  display: none;
}

@media screen and (max-width: 1200px) {
  .open-bath-table .headers, .open-bath-table .body .ob-row {
    display: block;
  }
  
  .open-bath-table .body .ob-row span{
    display: inline;
  }
  .open-bath-table .headers {
    display: none;
  }
  .open-bath-table .pre-header {
    display: none;
  }
  
.open-bath-table .body p:nth-child(6), .open-bath-table .headers p:nth-child(6){
  border-left: none;
}

}

.open-bath-table .body .ob-row .strong {
  font-weight: 600;
}


.open-bath-table p {
  padding-block: 0 !important;
  font-weight: 500;
}

.open-bath-table .txt-lg {
  font-size: 1.25rem;
}

.open-bath-table .txt-sm {
  font-size: 0.825rem;
  line-height: 1.2;
}

.open-bath-table .body {
  margin-block: 1rem;
  font-size: 0.9rem;
}

.d-sm {
  display: none;
}

.d-lg {
  display: block;
}
.open-bath-table .body .ob-row:nth-child(even){
  background-color: #e8e8e8;
}
.open-bath-table .headers{
  padding-inline: 0.5rem;
}
.open-bath-table .body .ob-row{
  padding: 0.5rem;
}
.open-bath-table .body img{
  padding: 0;
  margin: 0;
}

.system-cleaner-table .headers, .system-cleaner-table .body .ob-row {
  grid-template-columns: repeat(12, 1fr);
}


.system-cleaner-table .body p:nth-child(11) {
  display: none;
  text-wrap: wrap;
}

.system-cleaner-table .fa {
  font-size: 1.25rem;
}
.sc-center {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .open-bath-table .body .ob-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: transparent !important;
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
  }
  .open-bath-table .pre-header {
    display: none;
  }
  
  .open-bath-table .body .ob-row:last-child {
    border-bottom: none;
  }
  .open-bath-table .body .ob-row p:nth-child(2) {
    grid-column: span 1;
  }
  
  .open-bath-table .body .ob-row span{
    display: inline;
  }
  .open-bath-table .headers {
    display: none;
  }
  .open-bath-table .txt-lg {
    font-size: 1rem;
  }
  
  .open-bath-table .txt-sm {
    font-size: 1rem;
  }

  .open-bath-table .title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }

  .d-sm {
    display: block;
  }

  .d-lg {
    display: none !important;
  }
  .system-cleaner-table .body p:nth-child(11), .sc-center {
    display: block;
  }
  .system-cleaner-table .body .title {
    grid-column: span 2 !important;
  }

}

@media screen and (max-width: 760px) {
  .open-bath-table .body .ob-row {
    display: block;
    background-color: transparent !important;
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
  }
  
  .open-bath-table .body .ob-row:last-child {
    border-bottom: none;
  }
  .system-cleaner-table .body p:nth-child(11), .sc-center {
    display: block;
  }
  .dura-tds-download {
    display: block !important;
  }
  
}

.dura-tds-download {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-right: 1rem;
}

.dura-tds-download a p, .dura-tds-download a img {
  display: inline-block;
  margin: 0 !important;
}
.dura-tds-download a p {
  display: inline-block;
  margin: 0 !important;
  padding-left: 0.5rem;
  color: black !important;
  font-size: 0.875rem;
  line-height: 1.2;
}
.dura-tds-download a:hover p {
  text-decoration: underline;
}

.system-cleaner-table .body .title {
  grid-column: span 2;
}
.system-cleaner-table .headers p{
  border-left: 1px solid #ACACAC !important;
}
.system-cleaner-table .headers p:first-child{
  border-left: none !important;
}
.system-cleaner-table .body p{
  border-left: none !important;
}

.filter-list {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.75rem;
}

.filter-list ul {
  margin-bottom: 0;
  padding: 0;
}

.filter-list p {
  padding-bottom: 5px;
  border-bottom: 1px solid #676767;
  margin-bottom: 15px;
}

.filtered-warning {
  background-color: rgba(255,0,0,0.3);
  border-radius: 8px;
  border: 1px solid red;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: none;
}

.filtered-warning p {
  border: none;
  color: rgb(68, 8, 8);
  font-size: 0.875rem;
  margin: 0;
}

/* Calculators */
.calculator {
  border: 1px solid #222;
  border-radius: 10px;
  padding: 1rem 1.5rem;
}

.calculator hr {
  margin-block: 1.25rem;
}
.calculator h2 {
  line-height: 1.1;
}

.calculator-input-div {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-block: 1rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.calculator-input-div label {
  font-size: .925rem;
}

.calculator-input-div.last {
  margin-bottom: 0 !important;
}

.calculator .calculator-input-div .calculator-input {
  border: 1px solid #bbb;
  border-radius: 500px;
  padding: 2px 15px;
  text-align: right;
  max-height: 40px;
  margin-block: auto;
}

.calculator .calculator-button-div {
  margin-block: 1.5rem;
  text-align: center;
}

.calculator .calculator-button-div button {
  padding: .5rem 1rem !important;
}

.calculator-response-title {
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}

.calculator-response-text {
  font-size: 1.125rem;
  background: #eee;
  padding: .5rem 1.5rem !important;
  text-align: right;
}

.dura-grid-post {
  margin-bottom: 1.25rem;
}

.dura-grid-post-title {
  font-weight: 600;
  padding: 0;
  margin-bottom: 0.25rem;
}

.dura-grid-post-link {
  color: #58595b!important;
  margin-bottom: 2rem !important;
}
.dura-grid-post-link:hover {
  color: rgba(88, 89, 91, 0.6) !important;
}

.dura-grid-post-with-image img {
  margin: 0;
  width: 100px;
  height: auto;
}

.dura-grid-post-with-image {
  display: flex;
  gap: 1.5rem;
  margin-block: .75rem;
  align-items: center;
}

.dura-row {
  width: 100%;
}

.dura-item-row {
  display:flex;
  justify-content: flex-end;
  gap: 10px;
  margin-block: 1rem;
}
.compare-row {
  display: flex;
  align-items: center;
  margin-inline: 1rem;
}
.compare-left-column .dura-unit-switcher {
  margin-bottom: 0;
}
.compare-left-column {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
  width: 40%;
}

.compare-right-column {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.dura-compare-selector {
  background-color: #777;
  color: white;
  border-radius: 10px 10px 0 0;
  padding-block: 0.75rem;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.dura-compare-product-list {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  padding: 0.5rem 0;
  box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.53);
}

.dura-compare-selector .fa {
  font-size: 2rem;
  display: inline-block;
  margin-left: 1rem;
}

.compare-selector {
  position: relative;
  width: 100%;
}

.compare-product {
  padding: 0.5rem;
  cursor: pointer;
}

.compare-product:hover {
  background-color: #ddd;
}


.dura-cat-list {
  list-style-type: none;
  margin-left: 0;
}

.dura-cat-list li {
  list-style: none;
}

.dura-hor-cat-list {
  text-transform: uppercase !important;
}

.dura-category-list a {
  color: black;
}

.dura-category-list a:hover {
  color: #666;
}
.dura-category-list a.active {
  color: #ff1053;
}

.dura-blog-header {
  text-align: center;
  margin-bottom: 2rem;

}

.dura-blog-header .cat-slug {
  border: 1px solid black;
  padding: 0.25rem 0.5rem;
  color: black;
  margin-inline: 0.5rem;
  border-radius: 500px;
  font-weight: 500;
  transition: 0.3s;
}

.dura-blog-header h1 {
  margin-bottom: 2rem;
}

.dura-blog-header .cat-slug:hover {
  background-color: #fa8824;
  color: white;
}


.htc-input-div {
  display: flex;
  align-items: center;
  margin-block: 1rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.htc-input-div span {
  font-size: 0.875rem;
  margin-right: 10px;
}

.htc-input-div label {
  font-size: .925rem;
  min-width: 80px;
}

.htc-input-div.last {
  margin-bottom: 0 !important;
}

.calculator .htc-input-div .calculator-input {
  border: 1px solid #bbb;
  border-radius: 500px;
  padding: 2px 15px;
  text-align: right;
  max-height: 40px;
  width: 70px;
}

.calculator-select {
  text-align: left !important;
  height: 30px !important;
  width: 200px !important;
}

.calculator .htc-input-div .calculator-input-small {
  max-width: 100px;
}

.htc-button-div {
  margin-block: 1.5rem;
  display: flex;
  gap: 20px;
}
.calculator .htc-button-div button {
  padding: .5rem 1rem !important;
}

#outputTable td, #outputTable th {
  text-align: center;
}

.calculator .htc-button-div .reset-htcc {
  border: none;
  background: #37425a;
  padding-inline: 2rem !important;
  color: white;
  transition: 0.3s;
  height: 33px;
}

.calculator .htc-button-div .reset-htcc:hover {
  border: 1px solid #37425a;
  background: white;
  padding-inline: 2rem !important;
  color: #37425a;
}

.compare-container {
  background-color: #fff;
  padding-top: 1.75rem;
  border-radius: 0.5rem;
  padding-bottom: 2rem;
}

.compare-container h2, .compare-container h3 {
  margin-left: 2rem;
}

.compare-container p {
  padding: 0;
}

.compare-left-column {
  padding-left: 2rem !important;
}
.compare-left-column.data-table, .compare-right-column.data-table {

  border-radius: 10px 0 0 10px;
  text-align: left;
  display: block;
}
.compare-right-column.data-table {
  display: flex;
  text-align: center;
}

.compare-right-column.data-table p{
  text-align: center;
}


.data-row {
  width: 100%;;
}

.compare-container p{
  padding-block: 0.75rem !important;
}


.compare-container hr {
  margin-inline: 2rem;
}

.compare-container h2, .compare-container h3 {
  margin-top: 1rem;
}

.grey-row {
  background-color: #e8e8e8;
}

.data-row {
  border-left: 1px solid orange;
}

.dura-contact {
  margin-top: 20px;
}

.dura-contact .fa {
  font-size: 1.5rem;
  margin-left: 5px;
}

.dura-contact .dura-contact-heading, .dura-contact h3 {
  font-weight: bold !important;
  margin-bottom: 1rem !important;
}

.dura-contact .dura-contact-heading span {
  font-weight: normal !important;
  margin-bottom: 1rem !important;
}

body[data-button-style=rounded].ascend .container-wrap .dura-contact .button-submit {
  margin-top: 20px !important;
  background-color: #37425a !important;
  padding: 0.5rem 1.5rem !important;
}

.dura-form-row {
  display: flex;
  gap: 20px;
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 1rem !important;
}

.dura-form-element {
  flex-grow: 1;
}

.dura-form-element input {
  padding: .25rem 1rem !important;
  border-radius: 500px;
}

.dura-form-element textarea {
  padding: .25rem 1rem !important;
  border-radius: 10px;
}

.dura-application-div, .dura-quote-div {
  display: none;
}

.dura-application-div > div {
  flex-basis: 50%;
  flex-grow: 0;
}

@media screen and (max-width: 700px) {
  .dura-application-div > div {
    flex: 0 0 100%;
  }
  .dura-application-div {
    flex-wrap: wrap;
  }
}

.d-none {
  display: none !important;
}

.product-row {
  display: flex;
  gap: 0.5rem;
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 0.5rem;
}

#add-product {
  cursor: pointer;
  margin-top: 1rem;
}

.email-error {
  display:none;
  font-weight: bold;
  background-color: rgba(255,0,0,0.1);
  margin-block: 1rem;
  border: 2px solid red;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}

.email-success {
  display:none;
  font-weight: bold;
  background-color: rgba(0,255,0,0.1);
  margin-block: 1rem;
  border: 2px solid green;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}

.input-container {
  position: relative;
}

.input-container > input {
  padding-right: 40px; /* Leave space for the clear button */
  box-sizing: border-box;
}

.button-container {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  padding: 5px 10px;
  z-index: 1;
}

.f, .c {
  color: #999;
  cursor: pointer;
}

#thankyou  p {
  padding-bottom: 1rem !important;
}

#rfq, #contact-text {
  display:none;
}

.button-submit i {
  display:none;
}

.button-submit-disabled {
  background-color: #777 !important;
  pointer-events: none;
}
body[data-button-style=rounded].ascend .container-wrap .dura-contact .button-submit-disabled {
  margin-top: 20px !important;
  background-color: #888 !important;
  padding: 0.5rem 1.5rem !important;
}
.button-submit-disabled i {
  display: inline-block !important;
  font-size: 1rem !important;
}

.checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #555;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: gray;
}

.compare-label {
  margin-left: 10px;
  font-size: 1.125rem;
}
@media screen and (max-width: 550px) {
  .compare-label {
    display: block;
    margin-top: 1rem;
  }
}

.dura-compare{
  position: fixed;
  background-color: #fff;
  padding: 20px;
  right:10px;
  top:60%;
  width: 200px;
  border-radius: 10px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dura-compare h3 {
  margin-bottom: 1.5rem;
}
#compare-products p {
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0;
}

.btn-compare {
  background-color: #FA8824;
  color: #fff;
  border-radius: 50px;
  padding: 3px 20px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  display: inline-block;
}
.btn-compare:hover {
  color: #fff;
  background-color: rgba(250, 136, 36, .8);
}

.strong {
  font-weight: 600;
}

.dura-testimonial-grid {
  margin-top: 0.5rem;
  columns: 3 400px;
  column-gap: 1.5rem;
  font-size: 0.875rem;
}

.dura-testimonial-grid p{
  padding-bottom: 1rem;;
}

.dura-testimonial {
  border: 1px solid black;
  border-radius: 10px;
  padding: 1.5rem;
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.work-item {
  max-height: 150px !important;
}

.work-item style-2 {
  pointer-events: none !important;
}
.work-info {
  padding: 0 !important;
}

.terms {
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.terms .term {
  padding-bottom: 0.5rem;
}

.term-filters {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  margin-bottom: 30px;
}

.term-filter.active {
  color: #FA8824;
}

.term-filters li {
  list-style-type: none;
  cursor: pointer;
}
#glossary-search {
  border-radius: 999px;
  background-color: white;
  padding: 0.25rem 1rem;;
  padding-right: 30pxl
}

.clear-input {
  font-weight: bold;
  margin-left: -25px;
  cursor: pointer;
}

.sidebar-call {
  color: black !important;
  font-size: 1.25rem;
}
.sidebar-email {
  color: black !important;
}

.white-button {
  background-color: white !important;
}

.white-button:hover {
  background-color:#efeff2;
}

.nectar-flickity:not(.masonry) .flickity-slider .cell img {
  width: 100% !important;
}

#header-outer .container .row {
  border-bottom: none !important;
}

.testimonial_slider blockquote span .title {
  line-height: 1.4 !important;
}

.testimonial_slider blockquote span {
  font-size: inherit !important;
  line-height: inherit !important;
}

.dura-small-filter form {
  align-items: center;
  gap: 20px;
}

.dura-small-filter {
  gap: 30px;
  line-height: 1.2 !important;
}

@media screen and (max-width: 1200px ) {
  .dura-small-filter {
    flex-direction: column;
    gap: 3px;
  }
}

.icon-link-new {
  background-color: transparent !important;
  font-family: Asap;
  transition: 0.3s;
}


.icon-link-new:hover {
  text-decoration: underline;
  transform: scale(1.05);
}

.footer-form input[type="text"] {
  margin-top: 5px;
  padding: 4px;
}

.footer-form p {
  padding-bottom: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  #top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
    display: flex !important;
  }
}


