.clear {
  display: block;
  clear: both;
  font-family: "Poppins", sans-serif; }

a {
  text-decoration: none;
  color: #555555; }

a:hover, .card-title > a:hover {
  color: #49b401; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #006494;
  font-weight: 400;
  text-transform: uppercase; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  padding-top: 85px; }

.form-label--alternate, .productView-info-name {
  font-family: "Poppins", sans-serif;
  color: #006494;
  font-size: 16px; }

ul, p {
  margin-bottom: 1rem; }

.button {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #0078b2;
  border-radius: 25px;
  border: 0;
  transition: all 0.25s ease; }

.button.alt {
  background-color: #49b401; }

.button:hover, .button:focus {
  color: #fff;
  background-color: #49b401; }

.button.alt:hover, .button.alt:focus {
  background-color: #0078b2; }

#HeaderTop {
  background-color: #1f8bbf;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px; }

#HeaderTop > .container {
  max-width: none;
  width: 100%; }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #006494; }

.form-prefixPostfix .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #006494; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #006494; }

.form-prefixPostfix .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #006494; }

.HeaderLeft {
  width: 33%;
  width: calc(50% - 210px);
  float: left;
  padding: 29px 0 0 0; }

.HeaderRight {
  width: 33%;
  width: calc(50% - 210px);
  float: left;
  padding: 29px 0 0 0; }

.HeaderRight .navUser {
  padding-right: 0; }

.HeaderRight .navUser-section--alt {
  float: none; }

.HeaderRight .navUser-section li {
  float: right; }

.mobileMenuToggle {
  background: #49b401 URL("../img/menu-icon.png") no-repeat 85% 49%;
  color: #fff !important;
  font-size: 14px;
  position: relative;
  padding: 0 41px 0 11px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  max-width: 87px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  float: left;
  margin-right: 9px;
  margin-bottom: 5px;
  width: 100%; }

.mobileMenuToggle:hover {
  color: #fff;
  background-color: #1f8bbf; }

.quickSearchToggle {
  color: #fff;
  background-color: #1f8bbf;
  font-size: 14px;
  padding: 0 13px 0 11px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  max-width: 100px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  float: left; }

.quickSearchToggle i {
  font-size: 24px;
  margin: 6px 5px 0 0;
  float: left; }

.quickSearchToggle:hover {
  color: #fff;
  background-color: #49b401; }

.dropdown--quickSearch.is-open {
  margin-top: 25px;
  z-index: 51; }

.MyAccountLinks {
  position: relative; }

.MyAccountLinks ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #49b401;
  padding: 1rem 0;
  border-radius: 20px; }

.MyAccountLinks.showMenu > .navUser-action {
  background-color: #49b401; }

.MyAccountLinks.showMenu ul {
  display: block; }

.MyAccountLinks > .navUser-action {
  color: #fff;
  background-color: #1f8bbf;
  font-size: 14px;
  font-weight: 400;
  padding: 0 13px 0 11px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  max-width: 133px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  float: left; }

.MyAccountLinks > .navUser-action i {
  font-size: 24px;
  margin: 6px 5px 0 0;
  float: left; }

.MyAccountLinks > .navUser-action:hover {
  color: #fff;
  background-color: #49b401; }

.MyAccountLinks ul > li .navUser-action {
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0.2rem 1rem; }

.MyAccountLinks ul > li .navUser-action:hover {
  text-decoration: underline; }

.navUser-cartAction {
  color: #fff;
  background-color: #49b401;
  font-size: 14px;
  padding: 0 13px 0 11px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  max-width: 83px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  float: left;
  margin-left: 10px;
  margin-bottom: 5px; }

.navUser-cartAction i {
  font-size: 24px;
  margin: 6px 5px 0 0;
  float: left; }

.navUser-cartAction:hover {
  color: #fff;
  background-color: #1f8bbf; }

.navPages-action {
  color: #006494;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: none; }

.navPages-action svg {
  fill: #006494;
  stroke: #006494; }

.navPages-item > .navPages-action:hover, .navPages-item > .navPages-action.is-open {
  background-color: #49b401;
  color: #fff; }

.header {
  border: 0; }

.footer-info-col.footeraddress, .footer-info-col.footerNews {
  width: 50%; }

.footerBottom {
  background-color: #0078b2; }

.footer-info-col {
  margin-bottom: 3rem; }

.footer-info-heading {
  color: #49b401;
  font-size: 30px; }

.footeraddress {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #006494; }

.footeraddress .footer-info-heading {
  font-size: 30px;
  line-height: normal;
  margin: 2rem 0 0 0; }

.footeraddress address {
  font-style: normal; }

.footeraddress a {
  color: #006494; }

.footeraddress i {
  font-size: 24px; }

.footeraddress .footer-info-heading span {
  color: #0078b2; }

#socialMediaIcons .socialLinks .icon svg {
  fill: #006494; }

.footerNews {
  text-align: center; }

.footerNews .footer-info-heading {
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  padding-left: 2rem;
  margin-top: 0; }

.footerNews .footer-info-heading span {
  display: block;
  color: #0078b2; }

.footerNews .form-prefixPostfix {
  display: block;
  margin-bottom: 1rem; }

.footerNews .form-prefixPostfix .form-input {
  width: 72%;
  border: 0;
  border-radius: 0;
  text-align: left;
  text-transform: uppercase;
  color: #006494;
  font-weight: 700;
  font-size: 18px;
  float: left;
  padding-left: 7px; }

.footerNews .form-prefixPostfix {
  border-bottom: 2px solid #006494; }

.footerNews .form-prefixPostfix i {
  text-align: right;
  float: left;
  color: #006494;
  font-size: 24px;
  padding-top: 7px;
  width: 28%; }

#newsContainer {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto; }

.newsbtn {
  width: 100%;
  margin-bottom: 0; }

.footerNews .form-field, .footerNews .form {
  margin-bottom: 0; }

.footer-info-list a {
  color: #fff;
  font-size: 18px; }

.footer-info-list a:hover {
  color: #49b401; }

#backtoTop {
  display: block;
  color: #fff;
  background-color: #49b401;
  font-size: 14px;
  border-radius: 25px;
  width: 50px;
  text-align: center;
  padding: 15px 0;
  transition: all 0.25s ease; }

#backtoTop:hover {
  color: #0078b2;
  background-color: #fff; }

#backtoTop i {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px; }

.footerCopyright, .footerCopyright a {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

.footer-copyright {
  margin-top: 1rem; }

.footer-copyright a:hover {
  color: #49b401; }

.slick-next, .slick-prev {
  background-color: transparent !important;
  border: 0; }

.slick-prev:before, .slick-next:before {
  color: #1f8bbf; }

#morebutton {
  display: block;
  color: #fff;
  background-color: #0078b2;
  font-size: 14px;
  border-radius: 25px;
  width: 50px;
  text-align: center;
  padding: 15px 0;
  transition: all 0.25s ease;
  margin: -20px auto 20px auto;
  position: relative;
  z-index: 2; }

#morebutton i {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px; }

#morebutton:hover {
  background-color: #49b401; }

.heroCarousel.slick-initialized {
  margin-bottom: 0; }

.HomeBodyHeading {
  color: #49b401;
  font-size: 30px;
  line-height: 1; }

.HomeBodyHeading span {
  display: block;
  color: #0078b2; }

#HomeContent1 .button, #HomeContent2 .button, #HomeContent3 .button {
  display: block;
  margin: 0px auto 0px;
  max-width: 285px;
  position: relative;
  top: 0; }

#HomeContent3 .button {
  top: -40px; }

#HomeContent3 {
  margin-top: 0; }

#HomeContent3 .HomeBodyHeading {
  margin: 0;
  padding-left: 8rem; }

#HomeContent3 .LeftCell p {
  background-color: #0078b2;
  padding: 2rem 5rem 3rem 8rem;
  color: #fff;
  min-height: 290px; }

#HomeContent3 .LeftCell .button.alt:hover {
  background-color: #1f8bbf; }

#HomeContent3 .RightCell p {
  background-color: #1f8bbf;
  padding: 2rem 5rem 3rem 8rem;
  color: #fff;
  min-height: 290px; }

#HomeContent3 .RightCell .button.alt:hover {
  background-color: #0078b2; }

#HomeContent3 .RightCell {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1; }

#HomeContent3 .LeftCell {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1; }

#CarouselContainer .reviewsCarousel {
  margin: -8rem 0 0 0;
  padding-top: 8rem; }

#HomeContent4 {
  background: URL("../img/hvacTileRepeatable.png") repeat;
  background-size: 81px;
  margin-top: 50px;
  padding: 5rem 0 5rem;
  margin-bottom: 50px; }

#CarouselContainer {
  background-color: #fff;
  padding: 0 3rem 1rem 3rem; }

#HomeContent4 .reviewsCarousel .slick-next {
  right: 15px;
  top: 28px;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto; }

#HomeContent4 .reviewsCarousel .slick-prev {
  right: 48px;
  left: auto;
  top: 28px;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto; }

#HomeContent4 .slick-next::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 36px;
  font-weight: bold;
  background-image: none !important; }

#HomeContent4 .slick-prev::before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 36px;
  font-weight: bold;
  background-image: none !important; }

#FeaturedProducts {
  padding: 2rem 0 3rem 0; }

.homefeaturedProducts .card-figcaption, .homefeaturedProducts .card-body {
  display: none; }

.productGrid.homefeaturedProducts {
  margin: 0; }

.productGrid.homefeaturedProducts .product {
  padding: 0; }

#findYourFilterLink {
  margin: auto;
  display: block;
  max-width: 285px; }

#readBlogLink {
  margin: auto;
  display: block;
  max-width: 285px;
  margin-top: 2rem; }

.BlogRight .productGrid {
  margin: 0; }

.BlogRight .productGrid .product {
  width: 100%;
  padding-bottom: 5px; }

.BlogRight .blog-thumbnail {
  width: 37%;
  float: left;
  padding-right: 2rem;
  margin: 0; }

.blogText {
  width: 63%;
  float: left;
  font-size: 18px;
  line-height: 1; }

.blogText h4 {
  margin: 1rem 0 0.5rem; }

.blogText h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #0078b2; }

.page-heading {
  margin: 0 0 1rem; }

.sidebarBlock-heading {
  font-size: 22px; }

.card-title > a {
  color: #006494; }

.card-title {
  font-size: 20px; }

.card-body .card-text {
  color: #49b401;
  font-size: 20px;
  line-height: 1; }

.form-increment .button {
  background-color: transparent;
  height: auto;
  line-height: nromal; }

.productView-options .form-field {
  margin-bottom: 1rem; }

.productView-description {
  clear: both;
  float: none;
  width: 100%; }

.tab.is-active .tab-title {
  color: #fff;
  background-color: #0078b2; }

#FilterFinder {
  background-color: #006494;
  margin: 0 auto 0 auto;
  padding: 5px 5px 5px;
  font-weight: bold; }

#FilterFinder h4 {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  float: left;
  margin: 0;
  width: 270px;
  padding-top: 15px; }

#FilterFinder select {
  display: inline-block;
  width: 90%;
  background: url("../img/arrow-down.png") no-repeat 95% 50%;
  height: 40px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer; }

#FilterFinder select option {
  background-color: #006494; }

.filterDD {
  display: block;
  float: left;
  width: 20%;
  width: calc(33.333333% - 146px);
  padding-top: 20px; }

.filterDD.findButtonCont {
  width: 168px; }

#findButton {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 17px;
  display: block;
  margin: 0; }

#catTree {
  display: none; }

