@charset "UTF-8";
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -50px);
        transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -ms-transform: none;
        transform: none; }
  .modal.modal-static .modal-dialog {
    -ms-transform: scale(1.02);
        transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.firehawk-crm-cart {
  font-size: 16px;
  /* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
  /* rtl:begin:remove */
  /* rtl:end:remove */ }
  .firehawk-crm-cart:root {
    font-size: 16px; }
  .firehawk-crm-cart :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-root-font-size: 16px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff; }
  .firehawk-crm-cart *,
  .firehawk-crm-cart *::before,
  .firehawk-crm-cart *::after {
    box-sizing: border-box; }
  .firehawk-crm-cart :root {
    font-size: var(--bs-root-font-size); }
    @media (prefers-reduced-motion: no-preference) {
      .firehawk-crm-cart :root {
        scroll-behavior: smooth; } }
  .firehawk-crm-cart body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .firehawk-crm-cart hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25; }
  .firehawk-crm-cart hr:not([size]) {
    height: 1px; }
  .firehawk-crm-cart h1, .firehawk-crm-cart .h1, .firehawk-crm-cart h2, .firehawk-crm-cart .h2, .firehawk-crm-cart h3, .firehawk-crm-cart .h3, .firehawk-crm-cart h4, .firehawk-crm-cart .h4, .firehawk-crm-cart h5, .firehawk-crm-cart .h5, .firehawk-crm-cart h6, .firehawk-crm-cart .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2; }
  .firehawk-crm-cart h1, .firehawk-crm-cart .h1 {
    font-size: calc(1.375rem + 1.5vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-cart h1, .firehawk-crm-cart .h1 {
        font-size: 2.5rem; } }
  .firehawk-crm-cart h2, .firehawk-crm-cart .h2 {
    font-size: calc(1.325rem + 0.9vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-cart h2, .firehawk-crm-cart .h2 {
        font-size: 2rem; } }
  .firehawk-crm-cart h3, .firehawk-crm-cart .h3 {
    font-size: calc(1.3rem + 0.6vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-cart h3, .firehawk-crm-cart .h3 {
        font-size: 1.75rem; } }
  .firehawk-crm-cart h4, .firehawk-crm-cart .h4 {
    font-size: calc(1.275rem + 0.3vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-cart h4, .firehawk-crm-cart .h4 {
        font-size: 1.5rem; } }
  .firehawk-crm-cart h5, .firehawk-crm-cart .h5 {
    font-size: 1.25rem; }
  .firehawk-crm-cart h6, .firehawk-crm-cart .h6 {
    font-size: 1rem; }
  .firehawk-crm-cart p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .firehawk-crm-cart abbr[title],
  .firehawk-crm-cart abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none; }
  .firehawk-crm-cart address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .firehawk-crm-cart ol,
  .firehawk-crm-cart ul {
    padding-left: 2rem; }
  .firehawk-crm-cart ol,
  .firehawk-crm-cart ul,
  .firehawk-crm-cart dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  .firehawk-crm-cart ol ol,
  .firehawk-crm-cart ul ul,
  .firehawk-crm-cart ol ul,
  .firehawk-crm-cart ul ol {
    margin-bottom: 0; }
  .firehawk-crm-cart dt {
    font-weight: 700; }
  .firehawk-crm-cart dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .firehawk-crm-cart blockquote {
    margin: 0 0 1rem; }
  .firehawk-crm-cart b,
  .firehawk-crm-cart strong {
    font-weight: bolder; }
  .firehawk-crm-cart small, .firehawk-crm-cart .small {
    font-size: 0.875em; }
  .firehawk-crm-cart mark, .firehawk-crm-cart .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  .firehawk-crm-cart sub,
  .firehawk-crm-cart sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline; }
  .firehawk-crm-cart sub {
    bottom: -.25em; }
  .firehawk-crm-cart sup {
    top: -.5em; }
  .firehawk-crm-cart a {
    color: #0d6efd;
    text-decoration: underline; }
    .firehawk-crm-cart a:hover {
      color: #0a58ca; }
  .firehawk-crm-cart a:not([href]):not([class]), .firehawk-crm-cart a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }
  .firehawk-crm-cart pre,
  .firehawk-crm-cart code,
  .firehawk-crm-cart kbd,
  .firehawk-crm-cart samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override; }
  .firehawk-crm-cart pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em; }
    .firehawk-crm-cart pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal; }
  .firehawk-crm-cart code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word; }
    a > .firehawk-crm-cart code {
      color: inherit; }
  .firehawk-crm-cart kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
    .firehawk-crm-cart kbd kbd {
      padding: 0;
      font-size: 1em;
      font-weight: 700; }
  .firehawk-crm-cart figure {
    margin: 0 0 1rem; }
  .firehawk-crm-cart img,
  .firehawk-crm-cart svg {
    vertical-align: middle; }
  .firehawk-crm-cart table {
    caption-side: bottom;
    border-collapse: collapse; }
  .firehawk-crm-cart caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left; }
  .firehawk-crm-cart th {
    text-align: inherit;
    text-align: -webkit-match-parent; }
  .firehawk-crm-cart thead,
  .firehawk-crm-cart tbody,
  .firehawk-crm-cart tfoot,
  .firehawk-crm-cart tr,
  .firehawk-crm-cart td,
  .firehawk-crm-cart th {
    border-color: inherit;
    border-style: solid;
    border-width: 0; }
  .firehawk-crm-cart label {
    display: inline-block; }
  .firehawk-crm-cart button {
    border-radius: 0; }
  .firehawk-crm-cart button:focus:not(:focus-visible) {
    outline: 0; }
  .firehawk-crm-cart input,
  .firehawk-crm-cart button,
  .firehawk-crm-cart select,
  .firehawk-crm-cart optgroup,
  .firehawk-crm-cart textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .firehawk-crm-cart button,
  .firehawk-crm-cart select {
    text-transform: none; }
  .firehawk-crm-cart [role="button"] {
    cursor: pointer; }
  .firehawk-crm-cart select {
    word-wrap: normal; }
    .firehawk-crm-cart select:disabled {
      opacity: 1; }
  .firehawk-crm-cart [list]::-webkit-calendar-picker-indicator {
    display: none; }
  .firehawk-crm-cart button,
  .firehawk-crm-cart [type="button"],
  .firehawk-crm-cart [type="reset"],
  .firehawk-crm-cart [type="submit"] {
    -webkit-appearance: button; }
    .firehawk-crm-cart button:not(:disabled),
    .firehawk-crm-cart [type="button"]:not(:disabled),
    .firehawk-crm-cart [type="reset"]:not(:disabled),
    .firehawk-crm-cart [type="submit"]:not(:disabled) {
      cursor: pointer; }
  .firehawk-crm-cart ::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .firehawk-crm-cart textarea {
    resize: vertical; }
  .firehawk-crm-cart fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .firehawk-crm-cart legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit; }
    @media (min-width: 1200px) {
      .firehawk-crm-cart legend {
        font-size: 1.5rem; } }
    .firehawk-crm-cart legend + * {
      clear: left; }
  .firehawk-crm-cart ::-webkit-datetime-edit-fields-wrapper,
  .firehawk-crm-cart ::-webkit-datetime-edit-text,
  .firehawk-crm-cart ::-webkit-datetime-edit-minute,
  .firehawk-crm-cart ::-webkit-datetime-edit-hour-field,
  .firehawk-crm-cart ::-webkit-datetime-edit-day-field,
  .firehawk-crm-cart ::-webkit-datetime-edit-month-field,
  .firehawk-crm-cart ::-webkit-datetime-edit-year-field {
    padding: 0; }
  .firehawk-crm-cart ::-webkit-inner-spin-button {
    height: auto; }
  .firehawk-crm-cart [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield; }
  .firehawk-crm-cart ::-webkit-search-decoration {
    -webkit-appearance: none; }
  .firehawk-crm-cart ::-webkit-color-swatch-wrapper {
    padding: 0; }
  .firehawk-crm-cart ::file-selector-button {
    font: inherit; }
  .firehawk-crm-cart ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .firehawk-crm-cart output {
    display: inline-block; }
  .firehawk-crm-cart iframe {
    border: 0; }
  .firehawk-crm-cart summary {
    display: list-item;
    cursor: pointer; }
  .firehawk-crm-cart progress {
    vertical-align: baseline; }
  .firehawk-crm-cart [hidden] {
    display: none !important; }
  .firehawk-crm-cart .lead {
    font-size: 1.25rem;
    font-weight: 300; }
  .firehawk-crm-cart .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-cart .display-1 {
        font-size: 5rem; } }
  .firehawk-crm-cart .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-cart .display-2 {
        font-size: 4.5rem; } }
  .firehawk-crm-cart .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-cart .display-3 {
        font-size: 4rem; } }
  .firehawk-crm-cart .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-cart .display-4 {
        font-size: 3.5rem; } }
  .firehawk-crm-cart .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-cart .display-5 {
        font-size: 3rem; } }
  .firehawk-crm-cart .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-cart .display-6 {
        font-size: 2.5rem; } }
  .firehawk-crm-cart .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .firehawk-crm-cart .list-inline {
    padding-left: 0;
    list-style: none; }
  .firehawk-crm-cart .list-inline-item {
    display: inline-block; }
    .firehawk-crm-cart .list-inline-item:not(:last-child) {
      margin-right: 0.5rem; }
  .firehawk-crm-cart .initialism {
    font-size: 0.875em;
    text-transform: uppercase; }
  .firehawk-crm-cart .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
    .firehawk-crm-cart .blockquote > :last-child {
      margin-bottom: 0; }
  .firehawk-crm-cart .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d; }
    .firehawk-crm-cart .blockquote-footer::before {
      content: "\2014\00A0"; }
  .firehawk-crm-cart .img-fluid {
    max-width: 100%;
    height: auto; }
  .firehawk-crm-cart .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }
  .firehawk-crm-cart .figure {
    display: inline-block; }
  .firehawk-crm-cart .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }
  .firehawk-crm-cart .figure-caption {
    font-size: 0.875em;
    color: #6c757d; }
  .firehawk-crm-cart .container,
  .firehawk-crm-cart .container-fluid,
  .firehawk-crm-cart .container-sm,
  .firehawk-crm-cart .container-md,
  .firehawk-crm-cart .container-lg,
  .firehawk-crm-cart .container-xl,
  .firehawk-crm-cart .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .container, .firehawk-crm-cart .container-sm {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .firehawk-crm-cart .container, .firehawk-crm-cart .container-sm, .firehawk-crm-cart .container-md {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .container, .firehawk-crm-cart .container-sm, .firehawk-crm-cart .container-md, .firehawk-crm-cart .container-lg {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .container, .firehawk-crm-cart .container-sm, .firehawk-crm-cart .container-md, .firehawk-crm-cart .container-lg, .firehawk-crm-cart .container-xl {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .firehawk-crm-cart .container, .firehawk-crm-cart .container-sm, .firehawk-crm-cart .container-md, .firehawk-crm-cart .container-lg, .firehawk-crm-cart .container-xl, .firehawk-crm-cart .container-xxl {
      max-width: 1320px; } }
  .firehawk-crm-cart .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); }
    .firehawk-crm-cart .row > * {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-top: var(--bs-gutter-y); }
  .firehawk-crm-cart .col {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
  .firehawk-crm-cart .row-cols-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .firehawk-crm-cart .row-cols-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .firehawk-crm-cart .row-cols-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .firehawk-crm-cart .row-cols-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .firehawk-crm-cart .row-cols-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .firehawk-crm-cart .row-cols-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .firehawk-crm-cart .row-cols-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .firehawk-crm-cart .col-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .firehawk-crm-cart .col-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%; }
  .firehawk-crm-cart .col-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .firehawk-crm-cart .col-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .firehawk-crm-cart .col-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .firehawk-crm-cart .col-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%; }
  .firehawk-crm-cart .col-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .firehawk-crm-cart .col-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%; }
  .firehawk-crm-cart .col-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%; }
  .firehawk-crm-cart .col-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%; }
  .firehawk-crm-cart .col-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%; }
  .firehawk-crm-cart .col-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%; }
  .firehawk-crm-cart .col-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .firehawk-crm-cart .offset-1 {
    margin-left: 8.33333%; }
  .firehawk-crm-cart .offset-2 {
    margin-left: 16.66667%; }
  .firehawk-crm-cart .offset-3 {
    margin-left: 25%; }
  .firehawk-crm-cart .offset-4 {
    margin-left: 33.33333%; }
  .firehawk-crm-cart .offset-5 {
    margin-left: 41.66667%; }
  .firehawk-crm-cart .offset-6 {
    margin-left: 50%; }
  .firehawk-crm-cart .offset-7 {
    margin-left: 58.33333%; }
  .firehawk-crm-cart .offset-8 {
    margin-left: 66.66667%; }
  .firehawk-crm-cart .offset-9 {
    margin-left: 75%; }
  .firehawk-crm-cart .offset-10 {
    margin-left: 83.33333%; }
  .firehawk-crm-cart .offset-11 {
    margin-left: 91.66667%; }
  .firehawk-crm-cart .g-0,
  .firehawk-crm-cart .gx-0 {
    --bs-gutter-x: 0; }
  .firehawk-crm-cart .g-0,
  .firehawk-crm-cart .gy-0 {
    --bs-gutter-y: 0; }
  .firehawk-crm-cart .g-1,
  .firehawk-crm-cart .gx-1 {
    --bs-gutter-x: 0.25rem; }
  .firehawk-crm-cart .g-1,
  .firehawk-crm-cart .gy-1 {
    --bs-gutter-y: 0.25rem; }
  .firehawk-crm-cart .g-2,
  .firehawk-crm-cart .gx-2 {
    --bs-gutter-x: 0.5rem; }
  .firehawk-crm-cart .g-2,
  .firehawk-crm-cart .gy-2 {
    --bs-gutter-y: 0.5rem; }
  .firehawk-crm-cart .g-3,
  .firehawk-crm-cart .gx-3 {
    --bs-gutter-x: 1rem; }
  .firehawk-crm-cart .g-3,
  .firehawk-crm-cart .gy-3 {
    --bs-gutter-y: 1rem; }
  .firehawk-crm-cart .g-4,
  .firehawk-crm-cart .gx-4 {
    --bs-gutter-x: 1.5rem; }
  .firehawk-crm-cart .g-4,
  .firehawk-crm-cart .gy-4 {
    --bs-gutter-y: 1.5rem; }
  .firehawk-crm-cart .g-5,
  .firehawk-crm-cart .gx-5 {
    --bs-gutter-x: 3rem; }
  .firehawk-crm-cart .g-5,
  .firehawk-crm-cart .gy-5 {
    --bs-gutter-y: 3rem; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .col-sm {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-cart .row-cols-sm-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .row-cols-sm-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .row-cols-sm-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .row-cols-sm-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .row-cols-sm-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .row-cols-sm-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-cart .row-cols-sm-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-sm-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .col-sm-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-cart .col-sm-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-sm-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .col-sm-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .col-sm-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-cart .col-sm-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .col-sm-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-cart .col-sm-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-cart .col-sm-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-cart .col-sm-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-cart .col-sm-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-cart .col-sm-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .offset-sm-0 {
      margin-left: 0; }
    .firehawk-crm-cart .offset-sm-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-cart .offset-sm-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-cart .offset-sm-3 {
      margin-left: 25%; }
    .firehawk-crm-cart .offset-sm-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-cart .offset-sm-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-cart .offset-sm-6 {
      margin-left: 50%; }
    .firehawk-crm-cart .offset-sm-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-cart .offset-sm-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-cart .offset-sm-9 {
      margin-left: 75%; }
    .firehawk-crm-cart .offset-sm-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-cart .offset-sm-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-cart .g-sm-0,
    .firehawk-crm-cart .gx-sm-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-cart .g-sm-0,
    .firehawk-crm-cart .gy-sm-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-cart .g-sm-1,
    .firehawk-crm-cart .gx-sm-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-cart .g-sm-1,
    .firehawk-crm-cart .gy-sm-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-cart .g-sm-2,
    .firehawk-crm-cart .gx-sm-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-cart .g-sm-2,
    .firehawk-crm-cart .gy-sm-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-cart .g-sm-3,
    .firehawk-crm-cart .gx-sm-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-cart .g-sm-3,
    .firehawk-crm-cart .gy-sm-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-cart .g-sm-4,
    .firehawk-crm-cart .gx-sm-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-cart .g-sm-4,
    .firehawk-crm-cart .gy-sm-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-cart .g-sm-5,
    .firehawk-crm-cart .gx-sm-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-cart .g-sm-5,
    .firehawk-crm-cart .gy-sm-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 768px) {
    .firehawk-crm-cart .col-md {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-cart .row-cols-md-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .row-cols-md-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .row-cols-md-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .row-cols-md-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .row-cols-md-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .row-cols-md-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-cart .row-cols-md-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-md-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .col-md-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-cart .col-md-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-md-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .col-md-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .col-md-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-cart .col-md-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .col-md-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-cart .col-md-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-cart .col-md-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-cart .col-md-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-cart .col-md-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-cart .col-md-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .offset-md-0 {
      margin-left: 0; }
    .firehawk-crm-cart .offset-md-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-cart .offset-md-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-cart .offset-md-3 {
      margin-left: 25%; }
    .firehawk-crm-cart .offset-md-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-cart .offset-md-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-cart .offset-md-6 {
      margin-left: 50%; }
    .firehawk-crm-cart .offset-md-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-cart .offset-md-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-cart .offset-md-9 {
      margin-left: 75%; }
    .firehawk-crm-cart .offset-md-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-cart .offset-md-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-cart .g-md-0,
    .firehawk-crm-cart .gx-md-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-cart .g-md-0,
    .firehawk-crm-cart .gy-md-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-cart .g-md-1,
    .firehawk-crm-cart .gx-md-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-cart .g-md-1,
    .firehawk-crm-cart .gy-md-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-cart .g-md-2,
    .firehawk-crm-cart .gx-md-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-cart .g-md-2,
    .firehawk-crm-cart .gy-md-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-cart .g-md-3,
    .firehawk-crm-cart .gx-md-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-cart .g-md-3,
    .firehawk-crm-cart .gy-md-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-cart .g-md-4,
    .firehawk-crm-cart .gx-md-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-cart .g-md-4,
    .firehawk-crm-cart .gy-md-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-cart .g-md-5,
    .firehawk-crm-cart .gx-md-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-cart .g-md-5,
    .firehawk-crm-cart .gy-md-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .col-lg {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-cart .row-cols-lg-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .row-cols-lg-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .row-cols-lg-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .row-cols-lg-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .row-cols-lg-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .row-cols-lg-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-cart .row-cols-lg-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-lg-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .col-lg-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-cart .col-lg-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-lg-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .col-lg-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .col-lg-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-cart .col-lg-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .col-lg-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-cart .col-lg-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-cart .col-lg-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-cart .col-lg-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-cart .col-lg-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-cart .col-lg-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .offset-lg-0 {
      margin-left: 0; }
    .firehawk-crm-cart .offset-lg-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-cart .offset-lg-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-cart .offset-lg-3 {
      margin-left: 25%; }
    .firehawk-crm-cart .offset-lg-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-cart .offset-lg-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-cart .offset-lg-6 {
      margin-left: 50%; }
    .firehawk-crm-cart .offset-lg-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-cart .offset-lg-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-cart .offset-lg-9 {
      margin-left: 75%; }
    .firehawk-crm-cart .offset-lg-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-cart .offset-lg-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-cart .g-lg-0,
    .firehawk-crm-cart .gx-lg-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-cart .g-lg-0,
    .firehawk-crm-cart .gy-lg-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-cart .g-lg-1,
    .firehawk-crm-cart .gx-lg-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-cart .g-lg-1,
    .firehawk-crm-cart .gy-lg-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-cart .g-lg-2,
    .firehawk-crm-cart .gx-lg-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-cart .g-lg-2,
    .firehawk-crm-cart .gy-lg-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-cart .g-lg-3,
    .firehawk-crm-cart .gx-lg-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-cart .g-lg-3,
    .firehawk-crm-cart .gy-lg-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-cart .g-lg-4,
    .firehawk-crm-cart .gx-lg-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-cart .g-lg-4,
    .firehawk-crm-cart .gy-lg-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-cart .g-lg-5,
    .firehawk-crm-cart .gx-lg-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-cart .g-lg-5,
    .firehawk-crm-cart .gy-lg-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .col-xl {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-cart .row-cols-xl-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .row-cols-xl-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .row-cols-xl-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .row-cols-xl-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .row-cols-xl-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .row-cols-xl-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-cart .row-cols-xl-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-xl-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .col-xl-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-cart .col-xl-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-xl-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .col-xl-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .col-xl-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-cart .col-xl-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .col-xl-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-cart .col-xl-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-cart .col-xl-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-cart .col-xl-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-cart .col-xl-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-cart .col-xl-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .offset-xl-0 {
      margin-left: 0; }
    .firehawk-crm-cart .offset-xl-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-cart .offset-xl-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-cart .offset-xl-3 {
      margin-left: 25%; }
    .firehawk-crm-cart .offset-xl-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-cart .offset-xl-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-cart .offset-xl-6 {
      margin-left: 50%; }
    .firehawk-crm-cart .offset-xl-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-cart .offset-xl-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-cart .offset-xl-9 {
      margin-left: 75%; }
    .firehawk-crm-cart .offset-xl-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-cart .offset-xl-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-cart .g-xl-0,
    .firehawk-crm-cart .gx-xl-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-cart .g-xl-0,
    .firehawk-crm-cart .gy-xl-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-cart .g-xl-1,
    .firehawk-crm-cart .gx-xl-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-cart .g-xl-1,
    .firehawk-crm-cart .gy-xl-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-cart .g-xl-2,
    .firehawk-crm-cart .gx-xl-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-cart .g-xl-2,
    .firehawk-crm-cart .gy-xl-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-cart .g-xl-3,
    .firehawk-crm-cart .gx-xl-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-cart .g-xl-3,
    .firehawk-crm-cart .gy-xl-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-cart .g-xl-4,
    .firehawk-crm-cart .gx-xl-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-cart .g-xl-4,
    .firehawk-crm-cart .gy-xl-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-cart .g-xl-5,
    .firehawk-crm-cart .gx-xl-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-cart .g-xl-5,
    .firehawk-crm-cart .gy-xl-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 1400px) {
    .firehawk-crm-cart .col-xxl {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-cart .row-cols-xxl-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .row-cols-xxl-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .row-cols-xxl-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .row-cols-xxl-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .row-cols-xxl-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .row-cols-xxl-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-cart .row-cols-xxl-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-xxl-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-cart .col-xxl-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-cart .col-xxl-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-cart .col-xxl-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-cart .col-xxl-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-cart .col-xxl-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-cart .col-xxl-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-cart .col-xxl-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-cart .col-xxl-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-cart .col-xxl-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-cart .col-xxl-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-cart .col-xxl-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-cart .col-xxl-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-cart .offset-xxl-0 {
      margin-left: 0; }
    .firehawk-crm-cart .offset-xxl-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-cart .offset-xxl-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-cart .offset-xxl-3 {
      margin-left: 25%; }
    .firehawk-crm-cart .offset-xxl-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-cart .offset-xxl-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-cart .offset-xxl-6 {
      margin-left: 50%; }
    .firehawk-crm-cart .offset-xxl-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-cart .offset-xxl-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-cart .offset-xxl-9 {
      margin-left: 75%; }
    .firehawk-crm-cart .offset-xxl-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-cart .offset-xxl-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-cart .g-xxl-0,
    .firehawk-crm-cart .gx-xxl-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-cart .g-xxl-0,
    .firehawk-crm-cart .gy-xxl-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-cart .g-xxl-1,
    .firehawk-crm-cart .gx-xxl-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-cart .g-xxl-1,
    .firehawk-crm-cart .gy-xxl-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-cart .g-xxl-2,
    .firehawk-crm-cart .gx-xxl-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-cart .g-xxl-2,
    .firehawk-crm-cart .gy-xxl-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-cart .g-xxl-3,
    .firehawk-crm-cart .gx-xxl-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-cart .g-xxl-3,
    .firehawk-crm-cart .gy-xxl-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-cart .g-xxl-4,
    .firehawk-crm-cart .gx-xxl-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-cart .g-xxl-4,
    .firehawk-crm-cart .gy-xxl-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-cart .g-xxl-5,
    .firehawk-crm-cart .gx-xxl-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-cart .g-xxl-5,
    .firehawk-crm-cart .gy-xxl-5 {
      --bs-gutter-y: 3rem; } }
  .firehawk-crm-cart .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6; }
    .firehawk-crm-cart .table > :not(caption) > * > * {
      padding: 0.5rem 0.5rem;
      background-color: var(--bs-table-bg);
      border-bottom-width: 1px;
      box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
    .firehawk-crm-cart .table > tbody {
      vertical-align: inherit; }
    .firehawk-crm-cart .table > thead {
      vertical-align: bottom; }
    .firehawk-crm-cart .table > :not(:first-child) {
      border-top: 2px solid currentColor; }
  .firehawk-crm-cart .caption-top {
    caption-side: top; }
  .firehawk-crm-cart .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem; }
  .firehawk-crm-cart .table-bordered > :not(caption) > * {
    border-width: 1px 0; }
    .firehawk-crm-cart .table-bordered > :not(caption) > * > * {
      border-width: 0 1px; }
  .firehawk-crm-cart .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0; }
  .firehawk-crm-cart .table-borderless > :not(:first-child) {
    border-top-width: 0; }
  .firehawk-crm-cart .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color); }
  .firehawk-crm-cart .table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color); }
  .firehawk-crm-cart .table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color); }
  .firehawk-crm-cart .table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6; }
  .firehawk-crm-cart .table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce; }
  .firehawk-crm-cart .table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7; }
  .firehawk-crm-cart .table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3; }
  .firehawk-crm-cart .table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9; }
  .firehawk-crm-cart .table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4; }
  .firehawk-crm-cart .table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1; }
  .firehawk-crm-cart .table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e; }
  .firehawk-crm-cart .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  @media (max-width: 575.98px) {
    .firehawk-crm-cart .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 767.98px) {
    .firehawk-crm-cart .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 991.98px) {
    .firehawk-crm-cart .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 1199.98px) {
    .firehawk-crm-cart .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 1399.98px) {
    .firehawk-crm-cart .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  .firehawk-crm-cart .form-label {
    margin-bottom: 0.5rem; }
  .firehawk-crm-cart .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  .firehawk-crm-cart .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem; }
  .firehawk-crm-cart .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem; }
  .firehawk-crm-cart .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d; }
  .firehawk-crm-cart .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .form-control {
        transition: none; } }
    .firehawk-crm-cart .form-control[type="file"] {
      overflow: hidden; }
      .firehawk-crm-cart .form-control[type="file"]:not(:disabled):not([readonly]) {
        cursor: pointer; }
    .firehawk-crm-cart .form-control:focus {
      color: #212529;
      background-color: #fff;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-cart .form-control::-webkit-date-and-time-value {
      height: 1.5em; }
    .firehawk-crm-cart .form-control:-ms-input-placeholder {
      color: #6c757d;
      opacity: 1; }
    .firehawk-crm-cart .form-control::placeholder {
      color: #6c757d;
      opacity: 1; }
    .firehawk-crm-cart .form-control:disabled, .firehawk-crm-cart .form-control[readonly] {
      background-color: #e9ecef;
      opacity: 1; }
    .firehawk-crm-cart .form-control::file-selector-button {
      padding: 0.375rem 0.75rem;
      margin: -0.375rem -0.75rem;
      margin-inline-end: 0.75rem;
      color: #212529;
      background-color: #e9ecef;
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 1px;
      border-radius: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .form-control::file-selector-button {
          transition: none; } }
    .firehawk-crm-cart .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
      background-color: #dde0e3; }
    .firehawk-crm-cart .form-control::-webkit-file-upload-button {
      padding: 0.375rem 0.75rem;
      margin: -0.375rem -0.75rem;
      margin-inline-end: 0.75rem;
      color: #212529;
      background-color: #e9ecef;
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 1px;
      border-radius: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .form-control::-webkit-file-upload-button {
          transition: none; } }
    .firehawk-crm-cart .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
      background-color: #dde0e3; }
  .firehawk-crm-cart .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
    .firehawk-crm-cart .form-control-plaintext.form-control-sm, .firehawk-crm-cart .form-control-plaintext.form-control-lg {
      padding-right: 0;
      padding-left: 0; }
  .firehawk-crm-cart .form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
    .firehawk-crm-cart .form-control-sm::file-selector-button {
      padding: 0.25rem 0.5rem;
      margin: -0.25rem -0.5rem;
      margin-inline-end: 0.5rem; }
    .firehawk-crm-cart .form-control-sm::-webkit-file-upload-button {
      padding: 0.25rem 0.5rem;
      margin: -0.25rem -0.5rem;
      margin-inline-end: 0.5rem; }
  .firehawk-crm-cart .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
    .firehawk-crm-cart .form-control-lg::file-selector-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      margin-inline-end: 1rem; }
    .firehawk-crm-cart .form-control-lg::-webkit-file-upload-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      margin-inline-end: 1rem; }
  .firehawk-crm-cart textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px); }
  .firehawk-crm-cart textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px); }
  .firehawk-crm-cart textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px); }
  .firehawk-crm-cart .form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem; }
    .firehawk-crm-cart .form-control-color:not(:disabled):not([readonly]) {
      cursor: pointer; }
    .firehawk-crm-cart .form-control-color::-moz-color-swatch {
      height: 1.5em;
      border-radius: 0.25rem; }
    .firehawk-crm-cart .form-control-color::-webkit-color-swatch {
      height: 1.5em;
      border-radius: 0.25rem; }
  .firehawk-crm-cart .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .form-select {
        transition: none; } }
    .firehawk-crm-cart .form-select:focus {
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-cart .form-select[multiple], .firehawk-crm-cart .form-select[size]:not([size="1"]) {
      padding-right: 0.75rem;
      background-image: none; }
    .firehawk-crm-cart .form-select:disabled {
      background-color: #e9ecef; }
    .firehawk-crm-cart .form-select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #212529; }
  .firehawk-crm-cart .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .firehawk-crm-cart .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .firehawk-crm-cart .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem; }
    .firehawk-crm-cart .form-check .form-check-input {
      float: left;
      margin-left: -1.5em; }
  .firehawk-crm-cart .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color-adjust: exact; }
    .firehawk-crm-cart .form-check-input[type="checkbox"] {
      border-radius: 0.25em; }
    .firehawk-crm-cart .form-check-input[type="radio"] {
      border-radius: 50%; }
    .firehawk-crm-cart .form-check-input:active {
      filter: brightness(90%); }
    .firehawk-crm-cart .form-check-input:focus {
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-cart .form-check-input:checked {
      background-color: #0d6efd;
      border-color: #0d6efd; }
      .firehawk-crm-cart .form-check-input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
      .firehawk-crm-cart .form-check-input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
    .firehawk-crm-cart .form-check-input[type="checkbox"]:indeterminate {
      background-color: #0d6efd;
      border-color: #0d6efd;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
    .firehawk-crm-cart .form-check-input:disabled {
      pointer-events: none;
      filter: none;
      opacity: 0.5; }
    .firehawk-crm-cart .form-check-input[disabled] ~ .form-check-label, .firehawk-crm-cart .form-check-input:disabled ~ .form-check-label {
      opacity: 0.5; }
  .firehawk-crm-cart .form-switch {
    padding-left: 2.5em; }
    .firehawk-crm-cart .form-switch .form-check-input {
      width: 2em;
      margin-left: -2.5em;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
      background-position: left center;
      border-radius: 2em;
      transition: background-position 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .form-switch .form-check-input {
          transition: none; } }
      .firehawk-crm-cart .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
      .firehawk-crm-cart .form-switch .form-check-input:checked {
        background-position: right center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .firehawk-crm-cart .form-check-inline {
    display: inline-block;
    margin-right: 1rem; }
  .firehawk-crm-cart .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
    .firehawk-crm-cart .btn-check[disabled] + .btn, .firehawk-crm-cart .btn-check:disabled + .btn {
      pointer-events: none;
      filter: none;
      opacity: 0.65; }
  .firehawk-crm-cart .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .firehawk-crm-cart .form-range:focus {
      outline: 0; }
      .firehawk-crm-cart .form-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
      .firehawk-crm-cart .form-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-cart .form-range::-moz-focus-outer {
      border: 0; }
    .firehawk-crm-cart .form-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #0d6efd;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -webkit-appearance: none;
              appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .form-range::-webkit-slider-thumb {
          transition: none; } }
      .firehawk-crm-cart .form-range::-webkit-slider-thumb:active {
        background-color: #b6d4fe; }
    .firehawk-crm-cart .form-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .firehawk-crm-cart .form-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #0d6efd;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -moz-appearance: none;
           appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .form-range::-moz-range-thumb {
          transition: none; } }
      .firehawk-crm-cart .form-range::-moz-range-thumb:active {
        background-color: #b6d4fe; }
    .firehawk-crm-cart .form-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .firehawk-crm-cart .form-range:disabled {
      pointer-events: none; }
      .firehawk-crm-cart .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd; }
      .firehawk-crm-cart .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd; }
  .firehawk-crm-cart .form-floating {
    position: relative; }
    .firehawk-crm-cart .form-floating > .form-control,
    .firehawk-crm-cart .form-floating > .form-select {
      height: calc(3.5rem + 2px);
      line-height: 1.25; }
    .firehawk-crm-cart .form-floating > label {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 1rem 0.75rem;
      pointer-events: none;
      border: 1px solid transparent;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
      transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .form-floating > label {
          transition: none; } }
    .firehawk-crm-cart .form-floating > .form-control {
      padding: 1rem 0.75rem; }
      .firehawk-crm-cart .form-floating > .form-control:-ms-input-placeholder {
        color: transparent; }
      .firehawk-crm-cart .form-floating > .form-control::placeholder {
        color: transparent; }
      .firehawk-crm-cart .form-floating > .form-control:focus, .firehawk-crm-cart .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem; }
      .firehawk-crm-cart .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem; }
    .firehawk-crm-cart .form-floating > .form-select {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .firehawk-crm-cart .form-floating > .form-control:focus ~ label,
    .firehawk-crm-cart .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .firehawk-crm-cart .form-floating > .form-select ~ label {
      opacity: 0.65;
      -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    .firehawk-crm-cart .form-floating > .form-control:-webkit-autofill ~ label {
      opacity: 0.65;
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .firehawk-crm-cart .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100%; }
    .firehawk-crm-cart .input-group > .form-control,
    .firehawk-crm-cart .input-group > .form-select {
      position: relative;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      width: 1%;
      min-width: 0; }
    .firehawk-crm-cart .input-group > .form-control:focus,
    .firehawk-crm-cart .input-group > .form-select:focus {
      z-index: 3; }
    .firehawk-crm-cart .input-group .btn {
      position: relative;
      z-index: 2; }
      .firehawk-crm-cart .input-group .btn:focus {
        z-index: 3; }
  .firehawk-crm-cart .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
  .firehawk-crm-cart .input-group-lg > .form-control,
  .firehawk-crm-cart .input-group-lg > .form-select,
  .firehawk-crm-cart .input-group-lg > .input-group-text,
  .firehawk-crm-cart .input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .firehawk-crm-cart .input-group-sm > .form-control,
  .firehawk-crm-cart .input-group-sm > .form-select,
  .firehawk-crm-cart .input-group-sm > .input-group-text,
  .firehawk-crm-cart .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .firehawk-crm-cart .input-group-lg > .form-select,
  .firehawk-crm-cart .input-group-sm > .form-select {
    padding-right: 3rem; }
  .firehawk-crm-cart .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
  .firehawk-crm-cart .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .firehawk-crm-cart .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
  .firehawk-crm-cart .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .firehawk-crm-cart .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .firehawk-crm-cart .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754; }
  .firehawk-crm-cart .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem; }
  .was-validated .firehawk-crm-cart:valid ~ .valid-feedback,
  .was-validated .firehawk-crm-cart:valid ~ .valid-tooltip, .firehawk-crm-cart.is-valid ~ .valid-feedback,
  .firehawk-crm-cart.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .firehawk-crm-cart .form-control:valid, .firehawk-crm-cart .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-cart .form-control:valid:focus, .firehawk-crm-cart .form-control.is-valid:focus {
      border-color: #198754;
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .firehawk-crm-cart textarea.form-control:valid, .firehawk-crm-cart textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
  .was-validated .firehawk-crm-cart .form-select:valid, .firehawk-crm-cart .form-select.is-valid {
    border-color: #198754; }
    .was-validated .firehawk-crm-cart .form-select:valid:not([multiple]):not([size]), .was-validated .firehawk-crm-cart .form-select:valid:not([multiple])[size="1"], .firehawk-crm-cart .form-select.is-valid:not([multiple]):not([size]), .firehawk-crm-cart .form-select.is-valid:not([multiple])[size="1"] {
      padding-right: 4.125rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
      background-position: right 0.75rem center, center right 2.25rem;
      background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-cart .form-select:valid:focus, .firehawk-crm-cart .form-select.is-valid:focus {
      border-color: #198754;
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .firehawk-crm-cart .form-check-input:valid, .firehawk-crm-cart .form-check-input.is-valid {
    border-color: #198754; }
    .was-validated .firehawk-crm-cart .form-check-input:valid:checked, .firehawk-crm-cart .form-check-input.is-valid:checked {
      background-color: #198754; }
    .was-validated .firehawk-crm-cart .form-check-input:valid:focus, .firehawk-crm-cart .form-check-input.is-valid:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
    .was-validated .firehawk-crm-cart .form-check-input:valid ~ .form-check-label, .firehawk-crm-cart .form-check-input.is-valid ~ .form-check-label {
      color: #198754; }
  .firehawk-crm-cart .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em; }
  .was-validated .firehawk-crm-cart .input-group .form-control:valid, .firehawk-crm-cart .input-group .form-control.is-valid, .was-validated
  .firehawk-crm-cart .input-group .form-select:valid,
  .firehawk-crm-cart .input-group .form-select.is-valid {
    z-index: 1; }
    .was-validated .firehawk-crm-cart .input-group .form-control:valid:focus, .firehawk-crm-cart .input-group .form-control.is-valid:focus, .was-validated
    .firehawk-crm-cart .input-group .form-select:valid:focus,
    .firehawk-crm-cart .input-group .form-select.is-valid:focus {
      z-index: 3; }
  .firehawk-crm-cart .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545; }
  .firehawk-crm-cart .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem; }
  .was-validated .firehawk-crm-cart:invalid ~ .invalid-feedback,
  .was-validated .firehawk-crm-cart:invalid ~ .invalid-tooltip, .firehawk-crm-cart.is-invalid ~ .invalid-feedback,
  .firehawk-crm-cart.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .firehawk-crm-cart .form-control:invalid, .firehawk-crm-cart .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-cart .form-control:invalid:focus, .firehawk-crm-cart .form-control.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .firehawk-crm-cart textarea.form-control:invalid, .firehawk-crm-cart textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
  .was-validated .firehawk-crm-cart .form-select:invalid, .firehawk-crm-cart .form-select.is-invalid {
    border-color: #dc3545; }
    .was-validated .firehawk-crm-cart .form-select:invalid:not([multiple]):not([size]), .was-validated .firehawk-crm-cart .form-select:invalid:not([multiple])[size="1"], .firehawk-crm-cart .form-select.is-invalid:not([multiple]):not([size]), .firehawk-crm-cart .form-select.is-invalid:not([multiple])[size="1"] {
      padding-right: 4.125rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
      background-position: right 0.75rem center, center right 2.25rem;
      background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-cart .form-select:invalid:focus, .firehawk-crm-cart .form-select.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .firehawk-crm-cart .form-check-input:invalid, .firehawk-crm-cart .form-check-input.is-invalid {
    border-color: #dc3545; }
    .was-validated .firehawk-crm-cart .form-check-input:invalid:checked, .firehawk-crm-cart .form-check-input.is-invalid:checked {
      background-color: #dc3545; }
    .was-validated .firehawk-crm-cart .form-check-input:invalid:focus, .firehawk-crm-cart .form-check-input.is-invalid:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
    .was-validated .firehawk-crm-cart .form-check-input:invalid ~ .form-check-label, .firehawk-crm-cart .form-check-input.is-invalid ~ .form-check-label {
      color: #dc3545; }
  .firehawk-crm-cart .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em; }
  .was-validated .firehawk-crm-cart .input-group .form-control:invalid, .firehawk-crm-cart .input-group .form-control.is-invalid, .was-validated
  .firehawk-crm-cart .input-group .form-select:invalid,
  .firehawk-crm-cart .input-group .form-select.is-invalid {
    z-index: 2; }
    .was-validated .firehawk-crm-cart .input-group .form-control:invalid:focus, .firehawk-crm-cart .input-group .form-control.is-invalid:focus, .was-validated
    .firehawk-crm-cart .input-group .form-select:invalid:focus,
    .firehawk-crm-cart .input-group .form-select.is-invalid:focus {
      z-index: 3; }
  .firehawk-crm-cart .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .btn {
        transition: none; } }
    .firehawk-crm-cart .btn:hover {
      color: #212529; }
    .btn-check:focus + .firehawk-crm-cart .btn, .firehawk-crm-cart .btn:focus {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-cart .btn:disabled, .firehawk-crm-cart .btn.disabled,
    fieldset:disabled .firehawk-crm-cart .btn {
      pointer-events: none;
      opacity: 0.65; }
  .firehawk-crm-cart .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .firehawk-crm-cart .btn-primary:hover {
      color: #fff;
      background-color: #0b5ed7;
      border-color: #0a58ca; }
    .btn-check:focus + .firehawk-crm-cart .btn-primary, .firehawk-crm-cart .btn-primary:focus {
      color: #fff;
      background-color: #0b5ed7;
      border-color: #0a58ca;
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-primary,
    .btn-check:active + .firehawk-crm-cart .btn-primary, .firehawk-crm-cart .btn-primary:active, .firehawk-crm-cart .btn-primary.active,
    .show > .firehawk-crm-cart .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #0a58ca;
      border-color: #0a53be; }
      .btn-check:checked + .firehawk-crm-cart .btn-primary:focus,
      .btn-check:active + .firehawk-crm-cart .btn-primary:focus, .firehawk-crm-cart .btn-primary:active:focus, .firehawk-crm-cart .btn-primary.active:focus,
      .show > .firehawk-crm-cart .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
    .firehawk-crm-cart .btn-primary:disabled, .firehawk-crm-cart .btn-primary.disabled {
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd; }
  .firehawk-crm-cart .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .firehawk-crm-cart .btn-secondary:hover {
      color: #fff;
      background-color: #5c636a;
      border-color: #565e64; }
    .btn-check:focus + .firehawk-crm-cart .btn-secondary, .firehawk-crm-cart .btn-secondary:focus {
      color: #fff;
      background-color: #5c636a;
      border-color: #565e64;
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-secondary,
    .btn-check:active + .firehawk-crm-cart .btn-secondary, .firehawk-crm-cart .btn-secondary:active, .firehawk-crm-cart .btn-secondary.active,
    .show > .firehawk-crm-cart .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #565e64;
      border-color: #51585e; }
      .btn-check:checked + .firehawk-crm-cart .btn-secondary:focus,
      .btn-check:active + .firehawk-crm-cart .btn-secondary:focus, .firehawk-crm-cart .btn-secondary:active:focus, .firehawk-crm-cart .btn-secondary.active:focus,
      .show > .firehawk-crm-cart .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
    .firehawk-crm-cart .btn-secondary:disabled, .firehawk-crm-cart .btn-secondary.disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
  .firehawk-crm-cart .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .firehawk-crm-cart .btn-success:hover {
      color: #fff;
      background-color: #157347;
      border-color: #146c43; }
    .btn-check:focus + .firehawk-crm-cart .btn-success, .firehawk-crm-cart .btn-success:focus {
      color: #fff;
      background-color: #157347;
      border-color: #146c43;
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-success,
    .btn-check:active + .firehawk-crm-cart .btn-success, .firehawk-crm-cart .btn-success:active, .firehawk-crm-cart .btn-success.active,
    .show > .firehawk-crm-cart .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #146c43;
      border-color: #13653f; }
      .btn-check:checked + .firehawk-crm-cart .btn-success:focus,
      .btn-check:active + .firehawk-crm-cart .btn-success:focus, .firehawk-crm-cart .btn-success:active:focus, .firehawk-crm-cart .btn-success.active:focus,
      .show > .firehawk-crm-cart .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
    .firehawk-crm-cart .btn-success:disabled, .firehawk-crm-cart .btn-success.disabled {
      color: #fff;
      background-color: #198754;
      border-color: #198754; }
  .firehawk-crm-cart .btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .firehawk-crm-cart .btn-info:hover {
      color: #000;
      background-color: #31d2f2;
      border-color: #25cff2; }
    .btn-check:focus + .firehawk-crm-cart .btn-info, .firehawk-crm-cart .btn-info:focus {
      color: #000;
      background-color: #31d2f2;
      border-color: #25cff2;
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-info,
    .btn-check:active + .firehawk-crm-cart .btn-info, .firehawk-crm-cart .btn-info:active, .firehawk-crm-cart .btn-info.active,
    .show > .firehawk-crm-cart .btn-info.dropdown-toggle {
      color: #000;
      background-color: #3dd5f3;
      border-color: #25cff2; }
      .btn-check:checked + .firehawk-crm-cart .btn-info:focus,
      .btn-check:active + .firehawk-crm-cart .btn-info:focus, .firehawk-crm-cart .btn-info:active:focus, .firehawk-crm-cart .btn-info.active:focus,
      .show > .firehawk-crm-cart .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
    .firehawk-crm-cart .btn-info:disabled, .firehawk-crm-cart .btn-info.disabled {
      color: #000;
      background-color: #0dcaf0;
      border-color: #0dcaf0; }
  .firehawk-crm-cart .btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .firehawk-crm-cart .btn-warning:hover {
      color: #000;
      background-color: #ffca2c;
      border-color: #ffc720; }
    .btn-check:focus + .firehawk-crm-cart .btn-warning, .firehawk-crm-cart .btn-warning:focus {
      color: #000;
      background-color: #ffca2c;
      border-color: #ffc720;
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-warning,
    .btn-check:active + .firehawk-crm-cart .btn-warning, .firehawk-crm-cart .btn-warning:active, .firehawk-crm-cart .btn-warning.active,
    .show > .firehawk-crm-cart .btn-warning.dropdown-toggle {
      color: #000;
      background-color: #ffcd39;
      border-color: #ffc720; }
      .btn-check:checked + .firehawk-crm-cart .btn-warning:focus,
      .btn-check:active + .firehawk-crm-cart .btn-warning:focus, .firehawk-crm-cart .btn-warning:active:focus, .firehawk-crm-cart .btn-warning.active:focus,
      .show > .firehawk-crm-cart .btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
    .firehawk-crm-cart .btn-warning:disabled, .firehawk-crm-cart .btn-warning.disabled {
      color: #000;
      background-color: #ffc107;
      border-color: #ffc107; }
  .firehawk-crm-cart .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .firehawk-crm-cart .btn-danger:hover {
      color: #fff;
      background-color: #bb2d3b;
      border-color: #b02a37; }
    .btn-check:focus + .firehawk-crm-cart .btn-danger, .firehawk-crm-cart .btn-danger:focus {
      color: #fff;
      background-color: #bb2d3b;
      border-color: #b02a37;
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-danger,
    .btn-check:active + .firehawk-crm-cart .btn-danger, .firehawk-crm-cart .btn-danger:active, .firehawk-crm-cart .btn-danger.active,
    .show > .firehawk-crm-cart .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #b02a37;
      border-color: #a52834; }
      .btn-check:checked + .firehawk-crm-cart .btn-danger:focus,
      .btn-check:active + .firehawk-crm-cart .btn-danger:focus, .firehawk-crm-cart .btn-danger:active:focus, .firehawk-crm-cart .btn-danger.active:focus,
      .show > .firehawk-crm-cart .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
    .firehawk-crm-cart .btn-danger:disabled, .firehawk-crm-cart .btn-danger.disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
  .firehawk-crm-cart .btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .firehawk-crm-cart .btn-light:hover {
      color: #000;
      background-color: #f9fafb;
      border-color: #f9fafb; }
    .btn-check:focus + .firehawk-crm-cart .btn-light, .firehawk-crm-cart .btn-light:focus {
      color: #000;
      background-color: #f9fafb;
      border-color: #f9fafb;
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-light,
    .btn-check:active + .firehawk-crm-cart .btn-light, .firehawk-crm-cart .btn-light:active, .firehawk-crm-cart .btn-light.active,
    .show > .firehawk-crm-cart .btn-light.dropdown-toggle {
      color: #000;
      background-color: #f9fafb;
      border-color: #f9fafb; }
      .btn-check:checked + .firehawk-crm-cart .btn-light:focus,
      .btn-check:active + .firehawk-crm-cart .btn-light:focus, .firehawk-crm-cart .btn-light:active:focus, .firehawk-crm-cart .btn-light.active:focus,
      .show > .firehawk-crm-cart .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
    .firehawk-crm-cart .btn-light:disabled, .firehawk-crm-cart .btn-light.disabled {
      color: #000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
  .firehawk-crm-cart .btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .firehawk-crm-cart .btn-dark:hover {
      color: #fff;
      background-color: #1c1f23;
      border-color: #1a1e21; }
    .btn-check:focus + .firehawk-crm-cart .btn-dark, .firehawk-crm-cart .btn-dark:focus {
      color: #fff;
      background-color: #1c1f23;
      border-color: #1a1e21;
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-dark,
    .btn-check:active + .firehawk-crm-cart .btn-dark, .firehawk-crm-cart .btn-dark:active, .firehawk-crm-cart .btn-dark.active,
    .show > .firehawk-crm-cart .btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1a1e21;
      border-color: #191c1f; }
      .btn-check:checked + .firehawk-crm-cart .btn-dark:focus,
      .btn-check:active + .firehawk-crm-cart .btn-dark:focus, .firehawk-crm-cart .btn-dark:active:focus, .firehawk-crm-cart .btn-dark.active:focus,
      .show > .firehawk-crm-cart .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
    .firehawk-crm-cart .btn-dark:disabled, .firehawk-crm-cart .btn-dark.disabled {
      color: #fff;
      background-color: #212529;
      border-color: #212529; }
  .firehawk-crm-cart .btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd; }
    .firehawk-crm-cart .btn-outline-primary:hover {
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-primary, .firehawk-crm-cart .btn-outline-primary:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-primary,
    .btn-check:active + .firehawk-crm-cart .btn-outline-primary, .firehawk-crm-cart .btn-outline-primary:active, .firehawk-crm-cart .btn-outline-primary.active, .firehawk-crm-cart .btn-outline-primary.dropdown-toggle.show {
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-primary:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-primary:focus, .firehawk-crm-cart .btn-outline-primary:active:focus, .firehawk-crm-cart .btn-outline-primary.active:focus, .firehawk-crm-cart .btn-outline-primary.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
    .firehawk-crm-cart .btn-outline-primary:disabled, .firehawk-crm-cart .btn-outline-primary.disabled {
      color: #0d6efd;
      background-color: transparent; }
  .firehawk-crm-cart .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d; }
    .firehawk-crm-cart .btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-secondary, .firehawk-crm-cart .btn-outline-secondary:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-secondary,
    .btn-check:active + .firehawk-crm-cart .btn-outline-secondary, .firehawk-crm-cart .btn-outline-secondary:active, .firehawk-crm-cart .btn-outline-secondary.active, .firehawk-crm-cart .btn-outline-secondary.dropdown-toggle.show {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-secondary:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-secondary:focus, .firehawk-crm-cart .btn-outline-secondary:active:focus, .firehawk-crm-cart .btn-outline-secondary.active:focus, .firehawk-crm-cart .btn-outline-secondary.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
    .firehawk-crm-cart .btn-outline-secondary:disabled, .firehawk-crm-cart .btn-outline-secondary.disabled {
      color: #6c757d;
      background-color: transparent; }
  .firehawk-crm-cart .btn-outline-success {
    color: #198754;
    border-color: #198754; }
    .firehawk-crm-cart .btn-outline-success:hover {
      color: #fff;
      background-color: #198754;
      border-color: #198754; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-success, .firehawk-crm-cart .btn-outline-success:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-success,
    .btn-check:active + .firehawk-crm-cart .btn-outline-success, .firehawk-crm-cart .btn-outline-success:active, .firehawk-crm-cart .btn-outline-success.active, .firehawk-crm-cart .btn-outline-success.dropdown-toggle.show {
      color: #fff;
      background-color: #198754;
      border-color: #198754; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-success:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-success:focus, .firehawk-crm-cart .btn-outline-success:active:focus, .firehawk-crm-cart .btn-outline-success.active:focus, .firehawk-crm-cart .btn-outline-success.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
    .firehawk-crm-cart .btn-outline-success:disabled, .firehawk-crm-cart .btn-outline-success.disabled {
      color: #198754;
      background-color: transparent; }
  .firehawk-crm-cart .btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0; }
    .firehawk-crm-cart .btn-outline-info:hover {
      color: #000;
      background-color: #0dcaf0;
      border-color: #0dcaf0; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-info, .firehawk-crm-cart .btn-outline-info:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-info,
    .btn-check:active + .firehawk-crm-cart .btn-outline-info, .firehawk-crm-cart .btn-outline-info:active, .firehawk-crm-cart .btn-outline-info.active, .firehawk-crm-cart .btn-outline-info.dropdown-toggle.show {
      color: #000;
      background-color: #0dcaf0;
      border-color: #0dcaf0; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-info:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-info:focus, .firehawk-crm-cart .btn-outline-info:active:focus, .firehawk-crm-cart .btn-outline-info.active:focus, .firehawk-crm-cart .btn-outline-info.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
    .firehawk-crm-cart .btn-outline-info:disabled, .firehawk-crm-cart .btn-outline-info.disabled {
      color: #0dcaf0;
      background-color: transparent; }
  .firehawk-crm-cart .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107; }
    .firehawk-crm-cart .btn-outline-warning:hover {
      color: #000;
      background-color: #ffc107;
      border-color: #ffc107; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-warning, .firehawk-crm-cart .btn-outline-warning:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-warning,
    .btn-check:active + .firehawk-crm-cart .btn-outline-warning, .firehawk-crm-cart .btn-outline-warning:active, .firehawk-crm-cart .btn-outline-warning.active, .firehawk-crm-cart .btn-outline-warning.dropdown-toggle.show {
      color: #000;
      background-color: #ffc107;
      border-color: #ffc107; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-warning:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-warning:focus, .firehawk-crm-cart .btn-outline-warning:active:focus, .firehawk-crm-cart .btn-outline-warning.active:focus, .firehawk-crm-cart .btn-outline-warning.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
    .firehawk-crm-cart .btn-outline-warning:disabled, .firehawk-crm-cart .btn-outline-warning.disabled {
      color: #ffc107;
      background-color: transparent; }
  .firehawk-crm-cart .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545; }
    .firehawk-crm-cart .btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-danger, .firehawk-crm-cart .btn-outline-danger:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-danger,
    .btn-check:active + .firehawk-crm-cart .btn-outline-danger, .firehawk-crm-cart .btn-outline-danger:active, .firehawk-crm-cart .btn-outline-danger.active, .firehawk-crm-cart .btn-outline-danger.dropdown-toggle.show {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-danger:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-danger:focus, .firehawk-crm-cart .btn-outline-danger:active:focus, .firehawk-crm-cart .btn-outline-danger.active:focus, .firehawk-crm-cart .btn-outline-danger.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
    .firehawk-crm-cart .btn-outline-danger:disabled, .firehawk-crm-cart .btn-outline-danger.disabled {
      color: #dc3545;
      background-color: transparent; }
  .firehawk-crm-cart .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa; }
    .firehawk-crm-cart .btn-outline-light:hover {
      color: #000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-light, .firehawk-crm-cart .btn-outline-light:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-light,
    .btn-check:active + .firehawk-crm-cart .btn-outline-light, .firehawk-crm-cart .btn-outline-light:active, .firehawk-crm-cart .btn-outline-light.active, .firehawk-crm-cart .btn-outline-light.dropdown-toggle.show {
      color: #000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-light:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-light:focus, .firehawk-crm-cart .btn-outline-light:active:focus, .firehawk-crm-cart .btn-outline-light.active:focus, .firehawk-crm-cart .btn-outline-light.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
    .firehawk-crm-cart .btn-outline-light:disabled, .firehawk-crm-cart .btn-outline-light.disabled {
      color: #f8f9fa;
      background-color: transparent; }
  .firehawk-crm-cart .btn-outline-dark {
    color: #212529;
    border-color: #212529; }
    .firehawk-crm-cart .btn-outline-dark:hover {
      color: #fff;
      background-color: #212529;
      border-color: #212529; }
    .btn-check:focus + .firehawk-crm-cart .btn-outline-dark, .firehawk-crm-cart .btn-outline-dark:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
    .btn-check:checked + .firehawk-crm-cart .btn-outline-dark,
    .btn-check:active + .firehawk-crm-cart .btn-outline-dark, .firehawk-crm-cart .btn-outline-dark:active, .firehawk-crm-cart .btn-outline-dark.active, .firehawk-crm-cart .btn-outline-dark.dropdown-toggle.show {
      color: #fff;
      background-color: #212529;
      border-color: #212529; }
      .btn-check:checked + .firehawk-crm-cart .btn-outline-dark:focus,
      .btn-check:active + .firehawk-crm-cart .btn-outline-dark:focus, .firehawk-crm-cart .btn-outline-dark:active:focus, .firehawk-crm-cart .btn-outline-dark.active:focus, .firehawk-crm-cart .btn-outline-dark.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
    .firehawk-crm-cart .btn-outline-dark:disabled, .firehawk-crm-cart .btn-outline-dark.disabled {
      color: #212529;
      background-color: transparent; }
  .firehawk-crm-cart .btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline; }
    .firehawk-crm-cart .btn-link:hover {
      color: #0a58ca; }
    .firehawk-crm-cart .btn-link:disabled, .firehawk-crm-cart .btn-link.disabled {
      color: #6c757d; }
  .firehawk-crm-cart .btn-lg, .firehawk-crm-cart .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .firehawk-crm-cart .btn-sm, .firehawk-crm-cart .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .firehawk-crm-cart .fade {
    transition: opacity 0.15s linear; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .fade {
        transition: none; } }
    .firehawk-crm-cart .fade:not(.show) {
      opacity: 0; }
  .firehawk-crm-cart .collapse:not(.show) {
    display: none; }
  .firehawk-crm-cart .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .collapsing {
        transition: none; } }
    .firehawk-crm-cart .collapsing.collapse-horizontal {
      width: 0;
      height: auto;
      transition: width 0.35s ease; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .collapsing.collapse-horizontal {
          transition: none; } }
  .firehawk-crm-cart .dropup,
  .firehawk-crm-cart .dropend,
  .firehawk-crm-cart .dropdown,
  .firehawk-crm-cart .dropstart {
    position: relative; }
  .firehawk-crm-cart .dropdown-toggle {
    white-space: nowrap; }
    .firehawk-crm-cart .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
    .firehawk-crm-cart .dropdown-toggle:empty::after {
      margin-left: 0; }
  .firehawk-crm-cart .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
    .firehawk-crm-cart .dropdown-menu[data-bs-popper] {
      top: 100%;
      left: 0;
      margin-top: 0.125rem; }
  .firehawk-crm-cart .dropdown-menu-start {
    --bs-position: start; }
    .firehawk-crm-cart .dropdown-menu-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .firehawk-crm-cart .dropdown-menu-end {
    --bs-position: end; }
    .firehawk-crm-cart .dropdown-menu-end[data-bs-popper] {
      right: 0;
      left: auto; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .dropdown-menu-sm-start {
      --bs-position: start; }
      .firehawk-crm-cart .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-cart .dropdown-menu-sm-end {
      --bs-position: end; }
      .firehawk-crm-cart .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 768px) {
    .firehawk-crm-cart .dropdown-menu-md-start {
      --bs-position: start; }
      .firehawk-crm-cart .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-cart .dropdown-menu-md-end {
      --bs-position: end; }
      .firehawk-crm-cart .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .dropdown-menu-lg-start {
      --bs-position: start; }
      .firehawk-crm-cart .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-cart .dropdown-menu-lg-end {
      --bs-position: end; }
      .firehawk-crm-cart .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .dropdown-menu-xl-start {
      --bs-position: start; }
      .firehawk-crm-cart .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-cart .dropdown-menu-xl-end {
      --bs-position: end; }
      .firehawk-crm-cart .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 1400px) {
    .firehawk-crm-cart .dropdown-menu-xxl-start {
      --bs-position: start; }
      .firehawk-crm-cart .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-cart .dropdown-menu-xxl-end {
      --bs-position: end; }
      .firehawk-crm-cart .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  .firehawk-crm-cart .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }
  .firehawk-crm-cart .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .firehawk-crm-cart .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .firehawk-crm-cart .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }
  .firehawk-crm-cart .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  .firehawk-crm-cart .dropend .dropdown-toggle:empty::after {
    margin-left: 0; }
  .firehawk-crm-cart .dropend .dropdown-toggle::after {
    vertical-align: 0; }
  .firehawk-crm-cart .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }
  .firehawk-crm-cart .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  .firehawk-crm-cart .dropstart .dropdown-toggle::after {
    display: none; }
  .firehawk-crm-cart .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  .firehawk-crm-cart .dropstart .dropdown-toggle:empty::after {
    margin-left: 0; }
  .firehawk-crm-cart .dropstart .dropdown-toggle::before {
    vertical-align: 0; }
  .firehawk-crm-cart .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .firehawk-crm-cart .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .firehawk-crm-cart .dropdown-item:hover, .firehawk-crm-cart .dropdown-item:focus {
      color: #1e2125;
      background-color: #e9ecef; }
    .firehawk-crm-cart .dropdown-item.active, .firehawk-crm-cart .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #0d6efd; }
    .firehawk-crm-cart .dropdown-item.disabled, .firehawk-crm-cart .dropdown-item:disabled {
      color: #adb5bd;
      pointer-events: none;
      background-color: transparent; }
  .firehawk-crm-cart .dropdown-menu.show {
    display: block; }
  .firehawk-crm-cart .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap; }
  .firehawk-crm-cart .dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529; }
  .firehawk-crm-cart .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15); }
    .firehawk-crm-cart .dropdown-menu-dark .dropdown-item {
      color: #dee2e6; }
      .firehawk-crm-cart .dropdown-menu-dark .dropdown-item:hover, .firehawk-crm-cart .dropdown-menu-dark .dropdown-item:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15); }
      .firehawk-crm-cart .dropdown-menu-dark .dropdown-item.active, .firehawk-crm-cart .dropdown-menu-dark .dropdown-item:active {
        color: #fff;
        background-color: #0d6efd; }
      .firehawk-crm-cart .dropdown-menu-dark .dropdown-item.disabled, .firehawk-crm-cart .dropdown-menu-dark .dropdown-item:disabled {
        color: #adb5bd; }
    .firehawk-crm-cart .dropdown-menu-dark .dropdown-divider {
      border-color: rgba(0, 0, 0, 0.15); }
    .firehawk-crm-cart .dropdown-menu-dark .dropdown-item-text {
      color: #dee2e6; }
    .firehawk-crm-cart .dropdown-menu-dark .dropdown-header {
      color: #adb5bd; }
  .firehawk-crm-cart .btn-group,
  .firehawk-crm-cart .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
    .firehawk-crm-cart .btn-group > .btn,
    .firehawk-crm-cart .btn-group-vertical > .btn {
      position: relative;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .firehawk-crm-cart .btn-group > .btn-check:checked + .btn,
    .firehawk-crm-cart .btn-group > .btn-check:focus + .btn,
    .firehawk-crm-cart .btn-group > .btn:hover,
    .firehawk-crm-cart .btn-group > .btn:focus,
    .firehawk-crm-cart .btn-group > .btn:active,
    .firehawk-crm-cart .btn-group > .btn.active,
    .firehawk-crm-cart .btn-group-vertical > .btn-check:checked + .btn,
    .firehawk-crm-cart .btn-group-vertical > .btn-check:focus + .btn,
    .firehawk-crm-cart .btn-group-vertical > .btn:hover,
    .firehawk-crm-cart .btn-group-vertical > .btn:focus,
    .firehawk-crm-cart .btn-group-vertical > .btn:active,
    .firehawk-crm-cart .btn-group-vertical > .btn.active {
      z-index: 1; }
  .firehawk-crm-cart .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .firehawk-crm-cart .btn-toolbar .input-group {
      width: auto; }
  .firehawk-crm-cart .btn-group > .btn:not(:first-child),
  .firehawk-crm-cart .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .firehawk-crm-cart .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .firehawk-crm-cart .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .firehawk-crm-cart .btn-group > .btn:nth-child(n + 3),
  .firehawk-crm-cart .btn-group > :not(.btn-check) + .btn,
  .firehawk-crm-cart .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .firehawk-crm-cart .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem; }
    .firehawk-crm-cart .dropdown-toggle-split::after,
    .dropup .firehawk-crm-cart .dropdown-toggle-split::after,
    .dropend .firehawk-crm-cart .dropdown-toggle-split::after {
      margin-left: 0; }
    .dropstart .firehawk-crm-cart .dropdown-toggle-split::before {
      margin-right: 0; }
  .firehawk-crm-cart .btn-sm + .dropdown-toggle-split, .firehawk-crm-cart .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
  .firehawk-crm-cart .btn-lg + .dropdown-toggle-split, .firehawk-crm-cart .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .firehawk-crm-cart .btn-group-vertical {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center; }
    .firehawk-crm-cart .btn-group-vertical > .btn,
    .firehawk-crm-cart .btn-group-vertical > .btn-group {
      width: 100%; }
    .firehawk-crm-cart .btn-group-vertical > .btn:not(:first-child),
    .firehawk-crm-cart .btn-group-vertical > .btn-group:not(:first-child) {
      margin-top: -1px; }
    .firehawk-crm-cart .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .firehawk-crm-cart .btn-group-vertical > .btn-group:not(:last-child) > .btn {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .firehawk-crm-cart .btn-group-vertical > .btn ~ .btn,
    .firehawk-crm-cart .btn-group-vertical > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .firehawk-crm-cart .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .firehawk-crm-cart .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .nav-link {
        transition: none; } }
    .firehawk-crm-cart .nav-link:hover, .firehawk-crm-cart .nav-link:focus {
      color: #0a58ca; }
    .firehawk-crm-cart .nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default; }
  .firehawk-crm-cart .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
    .firehawk-crm-cart .nav-tabs .nav-link {
      margin-bottom: -1px;
      background: none;
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .firehawk-crm-cart .nav-tabs .nav-link:hover, .firehawk-crm-cart .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
        isolation: isolate; }
      .firehawk-crm-cart .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    .firehawk-crm-cart .nav-tabs .nav-link.active,
    .firehawk-crm-cart .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
    .firehawk-crm-cart .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .firehawk-crm-cart .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem; }
  .firehawk-crm-cart .nav-pills .nav-link.active,
  .firehawk-crm-cart .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd; }
  .firehawk-crm-cart .nav-fill > .nav-link,
  .firehawk-crm-cart .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    text-align: center; }
  .firehawk-crm-cart .nav-justified > .nav-link,
  .firehawk-crm-cart .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }
  .firehawk-crm-cart .nav-fill .nav-item .nav-link,
  .firehawk-crm-cart .nav-justified .nav-item .nav-link {
    width: 100%; }
  .firehawk-crm-cart .tab-content > .tab-pane {
    display: none; }
  .firehawk-crm-cart .tab-content > .active {
    display: block; }
  .firehawk-crm-cart .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .firehawk-crm-cart .navbar > .container,
    .firehawk-crm-cart .navbar > .container-fluid, .firehawk-crm-cart .navbar > .container-sm, .firehawk-crm-cart .navbar > .container-md, .firehawk-crm-cart .navbar > .container-lg, .firehawk-crm-cart .navbar > .container-xl, .firehawk-crm-cart .navbar > .container-xxl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: inherit;
          flex-wrap: inherit;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .firehawk-crm-cart .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap; }
  .firehawk-crm-cart .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .firehawk-crm-cart .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
    .firehawk-crm-cart .navbar-nav .dropdown-menu {
      position: static; }
  .firehawk-crm-cart .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .firehawk-crm-cart .navbar-collapse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-align: center;
        align-items: center; }
  .firehawk-crm-cart .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .navbar-toggler {
        transition: none; } }
    .firehawk-crm-cart .navbar-toggler:hover {
      text-decoration: none; }
    .firehawk-crm-cart .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: 0 0 0 0.25rem; }
  .firehawk-crm-cart .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .firehawk-crm-cart .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .navbar-expand-sm {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-cart .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-cart .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-cart .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-cart .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-cart .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-cart .navbar-expand-sm .navbar-toggler {
        display: none; }
      .firehawk-crm-cart .navbar-expand-sm .offcanvas-header {
        display: none; }
      .firehawk-crm-cart .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-cart .navbar-expand-sm .offcanvas-top,
      .firehawk-crm-cart .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-cart .navbar-expand-sm .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 768px) {
    .firehawk-crm-cart .navbar-expand-md {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-cart .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-cart .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-cart .navbar-expand-md .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-cart .navbar-expand-md .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-cart .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-cart .navbar-expand-md .navbar-toggler {
        display: none; }
      .firehawk-crm-cart .navbar-expand-md .offcanvas-header {
        display: none; }
      .firehawk-crm-cart .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-cart .navbar-expand-md .offcanvas-top,
      .firehawk-crm-cart .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-cart .navbar-expand-md .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .navbar-expand-lg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-cart .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-cart .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-cart .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-cart .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-cart .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-cart .navbar-expand-lg .navbar-toggler {
        display: none; }
      .firehawk-crm-cart .navbar-expand-lg .offcanvas-header {
        display: none; }
      .firehawk-crm-cart .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-cart .navbar-expand-lg .offcanvas-top,
      .firehawk-crm-cart .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-cart .navbar-expand-lg .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .navbar-expand-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-cart .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-cart .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-cart .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-cart .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-cart .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-cart .navbar-expand-xl .navbar-toggler {
        display: none; }
      .firehawk-crm-cart .navbar-expand-xl .offcanvas-header {
        display: none; }
      .firehawk-crm-cart .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-cart .navbar-expand-xl .offcanvas-top,
      .firehawk-crm-cart .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-cart .navbar-expand-xl .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 1400px) {
    .firehawk-crm-cart .navbar-expand-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-cart .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-cart .navbar-expand-xxl .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-cart .navbar-expand-xxl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-cart .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-cart .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-cart .navbar-expand-xxl .navbar-toggler {
        display: none; }
      .firehawk-crm-cart .navbar-expand-xxl .offcanvas-header {
        display: none; }
      .firehawk-crm-cart .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-cart .navbar-expand-xxl .offcanvas-top,
      .firehawk-crm-cart .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-cart .navbar-expand-xxl .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  .firehawk-crm-cart .navbar-expand {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .firehawk-crm-cart .navbar-expand .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-cart .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute; }
      .firehawk-crm-cart .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .firehawk-crm-cart .navbar-expand .navbar-nav-scroll {
      overflow: visible; }
    .firehawk-crm-cart .navbar-expand .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .firehawk-crm-cart .navbar-expand .navbar-toggler {
      display: none; }
    .firehawk-crm-cart .navbar-expand .offcanvas-header {
      display: none; }
    .firehawk-crm-cart .navbar-expand .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -ms-flex-positive: 1;
          flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      -ms-transform: none;
          transform: none; }
    .firehawk-crm-cart .navbar-expand .offcanvas-top,
    .firehawk-crm-cart .navbar-expand .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .firehawk-crm-cart .navbar-expand .offcanvas-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0;
      overflow-y: visible; }
  .firehawk-crm-cart .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
    .firehawk-crm-cart .navbar-light .navbar-brand:hover, .firehawk-crm-cart .navbar-light .navbar-brand:focus {
      color: rgba(0, 0, 0, 0.9); }
  .firehawk-crm-cart .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55); }
    .firehawk-crm-cart .navbar-light .navbar-nav .nav-link:hover, .firehawk-crm-cart .navbar-light .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.7); }
    .firehawk-crm-cart .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  .firehawk-crm-cart .navbar-light .navbar-nav .show > .nav-link,
  .firehawk-crm-cart .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .firehawk-crm-cart .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1); }
  .firehawk-crm-cart .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .firehawk-crm-cart .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55); }
    .firehawk-crm-cart .navbar-light .navbar-text a,
    .firehawk-crm-cart .navbar-light .navbar-text a:hover,
    .firehawk-crm-cart .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }
  .firehawk-crm-cart .navbar-dark .navbar-brand {
    color: #fff; }
    .firehawk-crm-cart .navbar-dark .navbar-brand:hover, .firehawk-crm-cart .navbar-dark .navbar-brand:focus {
      color: #fff; }
  .firehawk-crm-cart .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55); }
    .firehawk-crm-cart .navbar-dark .navbar-nav .nav-link:hover, .firehawk-crm-cart .navbar-dark .navbar-nav .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
    .firehawk-crm-cart .navbar-dark .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  .firehawk-crm-cart .navbar-dark .navbar-nav .show > .nav-link,
  .firehawk-crm-cart .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .firehawk-crm-cart .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1); }
  .firehawk-crm-cart .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .firehawk-crm-cart .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55); }
    .firehawk-crm-cart .navbar-dark .navbar-text a,
    .firehawk-crm-cart .navbar-dark .navbar-text a:hover,
    .firehawk-crm-cart .navbar-dark .navbar-text a:focus {
      color: #fff; }
  .firehawk-crm-cart .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    .firehawk-crm-cart .card > hr {
      margin-right: 0;
      margin-left: 0; }
    .firehawk-crm-cart .card > .list-group {
      border-top: inherit;
      border-bottom: inherit; }
      .firehawk-crm-cart .card > .list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px); }
      .firehawk-crm-cart .card > .list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px); }
    .firehawk-crm-cart .card > .card-header + .list-group,
    .firehawk-crm-cart .card > .list-group + .card-footer {
      border-top: 0; }
  .firehawk-crm-cart .card-body {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 1rem 1rem; }
  .firehawk-crm-cart .card-title {
    margin-bottom: 0.5rem; }
  .firehawk-crm-cart .card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0; }
  .firehawk-crm-cart .card-text:last-child {
    margin-bottom: 0; }
  .firehawk-crm-cart .card-link + .card-link {
    margin-left: 1rem; }
  .firehawk-crm-cart .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-cart .card-header:first-child {
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .firehawk-crm-cart .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-cart .card-footer:last-child {
      border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  .firehawk-crm-cart .card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0; }
  .firehawk-crm-cart .card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
  .firehawk-crm-cart .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px); }
  .firehawk-crm-cart .card-img,
  .firehawk-crm-cart .card-img-top,
  .firehawk-crm-cart .card-img-bottom {
    width: 100%; }
  .firehawk-crm-cart .card-img,
  .firehawk-crm-cart .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .firehawk-crm-cart .card-img,
  .firehawk-crm-cart .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .firehawk-crm-cart .card-group > .card {
    margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .card-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .firehawk-crm-cart .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .firehawk-crm-cart .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .firehawk-crm-cart .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .firehawk-crm-cart .card-group > .card:not(:last-child) .card-img-top,
          .firehawk-crm-cart .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .firehawk-crm-cart .card-group > .card:not(:last-child) .card-img-bottom,
          .firehawk-crm-cart .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .firehawk-crm-cart .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .firehawk-crm-cart .card-group > .card:not(:first-child) .card-img-top,
          .firehawk-crm-cart .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .firehawk-crm-cart .card-group > .card:not(:first-child) .card-img-bottom,
          .firehawk-crm-cart .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }
  .firehawk-crm-cart .accordion-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .accordion-button {
        transition: none; } }
    .firehawk-crm-cart .accordion-button:not(.collapsed) {
      color: #0c63e4;
      background-color: #e7f1ff;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
      .firehawk-crm-cart .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    .firehawk-crm-cart .accordion-button::after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "";
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform 0.2s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .accordion-button::after {
          transition: none; } }
    .firehawk-crm-cart .accordion-button:hover {
      z-index: 2; }
    .firehawk-crm-cart .accordion-button:focus {
      z-index: 3;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .firehawk-crm-cart .accordion-header {
    margin-bottom: 0; }
  .firehawk-crm-cart .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-cart .accordion-item:first-of-type {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .firehawk-crm-cart .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px); }
    .firehawk-crm-cart .accordion-item:not(:first-of-type) {
      border-top: 0; }
    .firehawk-crm-cart .accordion-item:last-of-type {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
      .firehawk-crm-cart .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px); }
      .firehawk-crm-cart .accordion-item:last-of-type .accordion-collapse {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem; }
  .firehawk-crm-cart .accordion-body {
    padding: 1rem 1.25rem; }
  .firehawk-crm-cart .accordion-flush .accordion-collapse {
    border-width: 0; }
  .firehawk-crm-cart .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
    .firehawk-crm-cart .accordion-flush .accordion-item:first-child {
      border-top: 0; }
    .firehawk-crm-cart .accordion-flush .accordion-item:last-child {
      border-bottom: 0; }
    .firehawk-crm-cart .accordion-flush .accordion-item .accordion-button {
      border-radius: 0; }
  .firehawk-crm-cart .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none; }
  .firehawk-crm-cart .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .firehawk-crm-cart .breadcrumb-item + .breadcrumb-item::before {
      float: left;
      padding-right: 0.5rem;
      color: #6c757d;
      content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }
  .firehawk-crm-cart .breadcrumb-item.active {
    color: #6c757d; }
  .firehawk-crm-cart .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none; }
  .firehawk-crm-cart .page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .page-link {
        transition: none; } }
    .firehawk-crm-cart .page-link:hover {
      z-index: 2;
      color: #0a58ca;
      background-color: #e9ecef;
      border-color: #dee2e6; }
    .firehawk-crm-cart .page-link:focus {
      z-index: 3;
      color: #0a58ca;
      background-color: #e9ecef;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .firehawk-crm-cart .page-item:not(:first-child) .page-link {
    margin-left: -1px; }
  .firehawk-crm-cart .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .firehawk-crm-cart .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6; }
  .firehawk-crm-cart .page-link {
    padding: 0.375rem 0.75rem; }
  .firehawk-crm-cart .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .firehawk-crm-cart .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .firehawk-crm-cart .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }
  .firehawk-crm-cart .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .firehawk-crm-cart .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .firehawk-crm-cart .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
  .firehawk-crm-cart .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .firehawk-crm-cart .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
  .firehawk-crm-cart .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
    .firehawk-crm-cart .badge:empty {
      display: none; }
  .firehawk-crm-cart .btn .badge {
    position: relative;
    top: -1px; }
  .firehawk-crm-cart .alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .firehawk-crm-cart .alert-heading {
    color: inherit; }
  .firehawk-crm-cart .alert-link {
    font-weight: 700; }
  .firehawk-crm-cart .alert-dismissible {
    padding-right: 3rem; }
    .firehawk-crm-cart .alert-dismissible .btn-close {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      padding: 1.25rem 1rem; }
  .firehawk-crm-cart .alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe; }
    .firehawk-crm-cart .alert-primary .alert-link {
      color: #06357a; }
  .firehawk-crm-cart .alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8; }
    .firehawk-crm-cart .alert-secondary .alert-link {
      color: #34383c; }
  .firehawk-crm-cart .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc; }
    .firehawk-crm-cart .alert-success .alert-link {
      color: #0c4128; }
  .firehawk-crm-cart .alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb; }
    .firehawk-crm-cart .alert-info .alert-link {
      color: #04414d; }
  .firehawk-crm-cart .alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5; }
    .firehawk-crm-cart .alert-warning .alert-link {
      color: #523e02; }
  .firehawk-crm-cart .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7; }
    .firehawk-crm-cart .alert-danger .alert-link {
      color: #6a1a21; }
  .firehawk-crm-cart .alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe; }
    .firehawk-crm-cart .alert-light .alert-link {
      color: #4f5050; }
  .firehawk-crm-cart .alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf; }
    .firehawk-crm-cart .alert-dark .alert-link {
      color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }
  .firehawk-crm-cart .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .firehawk-crm-cart .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .progress-bar {
        transition: none; } }
  .firehawk-crm-cart .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .firehawk-crm-cart .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .progress-bar-animated {
        animation: none; } }
  .firehawk-crm-cart .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem; }
  .firehawk-crm-cart .list-group-numbered {
    list-style-type: none;
    counter-reset: section; }
    .firehawk-crm-cart .list-group-numbered > li::before {
      content: counters(section, ".") ". ";
      counter-increment: section; }
  .firehawk-crm-cart .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
    .firehawk-crm-cart .list-group-item-action:hover, .firehawk-crm-cart .list-group-item-action:focus {
      z-index: 1;
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa; }
    .firehawk-crm-cart .list-group-item-action:active {
      color: #212529;
      background-color: #e9ecef; }
  .firehawk-crm-cart .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-cart .list-group-item:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    .firehawk-crm-cart .list-group-item:last-child {
      border-bottom-right-radius: inherit;
      border-bottom-left-radius: inherit; }
    .firehawk-crm-cart .list-group-item.disabled, .firehawk-crm-cart .list-group-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: #fff; }
    .firehawk-crm-cart .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd; }
    .firehawk-crm-cart .list-group-item + .firehawk-crm-cart .list-group-item {
      border-top-width: 0; }
      .firehawk-crm-cart .list-group-item + .firehawk-crm-cart .list-group-item.active {
        margin-top: -1px;
        border-top-width: 1px; }
  .firehawk-crm-cart .list-group-horizontal {
    -ms-flex-direction: row;
        flex-direction: row; }
    .firehawk-crm-cart .list-group-horizontal > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .firehawk-crm-cart .list-group-horizontal > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .firehawk-crm-cart .list-group-horizontal > .list-group-item.active {
      margin-top: 0; }
    .firehawk-crm-cart .list-group-horizontal > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .firehawk-crm-cart .list-group-horizontal > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .list-group-horizontal-sm {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-cart .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-cart .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-cart .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 768px) {
    .firehawk-crm-cart .list-group-horizontal-md {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-cart .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-cart .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-cart .list-group-horizontal-md > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .list-group-horizontal-lg {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-cart .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-cart .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-cart .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .list-group-horizontal-xl {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-cart .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-cart .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-cart .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 1400px) {
    .firehawk-crm-cart .list-group-horizontal-xxl {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-cart .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-cart .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-cart .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-cart .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  .firehawk-crm-cart .list-group-flush {
    border-radius: 0; }
    .firehawk-crm-cart .list-group-flush > .list-group-item {
      border-width: 0 0 1px; }
      .firehawk-crm-cart .list-group-flush > .list-group-item:last-child {
        border-bottom-width: 0; }
  .firehawk-crm-cart .list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff; }
    .firehawk-crm-cart .list-group-item-primary.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-primary.list-group-item-action:focus {
      color: #084298;
      background-color: #bacbe6; }
    .firehawk-crm-cart .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #084298;
      border-color: #084298; }
  .firehawk-crm-cart .list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5; }
    .firehawk-crm-cart .list-group-item-secondary.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-secondary.list-group-item-action:focus {
      color: #41464b;
      background-color: #cbccce; }
    .firehawk-crm-cart .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #41464b;
      border-color: #41464b; }
  .firehawk-crm-cart .list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd; }
    .firehawk-crm-cart .list-group-item-success.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-success.list-group-item-action:focus {
      color: #0f5132;
      background-color: #bcd0c7; }
    .firehawk-crm-cart .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #0f5132;
      border-color: #0f5132; }
  .firehawk-crm-cart .list-group-item-info {
    color: #055160;
    background-color: #cff4fc; }
    .firehawk-crm-cart .list-group-item-info.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-info.list-group-item-action:focus {
      color: #055160;
      background-color: #badce3; }
    .firehawk-crm-cart .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #055160;
      border-color: #055160; }
  .firehawk-crm-cart .list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd; }
    .firehawk-crm-cart .list-group-item-warning.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-warning.list-group-item-action:focus {
      color: #664d03;
      background-color: #e6dbb9; }
    .firehawk-crm-cart .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #664d03;
      border-color: #664d03; }
  .firehawk-crm-cart .list-group-item-danger {
    color: #842029;
    background-color: #f8d7da; }
    .firehawk-crm-cart .list-group-item-danger.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-danger.list-group-item-action:focus {
      color: #842029;
      background-color: #dfc2c4; }
    .firehawk-crm-cart .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #842029;
      border-color: #842029; }
  .firehawk-crm-cart .list-group-item-light {
    color: #636464;
    background-color: #fefefe; }
    .firehawk-crm-cart .list-group-item-light.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-light.list-group-item-action:focus {
      color: #636464;
      background-color: #e5e5e5; }
    .firehawk-crm-cart .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #636464;
      border-color: #636464; }
  .firehawk-crm-cart .list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4; }
    .firehawk-crm-cart .list-group-item-dark.list-group-item-action:hover, .firehawk-crm-cart .list-group-item-dark.list-group-item-action:focus {
      color: #141619;
      background-color: #bebebf; }
    .firehawk-crm-cart .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #141619;
      border-color: #141619; }
  .firehawk-crm-cart .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5; }
    .firehawk-crm-cart .btn-close:hover {
      color: #000;
      text-decoration: none;
      opacity: 0.75; }
    .firehawk-crm-cart .btn-close:focus {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
      opacity: 1; }
    .firehawk-crm-cart .btn-close:disabled, .firehawk-crm-cart .btn-close.disabled {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: 0.25; }
  .firehawk-crm-cart .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%); }
  .firehawk-crm-cart .toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
    .firehawk-crm-cart .toast.showing {
      opacity: 0; }
    .firehawk-crm-cart .toast:not(.show) {
      display: none; }
  .firehawk-crm-cart .toast-container {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none; }
    .firehawk-crm-cart .toast-container > :not(:last-child) {
      margin-bottom: 0.75rem; }
  .firehawk-crm-cart .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
    .firehawk-crm-cart .toast-header .btn-close {
      margin-right: -0.375rem;
      margin-left: 0.75rem; }
  .firehawk-crm-cart .toast-body {
    padding: 0.75rem;
    word-wrap: break-word; }
  .firehawk-crm-cart .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0; }
  .firehawk-crm-cart .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
    .modal.fade .firehawk-crm-cart .modal-dialog {
      transition: transform 0.3s ease-out;
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px); }
      @media (prefers-reduced-motion: reduce) {
        .modal.fade .firehawk-crm-cart .modal-dialog {
          transition: none; } }
    .modal.show .firehawk-crm-cart .modal-dialog {
      -ms-transform: none;
          transform: none; }
    .modal.modal-static .firehawk-crm-cart .modal-dialog {
      -ms-transform: scale(1.02);
          transform: scale(1.02); }
  .firehawk-crm-cart .modal-dialog-scrollable {
    height: calc(100% - 1rem); }
    .firehawk-crm-cart .modal-dialog-scrollable .modal-content {
      max-height: 100%;
      overflow: hidden; }
    .firehawk-crm-cart .modal-dialog-scrollable .modal-body {
      overflow-y: auto; }
  .firehawk-crm-cart .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: calc(100% - 1rem); }
  .firehawk-crm-cart .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  .firehawk-crm-cart .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
    .firehawk-crm-cart .modal-backdrop.fade {
      opacity: 0; }
    .firehawk-crm-cart .modal-backdrop.show {
      opacity: 0.5; }
  .firehawk-crm-cart .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .firehawk-crm-cart .modal-header .btn-close {
      padding: 0.5rem 0.5rem;
      margin: -0.5rem -0.5rem -0.5rem auto; }
  .firehawk-crm-cart .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .firehawk-crm-cart .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 1rem; }
  .firehawk-crm-cart .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px); }
    .firehawk-crm-cart .modal-footer > * {
      margin: 0.25rem; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    .firehawk-crm-cart .modal-dialog-scrollable {
      height: calc(100% - 3.5rem); }
    .firehawk-crm-cart .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); }
    .firehawk-crm-cart .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .modal-lg,
    .firehawk-crm-cart .modal-xl {
      max-width: 800px; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .modal-xl {
      max-width: 1140px; } }
  .firehawk-crm-cart .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .firehawk-crm-cart .modal-fullscreen .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .firehawk-crm-cart .modal-fullscreen .modal-header {
      border-radius: 0; }
    .firehawk-crm-cart .modal-fullscreen .modal-body {
      overflow-y: auto; }
    .firehawk-crm-cart .modal-fullscreen .modal-footer {
      border-radius: 0; }
  @media (max-width: 575.98px) {
    .firehawk-crm-cart .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-cart .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-sm-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-cart .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 767.98px) {
    .firehawk-crm-cart .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-cart .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-md-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-md-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-cart .modal-fullscreen-md-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 991.98px) {
    .firehawk-crm-cart .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-cart .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-lg-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-cart .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 1199.98px) {
    .firehawk-crm-cart .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-cart .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-xl-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-cart .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 1399.98px) {
    .firehawk-crm-cart .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-cart .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-cart .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-cart .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0; } }
  .firehawk-crm-cart .tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0; }
    .firehawk-crm-cart .tooltip.show {
      opacity: 0.9; }
    .firehawk-crm-cart .tooltip .tooltip-arrow {
      position: absolute;
      display: block;
      width: 0.8rem;
      height: 0.4rem; }
      .firehawk-crm-cart .tooltip .tooltip-arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .firehawk-crm-cart .bs-tooltip-top, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0; }
    .firehawk-crm-cart .bs-tooltip-top .tooltip-arrow, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
      bottom: 0; }
      .firehawk-crm-cart .bs-tooltip-top .tooltip-arrow::before, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
        top: -1px;
        border-width: 0.4rem 0.4rem 0;
        border-top-color: #000; }
  .firehawk-crm-cart .bs-tooltip-end, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem; }
    .firehawk-crm-cart .bs-tooltip-end .tooltip-arrow, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
      left: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .firehawk-crm-cart .bs-tooltip-end .tooltip-arrow::before, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
        right: -1px;
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: #000; }
  .firehawk-crm-cart .bs-tooltip-bottom, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0; }
    .firehawk-crm-cart .bs-tooltip-bottom .tooltip-arrow, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
      top: 0; }
      .firehawk-crm-cart .bs-tooltip-bottom .tooltip-arrow::before, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
        bottom: -1px;
        border-width: 0 0.4rem 0.4rem;
        border-bottom-color: #000; }
  .firehawk-crm-cart .bs-tooltip-start, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem; }
    .firehawk-crm-cart .bs-tooltip-start .tooltip-arrow, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
      right: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .firehawk-crm-cart .bs-tooltip-start .tooltip-arrow::before, .firehawk-crm-cart .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
        left: -1px;
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: #000; }
  .firehawk-crm-cart .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }
  .firehawk-crm-cart .popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
    .firehawk-crm-cart .popover .popover-arrow {
      position: absolute;
      display: block;
      width: 1rem;
      height: 0.5rem; }
      .firehawk-crm-cart .popover .popover-arrow::before, .firehawk-crm-cart .popover .popover-arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .firehawk-crm-cart .bs-popover-top > .popover-arrow, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px); }
    .firehawk-crm-cart .bs-popover-top > .popover-arrow::before, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-cart .bs-popover-top > .popover-arrow::after, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }
  .firehawk-crm-cart .bs-popover-end > .popover-arrow, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem; }
    .firehawk-crm-cart .bs-popover-end > .popover-arrow::before, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-cart .bs-popover-end > .popover-arrow::after, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }
  .firehawk-crm-cart .bs-popover-bottom > .popover-arrow, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px); }
    .firehawk-crm-cart .bs-popover-bottom > .popover-arrow::before, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-cart .bs-popover-bottom > .popover-arrow::after, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .firehawk-crm-cart .bs-popover-bottom .popover-header::before, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0; }
  .firehawk-crm-cart .bs-popover-start > .popover-arrow, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem; }
    .firehawk-crm-cart .bs-popover-start > .popover-arrow::before, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-cart .bs-popover-start > .popover-arrow::after, .firehawk-crm-cart .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }
  .firehawk-crm-cart .popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .firehawk-crm-cart .popover-header:empty {
      display: none; }
  .firehawk-crm-cart .popover-body {
    padding: 1rem 1rem;
    color: #212529; }
  .firehawk-crm-cart .carousel {
    position: relative; }
  .firehawk-crm-cart .carousel.pointer-event {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }
  .firehawk-crm-cart .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .firehawk-crm-cart .carousel-inner::after {
      display: block;
      clear: both;
      content: ""; }
  .firehawk-crm-cart .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.6s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .carousel-item {
        transition: none; } }
  .firehawk-crm-cart .carousel-item.active,
  .firehawk-crm-cart .carousel-item-next,
  .firehawk-crm-cart .carousel-item-prev {
    display: block; }
  .firehawk-crm-cart .carousel-item-next:not(.carousel-item-start),
  .firehawk-crm-cart .active.carousel-item-end {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .firehawk-crm-cart .carousel-item-prev:not(.carousel-item-end),
  .firehawk-crm-cart .active.carousel-item-start {
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .firehawk-crm-cart .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -ms-transform: none;
        transform: none; }
  .firehawk-crm-cart .carousel-fade .carousel-item.active,
  .firehawk-crm-cart .carousel-fade .carousel-item-next.carousel-item-start,
  .firehawk-crm-cart .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1; }
  .firehawk-crm-cart .carousel-fade .active.carousel-item-start,
  .firehawk-crm-cart .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .carousel-fade .active.carousel-item-start,
      .firehawk-crm-cart .carousel-fade .active.carousel-item-end {
        transition: none; } }
  .firehawk-crm-cart .carousel-control-prev,
  .firehawk-crm-cart .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .carousel-control-prev,
      .firehawk-crm-cart .carousel-control-next {
        transition: none; } }
    .firehawk-crm-cart .carousel-control-prev:hover, .firehawk-crm-cart .carousel-control-prev:focus,
    .firehawk-crm-cart .carousel-control-next:hover,
    .firehawk-crm-cart .carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9; }
  .firehawk-crm-cart .carousel-control-prev {
    left: 0; }
  .firehawk-crm-cart .carousel-control-next {
    right: 0; }
  .firehawk-crm-cart .carousel-control-prev-icon,
  .firehawk-crm-cart .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%; }
  .firehawk-crm-cart .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }
  .firehawk-crm-cart .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .firehawk-crm-cart .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none; }
    .firehawk-crm-cart .carousel-indicators [data-bs-target] {
      box-sizing: content-box;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      width: 30px;
      height: 3px;
      padding: 0;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: 0.5;
      transition: opacity 0.6s ease; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-cart .carousel-indicators [data-bs-target] {
          transition: none; } }
    .firehawk-crm-cart .carousel-indicators .active {
      opacity: 1; }
  .firehawk-crm-cart .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center; }
  .firehawk-crm-cart .carousel-dark .carousel-control-prev-icon,
  .firehawk-crm-cart .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100); }
  .firehawk-crm-cart .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000; }
  .firehawk-crm-cart .carousel-dark .carousel-caption {
    color: #000; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }
  .firehawk-crm-cart .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border; }
  .firehawk-crm-cart .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
  .firehawk-crm-cart .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow; }
  .firehawk-crm-cart .spinner-grow-sm {
    width: 1rem;
    height: 1rem; }
  @media (prefers-reduced-motion: reduce) {
    .firehawk-crm-cart .spinner-border,
    .firehawk-crm-cart .spinner-grow {
      animation-duration: 1.5s; } }
  .firehawk-crm-cart .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-cart .offcanvas {
        transition: none; } }
  .firehawk-crm-cart .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
    .firehawk-crm-cart .offcanvas-backdrop.fade {
      opacity: 0; }
    .firehawk-crm-cart .offcanvas-backdrop.show {
      opacity: 0.5; }
  .firehawk-crm-cart .offcanvas-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem 1rem; }
    .firehawk-crm-cart .offcanvas-header .btn-close {
      padding: 0.5rem 0.5rem;
      margin-top: -0.5rem;
      margin-right: -0.5rem;
      margin-bottom: -0.5rem; }
  .firehawk-crm-cart .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .firehawk-crm-cart .offcanvas-body {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto; }
  .firehawk-crm-cart .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .firehawk-crm-cart .offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .firehawk-crm-cart .offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
  .firehawk-crm-cart .offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateY(100%);
        transform: translateY(100%); }
  .firehawk-crm-cart .offcanvas.show {
    -ms-transform: none;
        transform: none; }
  .firehawk-crm-cart .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .firehawk-crm-cart .link-primary {
    color: #0d6efd; }
    .firehawk-crm-cart .link-primary:hover, .firehawk-crm-cart .link-primary:focus {
      color: #0a58ca; }
  .firehawk-crm-cart .link-secondary {
    color: #6c757d; }
    .firehawk-crm-cart .link-secondary:hover, .firehawk-crm-cart .link-secondary:focus {
      color: #565e64; }
  .firehawk-crm-cart .link-success {
    color: #198754; }
    .firehawk-crm-cart .link-success:hover, .firehawk-crm-cart .link-success:focus {
      color: #146c43; }
  .firehawk-crm-cart .link-info {
    color: #0dcaf0; }
    .firehawk-crm-cart .link-info:hover, .firehawk-crm-cart .link-info:focus {
      color: #3dd5f3; }
  .firehawk-crm-cart .link-warning {
    color: #ffc107; }
    .firehawk-crm-cart .link-warning:hover, .firehawk-crm-cart .link-warning:focus {
      color: #ffcd39; }
  .firehawk-crm-cart .link-danger {
    color: #dc3545; }
    .firehawk-crm-cart .link-danger:hover, .firehawk-crm-cart .link-danger:focus {
      color: #b02a37; }
  .firehawk-crm-cart .link-light {
    color: #f8f9fa; }
    .firehawk-crm-cart .link-light:hover, .firehawk-crm-cart .link-light:focus {
      color: #f9fafb; }
  .firehawk-crm-cart .link-dark {
    color: #212529; }
    .firehawk-crm-cart .link-dark:hover, .firehawk-crm-cart .link-dark:focus {
      color: #1a1e21; }
  .firehawk-crm-cart .ratio {
    position: relative;
    width: 100%; }
    .firehawk-crm-cart .ratio::before {
      display: block;
      padding-top: var(--bs-aspect-ratio);
      content: ""; }
    .firehawk-crm-cart .ratio > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .firehawk-crm-cart .ratio-1x1 {
    --bs-aspect-ratio: 100%; }
  .firehawk-crm-cart .ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }
  .firehawk-crm-cart .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }
  .firehawk-crm-cart .ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }
  .firehawk-crm-cart .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .firehawk-crm-cart .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  .firehawk-crm-cart .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .sticky-sm-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 768px) {
    .firehawk-crm-cart .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .sticky-lg-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .sticky-xl-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 1400px) {
    .firehawk-crm-cart .sticky-xxl-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .firehawk-crm-cart .hstack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .firehawk-crm-cart .vstack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .firehawk-crm-cart .visually-hidden,
  .firehawk-crm-cart .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .firehawk-crm-cart .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""; }
  .firehawk-crm-cart .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .firehawk-crm-cart .vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25; }
  .firehawk-crm-cart .align-baseline {
    vertical-align: baseline !important; }
  .firehawk-crm-cart .align-top {
    vertical-align: top !important; }
  .firehawk-crm-cart .align-middle {
    vertical-align: middle !important; }
  .firehawk-crm-cart .align-bottom {
    vertical-align: bottom !important; }
  .firehawk-crm-cart .align-text-bottom {
    vertical-align: text-bottom !important; }
  .firehawk-crm-cart .align-text-top {
    vertical-align: text-top !important; }
  .firehawk-crm-cart .float-start {
    float: left !important; }
  .firehawk-crm-cart .float-end {
    float: right !important; }
  .firehawk-crm-cart .float-none {
    float: none !important; }
  .firehawk-crm-cart .opacity-0 {
    opacity: 0 !important; }
  .firehawk-crm-cart .opacity-25 {
    opacity: 0.25 !important; }
  .firehawk-crm-cart .opacity-50 {
    opacity: 0.5 !important; }
  .firehawk-crm-cart .opacity-75 {
    opacity: 0.75 !important; }
  .firehawk-crm-cart .opacity-100 {
    opacity: 1 !important; }
  .firehawk-crm-cart .overflow-auto {
    overflow: auto !important; }
  .firehawk-crm-cart .overflow-hidden {
    overflow: hidden !important; }
  .firehawk-crm-cart .overflow-visible {
    overflow: visible !important; }
  .firehawk-crm-cart .overflow-scroll {
    overflow: scroll !important; }
  .firehawk-crm-cart .d-inline {
    display: inline !important; }
  .firehawk-crm-cart .d-inline-block {
    display: inline-block !important; }
  .firehawk-crm-cart .d-block {
    display: block !important; }
  .firehawk-crm-cart .d-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .firehawk-crm-cart .d-table {
    display: table !important; }
  .firehawk-crm-cart .d-table-row {
    display: table-row !important; }
  .firehawk-crm-cart .d-table-cell {
    display: table-cell !important; }
  .firehawk-crm-cart .d-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .firehawk-crm-cart .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .firehawk-crm-cart .d-none {
    display: none !important; }
  .firehawk-crm-cart .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .firehawk-crm-cart .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .firehawk-crm-cart .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .firehawk-crm-cart .shadow-none {
    box-shadow: none !important; }
  .firehawk-crm-cart .position-static {
    position: static !important; }
  .firehawk-crm-cart .position-relative {
    position: relative !important; }
  .firehawk-crm-cart .position-absolute {
    position: absolute !important; }
  .firehawk-crm-cart .position-fixed {
    position: fixed !important; }
  .firehawk-crm-cart .position-sticky {
    position: sticky !important; }
  .firehawk-crm-cart .top-0 {
    top: 0 !important; }
  .firehawk-crm-cart .top-50 {
    top: 50% !important; }
  .firehawk-crm-cart .top-100 {
    top: 100% !important; }
  .firehawk-crm-cart .bottom-0 {
    bottom: 0 !important; }
  .firehawk-crm-cart .bottom-50 {
    bottom: 50% !important; }
  .firehawk-crm-cart .bottom-100 {
    bottom: 100% !important; }
  .firehawk-crm-cart .start-0 {
    left: 0 !important; }
  .firehawk-crm-cart .start-50 {
    left: 50% !important; }
  .firehawk-crm-cart .start-100 {
    left: 100% !important; }
  .firehawk-crm-cart .end-0 {
    right: 0 !important; }
  .firehawk-crm-cart .end-50 {
    right: 50% !important; }
  .firehawk-crm-cart .end-100 {
    right: 100% !important; }
  .firehawk-crm-cart .translate-middle {
    -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important; }
  .firehawk-crm-cart .translate-middle-x {
    -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important; }
  .firehawk-crm-cart .translate-middle-y {
    -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important; }
  .firehawk-crm-cart .border {
    border: 1px solid #dee2e6 !important; }
  .firehawk-crm-cart .border-0 {
    border: 0 !important; }
  .firehawk-crm-cart .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .firehawk-crm-cart .border-top-0 {
    border-top: 0 !important; }
  .firehawk-crm-cart .border-end {
    border-right: 1px solid #dee2e6 !important; }
  .firehawk-crm-cart .border-end-0 {
    border-right: 0 !important; }
  .firehawk-crm-cart .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .firehawk-crm-cart .border-bottom-0 {
    border-bottom: 0 !important; }
  .firehawk-crm-cart .border-start {
    border-left: 1px solid #dee2e6 !important; }
  .firehawk-crm-cart .border-start-0 {
    border-left: 0 !important; }
  .firehawk-crm-cart .border-primary {
    border-color: #0d6efd !important; }
  .firehawk-crm-cart .border-secondary {
    border-color: #6c757d !important; }
  .firehawk-crm-cart .border-success {
    border-color: #198754 !important; }
  .firehawk-crm-cart .border-info {
    border-color: #0dcaf0 !important; }
  .firehawk-crm-cart .border-warning {
    border-color: #ffc107 !important; }
  .firehawk-crm-cart .border-danger {
    border-color: #dc3545 !important; }
  .firehawk-crm-cart .border-light {
    border-color: #f8f9fa !important; }
  .firehawk-crm-cart .border-dark {
    border-color: #212529 !important; }
  .firehawk-crm-cart .border-white {
    border-color: #fff !important; }
  .firehawk-crm-cart .border-1 {
    border-width: 1px !important; }
  .firehawk-crm-cart .border-2 {
    border-width: 2px !important; }
  .firehawk-crm-cart .border-3 {
    border-width: 3px !important; }
  .firehawk-crm-cart .border-4 {
    border-width: 4px !important; }
  .firehawk-crm-cart .border-5 {
    border-width: 5px !important; }
  .firehawk-crm-cart .w-25 {
    width: 25% !important; }
  .firehawk-crm-cart .w-50 {
    width: 50% !important; }
  .firehawk-crm-cart .w-75 {
    width: 75% !important; }
  .firehawk-crm-cart .w-100 {
    width: 100% !important; }
  .firehawk-crm-cart .w-auto {
    width: auto !important; }
  .firehawk-crm-cart .mw-100 {
    max-width: 100% !important; }
  .firehawk-crm-cart .vw-100 {
    width: 100vw !important; }
  .firehawk-crm-cart .min-vw-100 {
    min-width: 100vw !important; }
  .firehawk-crm-cart .h-25 {
    height: 25% !important; }
  .firehawk-crm-cart .h-50 {
    height: 50% !important; }
  .firehawk-crm-cart .h-75 {
    height: 75% !important; }
  .firehawk-crm-cart .h-100 {
    height: 100% !important; }
  .firehawk-crm-cart .h-auto {
    height: auto !important; }
  .firehawk-crm-cart .mh-100 {
    max-height: 100% !important; }
  .firehawk-crm-cart .vh-100 {
    height: 100vh !important; }
  .firehawk-crm-cart .min-vh-100 {
    min-height: 100vh !important; }
  .firehawk-crm-cart .flex-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .firehawk-crm-cart .flex-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .firehawk-crm-cart .flex-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .firehawk-crm-cart .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .firehawk-crm-cart .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .firehawk-crm-cart .flex-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .firehawk-crm-cart .flex-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .firehawk-crm-cart .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .firehawk-crm-cart .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .firehawk-crm-cart .flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .firehawk-crm-cart .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .firehawk-crm-cart .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .firehawk-crm-cart .gap-0 {
    gap: 0 !important; }
  .firehawk-crm-cart .gap-1 {
    gap: 0.25rem !important; }
  .firehawk-crm-cart .gap-2 {
    gap: 0.5rem !important; }
  .firehawk-crm-cart .gap-3 {
    gap: 1rem !important; }
  .firehawk-crm-cart .gap-4 {
    gap: 1.5rem !important; }
  .firehawk-crm-cart .gap-5 {
    gap: 3rem !important; }
  .firehawk-crm-cart .justify-content-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .firehawk-crm-cart .justify-content-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .firehawk-crm-cart .justify-content-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .firehawk-crm-cart .justify-content-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .firehawk-crm-cart .justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .firehawk-crm-cart .justify-content-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important; }
  .firehawk-crm-cart .align-items-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .firehawk-crm-cart .align-items-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .firehawk-crm-cart .align-items-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .firehawk-crm-cart .align-items-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .firehawk-crm-cart .align-items-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .firehawk-crm-cart .align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .firehawk-crm-cart .align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .firehawk-crm-cart .align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .firehawk-crm-cart .align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .firehawk-crm-cart .align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .firehawk-crm-cart .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .firehawk-crm-cart .align-self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .firehawk-crm-cart .align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .firehawk-crm-cart .align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .firehawk-crm-cart .align-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .firehawk-crm-cart .align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .firehawk-crm-cart .align-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .firehawk-crm-cart .order-first {
    -ms-flex-order: -1 !important;
        order: -1 !important; }
  .firehawk-crm-cart .order-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important; }
  .firehawk-crm-cart .order-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important; }
  .firehawk-crm-cart .order-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important; }
  .firehawk-crm-cart .order-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .firehawk-crm-cart .order-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important; }
  .firehawk-crm-cart .order-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important; }
  .firehawk-crm-cart .order-last {
    -ms-flex-order: 6 !important;
        order: 6 !important; }
  .firehawk-crm-cart .m-0 {
    margin: 0 !important; }
  .firehawk-crm-cart .m-1 {
    margin: 0.25rem !important; }
  .firehawk-crm-cart .m-2 {
    margin: 0.5rem !important; }
  .firehawk-crm-cart .m-3 {
    margin: 1rem !important; }
  .firehawk-crm-cart .m-4 {
    margin: 1.5rem !important; }
  .firehawk-crm-cart .m-5 {
    margin: 3rem !important; }
  .firehawk-crm-cart .m-auto {
    margin: auto !important; }
  .firehawk-crm-cart .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .firehawk-crm-cart .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .firehawk-crm-cart .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .firehawk-crm-cart .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .firehawk-crm-cart .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .firehawk-crm-cart .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .firehawk-crm-cart .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .firehawk-crm-cart .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .firehawk-crm-cart .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .firehawk-crm-cart .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .firehawk-crm-cart .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .firehawk-crm-cart .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .firehawk-crm-cart .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .firehawk-crm-cart .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .firehawk-crm-cart .mt-0 {
    margin-top: 0 !important; }
  .firehawk-crm-cart .mt-1 {
    margin-top: 0.25rem !important; }
  .firehawk-crm-cart .mt-2 {
    margin-top: 0.5rem !important; }
  .firehawk-crm-cart .mt-3 {
    margin-top: 1rem !important; }
  .firehawk-crm-cart .mt-4 {
    margin-top: 1.5rem !important; }
  .firehawk-crm-cart .mt-5 {
    margin-top: 3rem !important; }
  .firehawk-crm-cart .mt-auto {
    margin-top: auto !important; }
  .firehawk-crm-cart .me-0 {
    margin-right: 0 !important; }
  .firehawk-crm-cart .me-1 {
    margin-right: 0.25rem !important; }
  .firehawk-crm-cart .me-2 {
    margin-right: 0.5rem !important; }
  .firehawk-crm-cart .me-3 {
    margin-right: 1rem !important; }
  .firehawk-crm-cart .me-4 {
    margin-right: 1.5rem !important; }
  .firehawk-crm-cart .me-5 {
    margin-right: 3rem !important; }
  .firehawk-crm-cart .me-auto {
    margin-right: auto !important; }
  .firehawk-crm-cart .mb-0 {
    margin-bottom: 0 !important; }
  .firehawk-crm-cart .mb-1 {
    margin-bottom: 0.25rem !important; }
  .firehawk-crm-cart .mb-2 {
    margin-bottom: 0.5rem !important; }
  .firehawk-crm-cart .mb-3 {
    margin-bottom: 1rem !important; }
  .firehawk-crm-cart .mb-4 {
    margin-bottom: 1.5rem !important; }
  .firehawk-crm-cart .mb-5 {
    margin-bottom: 3rem !important; }
  .firehawk-crm-cart .mb-auto {
    margin-bottom: auto !important; }
  .firehawk-crm-cart .ms-0 {
    margin-left: 0 !important; }
  .firehawk-crm-cart .ms-1 {
    margin-left: 0.25rem !important; }
  .firehawk-crm-cart .ms-2 {
    margin-left: 0.5rem !important; }
  .firehawk-crm-cart .ms-3 {
    margin-left: 1rem !important; }
  .firehawk-crm-cart .ms-4 {
    margin-left: 1.5rem !important; }
  .firehawk-crm-cart .ms-5 {
    margin-left: 3rem !important; }
  .firehawk-crm-cart .ms-auto {
    margin-left: auto !important; }
  .firehawk-crm-cart .p-0 {
    padding: 0 !important; }
  .firehawk-crm-cart .p-1 {
    padding: 0.25rem !important; }
  .firehawk-crm-cart .p-2 {
    padding: 0.5rem !important; }
  .firehawk-crm-cart .p-3 {
    padding: 1rem !important; }
  .firehawk-crm-cart .p-4 {
    padding: 1.5rem !important; }
  .firehawk-crm-cart .p-5 {
    padding: 3rem !important; }
  .firehawk-crm-cart .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .firehawk-crm-cart .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .firehawk-crm-cart .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .firehawk-crm-cart .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .firehawk-crm-cart .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .firehawk-crm-cart .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .firehawk-crm-cart .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .firehawk-crm-cart .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .firehawk-crm-cart .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .firehawk-crm-cart .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .firehawk-crm-cart .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .firehawk-crm-cart .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .firehawk-crm-cart .pt-0 {
    padding-top: 0 !important; }
  .firehawk-crm-cart .pt-1 {
    padding-top: 0.25rem !important; }
  .firehawk-crm-cart .pt-2 {
    padding-top: 0.5rem !important; }
  .firehawk-crm-cart .pt-3 {
    padding-top: 1rem !important; }
  .firehawk-crm-cart .pt-4 {
    padding-top: 1.5rem !important; }
  .firehawk-crm-cart .pt-5 {
    padding-top: 3rem !important; }
  .firehawk-crm-cart .pe-0 {
    padding-right: 0 !important; }
  .firehawk-crm-cart .pe-1 {
    padding-right: 0.25rem !important; }
  .firehawk-crm-cart .pe-2 {
    padding-right: 0.5rem !important; }
  .firehawk-crm-cart .pe-3 {
    padding-right: 1rem !important; }
  .firehawk-crm-cart .pe-4 {
    padding-right: 1.5rem !important; }
  .firehawk-crm-cart .pe-5 {
    padding-right: 3rem !important; }
  .firehawk-crm-cart .pb-0 {
    padding-bottom: 0 !important; }
  .firehawk-crm-cart .pb-1 {
    padding-bottom: 0.25rem !important; }
  .firehawk-crm-cart .pb-2 {
    padding-bottom: 0.5rem !important; }
  .firehawk-crm-cart .pb-3 {
    padding-bottom: 1rem !important; }
  .firehawk-crm-cart .pb-4 {
    padding-bottom: 1.5rem !important; }
  .firehawk-crm-cart .pb-5 {
    padding-bottom: 3rem !important; }
  .firehawk-crm-cart .ps-0 {
    padding-left: 0 !important; }
  .firehawk-crm-cart .ps-1 {
    padding-left: 0.25rem !important; }
  .firehawk-crm-cart .ps-2 {
    padding-left: 0.5rem !important; }
  .firehawk-crm-cart .ps-3 {
    padding-left: 1rem !important; }
  .firehawk-crm-cart .ps-4 {
    padding-left: 1.5rem !important; }
  .firehawk-crm-cart .ps-5 {
    padding-left: 3rem !important; }
  .firehawk-crm-cart .font-monospace {
    font-family: var(--bs-font-monospace) !important; }
  .firehawk-crm-cart .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important; }
  .firehawk-crm-cart .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important; }
  .firehawk-crm-cart .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important; }
  .firehawk-crm-cart .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important; }
  .firehawk-crm-cart .fs-5 {
    font-size: 1.25rem !important; }
  .firehawk-crm-cart .fs-6 {
    font-size: 1rem !important; }
  .firehawk-crm-cart .fst-italic {
    font-style: italic !important; }
  .firehawk-crm-cart .fst-normal {
    font-style: normal !important; }
  .firehawk-crm-cart .fw-light {
    font-weight: 300 !important; }
  .firehawk-crm-cart .fw-lighter {
    font-weight: lighter !important; }
  .firehawk-crm-cart .fw-normal {
    font-weight: 400 !important; }
  .firehawk-crm-cart .fw-bold {
    font-weight: 700 !important; }
  .firehawk-crm-cart .fw-bolder {
    font-weight: bolder !important; }
  .firehawk-crm-cart .lh-1 {
    line-height: 1 !important; }
  .firehawk-crm-cart .lh-sm {
    line-height: 1.25 !important; }
  .firehawk-crm-cart .lh-base {
    line-height: 1.5 !important; }
  .firehawk-crm-cart .lh-lg {
    line-height: 2 !important; }
  .firehawk-crm-cart .text-start {
    text-align: left !important; }
  .firehawk-crm-cart .text-end {
    text-align: right !important; }
  .firehawk-crm-cart .text-center {
    text-align: center !important; }
  .firehawk-crm-cart .text-decoration-none {
    text-decoration: none !important; }
  .firehawk-crm-cart .text-decoration-underline {
    text-decoration: underline !important; }
  .firehawk-crm-cart .text-decoration-line-through {
    text-decoration: line-through !important; }
  .firehawk-crm-cart .text-lowercase {
    text-transform: lowercase !important; }
  .firehawk-crm-cart .text-uppercase {
    text-transform: uppercase !important; }
  .firehawk-crm-cart .text-capitalize {
    text-transform: capitalize !important; }
  .firehawk-crm-cart .text-wrap {
    white-space: normal !important; }
  .firehawk-crm-cart .text-nowrap {
    white-space: nowrap !important; }
  .firehawk-crm-cart .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important; }
  .firehawk-crm-cart .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-cart .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important; }
  .firehawk-crm-cart .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important; }
  .firehawk-crm-cart .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important; }
  .firehawk-crm-cart .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important; }
  .firehawk-crm-cart .text-opacity-25 {
    --bs-text-opacity: 0.25; }
  .firehawk-crm-cart .text-opacity-50 {
    --bs-text-opacity: 0.5; }
  .firehawk-crm-cart .text-opacity-75 {
    --bs-text-opacity: 0.75; }
  .firehawk-crm-cart .text-opacity-100 {
    --bs-text-opacity: 1; }
  .firehawk-crm-cart .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-cart .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important; }
  .firehawk-crm-cart .bg-opacity-10 {
    --bs-bg-opacity: 0.1; }
  .firehawk-crm-cart .bg-opacity-25 {
    --bs-bg-opacity: 0.25; }
  .firehawk-crm-cart .bg-opacity-50 {
    --bs-bg-opacity: 0.5; }
  .firehawk-crm-cart .bg-opacity-75 {
    --bs-bg-opacity: 0.75; }
  .firehawk-crm-cart .bg-opacity-100 {
    --bs-bg-opacity: 1; }
  .firehawk-crm-cart .bg-gradient {
    background-image: var(--bs-gradient) !important; }
  .firehawk-crm-cart .user-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important; }
  .firehawk-crm-cart .user-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important; }
  .firehawk-crm-cart .user-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
  .firehawk-crm-cart .pe-none {
    pointer-events: none !important; }
  .firehawk-crm-cart .pe-auto {
    pointer-events: auto !important; }
  .firehawk-crm-cart .rounded {
    border-radius: 0.25rem !important; }
  .firehawk-crm-cart .rounded-0 {
    border-radius: 0 !important; }
  .firehawk-crm-cart .rounded-1 {
    border-radius: 0.2rem !important; }
  .firehawk-crm-cart .rounded-2 {
    border-radius: 0.25rem !important; }
  .firehawk-crm-cart .rounded-3 {
    border-radius: 0.3rem !important; }
  .firehawk-crm-cart .rounded-circle {
    border-radius: 50% !important; }
  .firehawk-crm-cart .rounded-pill {
    border-radius: 50rem !important; }
  .firehawk-crm-cart .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .firehawk-crm-cart .rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .firehawk-crm-cart .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .firehawk-crm-cart .rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important; }
  .firehawk-crm-cart .visible {
    visibility: visible !important; }
  .firehawk-crm-cart .invisible {
    visibility: hidden !important; }
  @media (min-width: 576px) {
    .firehawk-crm-cart .float-sm-start {
      float: left !important; }
    .firehawk-crm-cart .float-sm-end {
      float: right !important; }
    .firehawk-crm-cart .float-sm-none {
      float: none !important; }
    .firehawk-crm-cart .d-sm-inline {
      display: inline !important; }
    .firehawk-crm-cart .d-sm-inline-block {
      display: inline-block !important; }
    .firehawk-crm-cart .d-sm-block {
      display: block !important; }
    .firehawk-crm-cart .d-sm-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-cart .d-sm-table {
      display: table !important; }
    .firehawk-crm-cart .d-sm-table-row {
      display: table-row !important; }
    .firehawk-crm-cart .d-sm-table-cell {
      display: table-cell !important; }
    .firehawk-crm-cart .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-cart .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-cart .d-sm-none {
      display: none !important; }
    .firehawk-crm-cart .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-cart .flex-sm-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-cart .flex-sm-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-cart .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-cart .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-cart .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-cart .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-cart .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-cart .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-cart .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-cart .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-cart .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-cart .gap-sm-0 {
      gap: 0 !important; }
    .firehawk-crm-cart .gap-sm-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-cart .gap-sm-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-cart .gap-sm-3 {
      gap: 1rem !important; }
    .firehawk-crm-cart .gap-sm-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-cart .gap-sm-5 {
      gap: 3rem !important; }
    .firehawk-crm-cart .justify-content-sm-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-cart .justify-content-sm-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-cart .justify-content-sm-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-cart .justify-content-sm-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-cart .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-cart .justify-content-sm-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-cart .align-items-sm-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-cart .align-items-sm-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-cart .align-items-sm-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-cart .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-cart .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-cart .align-content-sm-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-cart .align-content-sm-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-cart .align-content-sm-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-cart .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-cart .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-cart .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-cart .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-cart .align-self-sm-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-cart .align-self-sm-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-cart .align-self-sm-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-cart .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-cart .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-cart .order-sm-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-cart .order-sm-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-cart .order-sm-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-cart .order-sm-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-cart .order-sm-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-cart .order-sm-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-cart .order-sm-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-cart .order-sm-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-cart .m-sm-0 {
      margin: 0 !important; }
    .firehawk-crm-cart .m-sm-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-cart .m-sm-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-cart .m-sm-3 {
      margin: 1rem !important; }
    .firehawk-crm-cart .m-sm-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-cart .m-sm-5 {
      margin: 3rem !important; }
    .firehawk-crm-cart .m-sm-auto {
      margin: auto !important; }
    .firehawk-crm-cart .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-cart .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-cart .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-cart .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-cart .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-cart .mt-sm-0 {
      margin-top: 0 !important; }
    .firehawk-crm-cart .mt-sm-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-cart .mt-sm-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-cart .mt-sm-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-cart .mt-sm-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-cart .mt-sm-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-cart .mt-sm-auto {
      margin-top: auto !important; }
    .firehawk-crm-cart .me-sm-0 {
      margin-right: 0 !important; }
    .firehawk-crm-cart .me-sm-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-cart .me-sm-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-cart .me-sm-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-cart .me-sm-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-cart .me-sm-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-cart .me-sm-auto {
      margin-right: auto !important; }
    .firehawk-crm-cart .mb-sm-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .mb-sm-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .mb-sm-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .mb-sm-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .mb-sm-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .mb-sm-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .mb-sm-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-cart .ms-sm-0 {
      margin-left: 0 !important; }
    .firehawk-crm-cart .ms-sm-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .ms-sm-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .ms-sm-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-cart .ms-sm-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .ms-sm-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-cart .ms-sm-auto {
      margin-left: auto !important; }
    .firehawk-crm-cart .p-sm-0 {
      padding: 0 !important; }
    .firehawk-crm-cart .p-sm-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-cart .p-sm-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-cart .p-sm-3 {
      padding: 1rem !important; }
    .firehawk-crm-cart .p-sm-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-cart .p-sm-5 {
      padding: 3rem !important; }
    .firehawk-crm-cart .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-cart .px-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .px-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-cart .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-cart .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .pt-sm-0 {
      padding-top: 0 !important; }
    .firehawk-crm-cart .pt-sm-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-cart .pt-sm-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-cart .pt-sm-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-cart .pt-sm-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-cart .pt-sm-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-cart .pe-sm-0 {
      padding-right: 0 !important; }
    .firehawk-crm-cart .pe-sm-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-cart .pe-sm-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-cart .pe-sm-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-cart .pe-sm-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-cart .pe-sm-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-cart .pb-sm-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .pb-sm-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .pb-sm-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .pb-sm-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .pb-sm-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .pb-sm-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .ps-sm-0 {
      padding-left: 0 !important; }
    .firehawk-crm-cart .ps-sm-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .ps-sm-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .ps-sm-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-cart .ps-sm-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .ps-sm-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-cart .text-sm-start {
      text-align: left !important; }
    .firehawk-crm-cart .text-sm-end {
      text-align: right !important; }
    .firehawk-crm-cart .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .firehawk-crm-cart .float-md-start {
      float: left !important; }
    .firehawk-crm-cart .float-md-end {
      float: right !important; }
    .firehawk-crm-cart .float-md-none {
      float: none !important; }
    .firehawk-crm-cart .d-md-inline {
      display: inline !important; }
    .firehawk-crm-cart .d-md-inline-block {
      display: inline-block !important; }
    .firehawk-crm-cart .d-md-block {
      display: block !important; }
    .firehawk-crm-cart .d-md-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-cart .d-md-table {
      display: table !important; }
    .firehawk-crm-cart .d-md-table-row {
      display: table-row !important; }
    .firehawk-crm-cart .d-md-table-cell {
      display: table-cell !important; }
    .firehawk-crm-cart .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-cart .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-cart .d-md-none {
      display: none !important; }
    .firehawk-crm-cart .flex-md-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-cart .flex-md-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-cart .flex-md-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-cart .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-cart .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-cart .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-cart .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-cart .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-cart .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-cart .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-cart .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-cart .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-cart .gap-md-0 {
      gap: 0 !important; }
    .firehawk-crm-cart .gap-md-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-cart .gap-md-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-cart .gap-md-3 {
      gap: 1rem !important; }
    .firehawk-crm-cart .gap-md-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-cart .gap-md-5 {
      gap: 3rem !important; }
    .firehawk-crm-cart .justify-content-md-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-cart .justify-content-md-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-cart .justify-content-md-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-cart .justify-content-md-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-cart .justify-content-md-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-cart .justify-content-md-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-cart .align-items-md-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-cart .align-items-md-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-cart .align-items-md-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-cart .align-items-md-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-cart .align-items-md-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-cart .align-content-md-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-cart .align-content-md-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-cart .align-content-md-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-cart .align-content-md-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-cart .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-cart .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-cart .align-self-md-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-cart .align-self-md-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-cart .align-self-md-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-cart .align-self-md-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-cart .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-cart .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-cart .order-md-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-cart .order-md-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-cart .order-md-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-cart .order-md-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-cart .order-md-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-cart .order-md-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-cart .order-md-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-cart .order-md-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-cart .m-md-0 {
      margin: 0 !important; }
    .firehawk-crm-cart .m-md-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-cart .m-md-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-cart .m-md-3 {
      margin: 1rem !important; }
    .firehawk-crm-cart .m-md-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-cart .m-md-5 {
      margin: 3rem !important; }
    .firehawk-crm-cart .m-md-auto {
      margin: auto !important; }
    .firehawk-crm-cart .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-cart .mx-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .mx-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-cart .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-cart .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-cart .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-cart .mt-md-0 {
      margin-top: 0 !important; }
    .firehawk-crm-cart .mt-md-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-cart .mt-md-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-cart .mt-md-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-cart .mt-md-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-cart .mt-md-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-cart .mt-md-auto {
      margin-top: auto !important; }
    .firehawk-crm-cart .me-md-0 {
      margin-right: 0 !important; }
    .firehawk-crm-cart .me-md-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-cart .me-md-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-cart .me-md-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-cart .me-md-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-cart .me-md-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-cart .me-md-auto {
      margin-right: auto !important; }
    .firehawk-crm-cart .mb-md-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .mb-md-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .mb-md-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .mb-md-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .mb-md-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .mb-md-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .mb-md-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-cart .ms-md-0 {
      margin-left: 0 !important; }
    .firehawk-crm-cart .ms-md-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .ms-md-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .ms-md-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-cart .ms-md-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .ms-md-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-cart .ms-md-auto {
      margin-left: auto !important; }
    .firehawk-crm-cart .p-md-0 {
      padding: 0 !important; }
    .firehawk-crm-cart .p-md-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-cart .p-md-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-cart .p-md-3 {
      padding: 1rem !important; }
    .firehawk-crm-cart .p-md-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-cart .p-md-5 {
      padding: 3rem !important; }
    .firehawk-crm-cart .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-cart .px-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .px-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-cart .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-cart .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .pt-md-0 {
      padding-top: 0 !important; }
    .firehawk-crm-cart .pt-md-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-cart .pt-md-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-cart .pt-md-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-cart .pt-md-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-cart .pt-md-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-cart .pe-md-0 {
      padding-right: 0 !important; }
    .firehawk-crm-cart .pe-md-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-cart .pe-md-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-cart .pe-md-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-cart .pe-md-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-cart .pe-md-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-cart .pb-md-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .pb-md-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .pb-md-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .pb-md-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .pb-md-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .pb-md-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .ps-md-0 {
      padding-left: 0 !important; }
    .firehawk-crm-cart .ps-md-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .ps-md-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .ps-md-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-cart .ps-md-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .ps-md-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-cart .text-md-start {
      text-align: left !important; }
    .firehawk-crm-cart .text-md-end {
      text-align: right !important; }
    .firehawk-crm-cart .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .firehawk-crm-cart .float-lg-start {
      float: left !important; }
    .firehawk-crm-cart .float-lg-end {
      float: right !important; }
    .firehawk-crm-cart .float-lg-none {
      float: none !important; }
    .firehawk-crm-cart .d-lg-inline {
      display: inline !important; }
    .firehawk-crm-cart .d-lg-inline-block {
      display: inline-block !important; }
    .firehawk-crm-cart .d-lg-block {
      display: block !important; }
    .firehawk-crm-cart .d-lg-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-cart .d-lg-table {
      display: table !important; }
    .firehawk-crm-cart .d-lg-table-row {
      display: table-row !important; }
    .firehawk-crm-cart .d-lg-table-cell {
      display: table-cell !important; }
    .firehawk-crm-cart .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-cart .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-cart .d-lg-none {
      display: none !important; }
    .firehawk-crm-cart .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-cart .flex-lg-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-cart .flex-lg-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-cart .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-cart .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-cart .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-cart .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-cart .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-cart .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-cart .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-cart .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-cart .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-cart .gap-lg-0 {
      gap: 0 !important; }
    .firehawk-crm-cart .gap-lg-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-cart .gap-lg-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-cart .gap-lg-3 {
      gap: 1rem !important; }
    .firehawk-crm-cart .gap-lg-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-cart .gap-lg-5 {
      gap: 3rem !important; }
    .firehawk-crm-cart .justify-content-lg-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-cart .justify-content-lg-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-cart .justify-content-lg-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-cart .justify-content-lg-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-cart .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-cart .justify-content-lg-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-cart .align-items-lg-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-cart .align-items-lg-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-cart .align-items-lg-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-cart .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-cart .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-cart .align-content-lg-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-cart .align-content-lg-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-cart .align-content-lg-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-cart .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-cart .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-cart .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-cart .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-cart .align-self-lg-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-cart .align-self-lg-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-cart .align-self-lg-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-cart .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-cart .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-cart .order-lg-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-cart .order-lg-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-cart .order-lg-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-cart .order-lg-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-cart .order-lg-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-cart .order-lg-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-cart .order-lg-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-cart .order-lg-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-cart .m-lg-0 {
      margin: 0 !important; }
    .firehawk-crm-cart .m-lg-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-cart .m-lg-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-cart .m-lg-3 {
      margin: 1rem !important; }
    .firehawk-crm-cart .m-lg-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-cart .m-lg-5 {
      margin: 3rem !important; }
    .firehawk-crm-cart .m-lg-auto {
      margin: auto !important; }
    .firehawk-crm-cart .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-cart .mx-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .mx-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-cart .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-cart .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-cart .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-cart .mt-lg-0 {
      margin-top: 0 !important; }
    .firehawk-crm-cart .mt-lg-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-cart .mt-lg-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-cart .mt-lg-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-cart .mt-lg-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-cart .mt-lg-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-cart .mt-lg-auto {
      margin-top: auto !important; }
    .firehawk-crm-cart .me-lg-0 {
      margin-right: 0 !important; }
    .firehawk-crm-cart .me-lg-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-cart .me-lg-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-cart .me-lg-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-cart .me-lg-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-cart .me-lg-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-cart .me-lg-auto {
      margin-right: auto !important; }
    .firehawk-crm-cart .mb-lg-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .mb-lg-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .mb-lg-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .mb-lg-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .mb-lg-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .mb-lg-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .mb-lg-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-cart .ms-lg-0 {
      margin-left: 0 !important; }
    .firehawk-crm-cart .ms-lg-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .ms-lg-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .ms-lg-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-cart .ms-lg-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .ms-lg-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-cart .ms-lg-auto {
      margin-left: auto !important; }
    .firehawk-crm-cart .p-lg-0 {
      padding: 0 !important; }
    .firehawk-crm-cart .p-lg-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-cart .p-lg-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-cart .p-lg-3 {
      padding: 1rem !important; }
    .firehawk-crm-cart .p-lg-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-cart .p-lg-5 {
      padding: 3rem !important; }
    .firehawk-crm-cart .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-cart .px-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-cart .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-cart .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .pt-lg-0 {
      padding-top: 0 !important; }
    .firehawk-crm-cart .pt-lg-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-cart .pt-lg-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-cart .pt-lg-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-cart .pt-lg-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-cart .pt-lg-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-cart .pe-lg-0 {
      padding-right: 0 !important; }
    .firehawk-crm-cart .pe-lg-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-cart .pe-lg-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-cart .pe-lg-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-cart .pe-lg-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-cart .pe-lg-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-cart .pb-lg-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .pb-lg-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .pb-lg-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .pb-lg-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .pb-lg-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .pb-lg-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .ps-lg-0 {
      padding-left: 0 !important; }
    .firehawk-crm-cart .ps-lg-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .ps-lg-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .ps-lg-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-cart .ps-lg-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .ps-lg-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-cart .text-lg-start {
      text-align: left !important; }
    .firehawk-crm-cart .text-lg-end {
      text-align: right !important; }
    .firehawk-crm-cart .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .float-xl-start {
      float: left !important; }
    .firehawk-crm-cart .float-xl-end {
      float: right !important; }
    .firehawk-crm-cart .float-xl-none {
      float: none !important; }
    .firehawk-crm-cart .d-xl-inline {
      display: inline !important; }
    .firehawk-crm-cart .d-xl-inline-block {
      display: inline-block !important; }
    .firehawk-crm-cart .d-xl-block {
      display: block !important; }
    .firehawk-crm-cart .d-xl-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-cart .d-xl-table {
      display: table !important; }
    .firehawk-crm-cart .d-xl-table-row {
      display: table-row !important; }
    .firehawk-crm-cart .d-xl-table-cell {
      display: table-cell !important; }
    .firehawk-crm-cart .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-cart .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-cart .d-xl-none {
      display: none !important; }
    .firehawk-crm-cart .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-cart .flex-xl-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-cart .flex-xl-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-cart .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-cart .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-cart .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-cart .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-cart .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-cart .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-cart .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-cart .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-cart .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-cart .gap-xl-0 {
      gap: 0 !important; }
    .firehawk-crm-cart .gap-xl-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-cart .gap-xl-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-cart .gap-xl-3 {
      gap: 1rem !important; }
    .firehawk-crm-cart .gap-xl-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-cart .gap-xl-5 {
      gap: 3rem !important; }
    .firehawk-crm-cart .justify-content-xl-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-cart .justify-content-xl-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-cart .justify-content-xl-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-cart .justify-content-xl-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-cart .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-cart .justify-content-xl-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-cart .align-items-xl-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-cart .align-items-xl-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-cart .align-items-xl-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-cart .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-cart .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-cart .align-content-xl-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-cart .align-content-xl-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-cart .align-content-xl-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-cart .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-cart .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-cart .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-cart .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-cart .align-self-xl-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-cart .align-self-xl-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-cart .align-self-xl-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-cart .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-cart .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-cart .order-xl-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-cart .order-xl-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-cart .order-xl-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-cart .order-xl-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-cart .order-xl-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-cart .order-xl-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-cart .order-xl-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-cart .order-xl-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-cart .m-xl-0 {
      margin: 0 !important; }
    .firehawk-crm-cart .m-xl-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-cart .m-xl-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-cart .m-xl-3 {
      margin: 1rem !important; }
    .firehawk-crm-cart .m-xl-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-cart .m-xl-5 {
      margin: 3rem !important; }
    .firehawk-crm-cart .m-xl-auto {
      margin: auto !important; }
    .firehawk-crm-cart .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-cart .mx-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .mx-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-cart .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-cart .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-cart .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-cart .mt-xl-0 {
      margin-top: 0 !important; }
    .firehawk-crm-cart .mt-xl-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-cart .mt-xl-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-cart .mt-xl-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-cart .mt-xl-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-cart .mt-xl-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-cart .mt-xl-auto {
      margin-top: auto !important; }
    .firehawk-crm-cart .me-xl-0 {
      margin-right: 0 !important; }
    .firehawk-crm-cart .me-xl-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-cart .me-xl-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-cart .me-xl-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-cart .me-xl-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-cart .me-xl-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-cart .me-xl-auto {
      margin-right: auto !important; }
    .firehawk-crm-cart .mb-xl-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .mb-xl-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .mb-xl-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .mb-xl-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .mb-xl-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .mb-xl-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .mb-xl-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-cart .ms-xl-0 {
      margin-left: 0 !important; }
    .firehawk-crm-cart .ms-xl-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .ms-xl-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .ms-xl-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-cart .ms-xl-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .ms-xl-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-cart .ms-xl-auto {
      margin-left: auto !important; }
    .firehawk-crm-cart .p-xl-0 {
      padding: 0 !important; }
    .firehawk-crm-cart .p-xl-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-cart .p-xl-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-cart .p-xl-3 {
      padding: 1rem !important; }
    .firehawk-crm-cart .p-xl-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-cart .p-xl-5 {
      padding: 3rem !important; }
    .firehawk-crm-cart .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-cart .px-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .px-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-cart .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-cart .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .pt-xl-0 {
      padding-top: 0 !important; }
    .firehawk-crm-cart .pt-xl-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-cart .pt-xl-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-cart .pt-xl-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-cart .pt-xl-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-cart .pt-xl-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-cart .pe-xl-0 {
      padding-right: 0 !important; }
    .firehawk-crm-cart .pe-xl-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-cart .pe-xl-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-cart .pe-xl-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-cart .pe-xl-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-cart .pe-xl-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-cart .pb-xl-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .pb-xl-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .pb-xl-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .pb-xl-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .pb-xl-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .pb-xl-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .ps-xl-0 {
      padding-left: 0 !important; }
    .firehawk-crm-cart .ps-xl-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .ps-xl-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .ps-xl-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-cart .ps-xl-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .ps-xl-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-cart .text-xl-start {
      text-align: left !important; }
    .firehawk-crm-cart .text-xl-end {
      text-align: right !important; }
    .firehawk-crm-cart .text-xl-center {
      text-align: center !important; } }
  @media (min-width: 1400px) {
    .firehawk-crm-cart .float-xxl-start {
      float: left !important; }
    .firehawk-crm-cart .float-xxl-end {
      float: right !important; }
    .firehawk-crm-cart .float-xxl-none {
      float: none !important; }
    .firehawk-crm-cart .d-xxl-inline {
      display: inline !important; }
    .firehawk-crm-cart .d-xxl-inline-block {
      display: inline-block !important; }
    .firehawk-crm-cart .d-xxl-block {
      display: block !important; }
    .firehawk-crm-cart .d-xxl-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-cart .d-xxl-table {
      display: table !important; }
    .firehawk-crm-cart .d-xxl-table-row {
      display: table-row !important; }
    .firehawk-crm-cart .d-xxl-table-cell {
      display: table-cell !important; }
    .firehawk-crm-cart .d-xxl-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-cart .d-xxl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-cart .d-xxl-none {
      display: none !important; }
    .firehawk-crm-cart .flex-xxl-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-cart .flex-xxl-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-cart .flex-xxl-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-cart .flex-xxl-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-cart .flex-xxl-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-cart .flex-xxl-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-cart .flex-xxl-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-cart .flex-xxl-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-cart .flex-xxl-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-cart .flex-xxl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-cart .flex-xxl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-cart .flex-xxl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-cart .gap-xxl-0 {
      gap: 0 !important; }
    .firehawk-crm-cart .gap-xxl-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-cart .gap-xxl-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-cart .gap-xxl-3 {
      gap: 1rem !important; }
    .firehawk-crm-cart .gap-xxl-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-cart .gap-xxl-5 {
      gap: 3rem !important; }
    .firehawk-crm-cart .justify-content-xxl-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-cart .justify-content-xxl-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-cart .justify-content-xxl-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-cart .justify-content-xxl-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-cart .justify-content-xxl-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-cart .justify-content-xxl-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-cart .align-items-xxl-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-cart .align-items-xxl-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-cart .align-items-xxl-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-cart .align-items-xxl-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-cart .align-items-xxl-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-cart .align-content-xxl-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-cart .align-content-xxl-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-cart .align-content-xxl-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-cart .align-content-xxl-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-cart .align-content-xxl-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-cart .align-content-xxl-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-cart .align-self-xxl-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-cart .align-self-xxl-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-cart .align-self-xxl-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-cart .align-self-xxl-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-cart .align-self-xxl-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-cart .align-self-xxl-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-cart .order-xxl-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-cart .order-xxl-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-cart .order-xxl-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-cart .order-xxl-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-cart .order-xxl-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-cart .order-xxl-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-cart .order-xxl-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-cart .order-xxl-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-cart .m-xxl-0 {
      margin: 0 !important; }
    .firehawk-crm-cart .m-xxl-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-cart .m-xxl-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-cart .m-xxl-3 {
      margin: 1rem !important; }
    .firehawk-crm-cart .m-xxl-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-cart .m-xxl-5 {
      margin: 3rem !important; }
    .firehawk-crm-cart .m-xxl-auto {
      margin: auto !important; }
    .firehawk-crm-cart .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-cart .mx-xxl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .mx-xxl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-cart .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-cart .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-cart .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-cart .mt-xxl-0 {
      margin-top: 0 !important; }
    .firehawk-crm-cart .mt-xxl-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-cart .mt-xxl-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-cart .mt-xxl-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-cart .mt-xxl-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-cart .mt-xxl-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-cart .mt-xxl-auto {
      margin-top: auto !important; }
    .firehawk-crm-cart .me-xxl-0 {
      margin-right: 0 !important; }
    .firehawk-crm-cart .me-xxl-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-cart .me-xxl-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-cart .me-xxl-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-cart .me-xxl-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-cart .me-xxl-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-cart .me-xxl-auto {
      margin-right: auto !important; }
    .firehawk-crm-cart .mb-xxl-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-cart .mb-xxl-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-cart .mb-xxl-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-cart .mb-xxl-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-cart .mb-xxl-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-cart .mb-xxl-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-cart .mb-xxl-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-cart .ms-xxl-0 {
      margin-left: 0 !important; }
    .firehawk-crm-cart .ms-xxl-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-cart .ms-xxl-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-cart .ms-xxl-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-cart .ms-xxl-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-cart .ms-xxl-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-cart .ms-xxl-auto {
      margin-left: auto !important; }
    .firehawk-crm-cart .p-xxl-0 {
      padding: 0 !important; }
    .firehawk-crm-cart .p-xxl-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-cart .p-xxl-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-cart .p-xxl-3 {
      padding: 1rem !important; }
    .firehawk-crm-cart .p-xxl-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-cart .p-xxl-5 {
      padding: 3rem !important; }
    .firehawk-crm-cart .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-cart .px-xxl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .px-xxl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-cart .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-cart .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .pt-xxl-0 {
      padding-top: 0 !important; }
    .firehawk-crm-cart .pt-xxl-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-cart .pt-xxl-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-cart .pt-xxl-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-cart .pt-xxl-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-cart .pt-xxl-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-cart .pe-xxl-0 {
      padding-right: 0 !important; }
    .firehawk-crm-cart .pe-xxl-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-cart .pe-xxl-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-cart .pe-xxl-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-cart .pe-xxl-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-cart .pe-xxl-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-cart .pb-xxl-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-cart .pb-xxl-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-cart .pb-xxl-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-cart .pb-xxl-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-cart .pb-xxl-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-cart .pb-xxl-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-cart .ps-xxl-0 {
      padding-left: 0 !important; }
    .firehawk-crm-cart .ps-xxl-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-cart .ps-xxl-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-cart .ps-xxl-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-cart .ps-xxl-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-cart .ps-xxl-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-cart .text-xxl-start {
      text-align: left !important; }
    .firehawk-crm-cart .text-xxl-end {
      text-align: right !important; }
    .firehawk-crm-cart .text-xxl-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .firehawk-crm-cart .fs-1 {
      font-size: 2.5rem !important; }
    .firehawk-crm-cart .fs-2 {
      font-size: 2rem !important; }
    .firehawk-crm-cart .fs-3 {
      font-size: 1.75rem !important; }
    .firehawk-crm-cart .fs-4 {
      font-size: 1.5rem !important; } }
  @media print {
    .firehawk-crm-cart .d-print-inline {
      display: inline !important; }
    .firehawk-crm-cart .d-print-inline-block {
      display: inline-block !important; }
    .firehawk-crm-cart .d-print-block {
      display: block !important; }
    .firehawk-crm-cart .d-print-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-cart .d-print-table {
      display: table !important; }
    .firehawk-crm-cart .d-print-table-row {
      display: table-row !important; }
    .firehawk-crm-cart .d-print-table-cell {
      display: table-cell !important; }
    .firehawk-crm-cart .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-cart .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-cart .d-print-none {
      display: none !important; } }
  .firehawk-crm-cart .bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem; }
    .firehawk-crm-cart .bd-callout h4, .firehawk-crm-cart .bd-callout .h4 {
      margin-bottom: 0.25rem; }
    .firehawk-crm-cart .bd-callout p:last-child {
      margin-bottom: 0; }
    .firehawk-crm-cart .bd-callout code {
      border-radius: 0.25rem; }
    .firehawk-crm-cart .bd-callout + .bd-callout {
      margin-top: -.25rem; }
    .firehawk-crm-cart .bd-callout.bd-callout-danger {
      border-left-color: #d9534f; }
    .firehawk-crm-cart .bd-callout.bd-callout-info {
      border-left-color: #5ba8de; }
    .firehawk-crm-cart .bd-callout.bd-callout-success {
      border-left-color: #2fb95e; }
    .firehawk-crm-cart .bd-callout.bd-callout-md {
      padding: 1rem 1.25rem; }
  .firehawk-crm-cart .list-group-item + .list-group-item {
    border-top-width: 0; }
  .firehawk-crm-cart .list-group {
    padding-left: 0;
    margin-left: 0; }

.firehawk-crm-theme {
  --fh-font-size: 16px;
  --fh-primary-color: #0d6efd; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

:root {
  --fcrm-primary-button: #0d6efd;
  --fcrm-primary-button-text: #ffffff;
  --fcrm-primary-button-hover: #0b5ed7;
  --fcrm-primary-button-hover-text: #ffffff;
  --fcrm-focus-shadow-color: rgba(13, 110, 253, 0.25);
  --fcrm-focus-border-color: #86b7fe; }

.firehawk-crm-cart .btn-primary {
  color: var(--fcrm-primary-button-text);
  background-color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }
  .firehawk-crm-cart .btn-primary:focus, .firehawk-crm-cart .btn-primary:hover {
    color: var(--fcrm-primary-button-hover-text);
    background-color: var(--fcrm-primary-button-hover);
    border-color: var(--fcrm-primary-button-hover); }
  .firehawk-crm-cart .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }

.firehawk-crm-cart .btn-link {
  color: var(--fcrm-primary-button); }

.firehawk-crm-cart .btn-outline-primary {
  color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }
  .firehawk-crm-cart .btn-outline-primary:focus, .firehawk-crm-cart .btn-outline-primary:hover {
    color: var(--fcrm-primary-button-text);
    background-color: var(--fcrm-primary-button);
    border-color: var(--fcrm-primary-button); }
  .firehawk-crm-cart .btn-outline-primary:not(:disabled):not(.disabled):active, .firehawk-crm-cart .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: var(--fcrm-primary-button-text);
    background-color: var(--fcrm-primary-button);
    border-color: var(--fcrm-primary-button); }
  .firehawk-crm-cart .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }

.firehawk-crm-cart .btn-check:checked + .btn-outline-primary,
.firehawk-crm-cart .btn-check:active + .btn-outline-primary,
.firehawk-crm-cart .btn-outline-primary:active,
.firehawk-crm-cart .btn-outline-primary.active,
.firehawk-crm-cart .btn-outline-primary.dropdown-toggle.show {
  color: var(--fcrm-primary-button-text);
  background-color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }

.firehawk-crm-cart .form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color);
  border-color: var(--fcrm-focus-border-color); }

.firehawk-crm-cart .form-check-input:focus {
  border-color: --fcrm-focus-border-color;
  box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }

.firehawk-crm-cart .form-check-input:checked {
  background-color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }

.firehawk-crm-cart a {
  color: var(--fcrm-primary-button); }

.firehawk-crm-style .bg-primary {
  background-color: var(--fcrm-primary-button) !important; }

.firehawk-crm-cart .category-item {
  width: 100%;
  min-height: 200px; }
  .firehawk-crm-cart .category-item .title-container {
    text-align: center; }

.firehawk-crm-cart .stock-category-grid-item .fh-stock-title-container {
  margin-bottom: 15px; }

.firehawk-crm-cart .image-display-basic {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .firehawk-crm-cart .image-display-basic.dropshadow {
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.2)); }
  .firehawk-crm-cart .image-display-basic.bg-image-cover {
    background-size: cover; }

.firehawk-crm-cart h5, .firehawk-crm-cart .h5 {
  font-size: 20px !important;
  text-transform: none !important; }

.firehawk-crm-cart h4, .firehawk-crm-cart .h4 {
  font-size: 25px !important; }

@keyframes fhlistingsspinner {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.firehawk-crm-cart .bs-modal {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 2000 !important;
  display: none;
  width: 100% !important;
  height: 100%;
  overflow: auto;
  outline: 0;
  max-width: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important; }

.fcrms-spinner.primary {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px; }
  .fcrms-spinner.primary:before {
    position: absolute;
    content: '';
    top: 50%;
    margin: -12px 0 -12px;
    width: 24px;
    height: 24px;
    border-radius: 500rem;
    border: 0.2em solid #c5c5c5; }
  .fcrms-spinner.primary:after {
    position: absolute;
    content: '';
    top: 50%;
    margin: -12px 0 -12px;
    width: 24px;
    height: 24px;
    animation: fhlistingsspinner 0.6s linear;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #54595f transparent transparent;
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent; }
  .fcrms-spinner.primary.lg {
    display: inline-block;
    position: relative;
    height: 34px;
    width: 34px; }
    .fcrms-spinner.primary.lg:before {
      position: absolute;
      content: '';
      top: 50%;
      margin: -17px 0 -17px;
      width: 34px;
      height: 34px;
      border-radius: 500rem;
      border: 0.2em solid #c5c5c5; }
    .fcrms-spinner.primary.lg:after {
      position: absolute;
      content: '';
      top: 50%;
      margin: -17px 0 -17px;
      width: 34px;
      height: 34px;
      animation: fhlistingsspinner 0.6s linear;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #54595f transparent transparent;
      border-style: solid;
      border-width: 0.2em;
      box-shadow: 0 0 0 1px transparent; }
  .fcrms-spinner.primary.xl {
    display: inline-block;
    position: relative;
    height: 44px;
    width: 44px; }
    .fcrms-spinner.primary.xl:before {
      position: absolute;
      content: '';
      top: 50%;
      margin: -22px 0 -22px;
      width: 44px;
      height: 44px;
      border-radius: 500rem;
      border: 0.2em solid #c5c5c5; }
    .fcrms-spinner.primary.xl:after {
      position: absolute;
      content: '';
      top: 50%;
      margin: -22px 0 -22px;
      width: 44px;
      height: 44px;
      animation: fhlistingsspinner 0.6s linear;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #54595f transparent transparent;
      border-style: solid;
      border-width: 0.2em;
      box-shadow: 0 0 0 1px transparent; }

.firehawk-tributes-social-menu button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent !important;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 0.8;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  transition: opacity 0.15s linear, transform 0.15s linear; }
  .firehawk-tributes-social-menu button:focus, .firehawk-tributes-social-menu button:hover {
    opacity: 1;
    -ms-transform: translateY(-4px);
        transform: translateY(-4px); }

.firehawk-crm .service-buttons-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #f3f3f3;
  margin-top: 10px;
  padding: 5px;
  border-radius: 4px;
  min-height: 34px; }
  .firehawk-crm .service-buttons-group .service-button {
    display: inline-block;
    color: #303030;
    width: 33.3%;
    text-align: center;
    cursor: pointer;
    font-size: 16px; }
    .firehawk-crm .service-buttons-group .service-button:focus, .firehawk-crm .service-buttons-group .service-button:hover {
      color: #929292; }

.fcrm-tributes-modal {
  padding: 0 !important;
  overflow: visible !important;
  height: auto !important; }
  .fcrm-tributes-modal .modal-content {
    padding: 20px 30px;
    border-radius: 0 !important;
    border: none !important; }
  .fcrm-tributes-modal a.modal-close {
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #ddd; }
  .fcrm-tributes-modal .modal-title {
    font-weight: bold;
    padding: 10px 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 1.2em; }
  .fcrm-tributes-modal.fcrm-tributes-image-modal {
    max-width: 600px; }
    .fcrm-tributes-modal.fcrm-tributes-image-modal .modal-content {
      padding: 0; }

.jquery-modal.blocker {
  z-index: 10; }

.firehawk-tributes-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0 40px;
  margin: 0 -15px; }
  .firehawk-tributes-gallery .gallery-item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 15px; }
    .firehawk-tributes-gallery .gallery-item .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 0;
      height: 100%; }
    .firehawk-tributes-gallery .gallery-item a {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 8px;
      overflow: hidden; }
      .firehawk-tributes-gallery .gallery-item a:after {
        content: "";
        display: block;
        padding-bottom: 100%; }

@media (min-width: 600px) {
  .firehawk-tributes-gallery .gallery-item {
    max-width: 25%; } }

body.admin-bar .lg-backdrop + .lg-outer {
  top: 32px; }
  body.admin-bar .lg-backdrop + .lg-outer > .lg {
    height: calc(100vh - 32px) !important; }

.lg-sub-html h4, .lg-sub-html .firehawk-crm-cart .h4, .firehawk-crm-cart .lg-sub-html .h4,
.lg-sub-html h5,
.lg-sub-html .firehawk-crm-cart .h5,
.firehawk-crm-cart .lg-sub-html .h5 {
  color: #eee;
  text-transform: uppercase; }

.fcrm-pagination {
  line-height: 1.6;
  font-size: 16px;
  box-sizing: initial;
  text-align: right; }
  .fcrm-pagination:after {
    display: table;
    content: " ";
    clear: both; }
  .fcrm-pagination .fcrm-pagination-pages ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    margin: 0;
    padding: 0; }
  .fcrm-pagination .fcrm-pagination-pages li {
    border: 1px solid #d4d4d4;
    border-right: none;
    list-style: none;
    background-color: #fff;
    box-shadow: none;
    padding: 0; }
    .fcrm-pagination .fcrm-pagination-pages li > a {
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      display: block;
      background: #fff;
      font-size: 16px;
      color: #333;
      text-decoration: none;
      text-align: center; }
      .fcrm-pagination .fcrm-pagination-pages li > a:hover {
        background: #eee; }
    .fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-next > a, .fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-previous > a {
      padding: 0 5px; }
    .fcrm-pagination .fcrm-pagination-pages li.active > a {
      height: 40px;
      line-height: 40px;
      background: var(--fcrm-primary-button);
      color: #fff; }
    .fcrm-pagination .fcrm-pagination-pages li.disabled > a {
      opacity: 0.3; }
      .fcrm-pagination .fcrm-pagination-pages li.disabled > a:hover {
        background: none; }
    .fcrm-pagination .fcrm-pagination-pages li:first-child {
      border-radius: 3px 0 0 3px; }
      .fcrm-pagination .fcrm-pagination-pages li:first-child > a {
        border-radius: 3px 0 0 3px; }
    .fcrm-pagination .fcrm-pagination-pages li:last-child {
      border-right: 1px solid #d4d4d4;
      border-radius: 0 3px 3px 0; }
      .fcrm-pagination .fcrm-pagination-pages li:last-child > a {
        border-radius: 0 3px 3px 0; }
    .fcrm-pagination .fcrm-pagination-pages li:first-child:last-child {
      border-radius: 3px; }
      .fcrm-pagination .fcrm-pagination-pages li:first-child:last-child > a {
        border-radius: 3px; }
  .fcrm-pagination .fcrm-pagination-nav {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 16px; }
  .fcrm-pagination.fcrm-pagination-small {
    font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-pages li > a {
      min-width: 26px;
      height: 24px;
      line-height: 24px;
      font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-pages li.active > a {
      height: 26px;
      line-height: 26px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-input {
      font-size: 12px; }
      .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-input > input[type="text"] {
        width: 26px;
        height: 24px;
        font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-button {
      font-size: 12px; }
      .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-button > input[type="button"] {
        min-width: 30px;
        height: 26px;
        line-height: 24px;
        padding: 0 6px;
        font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-nav {
      height: 26px;
      line-height: 26px;
      font-size: 12px; }
  .fcrm-pagination.fcrm-pagination-big {
    font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li > a {
      min-width: 36px;
      height: 34px;
      line-height: 34px;
      font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li.active > a {
      height: 36px;
      line-height: 36px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input {
      font-size: 16px; }
      .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input > input[type="text"] {
        width: 36px;
        height: 34px;
        font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-button {
      font-size: 16px; }
      .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-button > input[type="button"] {
        min-width: 50px;
        height: 36px;
        line-height: 34px;
        padding: 0 12px;
        font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-nav {
      height: 36px;
      line-height: 36px;
      font-size: 16px; }

/* Hacks for IE 6~9 */
.fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-next {
  *border-right: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4; }

.fcrm-pagination .fcrm-pagination-go-input {
  *margin-left: 5px;
  margin-left: 5px; }
  .fcrm-pagination .fcrm-pagination-go-input > input[type="text"] {
    *line-height: 28px;
    line-height: 28px;
    *vertical-align: middle;
    vertical-align: middle; }

.fcrm-pagination .fcrm-pagination-go-button {
  *margin-left: 5px;
  margin-left: 5px\0; }
  .fcrm-pagination .fcrm-pagination-go-button > input[type="button"] {
    *vertical-align: middle;
    vertical-align: middle; }

.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li > a {
  line-height: 36px\0; }

.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input > input[type="text"] {
  *height: 35px;
  height: 36px;
  *line-height: 36px;
  line-height: 36px; }

.firehawk-crm-cart input[type="color"] {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 3px;
  width: 34px;
  height: 34px; }

.create-tribute-modal .candle {
  font-size: 28px;
  height: 40px;
  width: 40px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.create-tribute-modal .candle-color-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .create-tribute-modal .candle-color-picker .form-control {
    margin-right: 10px;
    width: 40px;
    height: 40px; }

.btn.loading {
  position: relative;
  cursor: default;
  text-shadow: none !important;
  color: transparent !important;
  opacity: 1;
  pointer-events: auto;
  transition: all 0s linear,opacity 0.1s ease; }
  .btn.loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15); }
  .btn.loading:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    animation: button-spin 0.6s linear;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent; }
  .btn.loading.btn-default:after {
    border-color: #000 transparent transparent; }

@keyframes button-spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.firehawk-crm-cart .stock-detail-modal .modal-content {
  overflow: hidden; }

.firehawk-crm-cart .stock-detail-modal .modal-body {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.firehawk-crm-cart .stock-detail-modal .stock-description {
  margin-bottom: 20px; }

.firehawk-crm-cart .stock-detail-modal .display-image {
  width: 100%;
  min-height: 400px;
  height: 100%;
  background-position: center;
  background-size: cover; }
  @media (min-width: 992px) {
    .firehawk-crm-cart .stock-detail-modal .display-image {
      min-height: 500px;
      border-top: 0; } }

.firehawk-crm-cart .stock-detail-modal .footer {
  margin-top: auto; }
  .firehawk-crm-cart .stock-detail-modal .footer .stock-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #dee2e6;
    margin-bottom: 1rem;
    padding-top: 14px; }
  .firehawk-crm-cart .stock-detail-modal .footer .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .firehawk-crm-cart .stock-detail-modal .footer .cart-success {
    padding: 1rem 1.25rem;
    margin-bottom: 20px; }

.firehawk-crm-cart .stock-detail-modal .quantity-picker {
  max-width: 170px;
  margin-right: auto; }

.firehawk-crm-cart .stock-detail-modal .stock-info-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
  border-top: 1px solid #eef2f5; }
  @media (min-width: 992px) {
    .firehawk-crm-cart .stock-detail-modal .stock-info-col {
      border-left: 1px solid #eef2f5;
      border-top: 0; } }

.firehawk-crm-cart .installment-setup-modal .modal-content {
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center; }

.firehawk-crm-cart .installment-setup-modal .modal-body {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.firehawk-crm-cart form#nab-pay-form {
  border: 1px solid #eceeef;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02);
  background-color: #fcfcfc;
  padding: 12px 20px 22px; }
  .firehawk-crm-cart form#nab-pay-form input,
  .firehawk-crm-cart form#nab-pay-form > .form-group > .form-control {
    margin-bottom: 14px; }
  .firehawk-crm-cart form#nab-pay-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .firehawk-crm-cart form#nab-pay-form .form-row .col-md-6 {
    width: 100%;
    max-width: 50%; }
  .firehawk-crm-cart form#nab-pay-form .form-row .col-md-6 {
    padding: 0 12px; }
  .firehawk-crm-cart form#nab-pay-form .form-row {
    margin-left: -12px;
    margin-right: -12px; }
  .firehawk-crm-cart form#nab-pay-form .form-row > .form-group {
    margin-bottom: 0; }
  .firehawk-crm-cart form#nab-pay-form .form-control.flex-microform.flex-microform-focused {
    box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color);
    border-color: var(--fcrm-focus-border-color); }
  .firehawk-crm-cart form#nab-pay-form .form-control.flex-microform.flex-microform-invalid {
    border-color: red; }

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes scale-in-center {
  0% {
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.bounce-in-top {
  animation: bounce-in-top 1.1s both; }

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in; }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in; }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in; }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out; } }

.firehawk-crm-cart-stock-view .fh-stock-grid {
  position: relative; }

.firehawk-crm-cart-stock-view .fcrm-search-bar {
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 30px;
  position: relative; }
  .firehawk-crm-cart-stock-view .fcrm-search-bar input {
    background: #fafafa !important;
    -webkit-appearance: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: none; }
  .firehawk-crm-cart-stock-view .fcrm-search-bar .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .firehawk-crm-cart-stock-view .fcrm-search-bar .reset-btn {
    position: absolute;
    height: 38px;
    display: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    right: 75px;
    color: #636363;
    border-radius: 0 !important; }
  .firehawk-crm-cart-stock-view .fcrm-search-bar #display-change-btn {
    color: #313131;
    border-left: 1px solid #efefef;
    border-radius: 0;
    padding: 0.375rem 1.1rem;
    font-size: 1.2rem; }
  .firehawk-crm-cart-stock-view .fcrm-search-bar input:not(:placeholder-shown) + .reset-btn {
    display: -ms-flexbox;
    display: flex; }

.firehawk-crm-cart-stock-view .fcrm-cart-grid-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem; }
  .firehawk-crm-cart-stock-view .fcrm-cart-grid-title .actions .list-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .firehawk-crm-cart-stock-view .fcrm-cart-grid-title .actions .list-action label {
      margin-bottom: 0;
      margin-right: 10px; }

