@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Raleway:400,700");
@font-face {
  font-family: "Insignia LT Std";
  src: url("../fonts/InsigniaLTStd.woff2") format("woff2"), url("../fonts/InsigniaLTStd.woff") format("woff");
  font-weight: 400;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fcfcfc;
  color: #000000;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5, h6, .h6 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  h5, .h5, h6, .h6 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  h5, .h5, h6, .h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  h5, .h5, h6, .h6 {
    font-size: 20px;
  }
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1200px;
}
.container::before {
  display: none;
}
.container::after {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.container .hentry {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
}

ul {
  margin-left: 0;
}

h1, h2 {
  font-family: inherit;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

button, input[type=submit] {
  background-color: #ff8432;
  border-color: #ff8432;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
}
button:hover, input[type=submit]:hover {
  background-color: transparent;
  border-color: #ff8432;
  color: #333;
  transition: all 0.3s ease-in-out;
}

input:focus, textarea:focus {
  box-shadow: inset 0 1px 1px rgba(27, 87, 176, 0.075), 0 0 8px rgba(27, 87, 176, 0.3);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header {
  background-color: #ffffff;
}

header .site-title {
  position: absolute;
  left: -9999px;
  top: -999px;
}

.headerContent {
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  .headerContent {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .headerContent {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .headerContent {
    padding: 30px 0;
  }
}
.headerContent .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (min-width: 1600px) {
  .headerContent .container {
    gap: 15px;
    max-width: 1380px;
  }
}

.mblTopAction {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  margin-top: -5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .mblTopAction {
    display: none;
  }
}
.mblTopAction a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #214cb9;
  font-size: 12px;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .mblTopAction a {
    font-size: 14px;
  }
}

.mainLogo {
  width: 120px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .mainLogo {
    width: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .mainLogo {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainLogo {
    width: 220px;
  }
}
@media only screen and (min-width: 1600px) {
  .mainLogo {
    width: 275px;
  }
}
.mainLogo img {
  width: 100%;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1200px) {
  .mainLogo img {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainLogo img {
    margin-bottom: 10px;
  }
}
.mainLogo span {
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .mainLogo span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainLogo span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .hdrSearchInfo {
    display: none;
  }
}
.hdrSearchInfo {
  width: 100%;
  max-width: 400px;
}
@media only screen and (min-width: 1200px) {
  .hdrSearchInfo {
    max-width: 500px;
    margin-left: auto;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .hdrSearchInfo {
    max-width: 675px;
  }
}
.hdrSearchInfo .ehContact {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .hdrSearchInfo .ehContact {
    margin-right: 50px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .hdrSearchInfo .ehContact {
    margin-right: 50px;
    margin-bottom: 15px;
  }
}
.hdrSearchInfo .ehContact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (min-width: 1400px) {
  .hdrSearchInfo .ehContact a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .hdrSearchInfo .ehContact a {
    font-size: 20px;
  }
}
.hdrSearchInfo .ehContact a:nth-child(2) span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.hdrSearchInfo .ehContact a i {
  color: #214cb9;
}

.ehSearch .dgwt-wcas-sf-wrapp {
  width: 100%;
  position: relative;
}
.ehSearch .dgwt-wcas-sf-wrapp input {
  width: 100% !important;
  height: 42px !important;
  border: 2px solid #000000 !important;
  border-radius: 5px !important;
  outline: none !important;
  padding: 0 12px !important;
  padding-right: 185px !important;
}
.ehSearch .dgwt-wcas-sf-wrapp input:focus {
  border-color: #214cb9 !important;
}
@media only screen and (min-width: 768px) {
  .ehSearch .dgwt-wcas-sf-wrapp input {
    height: 48px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .ehSearch .dgwt-wcas-sf-wrapp input {
    height: 55px !important;
  }
}
.ehSearch .dgwt-wcas-sf-wrapp button {
  position: absolute !important;
  height: 79% !important;
  min-height: unset !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: normal !important;
  background-color: #214cb9 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.3s !important;
}
.ehSearch .dgwt-wcas-sf-wrapp button:hover {
  background-color: #113aa0 !important;
}
.ehSearch .dgwt-wcas-sf-wrapp button::before {
  display: none;
}
@media only screen and (min-width: 576px) {
  .ehSearch .dgwt-wcas-sf-wrapp button::after {
    content: "Search Products";
    text-transform: uppercase;
  }
}
.ehSearch .dgwt-wcas-sf-wrapp button svg {
  position: unset;
}
.menuWrapper .ehSearch {
  width: 80%;
  max-width: 400px;
}
@media only screen and (min-width: 992px) {
  .menuWrapper .ehSearch {
    display: none;
  }
}
.menuWrapper .ehSearch input {
  padding-right: 65px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-color: #333 !important;
}

.ehWooActions {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 576px) {
  .ehWooActions {
    height: 35px;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .ehWooActions {
    height: 70px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ehWooActions {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ehWooActions a strong, .ehWooActions a span {
    display: none;
  }
}
.ehWooActions a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .ehWooActions a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ehWooActions a:nth-child(2) {
    position: relative;
  }
  .ehWooActions a:nth-child(2) span {
    position: absolute;
    display: block;
    width: -moz-max-content;
    width: max-content;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ehWooActions a span {
  font-weight: 300;
  text-decoration: underline;
  text-underline-position: under;
}
.ehWooActions img {
  width: 30px;
}
@media only screen and (min-width: 576px) {
  .ehWooActions img {
    width: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .ehWooActions img {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .ehWooActions img {
    width: 45px;
  }
}

#eh_mmenu:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

#eh_mmenu {
  background-color: #f1f1f1;
  color: #000000;
}

.mm-spn--open a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.mm-spn--open a::after {
  color: #444;
}
.mm-spn--open li:hover > a, .mm-spn--open li:active > a {
  background-color: #ededed;
  color: #ff1119;
}
.mm-spn--open li.current-menu-item > a {
  background-color: #214cb9;
  color: #ffffff;
}

.menuWrapper {
  background-color: #2e2e2e;
}
.menuWrapper.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 100;
}
.menuWrapper.sticky .stickyDeskLogo {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  .menuWrapper {
    padding: 10px 0;
  }
}
.menuWrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.menuWrapper .container::before {
  display: none;
}
.menuWrapper .container::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .menuWrapper .mmenuNav {
    display: none;
  }
}
.menuWrapper .mmenuButton {
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  text-decoration: none;
}
.menuWrapper .mmenuButton:hover {
  color: #ff1119;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.stickyDeskLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  display: none;
  transition: none;
}

.deskMenu {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .deskMenu {
    display: none;
  }
}
.deskMenu a {
  text-decoration: none;
}
.deskMenu > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  gap: 6px;
}
.menuWrapper.sticky .deskMenu > ul {
  justify-content: flex-end;
}
.deskMenu > ul > li.current-menu-item, .deskMenu > ul > li:hover {
  position: relative;
}
.deskMenu > ul > li.current-menu-item::after, .deskMenu > ul > li:hover::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  border-radius: 10px;
  background-color: #214cb9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.deskMenu > ul > li.current-menu-item a, .deskMenu > ul > li:hover a {
  position: relative;
  z-index: 1;
}
.deskMenu > ul li.menu-item-has-children {
  position: relative;
}
.deskMenu > ul li.menu-item-has-children:hover > .sub-menu {
  display: block;
  animation: fadeUp 0.3s ease-in-out;
}
.deskMenu > ul li > a {
  display: block;
  font-size: 15px;
  color: #ffffff;
  padding: 18px 15px;
}
@media only screen and (min-width: 1400px) {
  .deskMenu > ul li > a {
    padding: 18px;
    font-size: 18px;
  }
}
.deskMenu > ul li:last-child .sub-menu, .deskMenu > ul li:nth-last-child(2) .sub-menu {
  left: auto;
  right: -15px;
}
.deskMenu > ul .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: -10px;
  background-color: #ffffff;
  padding: 8px;
  width: 250px;
  list-style: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.deskMenu > ul .sub-menu li.current-menu-item a {
  color: #ffffff;
  background-color: #214cb9;
}
.deskMenu > ul .sub-menu li:not(.current-menu-item):hover a {
  color: #214cb9;
  background-color: #f9f9f9;
}
.deskMenu > ul .sub-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #000000;
  border-radius: 8px;
}
.deskMenu > ul .sub-menu li > .sub-menu {
  top: 0;
  left: calc(100% + 10px);
}
.deskMenu ul li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
  margin-left: 5px;
  top: 51%;
  transform: translateY(-50%);
}
.deskMenu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  padding-right: 20px;
}
.deskMenu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  color: inherit;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}

footer {
  font-weight: 300;
}
footer .top-footer {
  background-color: #1c4583;
  color: #e4e6eb;
}
footer .top-footer h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #fff;
}
footer .top-footer .footer-cta {
  border-bottom: 1px solid #275293;
  padding: 25px 0 15px;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-cta {
    padding: 40px 0 20px;
  }
}
footer .top-footer .footer-cta p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-cta p {
    font-size: 29px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .top-footer .footer-cta p {
    text-align: left;
  }
}
footer .top-footer .footer-cta p a {
  background-color: #ff8432;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-cta p a {
    margin-top: 0;
    margin-left: 15px;
    padding: 7px 15px 5px;
  }
}
footer .top-footer .footer-cta p a:hover {
  background-color: transparent;
  border-color: #ff8432;
  text-decoration: none;
}
footer .top-footer .footer-about {
  margin-top: 20px;
}
footer .top-footer .footer-about p {
  line-height: 20px;
}
footer .top-footer .footer-about a {
  color: #ff8432;
}
footer .top-footer .footer-about a:visited {
  color: #ff8432;
}
footer .top-footer .footer-about .mc4wp-form-fields {
  margin-top: 45px;
}
footer .top-footer .footer-about .mc4wp-form-fields p {
  display: flex;
  flex-wrap: wrap;
}
footer .top-footer .footer-about .mc4wp-form-fields .email {
  height: 55px;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  width: 225px;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-about .mc4wp-form-fields .email {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  footer .top-footer .footer-about .mc4wp-form-fields .email {
    width: 208px;
  }
}
footer .top-footer .footer-about .mc4wp-form-fields .submit {
  width: 60px;
  height: 55px;
  background: #ff7f17 url("../images/newsletter-btn.png") no-repeat 50%;
  border: none;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-about .mc4wp-form-fields .submit {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  footer .top-footer .footer-about .mc4wp-form-fields .submit {
    width: 60px;
  }
}
footer .top-footer .quick-links ul#footer-first-menu {
  margin-left: 0;
  padding-left: 0;
}
footer .top-footer .quick-links ul#footer-first-menu li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  width: 49%;
  line-height: 40px;
}
footer .top-footer .quick-links ul#footer-first-menu li a {
  color: #fff;
  display: block;
}
footer .top-footer .quick-links ul#footer-first-menu li a:hover {
  color: #ff8432;
  text-decoration: none;
}
footer .top-footer .quick-links ul#footer-first-menu li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
footer .top-footer .quick-links ul#footer-first-menu li:hover:before {
  color: #ff8432;
}
footer .top-footer .latest-news ul.recent-news {
  padding-left: 0;
  margin-bottom: 20px;
}
footer .top-footer .latest-news ul.recent-news li {
  list-style: none;
  padding-bottom: 20px;
}
footer .top-footer .latest-news ul.recent-news li > a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
footer .top-footer .latest-news ul.recent-news li > a:hover {
  color: #ff8432;
  text-decoration: none;
}
footer .top-footer .latest-news ul.recent-news li span {
  color: #5a7fb7;
}
footer .top-footer .latest-news ul.recent-news li span a {
  color: #5a7fb7;
  font-weight: 300;
}
footer .top-footer .latest-news ul.recent-news li span a:hover {
  color: #ff8432;
  text-decoration: none;
}
footer .top-footer .address ul li {
  list-style: none;
  position: relative;
  line-height: 28px;
  padding-bottom: 20px;
}
footer .top-footer .address ul li i.fa {
  position: absolute;
  left: 0;
  top: 4px;
  margin-left: -40px;
  font-size: 20px;
  color: #487dbe;
}
footer .top-footer .address ul li a {
  color: #fff;
}
footer .top-footer .address ul li:nth-child(1) i.fa {
  font-size: 25px;
}
footer .top-footer .address ul li:nth-child(2) i.fa {
  font-size: 23px;
}
footer .top-footer .address ul li:nth-child(4) i.fa {
  font-size: 25px;
}
footer .top-footer .row > .col-sm-3 {
  padding-bottom: 30px;
}
footer .site-info {
  background-color: #193e76;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .site-info .copyright {
  padding: 0;
}
footer .site-info .copyright p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  footer .site-info .copyright p {
    text-align: left;
    margin-top: 7px;
    margin-bottom: 0;
  }
}
footer .site-info .copyright p span {
  color: #ff7f17;
}
footer .site-info .copyright p span span {
  color: #5b81ba;
}
footer .site-info ul.socials {
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .site-info ul.socials {
    text-align: right;
  }
}
footer .site-info ul.socials li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  footer .site-info ul.socials li {
    text-align: center;
  }
}
footer .site-info ul.socials li a {
  color: #6784af;
  border: 1px solid #6784af;
  width: 35px;
  height: 35px;
  display: block;
  font-size: 18px;
  padding: 4px 0;
}
footer .site-info ul.socials li a:hover {
  background-color: #ff7f17;
  border-color: #ff7f17;
  color: #fff;
}