.header-logo {
  margin: 0 auto;
  width: 420px;
  float: left; }

.navPages-container.is-open {
  padding-top: 85px; }

.heroCarousel .slick-next, .heroCarousel .slick-prev {
  top: 50%; }

#HomeContent1, #HomeContent2, #HomeContent5, #HomeContent6 {
  text-align: center; }

#FAQimagecontainer {
  position: relative; }

.page-content--centered {
  width: 100%; }

.imgNOTE {
  left: 552px;
  position: absolute; }

.imgNote1 {
  top: 74px; }

.imgNote2 {
  top: 104px; }

.imgNote3 {
  top: 135px; }

.imgNote4 {
  top: 167px; }

.imgNote5 {
  top: 198px; }

.imgNote6 {
  top: 230px; }

.imgNote7 {
  top: 200px; }

.imgNote8 {
  top: 260px; }

.previewCartCheckout .button {
  text-transform: none; }

.productQtyDiscount {
  padding: 1rem 0 1.5rem;
  text-align: center;
  color: #006494;
  font-weight: 700;
  font-size: 16px; }

.footer-geotrust-ssl-seal {
  position: static; }

.footer-geotrust-ssl-seal table {
  margin: 1rem 0 0 0; }

.qualityHVACAir {
  text-align: center; }

