@font-face {
  font-family: SucroseSlant-BoldOne;
  src: url("../fonts/SucroseSlant-BoldOne.otf");
}
h1 .text-red {
  color: #cc4e3e !important;
}
.font-slant {
  font-family: "HouseSlant-Regular";
}
.font-lg {
  font-size: 40px;
}
.gap {
  gap: 30px;
}
.calculate-now {
  padding: 20px;
}
.calculate-now.hide {
  display: none;
}
.wa-percent {
  background: #b23e2f;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  margin-left: -1px;

  font-size: 19px;
  padding: 0 5px;
  line-height: 160%;
  border-radius: 0px 5px 5px 0px;
}
.wa-dollar-sign {
  background: #b23e2f;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  margin-right: -1px;
  font-size: 19px;
  padding: 0 5px;
  line-height: 160%;
  border-radius: 8px 0px 0px 8px;
}
.total_text,
.defender-total_text {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #b23e2f;
}
.clonable-form input.metal-part-value {
  border-radius: 0px 8px 8px 0px;
}
.clonable-form input.percent-parts-rejected {
  border-radius: 8px 0px 0px 8px;
}
body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.table-costs,
.table-additional-costs {
  border: 0;
}
.table-costs:not(.active) tr th:last-child,
.table-costs:not(.active) tr td:last-child {
  display: none;
}
.table-costs tr th,
.table-additional-costs tr th {
  text-align: center;
  color: #b23e2f;
  text-transform: uppercase;
  background-color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  border-top: 1px solid #b23e2f;
  border-right: 1px solid #b23e2f;
  border-bottom: 1px solid #b23e2f;
  text-align: center;
  font-size: 24px;
}
.table-costs tr td,
.table-additional-costs tr td {
  border-right: 1px solid #b23e2f;
  border-top: 1px solid #b23e2f;
  border-bottom: 1px solid #b23e2f;
  text-align: center;
  font-weight: bold;
}

.table-costs tr th:first-child,
.table-costs tr td:first-child,
.table-additional-costs tr th:first-child,
.table-additional-costs tr td:first-child {
  border-left: 0px;
}
.table-costs tr td:nth-child(1),
.table-additional-costs tr td:nth-child(1) {
  text-align: left;
}
.table-costs tr th:nth-child(3),
.table-costs tr td:nth-child(3),
.table-additional-costs tr th:nth-child(3),
.table-additional-costs tr td:nth-child(3) {
  border-right: 0px;
}
.table-costs tr th:nth-child(4),
.table-costs tr td:nth-child(4) {
  border-right: 0px;
  border-left: 1px solid #b23e2f;
  font-family: "Teko", sans-serif;
  font-weight: bold;
  font-size: 24px;
  background-color: #eee;
}
.table-costs tr th:nth-child(4) {
  text-align: center;
  background-color: #b23e2f;
  text-transform: uppercase;
  color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}