#home-banner {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #home-banner .container {
    display: flex;
    flex-wrap: wrap;
  }
}
#home-banner .container .home-banner-left {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border: 1px solid #c0c0c2;
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  #home-banner .container .home-banner-left {
    width: 50%;
    height: 251px;
    overflow: hidden;
    text-align: left;
    padding: 10px 20px 20px 30px;
  }
}
@media only screen and (min-width: 992px) {
  #home-banner .container .home-banner-left {
    height: 327px;
  }
}
@media only screen and (min-width: 1200px) {
  #home-banner .container .home-banner-left {
    height: 398px;
  }
}
#home-banner .container .home-banner-left h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1b57b0;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 480px) {
  #home-banner .container .home-banner-left h2 {
    font-size: 29px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #home-banner .container .home-banner-left h2 {
    font-size: 26px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #home-banner .container .home-banner-left h2 {
    font-size: 35px;
    padding-right: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #home-banner .container .home-banner-left h2 {
    font-size: 40px;
    padding-right: 120px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#home-banner .container .home-banner-left p {
  color: #002f74;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #home-banner .container .home-banner-left p {
    line-height: inherit;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #home-banner .container .home-banner-left p {
    margin-bottom: 25px;
  }
}
#home-banner .container .home-banner-left a {
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
  border: 2px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  #home-banner .container .home-banner-left a {
    padding: 12px 25px;
    font-size: 16px;
  }
}
#home-banner .container .home-banner-left a:nth-child(3) {
  background-color: #ff8432;
  color: #fff;
  margin-right: 10px;
}
#home-banner .container .home-banner-left a:nth-child(3):hover {
  background-color: transparent;
  border-color: #ff8432;
  color: #ff8432;
}
#home-banner .container .home-banner-left a:nth-child(4) {
  background-color: transparent;
  border-color: #002f74;
  color: #002f74;
}
#home-banner .container .home-banner-left a:nth-child(4):hover {
  background-color: #002f74;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #home-banner .container .home-banner-right {
    width: 50%;
    height: 251px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  #home-banner .container .home-banner-right {
    height: 327px;
  }
}
@media only screen and (min-width: 1200px) {
  #home-banner .container .home-banner-right {
    height: 398px;
  }
}

#promo-blocks .promo-block {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  #promo-blocks .promo-block {
    margin-bottom: 0;
  }
}
#promo-blocks .promo-block img {
  width: 100%;
}
#promo-blocks .promo-block .block-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(31, 84, 163, 0.8);
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: flex-start;
}
#promo-blocks .promo-block .block-text h2 {
  width: 85%;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  margin-top: 0;
  padding-right: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  #promo-blocks .promo-block .block-text h2 {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  #promo-blocks .promo-block .block-text h2 {
    padding-right: 60px;
  }
}
#promo-blocks .promo-block .block-text h2 a {
  color: #fff;
}
#promo-blocks .promo-block .block-text h2 a:hover {
  text-decoration: none;
}
#promo-blocks .promo-block .block-text > a {
  display: inline-block;
  width: 15%;
}
#promo-blocks .promo-block .block-text > a i.fa {
  font-size: 35px;
  color: #fff;
  background-color: #ff7f17;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 4px;
  padding-left: 10px;
  border: 2px solid #ff7f17;
  transition: all 0.3s ease-in-out;
}
#promo-blocks .promo-block .block-text > a i.fa:hover {
  background-color: transparent;
}
#promo-blocks .promo-block:hover .block-text {
  background-color: #ff7f17;
  transition: all 0.3s ease-in-out;
}
#promo-blocks .promo-block:hover .block-text > a i.fa {
  border-color: #fff;
}

#promo-blocks .row .col-md-4:nth-child(1) .promo-block,
#promo-blocks .row .col-md-4:nth-child(2) .promo-block,
#promo-blocks .row .col-md-4:nth-child(3) .promo-block {
  padding: 0;
}

#more-about-us {
  padding: 65px 0;
}
@media only screen and (min-width: 768px) {
  #more-about-us {
    display: flex;
  }
}
#more-about-us .more-about-us-left {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #more-about-us .more-about-us-left {
    width: 35%;
    text-align: right;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
#more-about-us .more-about-us-left p strong {
  color: #0b6bed;
  border-bottom: 2px solid #0b6bed;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
#more-about-us .more-about-us-left h2 {
  font-size: 34px;
  font-weight: 400;
  color: #1c1c1c;
}
@media only screen and (min-width: 768px) {
  #more-about-us .more-about-us-left h2 {
    font-size: 40px;
  }
}
#more-about-us .more-about-us-right {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #more-about-us .more-about-us-right {
    width: 60%;
    text-align: left;
  }
}
#more-about-us .more-about-us-right p {
  color: #7b7a7a;
  font-weight: 300;
  margin-bottom: 25px;
}
#more-about-us .more-about-us-right p strong {
  font-size: 20px;
  font-weight: 400;
  color: #363636;
}
#more-about-us .more-about-us-right img {
  margin-right: 25px;
  margin-bottom: 15px;
}

