/* FONTS */
@font-face {
  font-family: "Rheem Sans Bold";
  src: url("../fonts/RheemSans-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Rheem Sans Light";
  src: url("../fonts/RheemSans-Light.otf") format("opentype");
}

@font-face {
  font-family: "Rheem Sans Roman";
  src: url("../fonts/RheemSans-Roman.otf") format("opentype");
}

@font-face {
  font-family: "Rheem Sans Bold Italic";
  src: url("../fonts/RheemSans-BoldItalic.otf") format("opentype");
}
/* FONTS */

:root {
  --primary-red: #cd1222;
}

html,
body {
  font-family: "Rheem Sans Roman", sans-serif;
  overflow-x: hidden;
}

#header img.main-logo {
  max-width: 100px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background: none !important;
  border: 1px var(--primary-red) solid;
  height: 10px;
  width: 10px;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-red) !important;
}

body {
  overflow-x: hidden !important;
}

/* GENERIC STYLES */
.text-primary {
  color: var(--primary-red) !important;
}

.black {
  color: #000000 !important;
}

p.paragraph {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #4a4a4a;
}

p.paragraph.xs {
  font-size: 12px;
  line-height: 18px;
}

a {
  text-decoration: none;
  color: #007bff;
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input {
  box-shadow: none !important;
  outline: none !important;
}

.cta-sm {
  box-sizing: border-box;
  background: var(--primary-red);
  border-radius: 50px;
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 0;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 30px;
  padding: 7px 20px 4px 20px;
  border: 0;
}

.cta-sm-outline {
  box-sizing: border-box;
  border-radius: 50px;
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
  text-align: center;
  color: var(--primary-red);
  border: 1px var(--primary-red) solid;
  display: inline-flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 5px 30px 0 30px;
}

h1.section-title {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #000000 !important;
  text-transform: uppercase;
}

.orders {
  color: var(--primary-red) !important;
  font-family: "Rheem Sans Light";
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 6px;
}

h6.sub-heading {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-top: 16px;
}

h6.sub-heading-normal {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.text-primary {
  color: var(--primary-red);
}

.dropdown-brand .btn.btn-secondary,
a.dropdown-brand {
  position: relative;
  border: 2px solid #cd1222;
  border-radius: 18px;
  background: #ffffff !important;
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0 16px;
  color: #cd1222;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dropdown-brand {
  position: relative;
}

.dropdown-brand {
  display: inline-flex;
}

.dropdown-brand ul.dropdown-menu {
  width: auto !important;
  min-width: 100%;
  box-sizing: border-box;
  background: #cd1223;
  border: 2px solid #cd1222;
  border-radius: 0 0 18px 18px;
}

.dropdown-brand .btn.btn-secondary.dropdown-toggle {
  position: relative;
}

.dropdown-brand .btn.btn-secondary.dropdown-toggle.show::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 6px);
  box-sizing: border-box;
  background: #cd1223;
  border-radius: 18px 18px 0 0;
  border: 2px solid #cd1223 !important;
  z-index: -2 !important;
  top: -1px;
  left: -2px;
}

.dropdown-brand ul.dropdown-menu .dropdown-item {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
  padding: 4px 0 2px 0 !important;
}

.dropdown-brand ul.dropdown-menu .dropdown-item:hover {
  background: none !important;
}

.dropdown-brand ul.dropdown-menu .dropdown-item.active {
  background-color: #ffffff !important;
  color: #cd1223;
}

a.dropdown-brand.active,
.dropdown-brand.active .btn.btn-secondary {
  border: 2px solid #cd1222;
  background: #cd1222 !important;
  background-color: #cd1222 !important;
  color: #ffffff;
}

a.dropdown-brand:hover {
  position: relative;
  border: 2px solid #cd1222;
  border-radius: 18px;
  background: #ffffff !important;
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0 16px;
  color: #cd1222;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-pills {
  box-sizing: border-box;
  background: #cd1223;
  border: 1.5px solid #cd1222;
  border-radius: 100px;
}

.nav-pills .nav-item .nav-link {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding-top: 12px;
}

.nav-pills .nav-item .nav-link.active {
  background: #ffffff;
  border-radius: 100px;
  color: var(--primary-red);
}
/* GENERIC STYLES */

/* HEADER */
#header {
  background: #f5f5f5;
  /* border-radius: 0 0 30px 30px; */
  position: relative;
}

#header .main-menu-container {
  padding: 18px 0;
}

/* MAIN MENU */
#header ul.main-menu {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

#header ul.main-menu li {
  display: flex;
  align-items: center;
}

#header ul.main-menu li a {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4a4a4a;
  position: relative;
}