.firehawk-crm-cart-stock-view .fh-searchbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  position: relative;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 20px 0 !important;
  border-radius: 10px;
  font-size: 14px;
  /*.fa-filter {
	  position: absolute;
	  right: 15px;
	  cursor: pointer;
	}*/ }
  .firehawk-crm-cart-stock-view .fh-searchbox-wrapper .fa-search {
    position: absolute;
    left: 15px; }
  .firehawk-crm-cart-stock-view .fh-searchbox-wrapper .fa-times-circle {
    position: absolute;
    right: 15px;
    cursor: pointer; }
  .firehawk-crm-cart-stock-view .fh-searchbox-wrapper .search-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    position: relative; }
  .firehawk-crm-cart-stock-view .fh-searchbox-wrapper #display-change-btn {
    color: #313131;
    border-left: 1px solid #efefef;
    border-radius: 0;
    padding: 0.375rem 1.1rem;
    font-size: 1.2rem; }
  .firehawk-crm-cart-stock-view .fh-searchbox-wrapper .fh-searchbox {
    -webkit-appearance: none;
    background: none;
    padding: 18px 80px 18px 40px;
    width: 100%;
    border: none; }

.firehawk-crm-cart-stock-view.firehawk-crm-large-grid {
  position: relative; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .firehawk-crm-large-grid-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 45px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7); }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .loading-overlay .fa-spin {
      animation-duration: 0.75s; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid.loading {
    min-height: 280px; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item {
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    padding: 0;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    box-shadow: none;
    height: 100%; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.linked {
      cursor: pointer; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.modal-link .top-img {
      cursor: pointer; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .top-img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100px;
      min-width: 100px;
      height: 100%;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .title {
      color: #333;
      font-size: 16px;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .subtitle {
      color: #333;
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .content {
      -ms-flex: 1;
          flex: 1;
      padding: 10px 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .fh-add-to-cart-wrapper {
        padding: 0 15px 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
            align-items: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
        margin-top: auto; }
        .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .fh-add-to-cart-wrapper .btn {
          width: 100%; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content {
        padding: 0;
        border-bottom: 1px solid #eef2f5;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-bottom: 15px;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        aspect-ratio: 1/1 !important;
        width: 100%; }
        .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content .top-img {
          width: 100%;
          min-height: 200px;
          min-width: auto;
          border-radius: 6px 6px 0 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 0; }
          @media screen and (min-width: 480px) {
            .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content .top-img {
              min-height: 150px; } }
          @media screen and (min-width: 635px) {
            .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content .top-img {
              min-height: 130px; } }
          @media screen and (min-width: 900px) {
            .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content .top-img {
              min-height: 150px; } }
        .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content .title {
          font-size: 18px;
          margin-bottom: 0;
          line-height: 1.5;
          white-space: normal !important; }
        .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content .title-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          height: 75px; }
          .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .top-content .title-container .dates {
            margin-bottom: 0; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact .content {
        padding: 0 15px 15px; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .top-content {
        height: auto;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
        .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .top-content .top-img {
          width: 100%;
          height: auto;
          border-radius: 6px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-bottom: 10px; }
        .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .top-content .title {
          font-size: 18px;
          margin-bottom: 0;
          line-height: 1.5;
          white-space: normal !important; }
        .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .top-content .title-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          margin-bottom: 10px; }
          .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .top-content .title-container .dates {
            margin-bottom: 0; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .content-link {
        cursor: pointer; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .content {
        padding: 0 15px 15px; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .login-to-see-prices {
      text-align: center; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .top-img.placeholder {
      height: 100% !important; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large {
      margin-bottom: 0; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item.compact-large .top-content .top-img.image-square {
        width: 100%;
        padding-bottom: 100%;
        position: relative; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .item-content {
      text-align: left;
      overflow: hidden;
      margin-bottom: 0; }
      .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .item-content p:last-child {
        margin-bottom: 0; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .fh-stock-title-container,
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .fh-stock-sku-container {
      padding: 0 15px; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-item .fh-stock-options {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 15px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: auto;
      padding-top: 10px;
      padding-bottom: 8px; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .view-cart-button {
    text-decoration: none; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-col {
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 30px;
    padding: 0 30px; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .empty-message {
    text-align: center; }
  @media screen and (min-width: 480px) {
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .firehawk-crm-large-grid-view {
      margin: 0 -5px; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-col {
      max-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding: 0 10px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 635px) {
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-col {
      max-width: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      padding: 0 10px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 764px) {
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .firehawk-crm-large-grid-view {
      margin: 0 -15px; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-col {
      max-width: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      padding: 0 15px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 900px) {
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .grid-col {
      max-width: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      padding: 0 15px;
      margin-bottom: 30px; } }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .load-more-footer {
    text-align: center;
    margin-bottom: 20px; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .load-more-indicator {
    text-align: center;
    margin-bottom: 20px; }
  .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .load-more-button {
    font-weight: normal;
    color: #383838;
    -ms-transform: none;
        transform: none;
    text-transform: uppercase;
    padding: 9px 12px;
    position: relative;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    line-height: 1;
    display: inline-block; }
    .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .load-more-button:focus, .firehawk-crm-cart-stock-view.firehawk-crm-large-grid .load-more-button:hover {
      color: #333;
      border-color: #efefef;
      background-color: #efefef;
      transition: all 0.2s linear; }

.firehawk-service-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  .firehawk-service-details .detail-display .top-img {
    min-width: auto;
    height: auto;
    border-radius: 0;
    margin-bottom: 15px; }
    .firehawk-service-details .detail-display .top-img img {
      max-height: 380px;
      width: 100%;
      height: 100%;
      -ms-flex: 1;
          flex: 1;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 4px; }
  .firehawk-service-details .detail-display .heading {
    padding: 0;
    margin-bottom: 14px; }
  .firehawk-service-details .detail-display .venue {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 15px; }
  .firehawk-service-details .detail-display .service-date {
    font-size: 16px;
    margin-bottom: 5px; }
  .firehawk-service-details .detail-display .dates {
    margin-bottom: 0;
    font-size: 18px; }
  .firehawk-service-details .detail-display .title {
    font-size: 20px;
    font-weight: bold; }
  .firehawk-service-details .detail-display.compact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px;
    width: 100%; }
    .firehawk-service-details .detail-display.compact .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 1;
          flex: 1;
      max-width: 400px;
      margin-right: auto; }
    .firehawk-service-details .detail-display.compact .top-img {
      width: 30%;
      margin-right: 20px;
      margin-bottom: 0; }
      .firehawk-service-details .detail-display.compact .top-img img {
        height: auto; }
    .firehawk-service-details .detail-display.compact .detail-display {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 654px) {
    .firehawk-service-details .detail-display.compact .top-img {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      margin-right: 0; }
      .firehawk-service-details .detail-display.compact .top-img img {
        max-height: 460px;
        width: auto; }
    .firehawk-service-details .detail-display.compact .content {
      width: 100%;
      text-align: center;
      margin-right: 0; } }

.fh-cart-items .fh-cart-stock-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.fh-cart-items .fh-cart-stock-row {
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden; }

.fh-cart-items .fh-cart-stock-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex: 1;
      flex: 1; }

.fh-cart-items .fh-cart-column-content {
  -ms-flex-pack: center;
      justify-content: center; }

.fh-cart-items .fh-cart-column-padding {
  margin: 15px 0; }

.fh-cart-items .fh-cart-stock-image-column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 0;
      flex-grow: 0; }
  .fh-cart-items .fh-cart-stock-image-column .fh-cart-stock-image {
    height: 100%;
    min-height: 130px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px; }

.fh-cart-items .fh-cart-quantity-column {
  -ms-flex-positive: 0;
      flex-grow: 0; }
  .fh-cart-items .fh-cart-quantity-column .fh-cart-stock-quantity {
    max-width: 130px; }
    .fh-cart-items .fh-cart-quantity-column .fh-cart-stock-quantity .quantity-picker {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .fh-cart-items .fh-cart-quantity-column .fh-cart-stock-quantity .quantity-picker .quantity-value {
        min-width: 60px; }

.fh-cart-items .fh-cart-stock-name {
  font-weight: bold;
  font-size: 16px; }
  .fh-cart-items .fh-cart-stock-name a {
    color: inherit;
    text-decoration: none !important; }

.fh-cart-items .fh-cart-stock-code, .fh-cart-items .fh-cart-stock-meta {
  font-size: 12px; }

.fh-cart-items .fh-card-stock-meta-title {
  font-weight: bold; }

.text-right {
  text-align: right; }

.fh-checkout-wrapper.loading .fh-checkout-container {
  max-height: 600px;
  overflow: hidden; }

.fh-checkout-wrapper .fh-checkout-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative; }
  .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details .form-label {
      margin-bottom: 0;
      font-size: 15px; }
    .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details .form-control,
    .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details .form-select {
      height: 44px; }
    .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details .payment-method-list {
      margin-bottom: 24px; }
    @media (min-width: 992px) {
      .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details .shipping-method-list {
        margin-top: 34px;
        margin-bottom: 36px; }
      .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details .shipping-notes {
        margin-top: -26px;
        margin-bottom: 26px; }
      .fh-checkout-wrapper .fh-checkout-container .fh-checkout-details .push-down {
        margin-top: 43px;
        margin-bottom: 36px; } }
  .fh-checkout-wrapper .fh-checkout-container .fh-cart-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .fh-checkout-wrapper .fh-checkout-container .form-actions {
    text-align: right; }
  .fh-checkout-wrapper .fh-checkout-container .payment-loading-placeholder {
    height: 200px;
    border: 1px solid #eceeef;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02);
    background-color: #fcfcfc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .fh-checkout-wrapper .fh-checkout-container .payment-loading-placeholder.stick {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      height: auto !important;
      z-index: 10; }
  .fh-checkout-wrapper .fh-checkout-container .payment-form-error {
    background: #f7f8f9;
    border: 1px solid #e6e9eb;
    border-radius: 12px;
    cursor: default;
    margin: 8px 0;
    transition: margin 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.3s ease-out;
    padding: 34px 16px;
    text-align: center; }
    .fh-checkout-wrapper .fh-checkout-container .payment-form-error p {
      color: #687282;
      font-size: 14px;
      font-weight: 400;
      line-height: 19px; }
    .fh-checkout-wrapper .fh-checkout-container .payment-form-error h3, .fh-checkout-wrapper .fh-checkout-container .payment-form-error .firehawk-crm-cart .h3, .firehawk-crm-cart .fh-checkout-wrapper .fh-checkout-container .payment-form-error .h3 {
      font-size: 20px; }
    .fh-checkout-wrapper .fh-checkout-container .payment-form-error .btn-light {
      color: #000;
      background-color: #fff;
      border-color: #dbdddf; }
      .fh-checkout-wrapper .fh-checkout-container .payment-form-error .btn-light:hover, .fh-checkout-wrapper .fh-checkout-container .payment-form-error .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #dbdddf; }
  .fh-checkout-wrapper .fh-checkout-container .fh-payment-amount-breakdown-wrapper .list-group-item:not(:first-child) {
    border-top: 0 !important; }

.fh-checkout-wrapper #fh-direct-debit-details {
  width: 100%; }
  .fh-checkout-wrapper #fh-direct-debit-details .adyen-checkout__dropin .adyen-checkout__payment-method {
    border: none;
    border-radius: 0 !important;
    background-color: transparent; }

.fh-checkout-wrapper .fh-payment-info-col {
  margin-left: auto;
  margin-right: auto; }

.fh-checkout-wrapper .adyen-checkout__voucher-result--directdebit_GB {
  text-align: center; }
  .fh-checkout-wrapper .adyen-checkout__voucher-result--directdebit_GB .adyen-checkout__voucher-result__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .fh-checkout-wrapper .adyen-checkout__voucher-result--directdebit_GB .adyen-checkout__voucher-result__actions {
    padding: 0 !important; }

.fh-checkout-wrapper .fh-checkout-loading-overlay {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  z-index: 100; }
  .fh-checkout-wrapper .fh-checkout-loading-overlay .fa-spin {
    font-size: 70px;
    animation-duration: 1s;
    margin-bottom: 30px; }

.fh-checkout-wrapper #fh-payment-success-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px; }
  .fh-checkout-wrapper #fh-payment-success-message .fh-success-check {
    color: #0da60d;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    border: 3px solid;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 40px;
    margin-bottom: 20px; }

.fh-checkout-wrapper form .form-group {
  margin-bottom: 10px; }
  .fh-checkout-wrapper form .form-group label.error {
    color: #d9534f;
    margin-top: 5px; }

.fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__card__brands__brand-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__payment-method__header button {
  background-color: transparent !important;
  color: #333 !important; }

.fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout-input__inline-validation {
  height: 32px; }

.fh-checkout-wrapper .adyen-checkout__dropin ul {
  margin: 0;
  padding: 0; }

.fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__input {
  display: block;
  width: 100%;
  padding: 0.375em 0.75em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__payment-method--selected {
  border-radius: 0.25em; }

.fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__payment-method--selected + .adyen-checkout__payment-method, .fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__payment-method:first-child {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em; }

.fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__payment-method--next-selected, .fh-checkout-wrapper .adyen-checkout__dropin .adyen-checkout__payment-method:last-child {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em; }

.fh-checkout-wrapper .fh-checkout-stock-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-align: center;
      align-items: center; }

.fh-checkout-wrapper .fh-checkout-stock-title-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex: 8;
      flex: 8; }

.fh-checkout-wrapper .fh-checkout-stock-title-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex: 1;
      flex: 1; }

.fh-checkout-wrapper .fh-cart-stock-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 5px; }

.fh-checkout-wrapper .fh-cart-items .fh-cart-column-padding {
  margin: 0 0 15px; }

.fh-checkout-wrapper .fh-summary-label {
  font-weight: bold; }

.fh-checkout-wrapper .fh-cart-stock-description {
  font-size: 12px; }

.fh-checkout-wrapper .list-group-summary .list-group-item {
  border-color: rgba(0, 0, 0, 0.05); }

.fh-stock-details .fh-stock-primary-image {
  max-width: 100%;
  max-height: 400px;
  z-index: 2;
  position: relative; }

.fh-stock-details > .row {
  --bs-gutter-x: 40px; }

.fh-stock-details .fh-stock-primary-image.dropshadow {
  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.2)); }

.fh-stock-details .fh-related-products-title,
.fh-stock-details .fh-stock-name {
  font-weight: bold; }

.fh-stock-details .fh-related-products-title {
  margin-bottom: 0.5rem; }

.fh-stock-details .fh-stock-description {
  margin-bottom: 20px; }

.fh-stock-details .fh-related-item-title {
  font-size: 12px; }

.fh-stock-details .fh-stock-price {
  margin-bottom: 1rem;
  font-size: 1.2rem; }

.fh-stock-details .quantity-picker {
  max-width: 170px; }

.fh-stock-details .fh-stock-cart-footer {
  padding-top: 1.5rem;
  margin-top: 15px;
  border-top: 1px solid #dee2e6; }

.fh-stock-details .fh-stock-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
  .fh-stock-details .fh-stock-info > .fh-stock-info-item {
    padding: 0 20px;
    margin-bottom: 10px; }
    .fh-stock-details .fh-stock-info > .fh-stock-info-item .fh-stock-info-title {
      margin-bottom: 5px; }
    .fh-stock-details .fh-stock-info > .fh-stock-info-item ul.fh-stock-info-item-list {
      margin: 0;
      padding-left: 1.2rem; }

.fh-stock-details .fh-stock-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .fh-stock-details .fh-stock-actions .quantity-picker {
    margin-right: auto; }

.fh-stock-details form.fh-stock-attribute-form .form-group {
  margin-bottom: 0.8rem; }
  .fh-stock-details form.fh-stock-attribute-form .form-group .form-label {
    margin-bottom: 0.2rem; }

.fh-stock-details .fh-related-items-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -10px 20px; }
  .fh-stock-details .fh-related-items-grid .fh-related-item {
    max-width: 25%;
    width: 100%;
    padding: 0 10px 10px; }
    .fh-stock-details .fh-related-items-grid .fh-related-item .fh-related-item-image {
      max-width: 100px;
      max-height: 200px; }
    .fh-stock-details .fh-related-items-grid .fh-related-item .inner {
      border: 1px solid #dee2e6;
      border-radius: 6px;
      padding-top: 100%;
      height: 0;
      position: relative;
      display: block; }
    .fh-stock-details .fh-related-items-grid .fh-related-item .content-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 430px) {
      .fh-stock-details .fh-related-items-grid .fh-related-item {
        max-width: 50%; } }
  .fh-stock-details .fh-related-items-grid.thirds .fh-related-item {
    max-width: 33.333%; }
    @media screen and (max-width: 430px) {
      .fh-stock-details .fh-related-items-grid.thirds .fh-related-item {
        max-width: 50%; } }

.fh-stock-details .gallery-selector {
  cursor: pointer; }

.fh-stock-details .fh-stock-detail-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px; }

.fh-stock-details .fh-stock-detail-image.loading {
  position: relative;
  min-height: 400px; }
  .fh-stock-details .fh-stock-detail-image.loading img {
    opacity: 0.4; }
  .fh-stock-details .fh-stock-detail-image.loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.75em 0 -1.75em;
    width: 3.5em;
    height: 3.5em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15);
    z-index: 3; }
  .fh-stock-details .fh-stock-detail-image.loading:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.75em 0 -1.75em;
    width: 3.5em;
    height: 3.5em;
    animation: button-spin 0.6s linear;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: var(--fcrm-primary-button) transparent transparent;
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent;
    z-index: 3; }

.fh-stock-details .fh-stock-usages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  -ms-flex-direction: column;
      flex-direction: column; }
  .fh-stock-details .fh-stock-usages .fh-usage-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: none;
    -ms-flex: 1;
        flex: 1;
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
    margin-bottom: 10px; }
    .fh-stock-details .fh-stock-usages .fh-usage-type .fs-usage-type-image {
      max-width: 30px;
      max-width: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 10px; }

.fh-stock-details .fh-variation-products-title {
  margin-bottom: 5px; }

.fh-stock-details .fh-variation-products-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -10px 20px; }
  .fh-stock-details .fh-variation-products-grid .fh-variation-product {
    max-width: 25%;
    width: 100%;
    padding: 0 10px 10px;
    cursor: pointer;
    outline: none !important; }
    .fh-stock-details .fh-variation-products-grid .fh-variation-product .fh-variation-product-image {
      max-height: 100%;
      max-width: 100%; }
    .fh-stock-details .fh-variation-products-grid .fh-variation-product .inner {
      border: 1px solid #dee2e6;
      border-radius: 6px;
      padding-top: 100%;
      height: 0;
      position: relative;
      display: block;
      overflow: hidden; }
    .fh-stock-details .fh-variation-products-grid .fh-variation-product .content-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 430px) {
      .fh-stock-details .fh-variation-products-grid .fh-variation-product {
        max-width: 50%; } }
    .fh-stock-details .fh-variation-products-grid .fh-variation-product.selected .inner, .fh-stock-details .fh-variation-products-grid .fh-variation-product:focus .inner {
      box-shadow: 0 0 0 4px var(--fcrm-focus-shadow-color);
      border-color: var(--fcrm-focus-border-color); }
  .fh-stock-details .fh-variation-products-grid.thirds .fh-variation-product {
    max-width: 33.333%; }
    @media screen and (max-width: 430px) {
      .fh-stock-details .fh-variation-products-grid.thirds .fh-variation-product {
        max-width: 50%; } }

.fh-stock-details .fh-stock-info-col {
  position: relative; }
  .fh-stock-details .fh-stock-info-col .info-loading-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 10; }
    .fh-stock-details .fh-stock-info-col .info-loading-view .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .fh-stock-details .fh-stock-info-col .info-loading-view .inner .fcrms-spinner {
        margin-right: 10px; }

.fh-divider {
  border-top: 1px solid #E0E0E0;
  margin: 20px 0; }

.fh-picker-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .fh-picker-wrapper .fh-picker-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex: 1;
        flex: 1;
    height: 80px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 20px; }
    .fh-picker-wrapper .fh-picker-image img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 4px;
      overflow: hidden; }
  .fh-picker-wrapper .fh-picker-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex: 4;
        flex: 4;
    -ms-flex-pack: center;
        justify-content: center; }

span.fraction {
  font-size: 80%;
  position: relative;
  top: -1px; }

.fh-stock-details .fh-stock-image-gallery {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 -10px;
  margin-bottom: 20px; }
  .fh-stock-details .fh-stock-image-gallery .gallery-item {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 10px;
    width: 100%; }
    .fh-stock-details .fh-stock-image-gallery .gallery-item .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 0;
      height: 100%; }
    .fh-stock-details .fh-stock-image-gallery .gallery-item a {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 8px;
      overflow: hidden; }
      .fh-stock-details .fh-stock-image-gallery .gallery-item a:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
  .fh-stock-details .fh-stock-image-gallery .slick-list {
    width: 100%; }
    .fh-stock-details .fh-stock-image-gallery .slick-list .slick-track {
      margin: 0; }
  .fh-stock-details .fh-stock-image-gallery .slick-arrow {
    width: 35px;
    background-color: #f9f9f9;
    border-radius: 4px;
    text-align: center;
    font-size: 0;
    -ms-transform: none;
        transform: none;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto !important;
    left: auto !important;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: unset; }
    .fh-stock-details .fh-stock-image-gallery .slick-arrow:hover:before {
      color: #000; }
    .fh-stock-details .fh-stock-image-gallery .slick-arrow:focus {
      box-shadow: 0 0 0 4px #e2e2e2 !important; }
      .fh-stock-details .fh-stock-image-gallery .slick-arrow:focus:before {
        color: #000; }
    .fh-stock-details .fh-stock-image-gallery .slick-arrow.slick-prev {
      margin-left: 10px; }
    .fh-stock-details .fh-stock-image-gallery .slick-arrow.slick-next {
      margin-right: 10px; }
  .fh-stock-details .fh-stock-image-gallery .slick-next:before,
  .fh-stock-details .fh-stock-image-gallery .slick-prev:before {
    color: #656565;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    opacity: 1;
    font-size: 35px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  .fh-stock-details .fh-stock-image-gallery .slick-prev:before {
    content: "\f104"; }
  .fh-stock-details .fh-stock-image-gallery .slick-next:before {
    content: "\f105"; }

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: calc(1.5em + 0.75rem);
    color: #6c757d; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px; }
    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      top: 60%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: -2px;
      margin-left: -4px;
      border-color: #212529 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    line-height: calc(1.5em + 0.75rem);
    color: #212529; }

.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.select2-results__message {
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.375rem;
    margin: 0;
    list-style: none; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 0;
    padding-right: 0.75rem;
    margin-top: calc(0.375rem - 2px);
    margin-right: 0.375rem;
    color: #212529;
    cursor: pointer;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    color: #212529; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
    width: 0; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: 1px;
    margin-left: 3px;
    font-weight: 700;
    color: #bdc6d0; }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #212529; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    top: 0;
    right: .7em;
    float: none;
    margin-right: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed; }
  .select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none; }

.select2-container {
  display: block; }
  .select2-container *:focus {
    outline: 0; }

.input-group .select2-container--bootstrap4 {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%; }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #0dcaf0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  box-shadow: none; }

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent; }

form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection,
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545; }

form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection,
select.is-valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #198754; }

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9ecef; }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #0d6efd;
  color: #f8f9fa; }

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto; }

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection__clear {
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding-top: 0;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0.55em;
  border-radius: 100%;
  color: #6c757d;
  float: right; }
  .select2-container--bootstrap4 .select2-selection__clear:hover {
    color: #212529; }

.select2-container.select2-disable-search .select2-search--dropdown {
  display: none; }

.firehawk-crm-pay .form-divider {
  margin: 30px 0; }
  .firehawk-crm-pay .form-divider:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    display: block; }
  .firehawk-crm-pay .form-divider + .form-section-title {
    margin-top: -10px; }

.firehawk-crm-pay .form-group {
  margin-bottom: 1rem; }

.firehawk-crm-pay .form-control.error {
  border-color: red; }
  .firehawk-crm-pay .form-control.error + .error {
    color: #d90000;
    margin-top: 5px; }

.firehawk-crm-pay .form-actions {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.firehawk-crm-pay .or-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0; }
  .firehawk-crm-pay .or-divider:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin-right: 20px; }
  .firehawk-crm-pay .or-divider:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin-left: 20px; }

.firehawk-crm-cart-category-carousel .slider-preview .gallery-item {
  border-radius: 10px; }
  .firehawk-crm-cart-category-carousel .slider-preview .gallery-item a {
    cursor: zoom-in; }
  .firehawk-crm-cart-category-carousel .slider-preview .gallery-item .gallery-image.dropshadow {
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.2)); }
  .firehawk-crm-cart-category-carousel .slider-preview .gallery-item .name {
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 10px; }