.qualityTitle span {
  display: inline-block; }

.productView-options .form-select--small {
  font-size: 16px;
  height: auto; }

.compareSelectedBox {
  text-align: right;
  position: relative; }

.compareSelectedBox .navUser-item--compare-link {
  display: none; }

.compareSelectedBox .navUser-item--compare-link.show {
  display: block;
  position: absolute;
  bottom: -140px;
  z-index: 9; }

.compareSelectedBox .navUser-item--compare-link.show .countPill {
  display: inline-block;
  width: 20px;
  line-height: 22px; }

.compareSelectedBox a {
  background: #000000;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }

.compareSelectedBox .countPill--alt {
  background: #fff;
  vertical-align: middle; }

@media (min-width: 1261px) {
  .productView-options .form-action {
    margin-top: 0; } }

@media (min-width: 1024px) {
  .HomeBodyHeading {
    font-size: 48px; }
  #HomeContent1 .button, #HomeContent3 .button {
    top: -40px; }
  #HomeContent2 .button {
    top: 0px; } }

@media (min-width: 801px) {
  body {
    padding-top: 0; }
  .header-logo {
    margin: 18px auto 25px; }
  .navPages-action {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .footer-info-col {
    width: 25%; }
  .page-sidebar .sidebarBlock #facet-range-form .form-field {
    width: 50%; }
  .page-sidebar .sidebarBlock #facet-range-form .form-field:last-child {
    width: 100%;
    margin-top: 10px; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    justify-content: left !important;
    text-align: left !important;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .navPages-container.is-open .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    justify-content: center !important;
    text-align: center !important; }
  .footer-info-heading {
    font-size: 48px; }
  .qualityHVACAir {
    text-align: center !important; }
  .qualityTitle span {
    display: inline-block; }
  #socialMediaIcons {
    margin-top: 3rem; }
  .footer-copyright {
    margin-top: 2rem; }
  #HomeContent1, #HomeContent2, #HomeContent3, #HomeContent6 {
    text-align: left; }
  #HomeContent1 .RightCell {
    width: 50%;
    float: right; }
  #HomeContent1 .LeftCell {
    width: 50%;
    float: left;
    padding: 0 5rem 0 0; }
  #HomeContent2 .RightCell {
    width: 50%;
    float: right;
    padding: 2rem 5rem 0 5rem; }
  #HomeContent2 .LeftCell {
    width: 50%;
    float: left; }
  #HomeContent5 .RightCell {
    width: 50%;
    float: right;
    padding: 2rem 0 0 5rem;
    text-align: left; }
  #HomeContent5 .LeftCell {
    width: 50%;
    float: left;
    padding: 5rem 0 0 0; }
  .navPages-action.is-open svg, .navPages-item > .navPages-action:hover svg {
    fill: #fff;
    stroke: #fff; }
  .navPage-subMenu {
    background-color: #49b401; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: 1px solid #fff;
    color: #fff; }
  .navPages-action.is-open {
    background-color: transparent; }
  .navPage-childList-action {
    color: #fff; }
  .navPage-childList-action:hover {
    color: #fff; }
  #HomeContent4 img {
    float: right;
    width: 50%; }
  #CarouselContainer {
    float: left;
    width: 50%;
    height: 338px; }
  .BlogLeft {
    float: left;
    width: 50%; }
  .BlogRight {
    float: left;
    width: 50%;
    padding-left: 2rem; }
  #readBlogLink {
    margin-top: 5rem; }
  .header.is-open {
    position: fixed; }
  .navPages-container.is-open {
    padding-top: 0; }
  .navPages-container.is-open .navPages {
    background-color: #e5e5e5;
    height: 100%;
    overflow-y: auto;
    padding: 1.5rem; }
  .navPages-container.is-open .navPages-item {
    float: none; }
  .navPages-container.is-open .navPages-list {
    display: block; }
  .navPages-container.is-open .navPage-subMenu-item {
    width: 100%;
    float: none;
    text-align: center; }
  .navPages-container.is-open .navPage-childList {
    margin-bottom: 2rem; }
  .navPages-container.is-open .navPage-subMenu-item > .navPage-subMenu-action {
    border: 0; }
  .navPages-container.is-open .navPage-subMenu.is-open {
    padding: 0; }
  .navPages-container.is-open .navPage-subMenu {
    background-color: #e5e5e5; }
  .navPages-container.is-open .navPage-subMenu-item > .navPage-subMenu-action {
    color: #006494; }
  .navPages-container.is-open .navPage-childList-action {
    color: #006494; }
  .productView-product {
    padding-bottom: 1rem; }
  .productView-details {
    margin-bottom: 1rem; } }

@media (max-width: 1024px) {
  #FilterFinder h4 {
    display: none; }
  .filterDD {
    width: calc(33.333333% - 56px);
    padding-top: 2px; }
  #HomeContent4 img {
    display: none; }
  #CarouselContainer {
    float: none;
    width: 100%;
    height: auto; }
  #HomeContent4 {
    padding: 3rem 0 3rem; }
  .HomeBodyHeading {
    padding-top: 2rem; }
  #HomeContent4 .reviewsCarousel .slick-prev, #HomeContent4 .reviewsCarousel .slick-next {
    top: 60px; }
  #FAQimagecontainer img {
    width: 300px; }
  .imgNOTE {
    left: 310px;
    font-size: 11px; }
  .imgNote1 {
    top: 60px; }
  .imgNote2 {
    top: 77px; }
  .imgNote3 {
    top: 95px; }
  .imgNote4 {
    top: 112px; }
  .imgNote5 {
    top: 129px; }
  .imgNote6 {
    top: 148px; }
  .imgNote7 {
    top: 130px; }
  .imgNote8 {
    top: 164px; } }