.text-gray {
  color: #707e88;
}
.header {
  background-color: #000;
  text-align: center;
}
.header-hero {
  padding-top: 20px;
}
.header .wrapper {
  padding: 0 20px;
}
body:not(.home) h1 span.text-white {
  font-family: "SucroseSlant-BoldOne";

  font-size: 50px;
  font-weight: 400;
  line-height: 0.75;
}
body:not(.home) h2 {
  font-size: 44px;
  font-family: "HouseSlant-Regular";
  margin-bottom: 10px;
  font-weight: normal;
}
body:not(.home) h2 .text-light-red {
  color: #eeafa4;
  font-family: "HouseSlant-Regular";
}
body:not(.home) h3 {
  color: #b23e2f;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
.btn.btn-red {
  font-size: 26px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;

  background: #b23e2f;
  color: #fff;
  font-weight: bold;
}
sup {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
img.logo {
  max-width: 100px;
  margin: 20px 0;
}
/* .wrapper {
  width: auto;
  max-width: 960px;
  padding: 0 30px;
} */

.bar-red {
  background-color: #b23e2f;
  padding: 20px 0;
  margin-bottom: 60px;
}

.text-red {
  font-family: "HouseSlant-Regular";
  color: #b23e2f;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: normal;
}
p.text-white {
  /* font-family: "Bebas Neue", cursive; */
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}
#form-container h3 {
  font-size: 20px;
  padding: 14px 20px 10px;
  border-top: 1px solid #b23e2f;
  border-bottom: 1px solid #b23e2f;
}

.border-bottom {
  border-bottom: 1px solid #b23e2f;
}

.grid-container {
  display: grid;
  /* gap: 1em; */
}
.btn {
  font-family: "Teko", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
.btn.btn-green {
  font-size: 26px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn.btn-green:hover {
  background-color: #168946;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-clone {
  color: #b23e2f;
  border: 0;
  background: transparent;
  padding: 0;
}
.btn.btn-clone:hover {
  color: #168946;
}
.btn-delete {
  border: 0;
  color: #ffffff;
  font-weight: bold;
  background: #23ae60;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
}
.btn-delete:before {
  content: "\f410";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.results-group {
  flex-grow: 1;
}
.bag-title {
  display: flex;
}
.bag-title h3 {
  flex-grow: 1;
}
#grand-total-heading {
  align-self: center;
}
#grand-total-heading h2 {
  align-items: center;
  margin: 0;
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
}
input#grand-total {
  display: inline;
  background-color: transparent;
  border: 0;
}
/* FORM */
ul.dimension-inputs {
  list-style: none;
  padding: 20px 5px;
  margin: 0;
}
ul.dimension-inputs label {
  flex-basis: 50%;
}
ul.results {
  display: none;
}
ul.results.active {
  display: block;
  padding: 0 20px;
}
.clonable-form {
  margin-bottom: -1px;
}
.clonable-form ul li {
  display: flex;
  gap: 5px;
  font-size: 24px;
  align-items: center;
}

.clonable-form ul.dimension-inputs li {
  justify-content: flex-end;
}
.clonable-form .input-group {
  width: 50%;
}
.clonable-form input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.clonable-form ul.results li input {
  border: 0;
  font-weight: bold;
  font-size: 24px;
}

label {
  font-family: "Bebas Neue", cursive;
}
.results label {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.results div {
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0.5s;
  font-weight: bold;
}
.results.active label,
.results.active div {
  opacity: 1;
}
.bar-red-results {
  background-color: #b23e2f;
}
.bar-red-results .wrapper {
  opacity: 0;
  transition: opacity 0.15s ease-in-out 1s;
  height: 0;
}
.bar-red-results .wrapper.active {
  opacity: 1;
  height: auto;
  padding: 20px;
  margin-bottom: 80px;
}
/* #defender-total-group,
#defender-total-group input {
  font-size: 40px;
} */

.ms-1 {
  margin-left: 10px;
}
.ms-2 {
  margin-left: 20px;
}
.ms-auto {
  margin-left: auto;
}
.bag-button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 60px;
  gap: 30px;
}
/* #main article {
  max-width: 960px;
} */
body:not(.home) .did-ya-know h2 {
  font-family: "HouseSlant-Regular";
  font-size: 50px;
}
.did-ya-know {
  padding: 20px;
}
.did-ya-know h2 a:hover {
  color: #000;
  text-decoration: none;
}
.did-ya-know p {
  font-size: 20px;
}
.did-ya-know a {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
.did-ya-know a:hover {
  color: #fff;
}
.did-ya-know .vc_column-inner {
  padding-top: 0 !important;
}
.did-ya-know .wpb_content_element {
  margin: 0 !important;
}
.did-ya-know .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.dimension-group {
  flex-basis: 50%;
}
.header-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-group {
  display: flex;
}
.bar-red .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 499px) {
  .table-scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .wrapper {
    padding: 0 10px;
  }
  .form-group {
    flex-direction: column;
  }
  .text-green {
    font-size: 30px;
  }
  body:not(.home) h1 span.text-white {
    font-size: 38px;
  }
  body:not(.home) h2 {
    font-size: 36px;
  }
  .btn.btn-green,
  .btn.btn-clone {
    font-size: 18px;
  }
  #grand-total-heading {
    margin-bottom: 30px;
  }
  #grand-total-heading h2 {
    align-items: center;
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-size: 36px;
  }
}
@media (min-width: 500px) {
  .grid-container {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .border-right {
    border-right: 1px solid #b23e2f;
  }
}
@media (min-width: 768px) {
  img.logo {
    max-width: 300px;
    margin-top: 0;
    margin-bottom: -80px;
  }
  .bar-red .wrapper {
    justify-content: flex-end;
  }
  .bar-red p {
    font-size: 30px;
    width: calc(100% - 300px);
    padding: 0 3%;
  }
  #form-container h3 {
    font-size: 30px;
  }
  .trash {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  .bag-button-group {
    flex-direction: row;
  }
  .ms-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 961px) {
  .wrapper {
    padding: 0;
  }
  ul.dimension-inputs {
    padding: 20px;
  }
  .clonable-form ul li {
    gap: 14px;
  }
  .header-hero {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  body:not(.home) h1 span.text-white {
    font-size: 90px;
  }
  .ms-md-1 {
    margin-left: 10px;
  }
  .ms-md-2 {
    margin-left: 20px;
  }
}
@media print {
  .d-flex {
    display: flex;
  }
  #top-widget,
  #masthead,
  .btn-clone,
  .btn-green,
  .bag-button-group,
  .did-ya-know {
    display: none !important;
  }
  div.bar-red {
    break-inside: avoid;
  }
  .wrapper {
    padding: 0;
  }

  .page-break {
    page-break-before: always; /* Legacy */
    break-before: page; /* Modern */
  }
  div#hubspot-messages-iframe-container {
    display: none !important;
  }
  .pum {
    display: none !important;
  }
}