.firehawk-crm-cart-category-carousel .slider-nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 -10px;
  margin-bottom: 20px; }
  .firehawk-crm-cart-category-carousel .slider-nav .slick-track {
    padding: 20px 0; }
  .firehawk-crm-cart-category-carousel .slider-nav .slick-dots li button:before {
    font-size: 10px; }
  .firehawk-crm-cart-category-carousel .slider-nav .slick-list {
    width: 100%; }
  .firehawk-crm-cart-category-carousel .slider-nav .gallery-item {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 10px;
    width: 100%;
    cursor: pointer; }
    .firehawk-crm-cart-category-carousel .slider-nav .gallery-item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .firehawk-crm-cart-category-carousel .slider-nav .gallery-item .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0;
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      bottom: 0;
      border-radius: 8px;
      overflow: hidden; }
    .firehawk-crm-cart-category-carousel .slider-nav .gallery-item .gallery-image.dropshadow {
      filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.2)); }
    .firehawk-crm-cart-category-carousel .slider-nav .gallery-item.slick-current .inner {
      box-shadow: 0 0 0px 9px rgba(0, 0, 0, 0.05); }

.carousel-preview-item .preview-image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px; }
  .carousel-preview-item .preview-image-container .preview-image {
    max-width: 100%;
    max-height: 400px;
    z-index: 2;
    position: relative; }