@media (max-width: 801px) {
  .quickSearchToggle {
    display: none; }
  .HeaderRight {
    padding: 0; }
  .navUser {
    top: 30px; }
  .mobileMenu-toggle {
    top: 8px; }
  .HeaderLeft {
    padding: 0; }
  #HeaderTop {
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .filterDD {
    width: 100%;
    margin-bottom: 3px; }
  #FilterFinder select {
    width: 100%; }
  .filterDD.findButtonCont {
    width: 100%; }
  #HomeContent1, #HomeContent2, #HomeContent3 {
    margin-bottom: 35px; }
  #HomeContent3 .HomeBodyHeading {
    padding-left: 2rem; }
  #HomeContent3 .LeftCell p, #HomeContent3 .RightCell p {
    padding: 2rem 2rem 3rem 2rem; }
  #readBlogLink {
    margin: 1rem auto; }
  .BlogRight .blog-thumbnail {
    padding-right: 1rem; }
  #HomeContent2 ul, #HomeContent6 ul {
    list-style: none; }
  .header {
    height: auto; }
  .tab-title {
    text-align: center; }
  .compareSelectedBox .navUser-item--compare-link.show {
    bottom: -240px; } }

@media (max-width: 600px) {
  .mobileMenuToggle {
    text-indent: -999px;
    width: auto;
    background-position: 60% 49%; }
  .imgNOTE {
    position: static; }
  .faqTable {
    font-size: 13px; } }