.brandsPromoSec {
  background-color: #f3f3f3;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .brandsPromoSec {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .brandsPromoSec {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 991px) {
  .brandsSlider {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .brandsSlider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .brandsSlider .singleBrand {
    min-width: 260px;
  }
}
.brandsSlider .singleBrand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) {
  .brandsSlider .singleBrand {
    padding: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .brandsSlider .singleBrand {
    padding: 40px 30px 40px;
  }
}
.brandsSlider .sbImg {
  width: 100%;
}
.brandsSlider .sbImg img {
  width: 100%;
  aspect-ratio: 10/8;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .brandsSlider .sbImg img {
    aspect-ratio: 10/8;
  }
}
@media only screen and (min-width: 1400px) {
  .brandsSlider .sbImg img {
    margin-bottom: 25px;
  }
}
.brandsSlider .btn-primary {
  width: 80%;
  max-width: 375px;
  display: block;
  background-color: #3f3f3f;
  color: #ffffff;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.brandsSlider .btn-primary:hover {
  background-color: #214cb9;
}
@media only screen and (min-width: 992px) {
  .brandsSlider .btn-primary {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .brandsSlider .btn-primary {
    font-size: 20px;
  }
}

.infoSection {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .infoSection {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .infoSection {
    padding: 75px 0;
  }
}
.infoSection .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.infoSection .infoFirst {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .infoSection .infoFirst {
    position: relative;
  }
  .infoSection .infoFirst::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .infoSection .infoFirst {
    width: 42%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .infoSection .infoFirst div {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 40px;
    margin-right: 40px;
  }
  .infoSection .infoFirst div::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 2px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1400px) {
  .infoSection .infoFirst div {
    padding-right: 50px;
    margin-right: 50px;
  }
}
.infoSection .infoFirst a {
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .infoSection .infoFirst a {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSection .infoFirst a {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .infoSection .infoFirst a {
    margin-bottom: 40px;
  }
}
.infoSection .infoFirst h2 {
  font-size: 25px;
  font-weight: 900;
  color: #ee2e35;
}
@media only screen and (min-width: 576px) {
  .infoSection .infoFirst h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .infoSection .infoFirst h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSection .infoFirst h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .infoSection .infoFirst h2 {
    font-size: 50px;
  }
}
.infoSection .infoDetails {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .infoSection .infoDetails {
    width: 58%;
  }
}

.infoCards .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.infoCards .singleCard {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 12px;
  color: #ffffff;
}
.infoCards .singleCard.dark {
  background: linear-gradient(180deg, #3e3e3e, #010101);
}
.infoCards .singleCard.dark h2, .infoCards .singleCard.dark h6 {
  color: #ff1119;
}
.infoCards .singleCard.light {
  background: linear-gradient(180deg, #fa6267, #de1418);
}
@media only screen and (min-width: 576px) {
  .infoCards .singleCard {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .infoCards .singleCard {
    width: 49%;
    gap: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoCards .singleCard {
    padding: 30px 30px 20px;
    gap: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .infoCards .singleCard {
    gap: 50px;
  }
}
@media only screen and (min-width: 576px) {
  .infoCards .singleCard .details {
    width: 78%;
  }
}
@media only screen and (min-width: 768px) {
  .infoCards .singleCard .details {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .infoCards .singleCard .details {
    width: 70%;
  }
}
.infoCards .singleCard img {
  width: 80px;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .infoCards .singleCard img {
    width: 100px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .infoCards .singleCard img {
    width: 112px;
  }
}
.infoCards .singleCard h6 {
  font-weight: 900;
  margin-bottom: 0;
}
.infoCards .singleCard h2 {
  font-size: 28px;
  font-weight: 900;
}
@media only screen and (min-width: 576px) {
  .infoCards .singleCard h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .infoCards .singleCard h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoCards .singleCard h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .infoCards .singleCard h2 {
    font-size: 50px;
  }
}

.brandListslider {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .brandListslider {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .brandListslider {
    padding: 75px 0;
  }
}
.brandListslider .brandList {
  margin: 0 -5px;
}
@media only screen and (min-width: 768px) {
  .brandListslider .brandList {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1400px) {
  .brandListslider .brandList {
    margin: 0 -15px;
  }
}
.brandListslider .brandItem {
  display: block;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 6px;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  .brandListslider .brandItem {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .brandListslider .brandItem {
    margin: 0 15px;
  }
}
.brandListslider .brandItem img {
  width: 100%;
  aspect-ratio: 16/5;
  -o-object-fit: contain;
     object-fit: contain;
}

.quickListProducts {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .quickListProducts {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .quickListProducts {
    padding: 75px 0;
  }
}
.quickListProducts .columns-HomeSection {
  display: block;
}
@media only screen and (min-width: 420px) {
  .quickListProducts .columns-HomeSection {
    margin: 0 -12px;
  }
}
@media only screen and (min-width: 1200px) {
  .quickListProducts .columns-HomeSection {
    margin: 0 -20px;
  }
}
.quickListProducts .columns-HomeSection .slick-track {
  display: flex !important;
}
.quickListProducts .product {
  margin: 0 !important;
  background-color: #fff;
  padding: 20px;
  height: auto;
}
@media only screen and (max-width: 575px) {
  .quickListProducts .product {
    border: 1px solid #eee;
  }
}
@media only screen and (min-width: 420px) {
  .quickListProducts .product {
    margin: 0 12px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .quickListProducts .product {
    margin: 0 20px !important;
  }
}

.qlpTitle {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .qlpTitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .qlpTitle {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.heroBanner {
  overflow: hidden;
}

.heroSlider {
  margin: 0 -2px;
}
.heroSlider .slick-track {
  display: flex;
}
.heroSlider .hsItem {
  height: auto;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 15px;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .heroSlider .hsItem {
    min-height: 70vh;
    padding: 25px 20px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .heroSlider .hsItem {
    padding: 30px 25px 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .heroSlider .hsItem {
    padding: 40px 40px 22px;
  }
}
.heroSlider .hsiLogo {
  width: 100px;
  display: inline-block;
  margin-left: auto;
}
@media only screen and (min-width: 1400px) {
  .heroSlider .hsiLogo {
    width: 140px;
  }
}
@media only screen and (min-width: 1800px) {
  .heroSlider .hsiLogo {
    width: 240px;
  }
}
.heroSlider .hsiContent {
  font-family: "Insignia LT Std";
  text-align: center;
  line-height: 1;
}
.heroSlider .hsiContent p {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .heroSlider .hsiContent p {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1800px) {
  .heroSlider .hsiContent p {
    font-size: 59px;
  }
}
.heroSlider .hsiContent p span {
  font-size: 20px;
  display: inline-block;
  transform: translateY(5px);
}
@media only screen and (min-width: 1400px) {
  .heroSlider .hsiContent p span {
    transform: translateY(10px);
    font-size: 28px;
  }
}
@media only screen and (min-width: 1800px) {
  .heroSlider .hsiContent p span {
    transform: translateY(15px);
    font-size: 38px;
  }
}
.heroSlider .hsiContent p strong {
  font-weight: 400;
  font-size: 45px;
}
@media only screen and (min-width: 1400px) {
  .heroSlider .hsiContent p strong {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1800px) {
  .heroSlider .hsiContent p strong {
    font-size: 100px;
  }
}
.heroSlider .cntntBtm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heroSlider .cntntBtm img {
  width: 100px;
}
@media only screen and (min-width: 1400px) {
  .heroSlider .cntntBtm img {
    width: 120px;
  }
}
.heroSlider .cntntBtm img {
  width: 100px;
}
@media only screen and (min-width: 1800px) {
  .heroSlider .cntntBtm img {
    width: 180px;
  }
}
.heroSlider .bnr-card-btn {
  display: inline-block;
  min-width: 200px;
  height: 100%;
  background-color: #3f3f3f;
  color: white;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: 7px 8px 7px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2), inset 4px 4px 3px rgba(255, 255, 255, 0.2), inset -4px -4px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.heroSlider .bnr-card-btn:hover {
  transform: translateY(-2px);
}
@media only screen and (min-width: 1400px) {
  .heroSlider .bnr-card-btn {
    min-width: 240px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .heroSlider .bnr-card-btn {
    min-width: 340px;
    font-size: 34px;
  }
}
.heroSlider .bnr-card-btn span {
  color: #ff1119;
}

.productBuilderWrap {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .productBuilderWrap {
    font-size: 18px;
  }
}
.productBuilderWrap #builderTotal {
  position: relative;
}
.productBuilderWrap #builderTotal .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  z-index: 10;
}
.productBuilderWrap .pbBanner {
  background-color: #1b3f94;
  color: #ffffff;
}
.productBuilderWrap .pbBanner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 12px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbBanner .container {
    padding: 25px 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbBanner .container {
    padding: 35px 12px;
  }
}
.productBuilderWrap .pbBanner .container h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .productBuilderWrap .pbBanner .container h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbBanner .container h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .productBuilderWrap .pbBanner .container h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1400px) {
  .productBuilderWrap .pbBanner .container h1 {
    font-size: 50px;
  }
}
.productBuilderWrap .pbBanner .pricingBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbBanner .pricingBox {
    gap: 20px;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbBanner .pricingBox {
    width: 700px;
  }
}
.productBuilderWrap .pbBanner .pricingBox h3 {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbBanner .pricingBox h3 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbBanner .pricingBox h3 {
    font-size: 30px;
  }
}
.productBuilderWrap .pbBanner .pricingOptions {
  width: 100%;
  max-width: 310px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 15px;
}
.productBuilderWrap .pbBanner .pricingOptions h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbBanner .pricingOptions h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbBanner .pricingOptions h4 {
    font-size: 20px;
  }
}
.productBuilderWrap .pbBanner .buildTotal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #f15500;
}
.productBuilderWrap .pbBanner .buildTotal #builderTotalPrice {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbBanner .buildTotal #builderTotalPrice {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbBanner .buildTotal #builderTotalPrice {
    font-size: 26px;
  }
}
.productBuilderWrap .pbBanner .buildTotal #builderTotalPrice span {
  color: #f15500;
}
.productBuilderWrap .pbBanner .buildTotal .checkoutBtn {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f15500;
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  border: none;
}
.productBuilderWrap .pbBanner .buildTotal .checkoutBtn:hover {
  background-color: rgb(190, 67.0124481328, 0);
  color: #ffffff;
}
.productBuilderWrap .pbBanner .buildTotal .checkoutBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.productBuilderWrap .pbStepWrap {
  position: relative;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbStepWrap {
    padding: 35px 0;
  }
}
.productBuilderWrap .pbStepWrap.blue {
  background-color: #1b3f94;
  color: #ffffff;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbStepWrap.blue {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbStepWrap.blue {
    padding: 70px 0;
  }
}
.productBuilderWrap .pbStepWrap.blue h2 {
  color: #ffffff;
}
.productBuilderWrap .pbStepWrap.blue h2 span:not(.pbSelectedItem) {
  background-color: #fff;
  color: #2e2e2e;
}
.productBuilderWrap .pbStepWrap.red {
  background-color: #d84b4b;
  color: #ffffff;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbStepWrap.red {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbStepWrap.red {
    padding: 70px 0;
  }
}
.productBuilderWrap .pbStepWrap.red h2 {
  color: #ffffff;
}
.productBuilderWrap .pbStepWrap.red h2 span:not(.pbSelectedItem) {
  background-color: #fff;
  color: #2e2e2e;
}
.productBuilderWrap .pbStepWrap .loading-overlay {
  position: absolute;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  font-size: 16px;
  z-index: 10;
}
.productBuilderWrap .pbStepWrap .loading-overlay i {
  font-size: 200%;
}
.productBuilderWrap .pbStepWrap h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #0c0c0c;
  margin-bottom: 25px;
  gap: 3px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbStepWrap h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbStepWrap h2 {
    font-size: 30px;
  }
}
.productBuilderWrap .pbStepWrap h2 span:not(.pbSelectedItem) {
  font-size: 78%;
  font-weight: 700;
  background-color: #1b3f94;
  color: #ffffff;
  border-radius: 12px;
  padding: 2px 22px;
  margin-right: 3px;
}
@media only screen and (min-width: 420px) {
  .productBuilderWrap .pbStepWrap h2 span:not(.pbSelectedItem) {
    padding: 2px 30px;
  }
}
.productBuilderWrap .pbStepWrap h2 .pbSelectedItem small {
  color: inherit;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbStepWrap h2 .pbSelectedItem small {
    font-size: 16px;
  }
}
.productBuilderWrap .pbFilterWrap {
  margin-bottom: 25px;
}
.productBuilderWrap .pbFilterForm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbFilterForm {
    gap: 20px;
  }
}
.productBuilderWrap .pbFilterForm .filterOption {
  width: 100%;
}
.productBuilderWrap .pbFilterForm .filterOption.showAllOpt {
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 420px) {
  .productBuilderWrap .pbFilterForm .filterOption {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbFilterForm .filterOption {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 280px;
    max-width: 280px;
  }
}
.productBuilderWrap .pbFilterForm .filterOption button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff1119;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  margin-bottom: 4px;
}
.productBuilderWrap .pbFilterForm .filterOption button i {
  font-size: 80%;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbFilterForm .filterOption button {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbFilterForm .filterOption button {
    font-size: 24px;
  }
}
.productBuilderWrap .pbFilterForm .filterOption label, .productBuilderWrap .pbFilterForm .filterOption input {
  flex-grow: 1;
  cursor: pointer;
}
.productBuilderWrap .pbFilterForm .filterOption input {
  width: 16px;
  height: 16px;
  border: 1px solid #1b3f94;
}
.productBuilderWrap .pbFilterForm .filterOption .filterDropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productBuilderWrap .pbFilterForm .filterOption .filterDropdown li {
  margin-bottom: 4px;
}
.productBuilderWrap .pbFilterForm .filterOption .filterDropdown li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background-color: #ededed;
  padding: 8px 12px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbFilterForm .filterOption .filterDropdown li label {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbFilterForm .filterOption .filterDropdown li label {
    font-size: 22px;
  }
}
.productBuilderWrap .pbFilterForm .filterOption .filterDropdown li span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.productBuilderWrap .pbFilterForm .filterOption .filterDropdown li small {
  font-size: 10px;
  color: #2e2e2e;
}
.productBuilderWrap .pbFilterForm .filterOption .showAllTogl {
  color: #2e2e2e;
  margin-bottom: 5px;
}
.productBuilderWrap .pbFilterForm .filterOption .showAllTogl label {
  font-weight: 600;
}
.productBuilderWrap .pbResultsWrap h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}
.productBuilderWrap .pbResultsWrap .alert {
  margin: auto;
}
.productBuilderWrap .pbResultsWrap .loading-spin {
  width: 100%;
  font-size: 35px;
  text-align: center;
}
.productBuilderWrap .pbResultsWrap.subProducts .pbProductCard {
  height: -moz-fit-content;
  height: fit-content;
}
.productBuilderWrap .pbResultsGrid {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 425px) {
  .productBuilderWrap .pbResultsGrid {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 992px) {
  .productBuilderWrap .pbResultsGrid {
    margin-right: -20px;
  }
}
.productBuilderWrap .pbProductCard {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid #1B3F94;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .productBuilderWrap .pbProductCard {
    width: calc(50% - 12px);
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbProductCard {
    width: calc(33.33% - 12px);
  }
}
@media only screen and (min-width: 992px) {
  .productBuilderWrap .pbProductCard {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbProductCard {
    padding: 12px 24px;
  }
}
.productBuilderWrap .pbProductCard img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.productBuilderWrap .pbProductCard h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbProductCard h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbProductCard h4 {
    font-size: 18px;
  }
}
.productBuilderWrap .pbProductCard h4 a {
  text-decoration: none;
  color: inherit;
}
.productBuilderWrap .pbProductCard p {
  font-size: 14px;
  color: #2e2e2e;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbProductCard p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbProductCard p {
    font-size: 16px;
  }
}
.productBuilderWrap .pbProductCard .pbProductSelect {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.productBuilderWrap .pbProductCard .pbProductSelect .item-required {
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbProductCard .pbProductSelect .item-required {
    font-size: 16px;
  }
}
.productBuilderWrap .pbProductCard .pbProductSelect .qtyTag {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: right;
  margin-top: -5px;
}
.productBuilderWrap .pbProductCard .single-select-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background-color: #ededed;
  padding: 7px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbProductCard .single-select-label {
    font-size: 18px;
  }
}
.productBuilderWrap .pbProductCard .single-select-label input {
  width: 16px;
  height: 16px;
  border: 1px solid #1b3f94;
  margin-top: 0;
  cursor: pointer;
}
.productBuilderWrap .pbProductCard .single-select-label .optional-qty-wrap {
  align-items: center;
  gap: 3px;
  margin-left: auto;
  margin-right: 18px;
}
.productBuilderWrap .pbProductCard .single-select-label .optional-qty-wrap label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.productBuilderWrap .pbProductCard .single-select-label .optional-qty-wrap input {
  padding: 3px 0 3px 8px;
  width: 45px;
  height: 100%;
}
.productBuilderWrap .pbProductCard .pbVariationSelect .pbSelectWrapper {
  position: relative;
  display: flex;
  gap: 5px;
}
.productBuilderWrap .pbProductCard .pbVariationSelect .pbInfoIcon {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e2e2e;
  color: #ffffff;
  padding: 5px;
  text-decoration: none;
}
.productBuilderWrap .pbProductCard .pbVariationSelect button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2e2e2e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 10px;
  border: none;
}
.productBuilderWrap .pbProductCard .pbVariationSelect button.active i {
  transform: rotate(-180deg);
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbProductCard .pbVariationSelect button {
    font-size: 18px;
  }
}
.productBuilderWrap .pbProductCard .pbVariationSelect button i {
  font-size: 80%;
  transition: all 0.3s ease;
}
.productBuilderWrap .pbProductCard .variationDropdown {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: calc(100% + 4px);
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.productBuilderWrap .pbProductCard .variationDropdown li {
  margin-bottom: 4px;
}
.productBuilderWrap .pbProductCard .variationDropdown li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  background-color: #ededed;
  padding: 7px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbProductCard .variationDropdown li label {
    font-size: 18px;
  }
}
.productBuilderWrap .pbProductCard .variationDropdown li span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.productBuilderWrap .pbProductCard .variationDropdown li small {
  font-size: 10px;
  color: #2e2e2e;
}
@media only screen and (max-width: 1199px) {
  .productBuilderWrap .pbProductCard .variationDropdown li small {
    display: none;
  }
}
.productBuilderWrap .pbProductCard .variationDropdown li input {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid #1b3f94;
}
.productBuilderWrap .pbProductCard .selectedVariation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #1b3f94;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .productBuilderWrap .pbProductCard .selectedVariation {
    font-size: 16px;
  }
}
.productBuilderWrap .pbProductCard .selectedVariation .variationLabel {
  cursor: pointer;
}
.productBuilderWrap .pbProductCard .selectedVariation button {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  justify-content: center;
  background-color: #da0000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  padding: 3px;
  font-size: 14px;
}
.productBuilderWrap .pbProductCard .selectedVariation .selectedqtyWrap {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  margin-left: auto;
  margin-right: 18px;
}
.productBuilderWrap .pbProductCard .selectedVariation .selectedqtyWrap label {
  color: #272727;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.productBuilderWrap .pbProductCard .selectedVariation .selectedqtyWrap input {
  padding: 3px 0 3px 8px;
  width: 35px;
  height: 30px;
}
.productBuilderWrap .pbProductCard .item-r-list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbProductCard .item-r-list {
    font-size: 16px;
  }
}
.productBuilderWrap .pbProductCard .item-r-list span {
  display: block;
  font-size: 14px;
}
.productBuilderWrap .pbProductCard .item-r-list li {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
.productBuilderWrap .pbProductCard .item-r-list .required-qty {
  position: absolute;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #F6F6F6;
  color: #FF2929;
  border: 1px solid #dddddd;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productBuilderWrap .pbProductCard .item-r-list .dep-added {
  color: #272727;
}
.productBuilderWrap .pbProductCard .item-r-list .dep-added .required-qty {
  color: #272727;
}
.productBuilderWrap .pbProductCard .item-r-list .remove-dep-extra {
  color: #ff0000;
  background-color: unset;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  padding: 0;
  margin-top: 4px;
  cursor: pointer;
}
.productBuilderWrap .pbProductCard .pbBadge {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  top: 10px;
  left: 10px;
  padding: 2px 10px;
}
.productBuilderWrap .pbProductCard .pbBadge.suggested {
  background-color: #1B3F94;
}
.productBuilderWrap .pbProductCard .pbBadge.required {
  background-color: #dd0000;
}
.productBuilderWrap .pbProductCard .triggeredBy {
  font-size: 12px;
  background-color: #EDEDED;
  color: #000000;
  border: 1px solid #1B3F94;
  margin: 0 -5px;
  margin-top: 6px;
  padding: 6px;
}
.productBuilderWrap .pbSItemsWrap {
  background-color: #00123E;
  color: #ffffff;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbSItemsWrap {
    padding: 22px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbSItemsWrap {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .productBuilderWrap .pbSItemsWrap {
    padding: 40px 0;
  }
}
.productBuilderWrap .pbSItemsWrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbSItemsWrap .container {
    gap: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbSItemsWrap .container {
    gap: 35px;
  }
}
.productBuilderWrap .pbSIWinner {
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 78%, transparent 78%);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbSIWinner {
    width: 70%;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .productBuilderWrap .pbSIWinner {
    width: 65%;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbSIWinner {
    width: 60%;
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .productBuilderWrap .pbSIWinner {
    width: 50%;
  }
}
.productBuilderWrap .pbSIWinner h2 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 78%, transparent 78%);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbSIWinner h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbSIWinner h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1400px) {
  .productBuilderWrap .pbSIWinner h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .productBuilderWrap .pbSIWinner h2 {
    font-size: 46px;
  }
}
.productBuilderWrap .pbSIWinner ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .productBuilderWrap .pbSIWinner ul {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .pbSIWinner ul {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.productBuilderWrap .pbSIWinner .confirmSelection {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FF1119;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 18px;
  border: 1px solid rgba(43, 43, 43, 0.6431372549);
  border-radius: 5px;
  text-decoration: none;
}
@media only screen and (min-width: 1400px) {
  .productBuilderWrap .pbSIWinner .confirmSelection {
    font-size: 17px;
    padding: 12px 30px;
  }
}
.productBuilderWrap .clear-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #ffffff;
  color: #2E2E2E;
  font-size: 15px;
  line-height: 0;
  font-weight: 700;
  padding: 6px 10px;
  border: 1px solid rgba(43, 43, 43, 0.6431372549);
  border-radius: 5px;
  text-decoration: none;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .clear-selection {
    font-size: 17px;
    padding: 12px 22px;
  }
}
.productBuilderWrap .clear-selection span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  border-radius: 100px;
  background-color: #FF1119;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .productBuilderWrap .clear-selection span {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}

#sbTotal {
  position: relative;
  padding: 25px 0;
  background-color: #ededed;
}
@media only screen and (min-width: 768px) {
  #sbTotal {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #sbTotal {
    padding: 50px 0;
  }
}
#sbTotal .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  z-index: 10;
}
#sbTotal h3 {
  color: #2e2e2e;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  #sbTotal h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #sbTotal h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
#sbTotal #sbTotalSummary .summaryRow {
  font-weight: 300;
  background-color: #ffffff;
  padding: 12px 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #sbTotal #sbTotalSummary .summaryRow {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #sbTotal #sbTotalSummary .summaryRow {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  #sbTotal #sbTotalSummary .summaryRow strong, #sbTotal #sbTotalSummary .summaryRow .summary-required, #sbTotal #sbTotalSummary .summaryRow .summary-additional {
    display: block;
    margin-left: 0;
  }
}
#sbTotal #sbTotalSummary .summaryRow strong {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  #sbTotal #sbTotalSummary .summaryRow strong {
    display: inline-block;
    width: 100px;
    margin-right: 12px;
  }
}
#sbTotal #sbTotalSummary .summaryRow .model {
  font-weight: 500;
}
#sbTotal #sbTotalSummary .summary-required {
  margin-left: 4px;
}
#sbTotal #sbTotalSummary .summary-required span {
  color: #ff0000;
  font-weight: 500;
}
#sbTotal #sbTotalSummary .summary-additional {
  margin-left: 10px;
}
#sbTotal #sbTotalSummary .summary-additional span {
  font-weight: 500;
}
#sbTotal #sbTotalPriceRow {
  font-size: 18px;
  font-weight: 600;
  background-color: #ffffff;
  padding: 12px 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #sbTotal #sbTotalPriceRow {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #sbTotal #sbTotalPriceRow {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