.carousel-preview-item .fh-related-products-title, .carousel-preview-item .fh-stock-name {
  font-weight: bold; }

.carousel-preview-item .fh-stock-price {
  margin-bottom: 1rem;
  font-size: 1.2rem; }

.carousel-preview-item .fh-stock-description {
  margin-bottom: 20px; }

.carousel-preview-item .fh-stock-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
  .carousel-preview-item .fh-stock-info > .fh-stock-info-item {
    padding: 0 20px;
    margin-bottom: 10px; }
    .carousel-preview-item .fh-stock-info > .fh-stock-info-item .fh-stock-info-title {
      margin-bottom: 5px; }
    .carousel-preview-item .fh-stock-info > .fh-stock-info-item ul.fh-stock-info-item-list {
      margin: 0;
      padding-left: 1.2rem; }

.fh-stock-slider-gallery .slider-nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 -10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fh-stock-slider-gallery .slider-nav .slick-track {
    padding: 20px 0; }
  .fh-stock-slider-gallery .slider-nav .slick-dots {
    position: relative;
    bottom: 0; }
    .fh-stock-slider-gallery .slider-nav .slick-dots li button:before {
      font-size: 10px; }
  .fh-stock-slider-gallery .slider-nav .slick-list {
    width: 100%; }
  .fh-stock-slider-gallery .slider-nav .gallery-item {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 10px;
    width: 100%;
    cursor: pointer; }
    .fh-stock-slider-gallery .slider-nav .gallery-item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .fh-stock-slider-gallery .slider-nav .gallery-item .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0;
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      bottom: 0;
      border-radius: 8px;
      overflow: hidden; }
    .fh-stock-slider-gallery .slider-nav .gallery-item .gallery-image {
      width: 100%;
      height: auto; }
      .fh-stock-slider-gallery .slider-nav .gallery-item .gallery-image.dropshadow {
        filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.2)); }
    .fh-stock-slider-gallery .slider-nav .gallery-item.slick-current .inner {
      box-shadow: 0 0 0px 9px rgba(0, 0, 0, 0.05); }