@media (max-width: 551px) {
  .footer-info-col.footeraddress, .footer-info-col.footerNews {
    width: 100%; }
  .footerNews .footer-info-heading {
    text-align: center;
    padding-left: 0; }
  #backtoTop {
    margin: auto; }
  .footer-info-col {
    margin-bottom: 2rem; }
  .footer-info-col.footerCopyright {
    margin-bottom: 0; }
  .HomeBodyHeading {
    font-size: 22px; }
  #HomeContent3 .LeftCell p, #HomeContent3 .RightCell p {
    padding: 1rem 1rem 3rem;
    font-size: 14px; }
  .footerTop .footer-info-col.footeraddress,
  .footerTop .footer-info-col.footerNews {
    width: 100%; }
  .body {
    margin-bottom: 3rem; }
  .tabs-contents .productCarousel .slick-next,
  .tabs-contents .productCarousel .slick-prev {
    display: none !important; } }

@media (max-width: 478px) {
  .header-logo {
    width: 95%; }
  #HomeContent1, #HomeContent2, #HomeContent3 {
    font-size: 15px; }
  #HomeContent3 img {
    display: none; }
  #HomeContent3 .LeftCell, #HomeContent3 .RightCell {
    width: 100%;
    float: none;
    top: 0;
    margin-bottom: 0;
    text-align: center; }
  #HomeContent3 .HomeBodyHeading {
    padding-left: 0; }
  .footer-info {
    margin: 0; }
  .blogText h4 {
    margin: 0 0 0.5rem;
    text-transform: none; }
  #HomeContent3 .RightCell p {
    min-height: 0px; } }