#sbTotal #sbTotalPriceRow span {
  color: #f15500;
}
#sbTotal #sbCheckoutBtn {
  background-color: #f15500;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 0;
  transition: all 0.3s ease;
}
#sbTotal #sbCheckoutBtn:hover {
  background-color: rgb(190, 67.0124481328, 0);
}
@media only screen and (min-width: 768px) {
  #sbTotal #sbCheckoutBtn {
    font-size: 26px;
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #sbTotal #sbCheckoutBtn {
    font-size: 30px;
    padding: 14px 22px;
  }
}

.selectedVariation, .item-r-list li, .variationDropdown li {
  position: relative;
}
.selectedVariation:hover .variation-popover, .item-r-list li:hover .variation-popover, .variationDropdown li:hover .variation-popover {
  display: block;
}
.selectedVariation .variation-popover, .item-r-list li .variation-popover, .variationDropdown li .variation-popover {
  position: absolute;
  display: none;
  z-index: 5;
  width: calc(100% + 20px);
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.selectedVariation .variation-popover .popover-body, .item-r-list li .variation-popover .popover-body, .variationDropdown li .variation-popover .popover-body {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}

.variationDropdown li.mitsubishi-included {
  opacity: 0.45;
  pointer-events: none;
}

.variationDropdown li.mitsubishi-included label span {
  display: none !important;
}

.variationDropdown li.mitsubishi-included label::after {
  content: "Included";
  font-size: 0.8em;
  color: #888;
  font-style: italic;
}

.pb-brand-badge {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 3px 4px;
  line-height: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.pb-brand-badge svg {
  display: block;
}

.pb-cylinder-prompt {
  max-width: 800px;
  margin: 0px auto 30px;
  padding: 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
  color: rgb(51, 51, 51);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pb-cylinder-question {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 86, 179);
  margin-bottom: 20px;
}

.pb-cylinder-note, .pb-buffer-note {
  margin-top: 30px;
}

.pb-cylinder-btn.active,
.pb-buffer-btn.active {
  background-color: #95bf21;
  color: #fff;
  border-color: #95bf21;
  font-weight: 600;
}

.pbProductCard h4 {
  min-height: 2.8em;
  overflow: hidden;
}

.pbProductCard h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.productBuilderWrap .pbProductCard .variationDropdown {
  background: #ededed;
}

.cart-bottom {
  margin-top: 45px;
}
.cart-bottom .coupon > label, .cart-bottom .coupon > input#coupon_code {
  display: block;
}
.cart-bottom .coupon > input#coupon_code {
  padding: 7px 10px;
  margin-bottom: 10px;
}
.cart-bottom .coupon > input.button {
  background-color: #ff8432;
  border-color: #ff8432;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  padding-bottom: 12px;
}
.cart-bottom .coupon > input.button:hover {
  background-color: transparent;
  border-color: #ff8432;
  color: #333;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .cart-bottom .cart-collaterals {
    display: flex;
    justify-content: flex-end;
  }
}
.cart-bottom .cart_totals {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .cart-bottom .cart_totals {
    width: 80%;
    margin-top: 0;
  }
}
.cart-bottom .cart_totals h2 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cart-bottom .cart_totals h2 {
    margin-top: 0;
  }
}
.cart-bottom .cart_totals table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.cart-bottom .cart_totals table.shop_table > tbody tr:nth-child(2) {
  background: rgba(0, 0, 0, 0.024);
}
.cart-bottom .cart_totals table.shop_table > tbody tr th, .cart-bottom .cart_totals table.shop_table > tbody tr td {
  padding: 10px 15px;
}
.cart-bottom .cart_totals table.shop_table > tbody tr td {
  text-align: right;
}
.cart-bottom .cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.cart-bottom .cart_totals .wc-proceed-to-checkout a {
  background-color: #ff8432;
  border-color: #ff8432;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  font-size: 21px;
}
.cart-bottom .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: transparent;
  border-color: #ff8432;
  color: #333;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.checkout_coupon #coupon_code {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 17px;
  padding: 8px 10px;
  background-color: #fff;
}
.checkout_coupon input.button {
  background-color: #ff8432;
  border-color: #ff8432;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  padding-bottom: 12px;
}
.checkout_coupon input.button:hover {
  background-color: transparent;
  color: #000;
}