.jquery-modal.current {
  z-index: 1000; }

.admin-bar .jquery-modal.blocker.current {
  padding-top: 50px; }

.admin-bar .select2-container--open .select2-dropdown--below {
  margin-top: 28px; }

.select2-container {
  font-size: 1rem; }

.firehawk-crm-cart .list-row {
  padding-left: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }
  .firehawk-crm-cart .list-row .list-group {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .firehawk-crm-cart .list-row .list-group-item {
    height: 100%; }

.list-row .list-group-item {
  border-radius: 0 !important; }

.list-row #upcoming-payments-col-1 .list-group-item {
  border-right: 0; }

.fh-breadcrumbs-wrapper {
  width: 100%; }

.fh-breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0 !important; }

.fh-breadcrumbs li {
  float: left;
  margin-right: 10px; }

.fh-breadcrumbs li:not(:last-child):after {
  content: ">"; }

.fh-breadcrumbs li a {
  text-decoration: none;
  color: #000;
  margin-right: 10px; }

.fh-breadcrumbs li a:hover {
  text-decoration: underline;
  color: #303030; }

.invalid {
  border: 2px solid red;
  background-color: #ffe6e6;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); }

.invalid:focus {
  outline: none;
  border-color: darkred;
  box-shadow: 0 0 5px rgba(139, 0, 0, 0.8); }

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none; }

.invalid + .error-message {
  display: block; }