#header ul.main-menu li a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-red);
  bottom: -5px;
  left: 0;
}

#header ul.main-menu > li {
  position: relative;
}

#header ul.main-menu > li > ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: #f5f5f5;
  padding: 30px;
  /* bottom: -120px; */
  border-radius: 15px;
  z-index: 9;
  top: 40px;
}

#header ul.main-menu > li:not(:last-child):hover::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--primary-red);
  width: 100%;
  bottom: 5px;
}

#header ul.main-menu > li > ul > li {
  margin-bottom: 20px;
}

#header ul.main-menu > li > ul > li > a:hover {
  color: var(--primary-red);
}

#header ul.main-menu > li > ul > li:last-child {
  margin-bottom: 0;
}

#header ul.main-menu > li:hover > ul {
  display: block;
}
/* MAIN MENU */

/* SEARCH BAR */
#header .search-bar {
  display: none;
  padding: 50px 0;
  height: 350px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f5f5f5 !important;
  margin-top: 126px;
  z-index: 9;
}

#header .search-bar form {
  position: relative;
}

#header .search-bar input[type="text"] {
  height: 77px;
  background: #ffffff;
  border-radius: 39px;
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #4a4a4a;
  text-indent: 100px;
}

#header .search-bar input[type="text"]::placeholder {
  color: #97999b;
}

#header .search-bar .top-suggestions,
#header .search-bar h6 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #4a4a4a;
  padding-left: 46px;
}

#header .search-bar .cancel-search {
  background-color: var(--primary-red);
  height: 77px;
  width: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

#header .search-bar input[type="submit"] {
  all: unset;
  background-color: var(--primary-red);
  height: 77px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/search-arrow-rt.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  cursor: pointer;
}

/* SEARCH BAR */

/* PRODUCTS DROPDOWN */
#header .products-dropdown {
  display: none;
  padding: 50px 0;
  height: 300px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f5f5f5 !important;
  margin-top: 126px;
  z-index: 9;
}

#header .products-dropdown .catg a {
  display: inline-flex;
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-bottom: 50px;
  position: relative;
}

#header .products-dropdown .catg a:hover,
#header .products-dropdown .catg a.active {
  color: var(--primary-red);
}

#header .products-dropdown .catg a:hover::before,
#header .products-dropdown .catg a.active::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--primary-red);
  width: 100%;
  bottom: -10px;
}

#header .products-dropdown .catg a:hover::after,
#header .products-dropdown .catg a.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background-image: url(../img/arrow-submenu-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -30px;
  top: 50%;
  margin-top: -8px;
}

#header .products-dropdown .v-divider {
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #707070;
}

#header .products-dropdown .sub-catg {
  display: none;
}

#header .products-dropdown .sub-catg.active {
  display: flex;
}

#header .products-dropdown .sub-catg h6 a {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

#header .products-dropdown .sub-catg a {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  display: inline-block;
  margin-bottom: 20px;
}

#header .products-dropdown .sub-catg a:hover {
  color: var(--primary-red);
}

#header .products-dropdown[bgcatg="1"] {
  background: url(../img/air-conditioning-menu-bg.png) no-repeat;
  background-position: right center;
  background-size: contain;
}

#header .products-dropdown[bgcatg="2"] {
  background: url(../img/water-heating-menu-bg.png) no-repeat;
  background-position: right center;
  background-size: contain;
}

#header .products-dropdown .flex-submenu-parent {
  display: flex;
  gap: 10%;
}
/* PRODUCTS DROPDOWN */

/* HEADER */

/* CONTACT FORM */
#contact-form {
  padding: 100px 0;
  background: url(../img/contact-form-bg-rt.png) no-repeat right -150px center;
}

#contact-form .form-control {
  height: 63px;
  border: 1px solid #707070;
  border-radius: 12px;
}

#contact-form label {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4a4a4a;
}

#contact-form .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23cd1222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

#floating-form {
  position: absolute;
  left: -80px;
  top: 200px;
  box-sizing: border-box;
  border: 1px solid #cd1222;
  border-radius: 100%;
  padding: 100px;
  aspect-ratio: 1/1;
  max-width: 550px;
  max-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: -1;
}

#floating-form p {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18;
  line-height: 22px;
  color: #000000;
  margin-top: 30px;
}

#floating-form p a {
  color: var(--primary-red);
}
/* CONTACT FORM */

/* SEARCH RESULTS */
#search-results {
  margin: 100px 0 50px 0;
}

#search-results .sresult-row {
  padding: 20px 20px 20px 40px;
  border: thin #cd1222 solid;
  border-radius: 40px;
  margin-bottom: 25px;
}