#order_review table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-collapse: separate;
}
#order_review table.shop_table td, #order_review table.shop_table th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}
#order_review table.shop_table > thead > tr > th {
  border-top: 0;
}
#order_review table.shop_table tr > th:nth-child(2), #order_review table.shop_table tr > td:nth-child(2) {
  text-align: right;
}

.woocommerce-checkout article {
  background-color: #fff;
  margin-top: 15px;
  padding-bottom: 35px;
}
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
}
.woocommerce-checkout #payment ul {
  list-style: none;
  padding: 20px 15px;
  border-bottom: 1px solid #d3ced2;
}
.woocommerce-checkout #payment ul input.input-radio {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce-checkout #payment ul label {
  font-weight: 400;
}
.woocommerce-checkout #payment ul label img {
  max-height: 52px;
  margin-left: 10px;
}
.woocommerce-checkout #payment ul label a.about_paypal {
  font-size: 14px;
  margin-left: 15px;
}
.woocommerce-checkout #payment ul p {
  margin-bottom: 0;
}
.woocommerce-checkout #payment .place-order {
  padding: 5px 35px;
}
.woocommerce-checkout #payment .place-order input#place_order {
  background-color: #ff8432;
  border: 1px solid #ff8432 !important;
  color: #fff;
  padding: 10px 30px;
  font-size: 17px;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  font-size: 21px;
  margin: 20px 0;
}
.woocommerce-checkout #payment .place-order input#place_order:hover {
  color: #000;
  background-color: transparent;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#customer_details {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}
#customer_details .col-1, #customer_details .col-2 {
  width: 48%;
}
#customer_details .col-2 {
  margin-left: 4%;
}
#customer_details h3 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
#customer_details .form-row label {
  font-weight: 400;
  display: block;
}
#customer_details .form-row input.input-text {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 300;
  padding: 7px 10px;
  background-color: #fff;
  width: 100%;
}
#customer_details .form-row textarea {
  height: 100px;
  padding: 7px 10px;
}
#customer_details .form-row .select2-container {
  line-height: 2em;
}
#customer_details .form-row.woocommerce-invalid label, #customer_details .form-row.woocommerce-invalid input.input-text, #customer_details .form-row.woocommerce-invalid select {
  color: #a00;
}

.woocommerce-order-received p.woocommerce-thankyou-order-received {
  font-size: 23px;
  color: #1b57b0;
  margin-bottom: 25px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-received p.woocommerce-thankyou-order-received {
    font-size: 27px;
    line-height: 37px;
  }
}
.woocommerce-order-received h2 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
}
.woocommerce-order-received .order_details {
  margin: 0 0 25px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-received .order_details {
    padding-left: 25px;
  }
}
.woocommerce-order-received .order_details li {
  margin-right: 25px;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-left: 1px dashed #d3ced2;
  padding-left: 2em;
  padding-bottom: 15px;
  margin-left: 0;
  list-style-type: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-received .order_details li {
    padding: 0 7px 15px 0;
    margin-right: 7px;
    border-right: 1px dashed #d3ced2;
    border-left: 0;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-order-received .order_details li {
    padding-right: 25px;
    margin-right: 25px;
  }
}
.woocommerce-order-received .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce-order-received table.shop_table {
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce-order-received table.shop_table .product-name a {
  color: #1b57b0;
}
.woocommerce-order-received table.shop_table .product-name a:hover {
  color: #ff8432;
}
.woocommerce-order-received table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}
.woocommerce-order-received table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}
.woocommerce-order-received table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order-received table.shop_table th:last-child, .woocommerce-order-received table.shop_table td:last-child {
  text-align: right;
}

.related.products, .upsells.products, .cross-sells {
  margin-top: 45px;
}
.related.products > h2, .upsells.products > h2, .cross-sells > h2 {
  color: #1c1c1c;
  position: relative;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
.related.products > h2:after, .upsells.products > h2:after, .cross-sells > h2:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 100%;
  transform: translate(0%);
  background-color: #0b6bed;
  width: 120px;
  height: 2px;
}

.upsells.products .products {
  width: 100%;
}

.cart-cross-sell {
  margin-top: 55px;
}
.cart-cross-sell .cross-sells {
  margin-top: 10px;
}

.woocommerce-cart #primary, .woocommerce-checkout #primary {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart #primary, .woocommerce-checkout #primary {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .woocommerce-cart #primary, .woocommerce-checkout #primary {
    padding: 50px 0;
  }
}
.woocommerce-cart .shop_table thead th, .woocommerce-checkout .shop_table thead th {
  padding-bottom: 18px !important;
}

.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: unset !important;
  color: #272727;
  border: 1px solid #272727 !important;
}
.woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #113aa0;
}
@media only screen and (max-width: 479px) {
  .woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info a {
    display: block;
    width: 100%;
  }
}

.woocommerce-form.woocommerce-form-login {
  max-width: 600px;
  margin-bottom: 25px;
  font-size: 14px;
}
.woocommerce-form.woocommerce-form-login label {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 12px !important;
}
.woocommerce-form.woocommerce-form-login .password-input {
  position: relative;
}
.woocommerce-form.woocommerce-form-login .password-input input {
  padding-right: 40px !important;
}
.woocommerce-form.woocommerce-form-login .input-text {
  height: 42px;
}
.woocommerce-form.woocommerce-form-login .show-password-input {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: unset;
  color: #272727;
  padding: 0;
  border: none;
}
.woocommerce-form.woocommerce-form-login .show-password-input.display-password::after {
  content: "\f06e" !important;
  font-weight: 900 !important;
}
.woocommerce-form.woocommerce-form-login .show-password-input::after {
  content: "\f070";
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 400;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
  padding: 8px 50px;
}

.woocommerce-form-coupon {
  padding: 20px;
  border: 1px solid #d3ced2;
  border-radius: 5px;
  display: flex;
  max-width: 600px;
  margin-bottom: 25px;
  font-size: 14px;
}
.woocommerce-form-coupon input {
  width: calc(100% - 10px);
  height: 52px;
}
.woocommerce-form-coupon .form-row-first {
  flex-grow: 1;
}
.woocommerce-form-coupon p {
  margin-bottom: 0 !important;
}
.woocommerce-form-coupon button {
  height: 100%;
}

.woocommerce-checkout-payment .woocommerce-info {
  background-color: unset !important;
  color: #E2401C !important;
  border: 1px solid #272727 !important;
}
.woocommerce-checkout-payment .wc_payment_methods {
  padding: 20px !important;
}
.woocommerce-checkout-payment .form-row.place-order {
  padding: 0 20px 30px !important;
}
.woocommerce-checkout-payment #place_order {
  padding: 12px 50px;
  font-size: 24px;
}
.woocommerce-checkout-payment .wc-terms-and-conditions {
  padding-left: 20px;
  margin-bottom: 20px !important;
}
.woocommerce-checkout-payment .wc-terms-and-conditions .checkout-inline-error-message {
  font-size: 14px;
  color: #E2401C;
  margin-top: 5px;
}

.checkout.woocommerce-checkout #customer_details {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}
@media only screen and (min-width: 768px) {
  .checkout.woocommerce-checkout #customer_details {
    gap: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .checkout.woocommerce-checkout #customer_details {
    gap: 60px !important;
  }
}
.checkout.woocommerce-checkout #customer_details .col-1, .checkout.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .checkout.woocommerce-checkout #customer_details .col-1, .checkout.woocommerce-checkout #customer_details .col-2 {
    width: calc(50% - 20px) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .checkout.woocommerce-checkout #customer_details .col-1, .checkout.woocommerce-checkout #customer_details .col-2 {
    width: calc(50% - 30px) !important;
  }
}
.checkout.woocommerce-checkout #customer_details .col-2 {
  margin-left: 0 !important;
}
@media only screen and (min-width: 992px) {
  .checkout.woocommerce-checkout #customer_details .form-row {
    margin-bottom: 20px !important;
  }
}
.checkout.woocommerce-checkout #customer_details .form-row .checkout-inline-error-message {
  font-size: 14px;
  color: #E2401C;
  margin-top: 5px;
}
.checkout.woocommerce-checkout #customer_details .input-text {
  height: 42px;
  border-radius: 3px;
}
.checkout.woocommerce-checkout #customer_details #order_comments {
  min-height: 80px;
}
.checkout.woocommerce-checkout #customer_details .checkout-important-note {
  font-size: 16px;
  line-height: 1.8;
}
.checkout.woocommerce-checkout #customer_details .checkout-important-note p {
  word-break: break-all;
}
.checkout.woocommerce-checkout #customer_details .checkout-important-note ol, .checkout.woocommerce-checkout #customer_details .checkout-important-note ul {
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
.checkout.woocommerce-checkout #customer_details .checkout-important-note ol li, .checkout.woocommerce-checkout #customer_details .checkout-important-note ul li {
  margin-bottom: 8px;
}
.checkout.woocommerce-checkout #customer_details::after {
  display: none;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-form__label-for-checkbox {
  padding-left: 20px;
}
.checkout.woocommerce-checkout #customer_details .password-input {
  position: relative;
}
.checkout.woocommerce-checkout #customer_details .password-input input {
  padding-right: 40px !important;
}
.checkout.woocommerce-checkout #customer_details .show-password-input {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: unset;
  color: #272727;
  padding: 0;
  border: none;
}
.checkout.woocommerce-checkout #customer_details .show-password-input.display-password::after {
  content: "\f06e" !important;
  font-weight: 900 !important;
}
.checkout.woocommerce-checkout #customer_details .show-password-input::after {
  content: "\f070";
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 400;
}
.checkout.woocommerce-checkout #order_review .woocommerce-shipping-methods {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.woocommerce-error {
  border-top-color: #b81c23;
  padding: 12px 35px 15px;
  color: #ededed;
  position: relative;
}
.woocommerce-error:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-error::before {
  display: none;
}
.woocommerce-error {
  width: 100%;
  background-color: unset !important;
  color: #E2401C !important;
  border: 1px solid #272727 !important;
}
.woocommerce-error a {
  color: #E2401C !important;
}