.productView-options .form-label.form-label--alternate {
  font-size: 20px; }

.productView-options .form-label.form-label--inlineSmall small {
  font-size: 16px; }

/* ADA CSS */
.header-logo.header-logo--center, .navPages .navPages-quickSearch, .navPages, .socialLinks-item {
  font-size: 12px; }

.navPages-list {
  font-size: 18px; }

.navPages ul {
  margin-bottom: -5px; }

.productGrid.homefeaturedProducts {
  font-size: 12px; }

.productGrid .product {
  width: 49.5%; }

@media (min-width: 551px) {
  .productGrid .product {
    width: 33%; } }

@media (min-width: 801px) {
  .productGrid .product {
    width: 24.5%; } }

.slick-prev.slick-arrow {
  font-size: 12px;
  right: 22px !important; }

.slick-next.slick-arrow {
  font-size: 12px;
  right: 10px !important; }

.BlogRight .productGrid {
  font-size: 12px; }

@media (min-width: 551px) {
  .footer-info-col {
    width: 49.5%; } }

@media (min-width: 801px) {
  .footer-info-col {
    width: 24%; } }

.footer-info-col.footeraddress, .footer-info-col.footerNews {
  width: 49%; }

.footer-info {
  font-size: 12px; }

.productView-options .form-label.form-label--alternate {
  font-size: 20px; }

.productView-options .form-label.form-label--inlineSmall small {
  font-size: 16px; }

input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: #0f7fff solid 0px !important;
  outline-offset: 0px !important; }

.countPill {
  background: none;
  width: auto;
  font-size: 14px; }

.heroCarousel {
  margin: 0; }

.heroCarousel a.slick-slide {
  height: auto; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: inherit; }

.heroCarousel.slick-initialized {
  max-height: inherit; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  height: auto; }

@media (max-width: 2000px) {
  .heroCarousel-slide .heroCarousel-image {
    width: auto; } }

.card .card-figcaption .card-figcaption-body button.button {
  display: block;
  width: 100%; }

.card-figcaption-body .card-figcaption-button:focus {
  background-color: #49b401; }

.productView-price .price-section.price-section--withoutTax,
.productView-price price-section.price-section--withoutTax {
  display: inline-block;
  vertical-align: middle; }

.productView-details {
  padding-bottom: 0; }

.navUser-item--cart #cart-preview-dropdown {
  top: 50px !important; }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
  justify-content: center; }

.modal .productView {
  -webkit-box-orient: horizontal;
  flex-direction: row; }

.card-img-container::after {
  padding-bottom: 100%; }

.productView-img-container::after {
  padding-bottom: 100%; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: normal; }

.header-logo-image-container {
  min-height: inherit; }

.countPill {
  display: inline-block;
  font-weight: 400;
  margin-left: 0; }

.page-sidebar .sidebarBlock #facet-range-form .form-field button.button {
  line-height: 30px;
  height: inherit;
  border-radius: 5px; }

.card-body div.card-text .price-section {
  display: inline-block; }

.icon--ratingEmpty svg {
  fill: #cccccc; }

.productView-thumbnails .slick-next, .productView-thumbnails .slick-prev {
  margin-top: 0; }

.productView-options .add-to-cart-buttons {
  padding-left: 0; }

.navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-image {
  padding: 20px; }

.navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-image img {
  position: relative; }

.navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-image::after {
  display: none; }

.HeaderRight .navUser-section li.MyAccountLinks.showMenu ul li {
  width: 100%;
  text-align: center; }

.form-increment .button {
  border: 1px solid #757575;
  line-height: 26px; }

table.cart td.cart-item-quantity .cart-item-label {
  font-size: 18px; }

table.cart td.cart-item-quantity {
  padding: 12px 0; }