#searchbar-sr {
  padding: 50px 0 100px 0;
  width: 100%;
  background-color: #f5f5f5 !important;
  margin-top: 0;
}

#searchbar-sr form {
  position: relative;
}

#searchbar-sr input[type="text"] {
  height: 77px;
  background: #ffffff;
  border-radius: 39px;
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #4a4a4a;
  text-indent: 40px;
  position: relative;
}

#searchbar-sr input[type="text"]::placeholder {
  color: #cd1222;
}

#searchbar-sr input[type="submit"] {
  all: unset;
  background-color: var(--primary-red);
  height: 77px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/search-arrow-rt.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  cursor: pointer;
}

/* SEARCH RESULTS */

/* FOOTER */
#footer {
  background-color: var(--primary-red);
  padding-top: 66px;
  padding-bottom: 33px;
}

#footer .flag-item {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer .copyright {
  display: inline-block;
  margin-top: 76px;
}

#footer .copyright,
#footer .copyright a {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
/* FOOTER */

/* MOBILE VERSION */
/* ********************** */

/* MOBILE MENU */
#mobile-menu {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  background: #f5f5f5;
  transition: all 300ms;
  opacity: 0;
  display: none;
  z-index: 9999;
}

#mobile-menu.active {
  transition: all 300ms;
  opacity: 1;
}

#mobile-menu .mobile-menu-ul > li > a,
#mobile-menu .mobile-menu-ul .menu-heading {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  padding: 20px 0;
  color: #000000;
}

#mobile-menu .submenu-level1,
#mobile-menu .submenu-level2,
#mobile-menu .submenu-level3 {
  opacity: 0;
  height: 0;
  padding: 0 8px;
  overflow: hidden;
  transition: all 300ms;
}

#mobile-menu .submenu-level1.active,
#mobile-menu .submenu-level2.active,
#mobile-menu .submenu-level3.active {
  opacity: 1;
  height: auto;
  padding: 8px;
  transition: all 300ms;
}

#mobile-menu .submenu-level1 {
  background: #ffffff;
  position: relative;
}

#mobile-menu .submenu-level1 ::before {
  content: "";
  width: 200%;
  background: #ffffff;
  height: 100%;
  left: -50%;
  top: 0;
}

#mobile-menu .submenu-level3 {
  background: var(--primary-red);
  position: relative;
  padding: 5px 0;
}

#mobile-menu .submenu-level3 a {
  color: #ffffff !important;
}

#mobile-menu .submenu-level2 a,
#mobile-menu .submenu-level3 a {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  padding: 10px 0;
  color: #000000;
}

#mobile-menu .submenu-level1 > ul > li > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  padding: 20px 0;
  color: #000000;
}
/* MOBILE MENU */

#header .mobile-menu-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}

#header .mobile-menu-icons a img {
  max-width: 35px;
}

@media only screen and (max-width: 991px) {
  h6.sub-heading-normal {
    font-size: 16px;
    line-height: 26px;
  }

  #header .search-bar {
    margin-top: 100px;
    padding: 20px 0;
    height: 200px;
  }

  #header .search-bar input[type="text"] {
    height: 36px;
    font-size: 12px;
    text-indent: 40px;
  }

  #header .search-bar .top-suggestions,
  #header .search-bar h6 {
    font-size: 12px;
    line-height: 20px;
    padding-left: 50px;
  }

  #header .search-bar .cancel-search {
    height: 36px;
    width: 36px;
  }

  #header .search-bar .cancel-search img {
    height: 16px;
    width: 16px;
  }

  #header .search-bar input[type="submit"] {
    height: 36px;
    width: 50px;
    background-image: url(../img/search-arrow-rt.svg);
    background-size: 20px auto;
  }

  #mobile-menu {
    display: block;
  }

  .products-dropdown {
    display: none !important;
  }

  #header {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    height: 100px !important;
    align-items: center;
    display: flex;
  }

  h1.section-title {
    font-size: 30px;
    line-height: 38px;
  }

  h6.sub-heading {
    font-size: 14px;
    margin-top: 0;
  }

  p.paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .orders {
    color: var(--primary-red) !important;
    font-size: 40px;
  }

  #footer .flag-item {
    font-size: 9px;
  }

  #footer .flag-item img {
    width: 18px;
    height: 18px;
  }

  #footer .copyright,
  #footer .copyright a {
    font-size: 9px;
    line-height: 20px;
  }

  #header .main-logo {
    width: 100px;
  }
}
/* ********************** */
/* MOBILE VERSION */

.series-slider-swiper .swiper-slide p.paragraph {
  min-height: 18px;
}