.woocommerce-cart-form .cart-important-note {
  font-size: 16px;
  line-height: 1.8;
}
.woocommerce-cart-form .cart-important-note p {
  word-break: break-all;
}
.woocommerce-cart-form .cart-important-note ol, .woocommerce-cart-form .cart-important-note ul {
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
.woocommerce-cart-form .cart-important-note ol li, .woocommerce-cart-form .cart-important-note ul li {
  margin-bottom: 8px;
}

.woocommerce-cart-form__contents .product-thumbnail::before {
  display: none;
}
.woocommerce-cart-form__contents .actions input:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
.woocommerce-cart-form__contents .actions input:disabled:hover {
  color: #fff;
  background-color: #ff8432;
  border-color: #ff8432;
}

.row.cart-bottom .coupon-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}
.row.cart-bottom .coupon-wrapper label, .row.cart-bottom .coupon-wrapper p {
  width: 100%;
}
.row.cart-bottom .coupon-wrapper .input-text {
  flex-grow: 1;
  margin-bottom: 0;
  margin-right: 8px;
}

.shop_table_responsive .woocommerce-shipping-methods {
  list-style: none;
}

.woocommerce-cart .coupon {
  float: left;
}

.woocommerce-cart .cart-collaterals {
  float: right;
}

.shop_table .actions button {
  color: #fff;
  background-color: #ff8432;
  border-color: #ff8432;
  display: block;
  margin-left: auto;
  padding: 10px 30px;
  margin-top: 15px;
  font-size: 19px;
  cursor: pointer;
}

a.empty-cart-button {
  display: inline-block;
  background-color: rgb(255, 132, 50);
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 15px;
}

#ship-to-different-address {
  padding-bottom: 30px;
  text-align: center;
}

#order_comments_field {
  padding-bottom: 20px;
}

.woocommerce-cart .content-area article {
  background-color: #fff;
  border: 1px solid #c0c0c2;
  margin: 15px 0 30px;
}

