@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --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-black: #000;
  --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: #008cbf;
  --bs-secondary: #ff9700;
  --bs-tertiary: #efefef;
  --bs-quaternary: #33464b;
  --bs-quinary: #afafaf;
  --bs-senary: #fff;
  --bs-septenary: #f7f7f7;
  --bs-octonary: #e6e6e6;
  --bs-primary-rgb: 0, 140, 191;
  --bs-secondary-rgb: 255, 151, 0;
  --bs-tertiary-rgb: 239, 239, 239;
  --bs-quaternary-rgb: 51, 70, 75;
  --bs-quinary-rgb: 175, 175, 175;
  --bs-senary-rgb: 255, 255, 255;
  --bs-septenary-rgb: 247, 247, 247;
  --bs-octonary-rgb: 230, 230, 230;
  --bs-primary-text-emphasis: #00384c;
  --bs-secondary-text-emphasis: #663c00;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce8f2;
  --bs-secondary-bg-subtle: #ffeacc;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99d1e5;
  --bs-secondary-border-subtle: #ffd599;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-body-font-family: "specter", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #33464b;
  --bs-body-color-rgb: 51, 70, 75;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(51, 70, 75, 0.75);
  --bs-secondary-color-rgb: 51, 70, 75;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(51, 70, 75, 0.5);
  --bs-tertiary-color-rgb: 51, 70, 75;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #008cbf;
  --bs-link-color-rgb: 0, 140, 191;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #007099;
  --bs-link-hover-color-rgb: 0, 112, 153;
  --bs-code-color: #d63384;
  --bs-highlight-color: #33464b;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 140, 191, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #66bad9;
  --bs-secondary-text-emphasis: #ffc166;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #001c26;
  --bs-secondary-bg-subtle: #331e00;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #005473;
  --bs-secondary-border-subtle: #995b00;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66bad9;
  --bs-link-hover-color: #85c8e1;
  --bs-link-color-rgb: 102, 186, 217;
  --bs-link-hover-color-rgb: 133, 200, 225;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, .shop-filters .woocommerce-widget-layered-nav-list, .footer-menu ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, header .custom-logo {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .woocommerce.single-product .woocommerce-notices-wrapper,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .woocommerce.single-product .woocommerce-notices-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .woocommerce.single-product .woocommerce-notices-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .woocommerce.single-product .woocommerce-notices-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .woocommerce.single-product .woocommerce-notices-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .woocommerce.single-product .woocommerce-notices-wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .woocommerce.single-product .woocommerce-notices-wrapper {
    max-width: 1644px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1700px;
}

.row, #customer_login, form.checkout.woocommerce-checkout, .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation, form .frm_form_fields .frm_fields_container > .frm_form_field {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, #customer_login > *, form.checkout.woocommerce-checkout > *, .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation > *, form .frm_form_fields .frm_fields_container > .frm_form_field > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1700px) {
  .grid .g-col-xxxl-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxxl-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxxl-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxxl-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxxl-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxxl-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxxl-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxxl-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxxl-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxxl-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxxl-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxxl-12, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-col-xxxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxxl-1, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxxl-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxxl-3, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxxl-4, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxxl-5, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxxl-6, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxxl-7, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxxl-8, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxxl-9, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxxl-10, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxxl-11, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr .g-start-xxxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3, form .frm_form_fields .frm_fields_container > .frm_form_field label {
  flex: 0 0 auto;
  width: 25%;
}

.col-4, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5, .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation dt {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7, .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation dd {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9, form .frm_form_fields .frm_fields_container > .frm_form_field input,
form .frm_form_fields .frm_fields_container > .frm_form_field textarea {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, .woocommerce-cart-form.addify-quote-form .quote-fields, form.checkout.woocommerce-checkout .checkout-order-table, form.checkout.woocommerce-checkout .checkout-customer-details, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rednaoLabel, .single-product div.product div.summary, .single-product div.product div.images.woocommerce-product-gallery, form .frm_form_fields .frm_fields_container .frm_submit {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0, form .frm_form_fields .frm_fields_container > .frm_form_field,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0, form .frm_form_fields .frm_fields_container > .frm_form_field,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput .rednaoLabel, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rednaoLabel {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5, .footer-menu.footer-services-menu ul li {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput input, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .woocommerce-cart-form.addify-quote-form .quote-fields th, form.checkout.woocommerce-checkout .checkout-order-table, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput .rednaoLabel, .footer-menu.footer-services-menu ul li, .mega-menu-container .mega-menu-container.show li.three-cols .dropdown-submenu > ul > li, .mega-menu-container .mega-menu-container.show li.two-cols {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6, #customer_login .col-1,
  #customer_login .col-2, .single-product div.product div.summary, .single-product div.product div.images.woocommerce-product-gallery, .footer-menu.footer-shopping-menu ul li, .mega-menu-container .mega-menu-container.show li.two-cols .dropdown-submenu > ul > li {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .woocommerce-cart-form.addify-quote-form .quote-fields td, form.checkout.woocommerce-checkout .checkout-customer-details, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput input {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12, .mega-menu-container .mega-menu-container.show li.three-cols .dropdown-submenu, .mega-menu-container .mega-menu-container.show li.three-cols, .mega-menu-container .mega-menu-container.show li.two-cols .dropdown-submenu, .mega-menu-container .mega-menu-container.show > ul, .mega-menu-container .mega-menu-container.show {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput .rednaoLabel {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput .rednaoLabel {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 6rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cce8f2;
  --bs-table-border-color: #a3bac2;
  --bs-table-striped-bg: #c2dce6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d1da;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd7e0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #ffeacc;
  --bs-table-border-color: #ccbba3;
  --bs-table-striped-bg: #f2dec2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d3b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd8bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1699.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input, .single-product-container .product .wc-pao-addon-container input[type=checkbox], .single-product-container .product .wc-pao-addon-container .input-text, .single-product-container .product .woo-product-quantity-input .quantity input, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox]), .woocommerce-MyAccount-content form input[type=text],
.woocommerce-MyAccount-content form input[type=email],
.woocommerce-MyAccount-content form input[type=tel],
.woocommerce-MyAccount-content form input[type=password],
.woocommerce-MyAccount-content form textarea,
.woocommerce-MyAccount-content form select, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection, #customer_login form input[type=text],
#customer_login form input[type=email],
#customer_login form input[type=tel],
#customer_login form input[type=password],
#customer_login form textarea,
#customer_login form select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio] {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input, .single-product-container .product .wc-pao-addon-container input[type=checkbox], .single-product-container .product .wc-pao-addon-container .input-text, .single-product-container .product .woo-product-quantity-input .quantity input, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox]), .woocommerce-MyAccount-content form input[type=text],
  .woocommerce-MyAccount-content form input[type=email],
  .woocommerce-MyAccount-content form input[type=tel],
  .woocommerce-MyAccount-content form input[type=password],
  .woocommerce-MyAccount-content form textarea,
  .woocommerce-MyAccount-content form select, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection, #customer_login form input[type=text],
  #customer_login form input[type=email],
  #customer_login form input[type=tel],
  #customer_login form input[type=password],
  #customer_login form textarea,
  #customer_login form select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text],
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email],
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel],
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password],
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio],
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input,
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio],
  .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox],
  .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio] {
    transition: none;
  }
}
.form-control[type=file], .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input[type=file], .single-product-container .product .wc-pao-addon-container input[type=file][type=checkbox], .single-product-container .product .wc-pao-addon-container [type=file].input-text, .single-product-container .product .woo-product-quantity-input .quantity input[type=file], .woocommerce-cart-form.addify-quote-form .quote-fields td textarea[type=file], .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=file][type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=file]:not([type=checkbox]), .woocommerce-MyAccount-content form input[type=file][type=text],
.woocommerce-MyAccount-content form input[type=file][type=email],
.woocommerce-MyAccount-content form input[type=file][type=tel],
.woocommerce-MyAccount-content form input[type=file][type=password],
.woocommerce-MyAccount-content form textarea[type=file],
.woocommerce-MyAccount-content form select[type=file], #customer_login .woocommerce-input-wrapper > .select2-container [type=file].select2-selection, #customer_login form input[type=file][type=text],
#customer_login form input[type=file][type=email],
#customer_login form input[type=file][type=tel],
#customer_login form input[type=file][type=password],
#customer_login form textarea[type=file],
#customer_login form select[type=file], form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container [type=file].select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea[type=file],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select[type=file], .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input[type=file], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=file],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=file], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=file][type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=file][type=radio] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input[type=file]:not(:disabled):not([readonly]), .single-product-container .product .wc-pao-addon-container input[type=file][type=checkbox]:not(:disabled):not([readonly]), .single-product-container .product .wc-pao-addon-container [type=file].input-text:not(:disabled):not([readonly]), .single-product-container .product .woo-product-quantity-input .quantity input[type=file]:not(:disabled):not([readonly]), .woocommerce-cart-form.addify-quote-form .quote-fields td textarea[type=file]:not(:disabled):not([readonly]), .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=file][type=checkbox]:not(:disabled):not([readonly]), .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=file]:not(:disabled):not([readonly]):not([type=checkbox]), .woocommerce-MyAccount-content form input[type=file][type=text]:not(:disabled):not([readonly]),
.woocommerce-MyAccount-content form input[type=file][type=email]:not(:disabled):not([readonly]),
.woocommerce-MyAccount-content form input[type=file][type=tel]:not(:disabled):not([readonly]),
.woocommerce-MyAccount-content form input[type=file][type=password]:not(:disabled):not([readonly]),
.woocommerce-MyAccount-content form textarea[type=file]:not(:disabled):not([readonly]),
.woocommerce-MyAccount-content form select[type=file]:not(:disabled):not([readonly]), #customer_login .woocommerce-input-wrapper > .select2-container [type=file].select2-selection:not(:disabled):not([readonly]), #customer_login form input[type=file][type=text]:not(:disabled):not([readonly]),
#customer_login form input[type=file][type=email]:not(:disabled):not([readonly]),
#customer_login form input[type=file][type=tel]:not(:disabled):not([readonly]),
#customer_login form input[type=file][type=password]:not(:disabled):not([readonly]),
#customer_login form textarea[type=file]:not(:disabled):not([readonly]),
#customer_login form select[type=file]:not(:disabled):not([readonly]), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container [type=file].select2-selection:not(:disabled):not([readonly]), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=text]:not(:disabled):not([readonly]),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=email]:not(:disabled):not([readonly]),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=tel]:not(:disabled):not([readonly]),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=file][type=password]:not(:disabled):not([readonly]),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea[type=file]:not(:disabled):not([readonly]),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select[type=file]:not(:disabled):not([readonly]), .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input[type=file]:not(:disabled):not([readonly]), .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=file]:not(:disabled):not([readonly]),
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=file]:not(:disabled):not([readonly]), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=file][type=checkbox]:not(:disabled):not([readonly]), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=file][type=radio]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input:focus, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:focus, .single-product-container .product .wc-pao-addon-container .input-text:focus, .single-product-container .product .woo-product-quantity-input .quantity input:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td input:focus:not([type=checkbox]), .woocommerce-MyAccount-content form input[type=text]:focus,
.woocommerce-MyAccount-content form input[type=email]:focus,
.woocommerce-MyAccount-content form input[type=tel]:focus,
.woocommerce-MyAccount-content form input[type=password]:focus,
.woocommerce-MyAccount-content form textarea:focus,
.woocommerce-MyAccount-content form select:focus, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection:focus, #customer_login form input[type=text]:focus,
#customer_login form input[type=email]:focus,
#customer_login form input[type=tel]:focus,
#customer_login form input[type=password]:focus,
#customer_login form textarea:focus,
#customer_login form select:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #80c6df;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
}
.form-control::-webkit-date-and-time-value, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input::-webkit-date-and-time-value, .single-product-container .product .wc-pao-addon-container input[type=checkbox]::-webkit-date-and-time-value, .single-product-container .product .wc-pao-addon-container .input-text::-webkit-date-and-time-value, .single-product-container .product .woo-product-quantity-input .quantity input::-webkit-date-and-time-value, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea::-webkit-date-and-time-value, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]::-webkit-date-and-time-value, .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox])::-webkit-date-and-time-value, .woocommerce-MyAccount-content form input[type=text]::-webkit-date-and-time-value,
.woocommerce-MyAccount-content form input[type=email]::-webkit-date-and-time-value,
.woocommerce-MyAccount-content form input[type=tel]::-webkit-date-and-time-value,
.woocommerce-MyAccount-content form input[type=password]::-webkit-date-and-time-value,
.woocommerce-MyAccount-content form textarea::-webkit-date-and-time-value,
.woocommerce-MyAccount-content form select::-webkit-date-and-time-value, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection::-webkit-date-and-time-value, #customer_login form input[type=text]::-webkit-date-and-time-value,
#customer_login form input[type=email]::-webkit-date-and-time-value,
#customer_login form input[type=tel]::-webkit-date-and-time-value,
#customer_login form input[type=password]::-webkit-date-and-time-value,
#customer_login form textarea::-webkit-date-and-time-value,
#customer_login form select::-webkit-date-and-time-value, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection::-webkit-date-and-time-value, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::-webkit-date-and-time-value,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::-webkit-date-and-time-value,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::-webkit-date-and-time-value,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::-webkit-date-and-time-value,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::-webkit-date-and-time-value,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::-webkit-date-and-time-value, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input::-webkit-date-and-time-value, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]::-webkit-date-and-time-value, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]::-webkit-date-and-time-value,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]::-webkit-date-and-time-value,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]::-webkit-date-and-time-value, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input::-webkit-date-and-time-value,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea::-webkit-date-and-time-value, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]::-webkit-date-and-time-value, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]::-webkit-date-and-time-value,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox]::-webkit-date-and-time-value,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio]::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input::-webkit-datetime-edit, .single-product-container .product .wc-pao-addon-container input[type=checkbox]::-webkit-datetime-edit, .single-product-container .product .wc-pao-addon-container .input-text::-webkit-datetime-edit, .single-product-container .product .woo-product-quantity-input .quantity input::-webkit-datetime-edit, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea::-webkit-datetime-edit, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]::-webkit-datetime-edit, .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox])::-webkit-datetime-edit, .woocommerce-MyAccount-content form input[type=text]::-webkit-datetime-edit,
.woocommerce-MyAccount-content form input[type=email]::-webkit-datetime-edit,
.woocommerce-MyAccount-content form input[type=tel]::-webkit-datetime-edit,
.woocommerce-MyAccount-content form input[type=password]::-webkit-datetime-edit,
.woocommerce-MyAccount-content form textarea::-webkit-datetime-edit,
.woocommerce-MyAccount-content form select::-webkit-datetime-edit, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection::-webkit-datetime-edit, #customer_login form input[type=text]::-webkit-datetime-edit,
#customer_login form input[type=email]::-webkit-datetime-edit,
#customer_login form input[type=tel]::-webkit-datetime-edit,
#customer_login form input[type=password]::-webkit-datetime-edit,
#customer_login form textarea::-webkit-datetime-edit,
#customer_login form select::-webkit-datetime-edit, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection::-webkit-datetime-edit, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::-webkit-datetime-edit,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::-webkit-datetime-edit,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::-webkit-datetime-edit,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::-webkit-datetime-edit,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::-webkit-datetime-edit,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::-webkit-datetime-edit, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input::-webkit-datetime-edit, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]::-webkit-datetime-edit, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]::-webkit-datetime-edit,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]::-webkit-datetime-edit,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]::-webkit-datetime-edit, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input::-webkit-datetime-edit,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea::-webkit-datetime-edit, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]::-webkit-datetime-edit, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]::-webkit-datetime-edit,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox]::-webkit-datetime-edit,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio]::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input::-moz-placeholder, .single-product-container .product .wc-pao-addon-container input[type=checkbox]::-moz-placeholder, .single-product-container .product .wc-pao-addon-container .input-text::-moz-placeholder, .single-product-container .product .woo-product-quantity-input .quantity input::-moz-placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea::-moz-placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]::-moz-placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox])::-moz-placeholder, .woocommerce-MyAccount-content form input[type=text]::-moz-placeholder, .woocommerce-MyAccount-content form input[type=email]::-moz-placeholder, .woocommerce-MyAccount-content form input[type=tel]::-moz-placeholder, .woocommerce-MyAccount-content form input[type=password]::-moz-placeholder, .woocommerce-MyAccount-content form textarea::-moz-placeholder, .woocommerce-MyAccount-content form select::-moz-placeholder, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection::-moz-placeholder, #customer_login form input[type=text]::-moz-placeholder, #customer_login form input[type=email]::-moz-placeholder, #customer_login form input[type=tel]::-moz-placeholder, #customer_login form input[type=password]::-moz-placeholder, #customer_login form textarea::-moz-placeholder, #customer_login form select::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::-moz-placeholder, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio]::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input::placeholder, .single-product-container .product .wc-pao-addon-container input[type=checkbox]::placeholder, .single-product-container .product .wc-pao-addon-container .input-text::placeholder, .single-product-container .product .woo-product-quantity-input .quantity input::placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea::placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]::placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox])::placeholder, .woocommerce-MyAccount-content form input[type=text]::placeholder,
.woocommerce-MyAccount-content form input[type=email]::placeholder,
.woocommerce-MyAccount-content form input[type=tel]::placeholder,
.woocommerce-MyAccount-content form input[type=password]::placeholder,
.woocommerce-MyAccount-content form textarea::placeholder,
.woocommerce-MyAccount-content form select::placeholder, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection::placeholder, #customer_login form input[type=text]::placeholder,
#customer_login form input[type=email]::placeholder,
#customer_login form input[type=tel]::placeholder,
#customer_login form input[type=password]::placeholder,
#customer_login form textarea::placeholder,
#customer_login form select::placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection::placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::placeholder, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]::placeholder,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]::placeholder,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input::placeholder,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]::placeholder,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox]::placeholder,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio]::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input:disabled, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:disabled, .single-product-container .product .wc-pao-addon-container .input-text:disabled, .single-product-container .product .woo-product-quantity-input .quantity input:disabled, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:disabled, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]:disabled, .woocommerce-cart-form.addify-quote-form .quote-fields td input:disabled:not([type=checkbox]), .woocommerce-MyAccount-content form input[type=text]:disabled,
.woocommerce-MyAccount-content form input[type=email]:disabled,
.woocommerce-MyAccount-content form input[type=tel]:disabled,
.woocommerce-MyAccount-content form input[type=password]:disabled,
.woocommerce-MyAccount-content form textarea:disabled,
.woocommerce-MyAccount-content form select:disabled, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection:disabled, #customer_login form input[type=text]:disabled,
#customer_login form input[type=email]:disabled,
#customer_login form input[type=tel]:disabled,
#customer_login form input[type=password]:disabled,
#customer_login form textarea:disabled,
#customer_login form select:disabled, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection:disabled, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]:disabled,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]:disabled,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]:disabled,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]:disabled,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:disabled,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select:disabled, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:disabled,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input::file-selector-button, .single-product-container .product .wc-pao-addon-container input[type=checkbox]::file-selector-button, .single-product-container .product .wc-pao-addon-container .input-text::file-selector-button, .single-product-container .product .woo-product-quantity-input .quantity input::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox])::file-selector-button, .woocommerce-MyAccount-content form input[type=text]::file-selector-button,
.woocommerce-MyAccount-content form input[type=email]::file-selector-button,
.woocommerce-MyAccount-content form input[type=tel]::file-selector-button,
.woocommerce-MyAccount-content form input[type=password]::file-selector-button,
.woocommerce-MyAccount-content form textarea::file-selector-button,
.woocommerce-MyAccount-content form select::file-selector-button, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection::file-selector-button, #customer_login form input[type=text]::file-selector-button,
#customer_login form input[type=email]::file-selector-button,
#customer_login form input[type=tel]::file-selector-button,
#customer_login form input[type=password]::file-selector-button,
#customer_login form textarea::file-selector-button,
#customer_login form select::file-selector-button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection::file-selector-button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::file-selector-button, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]::file-selector-button,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]::file-selector-button,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input::file-selector-button,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]::file-selector-button,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox]::file-selector-button,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio]::file-selector-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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) {
  .form-control::file-selector-button, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input::file-selector-button, .single-product-container .product .wc-pao-addon-container input[type=checkbox]::file-selector-button, .single-product-container .product .wc-pao-addon-container .input-text::file-selector-button, .single-product-container .product .woo-product-quantity-input .quantity input::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox])::file-selector-button, .woocommerce-MyAccount-content form input[type=text]::file-selector-button,
  .woocommerce-MyAccount-content form input[type=email]::file-selector-button,
  .woocommerce-MyAccount-content form input[type=tel]::file-selector-button,
  .woocommerce-MyAccount-content form input[type=password]::file-selector-button,
  .woocommerce-MyAccount-content form textarea::file-selector-button,
  .woocommerce-MyAccount-content form select::file-selector-button, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection::file-selector-button, #customer_login form input[type=text]::file-selector-button,
  #customer_login form input[type=email]::file-selector-button,
  #customer_login form input[type=tel]::file-selector-button,
  #customer_login form input[type=password]::file-selector-button,
  #customer_login form textarea::file-selector-button,
  #customer_login form select::file-selector-button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection::file-selector-button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::file-selector-button,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::file-selector-button,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::file-selector-button,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::file-selector-button,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::file-selector-button,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::file-selector-button, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]::file-selector-button,
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]::file-selector-button,
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input::file-selector-button,
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]::file-selector-button,
  .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox]::file-selector-button,
  .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio]::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input:hover:not(:disabled):not([readonly])::file-selector-button, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:hover:not(:disabled):not([readonly])::file-selector-button, .single-product-container .product .wc-pao-addon-container .input-text:hover:not(:disabled):not([readonly])::file-selector-button, .single-product-container .product .woo-product-quantity-input .quantity input:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-cart-form.addify-quote-form .quote-fields td input:hover:not(:disabled):not([readonly]):not([type=checkbox])::file-selector-button, .woocommerce-MyAccount-content form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-MyAccount-content form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-MyAccount-content form input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-MyAccount-content form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-MyAccount-content form textarea:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-MyAccount-content form select:hover:not(:disabled):not([readonly])::file-selector-button, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection:hover:not(:disabled):not([readonly])::file-selector-button, #customer_login form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
#customer_login form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
#customer_login form input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
#customer_login form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
#customer_login form textarea:hover:not(:disabled):not([readonly])::file-selector-button,
#customer_login form select:hover:not(:disabled):not([readonly])::file-selector-button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection:hover:not(:disabled):not([readonly])::file-selector-button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:hover:not(:disabled):not([readonly])::file-selector-button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input:hover:not(:disabled):not([readonly])::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:hover:not(:disabled):not([readonly])::file-selector-button,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:hover:not(:disabled):not([readonly])::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:hover:not(:disabled):not([readonly])::file-selector-button, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, .single-product-container .product .wc-pao-addon-container textarea.input-text, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea,
.woocommerce-MyAccount-content form textarea, #customer_login .woocommerce-input-wrapper > .select2-container textarea.select2-selection,
#customer_login form textarea, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container textarea.select2-selection,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea {
  min-height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select, .single-product-container .product .wc-pao-addon-container select, .single-product-container .product .variations .variations-attribute-options select, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select, .single-product-container .product .wc-pao-addon-container select, .single-product-container .product .variations .variations-attribute-options select, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select {
    transition: none;
  }
}
.form-select:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:focus, .single-product-container .product .wc-pao-addon-container select:focus, .single-product-container .product .variations .variations-attribute-options select:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:focus {
  border-color: #80c6df;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
}
.form-select[multiple], .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select[multiple], .single-product-container .product .wc-pao-addon-container select[multiple], .single-product-container .product .variations .variations-attribute-options select[multiple], .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select[multiple], .form-select[size]:not([size="1"]), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select[size]:not([size="1"]), .single-product-container .product .wc-pao-addon-container select[size]:not([size="1"]), .single-product-container .product .variations .variations-attribute-options select[size]:not([size="1"]), .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:disabled, .single-product-container .product .wc-pao-addon-container select:disabled, .single-product-container .product .variations .variations-attribute-options select:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:-moz-focusring, .single-product-container .product .wc-pao-addon-container select:-moz-focusring, .single-product-container .product .variations .variations-attribute-options select:-moz-focusring, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select, [data-bs-theme=dark] .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field [data-bs-theme=dark] select, [data-bs-theme=dark] .single-product-container .product .wc-pao-addon-container select, .single-product-container .product .wc-pao-addon-container [data-bs-theme=dark] select, [data-bs-theme=dark] .single-product-container .product .variations .variations-attribute-options select, .single-product-container .product .variations .variations-attribute-options [data-bs-theme=dark] select, [data-bs-theme=dark] .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select, .rednaoExtraProductForm > div .rednaoWooRow [data-bs-theme=dark] .rednaoControl > .rnTextFieldInput > select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check .single-product-container .product .wc-pao-addon-container input[type=checkbox], .single-product-container .product .wc-pao-addon-container .form-check input[type=checkbox], .form-check .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-check input[type=radio], .form-check form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-check input[type=radio], .form-check .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check input[type=checkbox], .form-check .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check input[type=radio],
.form-check .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check textarea[type=checkbox],
.form-check .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check textarea[type=radio], .form-check .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check input[type=checkbox], .form-check .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check input[type=radio] {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input, .form-check-reverse .single-product-container .product .wc-pao-addon-container input[type=checkbox], .single-product-container .product .wc-pao-addon-container .form-check-reverse input[type=checkbox], .form-check-reverse .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-check-reverse input[type=radio], .form-check-reverse form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-check-reverse input[type=radio], .form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-reverse input[type=checkbox], .form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-reverse input[type=radio],
.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-reverse textarea[type=checkbox],
.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-reverse textarea[type=radio], .form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check-reverse input[type=checkbox], .form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check-reverse input[type=radio] {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input, .single-product-container .product .wc-pao-addon-container input[type=checkbox], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox], .single-product-container .product .wc-pao-addon-container input[type=checkbox], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=checkbox][type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=checkbox][type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], .single-product-container .product .wc-pao-addon-container input[type=radio][type=checkbox], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:active, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:active, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:active, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:active, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:active,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:active,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:active, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:active, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:active {
  filter: brightness(90%);
}
.form-check-input:focus, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:focus, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:focus, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:focus {
  border-color: #80c6df;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
}
.form-check-input:checked, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:checked, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:checked, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:checked {
  background-color: #008cbf;
  border-color: #008cbf;
}
.form-check-input:checked[type=checkbox], .single-product-container .product .wc-pao-addon-container input:checked[type=checkbox], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:checked[type=checkbox], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:checked[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:checked[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:checked[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .single-product-container .product .wc-pao-addon-container input[type=checkbox]:checked[type=radio], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input:checked[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input:checked[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:checked[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:checked[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input:checked[type=radio] {
  --bs-form-check-bg-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");
}
.form-check-input[type=checkbox]:indeterminate, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:indeterminate, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=checkbox][type=radio]:indeterminate, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=checkbox][type=radio]:indeterminate, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:indeterminate,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:indeterminate, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:indeterminate {
  background-color: #008cbf;
  border-color: #008cbf;
  --bs-form-check-bg-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");
}
.form-check-input:disabled, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:disabled, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:disabled, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:disabled,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:disabled,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:disabled, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .single-product-container .product .wc-pao-addon-container input[disabled][type=checkbox] ~ .form-check-label, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[disabled][type=radio] ~ .form-check-label, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[disabled][type=radio] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[disabled][type=checkbox] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[disabled][type=radio] ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[disabled][type=checkbox] ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[disabled][type=radio] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[disabled][type=checkbox] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[disabled][type=radio] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, .single-product-container .product .wc-pao-addon-container input[type=checkbox]:disabled ~ .form-check-label, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:disabled ~ .form-check-label, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:disabled ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:disabled ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:disabled ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:disabled ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:disabled ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:disabled ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch .single-product-container .product .wc-pao-addon-container input[type=checkbox], .single-product-container .product .wc-pao-addon-container .form-switch input[type=checkbox], .form-switch .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio], .form-switch form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=checkbox], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=radio],
.form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=checkbox],
.form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=radio], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=checkbox], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=radio] {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch .single-product-container .product .wc-pao-addon-container input[type=checkbox], .single-product-container .product .wc-pao-addon-container .form-switch input[type=checkbox], .form-switch .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio], .form-switch form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=checkbox], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=radio],
  .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=checkbox],
  .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio],
  .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=radio], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=checkbox], .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=radio] {
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .single-product-container .product .wc-pao-addon-container input[type=checkbox]:focus, .single-product-container .product .wc-pao-addon-container .form-switch input[type=checkbox]:focus, .form-switch .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:focus, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio]:focus, .form-switch form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:focus, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio]:focus, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=checkbox]:focus, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=radio]:focus,
.form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=checkbox]:focus,
.form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=radio]:focus, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=checkbox]:focus, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=radio]:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380c6df'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch .single-product-container .product .wc-pao-addon-container input[type=checkbox]:checked, .single-product-container .product .wc-pao-addon-container .form-switch input[type=checkbox]:checked, .form-switch .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:checked, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio]:checked, .form-switch form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:checked, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-switch input[type=radio]:checked, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=checkbox]:checked, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch input[type=radio]:checked,
.form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=checkbox]:checked,
.form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch textarea[type=radio]:checked, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=checkbox]:checked, .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch input[type=radio]:checked {
  background-position: right center;
  --bs-form-switch-bg: 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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input, .form-switch.form-check-reverse .single-product-container .product .wc-pao-addon-container input[type=checkbox], .single-product-container .product .wc-pao-addon-container .form-switch.form-check-reverse input[type=checkbox], .form-switch.form-check-reverse .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-switch.form-check-reverse input[type=radio], .form-switch.form-check-reverse form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-switch.form-check-reverse input[type=radio], .form-switch.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch.form-check-reverse input[type=checkbox], .form-switch.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch.form-check-reverse input[type=radio],
.form-switch.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch.form-check-reverse textarea[type=checkbox],
.form-switch.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-switch.form-check-reverse textarea[type=radio], .form-switch.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch.form-check-reverse input[type=checkbox], .form-switch.form-check-reverse .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-switch.form-check-reverse input[type=radio] {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .woocommerce-info .btn-check[disabled] + .woocommerce-Button, .woocommerce-MyAccount-content .btn-check[disabled] + a.button, .woocommerce-MyAccount-content form .btn-check[disabled] + button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check[disabled] + button, #customer_login form .btn-check[disabled] + button[type=submit], .shop-filters .widget_price_filter .btn-check[disabled] + button, form.checkout.woocommerce-checkout #payment .place-order > .btn-check[disabled] + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check[disabled] + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > .btn-check[disabled] + button, .woocommerce-form-coupon .btn-check[disabled] + .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-check[disabled] + .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-check[disabled] + input, .rednaoExtraProductForm .btn-check[disabled] + .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-check[disabled] + .repeaterRemove, .single-product .summary form.cart .btn-check[disabled] + a.button, .single-product .summary form.cart .btn-check[disabled] + button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-check[disabled] + button, .wp-block-file .btn-check[disabled] + a.wp-block-file__button, .btn-check:disabled + .btn, .woocommerce-info .btn-check:disabled + .woocommerce-Button, .woocommerce-MyAccount-content .btn-check:disabled + a.button, .woocommerce-MyAccount-content form .btn-check:disabled + button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:disabled + button, #customer_login form .btn-check:disabled + button[type=submit], .shop-filters .widget_price_filter .btn-check:disabled + button, form.checkout.woocommerce-checkout #payment .place-order > .btn-check:disabled + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:disabled + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > .btn-check:disabled + button, .woocommerce-form-coupon .btn-check:disabled + .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-check:disabled + .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-check:disabled + input, .rednaoExtraProductForm .btn-check:disabled + .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-check:disabled + .repeaterRemove, .single-product .summary form.cart .btn-check:disabled + a.button, .single-product .summary form.cart .btn-check:disabled + button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-check:disabled + button, .wp-block-file .btn-check:disabled + a.wp-block-file__button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .single-product-container .product .wc-pao-addon-container input[type=checkbox]:not(:checked):not(:focus), .single-product-container .product .wc-pao-addon-container [data-bs-theme=dark] .form-switch input[type=checkbox]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:not(:checked):not(:focus), .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li [data-bs-theme=dark] .form-switch input[type=radio]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:not(:checked):not(:focus), form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li [data-bs-theme=dark] .form-switch input[type=radio]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:not(:checked):not(:focus), .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput [data-bs-theme=dark] .form-switch input[type=checkbox]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:not(:checked):not(:focus), .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput [data-bs-theme=dark] .form-switch input[type=radio]:not(:checked):not(:focus),
[data-bs-theme=dark] .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:not(:checked):not(:focus),
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput [data-bs-theme=dark] .form-switch textarea[type=checkbox]:not(:checked):not(:focus),
[data-bs-theme=dark] .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:not(:checked):not(:focus),
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput [data-bs-theme=dark] .form-switch textarea[type=radio]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:not(:checked):not(:focus), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div [data-bs-theme=dark] .form-switch input[type=checkbox]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:not(:checked):not(:focus), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div [data-bs-theme=dark] .form-switch input[type=radio]:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #008cbf;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3ddec;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #008cbf;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3ddec;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox], .single-product-container .product .wc-pao-addon-container .form-floating > .input-text, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not([type=checkbox]), .woocommerce-MyAccount-content form .form-floating > input[type=text],
.woocommerce-MyAccount-content form .form-floating > input[type=email],
.woocommerce-MyAccount-content form .form-floating > input[type=tel],
.woocommerce-MyAccount-content form .form-floating > input[type=password],
.woocommerce-MyAccount-content form .form-floating > textarea,
.woocommerce-MyAccount-content form .form-floating > select, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection, #customer_login form .form-floating > input[type=text],
#customer_login form .form-floating > input[type=email],
#customer_login form .form-floating > input[type=tel],
#customer_login form .form-floating > input[type=password],
#customer_login form .form-floating > textarea,
#customer_login form .form-floating > select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio],
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > select,
.single-product-container .product .wc-pao-addon-container .form-floating > select,
.single-product-container .product .variations .variations-attribute-options .form-floating > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.form-floating > select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox], .single-product-container .product .wc-pao-addon-container .form-floating > .input-text, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not([type=checkbox]), .woocommerce-MyAccount-content form .form-floating > input[type=text],
.woocommerce-MyAccount-content form .form-floating > input[type=email],
.woocommerce-MyAccount-content form .form-floating > input[type=tel],
.woocommerce-MyAccount-content form .form-floating > input[type=password],
.woocommerce-MyAccount-content form .form-floating > textarea,
.woocommerce-MyAccount-content form .form-floating > select, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection, #customer_login form .form-floating > input[type=text],
#customer_login form .form-floating > input[type=email],
#customer_login form .form-floating > input[type=tel],
#customer_login form .form-floating > input[type=password],
#customer_login form .form-floating > textarea,
#customer_login form .form-floating > select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio],
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input::-moz-placeholder, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]::-moz-placeholder, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text::-moz-placeholder, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input::-moz-placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea::-moz-placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]::-moz-placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not([type=checkbox])::-moz-placeholder, .woocommerce-MyAccount-content form .form-floating > input[type=text]::-moz-placeholder, .woocommerce-MyAccount-content form .form-floating > input[type=email]::-moz-placeholder, .woocommerce-MyAccount-content form .form-floating > input[type=tel]::-moz-placeholder, .woocommerce-MyAccount-content form .form-floating > input[type=password]::-moz-placeholder, .woocommerce-MyAccount-content form .form-floating > textarea::-moz-placeholder, .woocommerce-MyAccount-content form .form-floating > select::-moz-placeholder, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection::-moz-placeholder, #customer_login form .form-floating > input[type=text]::-moz-placeholder, #customer_login form .form-floating > input[type=email]::-moz-placeholder, #customer_login form .form-floating > input[type=tel]::-moz-placeholder, #customer_login form .form-floating > input[type=password]::-moz-placeholder, #customer_login form .form-floating > textarea::-moz-placeholder, #customer_login form .form-floating > select::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select::-moz-placeholder, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]::-moz-placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input::placeholder, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]::placeholder, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text::placeholder, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input::placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea::placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]::placeholder, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not([type=checkbox])::placeholder, .woocommerce-MyAccount-content form .form-floating > input[type=text]::placeholder,
.woocommerce-MyAccount-content form .form-floating > input[type=email]::placeholder,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]::placeholder,
.woocommerce-MyAccount-content form .form-floating > input[type=password]::placeholder,
.woocommerce-MyAccount-content form .form-floating > textarea::placeholder,
.woocommerce-MyAccount-content form .form-floating > select::placeholder, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection::placeholder, #customer_login form .form-floating > input[type=text]::placeholder,
#customer_login form .form-floating > input[type=email]::placeholder,
#customer_login form .form-floating > input[type=tel]::placeholder,
#customer_login form .form-floating > input[type=password]::placeholder,
#customer_login form .form-floating > textarea::placeholder,
#customer_login form .form-floating > select::placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection::placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select::placeholder, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input::placeholder,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]::placeholder, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:not(:-moz-placeholder-shown), .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown), .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:not(:-moz-placeholder-shown), .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:not(:-moz-placeholder-shown), .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:not(:-moz-placeholder-shown), .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown), .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not(:-moz-placeholder-shown):not([type=checkbox]), .woocommerce-MyAccount-content form .form-floating > input[type=text]:not(:-moz-placeholder-shown), .woocommerce-MyAccount-content form .form-floating > input[type=email]:not(:-moz-placeholder-shown), .woocommerce-MyAccount-content form .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .woocommerce-MyAccount-content form .form-floating > input[type=password]:not(:-moz-placeholder-shown), .woocommerce-MyAccount-content form .form-floating > textarea:not(:-moz-placeholder-shown), .woocommerce-MyAccount-content form .form-floating > select:not(:-moz-placeholder-shown), #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:-moz-placeholder-shown), #customer_login form .form-floating > input[type=text]:not(:-moz-placeholder-shown), #customer_login form .form-floating > input[type=email]:not(:-moz-placeholder-shown), #customer_login form .form-floating > input[type=tel]:not(:-moz-placeholder-shown), #customer_login form .form-floating > input[type=password]:not(:-moz-placeholder-shown), #customer_login form .form-floating > textarea:not(:-moz-placeholder-shown), #customer_login form .form-floating > select:not(:-moz-placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:-moz-placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:not(:-moz-placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:not(:-moz-placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:not(:-moz-placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:not(:-moz-placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:not(:-moz-placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:not(:-moz-placeholder-shown), .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:not(:-moz-placeholder-shown), .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:not(:-moz-placeholder-shown), .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:not(:-moz-placeholder-shown), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:focus, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:focus, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:focus, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:focus:not([type=checkbox]), .woocommerce-MyAccount-content form .form-floating > input[type=text]:focus,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:focus,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:focus,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:focus,
.woocommerce-MyAccount-content form .form-floating > textarea:focus,
.woocommerce-MyAccount-content form .form-floating > select:focus, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:focus, #customer_login form .form-floating > input[type=text]:focus,
#customer_login form .form-floating > input[type=email]:focus,
#customer_login form .form-floating > input[type=tel]:focus,
#customer_login form .form-floating > input[type=password]:focus,
#customer_login form .form-floating > textarea:focus,
#customer_login form .form-floating > select:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:focus, .form-floating > .form-control:not(:placeholder-shown), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:not(:placeholder-shown), .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:not(:placeholder-shown), .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:not(:placeholder-shown), .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:not(:placeholder-shown), .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:not(:placeholder-shown), .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:not(:placeholder-shown), .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not(:placeholder-shown):not([type=checkbox]), .woocommerce-MyAccount-content form .form-floating > input[type=text]:not(:placeholder-shown),
.woocommerce-MyAccount-content form .form-floating > input[type=email]:not(:placeholder-shown),
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:not(:placeholder-shown),
.woocommerce-MyAccount-content form .form-floating > input[type=password]:not(:placeholder-shown),
.woocommerce-MyAccount-content form .form-floating > textarea:not(:placeholder-shown),
.woocommerce-MyAccount-content form .form-floating > select:not(:placeholder-shown), #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:placeholder-shown), #customer_login form .form-floating > input[type=text]:not(:placeholder-shown),
#customer_login form .form-floating > input[type=email]:not(:placeholder-shown),
#customer_login form .form-floating > input[type=tel]:not(:placeholder-shown),
#customer_login form .form-floating > input[type=password]:not(:placeholder-shown),
#customer_login form .form-floating > textarea:not(:placeholder-shown),
#customer_login form .form-floating > select:not(:placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:placeholder-shown), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:not(:placeholder-shown),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:not(:placeholder-shown),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:not(:placeholder-shown),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:not(:placeholder-shown),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:not(:placeholder-shown),
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:not(:placeholder-shown), .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:not(:placeholder-shown), .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:not(:placeholder-shown),
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:not(:placeholder-shown), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:not(:placeholder-shown), .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:-webkit-autofill, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:-webkit-autofill, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:-webkit-autofill, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:-webkit-autofill, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:-webkit-autofill, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:-webkit-autofill, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:-webkit-autofill:not([type=checkbox]), .woocommerce-MyAccount-content form .form-floating > input[type=text]:-webkit-autofill,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:-webkit-autofill,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:-webkit-autofill,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:-webkit-autofill,
.woocommerce-MyAccount-content form .form-floating > textarea:-webkit-autofill,
.woocommerce-MyAccount-content form .form-floating > select:-webkit-autofill, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:-webkit-autofill, #customer_login form .form-floating > input[type=text]:-webkit-autofill,
#customer_login form .form-floating > input[type=email]:-webkit-autofill,
#customer_login form .form-floating > input[type=tel]:-webkit-autofill,
#customer_login form .form-floating > input[type=password]:-webkit-autofill,
#customer_login form .form-floating > textarea:-webkit-autofill,
#customer_login form .form-floating > select:-webkit-autofill, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:-webkit-autofill, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:-webkit-autofill,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:-webkit-autofill,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:-webkit-autofill,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:-webkit-autofill,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:-webkit-autofill,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:-webkit-autofill, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:-webkit-autofill, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:-webkit-autofill,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:-webkit-autofill, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:-webkit-autofill, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > select, .single-product-container .product .wc-pao-addon-container .form-floating > select, .single-product-container .product .variations .variations-attribute-options .form-floating > select, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:not(:-moz-placeholder-shown) ~ label, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown) ~ label, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:not(:-moz-placeholder-shown) ~ label, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:not(:-moz-placeholder-shown) ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown) ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not(:-moz-placeholder-shown):not([type=checkbox]) ~ label, .woocommerce-MyAccount-content form .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .woocommerce-MyAccount-content form .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .woocommerce-MyAccount-content form .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .woocommerce-MyAccount-content form .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label, .woocommerce-MyAccount-content form .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, .woocommerce-MyAccount-content form .form-floating > select:not(:-moz-placeholder-shown) ~ label, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:-moz-placeholder-shown) ~ label, #customer_login form .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, #customer_login form .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, #customer_login form .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, #customer_login form .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label, #customer_login form .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, #customer_login form .form-floating > select:not(:-moz-placeholder-shown) ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:-moz-placeholder-shown) ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:not(:-moz-placeholder-shown) ~ label, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:not(:-moz-placeholder-shown) ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:not(:-moz-placeholder-shown) ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown) ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:focus ~ label, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:focus ~ label, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:focus ~ label, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:focus ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:focus ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:focus ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:focus:not([type=checkbox]) ~ label, .woocommerce-MyAccount-content form .form-floating > input[type=text]:focus ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:focus ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:focus ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:focus ~ label,
.woocommerce-MyAccount-content form .form-floating > textarea:focus ~ label,
.woocommerce-MyAccount-content form .form-floating > select:focus ~ label, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:focus ~ label, #customer_login form .form-floating > input[type=text]:focus ~ label,
#customer_login form .form-floating > input[type=email]:focus ~ label,
#customer_login form .form-floating > input[type=tel]:focus ~ label,
#customer_login form .form-floating > input[type=password]:focus ~ label,
#customer_login form .form-floating > textarea:focus ~ label,
#customer_login form .form-floating > select:focus ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:focus ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:focus ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:focus ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:focus ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:focus ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:focus ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:focus ~ label, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:focus ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:focus ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:focus ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:focus ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:not(:placeholder-shown) ~ label,
.single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:not(:placeholder-shown) ~ label,
.single-product-container .product .wc-pao-addon-container .form-floating > .input-text:not(:placeholder-shown) ~ label,
.single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:not(:placeholder-shown) ~ label,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:not(:placeholder-shown) ~ label,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:not(:placeholder-shown) ~ label,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not(:placeholder-shown):not([type=checkbox]) ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
.woocommerce-MyAccount-content form .form-floating > textarea:not(:placeholder-shown) ~ label,
.woocommerce-MyAccount-content form .form-floating > select:not(:placeholder-shown) ~ label,
#customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:placeholder-shown) ~ label,
#customer_login form .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
#customer_login form .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
#customer_login form .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
#customer_login form .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
#customer_login form .form-floating > textarea:not(:placeholder-shown) ~ label,
#customer_login form .form-floating > select:not(:placeholder-shown) ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:placeholder-shown) ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:not(:placeholder-shown) ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:not(:placeholder-shown) ~ label,
.woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:not(:placeholder-shown) ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:not(:placeholder-shown) ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:not(:placeholder-shown) ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:not(:placeholder-shown) ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > select ~ label,
.single-product-container .product .wc-pao-addon-container .form-floating > select ~ label,
.single-product-container .product .variations .variations-attribute-options .form-floating > select ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.form-floating > select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:not(:-moz-placeholder-shown) ~ label::after, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown) ~ label::after, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:not(:-moz-placeholder-shown) ~ label::after, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not(:-moz-placeholder-shown):not([type=checkbox]) ~ label::after, .woocommerce-MyAccount-content form .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-MyAccount-content form .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-MyAccount-content form .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-MyAccount-content form .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-MyAccount-content form .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-MyAccount-content form .form-floating > select:not(:-moz-placeholder-shown) ~ label::after, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:-moz-placeholder-shown) ~ label::after, #customer_login form .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label::after, #customer_login form .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label::after, #customer_login form .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label::after, #customer_login form .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label::after, #customer_login form .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after, #customer_login form .form-floating > select:not(:-moz-placeholder-shown) ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:-moz-placeholder-shown) ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:not(:-moz-placeholder-shown) ~ label::after, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:not(:-moz-placeholder-shown) ~ label::after, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:not(:-moz-placeholder-shown) ~ label::after, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:focus ~ label::after, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:focus ~ label::after, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:focus ~ label::after, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:focus ~ label::after, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:focus ~ label::after, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:focus ~ label::after, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:focus ~ label::after, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:focus:not([type=checkbox]) ~ label::after, .woocommerce-MyAccount-content form .form-floating > input[type=text]:focus ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:focus ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:focus ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:focus ~ label::after,
.woocommerce-MyAccount-content form .form-floating > textarea:focus ~ label::after,
.woocommerce-MyAccount-content form .form-floating > select:focus ~ label::after, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:focus ~ label::after, #customer_login form .form-floating > input[type=text]:focus ~ label::after,
#customer_login form .form-floating > input[type=email]:focus ~ label::after,
#customer_login form .form-floating > input[type=tel]:focus ~ label::after,
#customer_login form .form-floating > input[type=password]:focus ~ label::after,
#customer_login form .form-floating > textarea:focus ~ label::after,
#customer_login form .form-floating > select:focus ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:focus ~ label::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:focus ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:focus ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:focus ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:focus ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:focus ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:focus ~ label::after, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:focus ~ label::after, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:focus ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:focus ~ label::after, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:focus ~ label::after, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:not(:placeholder-shown) ~ label::after,
.single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:not(:placeholder-shown) ~ label::after,
.single-product-container .product .wc-pao-addon-container .form-floating > .input-text:not(:placeholder-shown) ~ label::after,
.single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:not(:placeholder-shown) ~ label::after,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:not(:placeholder-shown) ~ label::after,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:not(:placeholder-shown) ~ label::after,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:not(:placeholder-shown):not([type=checkbox]) ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=text]:not(:placeholder-shown) ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:not(:placeholder-shown) ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:not(:placeholder-shown) ~ label::after,
.woocommerce-MyAccount-content form .form-floating > textarea:not(:placeholder-shown) ~ label::after,
.woocommerce-MyAccount-content form .form-floating > select:not(:placeholder-shown) ~ label::after,
#customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:placeholder-shown) ~ label::after,
#customer_login form .form-floating > input[type=text]:not(:placeholder-shown) ~ label::after,
#customer_login form .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
#customer_login form .form-floating > input[type=tel]:not(:placeholder-shown) ~ label::after,
#customer_login form .form-floating > input[type=password]:not(:placeholder-shown) ~ label::after,
#customer_login form .form-floating > textarea:not(:placeholder-shown) ~ label::after,
#customer_login form .form-floating > select:not(:placeholder-shown) ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:not(:placeholder-shown) ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:not(:placeholder-shown) ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:not(:placeholder-shown) ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:not(:placeholder-shown) ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:not(:placeholder-shown) ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:not(:placeholder-shown) ~ label::after,
.woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:not(:placeholder-shown) ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:not(:placeholder-shown) ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:not(:placeholder-shown) ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:not(:placeholder-shown) ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > select ~ label::after,
.single-product-container .product .wc-pao-addon-container .form-floating > select ~ label::after,
.single-product-container .product .variations .variations-attribute-options .form-floating > select ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.form-floating > select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:-webkit-autofill ~ label, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:-webkit-autofill ~ label, .single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:-webkit-autofill ~ label, .single-product-container .product .wc-pao-addon-container .form-floating > .input-text:-webkit-autofill ~ label, .single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:-webkit-autofill ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:-webkit-autofill ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:-webkit-autofill ~ label, .woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:-webkit-autofill:not([type=checkbox]) ~ label, .woocommerce-MyAccount-content form .form-floating > input[type=text]:-webkit-autofill ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:-webkit-autofill ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:-webkit-autofill ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:-webkit-autofill ~ label,
.woocommerce-MyAccount-content form .form-floating > textarea:-webkit-autofill ~ label,
.woocommerce-MyAccount-content form .form-floating > select:-webkit-autofill ~ label, #customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:-webkit-autofill ~ label, #customer_login form .form-floating > input[type=text]:-webkit-autofill ~ label,
#customer_login form .form-floating > input[type=email]:-webkit-autofill ~ label,
#customer_login form .form-floating > input[type=tel]:-webkit-autofill ~ label,
#customer_login form .form-floating > input[type=password]:-webkit-autofill ~ label,
#customer_login form .form-floating > textarea:-webkit-autofill ~ label,
#customer_login form .form-floating > select:-webkit-autofill ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:-webkit-autofill ~ label, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:-webkit-autofill ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:-webkit-autofill ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:-webkit-autofill ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:-webkit-autofill ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:-webkit-autofill ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:-webkit-autofill ~ label, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:-webkit-autofill ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:-webkit-autofill ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:-webkit-autofill ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:-webkit-autofill ~ label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:disabled ~ label,
.single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:disabled ~ label,
.single-product-container .product .wc-pao-addon-container .form-floating > .input-text:disabled ~ label,
.single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:disabled ~ label,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:disabled ~ label,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:disabled ~ label,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:disabled:not([type=checkbox]) ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=text]:disabled ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:disabled ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:disabled ~ label,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:disabled ~ label,
.woocommerce-MyAccount-content form .form-floating > textarea:disabled ~ label,
.woocommerce-MyAccount-content form .form-floating > select:disabled ~ label,
#customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:disabled ~ label,
#customer_login form .form-floating > input[type=text]:disabled ~ label,
#customer_login form .form-floating > input[type=email]:disabled ~ label,
#customer_login form .form-floating > input[type=tel]:disabled ~ label,
#customer_login form .form-floating > input[type=password]:disabled ~ label,
#customer_login form .form-floating > textarea:disabled ~ label,
#customer_login form .form-floating > select:disabled ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:disabled ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:disabled ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:disabled ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:disabled ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:disabled ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:disabled ~ label,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:disabled ~ label,
.woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:disabled ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:disabled ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:disabled ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:disabled ~ label,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .form-floating > input:disabled ~ label::after,
.single-product-container .product .wc-pao-addon-container .form-floating > input[type=checkbox]:disabled ~ label::after,
.single-product-container .product .wc-pao-addon-container .form-floating > .input-text:disabled ~ label::after,
.single-product-container .product .woo-product-quantity-input .quantity .form-floating > input:disabled ~ label::after,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > textarea:disabled ~ label::after,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input[type=checkbox]:disabled ~ label::after,
.woocommerce-cart-form.addify-quote-form .quote-fields td .form-floating > input:disabled:not([type=checkbox]) ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=text]:disabled ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=email]:disabled ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=tel]:disabled ~ label::after,
.woocommerce-MyAccount-content form .form-floating > input[type=password]:disabled ~ label::after,
.woocommerce-MyAccount-content form .form-floating > textarea:disabled ~ label::after,
.woocommerce-MyAccount-content form .form-floating > select:disabled ~ label::after,
#customer_login .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:disabled ~ label::after,
#customer_login form .form-floating > input[type=text]:disabled ~ label::after,
#customer_login form .form-floating > input[type=email]:disabled ~ label::after,
#customer_login form .form-floating > input[type=tel]:disabled ~ label::after,
#customer_login form .form-floating > input[type=password]:disabled ~ label::after,
#customer_login form .form-floating > textarea:disabled ~ label::after,
#customer_login form .form-floating > select:disabled ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .form-floating > .select2-selection:disabled ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=text]:disabled ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=email]:disabled ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=tel]:disabled ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > input[type=password]:disabled ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > textarea:disabled ~ label::after,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .form-floating > select:disabled ~ label::after,
.woocommerce-cart .woocommerce .left-column .product-quantity .quantity .form-floating > input:disabled ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > input:disabled ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-floating > textarea:disabled ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=checkbox]:disabled ~ label::after,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-floating > input[type=radio]:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group, .single-product-container .product .woo-product-quantity-input .quantity {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > input, .single-product-container .product .wc-pao-addon-container .input-group > input[type=checkbox], .single-product-container .product .wc-pao-addon-container .input-group > .input-text, .single-product-container .product .woo-product-quantity-input .quantity .input-group > input, .single-product-container .product .woo-product-quantity-input .quantity > .form-control, .single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > input, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > input, .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .input-text, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .input-text, .single-product-container .product .woo-product-quantity-input .quantity > input, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > textarea, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox], .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input:not([type=checkbox]), .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input:not([type=checkbox]), .woocommerce-MyAccount-content form .input-group > input[type=text],
.woocommerce-MyAccount-content form .input-group > input[type=email],
.woocommerce-MyAccount-content form .input-group > input[type=tel],
.woocommerce-MyAccount-content form .input-group > input[type=password],
.woocommerce-MyAccount-content form .input-group > textarea,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > textarea,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > textarea,
.woocommerce-MyAccount-content form .input-group > select,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > select,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > select, #customer_login .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection, #customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection, #customer_login form .input-group > input[type=text], #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text], .single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=text],
#customer_login form .input-group > input[type=email],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=email],
#customer_login form .input-group > input[type=tel],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=tel],
#customer_login form .input-group > input[type=password],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=password],
#customer_login form .input-group > textarea,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > textarea,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > textarea,
#customer_login form .input-group > select,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > select,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=text], form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=text], .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=email],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=password],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > textarea,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > select,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > select,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group > input, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .single-product-container .product .woo-product-quantity-input .quantity > input, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .quantity > input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > input, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > textarea,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > textarea,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox], .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio], .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=radio],
.input-group > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > select,
.single-product-container .product .wc-pao-addon-container .input-group > select,
.single-product-container .product .woo-product-quantity-input .quantity > .form-select,
.single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > select,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > select,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > select,
.single-product-container .product .variations .variations-attribute-options .input-group > select,
.single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity > select,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group > select,
.rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.quantity > select,
.input-group > .form-floating,
.single-product-container .product .woo-product-quantity-input .quantity > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > input:focus, .single-product-container .product .wc-pao-addon-container .input-group > input[type=checkbox]:focus, .single-product-container .product .wc-pao-addon-container .input-group > .input-text:focus, .single-product-container .product .woo-product-quantity-input .quantity .input-group > input:focus, .single-product-container .product .woo-product-quantity-input .quantity > .form-control:focus, .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .input-text:focus, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .input-text:focus, .single-product-container .product .woo-product-quantity-input .quantity > input:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > textarea:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > textarea:focus, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > textarea:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input[type=checkbox]:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input:focus:not([type=checkbox]), .woocommerce-MyAccount-content form .input-group > input[type=text]:focus,
.woocommerce-MyAccount-content form .input-group > input[type=email]:focus,
.woocommerce-MyAccount-content form .input-group > input[type=tel]:focus,
.woocommerce-MyAccount-content form .input-group > input[type=password]:focus,
.woocommerce-MyAccount-content form .input-group > textarea:focus,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > textarea:focus,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > textarea:focus,
.woocommerce-MyAccount-content form .input-group > select:focus,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > select:focus,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > select:focus, #customer_login .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:focus, #customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:focus, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:focus, #customer_login form .input-group > input[type=text]:focus, #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:focus, .single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=text]:focus,
#customer_login form .input-group > input[type=email]:focus,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:focus,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=email]:focus,
#customer_login form .input-group > input[type=tel]:focus,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:focus,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=tel]:focus,
#customer_login form .input-group > input[type=password]:focus,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:focus,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=password]:focus,
#customer_login form .input-group > textarea:focus,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > textarea:focus,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > textarea:focus,
#customer_login form .input-group > select:focus,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > select:focus,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > select:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:focus, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=text]:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:focus, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=text]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=email]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:focus,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=email]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=tel]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:focus,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=tel]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=password]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:focus,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=password]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > textarea:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > textarea:focus,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > textarea:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > select:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > select:focus,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > select:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group > input:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .single-product-container .product .woo-product-quantity-input .quantity > input:focus, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .quantity > input:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > input:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > textarea:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > textarea:focus,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > textarea:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:focus, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio]:focus, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=radio]:focus,
.input-group > .form-select:focus,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > select:focus,
.single-product-container .product .wc-pao-addon-container .input-group > select:focus,
.single-product-container .product .woo-product-quantity-input .quantity > .form-select:focus,
.single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select:focus,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > select:focus,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > select:focus,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > select:focus,
.single-product-container .product .variations .variations-attribute-options .input-group > select:focus,
.single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity > select:focus,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity > select:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group > select:focus,
.rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select:focus,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.quantity > select:focus,
.input-group > .form-floating:focus-within,
.single-product-container .product .woo-product-quantity-input .quantity > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .single-product-container .product .woo-product-quantity-input .quantity .btn, .input-group .woocommerce-info .woocommerce-Button, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-info .woocommerce-Button, .woocommerce-info .input-group .woocommerce-Button, .woocommerce-info .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-Button, .single-product-container .product .woo-product-quantity-input .woocommerce-info .quantity .woocommerce-Button, .input-group .woocommerce-MyAccount-content a.button, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content .input-group a.button, .woocommerce-MyAccount-content .single-product-container .product .woo-product-quantity-input .quantity a.button, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content .quantity a.button, .input-group .woocommerce-MyAccount-content form button, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-MyAccount-content form button, .woocommerce-MyAccount-content form .input-group button, .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity button, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity button, .input-group #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, .single-product-container .product .woo-product-quantity-input .quantity #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .input-group #crafty_shipping_button > button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product-container .product .woo-product-quantity-input .quantity #crafty_shipping_button > button, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .quantity #crafty_shipping_button > button, .input-group #customer_login form button[type=submit], .single-product-container .product .woo-product-quantity-input .quantity #customer_login form button[type=submit], #customer_login form .input-group button[type=submit], #customer_login form .single-product-container .product .woo-product-quantity-input .quantity button[type=submit], .single-product-container .product .woo-product-quantity-input #customer_login form .quantity button[type=submit], .input-group .shop-filters .widget_price_filter button, .single-product-container .product .woo-product-quantity-input .quantity .shop-filters .widget_price_filter button, .shop-filters .widget_price_filter .input-group button, .shop-filters .widget_price_filter .single-product-container .product .woo-product-quantity-input .quantity button, .single-product-container .product .woo-product-quantity-input .shop-filters .widget_price_filter .quantity button, .input-group form.checkout.woocommerce-checkout #payment .place-order > button, .single-product-container .product .woo-product-quantity-input .quantity form.checkout.woocommerce-checkout #payment .place-order > button, form.checkout.woocommerce-checkout #payment .input-group .place-order > button, form.checkout.woocommerce-checkout #payment .single-product-container .product .woo-product-quantity-input .quantity .place-order > button, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout #payment .quantity .place-order > button, .input-group form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, .single-product-container .product .woo-product-quantity-input .quantity form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .input-group #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product-container .product .woo-product-quantity-input .quantity #crafty_shipping_button > button, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .quantity #crafty_shipping_button > button, .input-group form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, .single-product-container .product .woo-product-quantity-input .quantity form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-group #crafty_billing_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .single-product-container .product .woo-product-quantity-input .quantity #crafty_billing_button > button, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .quantity #crafty_billing_button > button, .input-group .woocommerce-form-coupon .button, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-form-coupon .button, .woocommerce-form-coupon .input-group .button, .woocommerce-form-coupon .single-product-container .product .woo-product-quantity-input .quantity .button, .single-product-container .product .woo-product-quantity-input .woocommerce-form-coupon .quantity .button, .input-group .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .input-group .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .single-product-container .product .woo-product-quantity-input .quantity .wsc_share_cart, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .quantity .wsc_share_cart, .input-group .thp-inner-popup .thp-popup-button input, .single-product-container .product .woo-product-quantity-input .quantity .thp-inner-popup .thp-popup-button input, .thp-inner-popup .thp-popup-button .input-group input, .thp-inner-popup .thp-popup-button .single-product-container .product .woo-product-quantity-input .quantity input, .single-product-container .product .woo-product-quantity-input .thp-inner-popup .thp-popup-button .quantity input, .input-group .rednaoExtraProductForm .rnbtn[title=Add], .single-product-container .product .woo-product-quantity-input .quantity .rednaoExtraProductForm .rnbtn[title=Add], .rednaoExtraProductForm .input-group .rnbtn[title=Add], .rednaoExtraProductForm .single-product-container .product .woo-product-quantity-input .quantity .rnbtn[title=Add], .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm .quantity .rnbtn[title=Add], .input-group .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove, .single-product-container .product .woo-product-quantity-input .quantity .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .input-group .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .single-product-container .product .woo-product-quantity-input .quantity .repeaterRemove, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm .rnRepeaterItem .quantity .repeaterRemove, .input-group .single-product .summary form.cart a.button, .single-product-container .product .woo-product-quantity-input .quantity .single-product .summary form.cart a.button, .single-product .summary form.cart .input-group a.button, .single-product .summary form.cart .single-product-container .product .woo-product-quantity-input .quantity a.button, .single-product-container .product .woo-product-quantity-input .single-product .summary form.cart .quantity a.button, .input-group .single-product .summary form.cart button.button, .single-product-container .product .woo-product-quantity-input .quantity .single-product .summary form.cart button.button, .single-product .summary form.cart .input-group button.button, .single-product .summary form.cart .single-product-container .product .woo-product-quantity-input .quantity button.button, .single-product-container .product .woo-product-quantity-input .single-product .summary form.cart .quantity button.button, .input-group form .frm_form_fields .frm_fields_container .frm_submit button, .single-product-container .product .woo-product-quantity-input .quantity form .frm_form_fields .frm_fields_container .frm_submit button, form .frm_form_fields .frm_fields_container .frm_submit .input-group button, form .frm_form_fields .frm_fields_container .frm_submit .single-product-container .product .woo-product-quantity-input .quantity button, .single-product-container .product .woo-product-quantity-input form .frm_form_fields .frm_fields_container .frm_submit .quantity button, .input-group .wp-block-file a.wp-block-file__button, .single-product-container .product .woo-product-quantity-input .quantity .wp-block-file a.wp-block-file__button, .wp-block-file .input-group a.wp-block-file__button, .wp-block-file .single-product-container .product .woo-product-quantity-input .quantity a.wp-block-file__button, .single-product-container .product .woo-product-quantity-input .wp-block-file .quantity a.wp-block-file__button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .single-product-container .product .woo-product-quantity-input .quantity .btn:focus, .input-group .woocommerce-info .woocommerce-Button:focus, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-info .woocommerce-Button:focus, .woocommerce-info .input-group .woocommerce-Button:focus, .woocommerce-info .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-Button:focus, .single-product-container .product .woo-product-quantity-input .woocommerce-info .quantity .woocommerce-Button:focus, .input-group .woocommerce-MyAccount-content a.button:focus, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-MyAccount-content a.button:focus, .woocommerce-MyAccount-content .input-group a.button:focus, .woocommerce-MyAccount-content .single-product-container .product .woo-product-quantity-input .quantity a.button:focus, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content .quantity a.button:focus, .input-group .woocommerce-MyAccount-content form button:focus, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-MyAccount-content form button:focus, .woocommerce-MyAccount-content form .input-group button:focus, .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity button:focus, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity button:focus, .input-group #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:focus, .single-product-container .product .woo-product-quantity-input .quantity #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:focus, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .input-group #crafty_shipping_button > button:focus, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product-container .product .woo-product-quantity-input .quantity #crafty_shipping_button > button:focus, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .quantity #crafty_shipping_button > button:focus, .input-group #customer_login form button[type=submit]:focus, .single-product-container .product .woo-product-quantity-input .quantity #customer_login form button[type=submit]:focus, #customer_login form .input-group button[type=submit]:focus, #customer_login form .single-product-container .product .woo-product-quantity-input .quantity button[type=submit]:focus, .single-product-container .product .woo-product-quantity-input #customer_login form .quantity button[type=submit]:focus, .input-group .shop-filters .widget_price_filter button:focus, .single-product-container .product .woo-product-quantity-input .quantity .shop-filters .widget_price_filter button:focus, .shop-filters .widget_price_filter .input-group button:focus, .shop-filters .widget_price_filter .single-product-container .product .woo-product-quantity-input .quantity button:focus, .single-product-container .product .woo-product-quantity-input .shop-filters .widget_price_filter .quantity button:focus, .input-group form.checkout.woocommerce-checkout #payment .place-order > button:focus, .single-product-container .product .woo-product-quantity-input .quantity form.checkout.woocommerce-checkout #payment .place-order > button:focus, form.checkout.woocommerce-checkout #payment .input-group .place-order > button:focus, form.checkout.woocommerce-checkout #payment .single-product-container .product .woo-product-quantity-input .quantity .place-order > button:focus, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout #payment .quantity .place-order > button:focus, .input-group form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:focus, .single-product-container .product .woo-product-quantity-input .quantity form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .input-group #crafty_shipping_button > button:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product-container .product .woo-product-quantity-input .quantity #crafty_shipping_button > button:focus, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .quantity #crafty_shipping_button > button:focus, .input-group form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:focus, .single-product-container .product .woo-product-quantity-input .quantity form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-group #crafty_billing_button > button:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .single-product-container .product .woo-product-quantity-input .quantity #crafty_billing_button > button:focus, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .quantity #crafty_billing_button > button:focus, .input-group .woocommerce-form-coupon .button:focus, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-form-coupon .button:focus, .woocommerce-form-coupon .input-group .button:focus, .woocommerce-form-coupon .single-product-container .product .woo-product-quantity-input .quantity .button:focus, .single-product-container .product .woo-product-quantity-input .woocommerce-form-coupon .quantity .button:focus, .input-group .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:focus, .single-product-container .product .woo-product-quantity-input .quantity .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:focus, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .input-group .wsc_share_cart:focus, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .single-product-container .product .woo-product-quantity-input .quantity .wsc_share_cart:focus, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .quantity .wsc_share_cart:focus, .input-group .thp-inner-popup .thp-popup-button input:focus, .single-product-container .product .woo-product-quantity-input .quantity .thp-inner-popup .thp-popup-button input:focus, .thp-inner-popup .thp-popup-button .input-group input:focus, .thp-inner-popup .thp-popup-button .single-product-container .product .woo-product-quantity-input .quantity input:focus, .single-product-container .product .woo-product-quantity-input .thp-inner-popup .thp-popup-button .quantity input:focus, .input-group .rednaoExtraProductForm .rnbtn[title=Add]:focus, .single-product-container .product .woo-product-quantity-input .quantity .rednaoExtraProductForm .rnbtn[title=Add]:focus, .rednaoExtraProductForm .input-group .rnbtn[title=Add]:focus, .rednaoExtraProductForm .single-product-container .product .woo-product-quantity-input .quantity .rnbtn[title=Add]:focus, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm .quantity .rnbtn[title=Add]:focus, .input-group .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove:focus, .single-product-container .product .woo-product-quantity-input .quantity .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove:focus, .rednaoExtraProductForm .rnRepeaterItem .input-group .repeaterRemove:focus, .rednaoExtraProductForm .rnRepeaterItem .single-product-container .product .woo-product-quantity-input .quantity .repeaterRemove:focus, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm .rnRepeaterItem .quantity .repeaterRemove:focus, .input-group .single-product .summary form.cart a.button:focus, .single-product-container .product .woo-product-quantity-input .quantity .single-product .summary form.cart a.button:focus, .single-product .summary form.cart .input-group a.button:focus, .single-product .summary form.cart .single-product-container .product .woo-product-quantity-input .quantity a.button:focus, .single-product-container .product .woo-product-quantity-input .single-product .summary form.cart .quantity a.button:focus, .input-group .single-product .summary form.cart button.button:focus, .single-product-container .product .woo-product-quantity-input .quantity .single-product .summary form.cart button.button:focus, .single-product .summary form.cart .input-group button.button:focus, .single-product .summary form.cart .single-product-container .product .woo-product-quantity-input .quantity button.button:focus, .single-product-container .product .woo-product-quantity-input .single-product .summary form.cart .quantity button.button:focus, .input-group form .frm_form_fields .frm_fields_container .frm_submit button:focus, .single-product-container .product .woo-product-quantity-input .quantity form .frm_form_fields .frm_fields_container .frm_submit button:focus, form .frm_form_fields .frm_fields_container .frm_submit .input-group button:focus, form .frm_form_fields .frm_fields_container .frm_submit .single-product-container .product .woo-product-quantity-input .quantity button:focus, .single-product-container .product .woo-product-quantity-input form .frm_form_fields .frm_fields_container .frm_submit .quantity button:focus, .input-group .wp-block-file a.wp-block-file__button:focus, .single-product-container .product .woo-product-quantity-input .quantity .wp-block-file a.wp-block-file__button:focus, .wp-block-file .input-group a.wp-block-file__button:focus, .wp-block-file .single-product-container .product .woo-product-quantity-input .quantity a.wp-block-file__button:focus, .single-product-container .product .woo-product-quantity-input .wp-block-file .quantity a.wp-block-file__button:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
}

.input-group-lg > .form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group-lg > input, .single-product-container .product .wc-pao-addon-container .input-group-lg > input[type=checkbox], .single-product-container .product .wc-pao-addon-container .input-group-lg > .input-text, .single-product-container .product .woo-product-quantity-input .quantity .input-group-lg > input, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group-lg > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group-lg > input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group-lg > input:not([type=checkbox]), .woocommerce-MyAccount-content form .input-group-lg > input[type=text],
.woocommerce-MyAccount-content form .input-group-lg > input[type=email],
.woocommerce-MyAccount-content form .input-group-lg > input[type=tel],
.woocommerce-MyAccount-content form .input-group-lg > input[type=password],
.woocommerce-MyAccount-content form .input-group-lg > textarea,
.woocommerce-MyAccount-content form .input-group-lg > select, #customer_login .woocommerce-input-wrapper > .select2-container .input-group-lg > .select2-selection, #customer_login form .input-group-lg > input[type=text],
#customer_login form .input-group-lg > input[type=email],
#customer_login form .input-group-lg > input[type=tel],
#customer_login form .input-group-lg > input[type=password],
#customer_login form .input-group-lg > textarea,
#customer_login form .input-group-lg > select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group-lg > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-lg > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-lg > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-lg > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-lg > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-lg > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-lg > select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group-lg > input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group-lg > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group-lg > textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group-lg > input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group-lg > input[type=radio],
.input-group-lg > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group-lg > select,
.single-product-container .product .wc-pao-addon-container .input-group-lg > select,
.single-product-container .product .variations .variations-attribute-options .input-group-lg > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.woocommerce-info .input-group-lg > .woocommerce-Button,
.woocommerce-MyAccount-content .input-group-lg > a.button,
.woocommerce-MyAccount-content form .input-group-lg > button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.input-group-lg > button,
#customer_login form .input-group-lg > button[type=submit],
.shop-filters .widget_price_filter .input-group-lg > button,
form.checkout.woocommerce-checkout #payment .place-order.input-group-lg > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.input-group-lg > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.input-group-lg > button,
.woocommerce-form-coupon .input-group-lg > .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .input-group-lg > .wsc_share_cart,
.thp-inner-popup .thp-popup-button .input-group-lg > input,
.rednaoExtraProductForm .input-group-lg > .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .input-group-lg > .repeaterRemove,
.single-product .summary form.cart .input-group-lg > a.button,
.single-product .summary form.cart .input-group-lg > button.button,
form .frm_form_fields .frm_fields_container .frm_submit .input-group-lg > button,
.wp-block-file .input-group-lg > a.wp-block-file__button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group-sm > input, .single-product-container .product .wc-pao-addon-container .input-group-sm > input[type=checkbox], .single-product-container .product .wc-pao-addon-container .input-group-sm > .input-text, .single-product-container .product .woo-product-quantity-input .quantity .input-group-sm > input, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group-sm > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group-sm > input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group-sm > input:not([type=checkbox]), .woocommerce-MyAccount-content form .input-group-sm > input[type=text],
.woocommerce-MyAccount-content form .input-group-sm > input[type=email],
.woocommerce-MyAccount-content form .input-group-sm > input[type=tel],
.woocommerce-MyAccount-content form .input-group-sm > input[type=password],
.woocommerce-MyAccount-content form .input-group-sm > textarea,
.woocommerce-MyAccount-content form .input-group-sm > select, #customer_login .woocommerce-input-wrapper > .select2-container .input-group-sm > .select2-selection, #customer_login form .input-group-sm > input[type=text],
#customer_login form .input-group-sm > input[type=email],
#customer_login form .input-group-sm > input[type=tel],
#customer_login form .input-group-sm > input[type=password],
#customer_login form .input-group-sm > textarea,
#customer_login form .input-group-sm > select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group-sm > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-sm > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-sm > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-sm > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-sm > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-sm > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group-sm > select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group-sm > input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group-sm > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group-sm > textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group-sm > input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group-sm > input[type=radio],
.input-group-sm > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group-sm > select,
.single-product-container .product .wc-pao-addon-container .input-group-sm > select,
.single-product-container .product .variations .variations-attribute-options .input-group-sm > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.woocommerce-info .input-group-sm > .woocommerce-Button,
.woocommerce-MyAccount-content .input-group-sm > a.button,
.woocommerce-MyAccount-content form .input-group-sm > button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.input-group-sm > button,
#customer_login form .input-group-sm > button[type=submit],
.shop-filters .widget_price_filter .input-group-sm > button,
form.checkout.woocommerce-checkout #payment .place-order.input-group-sm > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.input-group-sm > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.input-group-sm > button,
.woocommerce-form-coupon .input-group-sm > .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .input-group-sm > .wsc_share_cart,
.thp-inner-popup .thp-popup-button .input-group-sm > input,
.rednaoExtraProductForm .input-group-sm > .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .input-group-sm > .repeaterRemove,
.single-product .summary form.cart .input-group-sm > a.button,
.single-product .summary form.cart .input-group-sm > button.button,
form .frm_form_fields .frm_fields_container .frm_submit .input-group-sm > button,
.wp-block-file .input-group-sm > a.wp-block-file__button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group-lg > select, .single-product-container .product .wc-pao-addon-container .input-group-lg > select, .single-product-container .product .variations .variations-attribute-options .input-group-lg > select, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group-lg > select,
.input-group-sm > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group-sm > select,
.single-product-container .product .wc-pao-addon-container .input-group-sm > select,
.single-product-container .product .variations .variations-attribute-options .input-group-sm > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group-sm > select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.single-product-container .product .wc-pao-addon-container .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=checkbox],
.single-product-container .product .wc-pao-addon-container .input-group:not(.has-validation) > .form-floating:not(:last-child) > .input-text,
.single-product-container .product .woo-product-quantity-input .quantity .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity:not(.has-validation) > .form-floating:not(:last-child) > .input-text,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > .input-text,
.single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input,
.woocommerce-cart-form.addify-quote-form .quote-fields td .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.woocommerce-cart-form.addify-quote-form .quote-fields td .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=checkbox],
.woocommerce-cart-form.addify-quote-form .quote-fields td .input-group:not(.has-validation) > .form-floating:not(:last-child) > input:not([type=checkbox]),
.woocommerce-MyAccount-content form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.woocommerce-MyAccount-content form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.woocommerce-MyAccount-content form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
.woocommerce-MyAccount-content form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
.woocommerce-MyAccount-content form .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.woocommerce-MyAccount-content form .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
#customer_login .woocommerce-input-wrapper > .select2-container .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
#customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
.single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .quantity:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
#customer_login form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
#customer_login form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
#customer_login form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
#customer_login form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
#customer_login form .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
#customer_login form .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=radio],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .wc-pao-addon-container .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .variations .variations-attribute-options .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity:not(.has-validation) > .form-floating:not(:last-child) > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl.input-group:not(.has-validation) > .rnTextFieldInput.form-floating:not(:last-child) > select,
.rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl.quantity:not(.has-validation) > .rnTextFieldInput.form-floating:not(:last-child) > select,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl.quantity:not(.has-validation) > .rnTextFieldInput.form-floating:not(:last-child) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .single-product-container .product .woo-product-quantity-input .has-validation.quantity > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.single-product-container .product .woo-product-quantity-input .has-validation.quantity > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.single-product-container .product .wc-pao-addon-container .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=checkbox],
.single-product-container .product .wc-pao-addon-container .input-group.has-validation > .form-floating:nth-last-child(n+3) > .input-text,
.single-product-container .product .woo-product-quantity-input .quantity .input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > .form-control,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .has-validation.quantity > .form-floating:nth-last-child(n+3) > .input-text,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > .input-text,
.single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input,
.woocommerce-cart-form.addify-quote-form .quote-fields td .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.woocommerce-cart-form.addify-quote-form .quote-fields td .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=checkbox],
.woocommerce-cart-form.addify-quote-form .quote-fields td .input-group.has-validation > .form-floating:nth-last-child(n+3) > input:not([type=checkbox]),
.woocommerce-MyAccount-content form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.woocommerce-MyAccount-content form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.woocommerce-MyAccount-content form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
.woocommerce-MyAccount-content form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=password],
.woocommerce-MyAccount-content form .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.woocommerce-MyAccount-content form .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
#customer_login .woocommerce-input-wrapper > .select2-container .input-group.has-validation > .form-floating:nth-last-child(n+3) > .select2-selection,
#customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > .select2-selection,
.single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .has-validation.quantity > .form-floating:nth-last-child(n+3) > .select2-selection,
#customer_login form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
#customer_login form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=text],
.single-product-container .product .woo-product-quantity-input #customer_login form .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=text],
#customer_login form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
#customer_login form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=email],
.single-product-container .product .woo-product-quantity-input #customer_login form .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=email],
#customer_login form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
#customer_login form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=tel],
.single-product-container .product .woo-product-quantity-input #customer_login form .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=tel],
#customer_login form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=password],
#customer_login form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=password],
.single-product-container .product .woo-product-quantity-input #customer_login form .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=password],
#customer_login form .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
#customer_login form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.single-product-container .product .woo-product-quantity-input #customer_login form .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
#customer_login form .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
#customer_login form .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woo-product-quantity-input #customer_login form .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group.has-validation > .form-floating:nth-last-child(n+3) > .select2-selection,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > .select2-selection,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .has-validation.quantity > .form-floating:nth-last-child(n+3) > .select2-selection,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=text],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=email],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=tel],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=password],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .has-validation.quantity > .form-floating:nth-last-child(n+3) > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .has-validation.quantity > .form-floating:nth-last-child(n+3) > textarea,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=radio],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .wc-pao-addon-container .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > .form-select,
.single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .variations .variations-attribute-options .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .has-validation.quantity > .form-floating:nth-last-child(n+3) > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl.input-group.has-validation > .rnTextFieldInput.form-floating:nth-last-child(n+3) > select,
.rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl.has-validation.quantity > .rnTextFieldInput.form-floating:nth-last-child(n+3) > select,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl.has-validation.quantity > .rnTextFieldInput.form-floating:nth-last-child(n+3) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .single-product-container .product .woo-product-quantity-input .quantity > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > .form-floating:not(:first-child) > input, .single-product-container .product .wc-pao-addon-container .input-group > .form-floating:not(:first-child) > input[type=checkbox], .single-product-container .product .wc-pao-addon-container .input-group > .form-floating:not(:first-child) > .input-text, .single-product-container .product .woo-product-quantity-input .quantity .input-group > .form-floating:not(:first-child) > input, .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > .form-control, .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .form-floating:not(:first-child) > .input-text, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > .input-text, .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > .form-floating:not(:first-child) > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > textarea, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > .form-floating:not(:first-child) > textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > .form-floating:not(:first-child) > input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > .form-floating:not(:first-child) > input:not([type=checkbox]), .woocommerce-MyAccount-content form .input-group > .form-floating:not(:first-child) > input[type=text],
.woocommerce-MyAccount-content form .input-group > .form-floating:not(:first-child) > input[type=email],
.woocommerce-MyAccount-content form .input-group > .form-floating:not(:first-child) > input[type=tel],
.woocommerce-MyAccount-content form .input-group > .form-floating:not(:first-child) > input[type=password],
.woocommerce-MyAccount-content form .input-group > .form-floating:not(:first-child) > textarea,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > textarea,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > .form-floating:not(:first-child) > textarea,
.woocommerce-MyAccount-content form .input-group > .form-floating:not(:first-child) > select,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > .form-floating:not(:first-child) > select, #customer_login .woocommerce-input-wrapper > .select2-container .input-group > .form-floating:not(:first-child) > .select2-selection, #customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > .select2-selection, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .quantity > .form-floating:not(:first-child) > .select2-selection, #customer_login form .input-group > .form-floating:not(:first-child) > input[type=text], #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=text], .single-product-container .product .woo-product-quantity-input #customer_login form .quantity > .form-floating:not(:first-child) > input[type=text],
#customer_login form .input-group > .form-floating:not(:first-child) > input[type=email],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=email],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > .form-floating:not(:first-child) > input[type=email],
#customer_login form .input-group > .form-floating:not(:first-child) > input[type=tel],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=tel],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > .form-floating:not(:first-child) > input[type=tel],
#customer_login form .input-group > .form-floating:not(:first-child) > input[type=password],
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=password],
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > .form-floating:not(:first-child) > input[type=password],
#customer_login form .input-group > .form-floating:not(:first-child) > textarea,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > textarea,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > .form-floating:not(:first-child) > textarea,
#customer_login form .input-group > .form-floating:not(:first-child) > select,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > .form-floating:not(:first-child) > select, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group > .form-floating:not(:first-child) > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > .select2-selection, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity > .form-floating:not(:first-child) > .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > .form-floating:not(:first-child) > input[type=text], form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=text], .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > .form-floating:not(:first-child) > input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > .form-floating:not(:first-child) > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=email],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > .form-floating:not(:first-child) > input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > .form-floating:not(:first-child) > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=tel],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > .form-floating:not(:first-child) > input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > .form-floating:not(:first-child) > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > input[type=password],
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > .form-floating:not(:first-child) > input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > .form-floating:not(:first-child) > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > textarea,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > .form-floating:not(:first-child) > textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > .form-floating:not(:first-child) > select,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > .form-floating:not(:first-child) > select, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group > .form-floating:not(:first-child) > input, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .quantity > .form-floating:not(:first-child) > input, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > .form-floating:not(:first-child) > input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > .form-floating:not(:first-child) > textarea,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > textarea,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > .form-floating:not(:first-child) > textarea, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > .form-floating:not(:first-child) > input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > .form-floating:not(:first-child) > input[type=radio],
.input-group > .form-floating:not(:first-child) > .form-select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > .form-floating:not(:first-child) > select,
.single-product-container .product .wc-pao-addon-container .input-group > .form-floating:not(:first-child) > select,
.single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > .form-select,
.single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .variations .variations-attribute-options .input-group > .form-floating:not(:first-child) > select,
.single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity > .form-floating:not(:first-child) > select,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity > .form-floating:not(:first-child) > select,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl.input-group > .rnTextFieldInput.form-floating:not(:first-child) > select,
.rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl.quantity > .rnTextFieldInput.form-floating:not(:first-child) > select,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl.quantity > .rnTextFieldInput.form-floating:not(:first-child) > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input:valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated input:valid, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:valid, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:valid, .was-validated .single-product-container .product .wc-pao-addon-container .input-text:valid, .single-product-container .product .wc-pao-addon-container .was-validated .input-text:valid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity input:valid, .single-product-container .product .woo-product-quantity-input .quantity .was-validated input:valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated textarea:valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]:valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input[type=checkbox]:valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input:valid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input:valid:not([type=checkbox]), .was-validated .woocommerce-MyAccount-content form input[type=text]:valid, .woocommerce-MyAccount-content form .was-validated input[type=text]:valid,
.was-validated .woocommerce-MyAccount-content form input[type=email]:valid,
.woocommerce-MyAccount-content form .was-validated input[type=email]:valid,
.was-validated .woocommerce-MyAccount-content form input[type=tel]:valid,
.woocommerce-MyAccount-content form .was-validated input[type=tel]:valid,
.was-validated .woocommerce-MyAccount-content form input[type=password]:valid,
.woocommerce-MyAccount-content form .was-validated input[type=password]:valid,
.was-validated .woocommerce-MyAccount-content form textarea:valid,
.woocommerce-MyAccount-content form .was-validated textarea:valid,
.was-validated .woocommerce-MyAccount-content form select:valid,
.woocommerce-MyAccount-content form .was-validated select:valid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection:valid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:valid, .was-validated #customer_login form input[type=text]:valid, #customer_login form .was-validated input[type=text]:valid,
.was-validated #customer_login form input[type=email]:valid,
#customer_login form .was-validated input[type=email]:valid,
.was-validated #customer_login form input[type=tel]:valid,
#customer_login form .was-validated input[type=tel]:valid,
.was-validated #customer_login form input[type=password]:valid,
#customer_login form .was-validated input[type=password]:valid,
.was-validated #customer_login form textarea:valid,
#customer_login form .was-validated textarea:valid,
.was-validated #customer_login form select:valid,
#customer_login form .was-validated select:valid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection:valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:valid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]:valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=text]:valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]:valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=email]:valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]:valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=tel]:valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]:valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=password]:valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated textarea:valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select:valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated select:valid, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input:valid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated input:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input:valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:valid, .form-control.is-valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input.is-valid, .single-product-container .product .wc-pao-addon-container input.is-valid[type=checkbox], .single-product-container .product .wc-pao-addon-container .is-valid.input-text, .single-product-container .product .woo-product-quantity-input .quantity input.is-valid, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea.is-valid, .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-valid[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-valid:not([type=checkbox]), .woocommerce-MyAccount-content form input.is-valid[type=text],
.woocommerce-MyAccount-content form input.is-valid[type=email],
.woocommerce-MyAccount-content form input.is-valid[type=tel],
.woocommerce-MyAccount-content form input.is-valid[type=password],
.woocommerce-MyAccount-content form textarea.is-valid,
.woocommerce-MyAccount-content form select.is-valid, #customer_login .woocommerce-input-wrapper > .select2-container .is-valid.select2-selection, #customer_login form input.is-valid[type=text],
#customer_login form input.is-valid[type=email],
#customer_login form input.is-valid[type=tel],
#customer_login form input.is-valid[type=password],
#customer_login form textarea.is-valid,
#customer_login form select.is-valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .is-valid.select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea.is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select.is-valid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input.is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=radio] {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.5rem);
  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.73.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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:valid:focus, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input:valid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated input:valid:focus, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:valid:focus, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:valid:focus, .was-validated .single-product-container .product .wc-pao-addon-container .input-text:valid:focus, .single-product-container .product .wc-pao-addon-container .was-validated .input-text:valid:focus, .was-validated .single-product-container .product .woo-product-quantity-input .quantity input:valid:focus, .single-product-container .product .woo-product-quantity-input .quantity .was-validated input:valid:focus, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:valid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated textarea:valid:focus, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]:valid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input[type=checkbox]:valid:focus, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input:valid:focus:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input:valid:focus:not([type=checkbox]), .was-validated .woocommerce-MyAccount-content form input[type=text]:valid:focus, .woocommerce-MyAccount-content form .was-validated input[type=text]:valid:focus,
.was-validated .woocommerce-MyAccount-content form input[type=email]:valid:focus,
.woocommerce-MyAccount-content form .was-validated input[type=email]:valid:focus,
.was-validated .woocommerce-MyAccount-content form input[type=tel]:valid:focus,
.woocommerce-MyAccount-content form .was-validated input[type=tel]:valid:focus,
.was-validated .woocommerce-MyAccount-content form input[type=password]:valid:focus,
.woocommerce-MyAccount-content form .was-validated input[type=password]:valid:focus,
.was-validated .woocommerce-MyAccount-content form textarea:valid:focus,
.woocommerce-MyAccount-content form .was-validated textarea:valid:focus,
.was-validated .woocommerce-MyAccount-content form select:valid:focus,
.woocommerce-MyAccount-content form .was-validated select:valid:focus, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection:valid:focus, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:valid:focus, .was-validated #customer_login form input[type=text]:valid:focus, #customer_login form .was-validated input[type=text]:valid:focus,
.was-validated #customer_login form input[type=email]:valid:focus,
#customer_login form .was-validated input[type=email]:valid:focus,
.was-validated #customer_login form input[type=tel]:valid:focus,
#customer_login form .was-validated input[type=tel]:valid:focus,
.was-validated #customer_login form input[type=password]:valid:focus,
#customer_login form .was-validated input[type=password]:valid:focus,
.was-validated #customer_login form textarea:valid:focus,
#customer_login form .was-validated textarea:valid:focus,
.was-validated #customer_login form select:valid:focus,
#customer_login form .was-validated select:valid:focus, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection:valid:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:valid:focus, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]:valid:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=text]:valid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]:valid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=email]:valid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]:valid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=tel]:valid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]:valid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=password]:valid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:valid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated textarea:valid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select:valid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated select:valid:focus, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input:valid:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated input:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input:valid:focus,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:valid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:valid:focus, .form-control.is-valid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input.is-valid:focus, .single-product-container .product .wc-pao-addon-container input.is-valid[type=checkbox]:focus, .single-product-container .product .wc-pao-addon-container .is-valid.input-text:focus, .single-product-container .product .woo-product-quantity-input .quantity input.is-valid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea.is-valid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-valid[type=checkbox]:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-valid:focus:not([type=checkbox]), .woocommerce-MyAccount-content form input.is-valid[type=text]:focus,
.woocommerce-MyAccount-content form input.is-valid[type=email]:focus,
.woocommerce-MyAccount-content form input.is-valid[type=tel]:focus,
.woocommerce-MyAccount-content form input.is-valid[type=password]:focus,
.woocommerce-MyAccount-content form textarea.is-valid:focus,
.woocommerce-MyAccount-content form select.is-valid:focus, #customer_login .woocommerce-input-wrapper > .select2-container .is-valid.select2-selection:focus, #customer_login form input.is-valid[type=text]:focus,
#customer_login form input.is-valid[type=email]:focus,
#customer_login form input.is-valid[type=tel]:focus,
#customer_login form input.is-valid[type=password]:focus,
#customer_login form textarea.is-valid:focus,
#customer_login form select.is-valid:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .is-valid.select2-selection:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=text]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=email]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=tel]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-valid[type=password]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea.is-valid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select.is-valid:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input.is-valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=radio]:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .single-product-container .product .wc-pao-addon-container textarea.input-text:valid, .single-product-container .product .wc-pao-addon-container .was-validated textarea.input-text:valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated textarea:valid,
.was-validated .woocommerce-MyAccount-content form textarea:valid,
.woocommerce-MyAccount-content form .was-validated textarea:valid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container textarea.select2-selection:valid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated textarea.select2-selection:valid,
.was-validated #customer_login form textarea:valid,
#customer_login form .was-validated textarea:valid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container textarea.select2-selection:valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated textarea.select2-selection:valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated textarea:valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea:valid, textarea.form-control.is-valid, .single-product-container .product .wc-pao-addon-container textarea.is-valid.input-text, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea.is-valid,
.woocommerce-MyAccount-content form textarea.is-valid, #customer_login .woocommerce-input-wrapper > .select2-container textarea.is-valid.select2-selection,
#customer_login form textarea.is-valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container textarea.is-valid.select2-selection,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea.is-valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .form-select:valid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:valid, .was-validated .single-product-container .product .wc-pao-addon-container select:valid, .single-product-container .product .wc-pao-addon-container .was-validated select:valid, .was-validated .single-product-container .product .variations .variations-attribute-options select:valid, .single-product-container .product .variations .variations-attribute-options .was-validated select:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:valid, .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:valid, .form-select.is-valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-valid, .single-product-container .product .wc-pao-addon-container select.is-valid, .single-product-container .product .variations .variations-attribute-options select.is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:valid:not([multiple]):not([size]), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:valid:not([multiple]):not([size]), .was-validated .single-product-container .product .wc-pao-addon-container select:valid:not([multiple]):not([size]), .single-product-container .product .wc-pao-addon-container .was-validated select:valid:not([multiple]):not([size]), .was-validated .single-product-container .product .variations .variations-attribute-options select:valid:not([multiple]):not([size]), .single-product-container .product .variations .variations-attribute-options .was-validated select:valid:not([multiple]):not([size]), .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:valid:not([multiple]):not([size]), .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:valid:not([multiple])[size="1"], .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:valid:not([multiple])[size="1"], .was-validated .single-product-container .product .wc-pao-addon-container select:valid:not([multiple])[size="1"], .single-product-container .product .wc-pao-addon-container .was-validated select:valid:not([multiple])[size="1"], .was-validated .single-product-container .product .variations .variations-attribute-options select:valid:not([multiple])[size="1"], .single-product-container .product .variations .variations-attribute-options .was-validated select:valid:not([multiple])[size="1"], .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:valid:not([multiple])[size="1"], .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-valid:not([multiple]):not([size]), .single-product-container .product .wc-pao-addon-container select.is-valid:not([multiple]):not([size]), .single-product-container .product .variations .variations-attribute-options select.is-valid:not([multiple]):not([size]), .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-valid:not([multiple])[size="1"], .single-product-container .product .wc-pao-addon-container select.is-valid:not([multiple])[size="1"], .single-product-container .product .variations .variations-attribute-options select.is-valid:not([multiple])[size="1"], .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:valid:focus, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:valid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:valid:focus, .was-validated .single-product-container .product .wc-pao-addon-container select:valid:focus, .single-product-container .product .wc-pao-addon-container .was-validated select:valid:focus, .was-validated .single-product-container .product .variations .variations-attribute-options select:valid:focus, .single-product-container .product .variations .variations-attribute-options .was-validated select:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:valid:focus, .form-select.is-valid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-valid:focus, .single-product-container .product .wc-pao-addon-container select.is-valid:focus, .single-product-container .product .variations .variations-attribute-options select.is-valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.5rem));
}

.was-validated .form-check-input:valid, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:valid, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:valid, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:valid, .form-check-input.is-valid, .single-product-container .product .wc-pao-addon-container input.is-valid[type=checkbox], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=radio] {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:valid:checked, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:valid:checked, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid:checked, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid:checked, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid:checked, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:valid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:valid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:valid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:valid:checked,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:valid:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:valid:checked,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:valid:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:valid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:valid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:valid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:valid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:valid:checked, .form-check-input.is-valid:checked, .single-product-container .product .wc-pao-addon-container input.is-valid[type=checkbox]:checked, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio]:checked, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=radio]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=checkbox]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=radio]:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:valid:focus, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:valid:focus, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid:focus, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid:focus, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid:focus, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:valid:focus,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:valid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:valid:focus,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:valid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:valid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:valid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:valid:focus, .form-check-input.is-valid:focus, .single-product-container .product .wc-pao-addon-container input.is-valid[type=checkbox]:focus, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio]:focus, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=radio]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=checkbox]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:valid ~ .form-check-label, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid ~ .form-check-label, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid ~ .form-check-label, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:valid ~ .form-check-label, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:valid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:valid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:valid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:valid ~ .form-check-label,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:valid ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:valid ~ .form-check-label,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:valid ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:valid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:valid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:valid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .single-product-container .product .wc-pao-addon-container input.is-valid[type=checkbox] ~ .form-check-label, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio] ~ .form-check-label, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-valid[type=radio] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=checkbox] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-valid[type=radio] ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=checkbox] ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-valid[type=radio] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=checkbox] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-valid[type=radio] ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .single-product-container .product .wc-pao-addon-container input[type=checkbox] ~ .valid-feedback, .single-product-container .product .wc-pao-addon-container .form-check-inline input[type=checkbox] ~ .valid-feedback, .form-check-inline .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio] ~ .valid-feedback, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-check-inline input[type=radio] ~ .valid-feedback, .form-check-inline form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio] ~ .valid-feedback, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-check-inline input[type=radio] ~ .valid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox] ~ .valid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline input[type=checkbox] ~ .valid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio] ~ .valid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline input[type=radio] ~ .valid-feedback,
.form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox] ~ .valid-feedback,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline textarea[type=checkbox] ~ .valid-feedback,
.form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio] ~ .valid-feedback,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline textarea[type=radio] ~ .valid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox] ~ .valid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check-inline input[type=checkbox] ~ .valid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio] ~ .valid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check-inline input[type=radio] ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > input:not(:focus):valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated .input-group > input:not(:focus):valid, .was-validated .single-product-container .product .wc-pao-addon-container .input-group > input[type=checkbox]:not(:focus):valid, .single-product-container .product .wc-pao-addon-container .was-validated .input-group > input[type=checkbox]:not(:focus):valid, .was-validated .single-product-container .product .wc-pao-addon-container .input-group > .input-text:not(:focus):valid, .single-product-container .product .wc-pao-addon-container .was-validated .input-group > .input-text:not(:focus):valid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity .input-group > input:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .quantity .was-validated .input-group > input:not(:focus):valid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity > .form-control:not(:focus):valid, .was-validated .single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > input:not(:focus):valid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > input:not(:focus):valid, .was-validated .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > input[type=checkbox]:not(:focus):valid, .was-validated .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):valid, .was-validated .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .input-text:not(:focus):valid, .was-validated .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .input-text:not(:focus):valid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .quantity > .form-control:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > input:not(:focus):valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .was-validated .quantity > input:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .wc-pao-addon-container .quantity > input[type=checkbox]:not(:focus):valid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .was-validated .quantity > input[type=checkbox]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .wc-pao-addon-container .quantity > .input-text:not(:focus):valid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .was-validated .quantity > .input-text:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .quantity > input:not(:focus):valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > textarea:not(:focus):valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > textarea:not(:focus):valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .input-group > textarea:not(:focus):valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .quantity > textarea:not(:focus):valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input[type=checkbox]:not(:focus):valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input[type=checkbox]:not(:focus):valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .input-group > input[type=checkbox]:not(:focus):valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .quantity > input[type=checkbox]:not(:focus):valid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input:not(:focus):valid:not([type=checkbox]), .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):valid:not([type=checkbox]), .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input:not(:focus):valid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .input-group > input:not(:focus):valid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):valid:not([type=checkbox]), .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .quantity > input:not(:focus):valid:not([type=checkbox]), .was-validated .woocommerce-MyAccount-content form .input-group > input[type=text]:not(:focus):valid, .was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=text]:not(:focus):valid, .woocommerce-MyAccount-content form .was-validated .input-group > input[type=text]:not(:focus):valid, .woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=text]:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .input-group > input[type=email]:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=email]:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .input-group > input[type=email]:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=email]:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .input-group > input[type=tel]:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=tel]:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .input-group > input[type=tel]:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=tel]:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .input-group > input[type=password]:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=password]:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .input-group > input[type=password]:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=password]:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .input-group > textarea:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > textarea:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .input-group > textarea:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > textarea:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .input-group > select:not(:focus):valid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > select:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .input-group > select:not(:focus):valid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > select:not(:focus):valid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus):valid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus):valid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .input-group > .select2-selection:not(:focus):valid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):valid, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .quantity > .select2-selection:not(:focus):valid, .was-validated #customer_login form .input-group > input[type=text]:not(:focus):valid, .was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=text]:not(:focus):valid, #customer_login form .was-validated .input-group > input[type=text]:not(:focus):valid, #customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=text]:not(:focus):valid,
.was-validated #customer_login form .input-group > input[type=email]:not(:focus):valid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=email]:not(:focus):valid,
#customer_login form .was-validated .input-group > input[type=email]:not(:focus):valid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=email]:not(:focus):valid,
.was-validated #customer_login form .input-group > input[type=tel]:not(:focus):valid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=tel]:not(:focus):valid,
#customer_login form .was-validated .input-group > input[type=tel]:not(:focus):valid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=tel]:not(:focus):valid,
.was-validated #customer_login form .input-group > input[type=password]:not(:focus):valid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=password]:not(:focus):valid,
#customer_login form .was-validated .input-group > input[type=password]:not(:focus):valid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=password]:not(:focus):valid,
.was-validated #customer_login form .input-group > textarea:not(:focus):valid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > textarea:not(:focus):valid,
#customer_login form .was-validated .input-group > textarea:not(:focus):valid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > textarea:not(:focus):valid,
.was-validated #customer_login form .input-group > select:not(:focus):valid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > select:not(:focus):valid,
#customer_login form .was-validated .input-group > select:not(:focus):valid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > select:not(:focus):valid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus):valid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus):valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .input-group > .select2-selection:not(:focus):valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):valid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .quantity > .select2-selection:not(:focus):valid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=text]:not(:focus):valid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=text]:not(:focus):valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=text]:not(:focus):valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=text]:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=email]:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=email]:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=email]:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=email]:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=tel]:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=tel]:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=tel]:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=tel]:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=password]:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=password]:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=password]:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=password]:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > textarea:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > textarea:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > textarea:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > textarea:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > select:not(:focus):valid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > select:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > select:not(:focus):valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > select:not(:focus):valid, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group > input:not(:focus):valid, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .quantity > input:not(:focus):valid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated .input-group > input:not(:focus):valid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated .quantity > input:not(:focus):valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > input:not(:focus):valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > input:not(:focus):valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .input-group > input:not(:focus):valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .quantity > input:not(:focus):valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > textarea:not(:focus):valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > textarea:not(:focus):valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .input-group > textarea:not(:focus):valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .quantity > textarea:not(:focus):valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=checkbox]:not(:focus):valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=checkbox]:not(:focus):valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .input-group > input[type=checkbox]:not(:focus):valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .quantity > input[type=checkbox]:not(:focus):valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=radio]:not(:focus):valid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=radio]:not(:focus):valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .input-group > input[type=radio]:not(:focus):valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio]:not(:focus):valid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .quantity > input[type=radio]:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > input:not(:focus).is-valid, .single-product-container .product .wc-pao-addon-container .input-group > input[type=checkbox]:not(:focus).is-valid, .single-product-container .product .wc-pao-addon-container .input-group > .input-text:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .quantity .input-group > input:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .quantity > .form-control:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > input:not(:focus).is-valid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > input:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > input[type=checkbox]:not(:focus).is-valid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .input-text:not(:focus).is-valid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .input-text:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > textarea:not(:focus).is-valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > textarea:not(:focus).is-valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input[type=checkbox]:not(:focus).is-valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input[type=checkbox]:not(:focus).is-valid, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input:not(:focus).is-valid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-valid:not([type=checkbox]), .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input:not(:focus).is-valid:not([type=checkbox]), .woocommerce-MyAccount-content form .input-group > input[type=text]:not(:focus).is-valid, .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=text]:not(:focus).is-valid,
.woocommerce-MyAccount-content form .input-group > input[type=email]:not(:focus).is-valid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=email]:not(:focus).is-valid,
.woocommerce-MyAccount-content form .input-group > input[type=tel]:not(:focus).is-valid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=tel]:not(:focus).is-valid,
.woocommerce-MyAccount-content form .input-group > input[type=password]:not(:focus).is-valid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=password]:not(:focus).is-valid,
.woocommerce-MyAccount-content form .input-group > textarea:not(:focus).is-valid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > textarea:not(:focus).is-valid,
.woocommerce-MyAccount-content form .input-group > select:not(:focus).is-valid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > select:not(:focus).is-valid, #customer_login .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus).is-valid, #customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus).is-valid, #customer_login form .input-group > input[type=text]:not(:focus).is-valid, #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=text]:not(:focus).is-valid,
#customer_login form .input-group > input[type=email]:not(:focus).is-valid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=email]:not(:focus).is-valid,
#customer_login form .input-group > input[type=tel]:not(:focus).is-valid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=tel]:not(:focus).is-valid,
#customer_login form .input-group > input[type=password]:not(:focus).is-valid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=password]:not(:focus).is-valid,
#customer_login form .input-group > textarea:not(:focus).is-valid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > textarea:not(:focus).is-valid,
#customer_login form .input-group > select:not(:focus).is-valid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > select:not(:focus).is-valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus).is-valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus).is-valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=text]:not(:focus).is-valid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=text]:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=email]:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=email]:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=tel]:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=tel]:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=password]:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=password]:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > textarea:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > textarea:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > select:not(:focus).is-valid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > select:not(:focus).is-valid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group > input:not(:focus).is-valid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .quantity > input:not(:focus).is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > input:not(:focus).is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > input:not(:focus).is-valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > textarea:not(:focus).is-valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > textarea:not(:focus).is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=checkbox]:not(:focus).is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=checkbox]:not(:focus).is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=radio]:not(:focus).is-valid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio]:not(:focus).is-valid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=radio]:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > select:not(:focus):valid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated .input-group > select:not(:focus):valid,
.was-validated .single-product-container .product .wc-pao-addon-container .input-group > select:not(:focus):valid,
.single-product-container .product .wc-pao-addon-container .was-validated .input-group > select:not(:focus):valid,
.was-validated .single-product-container .product .woo-product-quantity-input .quantity > .form-select:not(:focus):valid,
.was-validated .single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select:not(:focus):valid,
.was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > select:not(:focus):valid,
.was-validated .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > select:not(:focus):valid,
.was-validated .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .quantity > .form-select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select:not(:focus):valid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .was-validated .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .wc-pao-addon-container .quantity > select:not(:focus):valid,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .was-validated .quantity > select:not(:focus):valid,
.was-validated .single-product-container .product .variations .variations-attribute-options .input-group > select:not(:focus):valid,
.was-validated .single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity > select:not(:focus):valid,
.was-validated .single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity > select:not(:focus):valid,
.single-product-container .product .variations .variations-attribute-options .was-validated .input-group > select:not(:focus):valid,
.single-product-container .product .variations .variations-attribute-options .was-validated .woo-product-quantity-input .quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .was-validated .quantity > select:not(:focus):valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group > select:not(:focus):valid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):valid,
.rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput.input-group > select:not(:focus):valid,
.rednaoExtraProductForm > div .rednaoWooRow .was-validated .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):valid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > select:not(:focus).is-valid,
.single-product-container .product .wc-pao-addon-container .input-group > select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .quantity > .form-select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select:not(:focus).is-valid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > select:not(:focus).is-valid,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > select:not(:focus).is-valid,
.single-product-container .product .variations .variations-attribute-options .input-group > select:not(:focus).is-valid,
.single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity > select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity > select:not(:focus).is-valid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group > select:not(:focus).is-valid,
.rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus).is-valid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:focus-within):valid,
.single-product-container .product .woo-product-quantity-input .was-validated .quantity > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input:invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated input:invalid, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:invalid, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:invalid, .was-validated .single-product-container .product .wc-pao-addon-container .input-text:invalid, .single-product-container .product .wc-pao-addon-container .was-validated .input-text:invalid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity input:invalid, .single-product-container .product .woo-product-quantity-input .quantity .was-validated input:invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated textarea:invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]:invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input[type=checkbox]:invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input:invalid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input:invalid:not([type=checkbox]), .was-validated .woocommerce-MyAccount-content form input[type=text]:invalid, .woocommerce-MyAccount-content form .was-validated input[type=text]:invalid,
.was-validated .woocommerce-MyAccount-content form input[type=email]:invalid,
.woocommerce-MyAccount-content form .was-validated input[type=email]:invalid,
.was-validated .woocommerce-MyAccount-content form input[type=tel]:invalid,
.woocommerce-MyAccount-content form .was-validated input[type=tel]:invalid,
.was-validated .woocommerce-MyAccount-content form input[type=password]:invalid,
.woocommerce-MyAccount-content form .was-validated input[type=password]:invalid,
.was-validated .woocommerce-MyAccount-content form textarea:invalid,
.woocommerce-MyAccount-content form .was-validated textarea:invalid,
.was-validated .woocommerce-MyAccount-content form select:invalid,
.woocommerce-MyAccount-content form .was-validated select:invalid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection:invalid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:invalid, .was-validated #customer_login form input[type=text]:invalid, #customer_login form .was-validated input[type=text]:invalid,
.was-validated #customer_login form input[type=email]:invalid,
#customer_login form .was-validated input[type=email]:invalid,
.was-validated #customer_login form input[type=tel]:invalid,
#customer_login form .was-validated input[type=tel]:invalid,
.was-validated #customer_login form input[type=password]:invalid,
#customer_login form .was-validated input[type=password]:invalid,
.was-validated #customer_login form textarea:invalid,
#customer_login form .was-validated textarea:invalid,
.was-validated #customer_login form select:invalid,
#customer_login form .was-validated select:invalid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection:invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:invalid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]:invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=text]:invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]:invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=email]:invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]:invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=tel]:invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]:invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=password]:invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated textarea:invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select:invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated select:invalid, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input:invalid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated input:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input:invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:invalid, .form-control.is-invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input.is-invalid, .single-product-container .product .wc-pao-addon-container input.is-invalid[type=checkbox], .single-product-container .product .wc-pao-addon-container .is-invalid.input-text, .single-product-container .product .woo-product-quantity-input .quantity input.is-invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea.is-invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-invalid[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-invalid:not([type=checkbox]), .woocommerce-MyAccount-content form input.is-invalid[type=text],
.woocommerce-MyAccount-content form input.is-invalid[type=email],
.woocommerce-MyAccount-content form input.is-invalid[type=tel],
.woocommerce-MyAccount-content form input.is-invalid[type=password],
.woocommerce-MyAccount-content form textarea.is-invalid,
.woocommerce-MyAccount-content form select.is-invalid, #customer_login .woocommerce-input-wrapper > .select2-container .is-invalid.select2-selection, #customer_login form input.is-invalid[type=text],
#customer_login form input.is-invalid[type=email],
#customer_login form input.is-invalid[type=tel],
#customer_login form input.is-invalid[type=password],
#customer_login form textarea.is-invalid,
#customer_login form select.is-invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .is-invalid.select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea.is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select.is-invalid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input.is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=radio] {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.5rem);
  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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input:invalid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated input:invalid:focus, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:invalid:focus, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:invalid:focus, .was-validated .single-product-container .product .wc-pao-addon-container .input-text:invalid:focus, .single-product-container .product .wc-pao-addon-container .was-validated .input-text:invalid:focus, .was-validated .single-product-container .product .woo-product-quantity-input .quantity input:invalid:focus, .single-product-container .product .woo-product-quantity-input .quantity .was-validated input:invalid:focus, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:invalid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated textarea:invalid:focus, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox]:invalid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input[type=checkbox]:invalid:focus, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td input:invalid:focus:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated input:invalid:focus:not([type=checkbox]), .was-validated .woocommerce-MyAccount-content form input[type=text]:invalid:focus, .woocommerce-MyAccount-content form .was-validated input[type=text]:invalid:focus,
.was-validated .woocommerce-MyAccount-content form input[type=email]:invalid:focus,
.woocommerce-MyAccount-content form .was-validated input[type=email]:invalid:focus,
.was-validated .woocommerce-MyAccount-content form input[type=tel]:invalid:focus,
.woocommerce-MyAccount-content form .was-validated input[type=tel]:invalid:focus,
.was-validated .woocommerce-MyAccount-content form input[type=password]:invalid:focus,
.woocommerce-MyAccount-content form .was-validated input[type=password]:invalid:focus,
.was-validated .woocommerce-MyAccount-content form textarea:invalid:focus,
.woocommerce-MyAccount-content form .was-validated textarea:invalid:focus,
.was-validated .woocommerce-MyAccount-content form select:invalid:focus,
.woocommerce-MyAccount-content form .was-validated select:invalid:focus, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection:invalid:focus, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:invalid:focus, .was-validated #customer_login form input[type=text]:invalid:focus, #customer_login form .was-validated input[type=text]:invalid:focus,
.was-validated #customer_login form input[type=email]:invalid:focus,
#customer_login form .was-validated input[type=email]:invalid:focus,
.was-validated #customer_login form input[type=tel]:invalid:focus,
#customer_login form .was-validated input[type=tel]:invalid:focus,
.was-validated #customer_login form input[type=password]:invalid:focus,
#customer_login form .was-validated input[type=password]:invalid:focus,
.was-validated #customer_login form textarea:invalid:focus,
#customer_login form .was-validated textarea:invalid:focus,
.was-validated #customer_login form select:invalid:focus,
#customer_login form .was-validated select:invalid:focus, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection:invalid:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .select2-selection:invalid:focus, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]:invalid:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=text]:invalid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]:invalid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=email]:invalid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]:invalid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=tel]:invalid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]:invalid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated input[type=password]:invalid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:invalid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated textarea:invalid:focus,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select:invalid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated select:invalid:focus, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input:invalid:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated input:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input:invalid:focus,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:invalid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:invalid:focus, .form-control.is-invalid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field input.is-invalid:focus, .single-product-container .product .wc-pao-addon-container input.is-invalid[type=checkbox]:focus, .single-product-container .product .wc-pao-addon-container .is-invalid.input-text:focus, .single-product-container .product .woo-product-quantity-input .quantity input.is-invalid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea.is-invalid:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-invalid[type=checkbox]:focus, .woocommerce-cart-form.addify-quote-form .quote-fields td input.is-invalid:focus:not([type=checkbox]), .woocommerce-MyAccount-content form input.is-invalid[type=text]:focus,
.woocommerce-MyAccount-content form input.is-invalid[type=email]:focus,
.woocommerce-MyAccount-content form input.is-invalid[type=tel]:focus,
.woocommerce-MyAccount-content form input.is-invalid[type=password]:focus,
.woocommerce-MyAccount-content form textarea.is-invalid:focus,
.woocommerce-MyAccount-content form select.is-invalid:focus, #customer_login .woocommerce-input-wrapper > .select2-container .is-invalid.select2-selection:focus, #customer_login form input.is-invalid[type=text]:focus,
#customer_login form input.is-invalid[type=email]:focus,
#customer_login form input.is-invalid[type=tel]:focus,
#customer_login form input.is-invalid[type=password]:focus,
#customer_login form textarea.is-invalid:focus,
#customer_login form select.is-invalid:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .is-invalid.select2-selection:focus, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=text]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=email]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=tel]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input.is-invalid[type=password]:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea.is-invalid:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select.is-invalid:focus, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input.is-invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=radio]:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .single-product-container .product .wc-pao-addon-container textarea.input-text:invalid, .single-product-container .product .wc-pao-addon-container .was-validated textarea.input-text:invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td textarea:invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated textarea:invalid,
.was-validated .woocommerce-MyAccount-content form textarea:invalid,
.woocommerce-MyAccount-content form .was-validated textarea:invalid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container textarea.select2-selection:invalid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated textarea.select2-selection:invalid,
.was-validated #customer_login form textarea:invalid,
#customer_login form .was-validated textarea:invalid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container textarea.select2-selection:invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated textarea.select2-selection:invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea:invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated textarea:invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea:invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea:invalid, textarea.form-control.is-invalid, .single-product-container .product .wc-pao-addon-container textarea.is-invalid.input-text, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea.is-invalid,
.woocommerce-MyAccount-content form textarea.is-invalid, #customer_login .woocommerce-input-wrapper > .select2-container textarea.is-invalid.select2-selection,
#customer_login form textarea.is-invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container textarea.is-invalid.select2-selection,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea.is-invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .form-select:invalid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:invalid, .was-validated .single-product-container .product .wc-pao-addon-container select:invalid, .single-product-container .product .wc-pao-addon-container .was-validated select:invalid, .was-validated .single-product-container .product .variations .variations-attribute-options select:invalid, .single-product-container .product .variations .variations-attribute-options .was-validated select:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:invalid, .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:invalid, .form-select.is-invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-invalid, .single-product-container .product .wc-pao-addon-container select.is-invalid, .single-product-container .product .variations .variations-attribute-options select.is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:invalid:not([multiple]):not([size]), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:invalid:not([multiple]):not([size]), .was-validated .single-product-container .product .wc-pao-addon-container select:invalid:not([multiple]):not([size]), .single-product-container .product .wc-pao-addon-container .was-validated select:invalid:not([multiple]):not([size]), .was-validated .single-product-container .product .variations .variations-attribute-options select:invalid:not([multiple]):not([size]), .single-product-container .product .variations .variations-attribute-options .was-validated select:invalid:not([multiple]):not([size]), .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:invalid:not([multiple]):not([size]), .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:invalid:not([multiple])[size="1"], .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:invalid:not([multiple])[size="1"], .was-validated .single-product-container .product .wc-pao-addon-container select:invalid:not([multiple])[size="1"], .single-product-container .product .wc-pao-addon-container .was-validated select:invalid:not([multiple])[size="1"], .was-validated .single-product-container .product .variations .variations-attribute-options select:invalid:not([multiple])[size="1"], .single-product-container .product .variations .variations-attribute-options .was-validated select:invalid:not([multiple])[size="1"], .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:invalid:not([multiple])[size="1"], .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-invalid:not([multiple]):not([size]), .single-product-container .product .wc-pao-addon-container select.is-invalid:not([multiple]):not([size]), .single-product-container .product .variations .variations-attribute-options select.is-invalid:not([multiple]):not([size]), .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-invalid:not([multiple])[size="1"], .single-product-container .product .wc-pao-addon-container select.is-invalid:not([multiple])[size="1"], .single-product-container .product .variations .variations-attribute-options select.is-invalid:not([multiple])[size="1"], .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select:invalid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated select:invalid:focus, .was-validated .single-product-container .product .wc-pao-addon-container select:invalid:focus, .single-product-container .product .wc-pao-addon-container .was-validated select:invalid:focus, .was-validated .single-product-container .product .variations .variations-attribute-options select:invalid:focus, .single-product-container .product .variations .variations-attribute-options .was-validated select:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput > select:invalid:focus, .form-select.is-invalid:focus, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field select.is-invalid:focus, .single-product-container .product .wc-pao-addon-container select.is-invalid:focus, .single-product-container .product .variations .variations-attribute-options select.is-invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.5rem));
}

.was-validated .form-check-input:invalid, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:invalid, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:invalid, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:invalid, .form-check-input.is-invalid, .single-product-container .product .wc-pao-addon-container input.is-invalid[type=checkbox], .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio], form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=radio] {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:invalid:checked, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:invalid:checked, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid:checked, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid:checked, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid:checked, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:invalid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:invalid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:invalid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:invalid:checked,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:invalid:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:invalid:checked,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:invalid:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:invalid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:invalid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:invalid:checked, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:invalid:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:invalid:checked, .form-check-input.is-invalid:checked, .single-product-container .product .wc-pao-addon-container input.is-invalid[type=checkbox]:checked, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio]:checked, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=radio]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=checkbox]:checked,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=radio]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=checkbox]:checked, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=radio]:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:invalid:focus, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:invalid:focus, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid:focus, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid:focus, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid:focus, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:invalid:focus,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:invalid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:invalid:focus,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:invalid:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:invalid:focus, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:invalid:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:invalid:focus, .form-check-input.is-invalid:focus, .single-product-container .product .wc-pao-addon-container input.is-invalid[type=checkbox]:focus, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio]:focus, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=radio]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=checkbox]:focus,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=radio]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=checkbox]:focus, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .single-product-container .product .wc-pao-addon-container input[type=checkbox]:invalid ~ .form-check-label, .single-product-container .product .wc-pao-addon-container .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid ~ .form-check-label, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid ~ .form-check-label, .was-validated form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio]:invalid ~ .form-check-label, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .was-validated input[type=radio]:invalid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox]:invalid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio]:invalid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated input[type=radio]:invalid ~ .form-check-label,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox]:invalid ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=checkbox]:invalid ~ .form-check-label,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio]:invalid ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated textarea[type=radio]:invalid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox]:invalid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio]:invalid ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated input[type=radio]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .single-product-container .product .wc-pao-addon-container input.is-invalid[type=checkbox] ~ .form-check-label, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio] ~ .form-check-label, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input.is-invalid[type=radio] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=checkbox] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input.is-invalid[type=radio] ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=checkbox] ~ .form-check-label,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea.is-invalid[type=radio] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=checkbox] ~ .form-check-label, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input.is-invalid[type=radio] ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .single-product-container .product .wc-pao-addon-container input[type=checkbox] ~ .invalid-feedback, .single-product-container .product .wc-pao-addon-container .form-check-inline input[type=checkbox] ~ .invalid-feedback, .form-check-inline .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li input[type=radio] ~ .invalid-feedback, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li .form-check-inline input[type=radio] ~ .invalid-feedback, .form-check-inline form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li input[type=radio] ~ .invalid-feedback, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li .form-check-inline input[type=radio] ~ .invalid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox] ~ .invalid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline input[type=checkbox] ~ .invalid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio] ~ .invalid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline input[type=radio] ~ .invalid-feedback,
.form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox] ~ .invalid-feedback,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline textarea[type=checkbox] ~ .invalid-feedback,
.form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio] ~ .invalid-feedback,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .form-check-inline textarea[type=radio] ~ .invalid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox] ~ .invalid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check-inline input[type=checkbox] ~ .invalid-feedback, .form-check-inline .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio] ~ .invalid-feedback, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .form-check-inline input[type=radio] ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > input:not(:focus):invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated .input-group > input:not(:focus):invalid, .was-validated .single-product-container .product .wc-pao-addon-container .input-group > input[type=checkbox]:not(:focus):invalid, .single-product-container .product .wc-pao-addon-container .was-validated .input-group > input[type=checkbox]:not(:focus):invalid, .was-validated .single-product-container .product .wc-pao-addon-container .input-group > .input-text:not(:focus):invalid, .single-product-container .product .wc-pao-addon-container .was-validated .input-group > .input-text:not(:focus):invalid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity .input-group > input:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .quantity .was-validated .input-group > input:not(:focus):invalid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity > .form-control:not(:focus):invalid, .was-validated .single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > input:not(:focus):invalid, .was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > input:not(:focus):invalid, .was-validated .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > input[type=checkbox]:not(:focus):invalid, .was-validated .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):invalid, .was-validated .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .input-text:not(:focus):invalid, .was-validated .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .input-text:not(:focus):invalid, .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .quantity > .form-control:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > input:not(:focus):invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .was-validated .quantity > input:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .wc-pao-addon-container .quantity > input[type=checkbox]:not(:focus):invalid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .was-validated .quantity > input[type=checkbox]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .wc-pao-addon-container .quantity > .input-text:not(:focus):invalid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .was-validated .quantity > .input-text:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .quantity > input:not(:focus):invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > textarea:not(:focus):invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > textarea:not(:focus):invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .input-group > textarea:not(:focus):invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .quantity > textarea:not(:focus):invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input[type=checkbox]:not(:focus):invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input[type=checkbox]:not(:focus):invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .input-group > input[type=checkbox]:not(:focus):invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .quantity > input[type=checkbox]:not(:focus):invalid, .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input:not(:focus):invalid:not([type=checkbox]), .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):invalid:not([type=checkbox]), .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input:not(:focus):invalid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .input-group > input:not(:focus):invalid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):invalid:not([type=checkbox]), .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .was-validated .quantity > input:not(:focus):invalid:not([type=checkbox]), .was-validated .woocommerce-MyAccount-content form .input-group > input[type=text]:not(:focus):invalid, .was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=text]:not(:focus):invalid, .woocommerce-MyAccount-content form .was-validated .input-group > input[type=text]:not(:focus):invalid, .woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=text]:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .input-group > input[type=email]:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=email]:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .input-group > input[type=email]:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=email]:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .input-group > input[type=tel]:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=tel]:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .input-group > input[type=tel]:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=tel]:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .input-group > input[type=password]:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > input[type=password]:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .input-group > input[type=password]:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > input[type=password]:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .input-group > textarea:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > textarea:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .input-group > textarea:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > textarea:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .input-group > select:not(:focus):invalid,
.was-validated .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-MyAccount-content form .quantity > select:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .input-group > select:not(:focus):invalid,
.woocommerce-MyAccount-content form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .was-validated .quantity > select:not(:focus):invalid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus):invalid, .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated #customer_login .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus):invalid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .input-group > .select2-selection:not(:focus):invalid, #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .was-validated .quantity > .select2-selection:not(:focus):invalid, .was-validated #customer_login form .input-group > input[type=text]:not(:focus):invalid, .was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=text]:not(:focus):invalid, #customer_login form .was-validated .input-group > input[type=text]:not(:focus):invalid, #customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=text]:not(:focus):invalid,
.was-validated #customer_login form .input-group > input[type=email]:not(:focus):invalid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=email]:not(:focus):invalid,
#customer_login form .was-validated .input-group > input[type=email]:not(:focus):invalid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=email]:not(:focus):invalid,
.was-validated #customer_login form .input-group > input[type=tel]:not(:focus):invalid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=tel]:not(:focus):invalid,
#customer_login form .was-validated .input-group > input[type=tel]:not(:focus):invalid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=tel]:not(:focus):invalid,
.was-validated #customer_login form .input-group > input[type=password]:not(:focus):invalid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > input[type=password]:not(:focus):invalid,
#customer_login form .was-validated .input-group > input[type=password]:not(:focus):invalid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > input[type=password]:not(:focus):invalid,
.was-validated #customer_login form .input-group > textarea:not(:focus):invalid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > textarea:not(:focus):invalid,
#customer_login form .was-validated .input-group > textarea:not(:focus):invalid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > textarea:not(:focus):invalid,
.was-validated #customer_login form .input-group > select:not(:focus):invalid,
.was-validated #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated #customer_login form .quantity > select:not(:focus):invalid,
#customer_login form .was-validated .input-group > select:not(:focus):invalid,
#customer_login form .was-validated .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .was-validated .quantity > select:not(:focus):invalid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus):invalid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus):invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .input-group > .select2-selection:not(:focus):invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .was-validated .quantity > .select2-selection:not(:focus):invalid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=text]:not(:focus):invalid, .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=text]:not(:focus):invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=text]:not(:focus):invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=text]:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=email]:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=email]:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=email]:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=email]:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=tel]:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=tel]:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=tel]:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=tel]:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=password]:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=password]:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > input[type=password]:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > input[type=password]:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > textarea:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > textarea:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > textarea:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > textarea:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > select:not(:focus):invalid,
.was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > select:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .input-group > select:not(:focus):invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .was-validated .quantity > select:not(:focus):invalid, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group > input:not(:focus):invalid, .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .quantity > input:not(:focus):invalid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated .input-group > input:not(:focus):invalid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .was-validated .quantity > input:not(:focus):invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > input:not(:focus):invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > input:not(:focus):invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .input-group > input:not(:focus):invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .quantity > input:not(:focus):invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > textarea:not(:focus):invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > textarea:not(:focus):invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .input-group > textarea:not(:focus):invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .was-validated .quantity > textarea:not(:focus):invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=checkbox]:not(:focus):invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=checkbox]:not(:focus):invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .input-group > input[type=checkbox]:not(:focus):invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .quantity > input[type=checkbox]:not(:focus):invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=radio]:not(:focus):invalid, .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=radio]:not(:focus):invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .input-group > input[type=radio]:not(:focus):invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio]:not(:focus):invalid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .was-validated .quantity > input[type=radio]:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > input:not(:focus).is-invalid, .single-product-container .product .wc-pao-addon-container .input-group > input[type=checkbox]:not(:focus).is-invalid, .single-product-container .product .wc-pao-addon-container .input-group > .input-text:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .quantity .input-group > input:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .quantity > .form-control:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > input:not(:focus).is-invalid, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > input:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > input[type=checkbox]:not(:focus).is-invalid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > .input-text:not(:focus).is-invalid, .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > .input-text:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > textarea:not(:focus).is-invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > textarea:not(:focus).is-invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input[type=checkbox]:not(:focus).is-invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input[type=checkbox]:not(:focus).is-invalid, .woocommerce-cart-form.addify-quote-form .quote-fields td .input-group > input:not(:focus).is-invalid:not([type=checkbox]), .woocommerce-cart-form.addify-quote-form .quote-fields td .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-invalid:not([type=checkbox]), .single-product-container .product .woo-product-quantity-input .woocommerce-cart-form.addify-quote-form .quote-fields td .quantity > input:not(:focus).is-invalid:not([type=checkbox]), .woocommerce-MyAccount-content form .input-group > input[type=text]:not(:focus).is-invalid, .woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=text]:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .input-group > input[type=email]:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=email]:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .input-group > input[type=tel]:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=tel]:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .input-group > input[type=password]:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > input[type=password]:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .input-group > textarea:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > textarea:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .input-group > select:not(:focus).is-invalid,
.woocommerce-MyAccount-content form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-MyAccount-content form .quantity > select:not(:focus).is-invalid, #customer_login .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus).is-invalid, #customer_login .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input #customer_login .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus).is-invalid, #customer_login form .input-group > input[type=text]:not(:focus).is-invalid, #customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=text]:not(:focus).is-invalid,
#customer_login form .input-group > input[type=email]:not(:focus).is-invalid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=email]:not(:focus).is-invalid,
#customer_login form .input-group > input[type=tel]:not(:focus).is-invalid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=tel]:not(:focus).is-invalid,
#customer_login form .input-group > input[type=password]:not(:focus).is-invalid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > input[type=password]:not(:focus).is-invalid,
#customer_login form .input-group > textarea:not(:focus).is-invalid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > textarea:not(:focus).is-invalid,
#customer_login form .input-group > select:not(:focus).is-invalid,
#customer_login form .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input #customer_login form .quantity > select:not(:focus).is-invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .input-group > .select2-selection:not(:focus).is-invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .single-product-container .product .woo-product-quantity-input .quantity > .select2-selection:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .quantity > .select2-selection:not(:focus).is-invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=text]:not(:focus).is-invalid, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=text]:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=text]:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=email]:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=email]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=email]:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=tel]:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=tel]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=tel]:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > input[type=password]:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > input[type=password]:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > input[type=password]:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > textarea:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > textarea:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .input-group > select:not(:focus).is-invalid,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .single-product-container .product .woo-product-quantity-input .quantity > select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .quantity > select:not(:focus).is-invalid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .input-group > input:not(:focus).is-invalid, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .woocommerce-cart .woocommerce .left-column .product-quantity .quantity .quantity > input:not(:focus).is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > input:not(:focus).is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > input:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > input:not(:focus).is-invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .input-group > textarea:not(:focus).is-invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .single-product-container .product .woo-product-quantity-input .quantity > textarea:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput .quantity > textarea:not(:focus).is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=checkbox]:not(:focus).is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=checkbox]:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=checkbox]:not(:focus).is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .input-group > input[type=radio]:not(:focus).is-invalid, .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .single-product-container .product .woo-product-quantity-input .quantity > input[type=radio]:not(:focus).is-invalid, .single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .quantity > input[type=radio]:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > select:not(:focus):invalid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .was-validated .input-group > select:not(:focus):invalid,
.was-validated .single-product-container .product .wc-pao-addon-container .input-group > select:not(:focus):invalid,
.single-product-container .product .wc-pao-addon-container .was-validated .input-group > select:not(:focus):invalid,
.was-validated .single-product-container .product .woo-product-quantity-input .quantity > .form-select:not(:focus):invalid,
.was-validated .single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select:not(:focus):invalid,
.was-validated .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.was-validated .single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > select:not(:focus):invalid,
.was-validated .single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .quantity > .form-select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select:not(:focus):invalid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .was-validated .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .wc-pao-addon-container .quantity > select:not(:focus):invalid,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .was-validated .quantity > select:not(:focus):invalid,
.was-validated .single-product-container .product .variations .variations-attribute-options .input-group > select:not(:focus):invalid,
.was-validated .single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.was-validated .single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity > select:not(:focus):invalid,
.single-product-container .product .variations .variations-attribute-options .was-validated .input-group > select:not(:focus):invalid,
.single-product-container .product .variations .variations-attribute-options .was-validated .woo-product-quantity-input .quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .was-validated .quantity > select:not(:focus):invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group > select:not(:focus):invalid,
.was-validated .rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):invalid,
.rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput.input-group > select:not(:focus):invalid,
.rednaoExtraProductForm > div .rednaoWooRow .was-validated .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):invalid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .was-validated .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .input-group > select:not(:focus).is-invalid,
.single-product-container .product .wc-pao-addon-container .input-group > select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .quantity > .form-select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .quantity > select:not(:focus).is-invalid,
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .woo-product-quantity-input .quantity > select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .wc-pao-addon-container .quantity > select:not(:focus).is-invalid,
.single-product-container .product .wc-pao-addon-container .woo-product-quantity-input .quantity > select:not(:focus).is-invalid,
.single-product-container .product .variations .variations-attribute-options .input-group > select:not(:focus).is-invalid,
.single-product-container .product .variations .variations-attribute-options .woo-product-quantity-input .quantity > select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .variations .variations-attribute-options .quantity > select:not(:focus).is-invalid,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.input-group > select:not(:focus).is-invalid,
.rednaoExtraProductForm > div .rednaoWooRow .single-product-container .product .woo-product-quantity-input .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus).is-invalid,
.single-product-container .product .woo-product-quantity-input .rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput.quantity > select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:focus-within):invalid,
.single-product-container .product .woo-product-quantity-input .was-validated .quantity > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.single-product-container .product .woo-product-quantity-input .quantity > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .woocommerce-info .woocommerce-Button, .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content form button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, #customer_login form button[type=submit], .shop-filters .widget_price_filter button, form.checkout.woocommerce-checkout #payment .place-order > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, .woocommerce-form-coupon .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart, .thp-inner-popup .thp-popup-button input, .rednaoExtraProductForm .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove, .single-product .summary form.cart a.button, .single-product .summary form.cart button.button, form .frm_form_fields .frm_fields_container .frm_submit button, .wp-block-file a.wp-block-file__button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 4px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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) {
  .btn, .woocommerce-info .woocommerce-Button, .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content form button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, #customer_login form button[type=submit], .shop-filters .widget_price_filter button, form.checkout.woocommerce-checkout #payment .place-order > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, .woocommerce-form-coupon .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart, .thp-inner-popup .thp-popup-button input, .rednaoExtraProductForm .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove, .single-product .summary form.cart a.button, .single-product .summary form.cart button.button, form .frm_form_fields .frm_fields_container .frm_submit button, .wp-block-file a.wp-block-file__button {
    transition: none;
  }
}
.btn:hover, .woocommerce-info .woocommerce-Button:hover, .woocommerce-MyAccount-content a.button:hover, .woocommerce-MyAccount-content form button:hover, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:hover, #customer_login form button[type=submit]:hover, .shop-filters .widget_price_filter button:hover, form.checkout.woocommerce-checkout #payment .place-order > button:hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:hover, .woocommerce-form-coupon .button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:hover, .thp-inner-popup .thp-popup-button input:hover, .rednaoExtraProductForm .rnbtn[title=Add]:hover, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove:hover, .single-product .summary form.cart a.button:hover, .single-product .summary form.cart button.button:hover, form .frm_form_fields .frm_fields_container .frm_submit button:hover, .wp-block-file a.wp-block-file__button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .woocommerce-info .btn-check + .woocommerce-Button:hover, .woocommerce-MyAccount-content .btn-check + a.button:hover, .woocommerce-MyAccount-content form .btn-check + button:hover, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check + button:hover, #customer_login form .btn-check + button[type=submit]:hover, .shop-filters .widget_price_filter .btn-check + button:hover, form.checkout.woocommerce-checkout #payment .place-order > .btn-check + button:hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check + button:hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > .btn-check + button:hover, .woocommerce-form-coupon .btn-check + .button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-check + .wsc_share_cart:hover, .thp-inner-popup .thp-popup-button .btn-check + input:hover, .rednaoExtraProductForm .btn-check + .rnbtn[title=Add]:hover, .rednaoExtraProductForm .rnRepeaterItem .btn-check + .repeaterRemove:hover, .single-product .summary form.cart .btn-check + a.button:hover, .single-product .summary form.cart .btn-check + button.button:hover, form .frm_form_fields .frm_fields_container .frm_submit .btn-check + button:hover, .wp-block-file .btn-check + a.wp-block-file__button:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .woocommerce-info .woocommerce-Button:focus-visible, .woocommerce-MyAccount-content a.button:focus-visible, .woocommerce-MyAccount-content form button:focus-visible, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:focus-visible, #customer_login form button[type=submit]:focus-visible, .shop-filters .widget_price_filter button:focus-visible, form.checkout.woocommerce-checkout #payment .place-order > button:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:focus-visible, .woocommerce-form-coupon .button:focus-visible, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:focus-visible, .thp-inner-popup .thp-popup-button input:focus-visible, .rednaoExtraProductForm .rnbtn[title=Add]:focus-visible, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove:focus-visible, .single-product .summary form.cart a.button:focus-visible, .single-product .summary form.cart button.button:focus-visible, form .frm_form_fields .frm_fields_container .frm_submit button:focus-visible, .wp-block-file a.wp-block-file__button:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .woocommerce-info .btn-check:focus-visible + .woocommerce-Button, .woocommerce-MyAccount-content .btn-check:focus-visible + a.button, .woocommerce-MyAccount-content form .btn-check:focus-visible + button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:focus-visible + button, #customer_login form .btn-check:focus-visible + button[type=submit], .shop-filters .widget_price_filter .btn-check:focus-visible + button, form.checkout.woocommerce-checkout #payment .place-order > .btn-check:focus-visible + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:focus-visible + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > .btn-check:focus-visible + button, .woocommerce-form-coupon .btn-check:focus-visible + .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-check:focus-visible + .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-check:focus-visible + input, .rednaoExtraProductForm .btn-check:focus-visible + .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-check:focus-visible + .repeaterRemove, .single-product .summary form.cart .btn-check:focus-visible + a.button, .single-product .summary form.cart .btn-check:focus-visible + button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-check:focus-visible + button, .wp-block-file .btn-check:focus-visible + a.wp-block-file__button {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .woocommerce-info .btn-check:checked + .woocommerce-Button, .woocommerce-MyAccount-content .btn-check:checked + a.button, .woocommerce-MyAccount-content form .btn-check:checked + button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:checked + button, #customer_login form .btn-check:checked + button[type=submit], .shop-filters .widget_price_filter .btn-check:checked + button, form.checkout.woocommerce-checkout #payment .place-order > .btn-check:checked + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:checked + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > .btn-check:checked + button, .woocommerce-form-coupon .btn-check:checked + .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-check:checked + .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-check:checked + input, .rednaoExtraProductForm .btn-check:checked + .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-check:checked + .repeaterRemove, .single-product .summary form.cart .btn-check:checked + a.button, .single-product .summary form.cart .btn-check:checked + button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-check:checked + button, .wp-block-file .btn-check:checked + a.wp-block-file__button, :not(.btn-check) + .btn:active, .woocommerce-info :not(.btn-check) + .woocommerce-Button:active, .woocommerce-MyAccount-content :not(.btn-check) + a.button:active, .woocommerce-MyAccount-content form :not(.btn-check) + button:active, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > :not(.btn-check) + button:active, #customer_login form :not(.btn-check) + button[type=submit]:active, .shop-filters .widget_price_filter :not(.btn-check) + button:active, form.checkout.woocommerce-checkout #payment .place-order > :not(.btn-check) + button:active, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > :not(.btn-check) + button:active, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > :not(.btn-check) + button:active, .woocommerce-form-coupon :not(.btn-check) + .button:active, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns :not(.btn-check) + .wsc_share_cart:active, .thp-inner-popup .thp-popup-button :not(.btn-check) + input:active, .rednaoExtraProductForm :not(.btn-check) + .rnbtn[title=Add]:active, .rednaoExtraProductForm .rnRepeaterItem :not(.btn-check) + .repeaterRemove:active, .single-product .summary form.cart :not(.btn-check) + a.button:active, .single-product .summary form.cart :not(.btn-check) + button.button:active, form .frm_form_fields .frm_fields_container .frm_submit :not(.btn-check) + button:active, .wp-block-file :not(.btn-check) + a.wp-block-file__button:active, .btn:first-child:active, .woocommerce-info .woocommerce-Button:first-child:active, .woocommerce-MyAccount-content a.button:first-child:active, .woocommerce-MyAccount-content form button:first-child:active, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:first-child:active, #customer_login form button[type=submit]:first-child:active, .shop-filters .widget_price_filter button:first-child:active, form.checkout.woocommerce-checkout #payment .place-order > button:first-child:active, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:first-child:active, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:first-child:active, .woocommerce-form-coupon .button:first-child:active, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:first-child:active, .thp-inner-popup .thp-popup-button input:first-child:active, .rednaoExtraProductForm .rnbtn[title=Add]:first-child:active, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove:first-child:active, .single-product .summary form.cart a.button:first-child:active, .single-product .summary form.cart button.button:first-child:active, form .frm_form_fields .frm_fields_container .frm_submit button:first-child:active, .wp-block-file a.wp-block-file__button:first-child:active, .btn.active, .woocommerce-info .active.woocommerce-Button, .woocommerce-MyAccount-content a.active.button, .woocommerce-MyAccount-content form button.active, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.active, #customer_login form button.active[type=submit], .shop-filters .widget_price_filter button.active, form.checkout.woocommerce-checkout #payment .place-order > button.active, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.active, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.active, .woocommerce-form-coupon .active.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .active.wsc_share_cart, .thp-inner-popup .thp-popup-button input.active, .rednaoExtraProductForm .active.rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .active.repeaterRemove, .single-product .summary form.cart a.active.button, .single-product .summary form.cart button.active.button, form .frm_form_fields .frm_fields_container .frm_submit button.active, .wp-block-file a.active.wp-block-file__button, .btn.show, .woocommerce-info .show.woocommerce-Button, .woocommerce-MyAccount-content a.show.button, .woocommerce-MyAccount-content form button.show, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.show, #customer_login form button.show[type=submit], .shop-filters .widget_price_filter button.show, form.checkout.woocommerce-checkout #payment .place-order > button.show, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.show, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.show, .woocommerce-form-coupon .show.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .show.wsc_share_cart, .thp-inner-popup .thp-popup-button input.show, .rednaoExtraProductForm .show.rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .show.repeaterRemove, .single-product .summary form.cart a.show.button, .single-product .summary form.cart button.show.button, form .frm_form_fields .frm_fields_container .frm_submit button.show, .wp-block-file a.show.wp-block-file__button {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .woocommerce-info .btn-check:checked + .woocommerce-Button:focus-visible, .woocommerce-MyAccount-content .btn-check:checked + a.button:focus-visible, .woocommerce-MyAccount-content form .btn-check:checked + button:focus-visible, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:checked + button:focus-visible, #customer_login form .btn-check:checked + button[type=submit]:focus-visible, .shop-filters .widget_price_filter .btn-check:checked + button:focus-visible, form.checkout.woocommerce-checkout #payment .place-order > .btn-check:checked + button:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:checked + button:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > .btn-check:checked + button:focus-visible, .woocommerce-form-coupon .btn-check:checked + .button:focus-visible, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-check:checked + .wsc_share_cart:focus-visible, .thp-inner-popup .thp-popup-button .btn-check:checked + input:focus-visible, .rednaoExtraProductForm .btn-check:checked + .rnbtn[title=Add]:focus-visible, .rednaoExtraProductForm .rnRepeaterItem .btn-check:checked + .repeaterRemove:focus-visible, .single-product .summary form.cart .btn-check:checked + a.button:focus-visible, .single-product .summary form.cart .btn-check:checked + button.button:focus-visible, form .frm_form_fields .frm_fields_container .frm_submit .btn-check:checked + button:focus-visible, .wp-block-file .btn-check:checked + a.wp-block-file__button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .woocommerce-info :not(.btn-check) + .woocommerce-Button:active:focus-visible, .woocommerce-MyAccount-content :not(.btn-check) + a.button:active:focus-visible, .woocommerce-MyAccount-content form :not(.btn-check) + button:active:focus-visible, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > :not(.btn-check) + button:active:focus-visible, #customer_login form :not(.btn-check) + button[type=submit]:active:focus-visible, .shop-filters .widget_price_filter :not(.btn-check) + button:active:focus-visible, form.checkout.woocommerce-checkout #payment .place-order > :not(.btn-check) + button:active:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > :not(.btn-check) + button:active:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > :not(.btn-check) + button:active:focus-visible, .woocommerce-form-coupon :not(.btn-check) + .button:active:focus-visible, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns :not(.btn-check) + .wsc_share_cart:active:focus-visible, .thp-inner-popup .thp-popup-button :not(.btn-check) + input:active:focus-visible, .rednaoExtraProductForm :not(.btn-check) + .rnbtn[title=Add]:active:focus-visible, .rednaoExtraProductForm .rnRepeaterItem :not(.btn-check) + .repeaterRemove:active:focus-visible, .single-product .summary form.cart :not(.btn-check) + a.button:active:focus-visible, .single-product .summary form.cart :not(.btn-check) + button.button:active:focus-visible, form .frm_form_fields .frm_fields_container .frm_submit :not(.btn-check) + button:active:focus-visible, .wp-block-file :not(.btn-check) + a.wp-block-file__button:active:focus-visible, .btn:first-child:active:focus-visible, .woocommerce-info .woocommerce-Button:first-child:active:focus-visible, .woocommerce-MyAccount-content a.button:first-child:active:focus-visible, .woocommerce-MyAccount-content form button:first-child:active:focus-visible, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:first-child:active:focus-visible, #customer_login form button[type=submit]:first-child:active:focus-visible, .shop-filters .widget_price_filter button:first-child:active:focus-visible, form.checkout.woocommerce-checkout #payment .place-order > button:first-child:active:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:first-child:active:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:first-child:active:focus-visible, .woocommerce-form-coupon .button:first-child:active:focus-visible, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:first-child:active:focus-visible, .thp-inner-popup .thp-popup-button input:first-child:active:focus-visible, .rednaoExtraProductForm .rnbtn[title=Add]:first-child:active:focus-visible, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove:first-child:active:focus-visible, .single-product .summary form.cart a.button:first-child:active:focus-visible, .single-product .summary form.cart button.button:first-child:active:focus-visible, form .frm_form_fields .frm_fields_container .frm_submit button:first-child:active:focus-visible, .wp-block-file a.wp-block-file__button:first-child:active:focus-visible, .btn.active:focus-visible, .woocommerce-info .active.woocommerce-Button:focus-visible, .woocommerce-MyAccount-content a.active.button:focus-visible, .woocommerce-MyAccount-content form button.active:focus-visible, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.active:focus-visible, #customer_login form button.active[type=submit]:focus-visible, .shop-filters .widget_price_filter button.active:focus-visible, form.checkout.woocommerce-checkout #payment .place-order > button.active:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.active:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.active:focus-visible, .woocommerce-form-coupon .active.button:focus-visible, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .active.wsc_share_cart:focus-visible, .thp-inner-popup .thp-popup-button input.active:focus-visible, .rednaoExtraProductForm .active.rnbtn[title=Add]:focus-visible, .rednaoExtraProductForm .rnRepeaterItem .active.repeaterRemove:focus-visible, .single-product .summary form.cart a.active.button:focus-visible, .single-product .summary form.cart button.active.button:focus-visible, form .frm_form_fields .frm_fields_container .frm_submit button.active:focus-visible, .wp-block-file a.active.wp-block-file__button:focus-visible, .btn.show:focus-visible, .woocommerce-info .show.woocommerce-Button:focus-visible, .woocommerce-MyAccount-content a.show.button:focus-visible, .woocommerce-MyAccount-content form button.show:focus-visible, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.show:focus-visible, #customer_login form button.show[type=submit]:focus-visible, .shop-filters .widget_price_filter button.show:focus-visible, form.checkout.woocommerce-checkout #payment .place-order > button.show:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.show:focus-visible, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.show:focus-visible, .woocommerce-form-coupon .show.button:focus-visible, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .show.wsc_share_cart:focus-visible, .thp-inner-popup .thp-popup-button input.show:focus-visible, .rednaoExtraProductForm .show.rnbtn[title=Add]:focus-visible, .rednaoExtraProductForm .rnRepeaterItem .show.repeaterRemove:focus-visible, .single-product .summary form.cart a.show.button:focus-visible, .single-product .summary form.cart button.show.button:focus-visible, form .frm_form_fields .frm_fields_container .frm_submit button.show:focus-visible, .wp-block-file a.show.wp-block-file__button:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .woocommerce-info .btn-check:checked:focus-visible + .woocommerce-Button, .woocommerce-MyAccount-content .btn-check:checked:focus-visible + a.button, .woocommerce-MyAccount-content form .btn-check:checked:focus-visible + button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:checked:focus-visible + button, #customer_login form .btn-check:checked:focus-visible + button[type=submit], .shop-filters .widget_price_filter .btn-check:checked:focus-visible + button, form.checkout.woocommerce-checkout #payment .place-order > .btn-check:checked:focus-visible + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > .btn-check:checked:focus-visible + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > .btn-check:checked:focus-visible + button, .woocommerce-form-coupon .btn-check:checked:focus-visible + .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-check:checked:focus-visible + .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-check:checked:focus-visible + input, .rednaoExtraProductForm .btn-check:checked:focus-visible + .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-check:checked:focus-visible + .repeaterRemove, .single-product .summary form.cart .btn-check:checked:focus-visible + a.button, .single-product .summary form.cart .btn-check:checked:focus-visible + button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-check:checked:focus-visible + button, .wp-block-file .btn-check:checked:focus-visible + a.wp-block-file__button {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .woocommerce-info .woocommerce-Button:disabled, .woocommerce-MyAccount-content a.button:disabled, .woocommerce-MyAccount-content form button:disabled, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:disabled, #customer_login form button[type=submit]:disabled, .shop-filters .widget_price_filter button:disabled, form.checkout.woocommerce-checkout #payment .place-order > button:disabled, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:disabled, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:disabled, .woocommerce-form-coupon .button:disabled, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:disabled, .thp-inner-popup .thp-popup-button input:disabled, .rednaoExtraProductForm .rnbtn[title=Add]:disabled, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove:disabled, .single-product .summary form.cart a.button:disabled, .single-product .summary form.cart button.button:disabled, form .frm_form_fields .frm_fields_container .frm_submit button:disabled, .wp-block-file a.wp-block-file__button:disabled, .btn.disabled, .woocommerce-info .disabled.woocommerce-Button, .woocommerce-MyAccount-content a.disabled.button, .woocommerce-MyAccount-content form button.disabled, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.disabled, #customer_login form button.disabled[type=submit], .shop-filters .widget_price_filter button.disabled, form.checkout.woocommerce-checkout #payment .place-order > button.disabled, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.disabled, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.disabled, .woocommerce-form-coupon .disabled.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .disabled.wsc_share_cart, .thp-inner-popup .thp-popup-button input.disabled, .rednaoExtraProductForm .disabled.rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .disabled.repeaterRemove, .single-product .summary form.cart a.disabled.button, .single-product .summary form.cart button.disabled.button, form .frm_form_fields .frm_fields_container .frm_submit button.disabled, .wp-block-file a.disabled.wp-block-file__button, fieldset:disabled .btn, fieldset:disabled .woocommerce-info .woocommerce-Button, .woocommerce-info fieldset:disabled .woocommerce-Button, fieldset:disabled .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content fieldset:disabled a.button, fieldset:disabled .woocommerce-MyAccount-content form button, .woocommerce-MyAccount-content form fieldset:disabled button, fieldset:disabled #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper fieldset:disabled #crafty_shipping_button > button, fieldset:disabled #customer_login form button[type=submit], #customer_login form fieldset:disabled button[type=submit], fieldset:disabled .shop-filters .widget_price_filter button, .shop-filters .widget_price_filter fieldset:disabled button, fieldset:disabled form.checkout.woocommerce-checkout #payment .place-order > button, form.checkout.woocommerce-checkout #payment fieldset:disabled .place-order > button, fieldset:disabled form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper fieldset:disabled #crafty_shipping_button > button, fieldset:disabled form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper fieldset:disabled #crafty_billing_button > button, fieldset:disabled .woocommerce-form-coupon .button, .woocommerce-form-coupon fieldset:disabled .button, fieldset:disabled .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns fieldset:disabled .wsc_share_cart, fieldset:disabled .thp-inner-popup .thp-popup-button input, .thp-inner-popup .thp-popup-button fieldset:disabled input, fieldset:disabled .rednaoExtraProductForm .rnbtn[title=Add], .rednaoExtraProductForm fieldset:disabled .rnbtn[title=Add], fieldset:disabled .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem fieldset:disabled .repeaterRemove, fieldset:disabled .single-product .summary form.cart a.button, .single-product .summary form.cart fieldset:disabled a.button, fieldset:disabled .single-product .summary form.cart button.button, .single-product .summary form.cart fieldset:disabled button.button, fieldset:disabled form .frm_form_fields .frm_fields_container .frm_submit button, form .frm_form_fields .frm_fields_container .frm_submit fieldset:disabled button, fieldset:disabled .wp-block-file a.wp-block-file__button, .wp-block-file fieldset:disabled a.wp-block-file__button {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, .shop-filters .widget_price_filter button, form.checkout.woocommerce-checkout #payment .place-order > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, .thp-inner-popup .thp-popup-button input, .single-product .summary form.cart button.button, .wp-block-file a.wp-block-file__button {
  --bs-btn-color: #000;
  --bs-btn-bg: #008cbf;
  --bs-btn-border-color: #008cbf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #269dc9;
  --bs-btn-hover-border-color: #1a98c5;
  --bs-btn-focus-shadow-rgb: 0, 119, 162;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33a3cc;
  --bs-btn-active-border-color: #1a98c5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #008cbf;
  --bs-btn-disabled-border-color: #008cbf;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff9700;
  --bs-btn-border-color: #ff9700;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffa726;
  --bs-btn-hover-border-color: #ffa11a;
  --bs-btn-focus-shadow-rgb: 217, 128, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffac33;
  --bs-btn-active-border-color: #ffa11a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff9700;
  --bs-btn-disabled-border-color: #ff9700;
}

.btn-tertiary {
  --bs-btn-color: #000;
  --bs-btn-bg: #efefef;
  --bs-btn-border-color: #efefef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1f1f1;
  --bs-btn-hover-border-color: #f1f1f1;
  --bs-btn-focus-shadow-rgb: 203, 203, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f2f2;
  --bs-btn-active-border-color: #f1f1f1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #efefef;
  --bs-btn-disabled-border-color: #efefef;
}

.btn-quaternary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #33464b;
  --bs-btn-border-color: #33464b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2b3c40;
  --bs-btn-hover-border-color: #29383c;
  --bs-btn-focus-shadow-rgb: 82, 98, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #29383c;
  --bs-btn-active-border-color: #263538;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #33464b;
  --bs-btn-disabled-border-color: #33464b;
}

.btn-quinary {
  --bs-btn-color: #000;
  --bs-btn-bg: #afafaf;
  --bs-btn-border-color: #afafaf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bbbbbb;
  --bs-btn-hover-border-color: #b7b7b7;
  --bs-btn-focus-shadow-rgb: 149, 149, 149;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bfbfbf;
  --bs-btn-active-border-color: #b7b7b7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #afafaf;
  --bs-btn-disabled-border-color: #afafaf;
}

.btn-senary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-septenary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7f7f7;
  --bs-btn-border-color: #f7f7f7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f8f8;
  --bs-btn-hover-border-color: #f8f8f8;
  --bs-btn-focus-shadow-rgb: 210, 210, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f9f9;
  --bs-btn-active-border-color: #f8f8f8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7f7f7;
  --bs-btn-disabled-border-color: #f7f7f7;
}

.btn-octonary {
  --bs-btn-color: #000;
  --bs-btn-bg: #e6e6e6;
  --bs-btn-border-color: #e6e6e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eaeaea;
  --bs-btn-hover-border-color: #e9e9e9;
  --bs-btn-focus-shadow-rgb: 196, 196, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebebeb;
  --bs-btn-active-border-color: #e9e9e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e6e6e6;
  --bs-btn-disabled-border-color: #e6e6e6;
}

.btn-outline-primary, .woocommerce-info .woocommerce-Button, .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content form button, #customer_login form button[type=submit], .woocommerce-form-coupon .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart, .single-product .summary form.cart a.button, form .frm_form_fields .frm_fields_container .frm_submit button {
  --bs-btn-color: #008cbf;
  --bs-btn-border-color: #008cbf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #008cbf;
  --bs-btn-hover-border-color: #008cbf;
  --bs-btn-focus-shadow-rgb: 0, 140, 191;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #008cbf;
  --bs-btn-active-border-color: #008cbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #008cbf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #008cbf;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #ff9700;
  --bs-btn-border-color: #ff9700;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff9700;
  --bs-btn-hover-border-color: #ff9700;
  --bs-btn-focus-shadow-rgb: 255, 151, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff9700;
  --bs-btn-active-border-color: #ff9700;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff9700;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff9700;
  --bs-gradient: none;
}

.btn-outline-tertiary {
  --bs-btn-color: #efefef;
  --bs-btn-border-color: #efefef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #efefef;
  --bs-btn-hover-border-color: #efefef;
  --bs-btn-focus-shadow-rgb: 239, 239, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #efefef;
  --bs-btn-active-border-color: #efefef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #efefef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #efefef;
  --bs-gradient: none;
}

.btn-outline-quaternary {
  --bs-btn-color: #33464b;
  --bs-btn-border-color: #33464b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #33464b;
  --bs-btn-hover-border-color: #33464b;
  --bs-btn-focus-shadow-rgb: 51, 70, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #33464b;
  --bs-btn-active-border-color: #33464b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #33464b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #33464b;
  --bs-gradient: none;
}

.btn-outline-quinary {
  --bs-btn-color: #afafaf;
  --bs-btn-border-color: #afafaf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #afafaf;
  --bs-btn-hover-border-color: #afafaf;
  --bs-btn-focus-shadow-rgb: 175, 175, 175;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #afafaf;
  --bs-btn-active-border-color: #afafaf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #afafaf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #afafaf;
  --bs-gradient: none;
}

.btn-outline-senary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-septenary {
  --bs-btn-color: #f7f7f7;
  --bs-btn-border-color: #f7f7f7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f7f7f7;
  --bs-btn-focus-shadow-rgb: 247, 247, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f7f7f7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f7f7f7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7f7f7;
  --bs-gradient: none;
}

.btn-outline-octonary, .rednaoExtraProductForm .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove {
  --bs-btn-color: #e6e6e6;
  --bs-btn-border-color: #e6e6e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e6e6e6;
  --bs-btn-hover-border-color: #e6e6e6;
  --bs-btn-focus-shadow-rgb: 230, 230, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e6e6e6;
  --bs-btn-active-border-color: #e6e6e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e6e6e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e6e6e6;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 0, 119, 162;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .woocommerce-info .btn-group-lg > .woocommerce-Button, .woocommerce-MyAccount-content .btn-group-lg > a.button, .woocommerce-MyAccount-content form .btn-group-lg > button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-lg > button, #customer_login form .btn-group-lg > button[type=submit], .shop-filters .widget_price_filter .btn-group-lg > button, form.checkout.woocommerce-checkout #payment .place-order.btn-group-lg > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-lg > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-lg > button, .woocommerce-form-coupon .btn-group-lg > .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-lg > .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group-lg > input, .rednaoExtraProductForm .btn-group-lg > .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group-lg > .repeaterRemove, .single-product .summary form.cart .btn-group-lg > a.button, .single-product .summary form.cart .btn-group-lg > button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-lg > button, .wp-block-file .btn-group-lg > a.wp-block-file__button {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn, .woocommerce-info .btn-group-sm > .woocommerce-Button, .woocommerce-MyAccount-content .btn-group-sm > a.button, .woocommerce-MyAccount-content form .btn-group-sm > button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-sm > button, #customer_login form .btn-group-sm > button[type=submit], .shop-filters .widget_price_filter .btn-group-sm > button, form.checkout.woocommerce-checkout #payment .place-order.btn-group-sm > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-sm > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-sm > button, .woocommerce-form-coupon .btn-group-sm > .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-sm > .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group-sm > input, .rednaoExtraProductForm .btn-group-sm > .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group-sm > .repeaterRemove, .single-product .summary form.cart .btn-group-sm > a.button, .single-product .summary form.cart .btn-group-sm > button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-sm > button, .wp-block-file .btn-group-sm > a.wp-block-file__button {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #008cbf;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1700px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #008cbf;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .woocommerce-info .btn-group > .woocommerce-Button, .woocommerce-MyAccount-content .btn-group > a.button, .woocommerce-MyAccount-content form .btn-group > button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button, #customer_login form .btn-group > button[type=submit], .shop-filters .widget_price_filter .btn-group > button, form.checkout.woocommerce-checkout #payment .place-order.btn-group > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button, .woocommerce-form-coupon .btn-group > .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group > input, .rednaoExtraProductForm .btn-group > .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group > .repeaterRemove, .single-product .summary form.cart .btn-group > a.button, .single-product .summary form.cart .btn-group > button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button, .wp-block-file .btn-group > a.wp-block-file__button,
.btn-group-vertical > .btn,
.woocommerce-info .btn-group-vertical > .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group-vertical > a.button,
.woocommerce-MyAccount-content form .btn-group-vertical > button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button,
#customer_login form .btn-group-vertical > button[type=submit],
.shop-filters .widget_price_filter .btn-group-vertical > button,
form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button,
.woocommerce-form-coupon .btn-group-vertical > .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group-vertical > input,
.rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove,
.single-product .summary form.cart .btn-group-vertical > a.button,
.single-product .summary form.cart .btn-group-vertical > button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button,
.wp-block-file .btn-group-vertical > a.wp-block-file__button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .woocommerce-info .btn-group > .btn-check:checked + .woocommerce-Button, .woocommerce-MyAccount-content .btn-group > .btn-check:checked + a.button, .woocommerce-MyAccount-content form .btn-group > .btn-check:checked + button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > .btn-check:checked + button, #customer_login form .btn-group > .btn-check:checked + button[type=submit], .shop-filters .widget_price_filter .btn-group > .btn-check:checked + button, form.checkout.woocommerce-checkout #payment .place-order.btn-group > .btn-check:checked + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > .btn-check:checked + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > .btn-check:checked + button, .woocommerce-form-coupon .btn-group > .btn-check:checked + .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .btn-check:checked + .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group > .btn-check:checked + input, .rednaoExtraProductForm .btn-group > .btn-check:checked + .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group > .btn-check:checked + .repeaterRemove, .single-product .summary form.cart .btn-group > .btn-check:checked + a.button, .single-product .summary form.cart .btn-group > .btn-check:checked + button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group > .btn-check:checked + button, .wp-block-file .btn-group > .btn-check:checked + a.wp-block-file__button,
.btn-group > .btn-check:focus + .btn,
.woocommerce-info .btn-group > .btn-check:focus + .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group > .btn-check:focus + a.button,
.woocommerce-MyAccount-content form .btn-group > .btn-check:focus + button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > .btn-check:focus + button,
#customer_login form .btn-group > .btn-check:focus + button[type=submit],
.shop-filters .widget_price_filter .btn-group > .btn-check:focus + button,
form.checkout.woocommerce-checkout #payment .place-order.btn-group > .btn-check:focus + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > .btn-check:focus + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > .btn-check:focus + button,
.woocommerce-form-coupon .btn-group > .btn-check:focus + .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .btn-check:focus + .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group > .btn-check:focus + input,
.rednaoExtraProductForm .btn-group > .btn-check:focus + .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .btn-check:focus + .repeaterRemove,
.single-product .summary form.cart .btn-group > .btn-check:focus + a.button,
.single-product .summary form.cart .btn-group > .btn-check:focus + button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > .btn-check:focus + button,
.wp-block-file .btn-group > .btn-check:focus + a.wp-block-file__button,
.btn-group > .btn:hover,
.woocommerce-info .btn-group > .woocommerce-Button:hover,
.woocommerce-MyAccount-content .btn-group > a.button:hover,
.woocommerce-MyAccount-content form .btn-group > button:hover,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:hover,
#customer_login form .btn-group > button[type=submit]:hover,
.shop-filters .widget_price_filter .btn-group > button:hover,
form.checkout.woocommerce-checkout #payment .place-order.btn-group > button:hover,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:hover,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button:hover,
.woocommerce-form-coupon .btn-group > .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .wsc_share_cart:hover,
.thp-inner-popup .thp-popup-button .btn-group > input:hover,
.rednaoExtraProductForm .btn-group > .rnbtn[title=Add]:hover,
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .repeaterRemove:hover,
.single-product .summary form.cart .btn-group > a.button:hover,
.single-product .summary form.cart .btn-group > button.button:hover,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button:hover,
.wp-block-file .btn-group > a.wp-block-file__button:hover,
.btn-group > .btn:focus,
.woocommerce-info .btn-group > .woocommerce-Button:focus,
.woocommerce-MyAccount-content .btn-group > a.button:focus,
.woocommerce-MyAccount-content form .btn-group > button:focus,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:focus,
#customer_login form .btn-group > button[type=submit]:focus,
.shop-filters .widget_price_filter .btn-group > button:focus,
form.checkout.woocommerce-checkout #payment .place-order.btn-group > button:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button:focus,
.woocommerce-form-coupon .btn-group > .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .wsc_share_cart:focus,
.thp-inner-popup .thp-popup-button .btn-group > input:focus,
.rednaoExtraProductForm .btn-group > .rnbtn[title=Add]:focus,
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .repeaterRemove:focus,
.single-product .summary form.cart .btn-group > a.button:focus,
.single-product .summary form.cart .btn-group > button.button:focus,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button:focus,
.wp-block-file .btn-group > a.wp-block-file__button:focus,
.btn-group > .btn:active,
.woocommerce-info .btn-group > .woocommerce-Button:active,
.woocommerce-MyAccount-content .btn-group > a.button:active,
.woocommerce-MyAccount-content form .btn-group > button:active,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:active,
#customer_login form .btn-group > button[type=submit]:active,
.shop-filters .widget_price_filter .btn-group > button:active,
form.checkout.woocommerce-checkout #payment .place-order.btn-group > button:active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button:active,
.woocommerce-form-coupon .btn-group > .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .wsc_share_cart:active,
.thp-inner-popup .thp-popup-button .btn-group > input:active,
.rednaoExtraProductForm .btn-group > .rnbtn[title=Add]:active,
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .repeaterRemove:active,
.single-product .summary form.cart .btn-group > a.button:active,
.single-product .summary form.cart .btn-group > button.button:active,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button:active,
.wp-block-file .btn-group > a.wp-block-file__button:active,
.btn-group > .btn.active,
.woocommerce-info .btn-group > .active.woocommerce-Button,
.woocommerce-MyAccount-content .btn-group > a.active.button,
.woocommerce-MyAccount-content form .btn-group > button.active,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button.active,
#customer_login form .btn-group > button.active[type=submit],
.shop-filters .widget_price_filter .btn-group > button.active,
form.checkout.woocommerce-checkout #payment .place-order.btn-group > button.active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button.active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button.active,
.woocommerce-form-coupon .btn-group > .active.button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .active.wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group > input.active,
.rednaoExtraProductForm .btn-group > .active.rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .active.repeaterRemove,
.single-product .summary form.cart .btn-group > a.active.button,
.single-product .summary form.cart .btn-group > button.active.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button.active,
.wp-block-file .btn-group > a.active.wp-block-file__button,
.btn-group-vertical > .btn-check:checked + .btn,
.woocommerce-info .btn-group-vertical > .btn-check:checked + .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-check:checked + a.button,
.woocommerce-MyAccount-content form .btn-group-vertical > .btn-check:checked + button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .btn-check:checked + button,
#customer_login form .btn-group-vertical > .btn-check:checked + button[type=submit],
.shop-filters .widget_price_filter .btn-group-vertical > .btn-check:checked + button,
form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .btn-check:checked + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .btn-check:checked + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .btn-check:checked + button,
.woocommerce-form-coupon .btn-group-vertical > .btn-check:checked + .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .btn-check:checked + .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group-vertical > .btn-check:checked + input,
.rednaoExtraProductForm .btn-group-vertical > .btn-check:checked + .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .btn-check:checked + .repeaterRemove,
.single-product .summary form.cart .btn-group-vertical > .btn-check:checked + a.button,
.single-product .summary form.cart .btn-group-vertical > .btn-check:checked + button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .btn-check:checked + button,
.wp-block-file .btn-group-vertical > .btn-check:checked + a.wp-block-file__button,
.btn-group-vertical > .btn-check:focus + .btn,
.woocommerce-info .btn-group-vertical > .btn-check:focus + .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-check:focus + a.button,
.woocommerce-MyAccount-content form .btn-group-vertical > .btn-check:focus + button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .btn-check:focus + button,
#customer_login form .btn-group-vertical > .btn-check:focus + button[type=submit],
.shop-filters .widget_price_filter .btn-group-vertical > .btn-check:focus + button,
form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .btn-check:focus + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .btn-check:focus + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .btn-check:focus + button,
.woocommerce-form-coupon .btn-group-vertical > .btn-check:focus + .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .btn-check:focus + .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group-vertical > .btn-check:focus + input,
.rednaoExtraProductForm .btn-group-vertical > .btn-check:focus + .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .btn-check:focus + .repeaterRemove,
.single-product .summary form.cart .btn-group-vertical > .btn-check:focus + a.button,
.single-product .summary form.cart .btn-group-vertical > .btn-check:focus + button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .btn-check:focus + button,
.wp-block-file .btn-group-vertical > .btn-check:focus + a.wp-block-file__button,
.btn-group-vertical > .btn:hover,
.woocommerce-info .btn-group-vertical > .woocommerce-Button:hover,
.woocommerce-MyAccount-content .btn-group-vertical > a.button:hover,
.woocommerce-MyAccount-content form .btn-group-vertical > button:hover,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:hover,
#customer_login form .btn-group-vertical > button[type=submit]:hover,
.shop-filters .widget_price_filter .btn-group-vertical > button:hover,
form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button:hover,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:hover,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button:hover,
.woocommerce-form-coupon .btn-group-vertical > .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart:hover,
.thp-inner-popup .thp-popup-button .btn-group-vertical > input:hover,
.rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add]:hover,
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove:hover,
.single-product .summary form.cart .btn-group-vertical > a.button:hover,
.single-product .summary form.cart .btn-group-vertical > button.button:hover,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button:hover,
.wp-block-file .btn-group-vertical > a.wp-block-file__button:hover,
.btn-group-vertical > .btn:focus,
.woocommerce-info .btn-group-vertical > .woocommerce-Button:focus,
.woocommerce-MyAccount-content .btn-group-vertical > a.button:focus,
.woocommerce-MyAccount-content form .btn-group-vertical > button:focus,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:focus,
#customer_login form .btn-group-vertical > button[type=submit]:focus,
.shop-filters .widget_price_filter .btn-group-vertical > button:focus,
form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:focus,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button:focus,
.woocommerce-form-coupon .btn-group-vertical > .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart:focus,
.thp-inner-popup .thp-popup-button .btn-group-vertical > input:focus,
.rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add]:focus,
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove:focus,
.single-product .summary form.cart .btn-group-vertical > a.button:focus,
.single-product .summary form.cart .btn-group-vertical > button.button:focus,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button:focus,
.wp-block-file .btn-group-vertical > a.wp-block-file__button:focus,
.btn-group-vertical > .btn:active,
.woocommerce-info .btn-group-vertical > .woocommerce-Button:active,
.woocommerce-MyAccount-content .btn-group-vertical > a.button:active,
.woocommerce-MyAccount-content form .btn-group-vertical > button:active,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:active,
#customer_login form .btn-group-vertical > button[type=submit]:active,
.shop-filters .widget_price_filter .btn-group-vertical > button:active,
form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button:active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button:active,
.woocommerce-form-coupon .btn-group-vertical > .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart:active,
.thp-inner-popup .thp-popup-button .btn-group-vertical > input:active,
.rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add]:active,
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove:active,
.single-product .summary form.cart .btn-group-vertical > a.button:active,
.single-product .summary form.cart .btn-group-vertical > button.button:active,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button:active,
.wp-block-file .btn-group-vertical > a.wp-block-file__button:active,
.btn-group-vertical > .btn.active,
.woocommerce-info .btn-group-vertical > .active.woocommerce-Button,
.woocommerce-MyAccount-content .btn-group-vertical > a.active.button,
.woocommerce-MyAccount-content form .btn-group-vertical > button.active,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button.active,
#customer_login form .btn-group-vertical > button.active[type=submit],
.shop-filters .widget_price_filter .btn-group-vertical > button.active,
form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button.active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button.active,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button.active,
.woocommerce-form-coupon .btn-group-vertical > .active.button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .active.wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group-vertical > input.active,
.rednaoExtraProductForm .btn-group-vertical > .active.rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .active.repeaterRemove,
.single-product .summary form.cart .btn-group-vertical > a.active.button,
.single-product .summary form.cart .btn-group-vertical > button.active.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button.active,
.wp-block-file .btn-group-vertical > a.active.wp-block-file__button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group, .btn-toolbar .single-product-container .product .woo-product-quantity-input .quantity, .single-product-container .product .woo-product-quantity-input .btn-toolbar .quantity {
  width: auto;
}

.btn-group {
  border-radius: 4px;
}
.btn-group > :not(.btn-check:first-child) + .btn, .woocommerce-info .btn-group > :not(.btn-check:first-child) + .woocommerce-Button, .woocommerce-MyAccount-content .btn-group > :not(.btn-check:first-child) + a.button, .woocommerce-MyAccount-content form .btn-group > :not(.btn-check:first-child) + button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > :not(.btn-check:first-child) + button, #customer_login form .btn-group > :not(.btn-check:first-child) + button[type=submit], .shop-filters .widget_price_filter .btn-group > :not(.btn-check:first-child) + button, form.checkout.woocommerce-checkout #payment .place-order.btn-group > :not(.btn-check:first-child) + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > :not(.btn-check:first-child) + button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > :not(.btn-check:first-child) + button, .woocommerce-form-coupon .btn-group > :not(.btn-check:first-child) + .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > :not(.btn-check:first-child) + .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group > :not(.btn-check:first-child) + input, .rednaoExtraProductForm .btn-group > :not(.btn-check:first-child) + .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group > :not(.btn-check:first-child) + .repeaterRemove, .single-product .summary form.cart .btn-group > :not(.btn-check:first-child) + a.button, .single-product .summary form.cart .btn-group > :not(.btn-check:first-child) + button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group > :not(.btn-check:first-child) + button, .wp-block-file .btn-group > :not(.btn-check:first-child) + a.wp-block-file__button,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group > .woocommerce-Button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content form .btn-group > button:not(:last-child):not(.dropdown-toggle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:not(:last-child):not(.dropdown-toggle), #customer_login form .btn-group > button[type=submit]:not(:last-child):not(.dropdown-toggle), .shop-filters .widget_price_filter .btn-group > button:not(:last-child):not(.dropdown-toggle), form.checkout.woocommerce-checkout #payment .place-order.btn-group > button:not(:last-child):not(.dropdown-toggle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:not(:last-child):not(.dropdown-toggle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button:not(:last-child):not(.dropdown-toggle), .woocommerce-form-coupon .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .wsc_share_cart:not(:last-child):not(.dropdown-toggle), .thp-inner-popup .thp-popup-button .btn-group > input:not(:last-child):not(.dropdown-toggle), .rednaoExtraProductForm .btn-group > .rnbtn[title=Add]:not(:last-child):not(.dropdown-toggle), .rednaoExtraProductForm .rnRepeaterItem .btn-group > .repeaterRemove:not(:last-child):not(.dropdown-toggle), .single-product .summary form.cart .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .single-product .summary form.cart .btn-group > button.button:not(:last-child):not(.dropdown-toggle), form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button:not(:last-child):not(.dropdown-toggle), .wp-block-file .btn-group > a.wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.woocommerce-info .btn-group > .dropdown-toggle-split.woocommerce-Button:first-child,
.woocommerce-MyAccount-content .btn-group > a.dropdown-toggle-split.button:first-child,
.woocommerce-MyAccount-content form .btn-group > button.dropdown-toggle-split:first-child,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button.dropdown-toggle-split:first-child,
#customer_login form .btn-group > button.dropdown-toggle-split[type=submit]:first-child,
.shop-filters .widget_price_filter .btn-group > button.dropdown-toggle-split:first-child,
form.checkout.woocommerce-checkout #payment .place-order.btn-group > button.dropdown-toggle-split:first-child,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button.dropdown-toggle-split:first-child,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button.dropdown-toggle-split:first-child,
.woocommerce-form-coupon .btn-group > .dropdown-toggle-split.button:first-child,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .dropdown-toggle-split.wsc_share_cart:first-child,
.thp-inner-popup .thp-popup-button .btn-group > input.dropdown-toggle-split:first-child,
.rednaoExtraProductForm .btn-group > .dropdown-toggle-split.rnbtn[title=Add]:first-child,
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .dropdown-toggle-split.repeaterRemove:first-child,
.single-product .summary form.cart .btn-group > a.dropdown-toggle-split.button:first-child,
.single-product .summary form.cart .btn-group > button.dropdown-toggle-split.button:first-child,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button.dropdown-toggle-split:first-child,
.wp-block-file .btn-group > a.dropdown-toggle-split.wp-block-file__button:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.woocommerce-info .btn-group > .btn-group:not(:last-child) > .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group > .btn-group:not(:last-child) > a.button,
.woocommerce-MyAccount-content form .btn-group > .btn-group:not(:last-child) > button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group > #crafty_shipping_button.btn-group:not(:last-child) > button,
#customer_login form .btn-group > .btn-group:not(:last-child) > button[type=submit],
.shop-filters .widget_price_filter .btn-group > .btn-group:not(:last-child) > button,
form.checkout.woocommerce-checkout #payment .btn-group > .place-order.btn-group:not(:last-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group > #crafty_shipping_button.btn-group:not(:last-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .btn-group > #crafty_billing_button.btn-group:not(:last-child) > button,
.woocommerce-form-coupon .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .btn-group:not(:last-child) > .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group > .btn-group:not(:last-child) > input,
.rednaoExtraProductForm .btn-group > .btn-group:not(:last-child) > .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .btn-group:not(:last-child) > .repeaterRemove,
.single-product .summary form.cart .btn-group > .btn-group:not(:last-child) > a.button,
.single-product .summary form.cart .btn-group > .btn-group:not(:last-child) > button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > .btn-group:not(:last-child) > button,
.wp-block-file .btn-group > .btn-group:not(:last-child) > a.wp-block-file__button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .woocommerce-info .btn-group > .woocommerce-Button:nth-child(n+3), .woocommerce-MyAccount-content .btn-group > a.button:nth-child(n+3), .woocommerce-MyAccount-content form .btn-group > button:nth-child(n+3), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:nth-child(n+3), #customer_login form .btn-group > button[type=submit]:nth-child(n+3), .shop-filters .widget_price_filter .btn-group > button:nth-child(n+3), form.checkout.woocommerce-checkout #payment .place-order.btn-group > button:nth-child(n+3), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > button:nth-child(n+3), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > button:nth-child(n+3), .woocommerce-form-coupon .btn-group > .button:nth-child(n+3), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .wsc_share_cart:nth-child(n+3), .thp-inner-popup .thp-popup-button .btn-group > input:nth-child(n+3), .rednaoExtraProductForm .btn-group > .rnbtn[title=Add]:nth-child(n+3), .rednaoExtraProductForm .rnRepeaterItem .btn-group > .repeaterRemove:nth-child(n+3), .single-product .summary form.cart .btn-group > a.button:nth-child(n+3), .single-product .summary form.cart .btn-group > button.button:nth-child(n+3), form .frm_form_fields .frm_fields_container .frm_submit .btn-group > button:nth-child(n+3), .wp-block-file .btn-group > a.wp-block-file__button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.woocommerce-info .btn-group > :not(.btn-check) + .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group > :not(.btn-check) + a.button,
.woocommerce-MyAccount-content form .btn-group > :not(.btn-check) + button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > :not(.btn-check) + button,
#customer_login form .btn-group > :not(.btn-check) + button[type=submit],
.shop-filters .widget_price_filter .btn-group > :not(.btn-check) + button,
form.checkout.woocommerce-checkout #payment .place-order.btn-group > :not(.btn-check) + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group > :not(.btn-check) + button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group > :not(.btn-check) + button,
.woocommerce-form-coupon .btn-group > :not(.btn-check) + .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > :not(.btn-check) + .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group > :not(.btn-check) + input,
.rednaoExtraProductForm .btn-group > :not(.btn-check) + .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group > :not(.btn-check) + .repeaterRemove,
.single-product .summary form.cart .btn-group > :not(.btn-check) + a.button,
.single-product .summary form.cart .btn-group > :not(.btn-check) + button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > :not(.btn-check) + button,
.wp-block-file .btn-group > :not(.btn-check) + a.wp-block-file__button,
.btn-group > .btn-group:not(:first-child) > .btn,
.woocommerce-info .btn-group > .btn-group:not(:first-child) > .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group > .btn-group:not(:first-child) > a.button,
.woocommerce-MyAccount-content form .btn-group > .btn-group:not(:first-child) > button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group > #crafty_shipping_button.btn-group:not(:first-child) > button,
#customer_login form .btn-group > .btn-group:not(:first-child) > button[type=submit],
.shop-filters .widget_price_filter .btn-group > .btn-group:not(:first-child) > button,
form.checkout.woocommerce-checkout #payment .btn-group > .place-order.btn-group:not(:first-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group > #crafty_shipping_button.btn-group:not(:first-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .btn-group > #crafty_billing_button.btn-group:not(:first-child) > button,
.woocommerce-form-coupon .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group > .btn-group:not(:first-child) > .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group > .btn-group:not(:first-child) > input,
.rednaoExtraProductForm .btn-group > .btn-group:not(:first-child) > .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group > .btn-group:not(:first-child) > .repeaterRemove,
.single-product .summary form.cart .btn-group > .btn-group:not(:first-child) > a.button,
.single-product .summary form.cart .btn-group > .btn-group:not(:first-child) > button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group > .btn-group:not(:first-child) > button,
.wp-block-file .btn-group > .btn-group:not(:first-child) > a.wp-block-file__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .woocommerce-info .btn-group-sm > .woocommerce-Button + .dropdown-toggle-split, .woocommerce-MyAccount-content .btn-group-sm > a.button + .dropdown-toggle-split, .woocommerce-MyAccount-content form .btn-group-sm > button + .dropdown-toggle-split, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-sm > button + .dropdown-toggle-split, #customer_login form .btn-group-sm > button[type=submit] + .dropdown-toggle-split, .shop-filters .widget_price_filter .btn-group-sm > button + .dropdown-toggle-split, form.checkout.woocommerce-checkout #payment .place-order.btn-group-sm > button + .dropdown-toggle-split, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-sm > button + .dropdown-toggle-split, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-sm > button + .dropdown-toggle-split, .woocommerce-form-coupon .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-sm > .wsc_share_cart + .dropdown-toggle-split, .thp-inner-popup .thp-popup-button .btn-group-sm > input + .dropdown-toggle-split, .rednaoExtraProductForm .btn-group-sm > .rnbtn[title=Add] + .dropdown-toggle-split, .rednaoExtraProductForm .rnRepeaterItem .btn-group-sm > .repeaterRemove + .dropdown-toggle-split, .single-product .summary form.cart .btn-group-sm > a.button + .dropdown-toggle-split, .single-product .summary form.cart .btn-group-sm > button.button + .dropdown-toggle-split, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-sm > button + .dropdown-toggle-split, .wp-block-file .btn-group-sm > a.wp-block-file__button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .woocommerce-info .btn-group-lg > .woocommerce-Button + .dropdown-toggle-split, .woocommerce-MyAccount-content .btn-group-lg > a.button + .dropdown-toggle-split, .woocommerce-MyAccount-content form .btn-group-lg > button + .dropdown-toggle-split, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-lg > button + .dropdown-toggle-split, #customer_login form .btn-group-lg > button[type=submit] + .dropdown-toggle-split, .shop-filters .widget_price_filter .btn-group-lg > button + .dropdown-toggle-split, form.checkout.woocommerce-checkout #payment .place-order.btn-group-lg > button + .dropdown-toggle-split, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-lg > button + .dropdown-toggle-split, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-lg > button + .dropdown-toggle-split, .woocommerce-form-coupon .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-lg > .wsc_share_cart + .dropdown-toggle-split, .thp-inner-popup .thp-popup-button .btn-group-lg > input + .dropdown-toggle-split, .rednaoExtraProductForm .btn-group-lg > .rnbtn[title=Add] + .dropdown-toggle-split, .rednaoExtraProductForm .rnRepeaterItem .btn-group-lg > .repeaterRemove + .dropdown-toggle-split, .single-product .summary form.cart .btn-group-lg > a.button + .dropdown-toggle-split, .single-product .summary form.cart .btn-group-lg > button.button + .dropdown-toggle-split, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-lg > button + .dropdown-toggle-split, .wp-block-file .btn-group-lg > a.wp-block-file__button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .woocommerce-info .btn-group-vertical > .woocommerce-Button, .woocommerce-MyAccount-content .btn-group-vertical > a.button, .woocommerce-MyAccount-content form .btn-group-vertical > button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button, #customer_login form .btn-group-vertical > button[type=submit], .shop-filters .widget_price_filter .btn-group-vertical > button, form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button, .woocommerce-form-coupon .btn-group-vertical > .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group-vertical > input, .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove, .single-product .summary form.cart .btn-group-vertical > a.button, .single-product .summary form.cart .btn-group-vertical > button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button, .wp-block-file .btn-group-vertical > a.wp-block-file__button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .woocommerce-info .btn-group-vertical > .woocommerce-Button:not(:first-child), .woocommerce-MyAccount-content .btn-group-vertical > a.button:not(:first-child), .woocommerce-MyAccount-content form .btn-group-vertical > button:not(:first-child), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:not(:first-child), #customer_login form .btn-group-vertical > button[type=submit]:not(:first-child), .shop-filters .widget_price_filter .btn-group-vertical > button:not(:first-child), form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button:not(:first-child), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:not(:first-child), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button:not(:first-child), .woocommerce-form-coupon .btn-group-vertical > .button:not(:first-child), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart:not(:first-child), .thp-inner-popup .thp-popup-button .btn-group-vertical > input:not(:first-child), .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add]:not(:first-child), .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove:not(:first-child), .single-product .summary form.cart .btn-group-vertical > a.button:not(:first-child), .single-product .summary form.cart .btn-group-vertical > button.button:not(:first-child), form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button:not(:first-child), .wp-block-file .btn-group-vertical > a.wp-block-file__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group-vertical > .woocommerce-Button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content form .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), #customer_login form .btn-group-vertical > button[type=submit]:not(:last-child):not(.dropdown-toggle), .shop-filters .widget_price_filter .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .woocommerce-form-coupon .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart:not(:last-child):not(.dropdown-toggle), .thp-inner-popup .thp-popup-button .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle), .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add]:not(:last-child):not(.dropdown-toggle), .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove:not(:last-child):not(.dropdown-toggle), .single-product .summary form.cart .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .single-product .summary form.cart .btn-group-vertical > button.button:not(:last-child):not(.dropdown-toggle), form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .wp-block-file .btn-group-vertical > a.wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.woocommerce-info .btn-group-vertical > .btn-group:not(:last-child) > .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.woocommerce-MyAccount-content form .btn-group-vertical > .btn-group:not(:last-child) > button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group-vertical > #crafty_shipping_button.btn-group:not(:last-child) > button,
#customer_login form .btn-group-vertical > .btn-group:not(:last-child) > button[type=submit],
.shop-filters .widget_price_filter .btn-group-vertical > .btn-group:not(:last-child) > button,
form.checkout.woocommerce-checkout #payment .btn-group-vertical > .place-order.btn-group:not(:last-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group-vertical > #crafty_shipping_button.btn-group:not(:last-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .btn-group-vertical > #crafty_billing_button.btn-group:not(:last-child) > button,
.woocommerce-form-coupon .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .btn-group:not(:last-child) > .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group-vertical > .btn-group:not(:last-child) > input,
.rednaoExtraProductForm .btn-group-vertical > .btn-group:not(:last-child) > .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .btn-group:not(:last-child) > .repeaterRemove,
.single-product .summary form.cart .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.single-product .summary form.cart .btn-group-vertical > .btn-group:not(:last-child) > button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .btn-group:not(:last-child) > button,
.wp-block-file .btn-group-vertical > .btn-group:not(:last-child) > a.wp-block-file__button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ .btn, .woocommerce-info .btn-group-vertical > .btn ~ .woocommerce-Button, .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ .woocommerce-Button, .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ .btn, .woocommerce-MyAccount-content .woocommerce-info .btn-group-vertical > a.button ~ .woocommerce-Button, .woocommerce-info .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ .woocommerce-Button, .woocommerce-MyAccount-content .btn-group-vertical > .btn ~ a.button, .woocommerce-MyAccount-content .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ a.button, .woocommerce-info .woocommerce-MyAccount-content .btn-group-vertical > .woocommerce-Button ~ a.button, .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ a.button, .woocommerce-MyAccount-content form .btn-group-vertical > button ~ .btn, .woocommerce-MyAccount-content form .woocommerce-info .btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-info .woocommerce-MyAccount-content form .btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-MyAccount-content form .btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form .btn-group-vertical > .btn ~ button, .woocommerce-MyAccount-content form .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-info .woocommerce-MyAccount-content form .btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-MyAccount-content form .btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form .btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .btn, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button.btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .woocommerce-Button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content #crafty_shipping_button.btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ a.button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button.btn-group-vertical > button ~ button, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .btn ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button.btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .woocommerce-Button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content #crafty_shipping_button.btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > a.button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button.btn-group-vertical > button ~ button, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login form .btn-group-vertical > button[type=submit] ~ .btn, #customer_login form .woocommerce-info .btn-group-vertical > button[type=submit] ~ .woocommerce-Button, .woocommerce-info #customer_login form .btn-group-vertical > button[type=submit] ~ .woocommerce-Button, #customer_login form .woocommerce-MyAccount-content .btn-group-vertical > button[type=submit] ~ a.button, .woocommerce-MyAccount-content #customer_login form .btn-group-vertical > button[type=submit] ~ a.button, #customer_login .woocommerce-MyAccount-content form .btn-group-vertical > button[type=submit] ~ button, .woocommerce-MyAccount-content #customer_login form .btn-group-vertical > button[type=submit] ~ button, #customer_login form .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button[type=submit] ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper form #crafty_shipping_button.btn-group-vertical > button[type=submit] ~ button, #customer_login form .btn-group-vertical > .btn ~ button[type=submit], #customer_login form .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ button[type=submit], .woocommerce-info #customer_login form .btn-group-vertical > .woocommerce-Button ~ button[type=submit], #customer_login form .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ button[type=submit], .woocommerce-MyAccount-content #customer_login form .btn-group-vertical > a.button ~ button[type=submit], #customer_login .woocommerce-MyAccount-content form .btn-group-vertical > button ~ button[type=submit], .woocommerce-MyAccount-content #customer_login form .btn-group-vertical > button ~ button[type=submit], #customer_login form .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button[type=submit], #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper form #crafty_shipping_button.btn-group-vertical > button ~ button[type=submit], #customer_login form .btn-group-vertical > button[type=submit] ~ button[type=submit], .shop-filters .widget_price_filter .btn-group-vertical > button ~ .btn, .shop-filters .widget_price_filter .woocommerce-info .btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-info .shop-filters .widget_price_filter .btn-group-vertical > button ~ .woocommerce-Button, .shop-filters .widget_price_filter .woocommerce-MyAccount-content .btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content .shop-filters .widget_price_filter .btn-group-vertical > button ~ a.button, .shop-filters .widget_price_filter .woocommerce-MyAccount-content form .btn-group-vertical > button ~ button, .woocommerce-MyAccount-content form .shop-filters .widget_price_filter .btn-group-vertical > button ~ button, .shop-filters .widget_price_filter #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .shop-filters .widget_price_filter #crafty_shipping_button.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter #customer_login form .btn-group-vertical > button ~ button[type=submit], #customer_login form .shop-filters .widget_price_filter .btn-group-vertical > button ~ button[type=submit], .shop-filters .widget_price_filter .btn-group-vertical > .btn ~ button, .shop-filters .widget_price_filter .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-info .shop-filters .widget_price_filter .btn-group-vertical > .woocommerce-Button ~ button, .shop-filters .widget_price_filter .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content .shop-filters .widget_price_filter .btn-group-vertical > a.button ~ button, .shop-filters .widget_price_filter .woocommerce-MyAccount-content form .btn-group-vertical > button ~ button, .woocommerce-MyAccount-content form .shop-filters .widget_price_filter .btn-group-vertical > button ~ button, .shop-filters .widget_price_filter #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .shop-filters .widget_price_filter #crafty_shipping_button.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter #customer_login form .btn-group-vertical > button[type=submit] ~ button, #customer_login form .shop-filters .widget_price_filter .btn-group-vertical > button[type=submit] ~ button, .shop-filters .widget_price_filter .btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ .btn, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order.btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ .woocommerce-Button, form.checkout.woocommerce-checkout #payment .woocommerce-MyAccount-content .place-order.btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.place-order.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper form.checkout.woocommerce-checkout #payment #crafty_shipping_button.place-order.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ button[type=submit], form.checkout.woocommerce-checkout #payment .shop-filters .widget_price_filter .place-order.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .btn ~ button, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order.btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .woocommerce-Button ~ button, form.checkout.woocommerce-checkout #payment .woocommerce-MyAccount-content .place-order.btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.place-order.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper form.checkout.woocommerce-checkout #payment #crafty_shipping_button.place-order.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button[type=submit] ~ button, form.checkout.woocommerce-checkout #payment .shop-filters .widget_price_filter .place-order.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .btn, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button.btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .woocommerce-Button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content #crafty_shipping_button.btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button[type=submit], form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .shop-filters .widget_price_filter #crafty_shipping_button.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #payment .place-order#crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .place-order#crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .btn ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button.btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .woocommerce-Button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content #crafty_shipping_button.btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button[type=submit] ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .shop-filters .widget_price_filter #crafty_shipping_button.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #payment .place-order#crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .place-order#crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ .btn, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button.btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ .woocommerce-Button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-MyAccount-content #crafty_billing_button.btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button[type=submit], form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .shop-filters .widget_price_filter #crafty_billing_button.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #payment .place-order#crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .place-order#crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .btn ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button.btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .woocommerce-Button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-MyAccount-content #crafty_billing_button.btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button[type=submit] ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .shop-filters .widget_price_filter #crafty_billing_button.btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #payment .place-order#crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .place-order#crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button, .woocommerce-form-coupon .btn-group-vertical > .button ~ .btn, .woocommerce-form-coupon .woocommerce-info .btn-group-vertical > .button ~ .woocommerce-Button, .woocommerce-info .woocommerce-form-coupon .btn-group-vertical > .button ~ .woocommerce-Button, .woocommerce-form-coupon .woocommerce-MyAccount-content .btn-group-vertical > .button ~ a.button, .woocommerce-MyAccount-content .woocommerce-form-coupon .btn-group-vertical > .button ~ a.button, .woocommerce-form-coupon .woocommerce-MyAccount-content form .btn-group-vertical > .button ~ button, .woocommerce-MyAccount-content form .woocommerce-form-coupon .btn-group-vertical > .button ~ button, .woocommerce-form-coupon #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-form-coupon #crafty_shipping_button.btn-group-vertical > .button ~ button, .woocommerce-form-coupon #customer_login form .btn-group-vertical > .button ~ button[type=submit], #customer_login form .woocommerce-form-coupon .btn-group-vertical > .button ~ button[type=submit], .woocommerce-form-coupon .shop-filters .widget_price_filter .btn-group-vertical > .button ~ button, .shop-filters .widget_price_filter .woocommerce-form-coupon .btn-group-vertical > .button ~ button, .woocommerce-form-coupon form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .button ~ button, form.checkout.woocommerce-checkout #payment .woocommerce-form-coupon .place-order.btn-group-vertical > .button ~ button, .woocommerce-form-coupon form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-form-coupon #crafty_shipping_button.btn-group-vertical > .button ~ button, .woocommerce-form-coupon form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-form-coupon #crafty_billing_button.btn-group-vertical > .button ~ button, .woocommerce-form-coupon .btn-group-vertical > .btn ~ .button, .woocommerce-form-coupon .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ .button, .woocommerce-info .woocommerce-form-coupon .btn-group-vertical > .woocommerce-Button ~ .button, .woocommerce-form-coupon .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ .button, .woocommerce-MyAccount-content .woocommerce-form-coupon .btn-group-vertical > a.button ~ .button, .woocommerce-form-coupon .woocommerce-MyAccount-content form .btn-group-vertical > button ~ .button, .woocommerce-MyAccount-content form .woocommerce-form-coupon .btn-group-vertical > button ~ .button, .woocommerce-form-coupon #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-form-coupon #crafty_shipping_button.btn-group-vertical > button ~ .button, .woocommerce-form-coupon #customer_login form .btn-group-vertical > button[type=submit] ~ .button, #customer_login form .woocommerce-form-coupon .btn-group-vertical > button[type=submit] ~ .button, .woocommerce-form-coupon .shop-filters .widget_price_filter .btn-group-vertical > button ~ .button, .shop-filters .widget_price_filter .woocommerce-form-coupon .btn-group-vertical > button ~ .button, .woocommerce-form-coupon form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ .button, form.checkout.woocommerce-checkout #payment .woocommerce-form-coupon .place-order.btn-group-vertical > button ~ .button, .woocommerce-form-coupon form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-form-coupon #crafty_shipping_button.btn-group-vertical > button ~ .button, .woocommerce-form-coupon form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ .button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-form-coupon #crafty_billing_button.btn-group-vertical > button ~ .button, .woocommerce-form-coupon .btn-group-vertical > .button ~ .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ .btn, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-info .btn-group-vertical > .wsc_share_cart ~ .woocommerce-Button, .woocommerce-info .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ .woocommerce-Button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-MyAccount-content .btn-group-vertical > .wsc_share_cart ~ a.button, .woocommerce-MyAccount-content .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ a.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-MyAccount-content form .btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-MyAccount-content form .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .wsc_share_cart ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #crafty_shipping_button.btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #customer_login form .btn-group-vertical > .wsc_share_cart ~ button[type=submit], #customer_login form .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ button[type=submit], .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .shop-filters .widget_price_filter .btn-group-vertical > .wsc_share_cart ~ button, .shop-filters .widget_price_filter .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .wsc_share_cart ~ button, form.checkout.woocommerce-checkout #payment .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .place-order.btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .wsc_share_cart ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #crafty_shipping_button.btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .wsc_share_cart ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #crafty_billing_button.btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-form-coupon .btn-group-vertical > .wsc_share_cart ~ .button, .woocommerce-form-coupon .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .btn ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ .wsc_share_cart, .woocommerce-info .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .woocommerce-Button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ .wsc_share_cart, .woocommerce-MyAccount-content .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > a.button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-MyAccount-content form .btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-MyAccount-content form .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .wsc_share_cart, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #crafty_shipping_button.btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #customer_login form .btn-group-vertical > button[type=submit] ~ .wsc_share_cart, #customer_login form .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > button[type=submit] ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .shop-filters .widget_price_filter .btn-group-vertical > button ~ .wsc_share_cart, .shop-filters .widget_price_filter .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ .wsc_share_cart, form.checkout.woocommerce-checkout #payment .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .place-order.btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .wsc_share_cart, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #crafty_shipping_button.btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ .wsc_share_cart, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns #crafty_billing_button.btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .woocommerce-form-coupon .btn-group-vertical > .button ~ .wsc_share_cart, .woocommerce-form-coupon .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ .btn, .thp-inner-popup .thp-popup-button .woocommerce-info .btn-group-vertical > input ~ .woocommerce-Button, .woocommerce-info .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ .woocommerce-Button, .thp-inner-popup .thp-popup-button .woocommerce-MyAccount-content .btn-group-vertical > input ~ a.button, .woocommerce-MyAccount-content .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ a.button, .thp-inner-popup .thp-popup-button .woocommerce-MyAccount-content form .btn-group-vertical > input ~ button, .woocommerce-MyAccount-content form .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ button, .thp-inner-popup .thp-popup-button #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > input ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .thp-inner-popup .thp-popup-button #crafty_shipping_button.btn-group-vertical > input ~ button, .thp-inner-popup .thp-popup-button #customer_login form .btn-group-vertical > input ~ button[type=submit], #customer_login form .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ button[type=submit], .thp-inner-popup .thp-popup-button .shop-filters .widget_price_filter .btn-group-vertical > input ~ button, .shop-filters .widget_price_filter .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ button, .thp-inner-popup .thp-popup-button form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > input ~ button, form.checkout.woocommerce-checkout #payment .thp-inner-popup .thp-popup-button .place-order.btn-group-vertical > input ~ button, .thp-inner-popup .thp-popup-button form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > input ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .thp-inner-popup .thp-popup-button #crafty_shipping_button.btn-group-vertical > input ~ button, .thp-inner-popup .thp-popup-button form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > input ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .thp-inner-popup .thp-popup-button #crafty_billing_button.btn-group-vertical > input ~ button, .thp-inner-popup .thp-popup-button .woocommerce-form-coupon .btn-group-vertical > input ~ .button, .woocommerce-form-coupon .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ .button, .thp-inner-popup .thp-popup-button .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > input ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ .wsc_share_cart, .thp-inner-popup .thp-popup-button .btn-group-vertical > .btn ~ input, .thp-inner-popup .thp-popup-button .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ input, .woocommerce-info .thp-inner-popup .thp-popup-button .btn-group-vertical > .woocommerce-Button ~ input, .thp-inner-popup .thp-popup-button .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ input, .woocommerce-MyAccount-content .thp-inner-popup .thp-popup-button .btn-group-vertical > a.button ~ input, .thp-inner-popup .thp-popup-button .woocommerce-MyAccount-content form .btn-group-vertical > button ~ input, .woocommerce-MyAccount-content form .thp-inner-popup .thp-popup-button .btn-group-vertical > button ~ input, .thp-inner-popup .thp-popup-button #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ input, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .thp-inner-popup .thp-popup-button #crafty_shipping_button.btn-group-vertical > button ~ input, .thp-inner-popup .thp-popup-button #customer_login form .btn-group-vertical > button[type=submit] ~ input, #customer_login form .thp-inner-popup .thp-popup-button .btn-group-vertical > button[type=submit] ~ input, .thp-inner-popup .thp-popup-button .shop-filters .widget_price_filter .btn-group-vertical > button ~ input, .shop-filters .widget_price_filter .thp-inner-popup .thp-popup-button .btn-group-vertical > button ~ input, .thp-inner-popup .thp-popup-button form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ input, form.checkout.woocommerce-checkout #payment .thp-inner-popup .thp-popup-button .place-order.btn-group-vertical > button ~ input, .thp-inner-popup .thp-popup-button form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ input, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .thp-inner-popup .thp-popup-button #crafty_shipping_button.btn-group-vertical > button ~ input, .thp-inner-popup .thp-popup-button form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ input, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .thp-inner-popup .thp-popup-button #crafty_billing_button.btn-group-vertical > button ~ input, .thp-inner-popup .thp-popup-button .woocommerce-form-coupon .btn-group-vertical > .button ~ input, .woocommerce-form-coupon .thp-inner-popup .thp-popup-button .btn-group-vertical > .button ~ input, .thp-inner-popup .thp-popup-button .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ input, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .thp-inner-popup .thp-popup-button .btn-group-vertical > .wsc_share_cart ~ input, .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ input, .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ .btn, .rednaoExtraProductForm .woocommerce-info .btn-group-vertical > .rnbtn[title=Add] ~ .woocommerce-Button, .woocommerce-info .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ .woocommerce-Button, .rednaoExtraProductForm .woocommerce-MyAccount-content .btn-group-vertical > .rnbtn[title=Add] ~ a.button, .woocommerce-MyAccount-content .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ a.button, .rednaoExtraProductForm .woocommerce-MyAccount-content form .btn-group-vertical > .rnbtn[title=Add] ~ button, .woocommerce-MyAccount-content form .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ button, .rednaoExtraProductForm #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .rnbtn[title=Add] ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm #crafty_shipping_button.btn-group-vertical > .rnbtn[title=Add] ~ button, .rednaoExtraProductForm #customer_login form .btn-group-vertical > .rnbtn[title=Add] ~ button[type=submit], #customer_login form .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ button[type=submit], .rednaoExtraProductForm .shop-filters .widget_price_filter .btn-group-vertical > .rnbtn[title=Add] ~ button, .shop-filters .widget_price_filter .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ button, .rednaoExtraProductForm form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .rnbtn[title=Add] ~ button, form.checkout.woocommerce-checkout #payment .rednaoExtraProductForm .place-order.btn-group-vertical > .rnbtn[title=Add] ~ button, .rednaoExtraProductForm form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .rnbtn[title=Add] ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm #crafty_shipping_button.btn-group-vertical > .rnbtn[title=Add] ~ button, .rednaoExtraProductForm form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .rnbtn[title=Add] ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .rednaoExtraProductForm #crafty_billing_button.btn-group-vertical > .rnbtn[title=Add] ~ button, .rednaoExtraProductForm .woocommerce-form-coupon .btn-group-vertical > .rnbtn[title=Add] ~ .button, .woocommerce-form-coupon .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ .button, .rednaoExtraProductForm .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .rnbtn[title=Add] ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ .wsc_share_cart, .rednaoExtraProductForm .thp-inner-popup .thp-popup-button .btn-group-vertical > .rnbtn[title=Add] ~ input, .thp-inner-popup .thp-popup-button .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ input, .rednaoExtraProductForm .btn-group-vertical > .btn ~ .rnbtn[title=Add], .rednaoExtraProductForm .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ .rnbtn[title=Add], .woocommerce-info .rednaoExtraProductForm .btn-group-vertical > .woocommerce-Button ~ .rnbtn[title=Add], .rednaoExtraProductForm .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ .rnbtn[title=Add], .woocommerce-MyAccount-content .rednaoExtraProductForm .btn-group-vertical > a.button ~ .rnbtn[title=Add], .rednaoExtraProductForm .woocommerce-MyAccount-content form .btn-group-vertical > button ~ .rnbtn[title=Add], .woocommerce-MyAccount-content form .rednaoExtraProductForm .btn-group-vertical > button ~ .rnbtn[title=Add], .rednaoExtraProductForm #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .rnbtn[title=Add], #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm #crafty_shipping_button.btn-group-vertical > button ~ .rnbtn[title=Add], .rednaoExtraProductForm #customer_login form .btn-group-vertical > button[type=submit] ~ .rnbtn[title=Add], #customer_login form .rednaoExtraProductForm .btn-group-vertical > button[type=submit] ~ .rnbtn[title=Add], .rednaoExtraProductForm .shop-filters .widget_price_filter .btn-group-vertical > button ~ .rnbtn[title=Add], .shop-filters .widget_price_filter .rednaoExtraProductForm .btn-group-vertical > button ~ .rnbtn[title=Add], .rednaoExtraProductForm form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ .rnbtn[title=Add], form.checkout.woocommerce-checkout #payment .rednaoExtraProductForm .place-order.btn-group-vertical > button ~ .rnbtn[title=Add], .rednaoExtraProductForm form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .rnbtn[title=Add], form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm #crafty_shipping_button.btn-group-vertical > button ~ .rnbtn[title=Add], .rednaoExtraProductForm form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ .rnbtn[title=Add], form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .rednaoExtraProductForm #crafty_billing_button.btn-group-vertical > button ~ .rnbtn[title=Add], .rednaoExtraProductForm .woocommerce-form-coupon .btn-group-vertical > .button ~ .rnbtn[title=Add], .woocommerce-form-coupon .rednaoExtraProductForm .btn-group-vertical > .button ~ .rnbtn[title=Add], .rednaoExtraProductForm .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ .rnbtn[title=Add], .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .rednaoExtraProductForm .btn-group-vertical > .wsc_share_cart ~ .rnbtn[title=Add], .rednaoExtraProductForm .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ .rnbtn[title=Add], .thp-inner-popup .thp-popup-button .rednaoExtraProductForm .btn-group-vertical > input ~ .rnbtn[title=Add], .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ .btn, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .btn-group-vertical > .repeaterRemove ~ .woocommerce-Button, .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ .woocommerce-Button, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content .btn-group-vertical > .repeaterRemove ~ a.button, .woocommerce-MyAccount-content .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ a.button, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content form .btn-group-vertical > .repeaterRemove ~ button, .woocommerce-MyAccount-content form .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ button, .rednaoExtraProductForm .rnRepeaterItem #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .repeaterRemove ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm .rnRepeaterItem #crafty_shipping_button.btn-group-vertical > .repeaterRemove ~ button, .rednaoExtraProductForm .rnRepeaterItem #customer_login form .btn-group-vertical > .repeaterRemove ~ button[type=submit], #customer_login form .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ button[type=submit], .rednaoExtraProductForm .rnRepeaterItem .shop-filters .widget_price_filter .btn-group-vertical > .repeaterRemove ~ button, .shop-filters .widget_price_filter .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ button, .rednaoExtraProductForm .rnRepeaterItem form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > .repeaterRemove ~ button, form.checkout.woocommerce-checkout #payment .rednaoExtraProductForm .rnRepeaterItem .place-order.btn-group-vertical > .repeaterRemove ~ button, .rednaoExtraProductForm .rnRepeaterItem form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > .repeaterRemove ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm .rnRepeaterItem #crafty_shipping_button.btn-group-vertical > .repeaterRemove ~ button, .rednaoExtraProductForm .rnRepeaterItem form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > .repeaterRemove ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .rednaoExtraProductForm .rnRepeaterItem #crafty_billing_button.btn-group-vertical > .repeaterRemove ~ button, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-form-coupon .btn-group-vertical > .repeaterRemove ~ .button, .woocommerce-form-coupon .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ .button, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .repeaterRemove ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ .wsc_share_cart, .rednaoExtraProductForm .rnRepeaterItem .thp-inner-popup .thp-popup-button .btn-group-vertical > .repeaterRemove ~ input, .thp-inner-popup .thp-popup-button .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ input, .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .btn ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ .repeaterRemove, .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .woocommerce-Button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ .repeaterRemove, .woocommerce-MyAccount-content .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > a.button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content form .btn-group-vertical > button ~ .repeaterRemove, .woocommerce-MyAccount-content form .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .repeaterRemove, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm .rnRepeaterItem #crafty_shipping_button.btn-group-vertical > button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem #customer_login form .btn-group-vertical > button[type=submit] ~ .repeaterRemove, #customer_login form .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > button[type=submit] ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .shop-filters .widget_price_filter .btn-group-vertical > button ~ .repeaterRemove, .shop-filters .widget_price_filter .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ .repeaterRemove, form.checkout.woocommerce-checkout #payment .rednaoExtraProductForm .rnRepeaterItem .place-order.btn-group-vertical > button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ .repeaterRemove, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .rednaoExtraProductForm .rnRepeaterItem #crafty_shipping_button.btn-group-vertical > button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ .repeaterRemove, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .rednaoExtraProductForm .rnRepeaterItem #crafty_billing_button.btn-group-vertical > button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-form-coupon .btn-group-vertical > .button ~ .repeaterRemove, .woocommerce-form-coupon .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ .repeaterRemove, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .wsc_share_cart ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ .repeaterRemove, .thp-inner-popup .thp-popup-button .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > input ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .rnbtn[title=Add] ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ .repeaterRemove, .single-product .summary form.cart .btn-group-vertical > a.button ~ .btn, .single-product .summary form.cart .woocommerce-info .btn-group-vertical > a.button ~ .woocommerce-Button, .woocommerce-info .single-product .summary form.cart .btn-group-vertical > a.button ~ .woocommerce-Button, .single-product .summary form.cart .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ a.button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > a.button ~ a.button, .single-product .summary .woocommerce-MyAccount-content form.cart .btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > a.button ~ button, .single-product .summary form.cart #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > a.button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > a.button ~ button, .single-product .summary #customer_login form.cart .btn-group-vertical > a.button ~ button[type=submit], #customer_login .single-product .summary form.cart .btn-group-vertical > a.button ~ button[type=submit], .single-product .summary form.cart .shop-filters .widget_price_filter .btn-group-vertical > a.button ~ button, .shop-filters .widget_price_filter .single-product .summary form.cart .btn-group-vertical > a.button ~ button, .single-product .summary form.cart form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > a.button ~ button, form.checkout.woocommerce-checkout #payment .single-product .summary form.cart .place-order.btn-group-vertical > a.button ~ button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > a.button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > a.button ~ button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > a.button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .single-product .summary form.cart #crafty_billing_button.btn-group-vertical > a.button ~ button, .single-product .summary form.cart .woocommerce-form-coupon .btn-group-vertical > a.button ~ .button, .woocommerce-form-coupon .single-product .summary form.cart .btn-group-vertical > a.button ~ .button, .single-product .summary form.cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > a.button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .single-product .summary form.cart .btn-group-vertical > a.button ~ .wsc_share_cart, .single-product .summary form.cart .thp-inner-popup .thp-popup-button .btn-group-vertical > a.button ~ input, .thp-inner-popup .thp-popup-button .single-product .summary form.cart .btn-group-vertical > a.button ~ input, .single-product .summary form.cart .rednaoExtraProductForm .btn-group-vertical > a.button ~ .rnbtn[title=Add], .rednaoExtraProductForm .single-product .summary form.cart .btn-group-vertical > a.button ~ .rnbtn[title=Add], .single-product .summary form.cart .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > a.button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .single-product .summary form.cart .btn-group-vertical > a.button ~ .repeaterRemove, .single-product .summary form.cart .btn-group-vertical > .btn ~ a.button, .single-product .summary form.cart .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ a.button, .woocommerce-info .single-product .summary form.cart .btn-group-vertical > .woocommerce-Button ~ a.button, .single-product .summary form.cart .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ a.button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > a.button ~ a.button, .single-product .summary .woocommerce-MyAccount-content form.cart .btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > button ~ a.button, .single-product .summary form.cart #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ a.button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > button ~ a.button, .single-product .summary #customer_login form.cart .btn-group-vertical > button[type=submit] ~ a.button, #customer_login .single-product .summary form.cart .btn-group-vertical > button[type=submit] ~ a.button, .single-product .summary form.cart .shop-filters .widget_price_filter .btn-group-vertical > button ~ a.button, .shop-filters .widget_price_filter .single-product .summary form.cart .btn-group-vertical > button ~ a.button, .single-product .summary form.cart form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ a.button, form.checkout.woocommerce-checkout #payment .single-product .summary form.cart .place-order.btn-group-vertical > button ~ a.button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ a.button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > button ~ a.button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ a.button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .single-product .summary form.cart #crafty_billing_button.btn-group-vertical > button ~ a.button, .single-product .summary form.cart .woocommerce-form-coupon .btn-group-vertical > .button ~ a.button, .woocommerce-form-coupon .single-product .summary form.cart .btn-group-vertical > .button ~ a.button, .single-product .summary form.cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ a.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .single-product .summary form.cart .btn-group-vertical > .wsc_share_cart ~ a.button, .single-product .summary form.cart .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ a.button, .thp-inner-popup .thp-popup-button .single-product .summary form.cart .btn-group-vertical > input ~ a.button, .single-product .summary form.cart .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ a.button, .rednaoExtraProductForm .single-product .summary form.cart .btn-group-vertical > .rnbtn[title=Add] ~ a.button, .single-product .summary form.cart .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ a.button, .rednaoExtraProductForm .rnRepeaterItem .single-product .summary form.cart .btn-group-vertical > .repeaterRemove ~ a.button, .single-product .summary form.cart .btn-group-vertical > a.button ~ a.button, .single-product .summary form.cart .btn-group-vertical > button.button ~ .btn, .single-product .summary form.cart .woocommerce-info .btn-group-vertical > button.button ~ .woocommerce-Button, .woocommerce-info .single-product .summary form.cart .btn-group-vertical > button.button ~ .woocommerce-Button, .single-product .summary form.cart .woocommerce-MyAccount-content .btn-group-vertical > button.button ~ a.button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > button.button ~ a.button, .single-product .summary .woocommerce-MyAccount-content form.cart .btn-group-vertical > button.button ~ button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > button.button ~ button, .single-product .summary form.cart #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button.button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > button.button ~ button, .single-product .summary #customer_login form.cart .btn-group-vertical > button.button ~ button[type=submit], #customer_login .single-product .summary form.cart .btn-group-vertical > button.button ~ button[type=submit], .single-product .summary form.cart .shop-filters .widget_price_filter .btn-group-vertical > button.button ~ button, .shop-filters .widget_price_filter .single-product .summary form.cart .btn-group-vertical > button.button ~ button, .single-product .summary form.cart form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button.button ~ button, form.checkout.woocommerce-checkout #payment .single-product .summary form.cart .place-order.btn-group-vertical > button.button ~ button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button.button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > button.button ~ button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button.button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .single-product .summary form.cart #crafty_billing_button.btn-group-vertical > button.button ~ button, .single-product .summary form.cart .woocommerce-form-coupon .btn-group-vertical > button.button ~ .button, .woocommerce-form-coupon .single-product .summary form.cart .btn-group-vertical > button.button ~ .button, .single-product .summary form.cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > button.button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .single-product .summary form.cart .btn-group-vertical > button.button ~ .wsc_share_cart, .single-product .summary form.cart .thp-inner-popup .thp-popup-button .btn-group-vertical > button.button ~ input, .thp-inner-popup .thp-popup-button .single-product .summary form.cart .btn-group-vertical > button.button ~ input, .single-product .summary form.cart .rednaoExtraProductForm .btn-group-vertical > button.button ~ .rnbtn[title=Add], .rednaoExtraProductForm .single-product .summary form.cart .btn-group-vertical > button.button ~ .rnbtn[title=Add], .single-product .summary form.cart .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > button.button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .single-product .summary form.cart .btn-group-vertical > button.button ~ .repeaterRemove, .single-product .summary form.cart .btn-group-vertical > button.button ~ a.button, .single-product .summary form.cart .btn-group-vertical > .btn ~ button.button, .single-product .summary form.cart .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ button.button, .woocommerce-info .single-product .summary form.cart .btn-group-vertical > .woocommerce-Button ~ button.button, .single-product .summary form.cart .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ button.button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > a.button ~ button.button, .single-product .summary .woocommerce-MyAccount-content form.cart .btn-group-vertical > button ~ button.button, .woocommerce-MyAccount-content .single-product .summary form.cart .btn-group-vertical > button ~ button.button, .single-product .summary form.cart #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button.button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > button ~ button.button, .single-product .summary #customer_login form.cart .btn-group-vertical > button[type=submit] ~ button.button, #customer_login .single-product .summary form.cart .btn-group-vertical > button[type=submit] ~ button.button, .single-product .summary form.cart .shop-filters .widget_price_filter .btn-group-vertical > button ~ button.button, .shop-filters .widget_price_filter .single-product .summary form.cart .btn-group-vertical > button ~ button.button, .single-product .summary form.cart form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ button.button, form.checkout.woocommerce-checkout #payment .single-product .summary form.cart .place-order.btn-group-vertical > button ~ button.button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button.button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .single-product .summary form.cart #crafty_shipping_button.btn-group-vertical > button ~ button.button, .single-product .summary form.cart form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button.button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .single-product .summary form.cart #crafty_billing_button.btn-group-vertical > button ~ button.button, .single-product .summary form.cart .woocommerce-form-coupon .btn-group-vertical > .button ~ button.button, .woocommerce-form-coupon .single-product .summary form.cart .btn-group-vertical > .button ~ button.button, .single-product .summary form.cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ button.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .single-product .summary form.cart .btn-group-vertical > .wsc_share_cart ~ button.button, .single-product .summary form.cart .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ button.button, .thp-inner-popup .thp-popup-button .single-product .summary form.cart .btn-group-vertical > input ~ button.button, .single-product .summary form.cart .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ button.button, .rednaoExtraProductForm .single-product .summary form.cart .btn-group-vertical > .rnbtn[title=Add] ~ button.button, .single-product .summary form.cart .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ button.button, .rednaoExtraProductForm .rnRepeaterItem .single-product .summary form.cart .btn-group-vertical > .repeaterRemove ~ button.button, .single-product .summary form.cart .btn-group-vertical > a.button ~ button.button, .single-product .summary form.cart .btn-group-vertical > button.button ~ button.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ .btn, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-info .btn-group-vertical > button ~ .woocommerce-Button, .woocommerce-info form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ .woocommerce-Button, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-MyAccount-content .btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ a.button, .woocommerce-MyAccount-content form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ button, form .frm_form_fields .frm_fields_container .frm_submit #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper form .frm_form_fields .frm_fields_container .frm_submit #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ button[type=submit], form .frm_form_fields .frm_fields_container .frm_submit .shop-filters .widget_price_filter .btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .frm_form_fields .frm_fields_container .frm_submit #payment .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .frm_form_fields .frm_fields_container .frm_submit .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .frm_form_fields .frm_fields_container .frm_submit .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .frm_form_fields .frm_fields_container .frm_submit #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .frm_form_fields .frm_fields_container .frm_submit .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .frm_form_fields .frm_fields_container .frm_submit #crafty_billing_button.btn-group-vertical > button ~ button, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-form-coupon .btn-group-vertical > button ~ .button, .woocommerce-form-coupon form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ .button, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ .wsc_share_cart, form .frm_form_fields .frm_fields_container .frm_submit .thp-inner-popup .thp-popup-button .btn-group-vertical > button ~ input, .thp-inner-popup .thp-popup-button form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ input, form .frm_form_fields .frm_fields_container .frm_submit .rednaoExtraProductForm .btn-group-vertical > button ~ .rnbtn[title=Add], .rednaoExtraProductForm form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ .rnbtn[title=Add], form .frm_form_fields .frm_fields_container .frm_submit .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ .repeaterRemove, .single-product .summary form.cart .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ a.button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .btn ~ button, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ button, .woocommerce-info form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .woocommerce-Button ~ button, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > a.button ~ button, .woocommerce-MyAccount-content form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ button, form .frm_form_fields .frm_fields_container .frm_submit #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper form .frm_form_fields .frm_fields_container .frm_submit #crafty_shipping_button.btn-group-vertical > button ~ button, #customer_login form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button[type=submit] ~ button, form .frm_form_fields .frm_fields_container .frm_submit .shop-filters .widget_price_filter .btn-group-vertical > button ~ button, .shop-filters .widget_price_filter form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .frm_form_fields .frm_fields_container .frm_submit #payment .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout #payment .frm_form_fields .frm_fields_container .frm_submit .place-order.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .frm_form_fields .frm_fields_container .frm_submit .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .frm_form_fields .frm_fields_container .frm_submit #crafty_shipping_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .frm_form_fields .frm_fields_container .frm_submit .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .frm_form_fields .frm_fields_container .frm_submit #crafty_billing_button.btn-group-vertical > button ~ button, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-form-coupon .btn-group-vertical > .button ~ button, .woocommerce-form-coupon form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .button ~ button, form .frm_form_fields .frm_fields_container .frm_submit .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .wsc_share_cart ~ button, form .frm_form_fields .frm_fields_container .frm_submit .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ button, .thp-inner-popup .thp-popup-button form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > input ~ button, form .frm_form_fields .frm_fields_container .frm_submit .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ button, .rednaoExtraProductForm form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .rnbtn[title=Add] ~ button, form .frm_form_fields .frm_fields_container .frm_submit .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ button, .rednaoExtraProductForm .rnRepeaterItem form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .repeaterRemove ~ button, .single-product .summary form.cart .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > a.button ~ button, form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ button, .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ .btn, .wp-block-file .woocommerce-info .btn-group-vertical > a.wp-block-file__button ~ .woocommerce-Button, .woocommerce-info .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ .woocommerce-Button, .wp-block-file .woocommerce-MyAccount-content .btn-group-vertical > a.wp-block-file__button ~ a.button, .woocommerce-MyAccount-content .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ a.button, .wp-block-file .woocommerce-MyAccount-content form .btn-group-vertical > a.wp-block-file__button ~ button, .woocommerce-MyAccount-content form .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ button, .wp-block-file #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > a.wp-block-file__button ~ button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .wp-block-file #crafty_shipping_button.btn-group-vertical > a.wp-block-file__button ~ button, .wp-block-file #customer_login form .btn-group-vertical > a.wp-block-file__button ~ button[type=submit], #customer_login form .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ button[type=submit], .wp-block-file .shop-filters .widget_price_filter .btn-group-vertical > a.wp-block-file__button ~ button, .shop-filters .widget_price_filter .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ button, .wp-block-file form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > a.wp-block-file__button ~ button, form.checkout.woocommerce-checkout #payment .wp-block-file .place-order.btn-group-vertical > a.wp-block-file__button ~ button, .wp-block-file form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > a.wp-block-file__button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .wp-block-file #crafty_shipping_button.btn-group-vertical > a.wp-block-file__button ~ button, .wp-block-file form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > a.wp-block-file__button ~ button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .wp-block-file #crafty_billing_button.btn-group-vertical > a.wp-block-file__button ~ button, .wp-block-file .woocommerce-form-coupon .btn-group-vertical > a.wp-block-file__button ~ .button, .woocommerce-form-coupon .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ .button, .wp-block-file .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > a.wp-block-file__button ~ .wsc_share_cart, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ .wsc_share_cart, .wp-block-file .thp-inner-popup .thp-popup-button .btn-group-vertical > a.wp-block-file__button ~ input, .thp-inner-popup .thp-popup-button .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ input, .wp-block-file .rednaoExtraProductForm .btn-group-vertical > a.wp-block-file__button ~ .rnbtn[title=Add], .rednaoExtraProductForm .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ .rnbtn[title=Add], .wp-block-file .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > a.wp-block-file__button ~ .repeaterRemove, .rednaoExtraProductForm .rnRepeaterItem .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ .repeaterRemove, .wp-block-file .single-product .summary form.cart .btn-group-vertical > a.wp-block-file__button ~ a.button, .single-product .summary form.cart .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ a.button, .wp-block-file .single-product .summary form.cart .btn-group-vertical > a.wp-block-file__button ~ button.button, .single-product .summary form.cart .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ button.button, .wp-block-file form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > a.wp-block-file__button ~ button, form .frm_form_fields .frm_fields_container .frm_submit .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ button, .wp-block-file .btn-group-vertical > .btn ~ a.wp-block-file__button, .wp-block-file .woocommerce-info .btn-group-vertical > .woocommerce-Button ~ a.wp-block-file__button, .woocommerce-info .wp-block-file .btn-group-vertical > .woocommerce-Button ~ a.wp-block-file__button, .wp-block-file .woocommerce-MyAccount-content .btn-group-vertical > a.button ~ a.wp-block-file__button, .woocommerce-MyAccount-content .wp-block-file .btn-group-vertical > a.button ~ a.wp-block-file__button, .wp-block-file .woocommerce-MyAccount-content form .btn-group-vertical > button ~ a.wp-block-file__button, .woocommerce-MyAccount-content form .wp-block-file .btn-group-vertical > button ~ a.wp-block-file__button, .wp-block-file #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ a.wp-block-file__button, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .wp-block-file #crafty_shipping_button.btn-group-vertical > button ~ a.wp-block-file__button, .wp-block-file #customer_login form .btn-group-vertical > button[type=submit] ~ a.wp-block-file__button, #customer_login form .wp-block-file .btn-group-vertical > button[type=submit] ~ a.wp-block-file__button, .wp-block-file .shop-filters .widget_price_filter .btn-group-vertical > button ~ a.wp-block-file__button, .shop-filters .widget_price_filter .wp-block-file .btn-group-vertical > button ~ a.wp-block-file__button, .wp-block-file form.checkout.woocommerce-checkout #payment .place-order.btn-group-vertical > button ~ a.wp-block-file__button, form.checkout.woocommerce-checkout #payment .wp-block-file .place-order.btn-group-vertical > button ~ a.wp-block-file__button, .wp-block-file form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button.btn-group-vertical > button ~ a.wp-block-file__button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .wp-block-file #crafty_shipping_button.btn-group-vertical > button ~ a.wp-block-file__button, .wp-block-file form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button.btn-group-vertical > button ~ a.wp-block-file__button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .wp-block-file #crafty_billing_button.btn-group-vertical > button ~ a.wp-block-file__button, .wp-block-file .woocommerce-form-coupon .btn-group-vertical > .button ~ a.wp-block-file__button, .woocommerce-form-coupon .wp-block-file .btn-group-vertical > .button ~ a.wp-block-file__button, .wp-block-file .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .wsc_share_cart ~ a.wp-block-file__button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wp-block-file .btn-group-vertical > .wsc_share_cart ~ a.wp-block-file__button, .wp-block-file .thp-inner-popup .thp-popup-button .btn-group-vertical > input ~ a.wp-block-file__button, .thp-inner-popup .thp-popup-button .wp-block-file .btn-group-vertical > input ~ a.wp-block-file__button, .wp-block-file .rednaoExtraProductForm .btn-group-vertical > .rnbtn[title=Add] ~ a.wp-block-file__button, .rednaoExtraProductForm .wp-block-file .btn-group-vertical > .rnbtn[title=Add] ~ a.wp-block-file__button, .wp-block-file .rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .repeaterRemove ~ a.wp-block-file__button, .rednaoExtraProductForm .rnRepeaterItem .wp-block-file .btn-group-vertical > .repeaterRemove ~ a.wp-block-file__button, .wp-block-file .single-product .summary form.cart .btn-group-vertical > a.button ~ a.wp-block-file__button, .single-product .summary form.cart .wp-block-file .btn-group-vertical > a.button ~ a.wp-block-file__button, .wp-block-file .single-product .summary form.cart .btn-group-vertical > button.button ~ a.wp-block-file__button, .single-product .summary form.cart .wp-block-file .btn-group-vertical > button.button ~ a.wp-block-file__button, .wp-block-file form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > button ~ a.wp-block-file__button, form .frm_form_fields .frm_fields_container .frm_submit .wp-block-file .btn-group-vertical > button ~ a.wp-block-file__button, .wp-block-file .btn-group-vertical > a.wp-block-file__button ~ a.wp-block-file__button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.woocommerce-info .btn-group-vertical > .btn-group:not(:first-child) > .woocommerce-Button,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.woocommerce-MyAccount-content form .btn-group-vertical > .btn-group:not(:first-child) > button,
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group-vertical > #crafty_shipping_button.btn-group:not(:first-child) > button,
#customer_login form .btn-group-vertical > .btn-group:not(:first-child) > button[type=submit],
.shop-filters .widget_price_filter .btn-group-vertical > .btn-group:not(:first-child) > button,
form.checkout.woocommerce-checkout #payment .btn-group-vertical > .place-order.btn-group:not(:first-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .btn-group-vertical > #crafty_shipping_button.btn-group:not(:first-child) > button,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .btn-group-vertical > #crafty_billing_button.btn-group:not(:first-child) > button,
.woocommerce-form-coupon .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .btn-group-vertical > .btn-group:not(:first-child) > .wsc_share_cart,
.thp-inner-popup .thp-popup-button .btn-group-vertical > .btn-group:not(:first-child) > input,
.rednaoExtraProductForm .btn-group-vertical > .btn-group:not(:first-child) > .rnbtn[title=Add],
.rednaoExtraProductForm .rnRepeaterItem .btn-group-vertical > .btn-group:not(:first-child) > .repeaterRemove,
.single-product .summary form.cart .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.single-product .summary form.cart .btn-group-vertical > .btn-group:not(:first-child) > button.button,
form .frm_form_fields .frm_fields_container .frm_submit .btn-group-vertical > .btn-group:not(:first-child) > button,
.wp-block-file .btn-group-vertical > .btn-group:not(:first-child) > a.wp-block-file__button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  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) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #008cbf;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 70, 75, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 4px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .woocommerce.single-product .navbar > .woocommerce-notices-wrapper,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1700px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: 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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2333464b' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2300384c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366bad9'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366bad9'%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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #008cbf;
  --bs-pagination-active-border-color: #008cbf;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge, .woocommerce-info .woocommerce-Button .badge, .woocommerce-MyAccount-content a.button .badge, .woocommerce-MyAccount-content form button .badge, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button .badge, #customer_login form button[type=submit] .badge, .shop-filters .widget_price_filter button .badge, form.checkout.woocommerce-checkout #payment .place-order > button .badge, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button .badge, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button .badge, .woocommerce-form-coupon .button .badge, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart .badge, .thp-inner-popup .thp-popup-button input .badge, .rednaoExtraProductForm .rnbtn[title=Add] .badge, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove .badge, .single-product .summary form.cart a.button .badge, .single-product .summary form.cart button.button .badge, form .frm_form_fields .frm_fields_container .frm_submit button .badge, .wp-block-file a.wp-block-file__button .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-tertiary {
  --bs-alert-color: var(--bs-tertiary-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-text-emphasis);
}

.alert-quaternary {
  --bs-alert-color: var(--bs-quaternary-text-emphasis);
  --bs-alert-bg: var(--bs-quaternary-bg-subtle);
  --bs-alert-border-color: var(--bs-quaternary-border-subtle);
  --bs-alert-link-color: var(--bs-quaternary-text-emphasis);
}

.alert-quinary {
  --bs-alert-color: var(--bs-quinary-text-emphasis);
  --bs-alert-bg: var(--bs-quinary-bg-subtle);
  --bs-alert-border-color: var(--bs-quinary-border-subtle);
  --bs-alert-link-color: var(--bs-quinary-text-emphasis);
}

.alert-senary {
  --bs-alert-color: var(--bs-senary-text-emphasis);
  --bs-alert-bg: var(--bs-senary-bg-subtle);
  --bs-alert-border-color: var(--bs-senary-border-subtle);
  --bs-alert-link-color: var(--bs-senary-text-emphasis);
}

.alert-septenary {
  --bs-alert-color: var(--bs-septenary-text-emphasis);
  --bs-alert-bg: var(--bs-septenary-bg-subtle);
  --bs-alert-border-color: var(--bs-septenary-border-subtle);
  --bs-alert-link-color: var(--bs-septenary-text-emphasis);
}

.alert-octonary {
  --bs-alert-color: var(--bs-octonary-text-emphasis);
  --bs-alert-bg: var(--bs-octonary-bg-subtle);
  --bs-alert-border-color: var(--bs-octonary-border-subtle);
  --bs-alert-link-color: var(--bs-octonary-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #008cbf;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #008cbf;
  --bs-list-group-active-border-color: #008cbf;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1700px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-tertiary {
  --bs-list-group-color: var(--bs-tertiary-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis);
}

.list-group-item-quaternary {
  --bs-list-group-color: var(--bs-quaternary-text-emphasis);
  --bs-list-group-bg: var(--bs-quaternary-bg-subtle);
  --bs-list-group-border-color: var(--bs-quaternary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-quaternary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-quaternary-border-subtle);
  --bs-list-group-active-color: var(--bs-quaternary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-quaternary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-quaternary-text-emphasis);
}

.list-group-item-quinary {
  --bs-list-group-color: var(--bs-quinary-text-emphasis);
  --bs-list-group-bg: var(--bs-quinary-bg-subtle);
  --bs-list-group-border-color: var(--bs-quinary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-quinary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-quinary-border-subtle);
  --bs-list-group-active-color: var(--bs-quinary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-quinary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-quinary-text-emphasis);
}

.list-group-item-senary {
  --bs-list-group-color: var(--bs-senary-text-emphasis);
  --bs-list-group-bg: var(--bs-senary-bg-subtle);
  --bs-list-group-border-color: var(--bs-senary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-senary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-senary-border-subtle);
  --bs-list-group-active-color: var(--bs-senary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-senary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-senary-text-emphasis);
}

.list-group-item-septenary {
  --bs-list-group-color: var(--bs-septenary-text-emphasis);
  --bs-list-group-bg: var(--bs-septenary-bg-subtle);
  --bs-list-group-border-color: var(--bs-septenary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-septenary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-septenary-border-subtle);
  --bs-list-group-active-color: var(--bs-septenary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-septenary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-septenary-text-emphasis);
}

.list-group-item-octonary {
  --bs-list-group-color: var(--bs-octonary-text-emphasis);
  --bs-list-group-bg: var(--bs-octonary-bg-subtle);
  --bs-list-group-border-color: var(--bs-octonary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-octonary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-octonary-border-subtle);
  --bs-list-group-active-color: var(--bs-octonary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-octonary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-octonary-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 140, 191, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 4px;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1699.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "specter", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "specter", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: 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) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.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") /*rtl: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")*/;
}

.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") /*rtl: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")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  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) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1699.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1699.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1699.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1700px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 1;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .woocommerce-info .placeholder.woocommerce-Button::before, .woocommerce-MyAccount-content a.placeholder.button::before, .woocommerce-MyAccount-content form button.placeholder::before, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.placeholder::before, #customer_login form button.placeholder[type=submit]::before, .shop-filters .widget_price_filter button.placeholder::before, form.checkout.woocommerce-checkout #payment .place-order > button.placeholder::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.placeholder::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.placeholder::before, .woocommerce-form-coupon .placeholder.button::before, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .placeholder.wsc_share_cart::before, .thp-inner-popup .thp-popup-button input.placeholder::before, .rednaoExtraProductForm .placeholder.rnbtn[title=Add]::before, .rednaoExtraProductForm .rnRepeaterItem .placeholder.repeaterRemove::before, .single-product .summary form.cart a.placeholder.button::before, .single-product .summary form.cart button.placeholder.button::before, form .frm_form_fields .frm_fields_container .frm_submit button.placeholder::before, .wp-block-file a.placeholder.wp-block-file__button::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-tertiary {
  color: #000 !important;
  background-color: RGBA(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-quaternary {
  color: #fff !important;
  background-color: RGBA(var(--bs-quaternary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-quinary {
  color: #000 !important;
  background-color: RGBA(var(--bs-quinary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-senary {
  color: #000 !important;
  background-color: RGBA(var(--bs-senary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-septenary {
  color: #000 !important;
  background-color: RGBA(var(--bs-septenary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-octonary {
  color: #000 !important;
  background-color: RGBA(var(--bs-octonary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(51, 163, 204, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 163, 204, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(255, 172, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 172, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary {
  color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: RGBA(242, 242, 242, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 242, 242, var(--bs-link-underline-opacity, 1)) !important;
}

.link-quaternary, .woocommerce-MyAccount-content a, .woocommerce-MyAccount-navigation > ul li a, #customer_login form .login-actions .lost_password > a, .wp-block-file a:not(.wp-block-file__button), .post-categories a {
  color: RGBA(var(--bs-quaternary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-quaternary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-quaternary:hover, .woocommerce-MyAccount-content a:hover, .woocommerce-MyAccount-navigation > ul li a:hover, #customer_login form .login-actions .lost_password > a:hover, .wp-block-file a:hover:not(.wp-block-file__button), .post-categories a:hover, .link-quaternary:focus, .woocommerce-MyAccount-content a:focus, .woocommerce-MyAccount-navigation > ul li a:focus, #customer_login form .login-actions .lost_password > a:focus, .wp-block-file a:focus:not(.wp-block-file__button), .post-categories a:focus {
  color: RGBA(41, 56, 60, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 56, 60, var(--bs-link-underline-opacity, 1)) !important;
}

.link-quinary {
  color: RGBA(var(--bs-quinary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-quinary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-quinary:hover, .link-quinary:focus {
  color: RGBA(191, 191, 191, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(191, 191, 191, var(--bs-link-underline-opacity, 1)) !important;
}

.link-senary {
  color: RGBA(var(--bs-senary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-senary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-senary:hover, .link-senary:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-septenary {
  color: RGBA(var(--bs-septenary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-septenary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-septenary:hover, .link-septenary:focus {
  color: RGBA(249, 249, 249, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 249, 249, var(--bs-link-underline-opacity, 1)) !important;
}

.link-octonary {
  color: RGBA(var(--bs-octonary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-octonary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-octonary:hover, .link-octonary:focus {
  color: RGBA(235, 235, 235, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 235, 235, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1700px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after, .shop-filters .widget_layered_nav_filters > ul > li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline, .offcanvas .dropdown-toggle::after {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end, .offcanvas .dropdown-toggle::after {
  float: right !important;
}

.float-none, .single-product-container .product form.cart .button {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product > a, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label, .shop-filters .woocommerce-widget-layered-nav.active .woocommerce-widget-layered-nav-list, .product-badge .acoplw-bsone, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .price, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label input, .offcanvas .dropdown-menu li {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .single-product-container .related.products .swiper-slide .product, .single-product-container .related.products .swiper-slide, .woocommerce-cart-form.addify-quote-form .quote-fields tr, .woocommerce-cart-form.addify-quote-form .quote-fields tbody, .woocommerce-cart-form.addify-quote-form .cart .product-thumbnail a, .woocommerce-cart-form.addify-quote-form .cart, .shop-filters .widget_layered_nav_filters > ul, .shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-3, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl, .woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a, .single-product .woocommerce-variation-add-to-cart, .single-product .summary form.cart .single-cart-buttons-wrap, .single-product .swiper-thumbs .product-image, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul, .woocommerce .category-loop ul.products li.product a, .woocommerce .category-loop ul.products li.product, .woocommerce .category-loop ul.products, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label, .footer-menu.footer-menu-bottom ul, .icon-circle {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations li ul:not(.thwvs-featured), .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations li.value:not(.attr-color), .product-carousel .product .variations, .shop-filters .widget_layered_nav_filters > ul > li a::before, .shop-filters .woocommerce-widget-layered-nav-list > li .count, .shop-filters .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list, .product > a > .acoplw-badge, .rednaoExtraProductForm hr, .rednaoExtraProductForm > div .rednaoWooRow .amount, .tiered-pricing-wrapper .tiered-pricing-horizontal-table__labels, ul.products .product .variations.thwvs-shop-ul li ul:not(.thwvs-featured), ul.products .product .variations.thwvs-shop-ul li.value:not(.attr-color), ul.products .product .variations:not(.thwvs-shop-ul), .header-icon-links div:not(:first-child) {
  display: none !important;
}

.shadow, .offcanvas .dropdown-menu:not(.mega-menu-container) .dropdown-submenu {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-quaternary {
  --bs-focus-ring-color: rgba(var(--bs-quaternary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-quinary {
  --bs-focus-ring-color: rgba(var(--bs-quinary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-senary {
  --bs-focus-ring-color: rgba(var(--bs-senary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-septenary {
  --bs-focus-ring-color: rgba(var(--bs-septenary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-octonary {
  --bs-focus-ring-color: rgba(var(--bs-octonary-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product > a, .single-product-container .related.products .swiper-pagination, .shop-filters .widget_layered_nav_filters > ul > li, .shop-filters, .product-badge .acoplw-bsone, .rednaoExtraProductForm .rnRepeaterItem, .mobile-menu-burger {
  position: relative !important;
}

.position-absolute, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove, .header-cart-count,
.mini-cart-count, .mobile-menu-burger .line {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0, .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product, .product-carousel .product, .woocommerce-info, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, .shop-filters .widget_layered_nav_filters > ul > li, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, .woocommerce-form-coupon-toggle .woocommerce-info, .thp-inner-popup .thp-popup-mult-bottom, ul.products .product, .woocommerce .listings-results-heading .woocommerce-ordering select, form .frm_form_fields .frm_fields_container > .frm_form_field input,
form .frm_form_fields .frm_fields_container > .frm_form_field textarea, .searchbar .woocommerce-product-search, hr {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0, .woocommerce-cart-form.addify-quote-form .quote-fields tr, .woocommerce-cart-form.addify-quote-form .cart, .thp-inner-popup .thp-popup-mult-bottom, .woocommerce-pagination .page-numbers li, .woocommerce-pagination .page-numbers, ul.products .product .woocommerce-placeholder, ul.products .product.product-category, .searchbar .woocommerce-product-search input, .offcanvas .dropdown-menu, .offcanvas .dropdown-toggle::after {
  border: 0 !important;
}

.border-top, .woocommerce-MyAccount-navigation > ul li, .shop-filters .widget_price_filter h2, .shop-filters .widget_price_filter .h2, .shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, .single-product .summary form.cart, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0, hr {
  border-top: 0 !important;
}

.border-end, #product-carousel-tabs :not(:last-of-type) {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0, .tiered-pricing-wrapper .tiered-pricing-horizontal-table {
  border-right: 0 !important;
}

.border-bottom, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.cart-subtotal td, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.cart-subtotal th, .shop-filters .shop-filter-filters, form.checkout.woocommerce-checkout #payment > ul > li, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr, .thp-inner-popup .thp-popup-mult-bottom, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0, .tiered-pricing-wrapper .tiered-pricing-horizontal-table {
  border-left: 0 !important;
}

.border-primary, .woocommerce-info, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, .shop-filters .widget_layered_nav_filters > ul > li, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button, .woocommerce-form-coupon-toggle .woocommerce-info, .single-product .swiper-thumbs .swiper-slide-thumb-active .product-image {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.border-quaternary, hr {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-quaternary-rgb), var(--bs-border-opacity)) !important;
}

.border-quinary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-quinary-rgb), var(--bs-border-opacity)) !important;
}

.border-senary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-senary-rgb), var(--bs-border-opacity)) !important;
}

.border-septenary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-septenary-rgb), var(--bs-border-opacity)) !important;
}

.border-octonary, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox], .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox]), .product-carousel .product, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, .tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-cell, .tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-column, .tiered-pricing-wrapper .tiered-pricing-horizontal-table, ul.products .product, .woocommerce .listings-results-heading .woocommerce-ordering select, form .frm_form_fields .frm_fields_container > .frm_form_field input,
form .frm_form_fields .frm_fields_container > .frm_form_field textarea {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-octonary-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50, .mobile-menu-burger .line.bottom {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .single-product-container .related.products .swiper-slide .product, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label, .woocommerce-cart-form.addify-quote-form .quote-fields td textarea, .woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox]), .rednaoExtraProductForm .rnbtn[title=Add], .single-product .woocommerce-variation-add-to-cart, .single-product .summary form.cart .single-cart-buttons-wrap, .single-product .swiper-woocommerce-main .product-image, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .price, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label, .mobile-menu-burger .line {
  width: 100% !important;
}

.w-auto, .single-product-container .product .woo-product-quantity-input .quantity, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio], .mega-menu-ctas .mega-menu-cta-icon {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-max-content {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .woocommerce-cart-form.addify-quote-form .cart .product-thumbnail a, .woocommerce .category-loop ul.products li.product a {
  height: 100% !important;
}

.h-auto, .single-product-container .related.products .swiper-slide, .product-badge .acoplw-bsone {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .single-product-container .related.products .swiper-slide .product, .woocommerce-cart-form.addify-quote-form .quote-fields tr, .woocommerce-cart-form.addify-quote-form .quote-fields tbody, .woocommerce ul.products.columns-3 li.product, .woocommerce .category-loop ul.products li.product a, .woocommerce .category-loop ul.products li.product {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0, .single-product-container .product .woo-product-quantity-input .quantity input {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0, .single-product-container .product .woo-product-quantity-input .quantity, .footer-menu.footer-menu-bottom ul li {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap, .shop-filters .widget_layered_nav_filters > ul, .woocommerce ul.products.columns-3, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl, .single-product .woocommerce-variation-add-to-cart, .single-product .summary form.cart .single-cart-buttons-wrap, .woocommerce .category-loop ul.products, .footer-menu.footer-menu-bottom ul {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .woocommerce-cart-form.addify-quote-form .cart .product-thumbnail a, .woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a, .single-product .swiper-thumbs .product-image, .footer-menu.footer-menu-bottom ul, .icon-circle {
  justify-content: center !important;
}

.justify-content-between, .shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2, .woocommerce ul.products.columns-3, .single-product .summary form.cart .single-cart-buttons-wrap {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label {
  align-items: flex-start !important;
}

.align-items-end, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity {
  align-items: flex-end !important;
}

.align-items-center, .woocommerce-cart-form.addify-quote-form .cart .product-thumbnail a, .woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a, .single-product .swiper-thumbs .product-image, .icon-circle {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1, #customer_login .col-2 {
  order: 1 !important;
}

.order-2, #customer_login .col-1 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label, ul.products .product .variations.thwvs-shop-ul .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more, .single-product div.product .info-banner img, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul .thwvs-shop-item-more, .topbar p {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.m-auto, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product img, .mobile-menu-burger .line.middle {
  margin: auto !important;
}

.mx-0, .mobile-menu-burger .line.top, .mobile-menu-burger .line.bottom {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1, .woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0, .shop-filters .widget_price_filter h2, .shop-filters .widget_price_filter .h2, .shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1, .woocommerce .listings-results-heading .woocommerce-result-count {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2, .single-product-container .product .woo-product-quantity-input .quantity button {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, .cms-content > figure {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5, .woocommerce-form-coupon-toggle {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-auto, .mobile-menu-burger .line.top, .mobile-menu-burger .line.bottom {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0, .woocommerce-cart-form.addify-quote-form .quote-fields th, .single-product-container .cart .variations > .row > *, .single-product-container .cart form .frm_form_fields .frm_fields_container.variations > .frm_form_field > *, form .frm_form_fields .single-product-container .cart .frm_fields_container.variations > .frm_form_field > *, .single-product-container .woocommerce-cart .woocommerce .left-column .cart .meta-data .variations > .variation > *, .woocommerce-cart .woocommerce .left-column .single-product-container .cart .meta-data .variations > .variation > *, .single-product-container .cart .variations > form.checkout.woocommerce-checkout > *, .single-product-container .cart .variations > #customer_login > *, .shop-filters .widget_layered_nav_filters > ul > li {
  margin-top: 0 !important;
}

.mt-1, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label input {
  margin-top: 0.25rem !important;
}

.mt-2, .single-product-container .related.products .swiper-slide .product h2, .single-product-container .related.products .swiper-slide .product .h2, .woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox], .single-product-container .cart .variations > .row .variations-attribute, .single-product-container .cart form .frm_form_fields .frm_fields_container.variations > .frm_form_field .variations-attribute, form .frm_form_fields .single-product-container .cart .frm_fields_container.variations > .frm_form_field .variations-attribute, .single-product-container .woocommerce-cart .woocommerce .left-column .cart .meta-data .variations > .variation .variations-attribute, .woocommerce-cart .woocommerce .left-column .single-product-container .cart .meta-data .variations > .variation .variations-attribute, .single-product-container .cart .variations > form.checkout.woocommerce-checkout .variations-attribute, .single-product-container .cart .variations > #customer_login .variations-attribute,
.single-product-container .cart .variations > .row .variations-attribute-options,
.single-product-container .cart form .frm_form_fields .frm_fields_container.variations > .frm_form_field .variations-attribute-options,
form .frm_form_fields .single-product-container .cart .frm_fields_container.variations > .frm_form_field .variations-attribute-options,
.single-product-container .woocommerce-cart .woocommerce .left-column .cart .meta-data .variations > .variation .variations-attribute-options,
.woocommerce-cart .woocommerce .left-column .single-product-container .cart .meta-data .variations > .variation .variations-attribute-options,
.single-product-container .cart .variations > form.checkout.woocommerce-checkout .variations-attribute-options,
.single-product-container .cart .variations > #customer_login .variations-attribute-options, .thp-inner-popup .thp-popup-button {
  margin-top: 0.5rem !important;
}

.mt-3, .woocommerce-MyAccount-content form legend, .woocommerce-MyAccount-content form button, .single-product .summary form.cart .ppcp-messages, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul {
  margin-top: 1rem !important;
}

.mt-4, .single-product .summary form.cart {
  margin-top: 1.5rem !important;
}

.mt-5, .single-product-container .related.products .swiper-pagination, .single-product div.product {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-auto, .woocommerce .category-loop ul.products li.product a .price {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2, .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea[type=radio], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=checkbox], .rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div input[type=radio],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=checkbox],
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div input[type=radio], .single-product .summary form.cart button.button {
  margin-right: 0.5rem !important;
}

.me-3, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label input {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field fieldset .frm_description, ul.products .product .variations.thwvs-shop-ul .thwvs-wrapper-ul.thwvs-featured, ul.products .product .variations.thwvs-shop-ul, .single-product .summary .product-summary-banner .price, .trustpilot-quote p,
.case-study-quote p {
  margin-bottom: 0 !important;
}

.mb-1, .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation dd {
  margin-bottom: 0.25rem !important;
}

.mb-2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr, .woocommerce-MyAccount-content form legend, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .h3, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_postcode_search_field #shippingcc_c2a_manual, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_postcode_search_field #shippingcc_c2a_manual, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_postcode_search_field #billingcc_c2a_manual, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput {
  margin-bottom: 0.5rem !important;
}

.mb-3, #customer_login h2, #customer_login .h2, .shop-filters .widget_layered_nav_filters h2, .shop-filters .widget_layered_nav_filters .h2, .shop-filters .woocommerce-widget-layered-nav-list, form.checkout.woocommerce-checkout #payment > ul > li, form.checkout.woocommerce-checkout .checkout-order-table #order_review_heading, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > p,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper > p,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > p,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > p, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields h3, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .h3,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields h3,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .h3, form .frm_form_fields .frm_form_title {
  margin-bottom: 1rem !important;
}

.mb-4, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product > a img, .woocommerce-MyAccount-content .woocommerce-info, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2, .thp-inner-popup .thp-popup-mult-bottom, .single-product .summary .price, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul {
  margin-bottom: 1.5rem !important;
}

.mb-5, .RNAddToCartContainer, form .frm_form_fields .frm_description {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2, .shop-filters .widget_layered_nav_filters > ul > li::after, .rednaoExtraProductForm .rnbtn[title=Add]::after {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.ms-auto, .header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count, .header-cart-count,
.mini-cart-count {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n6 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -4.5rem !important;
}

.me-n7 {
  margin-right: -6rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3, .shop-filters .woocommerce-widget-layered-nav-list > li .wc-block-product-categories-list {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.mb-n7 {
  margin-bottom: -6rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -4.5rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

.p-0, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label > input, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label, .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field .frm_opt_container input, .product-carousel .product, ul.products .product, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul .thwvs-shop-item-more, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul.thwvs-featured .thwvs-wrapper-item-li.attr_swatch_design_default, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label input, .header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count {
  padding: 0 !important;
}

.p-1, .single-product .swiper-thumbs .product-image, .searchbar .woocommerce-product-search {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4, .single-product .swiper-woocommerce-main .product-image, .offcanvas .dropdown-menu:not(.mega-menu-container) ul {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.px-0, .offcanvas ul li a {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3, .woocommerce-info .woocommerce-Button, .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content form button, .woocommerce-MyAccount-content form input[type=text],
.woocommerce-MyAccount-content form input[type=email],
.woocommerce-MyAccount-content form input[type=tel],
.woocommerce-MyAccount-content form input[type=password],
.woocommerce-MyAccount-content form textarea,
.woocommerce-MyAccount-content form select, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection, #customer_login form button[type=submit], #customer_login form input[type=text],
#customer_login form input[type=email],
#customer_login form input[type=tel],
#customer_login form input[type=password],
#customer_login form textarea,
#customer_login form select, .shop-filters .widget_layered_nav_filters > ul > li, .product-badge .acoplw-bsone, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select, .btn.btn-outline-primary:not(.btn-circle), .woocommerce-info .woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content a.button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn:not(.btn-circle), .woocommerce-MyAccount-content form .woocommerce-info button.woocommerce-Button:not(.btn-circle), .woocommerce-info .woocommerce-MyAccount-content form button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn-outline-primary:not(.btn-circle), .woocommerce-MyAccount-content form button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle), .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle), .shop-filters .widget_price_filter .woocommerce-MyAccount-content form button:not(.btn-circle), .woocommerce-MyAccount-content form .shop-filters .widget_price_filter button:not(.btn-circle), form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout #payment .place-order > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle), .woocommerce-form-coupon .button:not(.btn-circle), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle), .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle), .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-info .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .woocommerce-MyAccount-content form button.rnbtn[title=Add]:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm button.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-form-coupon .rnbtn[title=Add].button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnbtn[title=Add].button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .repeaterRemove.woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content form button.repeaterRemove:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm .rnRepeaterItem button.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-form-coupon .repeaterRemove.button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.button:not(.btn-circle), .single-product .summary form.cart a.button:not(.btn-circle), .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle), .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle), .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle), .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle), .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle), form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle), .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle) {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product > .cart, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product > a > *:not(img), .product-carousel .product span.price, .product-carousel .product h2, .product-carousel .product .h2, .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce ul.products.columns-3 li.product .stock.out-of-stock, ul.products .product .variations.thwvs-shop-ul, ul.products .product span.price, ul.products .product h2, ul.products .product .h2,
ul.products .product h4,
ul.products .product .h4, .single-product .summary form.cart .ppcp-messages, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1, .shop-filters .woocommerce-widget-layered-nav-list > li, .product-badge .acoplw-bsone, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input, .woocommerce .listings-results-heading .woocommerce-ordering select {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2, .woocommerce-info .woocommerce-Button, .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content form button, .woocommerce-MyAccount-content form input[type=text],
.woocommerce-MyAccount-content form input[type=email],
.woocommerce-MyAccount-content form input[type=tel],
.woocommerce-MyAccount-content form input[type=password],
.woocommerce-MyAccount-content form textarea,
.woocommerce-MyAccount-content form select, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection, #customer_login form button[type=submit], #customer_login form input[type=text],
#customer_login form input[type=email],
#customer_login form input[type=tel],
#customer_login form input[type=password],
#customer_login form textarea,
#customer_login form select, .shop-filters .widget_layered_nav_filters > ul > li, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3, .woocommerce-info, .woocommerce-MyAccount-navigation > ul li, form.checkout.woocommerce-checkout #payment .place-order > button, .woocommerce-form-coupon-toggle .woocommerce-info {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4, .shop-filters .widget_price_filter h2, .shop-filters .widget_price_filter .h2, .shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3, .single-product .summary form.cart .ppcp-messages {
  padding-top: 1rem !important;
}

.pt-4, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations, ul.products .product .variations.thwvs-shop-ul {
  padding-top: 1.5rem !important;
}

.pt-5, .woocommerce.single-product .woocommerce-notices-wrapper, form.checkout.woocommerce-checkout .checkout-order-table, .single-product .summary form.cart {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4, #product-carousel-tabs :not(:last-of-type) {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr, .single-product .summary form.cart .ppcp-messages {
  padding-bottom: 0.5rem !important;
}

.pb-3, .shop-filters .widget_price_filter, form.checkout.woocommerce-checkout #payment > ul > li {
  padding-bottom: 1rem !important;
}

.pb-4, .shop-filters .widget_layered_nav_filters {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.ps-0, .mega-menu-container .mega-menu-container.show > ul {
  padding-left: 0 !important;
}

.ps-1, .woocommerce .listings-results-heading .woocommerce-ordering select {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3, .shop-filters .woocommerce-widget-layered-nav-list > li .wc-block-product-categories-list > li {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2, .woocommerce-cart-form.addify-quote-form .quote-fields tr, .woocommerce-info, .shop-filters .widget_layered_nav_filters > ul, .woocommerce-form-coupon-toggle .woocommerce-info {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4, .woocommerce-cart-form.addify-quote-form .quote-fields tbody, .footer-menu.footer-menu-bottom ul {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.row-gap-6 {
  row-gap: 4.5rem !important;
}

.row-gap-7 {
  row-gap: 6rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.column-gap-6 {
  -moz-column-gap: 4.5rem !important;
       column-gap: 4.5rem !important;
}

.column-gap-7 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-8, .header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count, .header-cart-count,
.mini-cart-count {
  font-size: 0.5rem !important;
}

.fs-12, .product-badge .acoplw-bsone {
  font-size: 0.75rem !important;
}

.fs-14, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more a, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price .woocommerce-price-suffix, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price bdi, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price .from, .woocommerce-cart-form.addify-quote-form .quote-fields, .product-carousel .product span.price .woocommerce-price-suffix, .product-carousel .product span.price bdi, .product-carousel .product span.price .from, .woocommerce-MyAccount-content .wsc_user_carts table, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders, .shop-filters .widget_layered_nav_filters > ul > li, .shop-filters .widget_layered_nav_filters h2, .shop-filters .widget_layered_nav_filters .h2, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table, .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation, .rednaoExtraProductForm .rnbtn[title=Add]::after, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, .tiered-pricing-wrapper .tiered-pricing-horizontal-table, .woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a, ul.products .product .variations.thwvs-shop-ul .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more a, ul.products .product span.price .woocommerce-price-suffix, ul.products .product span.price bdi, ul.products .product span.price .from, .single-product .summary .woocommerce-variation .price .woocommerce-price-suffix, .woocommerce .listings-results-heading .woocommerce-ordering select, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul .thwvs-shop-item-more a, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .price, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label, .btn.btn-outline-primary:not(.btn-circle), .woocommerce-info .woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content a.button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn:not(.btn-circle), .woocommerce-MyAccount-content form .woocommerce-info button.woocommerce-Button:not(.btn-circle), .woocommerce-info .woocommerce-MyAccount-content form button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn-outline-primary:not(.btn-circle), .woocommerce-MyAccount-content form button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle), .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form button[type=submit]:not(.btn-circle), .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle), .shop-filters .widget_price_filter .woocommerce-MyAccount-content form button:not(.btn-circle), .woocommerce-MyAccount-content form .shop-filters .widget_price_filter button:not(.btn-circle), form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout #payment .place-order > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle), .woocommerce-form-coupon .button:not(.btn-circle), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle), .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle), .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-info .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .woocommerce-MyAccount-content form button.rnbtn[title=Add]:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm button.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-form-coupon .rnbtn[title=Add].button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnbtn[title=Add].button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .repeaterRemove.woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content form button.repeaterRemove:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm .rnRepeaterItem button.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-form-coupon .repeaterRemove.button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.button:not(.btn-circle), .single-product .summary form.cart a.button:not(.btn-circle), .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle), .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle), .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle), .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle), .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle), form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle), .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle) {
  font-size: 0.875rem !important;
}

.fs-16, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product h2, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .h2,
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product h4,
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .h4, .product-carousel .product h2, .product-carousel .product .h2, .shop-filters .widget_price_filter h2, .shop-filters .widget_price_filter .h2, .shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2, form.checkout.woocommerce-checkout #payment .place-order > button, .rednaoExtraProductForm > div .rednaoWooRow .rednaoLabel, ul.products .product h2, ul.products .product .h2,
ul.products .product h4,
ul.products .product .h4, .single-product .summary .product-summary-banner .price .amount, .single-product .summary .product-summary-banner .price .from, form .frm_form_fields .frm_description, .wp-block-file * {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20, .woocommerce-MyAccount-content form legend, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .h3, .single-product .summary .price .woocommerce-price-suffix, .single-product .summary .price .amount, .single-product .summary .price .from {
  font-size: 1.25rem !important;
}

.fs-24, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2, #customer_login h2, #customer_login .h2, form.checkout.woocommerce-checkout .checkout-order-table #order_review_heading, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields h3, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .h3,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields h3,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .h3, .related.products h2, .related.products .h2, form .frm_form_fields .frm_form_title {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-40, .single-product .summary h2, .single-product .summary .h2 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.searchbar input[type=search]::-moz-placeholder {
  font-style: italic !important;
}

.fst-italic, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label, .searchbar input[type=search]::placeholder {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li label, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li label {
  font-weight: lighter !important;
}

.fw-light, .single-product .summary .woocommerce-variation .price .woocommerce-price-suffix, .single-product .summary .price .woocommerce-price-suffix, .woocommerce .listings-results-heading .woocommerce-ordering select, .btn.btn-outline-primary:not(.btn-circle), .woocommerce-info .woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content a.button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn:not(.btn-circle), .woocommerce-MyAccount-content form .woocommerce-info button.woocommerce-Button:not(.btn-circle), .woocommerce-info .woocommerce-MyAccount-content form button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn-outline-primary:not(.btn-circle), .woocommerce-MyAccount-content form button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle), .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form button[type=submit]:not(.btn-circle), .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle), .shop-filters .widget_price_filter .woocommerce-MyAccount-content form button:not(.btn-circle), .woocommerce-MyAccount-content form .shop-filters .widget_price_filter button:not(.btn-circle), form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout #payment .place-order > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle), .woocommerce-form-coupon .button:not(.btn-circle), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle), .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle), .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-info .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .woocommerce-MyAccount-content form button.rnbtn[title=Add]:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm button.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-form-coupon .rnbtn[title=Add].button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnbtn[title=Add].button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .repeaterRemove.woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content form button.repeaterRemove:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm .rnRepeaterItem button.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-form-coupon .repeaterRemove.button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.button:not(.btn-circle), .single-product .summary form.cart a.button:not(.btn-circle), .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle), .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle), .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle), .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle), .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle), form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle), .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle) {
  font-weight: 300 !important;
}

.fw-normal, .shop-filters .widget_layered_nav_filters h2, .shop-filters .widget_layered_nav_filters .h2, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label {
  font-weight: 400 !important;
}

.fw-medium, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product h2, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .h2,
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product h4,
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .h4, .woocommerce-cart-form.addify-quote-form .quote-fields th, .product-carousel .product h2, .product-carousel .product .h2, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td ul li label .woocommerce-Price-amount, .woocommerce-MyAccount-navigation > ul li a, .shop-filters .widget_price_filter h2, .shop-filters .widget_price_filter .h2, .shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li label .woocommerce-Price-amount, .tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-cell--quantity, .woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a, .related.products h2, .related.products .h2, ul.products .product h2, ul.products .product .h2,
ul.products .product h4,
ul.products .product .h4, .single-product .summary h2, .single-product .summary .h2, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .woocommerce-loop-product__title, form .frm_form_fields .frm_fields_container > .frm_form_field label, form .frm_form_fields .frm_form_title, .cms-content h1, .cms-content .h1,
.cms-content h2,
.cms-content .h2,
.cms-content h3,
.cms-content .h3,
.cms-content h4,
.cms-content .h4,
.cms-content h5,
.cms-content .h5,
.cms-content h6,
.cms-content .h6 {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price bdi, .product-carousel .product span.price bdi, .product-badge .acoplw-bsone, .thp-inner-popup .thp-popup-button input, .tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-cell .amount, ul.products .product span.price bdi, .single-product .summary .price .amount {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1, .product-badge .acoplw-bsone, .header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count, .header-cart-count,
.mini-cart-count, .offcanvas .dropdown-toggle::after {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start, .tax-product_cat.sub-category ul.products .product ul.variations.thwvs-shop-ul, .tax-product_cat.sub-category ul.products .product .variations_form, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .button, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .cart, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .price, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .woocommerce-loop-product__title {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations .thwvs-wrapper-ul.thwvs-featured, .tiered-pricing-wrapper .tiered-pricing-horizontal-table, ul.products .product .variations.thwvs-shop-ul .thwvs-wrapper-ul.thwvs-featured, .single-product .summary form.cart .ppcp-messages, .single-product .swiper-thumbs .product-image, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product, .wp-block-affinity-hero .hero-button-text-center .link {
  text-align: center !important;
}

.text-decoration-none, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more a, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product > a, .product-carousel .product a, .shop-filters .widget_layered_nav_filters > ul > li, ul.products .product .variations.thwvs-shop-ul .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more a, ul.products .product a, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product a, .footer-menu ul li a {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2, .woocommerce-MyAccount-content form legend, .shop-filters .widget_layered_nav_filters > ul > li, .shop-filters .woocommerce-widget-layered-nav-list > li a:hover, .shop-filters .woocommerce-widget-layered-nav h2.active, .shop-filters .woocommerce-widget-layered-nav .active.h2, .shop-filters .woocommerce-widget-layered-nav h2::after, .shop-filters .woocommerce-widget-layered-nav .h2::after, .rednaoExtraProductForm .rnbtn[title=Add], .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove, .tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-cell--quantity, .single-product .summary h2, .single-product .summary .h2, .offcanvas .dropdown-toggle.show {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary, .single-product .summary .price.price-rrp .amount {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary, .thp-inner-popup .thp-popup-button input {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.text-quaternary, .shop-filters .widget_layered_nav_filters > ul > li a, .single-product .summary .price .woocommerce-price-suffix, .single-product .summary .price .amount {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-quaternary-rgb), var(--bs-text-opacity)) !important;
}

.text-quinary, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price .from, .product-carousel .product span.price .from, .rednaoExtraProductForm h3, .rednaoExtraProductForm .h3, ul.products .product span.price .from, .single-product .summary .price .from, form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-quinary-rgb), var(--bs-text-opacity)) !important;
}

.text-senary, .shop-filters .widget_layered_nav_filters > ul > li:hover a, .shop-filters .widget_layered_nav_filters > ul > li:hover, .shop-filters .widget_price_filter button, .product-badge .acoplw-bsone .acoplw-blockText, .woocommerce-pagination .page-numbers li .current, .single-product .summary form.cart a.butto:not(.btn-circle):hover, .single-product .summary form.cart button.button {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-senary-rgb), var(--bs-text-opacity)) !important;
}

.text-septenary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-septenary-rgb), var(--bs-text-opacity)) !important;
}

.text-octonary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-octonary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white, .header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count, .header-cart-count,
.mini-cart-count {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more a, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price .woocommerce-price-suffix, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product span.price bdi, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product h2, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .h2,
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product h4,
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .h4, .product-carousel .product span.price .woocommerce-price-suffix, .product-carousel .product span.price bdi, .product-carousel .product h2, .product-carousel .product .h2, .rednaoExtraProductForm .rnbtn[title=Add]::after, .tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-column, ul.products .product .variations.thwvs-shop-ul .thwvs-wrapper-ul.thwvs-featured .thwvs-shop-item-more a, ul.products .product span.price .woocommerce-price-suffix, ul.products .product span.price bdi, ul.products .product h2, ul.products .product .h2,
ul.products .product h4,
ul.products .product .h4, .mega-menu-container .mega-menu-container.show .dropdown-item.active {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset, .footer-menu ul li a, .btn.btn-outline-primary:not(.btn-circle), .woocommerce-info .woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content a.button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn:not(.btn-circle), .woocommerce-MyAccount-content form .woocommerce-info button.woocommerce-Button:not(.btn-circle), .woocommerce-info .woocommerce-MyAccount-content form button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn-outline-primary:not(.btn-circle), .woocommerce-MyAccount-content form button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle), .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form button[type=submit]:not(.btn-circle), .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle), .shop-filters .widget_price_filter .woocommerce-MyAccount-content form button:not(.btn-circle), .woocommerce-MyAccount-content form .shop-filters .widget_price_filter button:not(.btn-circle), form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout #payment .place-order > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle), .woocommerce-form-coupon .button:not(.btn-circle), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle), .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle), .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-info .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .woocommerce-MyAccount-content form button.rnbtn[title=Add]:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm button.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-form-coupon .rnbtn[title=Add].button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnbtn[title=Add].button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .repeaterRemove.woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content form button.repeaterRemove:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm .rnRepeaterItem button.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-form-coupon .repeaterRemove.button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.button:not(.btn-circle), .single-product .summary form.cart a.button:not(.btn-circle), .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle), .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle), .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle), .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle), .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle), form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle), .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle) {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-quaternary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-quaternary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-quinary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-quinary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-senary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-senary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-septenary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-septenary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-octonary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-octonary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary, .shop-filters .widget_layered_nav_filters > ul > li:hover, .shop-filters .widget_price_filter .ui-slider .ui-slider-handle,
.shop-filters .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-pagination .page-numbers li .current, .header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count, .header-cart-count,
.mini-cart-count, .mobile-menu-burger .line, .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-quaternary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-quaternary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-quinary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-quinary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-senary, .product-carousel .product, .single-product .swiper-thumbs .product-image, .single-product .swiper-woocommerce-main .product-image, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product, .searchbar .woocommerce-product-search {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-senary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-septenary, .single-product {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-septenary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-octonary, .single-product .summary form.cart .ppcp-messages {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-octonary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white, .mega-menu-container .mega-menu-container.show {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent, .tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-column, .single-product div.product, .mega-menu-container .mega-menu-container.show .dropdown-item.active {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded, .woocommerce-info .woocommerce-Button, .woocommerce-info, .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content form button, #customer_login .woocommerce-input-wrapper > .select2-container .select2-selection, #customer_login form button[type=submit], .shop-filters .widget_layered_nav_filters > ul > li, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection, .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-cart .woocommerce .left-column .product-quantity .quantity input, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity input, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput input, .single-product .summary form.cart .ppcp-messages, .woocommerce .listings-results-heading .woocommerce-ordering select {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .button, .searchbar button, .header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count, .header-cart-count,
.mini-cart-count, .swiper-pagination-bullet {
  border-radius: 0 !important;
}

.rounded-1, .single-product-container .product .woo-product-quantity-input .quantity input, form .frm_form_fields .frm_fields_container > .frm_form_field input,
form .frm_form_fields .frm_fields_container > .frm_form_field textarea {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle, .custom-pagination .nav-links .next-button,
.custom-pagination .nav-links .prev-button {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .min-vw-sm-max-content {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4.5rem !important;
  }
  .gap-sm-7 {
    gap: 6rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 6rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput, .footer-menu.footer-services-menu ul {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .min-vw-md-max-content {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap, .footer-menu.footer-services-menu ul {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0, .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4, .woocommerce .listings-results-heading .woocommerce-ordering {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -6rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -4.5rem !important;
  }
  .me-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2, .footer-menu.footer-services-menu ul li a {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4.5rem !important;
  }
  .gap-md-7 {
    gap: 6rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .row-gap-md-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 6rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block, .mega-menu-container .mega-menu-container.show .dropdown-submenu {
    display: inline-block !important;
  }
  .d-lg-block, #shop-filters, .header-icon-links div:not(:first-child) {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex, .footer-menu.footer-shopping-menu ul, .mega-menu-container .mega-menu-container.show li.three-cols .dropdown-submenu > ul, .mega-menu-container .mega-menu-container.show li.three-cols .dropdown-submenu, .mega-menu-container .mega-menu-container.show li.two-cols .dropdown-submenu > ul, .mega-menu-container .mega-menu-container.show li.two-cols .dropdown-submenu, .mega-menu-container .mega-menu-container.show > ul {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg, #customer_login .col-2, form.checkout.woocommerce-checkout .checkout-customer-details {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .min-vw-lg-max-content {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row, .woocommerce-cart-form.addify-quote-form .quote-fields tr {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap, .footer-menu.footer-shopping-menu ul, .mega-menu-container .mega-menu-container.show li.three-cols .dropdown-submenu > ul, .mega-menu-container .mega-menu-container.show li.three-cols .dropdown-submenu, .mega-menu-container .mega-menu-container.show li.two-cols .dropdown-submenu > ul, .mega-menu-container .mega-menu-container.show li.two-cols .dropdown-submenu {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start, .mega-menu-container .mega-menu-container.show > ul {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between, .woocommerce-cart-form.addify-quote-form .quote-fields tr {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4, .mega-menu-container .mega-menu-container.show li.three-cols .dropdown-submenu > ul, .mega-menu-container .mega-menu-container.show li.two-cols .dropdown-submenu > ul {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .ms-lg-auto, .offcanvas ul li.align-right {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .px-lg-0, .wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-0, form.checkout.woocommerce-checkout .checkout-order-table {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3, .woocommerce-cart-form.addify-quote-form .quote-fields th {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2, .footer-menu.footer-shopping-menu ul li a {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4, #customer_login .col-2 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5, form.checkout.woocommerce-checkout .checkout-customer-details, .single-product div.product div.images.woocommerce-product-gallery {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4, #customer_login .col-1, .single-product div.product div.summary {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4, .woocommerce-cart-form.addify-quote-form .quote-fields tr {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4.5rem !important;
  }
  .gap-lg-7 {
    gap: 6rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 6rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .text-lg-start, .wp-block-affinity-woocommerce-multi-slider .woocommerce div.product {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .min-vw-xl-max-content {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4.5rem !important;
  }
  .gap-xl-7 {
    gap: 6rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 6rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .min-vw-xxl-max-content {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4.5rem !important;
  }
  .gap-xxl-7 {
    gap: 6rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 6rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .position-xxxl-static {
    position: static !important;
  }
  .position-xxxl-relative {
    position: relative !important;
  }
  .position-xxxl-absolute {
    position: absolute !important;
  }
  .position-xxxl-fixed {
    position: fixed !important;
  }
  .position-xxxl-sticky {
    position: sticky !important;
  }
  .border-top-xxxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxxl-0 {
    border-right: 0 !important;
  }
  .w-xxxl-25 {
    width: 25% !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
  .w-xxxl-auto {
    width: auto !important;
  }
  .min-vw-xxxl-max-content {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxxl-7 {
    margin: 6rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-7 {
    margin-right: 6rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .m-xxxl-n6 {
    margin: -4.5rem !important;
  }
  .m-xxxl-n7 {
    margin: -6rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -6rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -6rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .p-xxxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxxl-7 {
    padding: 6rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 6rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 6rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 6rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .gap-xxxl-6 {
    gap: 4.5rem !important;
  }
  .gap-xxxl-7 {
    gap: 6rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxxl-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxxl-7 {
    row-gap: 6rem !important;
  }
  .column-gap-xxxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxxl-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxxl-7 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-24, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2, #customer_login h2, #customer_login .h2, form.checkout.woocommerce-checkout .checkout-order-table #order_review_heading, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields h3, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .h3,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields h3,
  form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .h3, .related.products h2, .related.products .h2, form .frm_form_fields .frm_form_title {
    font-size: 1.5rem !important;
  }
  .fs-40, .single-product .summary h2, .single-product .summary .h2 {
    font-size: 2.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

* {
  font-size: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

@media (max-width: 991.98px) {
  .wp-block-affinity-hero .text ul {
    display: none;
  }
}
@media (min-width: 768px) {
  .wp-block-affinity-hero .hero-button-bottom .slide-content {
    padding-bottom: 5rem !important;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link {
    position: absolute;
    bottom: 0.5rem;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link a {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link {
    bottom: 1rem;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link a {
    font-size: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-affinity-hero .hero-slide {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-affinity-hero .hero-button-bottom {
    flex-direction: column;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-affinity-hero .btn-correction {
    padding: 0 !important;
  }
  .wp-block-affinity-hero .btn-correction .row, .wp-block-affinity-hero .btn-correction #customer_login, .wp-block-affinity-hero .btn-correction form.checkout.woocommerce-checkout, .wp-block-affinity-hero .btn-correction .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation, .woocommerce-cart .woocommerce .left-column .cart .meta-data .wp-block-affinity-hero .btn-correction .variation, .wp-block-affinity-hero .btn-correction form .frm_form_fields .frm_fields_container > .frm_form_field, form .frm_form_fields .wp-block-affinity-hero .btn-correction .frm_fields_container > .frm_form_field {
    margin: 0 auto !important;
  }
  .wp-block-affinity-hero .btn-correction .row .link .button, .wp-block-affinity-hero .btn-correction #customer_login .link .button, .wp-block-affinity-hero .btn-correction form.checkout.woocommerce-checkout .link .button, .wp-block-affinity-hero .btn-correction .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation .link .button, .woocommerce-cart .woocommerce .left-column .cart .meta-data .wp-block-affinity-hero .btn-correction .variation .link .button, .wp-block-affinity-hero .btn-correction form .frm_form_fields .frm_fields_container > .frm_form_field .link .button, form .frm_form_fields .wp-block-affinity-hero .btn-correction .frm_fields_container > .frm_form_field .link .button {
    width: 100%;
    font-size: 1em !important;
  }
}

.wp-block-affinity-post-type-carousel {
  --affinity-post-type-carousel-title-size: 1rem;
  --affinity-post-type-carousel-intro-size: 1.25rem;
  --affinity-post-type-carousel-base-colour: var(--bs-primary);
  --affinity-post-type-carousel-title-colour: var(--affinity-post-type-carousel-base-colour);
  --affinity-post-type-carousel-slide-title-colour: var(--affinity-post-type-carousel-base-colour);
  --affinity-post-type-carousel-intro-colour: var(--bs-body-color);
  --swiper-navigation-color: var(--affinity-post-type-carousel-base-colour);
  --swiper-pagination-color: var(--affinity-post-type-carousel-base-colour);
  --swiper-pagination-bottom: 0;
}
.wp-block-affinity-post-type-carousel .title {
  color: var(--affinity-post-type-carousel-title-colour);
  font-size: var(--affinity-post-type-carousel-title-size);
}
.wp-block-affinity-post-type-carousel .intro {
  color: var(--affinity-post-type-carousel-intro-colour);
  font-size: var(--affinity-post-type-carousel-intro-size);
}
.wp-block-affinity-post-type-carousel .slide-title {
  color: var(--affinity-post-type-carousel-slide-title-colour);
}
.wp-block-affinity-post-type-carousel .swiper-pagination {
  position: static;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wp-block-affinity-row-with-image-and-content {
  --affinity-row-with-image-and-content-title-size: 1rem;
  --affinity-row-with-image-and-content-excerpt-size: 1.25rem;
  --affinity-row-with-image-and-content-base-colour: var(--bs-primary);
  --affinity-row-with-image-and-content-title-colour: var(--affinity-row-with-image-and-content-base-colour);
  --affinity-row-with-image-and-content-slide-title-colour: var(--affinity-row-with-image-and-content-base-colour);
  --affinity-row-with-image-and-content-excerpt-colour: var(--bs-body-color);
}
.wp-block-affinity-row-with-image-and-content .title {
  color: var(--affinity-row-with-image-and-content-slide-title-colour);
}
.wp-block-affinity-row-with-image-and-content .excerpt {
  color: var(--affinity-row-with-image-and-content-excerpt-colour);
  font-size: var(--affinity-row-with-image-and-content-excerpt-size);
}

.wp-block-affinity-content-and-image {
  --affinity-content-and-image-title-size: 1rem;
  --affinity-content-and-image-heading-size: 2.5rem;
  --affinity-content-and-image-base-colour: var(--bs-primary);
  --affinity-content-and-image-content-size: 1.25rem;
  --affinity-content-and-image-title-colour: var(--affinity-content-and-image-base-colour);
  --affinity-content-and-image-slide-title-colour: var(--affinity-content-and-image-base-colour);
  --affinity-content-and-image-heading-colour: var(--bs-body-color);
  --affinity-content-and-image-content-colour: var(--bs-body-color);
  --swiper-navigation-color: var(--affinity-content-and-image-base-colour);
  --swiper-pagination-color: var(--affinity-content-and-image-base-colour);
  --swiper-pagination-bottom: 0;
}
.wp-block-affinity-content-and-image .title {
  color: var(--affinity-content-and-image-title-colour);
  font-size: var(--affinity-content-and-image-title-size);
}
.wp-block-affinity-content-and-image .heading {
  color: var(--affinity-content-and-image-heading-colour);
  font-size: var(--affinity-content-and-image-heading-size);
}
.wp-block-affinity-content-and-image .content {
  color: var(--affinity-content-and-image-content-colour);
  font-size: var(--affinity-content-and-image-content-size);
}
.wp-block-affinity-content-and-image .slide-title {
  color: var(--affinity-content-and-image-slide-title-colour);
}
.wp-block-affinity-content-and-image .swiper-pagination {
  position: static;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wp-block-affinity-featured-posts {
  --affinity-featured-posts-title-size: 1rem;
  --affinity-featured-posts-excerpt-size: 1.25rem;
  --affinity-featured-posts-base-colour: var(--bs-primary);
  --affinity-featured-posts-title-colour: var(--affinity-featured-posts-base-colour);
  --affinity-featured-posts-slide-title-colour: var(--affinity-featured-posts-base-colour);
  --affinity-featured-posts-excerpt-colour: var(--bs-body-color);
  --swiper-navigation-color: var(--affinity-featured-posts-base-colour);
  --swiper-pagination-color: var(--affinity-featured-posts-base-colour);
  --swiper-pagination-bottom: 0;
}
.wp-block-affinity-featured-posts .title {
  color: var(--affinity-featured-posts-title-colour);
  font-size: var(--affinity-featured-posts-title-size);
}
.wp-block-affinity-featured-posts .excerpt {
  color: var(--affinity-featured-posts-excerpt-colour);
  font-size: var(--affinity-featured-posts-excerpt-size);
}
.wp-block-affinity-featured-posts .slide-title {
  color: var(--affinity-featured-posts-slide-title-colour);
}
.wp-block-affinity-featured-posts .swiper-pagination {
  position: static;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wp-block-affinity-bestsellers {
  --affinity-bestsellers-title-size: 1rem;
  --affinity-bestsellers-intro-size: 1.25rem;
  --affinity-bestsellers-base-colour: var(--bs-primary);
  --affinity-bestsellers-title-colour: var(--affinity-bestsellers-base-colour);
  --affinity-bestsellers-intro-colour: var(--bs-body-color);
  --swiper-navigation-color: var(--affinity-bestsellers-base-colour);
  --swiper-pagination-color: var(--affinity-bestsellers-base-colour);
  --swiper-pagination-bottom: 0;
}
.wp-block-affinity-bestsellers .title {
  color: var(--affinity-bestsellers-title-colour);
  font-size: var(--affinity-bestsellers-title-size);
}
.wp-block-affinity-bestsellers .intro {
  color: var(--affinity-bestsellers-intro-colour);
  font-size: var(--affinity-bestsellers-intro-size);
}
.wp-block-affinity-bestsellers .swiper-pagination {
  position: static;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wp-block-affinity-cta-columns {
  --affinity-column-text-colour: var(--bs-body-color);
}
.wp-block-affinity-cta-columns .cta-columns a {
  color: var(--affinity-column-text-colour);
}

.overflow-edge-end {
  margin-right: -1.5rem;
}
@media (min-width: 576px) {
  .overflow-edge-end {
    margin-right: calc((100vw - (540px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 768px) {
  .overflow-edge-end {
    margin-right: calc((100vw - (720px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 992px) {
  .overflow-edge-end {
    margin-right: calc((100vw - (960px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 1200px) {
  .overflow-edge-end {
    margin-right: calc((100vw - (1140px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 1400px) {
  .overflow-edge-end {
    margin-right: calc((100vw - (1320px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 1700px) {
  .overflow-edge-end {
    margin-right: calc((100vw - (1644px - 1.5rem)) / 2 * -1);
  }
}

.padding-edge-end {
  padding-right: 1.5rem;
}
@media (min-width: 576px) {
  .padding-edge-end {
    padding-right: calc((100vw - (540px - 1.5rem)) / 2);
  }
}
@media (min-width: 768px) {
  .padding-edge-end {
    padding-right: calc((100vw - (720px - 1.5rem)) / 2);
  }
}
@media (min-width: 992px) {
  .padding-edge-end {
    padding-right: calc((100vw - (960px - 1.5rem)) / 2);
  }
}
@media (min-width: 1200px) {
  .padding-edge-end {
    padding-right: calc((100vw - (1140px - 1.5rem)) / 2);
  }
}
@media (min-width: 1400px) {
  .padding-edge-end {
    padding-right: calc((100vw - (1320px - 1.5rem)) / 2);
  }
}
@media (min-width: 1700px) {
  .padding-edge-end {
    padding-right: calc((100vw - (1644px - 1.5rem)) / 2);
  }
}

.overflow-edge-start {
  margin-left: -1.5rem;
}
@media (min-width: 576px) {
  .overflow-edge-start {
    margin-left: calc((100vw - (540px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 768px) {
  .overflow-edge-start {
    margin-left: calc((100vw - (720px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 992px) {
  .overflow-edge-start {
    margin-left: calc((100vw - (960px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 1200px) {
  .overflow-edge-start {
    margin-left: calc((100vw - (1140px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 1400px) {
  .overflow-edge-start {
    margin-left: calc((100vw - (1320px - 1.5rem)) / 2 * -1);
  }
}
@media (min-width: 1700px) {
  .overflow-edge-start {
    margin-left: calc((100vw - (1644px - 1.5rem)) / 2 * -1);
  }
}

.padding-edge-start {
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .padding-edge-start {
    padding-left: calc((100vw - (540px - 1.5rem)) / 2);
  }
}
@media (min-width: 768px) {
  .padding-edge-start {
    padding-left: calc((100vw - (720px - 1.5rem)) / 2);
  }
}
@media (min-width: 992px) {
  .padding-edge-start {
    padding-left: calc((100vw - (960px - 1.5rem)) / 2);
  }
}
@media (min-width: 1200px) {
  .padding-edge-start {
    padding-left: calc((100vw - (1140px - 1.5rem)) / 2);
  }
}
@media (min-width: 1400px) {
  .padding-edge-start {
    padding-left: calc((100vw - (1320px - 1.5rem)) / 2);
  }
}
@media (min-width: 1700px) {
  .padding-edge-start {
    padding-left: calc((100vw - (1644px - 1.5rem)) / 2);
  }
}

.img-cover {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body {
  overflow-x: hidden;
}

.topbar img {
  width: 16px;
  height: 18px;
}
img.icon {
  width: auto;
  height: 1rem;
}
@media (min-width: 992px) {
  img.icon {
    width: auto;
    height: 1.5rem;
  }
}

.icon-circle {
  width: 2rem;
  height: 2rem;
}

#cart-count,
#total-items-count {
  padding: 2px 4px;
  top: -8px;
  right: -5px;
}

.btn.btn-outline-primary:not(.btn-circle), .woocommerce-info .woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content a.button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn:not(.btn-circle), .woocommerce-MyAccount-content form .woocommerce-info button.woocommerce-Button:not(.btn-circle), .woocommerce-info .woocommerce-MyAccount-content form button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form button.btn-outline-primary:not(.btn-circle), .woocommerce-MyAccount-content form button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle), .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form button[type=submit]:not(.btn-circle), .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle), .shop-filters .widget_price_filter .woocommerce-MyAccount-content form button:not(.btn-circle), .woocommerce-MyAccount-content form .shop-filters .widget_price_filter button:not(.btn-circle), form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout #payment .place-order > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle), form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle), .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle), #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle), .woocommerce-form-coupon .button:not(.btn-circle), .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle), .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle), .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-info .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnbtn[title=Add].woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .woocommerce-MyAccount-content form button.rnbtn[title=Add]:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm button.rnbtn[title=Add]:not(.btn-circle), .rednaoExtraProductForm .woocommerce-form-coupon .rnbtn[title=Add].button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnbtn[title=Add].button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .repeaterRemove.woocommerce-Button:not(.btn-circle), .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.woocommerce-Button:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-MyAccount-content form button.repeaterRemove:not(.btn-circle), .woocommerce-MyAccount-content form .rednaoExtraProductForm .rnRepeaterItem button.repeaterRemove:not(.btn-circle), .rednaoExtraProductForm .rnRepeaterItem .woocommerce-form-coupon .repeaterRemove.button:not(.btn-circle), .woocommerce-form-coupon .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.button:not(.btn-circle), .single-product .summary form.cart a.button:not(.btn-circle), .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle), .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle), .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle), .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle), .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle), .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle), form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle), .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle) {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.btn.btn-outline-primary:not(.btn-circle):hover, .woocommerce-info .woocommerce-Button:not(.btn-circle):hover, .woocommerce-MyAccount-content a.button:not(.btn-circle):hover, .woocommerce-MyAccount-content form button:not(.btn-circle):hover, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):hover, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle):hover, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):hover, #customer_login form button[type=submit]:not(.btn-circle):hover, .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle):hover, form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle):hover, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle):hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):hover, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle):hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle):hover, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle):hover, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle):hover, .woocommerce-form-coupon .button:not(.btn-circle):hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle):hover, .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle):hover, .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle):hover, .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle):hover, .single-product .summary form.cart a.button:not(.btn-circle):hover, .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle):hover, .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle):hover, .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle):hover, .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle):hover, .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle):hover, .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle):hover, .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle):hover, form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle):hover, .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle):hover {
  color: white !important;
  background-color: #008cbf;
}
.btn.btn-outline-primary:not(.btn-circle):hover::after, .woocommerce-info .btn.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .btn-outline-primary.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-MyAccount-content a.button:not(.btn-circle):hover::after, .woocommerce-MyAccount-content form button:not(.btn-circle):hover::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):hover::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle):hover::after, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):hover::after, #customer_login form button[type=submit]:not(.btn-circle):hover::after, .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle):hover::after, .shop-filters .widget_price_filter .woocommerce-info button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .shop-filters .widget_price_filter button.woocommerce-Button:not(.btn-circle):hover::after, form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle):hover::after, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle):hover::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):hover::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):hover::after, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle):hover::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle):hover::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle):hover::after, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle):hover::after, .woocommerce-form-coupon .button:not(.btn-circle):hover::after, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle):hover::after, .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle):hover::after, .thp-inner-popup .thp-popup-button .woocommerce-info input.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .thp-inner-popup .thp-popup-button input.woocommerce-Button:not(.btn-circle):hover::after, .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle):hover::after, .rednaoExtraProductForm .woocommerce-info .rnbtn[title=Add].woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .rednaoExtraProductForm .rnbtn[title=Add].woocommerce-Button:not(.btn-circle):hover::after, .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle):hover::after, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .repeaterRemove.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.woocommerce-Button:not(.btn-circle):hover::after, .single-product .summary form.cart a.button:not(.btn-circle):hover::after, .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle):hover::after, .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle):hover::after, .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle):hover::after, .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle):hover::after, .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle):hover::after, .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle):hover::after, form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle):hover::after, .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle):hover::after, .wp-block-file .woocommerce-info a.wp-block-file__button.woocommerce-Button:not(.btn-circle):hover::after, .woocommerce-info .wp-block-file a.wp-block-file__button.woocommerce-Button:not(.btn-circle):hover::after, .btn.btn-outline-primary:not(.btn-circle):hover::before, .woocommerce-info .btn.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .btn-outline-primary.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-MyAccount-content a.button:not(.btn-circle):hover::before, .woocommerce-MyAccount-content form button:not(.btn-circle):hover::before, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):hover::before, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::before, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle):hover::before, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):hover::before, #customer_login form button[type=submit]:not(.btn-circle):hover::before, .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle):hover::before, .shop-filters .widget_price_filter .woocommerce-info button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .shop-filters .widget_price_filter button.woocommerce-Button:not(.btn-circle):hover::before, form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle):hover::before, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle):hover::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):hover::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):hover::before, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle):hover::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle):hover::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle):hover::before, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle):hover::before, .woocommerce-form-coupon .button:not(.btn-circle):hover::before, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle):hover::before, .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle):hover::before, .thp-inner-popup .thp-popup-button .woocommerce-info input.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .thp-inner-popup .thp-popup-button input.woocommerce-Button:not(.btn-circle):hover::before, .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle):hover::before, .rednaoExtraProductForm .woocommerce-info .rnbtn[title=Add].woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .rednaoExtraProductForm .rnbtn[title=Add].woocommerce-Button:not(.btn-circle):hover::before, .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle):hover::before, .rednaoExtraProductForm .rnRepeaterItem .woocommerce-info .repeaterRemove.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .rednaoExtraProductForm .rnRepeaterItem .repeaterRemove.woocommerce-Button:not(.btn-circle):hover::before, .single-product .summary form.cart a.button:not(.btn-circle):hover::before, .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle):hover::before, .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle):hover::before, .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle):hover::before, .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle):hover::before, .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle):hover::before, .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle):hover::before, form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle):hover::before, .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle):hover::before, .wp-block-file .woocommerce-info a.wp-block-file__button.woocommerce-Button:not(.btn-circle):hover::before, .woocommerce-info .wp-block-file a.wp-block-file__button.woocommerce-Button:not(.btn-circle):hover::before {
  color: white !important;
}
.btn.btn-outline-primary:not(.btn-circle):not(.back-arrow)::after, .woocommerce-info .woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-MyAccount-content a.button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-MyAccount-content form button:not(.btn-circle):not(.back-arrow)::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):not(.back-arrow)::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):not(.back-arrow)::after, #customer_login form button[type=submit]:not(.btn-circle):not(.back-arrow)::after, .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle):not(.back-arrow)::after, form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle):not(.back-arrow)::after, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle):not(.back-arrow)::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle):not(.back-arrow)::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle):not(.back-arrow)::after, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle):not(.back-arrow)::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle):not(.back-arrow)::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle):not(.back-arrow)::after, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle):not(.back-arrow)::after, .woocommerce-form-coupon .button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle):not(.back-arrow)::after, .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle):not(.back-arrow)::after, .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle):not(.back-arrow)::after, .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle):not(.back-arrow)::after, .single-product .summary form.cart a.button:not(.btn-circle):not(.back-arrow)::after, .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle):not(.back-arrow)::after, .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle):not(.back-arrow)::after, .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle):not(.back-arrow)::after, .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle):not(.back-arrow)::after, .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle):not(.back-arrow)::after, form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle):not(.back-arrow)::after, .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle):not(.back-arrow)::after {
  content: "→";
  display: inline-block;
  font-size: 1.2rem;
  color: #008cbf;
  position: relative;
  line-height: 1;
  font-weight: 300;
}
.btn.btn-outline-primary:not(.btn-circle).back-arrow::before, .woocommerce-info .woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-MyAccount-content a.button:not(.btn-circle).back-arrow::before, .woocommerce-MyAccount-content form button:not(.btn-circle).back-arrow::before, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle).back-arrow::before, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::before, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle).back-arrow::before, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle).back-arrow::before, #customer_login form button[type=submit]:not(.btn-circle).back-arrow::before, .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle).back-arrow::before, form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle).back-arrow::before, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle).back-arrow::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle).back-arrow::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle).back-arrow::before, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle).back-arrow::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle).back-arrow::before, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle).back-arrow::before, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle).back-arrow::before, .woocommerce-form-coupon .button:not(.btn-circle).back-arrow::before, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle).back-arrow::before, .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle).back-arrow::before, .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle).back-arrow::before, .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle).back-arrow::before, .single-product .summary form.cart a.button:not(.btn-circle).back-arrow::before, .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle).back-arrow::before, .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle).back-arrow::before, .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle).back-arrow::before, .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle).back-arrow::before, .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle).back-arrow::before, .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle).back-arrow::before, .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle).back-arrow::before, form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle).back-arrow::before, .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle).back-arrow::before {
  content: "←" !important;
  display: inline-block;
  font-size: 1.2rem;
  color: #008cbf;
  position: relative;
  line-height: 1;
  font-weight: 300;
}
.btn.btn-outline-primary:not(.btn-circle).back-arrow::after, .woocommerce-info .woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-MyAccount-content a.button:not(.btn-circle).back-arrow::after, .woocommerce-MyAccount-content form button:not(.btn-circle).back-arrow::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle).back-arrow::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-info #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::after, #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-MyAccount-content form #crafty_shipping_button > button:not(.btn-circle).back-arrow::after, .woocommerce-MyAccount-content form #customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle).back-arrow::after, #customer_login form button[type=submit]:not(.btn-circle).back-arrow::after, .shop-filters .widget_price_filter button.btn-outline-primary:not(.btn-circle).back-arrow::after, form.checkout.woocommerce-checkout #payment .place-order > button.btn-outline-primary:not(.btn-circle).back-arrow::after, form.checkout.woocommerce-checkout #payment .woocommerce-info .place-order > button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-info form.checkout.woocommerce-checkout #payment .place-order > button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout #payment .place-order > button:not(.btn-circle).back-arrow::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.btn-outline-primary:not(.btn-circle).back-arrow::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-info #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button:not(.btn-circle).back-arrow::after, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button[type=submit]:not(.btn-circle).back-arrow::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.btn-outline-primary:not(.btn-circle).back-arrow::after, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-info #crafty_billing_button > button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-info form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-MyAccount-content form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button:not(.btn-circle).back-arrow::after, #customer_login form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button[type=submit]:not(.btn-circle).back-arrow::after, .woocommerce-form-coupon .button:not(.btn-circle).back-arrow::after, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns .wsc_share_cart:not(.btn-circle).back-arrow::after, .thp-inner-popup .thp-popup-button input.btn-outline-primary:not(.btn-circle).back-arrow::after, .rednaoExtraProductForm .btn-outline-primary.rnbtn[title=Add]:not(.btn-circle).back-arrow::after, .rednaoExtraProductForm .rnRepeaterItem .btn-outline-primary.repeaterRemove:not(.btn-circle).back-arrow::after, .single-product .summary form.cart a.button:not(.btn-circle).back-arrow::after, .single-product .summary form.cart button.btn-outline-primary.button:not(.btn-circle).back-arrow::after, .single-product .summary form.cart .woocommerce-info button.button.woocommerce-Button:not(.btn-circle).back-arrow::after, .woocommerce-info .single-product .summary form.cart button.button.woocommerce-Button:not(.btn-circle).back-arrow::after, .single-product .summary .woocommerce-MyAccount-content form.cart button.button:not(.btn-circle).back-arrow::after, .woocommerce-MyAccount-content .single-product .summary form.cart button.button:not(.btn-circle).back-arrow::after, .single-product .summary form.cart .woocommerce-form-coupon button.button:not(.btn-circle).back-arrow::after, .woocommerce-form-coupon .single-product .summary form.cart button.button:not(.btn-circle).back-arrow::after, form .frm_form_fields .frm_fields_container .frm_submit button:not(.btn-circle).back-arrow::after, .wp-block-file a.btn-outline-primary.wp-block-file__button:not(.btn-circle).back-arrow::after {
  content: none !important;
}

.carousel-prev:hover,
.carousel-next:hover {
  cursor: pointer;
}
.carousel-prev:hover svg #ellipse,
.carousel-next:hover svg #ellipse {
  fill: var(--bs-primary);
}
.carousel-prev:hover svg #arrow line,
.carousel-prev:hover svg #arrow path,
.carousel-next:hover svg #arrow line,
.carousel-next:hover svg #arrow path {
  stroke: var(--bs-senary);
}

.swiper-pagination-bullet {
  width: 20px;
  height: 6px;
}
.trustpilot-quote .trustpilot-quote-apostrophe,
.trustpilot-quote .case-study-quote-apostrophe,
.case-study-quote .trustpilot-quote-apostrophe,
.case-study-quote .case-study-quote-apostrophe {
  font-size: 6.25rem;
  top: -3rem;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .trustpilot-quote .trustpilot-quote-apostrophe,
  .trustpilot-quote .case-study-quote-apostrophe,
  .case-study-quote .trustpilot-quote-apostrophe,
  .case-study-quote .case-study-quote-apostrophe {
    left: 2.5rem;
    right: auto;
  }
}
hr {
  opacity: 0.1;
}

.custom-pagination .nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.custom-pagination .nav-links a,
.custom-pagination .nav-links p,
.custom-pagination .nav-links span {
  color: #33464b;
  text-decoration: none;
  line-height: 1;
}
.custom-pagination .nav-links a.current,
.custom-pagination .nav-links p.current,
.custom-pagination .nav-links span.current {
  color: #008cbf;
  text-decoration: underline;
}
.custom-pagination .nav-links .next-button,
.custom-pagination .nav-links .prev-button {
  border: 1px solid #008cbf;
  border-radius: 100% !important;
  width: 30px !important;
  height: 30px !important;
  display: block;
  cursor: pointer;
}
.custom-pagination .nav-links .next-button::before,
.custom-pagination .nav-links .prev-button::before {
  content: "→";
  line-height: 1;
  color: #008cbf;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
}
.custom-pagination .nav-links .next-button:hover,
.custom-pagination .nav-links .prev-button:hover {
  background-color: #008cbf;
}
.custom-pagination .nav-links .next-button:hover::before,
.custom-pagination .nav-links .prev-button:hover::before {
  color: white !important;
}
.custom-pagination .nav-links .next-button::before {
  bottom: 1.5px;
}
.custom-pagination .nav-links .prev-button::before {
  scale: -1;
  top: 1.5px;
}
.custom-pagination .bullets .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0;
  background-color: white;
  cursor: pointer;
}
.custom-pagination .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008cbf;
}

.cms-content p {
  color: #33464b;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cms-content h1, .cms-content .h1,
.cms-content h2,
.cms-content .h2,
.cms-content h3,
.cms-content .h3,
.cms-content h4,
.cms-content .h4,
.cms-content h5,
.cms-content .h5,
.cms-content h6,
.cms-content .h6 {
  margin: 48px 0 16px;
  color: #33464b;
}
.cms-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 20px;
}
.cms-content ul li {
  color: #33464b;
}
.cms-content ul li::marker {
  color: #008cbf;
}

[class*=max-lines-] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.max-lines-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.max-lines-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.max-lines-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

ul {
  list-style-position: inside;
}

.wysiwyg-content * {
  line-height: 1.1;
}
.wysiwyg-content h1, .wysiwyg-content .h1,
.wysiwyg-content h2,
.wysiwyg-content .h2,
.wysiwyg-content h3,
.wysiwyg-content .h3,
.wysiwyg-content h4,
.wysiwyg-content .h4,
.wysiwyg-content h5,
.wysiwyg-content .h5,
.wysiwyg-content h6,
.wysiwyg-content .h6 {
  color: #33464b;
  font-weight: 300;
}
.wysiwyg-content h1 > strong, .wysiwyg-content .h1 > strong,
.wysiwyg-content h2 > strong,
.wysiwyg-content .h2 > strong,
.wysiwyg-content h3 > strong,
.wysiwyg-content .h3 > strong,
.wysiwyg-content h4 > strong,
.wysiwyg-content .h4 > strong,
.wysiwyg-content h5 > strong,
.wysiwyg-content .h5 > strong,
.wysiwyg-content h6 > strong,
.wysiwyg-content .h6 > strong {
  color: #008cbf;
  font-weight: 500;
}
.wysiwyg-content li {
  margin-bottom: 16px;
}

.newsletter-modal div[name=signupFormContainer] div[name=SIGNUP_BODY] {
  border: 0 !important;
}
.newsletter-modal div[name=signupFormContainer] div[name=SIGNUP_BODY] #SIGNUP_HEADING {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .wp-block-affinity-content-and-image .heading {
    font-size: 1.5rem;
  }
  .wp-block-affinity-content-and-image .content {
    font-size: 1rem;
  }
}
.footer-newsletter [name=SIGNUP_BODY] {
  border: 0 !important;
}
.footer-newsletter #SIGNUP_HEADING {
  display: none !important;
}

.wp-block-file a.wp-block-file__button {
  color: white !important;
}

.usp-swiper-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active > div {
  justify-content: start;
}
.usp-swiper-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next > div {
  justify-content: center;
}
.usp-swiper-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide > div {
  justify-content: center !important;
}
.usp-swiper-container .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) > div {
  justify-content: end;
}

h2.sc-carousel-title, .sc-carousel-title.h2 {
  font-size: 1rem;
  margin: 0;
}

.navbar .offcanvas .navbar-toggler {
  right: 1rem;
}

@media (min-width: 992px) {
  .navbar-container {
    border-top: 1px solid;
    border-color: var(--bs-border-color);
  }
}
.mobile-menu-burger {
  width: 1.25rem;
  height: 14px;
}
.mobile-menu-burger .line {
  left: 0;
  right: 0;
  opacity: 1;
  height: 1px;
  transition: all 0.25s ease-in-out;
}
.mobile-menu-burger .line.top, .mobile-menu-burger .line.middle {
  top: 0;
}
.mobile-menu-burger .line.bottom, .mobile-menu-burger .line.middle {
  bottom: 0;
}
.mobile-menu-burger.close .line.middle-top {
  transform: rotate(45deg);
}
.mobile-menu-burger.close .line.middle-bottom {
  transform: rotate(-45deg);
}
.mobile-menu-burger.close .line.top, .mobile-menu-burger.close .line.bottom {
  width: 0;
  opacity: 0;
}

.active .mobile-menu-burger .line.middle-top {
  transform: rotate(45deg);
  background: red !important;
}
.active .mobile-menu-burger .line.middle-bottom {
  transform: rotate(-45deg);
  background: red !important;
}
.active .mobile-menu-burger .line.top, .active .mobile-menu-burger .line.bottom {
  width: 0;
  opacity: 0;
}

.offcanvas .dropdown-toggle::after {
  content: "+";
}
.offcanvas .dropdown-toggle.show::after {
  content: "-";
}
@media (min-width: 992px) {
  .offcanvas .dropdown-toggle::after {
    content: "";
  }
  .offcanvas .dropdown-toggle.show {
    position: relative;
    color: var(--bs-body-color) !important;
  }
  .offcanvas .dropdown-toggle.show::after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: var(--bs-primary);
  }
}
.offcanvas .dropdown-menu.mega-menu-container ul {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .mega-menu-container {
    position: unset;
  }
}
@media (min-width: 992px) {
  .mega-menu-container .mega-menu-container.show::before {
    content: "";
    position: absolute;
    width: 100vw;
    background: #fff;
    z-index: -1;
    margin-left: calc((100% - 100vw) / 2);
    height: 100%;
  }
}
.mega-menu-container .mega-menu-container.show > ul {
  gap: 2rem;
}
@media (min-width: 992px) {
  .mega-menu-container .mega-menu-container.show > ul > li {
    width: auto;
    display: inline-block !important;
  }
  .mega-menu-container .mega-menu-container.show > ul > li > a {
    pointer-events: none;
    font-weight: bold;
    padding: 2rem var(--bs-navbar-nav-link-padding-x);
  }
  .mega-menu-container .mega-menu-container.show > ul > li > a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--bs-tertiary);
    margin-top: 1rem;
  }
  .mega-menu-container .mega-menu-container.show > ul > li > .dropdown-menu {
    position: relative !important;
  }
  .mega-menu-container .mega-menu-container.show > ul > li > .dropdown-menu > ul {
    padding-left: 0;
  }
  .mega-menu-container .mega-menu-container.show > ul > li > .dropdown-menu > ul > li a {
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}
@media (min-width: 992px) {
  .mega-menu-container .mega-menu-container.show .dropdown-submenu {
    right: auto;
    left: 0;
  }
}

.mega-menu-ctas {
  padding: 0 var(--bs-navbar-nav-link-padding-x);
}
.mega-menu-ctas .bg-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-menu-ctas .mega-menu-cta-icon {
  height: 30px;
}

@media (min-width: 992px) {
  .footer-menu.footer-menu-bottom ul {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .menu-open .offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    display: block !important;
  }
  .menu-open header {
    position: relative;
    z-index: 9999;
  }
}

.header-cart-count,
.mini-cart-count {
  padding: 2px 4px;
  inset: -8px -5px auto auto;
}
.header-cart-count span.cart_count_header,
.header-cart-count span.cart-count,
.mini-cart-count span.cart_count_header,
.mini-cart-count span.cart-count {
  left: auto;
  bottom: auto;
  min-width: unset;
}

@media (max-width: 991.98px) {
  .menu-header-menu-container {
    overflow: auto;
  }
}
header .header-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  header .header-inner {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  header .header-inner {
    gap: 3rem;
  }
}
header .header-inner .top-header-col-1 {
  position: relative;
  display: block;
  max-width: calc(40% - 1.5rem);
  order: 1;
}
@media (min-width: 576px) {
  header .header-inner .top-header-col-1 {
    max-width: 200px;
  }
}
header .header-inner .top-header-col-2 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  order: 4;
}
@media (min-width: 992px) {
  header .header-inner .top-header-col-2 {
    order: 2;
  }
}
header .header-inner .top-header-col-3 {
  position: relative;
  display: block;
  margin-left: auto;
  order: 3;
}
header .header-inner .top-header-col-3 span {
  white-space: nowrap;
}
header .header-inner .top-header-col-3 .navbar-toggler {
  margin-left: 10px;
}
@media (min-width: 992px) {
  header .menu-header-menu-container .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  header .menu-header-menu-container .navbar-nav li a {
    font-weight: 500;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  header .menu-header-menu-container .navbar-nav li a {
    font-size: 1em;
  }
}
header .sc-mobilemenu-wrap {
  padding: 0;
}
header .topbar .topbar-link {
  text-align: left;
}
header .topbar .topbar-link .container, header .topbar .topbar-link .woocommerce.single-product .woocommerce-notices-wrapper, .woocommerce.single-product header .topbar .topbar-link .woocommerce-notices-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 0.8em;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 576px) {
  header .topbar .topbar-link .container, header .topbar .topbar-link .woocommerce.single-product .woocommerce-notices-wrapper, .woocommerce.single-product header .topbar .topbar-link .woocommerce-notices-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
  }
}
header .topbar .topbar-link .topbar-content {
  display: none;
}
@media (min-width: 992px) {
  header .topbar .topbar-link .topbar-content {
    display: block;
  }
}
header .topbar .topbar-link .topbar-link-text {
  font-weight: 500;
  white-space: nowrap;
  transition: 0.2s ease;
}
@media (min-width: 576px) {
  header .topbar .topbar-link .topbar-link-text {
    padding-left: 1.5rem;
    margin-left: auto;
  }
}
header .topbar .topbar-link:hover {
  text-decoration: none;
}
header .topbar .topbar-link:hover .topbar-link-text {
  color: #ff9700;
  transition: 0.2s ease;
}

.searchbar .woocommerce-product-search input:focus {
  box-shadow: none;
}
form .frm_form_fields .frm_form_title {
  color: #33464b;
}
form .frm_form_fields .frm_description {
  color: #33464b;
}
form .frm_form_fields .frm_fields_container > .frm_form_field label {
  padding: 10px 0;
  color: #33464b;
  margin: 0 !important;
  align-items: center;
}
form .frm_form_fields .frm_fields_container > .frm_form_field input,
form .frm_form_fields .frm_fields_container > .frm_form_field textarea {
  padding: 10px 1rem;
  margin: 0 !important;
  color: #33464b;
  box-shadow: none;
}
form .frm_form_fields .frm_fields_container .frm_submit {
  text-align: end;
}
form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label {
  text-indent: 0;
}
form .frm_form_fields .frm_fields_container .frm-form-checkbox-field .frm_checkbox > label input {
  width: 20px;
  height: 20px;
}

.product-category-archive .products .product-category .image {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0 50%, rgb(247, 247, 247) 50% 100%);
}

.wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .woocommerce-loop-product__title {
  color: var(--bs-body-color) !important;
  font-size: var(--bs-body-font-size);
}
.wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .price {
  color: var(--bs-body-color) !important;
}
.wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul.thwvs-featured .thwvs-wrapper-item-li.attr_swatch_design_default {
  width: 20px !important;
  height: 12px !important;
  box-shadow: none;
}
.wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul .thwvs-shop-item-more {
  height: auto !important;
  vertical-align: middle;
}
.wp-block-affinity-woocommerce-multi-slider .woocommerce div.product .thwvs-wrapper-ul .thwvs-shop-item-more a {
  color: var(--bs-body-color);
}
@media (max-width: 767.98px) {
  .woocommerce .listings-results-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.woocommerce .listings-results-heading .woocommerce-ordering {
  float: left;
}
.woocommerce .listings-results-heading .woocommerce-ordering select {
  -moz-appearance: none; /* stylelint-disable-line */
  -webkit-appearance: none; /* stylelint-disable-line */
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 0.25rem) 70%;
  padding-right: 1.5rem;
}
.woocommerce .listings-results-heading .woocommerce-pagination {
  float: right;
}
.single-product div.product div.images.woocommerce-product-gallery .swiper-outer-container {
  max-height: 600px;
}
.single-product div.product div.images.woocommerce-product-gallery .swiper-outer-container .swiper {
  height: 100%;
  max-height: 450px;
  max-width: 100px;
}
.single-product .swiper-woocommerce-main .product-image {
  aspect-ratio: 1;
}
.single-product .swiper-woocommerce-main .product-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.single-product .swiper-thumbs .product-image {
  aspect-ratio: 1;
  text-align: center;
}
.single-product .swiper-thumbs .product-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.single-product .summary .sc-servicing-buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .single-product .summary .sc-servicing-buttons {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.single-product .summary .sc-servicing-buttons a {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ff9700;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: var(--bs-btn-border-radius);
  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;
}
.single-product .summary .sc-servicing-buttons a:hover {
  background-color: #ff9700;
  border-color: #ff9700;
  color: #fff;
}
.single-product .summary form.cart .single-cart-buttons-wrap {
  gap: 1rem;
}
.single-product .summary form.cart .single-cart-buttons-wrap > * {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .single-product .summary form.cart .single-cart-buttons-wrap {
    flex-wrap: nowrap !important;
  }
}
.single-product .summary form.cart .single-cart-buttons-wrap a.button {
  margin-right: 0 !important;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .single-product .summary form.cart .single-cart-buttons-wrap a.button {
    width: 152px;
    white-space: nowrap;
  }
}
.single-product .summary form.cart .single-cart-buttons-wrap a.button::after {
  line-height: 0 !important;
}
.single-product .summary form.cart .single-cart-buttons-wrap button {
  width: 100%;
}
.single-product .summary form.cart .single-cart-buttons-wrap button[name=add-to-cart] {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .single-product .summary form.cart .single-cart-buttons-wrap button {
    width: calc(100% - (152px + 1.75rem));
  }
}
.single-product .summary form.cart .ppcp-messages {
  width: 100%;
}
.single-product .summary form.cart .ppc-button-wrapper {
  width: 100%;
}
ul.products .product .variations.thwvs-shop-ul .thwvs-wrapper-ul.thwvs-featured .thwvs-wrapper-item-li:not(.thwvs-shop-item-more) {
  width: 26px !important;
  height: 18px !important;
}
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
  height: 2rem;
  width: 2rem;
}
.tiered-pricing-wrapper .tiered-pricing-horizontal-table {
  overflow: none;
}
.tiered-pricing-wrapper .tiered-pricing-horizontal-table .tiered-pricing-horizontal-table-cell {
  height: auto !important;
}
.rednaoExtraProductForm > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rednaoExtraProductForm > div .rednaoWooRow * {
  margin-bottom: 0;
}
.rednaoExtraProductForm > div .rednaoWooRow .rednaoLabel {
  font-weight: 400 !important;
}
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput .rednaoLabel + div .price.rn-price,
.rednaoExtraProductForm > div .rednaoWooRow .rnTextFieldInput.right .rednaoLabel + div .price.rn-price {
  margin-bottom: 0 !important;
}
.rednaoExtraProductForm > div .rednaoWooRow .rnfileupload .rednaoControl .rnList {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.rednaoExtraProductForm > div .rednaoWooRow .rnfileupload .rednaoControl .rnList .rnFilePlaceholder {
  padding: 2rem 1rem !important;
}
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput input,
.rednaoExtraProductForm > div .rednaoWooRow .rednaoWooField .rnTextFieldInput textarea {
  flex-shrink: 1;
  height: auto;
}
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.rednaoExtraProductForm > div .rednaoWooRow .rednaoControl > .rnTextFieldInput > select {
  flex-shrink: 1;
  height: auto;
}
.rednaoExtraProductForm > div .rednaoWooRow .rnColorInput {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
@media (min-width: 992px) {
  .rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl {
    width: calc(100% - 55px);
  }
}
.rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldInput input {
  height: 50px;
  flex-shrink: 1;
}
.rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity .rednaoLabel {
  display: none;
}
.rednaoExtraProductForm .rnRepeaterItem .rednaoWooRow .rednaoWooField .rednaoControl .rnTextFieldQuantity input {
  height: 50px;
}
.rednaoExtraProductForm .rnRepeaterItem .repeaterRemove {
  height: 50px;
  width: 50px;
  margin: 0 !important;
  bottom: 5px;
}
.rednaoExtraProductForm .rnbtn[title=Add]::after {
  content: "Add More Codes";
}

.rednaoRepeater .rednaoWooRow:last-of-type .repeaterRemove {
  bottom: 46px;
}

@media (min-width: 1200px) {
  .usp-banner .swiper-slide {
    height: auto;
  }
  .usp-banner .usp-banner-item {
    border-right: 1px solid var(--bs-border-color);
    height: 100%;
  }
  .usp-banner .swiper-slide:last-of-type .usp-banner-item {
    border-right: 0;
  }
}
.thp-dark-overlay {
  background-color: var(--bs-quaternary) !important;
  opacity: 0.5 !important;
}

.thp-content-body {
  width: 70% !important;
  left: 15% !important;
}

.thp-popup-content,
.thp-prod-container {
  background: transparent !important;
  border: 0 !important;
}

.thp-popup-total {
  font-weight: bold !important;
  margin-bottom: 1rem;
}

.category-intro .intro-background-image {
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.category-intro details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.category-intro details summary {
  display: inline-block;
  list-style: none;
  border: none;
  color: #008cbf;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.2s ease;
  order: 20;
}
.category-intro details summary:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
.category-intro details summary::-webkit-details-marker {
  display: none;
}
.category-intro details summary::marker {
  content: "";
}

.cta-row-card-link {
  justify-self: flex-end;
}

@media (max-width: 991.98px) {
  .woocommerce-cart .woocommerce {
    overflow: hidden;
  }
}
.woocommerce-cart .woocommerce .left-column::before {
  content: "";
  background: #efefef;
  display: block;
  position: absolute;
  width: 500%;
  left: -400%;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .woocommerce-cart .woocommerce .left-column::before {
    left: -250%;
  }
}
.woocommerce-cart .woocommerce .left-column .cart .meta-data .variation dt {
  color: #33464b;
}
.woocommerce-cart .woocommerce .left-column .cart .meta-data .variation dd {
  text-align: start;
  color: #33464b;
}
.woocommerce-cart .woocommerce .left-column .cart .meta-data .variation dd > p {
  margin: 0;
}
.woocommerce-cart .woocommerce .sticky-cart {
  top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    min-height: 200vh !important;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals > .h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
  border: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table * {
  border: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr {
  display: flex;
  padding-bottom: 0.5rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td {
  flex: 1;
  width: auto;
  font-weight: 500;
  background-color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th {
  text-align: start;
  color: #33464b;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td {
  text-align: end;
  color: #008cbf;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #008cbf;
  text-transform: uppercase;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wsc_save_share_cart_btns {
  display: block;
  width: 100%;
  text-align: center;
}
#pm_menu .icon_cancel-circle {
  z-index: 10000;
  position: relative;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border-color: #008cbf;
  display: flex;
  font-weight: 300;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "⚠";
  position: relative;
  top: -2px;
  left: 0;
  font-size: 1.5rem;
  line-height: 0;
}

form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .col-1,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .col-2 {
  width: 100%;
  float: none;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields h3, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .h3,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields h3,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .h3 {
  color: #008cbf;
  font-weight: 500;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > p,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper > p,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > p,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > p {
  padding: 0;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > p.billing_cp_result_class,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper > p.billing_cp_result_class,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > p.billing_cp_result_class,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > p.billing_cp_result_class {
  margin: 0 !important;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  width: 49%;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  width: 49%;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_postcode_search_field {
  width: 85%;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_postcode_search_field #billingcc_c2a_manual {
  text-decoration: underline;
  font-weight: 300;
  color: #33464b;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button {
  width: 15%;
  margin-top: 4px;
  text-align: end;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #crafty_billing_button > button {
  background-color: transparent;
  font-weight: 300;
  color: #33464b;
  line-height: 1;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details label {
  color: #33464b;
  font-size: 14px;
  font-weight: 500;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details label .required {
  color: #008cbf;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details label .optional {
  color: #33464b;
  opacity: 0.75;
  font-weight: 300 !important;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password],
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select {
  line-height: 1;
  background-color: white;
  border-radius: 4px;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text] *,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email] *,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel] *,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password] *,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea *,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select * {
  font-size: 14px;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::-moz-placeholder, form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::-moz-placeholder {
  font-size: 14px;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=text]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=email]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=tel]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details input[type=password]::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details textarea::placeholder,
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details select::placeholder {
  font-size: 14px;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection {
  height: auto;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection .select2-selection__rendered {
  line-height: 22px;
  padding: 0;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-input-wrapper > .select2-container .select2-selection .select2-selection__arrow {
  top: 6px;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_postcode_search_field {
  width: 85%;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_postcode_search_field #shippingcc_c2a_manual {
  text-decoration: underline;
  font-weight: 300;
  color: #33464b;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button {
  width: 15%;
  margin-top: 4px;
  text-align: end;
}
form.checkout.woocommerce-checkout .checkout-customer-details #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button {
  background-color: transparent;
  font-weight: 300;
  color: #33464b;
  line-height: 1;
}
@media (min-width: 992px) {
  form.checkout.woocommerce-checkout .checkout-order-table {
    min-height: 200vh !important;
  }
}
form.checkout.woocommerce-checkout .checkout-order-table .sticky-order-table {
  top: 4rem;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review_heading {
  color: #008cbf;
  font-weight: 500;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table {
  background-color: transparent !important;
  border: 0 !important;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table thead * {
  font-weight: 300;
  color: #33464b;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tbody tr * {
  color: #33464b;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tbody tr td.product-name, form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tbody tr td.product-total {
  font-weight: 500;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  font-weight: 500;
  color: #33464b;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  color: #008cbf;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th,
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  border: 0;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  padding-left: 0;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  color: #008cbf;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tr td:first-child,
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tr th:first-child {
  text-align: left;
  padding-left: 0;
}
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tr td:last-child,
form.checkout.woocommerce-checkout .checkout-order-table #order_review table.woocommerce-checkout-review-order-table tr th:last-child {
  padding-right: 0;
}
form.checkout.woocommerce-checkout #payment {
  background-color: transparent;
}
form.checkout.woocommerce-checkout #payment > ul {
  padding: 0;
  border: 0;
}
form.checkout.woocommerce-checkout #payment .place-order {
  padding: 0;
}
form.checkout.woocommerce-checkout #payment .place-order > button {
  float: none;
  font-weight: bold;
  width: 100%;
  color: #f7f7f7;
  text-transform: uppercase;
}

.product-badge {
  z-index: 9;
}
.product-badge span {
  border-radius: 2px;
}
.product-badge .acoplw-bsone {
  background: var(--bs-primary) !important;
  border-radius: 2px;
}
@media (max-width: 991.98px) {
  #shop-filters {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--bs-senary);
    z-index: 99999;
    overflow: auto;
    padding-top: 1rem;
  }
  #shop-filters .shop-filters-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  #shop-filters #close-shop-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 0.75rem;
    cursor: pointer;
  }
  #shop-filters #close-shop-filters::before {
    content: "✕";
    color: red;
  }
  #shop-filters .shop-filters {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #shop-filters .shop-filters > .wp-block-woocommerce-filter-wrapper {
    order: 5;
    margin-top: auto;
    border-top: 1px solid;
    padding-top: 1rem;
  }
  #shop-filters .shop-filters .wc-block-active-filters__list::before {
    display: none !important;
  }
}
.shop-filters .wp-block-heading {
  position: relative;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.shop-filters .wp-block-heading.active::after {
  content: "🢑";
  top: -50%;
}
.shop-filters .wp-block-heading::after {
  content: "🢓";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}
.shop-filters .woocommerce-widget-layered-nav h2, .shop-filters .woocommerce-widget-layered-nav .h2 {
  cursor: pointer;
}
.shop-filters .woocommerce-widget-layered-nav h2::after, .shop-filters .woocommerce-widget-layered-nav .h2::after {
  content: "↓";
}
.shop-filters .woocommerce-widget-layered-nav h2.active::after, .shop-filters .woocommerce-widget-layered-nav .active.h2::after {
  content: "↑";
}
.shop-filters .woocommerce-widget-layered-nav-list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop-filters .woocommerce-widget-layered-nav-list > li a {
  text-decoration: none;
  color: var(--bs-quaternary);
}
.shop-filters .woocommerce-widget-layered-nav-list > li .wc-block-product-categories-list-item-count {
  margin-left: auto;
}
.shop-filters .woocommerce-widget-layered-nav-list > li .wc-block-product-categories-list {
  flex-basis: 100%;
}
.shop-filters .widget_layered_nav_filters > ul > li::after {
  content: "✕";
}
@media (min-width: 1200px) {
  .sidebar-ctas .image-icon {
    width: 30px;
  }
  .sidebar-ctas .icon {
    width: 30px;
    height: 30px;
  }
  .sidebar-ctas .text {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1400px) {
  .sidebar-ctas .image-icon {
    width: 50px;
  }
  .sidebar-ctas .image-icon .icon {
    width: 50px;
    height: 50px;
  }
  .sidebar-ctas .text {
    width: calc(100% - 50px);
  }
}

#customer_login form {
  margin: 0;
}
#customer_login form > p {
  padding: 0;
}
#customer_login form label {
  color: #33464b;
  font-size: 14px;
  font-weight: 500;
}
#customer_login form label .required {
  color: #008cbf;
}
#customer_login form label .optional {
  color: #33464b;
  opacity: 0.75;
  font-weight: 300 !important;
}
#customer_login form input[type=text],
#customer_login form input[type=email],
#customer_login form input[type=tel],
#customer_login form input[type=password],
#customer_login form textarea,
#customer_login form select {
  line-height: 1;
  background-color: white;
  border-radius: 4px;
}
#customer_login form input[type=text] *,
#customer_login form input[type=email] *,
#customer_login form input[type=tel] *,
#customer_login form input[type=password] *,
#customer_login form textarea *,
#customer_login form select * {
  font-size: 14px;
}
#customer_login form input[type=text]::-moz-placeholder, #customer_login form input[type=email]::-moz-placeholder, #customer_login form input[type=tel]::-moz-placeholder, #customer_login form input[type=password]::-moz-placeholder, #customer_login form textarea::-moz-placeholder, #customer_login form select::-moz-placeholder {
  font-size: 14px;
}
#customer_login form input[type=text]::placeholder,
#customer_login form input[type=email]::placeholder,
#customer_login form input[type=tel]::placeholder,
#customer_login form input[type=password]::placeholder,
#customer_login form textarea::placeholder,
#customer_login form select::placeholder {
  font-size: 14px;
}
#customer_login form .login-actions p {
  padding: 0;
}
#customer_login form .login-actions p .woocommerce-form-login__rememberme {
  display: none;
}
#customer_login form .login-actions .form-row:not(.form-row-wide) {
  order: 2;
}
#customer_login form .login-actions .lost_password {
  order: 1;
}
#customer_login form button[type=submit] {
  font-weight: 300;
  line-height: 1;
  color: #008cbf;
  margin: 0;
}
#customer_login .woocommerce-input-wrapper > .select2-container .select2-selection {
  height: auto;
}
#customer_login .woocommerce-input-wrapper > .select2-container .select2-selection .select2-selection__rendered {
  line-height: 22px;
  padding: 0;
}
#customer_login .woocommerce-input-wrapper > .select2-container .select2-selection .select2-selection__arrow {
  top: 6px;
}
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_postcode_search_field {
  width: 85%;
}
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_postcode_search_field #shippingcc_c2a_manual {
  text-decoration: underline;
  font-weight: 300;
  color: #33464b;
}
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button {
  width: 15%;
  margin-top: 4px;
  text-align: end;
}
#customer_login .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #crafty_shipping_button > button {
  background-color: transparent;
  font-weight: 300;
  color: #33464b;
  line-height: 1;
}
#customer_login h2, #customer_login .h2 {
  color: #008cbf;
  font-weight: 500;
}
#customer_login .col-1,
#customer_login .col-2 {
  float: none;
}
#customer_login .col-1 form,
#customer_login .col-2 form {
  padding: 0;
  border: 0;
}
.woocommerce-MyAccount-navigation {
  width: 25% !important;
}
.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation > ul li a {
  line-height: 1;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation > ul li a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .h3 {
  color: #008cbf;
  font-weight: 500;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders {
  background-color: transparent !important;
  border: 0 !important;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders thead * {
  color: #afafaf;
  font-weight: 300;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tbody tr * {
  color: #33464b;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tbody tr td.product-name, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tbody tr td.product-total {
  font-weight: 500;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr th {
  font-weight: 500;
  color: #33464b;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.cart-subtotal td {
  color: #008cbf;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals th,
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td {
  border: 0;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.woocommerce-shipping-totals td {
  padding-left: 0;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tfoot tr.order-total td {
  color: #008cbf;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tr td:first-child,
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tr th:first-child {
  text-align: left;
  padding-left: 0;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tr th:last-child {
  padding-right: 0;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tr td a.woocommerce-button.button {
  color: #008cbf !important;
  border: 0 !important;
  background-color: transparent;
  text-decoration: underline;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tr td a.woocommerce-button.button:hover {
  color: #008cbf !important;
  background-color: transparent !important;
  text-decoration: underline;
}
.woocommerce-MyAccount-content form label {
  color: #33464b;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-MyAccount-content form label .required {
  color: #008cbf !important;
}
.woocommerce-MyAccount-content form label .optional {
  color: #33464b;
  opacity: 0.75;
  font-weight: 300 !important;
}
.woocommerce-MyAccount-content form input[type=text],
.woocommerce-MyAccount-content form input[type=email],
.woocommerce-MyAccount-content form input[type=tel],
.woocommerce-MyAccount-content form input[type=password],
.woocommerce-MyAccount-content form textarea,
.woocommerce-MyAccount-content form select {
  line-height: 1;
  background-color: white;
  border-radius: 4px;
}
.woocommerce-MyAccount-content form input[type=text] *,
.woocommerce-MyAccount-content form input[type=email] *,
.woocommerce-MyAccount-content form input[type=tel] *,
.woocommerce-MyAccount-content form input[type=password] *,
.woocommerce-MyAccount-content form textarea *,
.woocommerce-MyAccount-content form select * {
  font-size: 14px;
}
.woocommerce-MyAccount-content form input[type=text]::-moz-placeholder, .woocommerce-MyAccount-content form input[type=email]::-moz-placeholder, .woocommerce-MyAccount-content form input[type=tel]::-moz-placeholder, .woocommerce-MyAccount-content form input[type=password]::-moz-placeholder, .woocommerce-MyAccount-content form textarea::-moz-placeholder, .woocommerce-MyAccount-content form select::-moz-placeholder {
  font-size: 14px;
}
.woocommerce-MyAccount-content form input[type=text]::placeholder,
.woocommerce-MyAccount-content form input[type=email]::placeholder,
.woocommerce-MyAccount-content form input[type=tel]::placeholder,
.woocommerce-MyAccount-content form input[type=password]::placeholder,
.woocommerce-MyAccount-content form textarea::placeholder,
.woocommerce-MyAccount-content form select::placeholder {
  font-size: 14px;
}
.woocommerce-MyAccount-content form button {
  border: 1px solid #008cbf !important;
  background-color: transparent !important;
}
.woocommerce-MyAccount-content form button:first-of-type {
  margin-left: auto;
}
.woocommerce-MyAccount-content form button:hover {
  background-color: #008cbf !important;
  border-color: #008cbf !important;
  color: #fff !important;
}
.woocommerce-MyAccount-content .wsc_user_carts table {
  background-color: transparent !important;
  border: 0 !important;
  width: 100%;
}
.woocommerce-MyAccount-content .wsc_user_carts table tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content .wsc_user_carts table tbody tr {
  --bs-columns: 5;
}
.woocommerce-MyAccount-content .wsc_user_carts table tbody tr td.product-name, .woocommerce-MyAccount-content .wsc_user_carts table tbody tr td.product-total {
  font-weight: 500;
}
.woocommerce-MyAccount-content a.button {
  border: 1px solid #008cbf !important;
  background-color: transparent !important;
}
.woocommerce-MyAccount-content a.button:first-of-type {
  margin-left: auto;
}
.woocommerce-MyAccount-content a.button:hover {
  background-color: #008cbf !important;
  border-color: #008cbf !important;
  color: #fff !important;
}
.woocommerce-info {
  border-color: #008cbf;
  display: flex;
  font-weight: 300;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.woocommerce-info::before {
  content: "⚠";
  position: relative;
  top: -2px;
  left: 0;
  font-size: 1.5rem;
  line-height: 0;
}
.woocommerce-info .woocommerce-Button {
  border: 1px solid #008cbf !important;
  background-color: transparent !important;
}
.woocommerce-info .woocommerce-Button:first-of-type {
  margin-left: auto;
}
.woocommerce-info .woocommerce-Button:hover {
  background-color: #008cbf !important;
  border-color: #008cbf !important;
  color: #fff !important;
}

.woocommerce-cart-form.addify-quote-form .quote-fields td input:not([type=checkbox]) {
  min-height: 50px;
}
.woocommerce-cart-form.addify-quote-form .quote-fields td input[type=checkbox] {
  width: 25px;
  height: 25px;
}
.woocommerce-cart-form.addify-quote-form .quote-fields td textarea {
  min-height: 200px;
}

.address p {
  line-height: 1.2;
  margin: 0;
}

.single-product-container .product .woo-product-quantity-input .quantity input {
  min-width: 60px;
}
.single-product-container .product .wc-pao-addon-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.single-product-container .product .wc-pao-addon-container .form-row {
  padding: 0;
}
.single-product-container .product .wc-pao-addon-container label.wc-pao-addon-name {
  font-weight: normal;
  margin-bottom: 0.35rem;
}
.single-product-container .product .wc-pao-addon-container label.wc-pao-addon-name .required {
  color: red;
}
.single-product-container .product .wc-pao-addon-container .input-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex-shrink: 1;
  height: auto;
}
.single-product-container .product .wc-pao-addon-container select {
  flex-shrink: 1;
  height: auto;
}
.single-product-container .product .rnTotalBox label {
  text-transform: capitalize;
}
.single-product-container .product .rnColorSwatcherContainer {
  --gap-size: 10px;
  --items-per-row: 8;
  gap: var(--gap-size);
  margin: 0 !important;
  --image-size: calc(
  	(100% / var(--items-per-row)) -
  		(var(--gap-size) * (var(--items-per-row) - 1) / var(--items-per-row))
  );
}
@media (max-width: 1399.98px) {
  .single-product-container .product .rnColorSwatcherContainer {
    --items-per-row: 6;
  }
}
@media (max-width: 991.98px) {
  .single-product-container .product .rnColorSwatcherContainer {
    --items-per-row: 8;
  }
}
@media (max-width: 767.98px) {
  .single-product-container .product .rnColorSwatcherContainer {
    --items-per-row: 5;
  }
}
@media (max-width: 575.98px) {
  .single-product-container .product .rnColorSwatcherContainer {
    --items-per-row: 5;
  }
}
.single-product-container .product .rnColorSwatcherContainer .rnColorSwatcherItem {
  margin: 0;
  aspect-ratio: 1/1;
  position: relative;
  width: var(--image-size) !important;
}
.single-product-container .product .rnColorSwatcherContainer .rnColorSwatcherItem .RNPreset {
  padding: 5px;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  border-radius: 4px !important;
  border-color: #bfc3c8 !important;
}
.single-product-container .product .rnColorSwatcherContainer .rnColorSwatcherItem .RNPreset div {
  height: 100% !important;
  border-radius: 3px !important;
}
.single-product-container .product .rnColorSwatcherContainer .rnColorSwatcherItem label {
  left: 50%;
  width: auto;
  display: none;
  font-size: 0.75rem;
  padding: 5px 10px;
  position: absolute;
  border-radius: 3px;
  font-weight: normal;
  white-space: nowrap;
  color: var(--bs-senary);
  bottom: calc(100% + 5px);
  transform: translateX(-50%);
  background: var(--bs-quaternary);
}
.single-product-container .product .rnColorSwatcherContainer .rnColorSwatcherItem label::after {
  top: 100%;
  left: 50%;
  content: "";
  border-width: 5px;
  position: absolute;
  border-style: solid;
  transform: translateX(-50%);
  border-color: var(--bs-quaternary) transparent transparent transparent;
}
.single-product-container .product .rnColorSwatcherContainer .rnColorSwatcherItem:hover label {
  display: block;
}
.single-product-container .product .rnColorSwatcherContainer .rnColorSwatcherItem:hover .RNPreset {
  box-shadow: none;
  border-color: var(--bs-primary) !important;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field {
  grid-column: span 12/span 12 !important;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container {
  --gap-size: 10px;
  --items-per-row: 8;
  gap: var(--gap-size);
  margin: 0 !important;
}
@media (max-width: 1399.98px) {
  .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container {
    --items-per-row: 6;
  }
}
@media (max-width: 991.98px) {
  .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container {
    --items-per-row: 8;
  }
}
@media (max-width: 767.98px) {
  .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container {
    --items-per-row: 5;
  }
}
@media (max-width: 575.98px) {
  .single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container {
    --items-per-row: 5;
  }
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option {
  --image-size: calc(
  	(100% / var(--items-per-row)) -
  		(
  			var(--gap-size) * (var(--items-per-row) - 1) /
  				var(--items-per-row)
  		)
  );
  margin: 0;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label {
  aspect-ratio: 1/1;
  position: relative;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label > input {
  top: 10px;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label .frm_image_option_container {
  padding: 5px;
  overflow: visible;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label .frm_image_option_container img {
  height: 100%;
  border-radius: 3px;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label .frm_text_label_for_image {
  left: 50%;
  width: auto;
  display: none;
  padding: 5px 10px;
  position: absolute;
  border-radius: 3px;
  white-space: nowrap;
  color: var(--bs-senary);
  bottom: calc(100% + 5px);
  transform: translateX(-50%);
  background: var(--bs-quaternary);
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label .frm_text_label_for_image::after {
  top: 100%;
  left: 50%;
  content: "";
  border-width: 5px;
  position: absolute;
  border-style: solid;
  transform: translateX(-50%);
  border-color: var(--bs-quaternary) transparent transparent transparent;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field.frm_image_options .frm_opt_container .frm_image_option label:hover .frm_text_label_for_image {
  display: block;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field:not(.frm_image_options) .frm_opt_container {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field:not(.frm_image_options) .frm_opt_container .frm_checkbox {
  margin: 0;
}
.single-product-container .product .woocommerce-product-details__short-description .frm_fields_container > .frm_form_field:not(.frm_image_options) .frm_opt_container .frm_checkbox > label {
  gap: 5px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: auto !important;
}
.single-product-container .related.products .swiper-pagination {
  top: auto;
  bottom: auto;
}

.review-accordion * {
  outline: 0 !important;
  box-shadow: none !important;
}
.review-accordion .accordion-button {
  background-color: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: var(--bs-accordion-btn-color);
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

li.product .star-rating {
  color: #ff9700;
  max-width: calc(100% - 3rem);
  width: 100%;
  margin: 0.5em auto 1em !important;
}
.single-product .paylater-fallback {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding-bottom: 0.75rem;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px #dee2e6 solid;
  text-align: center;
  line-height: 100%;
  gap: 5px;
}
@media screen and (min-width: 400px) {
  .single-product .paylater-fallback {
    flex-direction: row;
  }
}
.single-product .paylater-fallback img {
  max-width: 48px;
  width: 100%;
}
.single-product .info-banner img.icon {
  height: 20px;
}
.single-product .sc-info-banner-text {
  color: #008cbf;
  line-height: 1em;
}
.single-product .sc-single-brand-logo {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 15px;
}
.single-product .sc-single-brand-logo img {
  width: 100%;
  max-width: 80px;
}
.single-product .sc-review-widget .woocommerce-product-rating {
  color: #ff9700;
}
.single-product .sc-review-widget .woocommerce-product-rating a {
  pointer-events: none;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .case-studies-detail .cms-content .contact-us-block {
    display: none;
  }
}
.case-studies-detail .share-ctas {
  order: 9;
}
.case-studies-detail .similar-posts {
  order: 10;
}

.wp-block-affinity-product-category-listings .image,
.popular-ranges .image {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0 50%, rgb(247, 247, 247) 50% 100%);
}

.wp-block-affinity-call-to-action-card {
  width: 100%;
  clear: both;
}

#product-carousel-tabs .title {
  color: var(--bs-body-color);
}
#product-carousel-tabs :not(.active) {
  color: var(--bs-body-color);
}
#product-carousel-tabs :not(.active) .title {
  color: #afafaf;
}
@media (max-width: 767.98px) {
  #product-carousels .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}
.wp-block-affinity-woocommerce-multi-slider .swiper-slide {
  max-width: 320px;
  height: auto;
  align-self: stretch;
}
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product > a img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.wp-block-affinity-woocommerce-multi-slider .swiper-slide .product .variations .thwvs-wrapper-ul.thwvs-featured .thwvs-wrapper-item-li:not(.thwvs-shop-item-more) {
  width: 26px !important;
  height: 18px !important;
}
@media (max-width: 991.98px) {
  .wp-block-affinity-hero .text ul {
    display: none;
  }
}
@media (min-width: 768px) {
  .wp-block-affinity-hero .hero-button-bottom .slide-content {
    padding-bottom: 5rem !important;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link {
    position: absolute;
    bottom: 0.5rem;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link a {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link {
    bottom: 1rem;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content .link a {
    font-size: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-affinity-hero .hero-slide {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-affinity-hero .hero-button-bottom {
    flex-direction: column;
  }
  .wp-block-affinity-hero .hero-button-bottom .slide-content {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-affinity-hero .btn-correction {
    padding: 0 !important;
  }
  .wp-block-affinity-hero .btn-correction .row, .wp-block-affinity-hero .btn-correction form .frm_form_fields .frm_fields_container > .frm_form_field, form .frm_form_fields .wp-block-affinity-hero .btn-correction .frm_fields_container > .frm_form_field, .wp-block-affinity-hero .btn-correction .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation, .woocommerce-cart .woocommerce .left-column .cart .meta-data .wp-block-affinity-hero .btn-correction .variation, .wp-block-affinity-hero .btn-correction form.checkout.woocommerce-checkout, .wp-block-affinity-hero .btn-correction #customer_login {
    margin: 0 auto !important;
  }
  .wp-block-affinity-hero .btn-correction .row .link .button, .wp-block-affinity-hero .btn-correction form .frm_form_fields .frm_fields_container > .frm_form_field .link .button, form .frm_form_fields .wp-block-affinity-hero .btn-correction .frm_fields_container > .frm_form_field .link .button, .wp-block-affinity-hero .btn-correction .woocommerce-cart .woocommerce .left-column .cart .meta-data .variation .link .button, .woocommerce-cart .woocommerce .left-column .cart .meta-data .wp-block-affinity-hero .btn-correction .variation .link .button, .wp-block-affinity-hero .btn-correction form.checkout.woocommerce-checkout .link .button, .wp-block-affinity-hero .btn-correction #customer_login .link .button {
    width: 100%;
    font-size: 1em !important;
  }
}

.images-row-block .swiper .swiper-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.images-row-block .swiper-slide .image {
  margin: 0;
  width: 100%;
}
.images-row-block .swiper-slide .image img {
  width: 100%;
}