.shop_table .cart_item .product-thumbnail {
  padding-bottom: 10px;
}
.shop_table .cart_item .product-thumbnail img {
  width: 80px;
  height: 80px;
}
.shop_table .actions input.button,
.shop_table .actions button.button {
  color: #fff;
  background-color: #ff8432;
  border-color: #ff8432;
  display: block;
  margin-left: auto;
  padding: 10px 30px;
  margin-top: 15px;
  font-size: 19px;
  cursor: pointer;
}
.shop_table .actions input.button:hover,
.shop_table .actions button.button:hover {
  background-color: transparent;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.shop_table.woocommerce-cart-form__contents thead tr th {
  padding: 3px 15px;
  font-family: "Raleway", sans-serif;
}
.shop_table.woocommerce-cart-form__contents thead tr th.product-price, .shop_table.woocommerce-cart-form__contents thead tr th.product-quantity, .shop_table.woocommerce-cart-form__contents thead tr th.product-subtotal {
  text-align: center;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item {
  border: 1px solid #ccc;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td {
  border-right: 1px solid #ccc;
  padding: 3px 15px;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-price, .shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity, .shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-subtotal {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-price, .shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity, .shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-subtotal {
    text-align: center;
  }
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-name a {
  color: #1b57b0;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-name a:hover {
  color: #ff8432;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-remove {
  text-align: center;
  padding: 3px;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-remove a.remove {
  font-size: 30px;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-remove a.remove:hover {
  color: #a00;
}
.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity input.qty {
  width: 60px;
  padding: 5px 0 5px 10px;
}

.woocommerce .return-to-shop {
  margin-bottom: 25px;
}
.woocommerce .return-to-shop a {
  border: 1px solid;
  display: inline-block;
  border-radius: 5px;
  background-color: #ff8432;
  border-color: #ff8432;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
}
.woocommerce .return-to-shop a:hover {
  background-color: transparent;
  border-color: #ff8432;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.contact-page address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}

.contact-page address p {
  margin: 0 0 12px;
}

.contact-page address .fa {
  color: #ff8432;
  width: 22px;
  text-align: center;
  margin-right: 6px;
}

.form-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 2px solid #e0e0e0;
}
.form-contact-form .form-left {
  flex: 1 1 480px;
}
.form-contact-form .sales-support-right {
  flex: 0 1 280px;
  background: #f5f7fa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 18px 22px;
}

.sales-support-right p {
  margin: 0 0 8px;
}

.wpcf7-form p {
  margin: 0 0 18px;
  font-weight: 600;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form input.wpcf7-email, .wpcf7-form input.wpcf7-tel, .wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
  max-width: 560px;
  padding: 9px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}
.wpcf7-form textarea.wpcf7-textarea {
  max-width: 100%;
  min-height: 160px;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  outline: none;
  border-color: #ff8432;
  box-shadow: 0 0 0 2px rgba(255, 132, 50, 0.2);
}
.wpcf7-form input.wpcf7-submit {
  background: #ff8432;
  border: 1px solid #ff8432;
  color: #fff;
  padding: 10px 30px;
  font-size: 17px;
  border-radius: 3px;
  cursor: pointer;
}
.wpcf7-form input.wpcf7-submit:hover {
  background: transparent;
  color: #000;
}

.wpcf7-not-valid-tip {
  color: #a00;
  font-weight: 400;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin: 15px 0 0;
  padding: 10px 15px;
  border-radius: 3px;
}

.error-404.not-found {
  background-color: #fff;
  border: 1px solid #c0c0c2;
  margin: 15px 0 30px;
  padding: 15px;
}
.error-404.not-found .widget h2 {
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

form.woocommerce-product-search, form.search-form {
  position: relative;
}
form.woocommerce-product-search input.search-field, form.search-form input.search-field {
  border: 1px solid #f0efef;
  color: #929292;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 40px 10px 20px;
  height: 48px;
  width: 100%;
  border-color: #ff8432;
}
form.woocommerce-product-search input.search-field:focus, form.search-form input.search-field:focus {
  color: #1b57b0;
}
form.woocommerce-product-search label, form.search-form label {
  display: block;
}
form.woocommerce-product-search button.search-submit, form.woocommerce-product-search input.search-submit, form.search-form button.search-submit, form.search-form input.search-submit {
  position: absolute;
  right: 12px;
  top: 15px;
  background: transparent url("../images/icon-search.png") no-repeat 50%;
  width: 18px;
  height: 18px;
  border: none;
  color: transparent;
}

.shop-archive {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #c0c0c2;
  margin: 15px 0 30px;
}
.shop-archive #breadcrumb-sec {
  padding: 0 0 15px;
  color: #1b57b0;
  font-size: 14px;
}
.shop-archive #breadcrumb-sec a {
  color: #1b57b0;
}
.shop-archive #breadcrumb-sec a:hover {
  color: #ff8432;
}

small.woocommerce-price-suffix {
  font-size: 1rem;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.available-on-backorder {
  background-blend-mode: normal;
  background-color: rgb(255, 132, 50);
  background-image: linear-gradient(166deg, rgb(255, 182, 134) 31%, rgb(255, 132, 50) 75%);
  border: 1px solid #333;
  margin: 20px 0px;
  padding: 1rem;
  text-align: center;
  color: #fff;
}

.available-on-backorder a {
  color: #4e62c7;
  text-decoration: underline;
}

.available-on-backorder i {
  color: #8B0000;
}

.woocommerce-message, .woocommerce-info {
  background-color: #4682db !important;
  color: #fff;
  padding: 7px 20px;
  border-radius: 2px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-message a, .woocommerce-info a {
  color: #ff8432;
  margin-left: 10px;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  display: flex;
  justify-content: space-between;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: right;
  width: 50%;
}

.custom-two-logos {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .custom-two-logos img {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .custom-two-logos img {
    padding: 0px !important;
    width: 80%;
  }
  .custom-two-logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
article .entry-title a, article .entry-meta a, article .entry-footer a {
  color: #1b57b0;
}
article .entry-title a:hover, article .entry-meta a:hover, article .entry-footer a:hover {
  color: #ff8432;
}

.widget {
  margin-bottom: 45px;
}
.widget h2.widget-title {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.widget ul {
  padding-left: 0;
  margin-left: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li a {
  color: #333;
}
.widget ul li a:hover {
  color: #ff8432;
  text-decoration: none;
}
.widget ul ul.children {
  padding-left: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.widget ul ul.children li {
  position: relative;
}
.widget ul ul.children li:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "\f2d1";
  font-family: FontAwesome;
  font-size: 12px;
  color: #a0a0a0;
  transform: translateX(0);
}

.widget.widget_price_filter h2.widget-title {
  margin-bottom: 25px;
}
.widget.widget_price_filter button.button {
  padding: 0 25px;
}

.widget_media_gallery .gallery-item {
  max-width: 88px !important;
  max-height: 88px !important;
}
.widget_media_gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  margin-right: 12px;
  margin-bottom: 12px;
  border: 1px solid #b6b6b6;
}
.single-product .entry-summary h1.entry-title {
  color: #1b57b0;
  font-size: 42px;
  margin-bottom: 20px;
}
.single-product .entry-summary .product-short-description {
  border-bottom: 5px solid #f0f0f0;
  color: #313131;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.single-product .entry-summary p.price {
  color: #ff8432;
  font-size: 25px;
  margin-bottom: 20px;
}
.single-product .entry-summary p.price del {
  color: #adadad;
  font-size: 20px;
}
.single-product .entry-summary p.price ins {
  background-color: transparent;
}
.single-product .entry-summary .add-to-cart {
  margin-bottom: 25px;
}
.single-product .entry-summary .add-to-cart .quantity {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .entry-summary .add-to-cart .quantity .screen-reader-text {
  font-size: 17px;
  clip: unset;
  clip-path: unset;
  height: 25px;
  width: 100px;
  margin-top: 7px;
  font-weight: 400;
  color: #313131;
}
.single-product .entry-summary .add-to-cart .quantity .qty {
  width: 70px;
  margin-right: 20px;
  padding: 5px 0 5px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-product .entry-summary .add-to-cart .order-button {
    width: 100%;
  }
}
.single-product .entry-summary .add-to-cart .single_add_to_cart_button {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ff8432;
  color: #fff;
  border: 1px solid #ff8432;
  border-radius: 4px;
  padding: 8px 40px;
  font-weight: 600;
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .single-product .entry-summary .add-to-cart .single_add_to_cart_button {
    font-size: 21px;
    padding: 10px 40px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product .entry-summary .add-to-cart .single_add_to_cart_button {
    font-size: 24px;
    padding: 10px 60px;
  }
}
.single-product .entry-summary .add-to-cart .single_add_to_cart_button:hover {
  background-color: #1b57b0;
  border-color: #1b57b0;
  transition: all 0.3s ease-in-out;
}
.single-product .entry-summary .add-to-cart .variations {
  border-collapse: separate;
  border-radius: 5px;
  border: 1px solid #adadad;
}
.single-product .entry-summary .add-to-cart .variations tr td.label {
  padding: 5px;
}
.single-product .entry-summary .add-to-cart .variations tr td.label label {
  color: #313131;
  text-transform: capitalize;
  font-size: 17px;
  padding-top: 15px;
  padding-left: 5px;
  font-weight: 400;
}
.single-product .entry-summary .add-to-cart .variations tr td.value {
  padding: 3px;
}
.single-product .entry-summary .add-to-cart .variations tr td.value select {
  border-radius: 4px;
  color: #313131;
  text-transform: uppercase;
  padding: 7px;
  font-weight: 700;
}
.single-product .entry-summary .add-to-cart .single_variation_wrap {
  display: flex;
  flex-direction: row-reverse;
}
.single-product .entry-summary .add-to-cart .single_variation_wrap .single_variation .woocommerce-variation-price {
  color: #1b57b0;
  font-size: 30px;
}
.single-product .entry-summary .add-to-cart .single_variation_wrap .single_variation .woocommerce-variation-price del {
  color: #adadad;
  font-size: 23px;
}
.single-product .entry-summary .add-to-cart .single_variation_wrap .single_variation .woocommerce-variation-price ins {
  background-color: transparent;
}
.single-product .entry-summary .product_meta .sku_wrapper {
  display: block;
  margin-bottom: 10px;
}
.single-product .entry-summary .product_meta .posted_in {
  display: block;
}

.product-info {
  padding-top: 15px;
}
@media only screen and (min-width: 576px) {
  .product-info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-info {
    width: 100%;
  }
}
.product-info .info-link {
  background: url("../images/pdf-icon.png") no-repeat 9px 50%;
  display: block;
  border: 2px solid #aaaaaa;
  border-radius: 5px;
  padding: 5px 15px 5px 37px;
  color: #222222;
  width: 100%;
  max-width: 240px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 576px) {
  .product-info .info-link {
    width: 45% !important;
    margin: 0 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .product-info .info-link {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .product-info .info-link {
    width: 45% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .product-info .info-link {
    width: 50% !important;
  }
}
.product-info .info-link:hover {
  background-color: #1b57b0;
  border-color: #1b57b0;
  color: #fff;
  text-decoration: none;
}

.postid-846 #call-for-price {
  display: none;
}

.tax-product_cat .call-for-price {
  display: none;
}

.call-for-price {
  display: block;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  background: #f1f1f1;
}

.call-for-price a {
  color: #ff8432;
}

.single-product .entry-summary .add-to-cart .variations {
  border: none;
}

.single-product .entry-summary .add-to-cart .variations tr td.value select {
  border-color: rgb(255, 132, 50);
  padding-right: 0;
}

form.cart .single_variation_wrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: start;
}

form.cart .single_variation_wrap .woocommerce-variation.single_variation {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  margin: 0;
}

form.cart .single_variation_wrap .woocommerce-variation-description {
  width: auto;
  margin: 0 0 8px;
}

form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
}

form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
}

form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input.qty {
  width: 60px;
  padding: 5px 0 5px 10px;
}

form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin: 0;
  white-space: nowrap;
}

form.cart .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

form.cart .quantity .qty-label {
  font-weight: 600;
}

@media (max-width: 575px) {
  form.cart .single_variation_wrap {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  form.cart .single_variation_wrap .woocommerce-variation.single_variation,
  form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    grid-column: 1;
    grid-row: auto;
  }
}
.single-product .entry-summary .product-info .info-link-pdf, .single-product .entry-summary .product-info .info-link-youtube {
  background: url("https://www.easyheatpumps.com/wp-content/themes/easyheatpumps/assets/images/pdf-icon.png") no-repeat 9px 50% #95bf21;
}

.single-product .entry-summary .product-info .info-link-youtube {
  background: url("https://www.easyheatpumps.com/wp-content/themes/easyheatpumps/assets/images/youtube.png") no-repeat 9px 50% #95bf21;
}

.single-product .entry-summary .product-info .info-link {
  display: block;
  border: 2px solid #aaaaaa;
  border-radius: 5px;
  padding: 5px 15px 5px 37px;
  margin-bottom: 7px;
  color: #ffffff;
  width: 100%;
  max-width: 260px;
}

.single-product .entry-summary .product-short-description {
  display: flex;
}

.single-product .entry-summary .product-info .info-link:hover {
  background-color: #1b57b0;
  border-color: #1b57b0;
  color: #fff;
  text-decoration: none;
}

.single-product .entry-summary p.price {
  color: #1b57b0;
  font-size: 30px;
}

.woocommerce-tabs {
  border-top: 5px solid #f0f0f0;
  margin-top: 35px;
  padding-top: 35px;
}
.woocommerce-tabs ul.tabs {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-tabs ul.tabs li a {
  color: #1b57b0;
  padding: 7px 15px !important;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2px;
}
.woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  border-color: #cccccc;
}
.woocommerce-tabs ul.tabs li.active a {
  border-color: #cccccc;
  border-radius: 2px;
  text-decoration: none;
}
.woocommerce-tabs #tab-description h2 {
  display: none;
}
.woocommerce-tabs #tab-reviews #comments h2 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
}
.woocommerce-tabs #tab-reviews #comments ol.commentlist {
  margin-left: 0;
  margin-bottom: 25px;
}
.woocommerce-tabs #tab-reviews #review_form_wrapper #reply-title {
  font-size: 25px;
}
.woocommerce-tabs #tab-reviews #review_form_wrapper #commentform .form-submit #submit {
  background-color: #ff8432;
  border-color: #ff8432;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
}
.woocommerce-tabs #tab-reviews #review_form_wrapper #commentform .form-submit #submit:hover {
  background-color: transparent;
  border-color: #ff8432;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.variations .label {
  display: none !important;
}

section.related.products {
  display: block !important;
}

section.related.products ul.products {
  gap: 2rem;
}

.variations_form.cart .screen-reader-text {
  display: none;
}

.my_account_orders .woocommerce-button.button {
  display: inline-block;
  margin: 2px 8px 2px 0;
  padding: 6px 16px;
  background: #ff8432;
  border: 1px solid #ff8432;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-size: 15px;
}
.my_account_orders .woocommerce-button.button:hover {
  background: transparent;
  color: #000;
}
.my_account_orders .woocommerce-button.view {
  background: transparent;
  color: #ff8432;
}
.my_account_orders .woocommerce-button.view:hover {
  background: #ff8432;
  color: #fff;
}
.my_account_orders thead th {
  padding: 8px 12px;
  border-bottom: 2px solid #ccc;
  text-align: left;
}
.my_account_orders tbody th, .my_account_orders tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}
.my_account_orders .woocommerce-orders-table__cell-order-actions {
  white-space: nowrap;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.woocommerce-MyAccount-navigation-link a {
  display: inline-block;
  padding: 4px 2px;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  color: #ff8432;
  border-bottom: 3px solid #ff8432;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-table--order-details thead th {
  padding: 8px 15px;
  border-bottom: 2px solid #ccc;
  text-align: left;
}
.woocommerce-table--order-details tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.woocommerce-table--order-details .product-total, .woocommerce-table--order-details thead .product-total {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-table--order-details tfoot th, .woocommerce-table--order-details tfoot td {
  padding: 6px 15px;
  text-align: right;
}
.woocommerce-table--order-details tfoot tr:first-child th, .woocommerce-table--order-details tfoot tr:first-child td {
  padding-top: 14px;
}
.woocommerce-table--order-details tfoot .shipped_via {
  white-space: nowrap;
}
.woocommerce-table--order-details .order-actions-button {
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px;
  background: #ff8432;
  border: 1px solid #ff8432;
  color: #fff;
  border-radius: 3px;
}
.woocommerce-table--order-details .order-actions-button:hover {
  background: transparent;
  color: #000;
}

.wc-item-meta {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  font-size: 0.9em;
}
.wc-item-meta p {
  display: inline;
  margin: 0;
}

.ehp-build-badge {
  display: inline-block;
  background: #eef4fb;
  color: #21759b;
  border: 1px solid #c9ddf0;
  border-radius: 3px;
  padding: 2px 10px;
  font-weight: 600;
}

.woocommerce-account article {
  background-color: #fff;
  margin-top: 15px;
  padding-bottom: 35px;
}
.woocommerce-account article .woocommerce h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.woocommerce-account article .woocommerce h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%);
  background-color: #0b6bed;
  width: 95px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .woocommerce-account article .woocommerce .woocommerce-form-login {
    margin-left: 15%;
    margin-right: 15%;
  }
}

.woocommerce-form-login {
  border: 1px solid #d3ced2;
  padding: 20px 10px 15px;
  margin: 0;
  text-align: left;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .woocommerce-form-login {
    padding: 20px;
  }
}
.woocommerce-form-login p.woocommerce-form-row label {
  display: block;
}
.woocommerce-form-login p.form-row {
  margin-bottom: 15px;
}
.woocommerce-form-login p.form-row input#username, .woocommerce-form-login p.form-row input#password {
  padding: 7px 15px;
  width: 100%;
}
.woocommerce-form-login p.form-row input.woocommerce-Button {
  background-color: #ff8432;
  color: #fff;
  font-size: 17px;
  border: 1px solid #ff8432;
  padding: 10px 20px;
  font-weight: 700;
  margin-right: 15px;
}
.woocommerce-form-login p.form-row input.woocommerce-Button:hover {
  background-color: #1b57b0;
  border-color: #1b57b0;
  transition: all 0.3s ease-in-out;
}
.woocommerce-form-login p.woocommerce-LostPassword a {
  color: #1b57b0;
}
.woocommerce-form-login p.woocommerce-LostPassword a:hover {
  color: #ff8432;
  text-decoration: none;
}

#post-4729 {
  padding-top: 40px;
}

#post-4729 h1 {
  text-align: center;
}

.page-id-2469 .site-content.sticky {
  position: sticky;
  top: 0;
}

.page-id-2469 .hentry {
  background: transparent;
  border: unset;
  padding: 0;
}

.custom-text .row-container .row:first-child {
  opacity: 1;
}
.custom-text .row {
  opacity: 0;
  height: 50vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  background: white;
  margin: 0;
}
.custom-text .row-inner {
  position: sticky;
  top: 0;
  padding: 0;
}
.custom-text .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex: 50%;
  padding: 10px;
  height: 500px;
  box-sizing: border-box;
}
.custom-text .left-column {
  background-color: transparent;
}
.custom-text .right-column {
  background-color: transparent;
}
.custom-text h1 {
  font-family: "Unbounded", helvetica, sans-serif;
  margin: 0;
  font-size: 36px;
}
.custom-text h2 {
  margin: 0;
  font-size: 24px;
}
.custom-text p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.5;
}
.custom-text img {
  width: 100%;
  height: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.card__content div {
  text-align: center;
}

.card__content > div + p {
  display: none;
}

.slider_one {
  background-image: radial-gradient(circle at 47% 14%, rgba(205, 205, 205, 0.04) 0%, rgba(205, 205, 205, 0.04) 43%, transparent 43%, transparent 100%), radial-gradient(circle at 35% 12%, rgba(215, 215, 215, 0.04) 0%, rgba(215, 215, 215, 0.04) 4%, transparent 4%, transparent 100%), radial-gradient(circle at 1% 35%, rgba(24, 24, 24, 0.04) 0%, rgba(24, 24, 24, 0.04) 37%, transparent 37%, transparent 100%), radial-gradient(circle at 21% 1%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 26%, transparent 26%, transparent 100%), radial-gradient(circle at 23% 82%, rgba(249, 249, 249, 0.04) 0%, rgba(249, 249, 249, 0.04) 60%, transparent 60%, transparent 100%), radial-gradient(circle at 11% 54%, rgba(251, 251, 251, 0.04) 0%, rgba(251, 251, 251, 0.04) 23%, transparent 23%, transparent 100%), radial-gradient(circle at 69% 68%, rgba(234, 234, 234, 0.04) 0%, rgba(234, 234, 234, 0.04) 10%, transparent 10%, transparent 100%), linear-gradient(90deg, #2c7ad2, #1568c6);
}

.slider_two {
  background-image: radial-gradient(circle at 19% 90%, rgba(190, 190, 190, 0.04) 0%, rgba(190, 190, 190, 0.04) 17%, transparent 17%, transparent 100%), radial-gradient(circle at 73% 2%, rgba(78, 78, 78, 0.04) 0%, rgba(78, 78, 78, 0.04) 94%, transparent 94%, transparent 100%), radial-gradient(circle at 45% 2%, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 55%, transparent 55%, transparent 100%), radial-gradient(circle at 76% 60%, rgba(110, 110, 110, 0.04) 0%, rgba(110, 110, 110, 0.04) 34%, transparent 34%, transparent 100%), radial-gradient(circle at 68% 56%, rgba(246, 246, 246, 0.04) 0%, rgba(246, 246, 246, 0.04) 16%, transparent 16%, transparent 100%), radial-gradient(circle at 71% 42%, rgba(156, 156, 156, 0.04) 0%, rgba(156, 156, 156, 0.04) 47%, transparent 47%, transparent 100%), radial-gradient(circle at 46% 82%, rgba(247, 247, 247, 0.04) 0%, rgba(247, 247, 247, 0.04) 39%, transparent 39%, transparent 100%), radial-gradient(circle at 50% 47%, rgba(209, 209, 209, 0.04) 0%, rgba(209, 209, 209, 0.04) 45%, transparent 45%, transparent 100%), linear-gradient(90deg, #e53949, #cc2232);
}

.slider_seven, .slider_three {
  background-image: radial-gradient(circle at 47% 14%, rgba(205, 205, 205, 0.04) 0%, rgba(205, 205, 205, 0.04) 43%, transparent 43%, transparent 100%), radial-gradient(circle at 35% 12%, rgba(215, 215, 215, 0.04) 0%, rgba(215, 215, 215, 0.04) 4%, transparent 4%, transparent 100%), radial-gradient(circle at 1% 35%, rgba(24, 24, 24, 0.04) 0%, rgba(24, 24, 24, 0.04) 37%, transparent 37%, transparent 100%), radial-gradient(circle at 21% 1%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 26%, transparent 26%, transparent 100%), radial-gradient(circle at 23% 82%, rgba(249, 249, 249, 0.04) 0%, rgba(249, 249, 249, 0.04) 60%, transparent 60%, transparent 100%), radial-gradient(circle at 11% 54%, rgba(251, 251, 251, 0.04) 0%, rgba(251, 251, 251, 0.04) 23%, transparent 23%, transparent 100%), radial-gradient(circle at 69% 68%, rgba(234, 234, 234, 0.04) 0%, rgba(234, 234, 234, 0.04) 10%, transparent 10%, transparent 100%), linear-gradient(90deg, #8d3dae, #8d3dae);
}

.slider_four, .slider_eight {
  background-image: radial-gradient(circle at 46% 40%, rgba(228, 228, 228, 0.06) 0%, rgba(228, 228, 228, 0.06) 13%, transparent 13%, transparent 100%), radial-gradient(circle at 11% 41%, rgba(198, 198, 198, 0.06) 0%, rgba(198, 198, 198, 0.06) 19%, transparent 19%, transparent 100%), radial-gradient(circle at 52% 23%, rgba(14, 14, 14, 0.06) 0%, rgba(14, 14, 14, 0.06) 69%, transparent 69%, transparent 100%), radial-gradient(circle at 13% 85%, rgba(148, 148, 148, 0.06) 0%, rgba(148, 148, 148, 0.06) 44%, transparent 44%, transparent 100%), radial-gradient(circle at 57% 74%, rgba(232, 232, 232, 0.06) 0%, rgba(232, 232, 232, 0.06) 21%, transparent 21%, transparent 100%), radial-gradient(circle at 59% 54%, rgba(39, 39, 39, 0.06) 0%, rgba(39, 39, 39, 0.06) 49%, transparent 49%, transparent 100%), radial-gradient(circle at 98% 38%, rgba(157, 157, 157, 0.06) 0%, rgba(157, 157, 157, 0.06) 24%, transparent 24%, transparent 100%), radial-gradient(circle at 8% 6%, rgba(60, 60, 60, 0.06) 0%, rgba(60, 60, 60, 0.06) 12%, transparent 12%, transparent 100%), linear-gradient(90deg, #28a92b, #10a614);
}

.slider_five {
  background-image: radial-gradient(circle at 47% 14%, rgba(205, 205, 205, 0.04) 0%, rgba(205, 205, 205, 0.04) 43%, transparent 43%, transparent 100%), radial-gradient(circle at 35% 12%, rgba(215, 215, 215, 0.04) 0%, rgba(215, 215, 215, 0.04) 4%, transparent 4%, transparent 100%), radial-gradient(circle at 1% 35%, rgba(24, 24, 24, 0.04) 0%, rgba(24, 24, 24, 0.04) 37%, transparent 37%, transparent 100%), radial-gradient(circle at 21% 1%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 26%, transparent 26%, transparent 100%), radial-gradient(circle at 23% 82%, rgba(249, 249, 249, 0.04) 0%, rgba(249, 249, 249, 0.04) 60%, transparent 60%, transparent 100%), radial-gradient(circle at 11% 54%, rgba(251, 251, 251, 0.04) 0%, rgba(251, 251, 251, 0.04) 23%, transparent 23%, transparent 100%), radial-gradient(circle at 69% 68%, rgba(234, 234, 234, 0.04) 0%, rgba(234, 234, 234, 0.04) 10%, transparent 10%, transparent 100%), linear-gradient(90deg, #2c7ad2, #1568c6);
}

.slider_six {
  background-image: radial-gradient(circle at 47% 14%, rgba(205, 205, 205, 0.04) 0%, rgba(205, 205, 205, 0.04) 43%, transparent 43%, transparent 100%), radial-gradient(circle at 35% 12%, rgba(215, 215, 215, 0.04) 0%, rgba(215, 215, 215, 0.04) 4%, transparent 4%, transparent 100%), radial-gradient(circle at 1% 35%, rgba(24, 24, 24, 0.04) 0%, rgba(24, 24, 24, 0.04) 37%, transparent 37%, transparent 100%), radial-gradient(circle at 21% 1%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 26%, transparent 26%, transparent 100%), radial-gradient(circle at 23% 82%, rgba(249, 249, 249, 0.04) 0%, rgba(249, 249, 249, 0.04) 60%, transparent 60%, transparent 100%), radial-gradient(circle at 11% 54%, rgba(251, 251, 251, 0.04) 0%, rgba(251, 251, 251, 0.04) 23%, transparent 23%, transparent 100%), radial-gradient(circle at 69% 68%, rgba(234, 234, 234, 0.04) 0%, rgba(234, 234, 234, 0.04) 10%, transparent 10%, transparent 100%), linear-gradient(90deg, #2c7ad2, #1568c6);
}

.slider_eight, .slider_seven, .slider_two, .slider_three, .slider_four, .slider_five, .slider_six, .slider_one h2 {
  color: #fff;
  text-align: center;
}

.slide.slider_one.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.slide.slider_two.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.slide.slider_seven.slick-slide, .slide.slider_eight.slick-slide, .slide.slider_three.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.custom-post-slider .slick-list, .custom-post-slider .slick-track {
  height: 400px !important;
}

.slide.slider_four.slick-slide {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.slide.slider_five.slick-slide {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.slide.slider_six.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.scrolling_btn a {
  text-decoration: none;
  background: white;
  padding: 7px 20px;
  border-radius: 5px;
}

.scrolling_btn a {
  text-decoration: none;
  background: white;
  padding: 7px 20px;
  border-radius: 5px;
  border: solid 1px #fff;
  transition: 0.3s;
}

.scrolling_btn a:hover {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .custom-post-slider h2 {
    font-size: 24px !important;
  }
}
.ninja_form_div {
  width: 50%;
}
.ninja_form_div .nf-mp-header {
  display: none;
}
.ninja_form_div div#nf-form-6-cont {
  margin-top: 0;
}
.ninja_form_div div#nf-form-6-cont div#nf-field-52-wrap {
  width: 100%;
}
.ninja_form_div div#nf-field-44-wrap,
.ninja_form_div .nf-form-content .nf-field-container #nf-field-45-wrap,
.ninja_form_div div#nf-field-47-wrap,
.ninja_form_div div#nf-field-50-wrap,
.ninja_form_div div#nf-field-53-wrap {
  width: 100% !important;
}

.info_with_form_ {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 30px;
}

.info_collection_div {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .info_with_form_ {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .info_collection_div {
    width: 100%;
  }
  .ninja_form_div {
    width: 100%;
  }
}
#popular-products h2.section-title {
  color: #1c1c1c;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 35px;
}
#popular-products h2.section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  background-color: #0b6bed;
  width: 120px;
  height: 2px;
}
#popular-products .box {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #popular-products .box {
    text-align: left;
  }
}
#popular-products .box .img-box img.shop-catalog, #popular-products .box .img-box img.placeholder-catalog {
  width: 264px;
  height: 208px;
  border: 1px solid #bfbfbf;
}
#popular-products .box .img-box .formatting {
  font-family: "Raleway", sans-serif;
}
#popular-products .box .img-box .formatting h2 {
  font-size: 17px;
  font-weight: 700;
}
#popular-products .box .img-box .formatting h2 a {
  color: #000;
  text-decoration: none;
}
#popular-products .box .img-box .formatting h2 a:hover {
  color: #ff8432;
}
#popular-products .box .img-box .formatting p.short-desc {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
#popular-products .box .basket-info {
  position: relative;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
#popular-products .box .basket-info .basket-info-left {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
#popular-products .box .basket-info .basket-info-left a {
  border: 2px solid #1b57b0;
  color: #1b57b0;
  display: inline-block;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
#popular-products .box .basket-info .basket-info-right {
  width: 100%;
  display: inline-block;
  color: #ff8432;
  font-weight: 500;
}
#popular-products .box .basket-info .basket-info-right del {
  color: #bfbfbf;
}
#popular-products .box .basket-info .basket-info-right ins {
  background-color: transparent;
}
#popular-products .box .basket-info:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #1b57b0;
  width: 95px;
  height: 1px;
  transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  #popular-products .box .basket-info:after {
    left: 0%;
    transform: translate(0%);
  }
}
#popular-products .box:hover .img-box .formatting h2 a {
  color: #ff8432;
}
#popular-products .box:hover .basket-info .basket-info-left a {
  background-color: #ff8432;
  border-color: #ff8432;
  color: #fff;
}
#popular-products .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -60px;
}
#popular-products .owl-nav > div {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e8e8e8;
}
#popular-products .owl-nav > div:hover {
  background-color: #1b57b0;
  border-color: #1b57b0;
}
#popular-products .owl-nav .owl-prev {
  background: url("../images/slider-arrow-left.png") no-repeat 50%;
  margin-right: 6px;
}
#popular-products .owl-nav .owl-next {
  background: url("../images/slider-arrow-right.png") no-repeat 50%;
}/*# sourceMappingURL=style.css.map */