@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*!
 * Bootstrap  v5.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #2a31ca;
  --bs-indigo: #1c085d;
  --bs-purple: #a35bcc;
  --bs-pink: #e17596;
  --bs-red: #ea0004;
  --bs-orange: #e9945b;
  --bs-yellow: #D4AF37;
  --bs-green: #7dcb7c;
  --bs-teal: #00695C;
  --bs-cyan: #afdefc;
  --bs-black: #131313;
  --bs-white: #fff;
  --bs-gray: #546E7A;
  --bs-gray-dark: #363636;
  --bs-gray-100: #F0F0F0;
  --bs-gray-200: #B0BEC5;
  --bs-gray-300: #90A4AE;
  --bs-gray-400: #78909C;
  --bs-gray-500: #607D8B;
  --bs-gray-600: #546E7A;
  --bs-gray-700: #455A64;
  --bs-gray-800: #363636;
  --bs-gray-900: #263238;
  --bs-primary: #131313;
  --bs-secondary: #afdefc;
  --bs-success: #7dcb7c;
  --bs-info: #afdefc;
  --bs-warning: #e9945b;
  --bs-danger: #ea0004;
  --bs-light: #fff;
  --bs-dark: #263238;
  --bs-blue: #2a31ca;
  --bs-indigo: #1c085d;
  --bs-purple: #a35bcc;
  --bs-pink: #e17596;
  --bs-red: #ea0004;
  --bs-orange: #e9945b;
  --bs-yellow: #D4AF37;
  --bs-green: #7dcb7c;
  --bs-teal: #00695C;
  --bs-cyan: #afdefc;
  --bs-black: #131313;
  --bs-white: #fff;
  --bs-gray: #546E7A;
  --bs-gray-dark: #363636;
  --bs-primary-rgb: 19, 19, 19;
  --bs-secondary-rgb: 175, 222, 252;
  --bs-success-rgb: 125, 203, 124;
  --bs-info-rgb: 175, 222, 252;
  --bs-warning-rgb: 233, 148, 91;
  --bs-danger-rgb: 234, 0, 4;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 38, 50, 56;
  --bs-blue-rgb: 42, 49, 202;
  --bs-indigo-rgb: 28, 8, 93;
  --bs-purple-rgb: 163, 91, 204;
  --bs-pink-rgb: 225, 117, 150;
  --bs-red-rgb: 234, 0, 4;
  --bs-orange-rgb: 233, 148, 91;
  --bs-yellow-rgb: 212, 175, 55;
  --bs-green-rgb: 125, 203, 124;
  --bs-teal-rgb: 0, 105, 92;
  --bs-cyan-rgb: 175, 222, 252;
  --bs-black-rgb: 19, 19, 19;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-rgb: 84, 110, 122;
  --bs-gray-dark-rgb: 54, 54, 54;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 19, 19, 19;
  --bs-body-color-rgb: 38, 50, 56;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #263238;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #90A4AE;
  --bs-border-color-translucent: rgba(19, 19, 19, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #131313;
  --bs-link-hover-color: #0f0f0f;
  --bs-code-color: #e17596;
  --bs-highlight-bg: #f6efd7;
}

body.softgate {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.softgate {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /* WIDGETS */
}
.softgate *,
.softgate *::before,
.softgate *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .softgate :root {
    scroll-behavior: smooth;
  }
}
.softgate 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(19, 19, 19, 0);
}
.softgate hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
.softgate h6, .softgate .h6, .softgate h5, .softgate .h5, .softgate h4, .softgate .h4, .softgate .woocommerce-products-header .woocommerce-products-header__title, .softgate .woocommerce-Tabs-panel h2, .softgate .woocommerce-Tabs-panel .h2,
.softgate .related.products h2,
.softgate .related.products .h2, .softgate .sg-product-single .entry-summary h1, .softgate .sg-product-single .entry-summary .h1, .softgate h3, .softgate .h3, .softgate h2, .softgate .h2, .softgate h1, .softgate .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.softgate h1, .softgate .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .softgate h1, .softgate .h1 {
    font-size: 2.5rem;
  }
}
.softgate h2, .softgate .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .softgate h2, .softgate .h2 {
    font-size: 2rem;
  }
}
.softgate h3, .softgate .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .softgate h3, .softgate .h3 {
    font-size: 1.75rem;
  }
}
.softgate h4, .softgate .h4, .softgate .woocommerce-products-header .woocommerce-products-header__title, .softgate .woocommerce-Tabs-panel h2, .softgate .woocommerce-Tabs-panel .h2,
.softgate .related.products h2,
.softgate .related.products .h2, .softgate .sg-product-single .entry-summary h1, .softgate .sg-product-single .entry-summary .h1 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .softgate h4, .softgate .h4, .softgate .woocommerce-products-header .woocommerce-products-header__title, .softgate .woocommerce-Tabs-panel h2, .softgate .woocommerce-Tabs-panel .h2,
  .softgate .related.products h2,
  .softgate .related.products .h2, .softgate .sg-product-single .entry-summary h1, .softgate .sg-product-single .entry-summary .h1 {
    font-size: 1.5rem;
  }
}
.softgate h5, .softgate .h5 {
  font-size: 1.25rem;
}
.softgate h6, .softgate .h6 {
  font-size: 1rem;
}
.softgate p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.softgate abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
.softgate address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.softgate ol,
.softgate ul {
  padding-left: 2rem;
}
.softgate ol,
.softgate ul,
.softgate dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.softgate ol ol,
.softgate ul ul,
.softgate ol ul,
.softgate ul ol {
  margin-bottom: 0;
}
.softgate dt {
  font-weight: 700;
}
.softgate dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.softgate blockquote {
  margin: 0 0 1rem;
}
.softgate b,
.softgate strong {
  font-weight: bolder;
}
.softgate small, .softgate .small, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a span:last-child, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a span:first-child, .softgate .product .softgate-product a:first-child .growth-followers .growth,
.softgate .product .softgate-product a:first-child .growth-followers .followers {
  font-size: 0.875em;
}
.softgate mark, .softgate .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
.softgate sub,
.softgate sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.softgate sub {
  bottom: -0.25em;
}
.softgate sup {
  top: -0.5em;
}
.softgate a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.softgate a:hover {
  color: var(--bs-link-hover-color);
}
.softgate a:not([href]):not([class]), .softgate a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.softgate pre,
.softgate code,
.softgate kbd,
.softgate samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.softgate pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.softgate pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.softgate code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > .softgate code {
  color: inherit;
}
.softgate 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;
}
.softgate kbd kbd {
  padding: 0;
  font-size: 1em;
}
.softgate figure {
  margin: 0 0 1rem;
}
.softgate img,
.softgate svg {
  vertical-align: middle;
}
.softgate table {
  caption-side: bottom;
  border-collapse: collapse;
}
.softgate caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #546E7A;
  text-align: left;
}
.softgate th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.softgate thead,
.softgate tbody,
.softgate tfoot,
.softgate tr,
.softgate td,
.softgate th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.softgate label {
  display: inline-block;
}
.softgate button {
  border-radius: 0;
}
.softgate button:focus:not(:focus-visible) {
  outline: 0;
}
.softgate input,
.softgate button,
.softgate select,
.softgate optgroup,
.softgate textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.softgate button,
.softgate select {
  text-transform: none;
}
.softgate [role=button] {
  cursor: pointer;
}
.softgate select {
  word-wrap: normal;
}
.softgate select:disabled {
  opacity: 1;
}
.softgate [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.softgate button,
.softgate [type=button],
.softgate [type=reset],
.softgate [type=submit] {
  -webkit-appearance: button;
}
.softgate button:not(:disabled),
.softgate [type=button]:not(:disabled),
.softgate [type=reset]:not(:disabled),
.softgate [type=submit]:not(:disabled) {
  cursor: pointer;
}
.softgate ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.softgate textarea {
  resize: vertical;
}
.softgate fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.softgate 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) {
  .softgate legend {
    font-size: 1.5rem;
  }
}
.softgate legend + * {
  clear: left;
}
.softgate ::-webkit-datetime-edit-fields-wrapper,
.softgate ::-webkit-datetime-edit-text,
.softgate ::-webkit-datetime-edit-minute,
.softgate ::-webkit-datetime-edit-hour-field,
.softgate ::-webkit-datetime-edit-day-field,
.softgate ::-webkit-datetime-edit-month-field,
.softgate ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.softgate ::-webkit-inner-spin-button {
  height: auto;
}
.softgate [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.softgate ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.softgate ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.softgate ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.softgate output {
  display: inline-block;
}
.softgate iframe {
  border: 0;
}
.softgate summary {
  display: list-item;
  cursor: pointer;
}
.softgate progress {
  vertical-align: baseline;
}
.softgate [hidden] {
  display: none !important;
}
.softgate .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.softgate .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .softgate .display-1 {
    font-size: 5rem;
  }
}
.softgate .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .softgate .display-2 {
    font-size: 4.5rem;
  }
}
.softgate .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .softgate .display-3 {
    font-size: 4rem;
  }
}
.softgate .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .softgate .display-4 {
    font-size: 3.5rem;
  }
}
.softgate .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .softgate .display-5 {
    font-size: 3rem;
  }
}
.softgate .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .softgate .display-6 {
    font-size: 2.5rem;
  }
}
.softgate .list-unstyled, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list, .softgate .alert ul, .softgate form.variations_form span.price ul, .softgate .woocommerce-info ul,
.softgate .woocommerce-error ul,
.softgate .woocommerce-message ul, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}
.softgate .list-inline {
  padding-left: 0;
  list-style: none;
}
.softgate .list-inline-item {
  display: inline-block;
}
.softgate .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.softgate .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.softgate .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.softgate .blockquote > :last-child {
  margin-bottom: 0;
}
.softgate .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #546E7A;
}
.softgate .blockquote-footer::before {
  content: "— ";
}
.softgate .img-fluid {
  max-width: 100%;
  height: auto;
}
.softgate .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}
.softgate .figure {
  display: inline-block;
}
.softgate .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.softgate .figure-caption {
  font-size: 0.875em;
  color: #546E7A;
}
.softgate .container, .softgate main,
.softgate .container-fluid,
.softgate .container-xxl,
.softgate .container-xl,
.softgate .container-lg,
.softgate .container-md,
.softgate .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) {
  .softgate .container-sm, .softgate .container, .softgate main {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .softgate .container-md, .softgate .container-sm, .softgate .container, .softgate main {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .softgate .container-lg, .softgate .container-md, .softgate .container-sm, .softgate .container, .softgate main {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .softgate .container-xl, .softgate .container-lg, .softgate .container-md, .softgate .container-sm, .softgate .container, .softgate main {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .softgate .container-xxl, .softgate .container-xl, .softgate .container-lg, .softgate .container-md, .softgate .container-sm, .softgate .container, .softgate main {
    max-width: 1320px;
  }
}
.softgate .row {
  --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));
}
.softgate .row > * {
  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);
}
.softgate .col {
  flex: 1 0 0%;
}
.softgate .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.softgate .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.softgate .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.softgate .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.softgate .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.softgate .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.softgate .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.softgate .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.softgate .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.softgate .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.softgate .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.softgate .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.softgate .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.softgate .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.softgate .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.softgate .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.softgate .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.softgate .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.softgate .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.softgate .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.softgate .offset-1 {
  margin-left: 8.33333333%;
}
.softgate .offset-2 {
  margin-left: 16.66666667%;
}
.softgate .offset-3 {
  margin-left: 25%;
}
.softgate .offset-4 {
  margin-left: 33.33333333%;
}
.softgate .offset-5 {
  margin-left: 41.66666667%;
}
.softgate .offset-6 {
  margin-left: 50%;
}
.softgate .offset-7 {
  margin-left: 58.33333333%;
}
.softgate .offset-8 {
  margin-left: 66.66666667%;
}
.softgate .offset-9 {
  margin-left: 75%;
}
.softgate .offset-10 {
  margin-left: 83.33333333%;
}
.softgate .offset-11 {
  margin-left: 91.66666667%;
}
.softgate .g-0,
.softgate .gx-0 {
  --bs-gutter-x: 0;
}
.softgate .g-0,
.softgate .gy-0 {
  --bs-gutter-y: 0;
}
.softgate .g-1,
.softgate .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.softgate .g-1,
.softgate .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.softgate .g-2,
.softgate .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.softgate .g-2,
.softgate .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.softgate .g-3,
.softgate .gx-3 {
  --bs-gutter-x: 1rem;
}
.softgate .g-3,
.softgate .gy-3 {
  --bs-gutter-y: 1rem;
}
.softgate .g-4,
.softgate .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.softgate .g-4,
.softgate .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.softgate .g-5,
.softgate .gx-5 {
  --bs-gutter-x: 3rem;
}
.softgate .g-5,
.softgate .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .softgate .col-sm {
    flex: 1 0 0%;
  }
  .softgate .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .softgate .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .softgate .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .softgate .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .softgate .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .softgate .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .softgate .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .softgate .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .softgate .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .softgate .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .softgate .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .softgate .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .softgate .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .offset-sm-0 {
    margin-left: 0;
  }
  .softgate .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .softgate .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .softgate .offset-sm-3 {
    margin-left: 25%;
  }
  .softgate .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .softgate .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .softgate .offset-sm-6 {
    margin-left: 50%;
  }
  .softgate .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .softgate .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .softgate .offset-sm-9 {
    margin-left: 75%;
  }
  .softgate .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .softgate .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .softgate .g-sm-0,
  .softgate .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .softgate .g-sm-0,
  .softgate .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .softgate .g-sm-1,
  .softgate .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .softgate .g-sm-1,
  .softgate .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .softgate .g-sm-2,
  .softgate .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .softgate .g-sm-2,
  .softgate .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .softgate .g-sm-3,
  .softgate .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .softgate .g-sm-3,
  .softgate .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .softgate .g-sm-4,
  .softgate .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .softgate .g-sm-4,
  .softgate .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .softgate .g-sm-5,
  .softgate .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .softgate .g-sm-5,
  .softgate .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .softgate .col-md {
    flex: 1 0 0%;
  }
  .softgate .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .softgate .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .softgate .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .softgate .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .softgate .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .softgate .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .softgate .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .softgate .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .softgate .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .softgate .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .softgate .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .softgate .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .softgate .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .offset-md-0 {
    margin-left: 0;
  }
  .softgate .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .softgate .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .softgate .offset-md-3 {
    margin-left: 25%;
  }
  .softgate .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .softgate .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .softgate .offset-md-6 {
    margin-left: 50%;
  }
  .softgate .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .softgate .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .softgate .offset-md-9 {
    margin-left: 75%;
  }
  .softgate .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .softgate .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .softgate .g-md-0,
  .softgate .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .softgate .g-md-0,
  .softgate .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .softgate .g-md-1,
  .softgate .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .softgate .g-md-1,
  .softgate .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .softgate .g-md-2,
  .softgate .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .softgate .g-md-2,
  .softgate .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .softgate .g-md-3,
  .softgate .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .softgate .g-md-3,
  .softgate .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .softgate .g-md-4,
  .softgate .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .softgate .g-md-4,
  .softgate .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .softgate .g-md-5,
  .softgate .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .softgate .g-md-5,
  .softgate .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .softgate .col-lg {
    flex: 1 0 0%;
  }
  .softgate .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .softgate .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .softgate .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .softgate .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .softgate .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .softgate .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .softgate .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .softgate .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .softgate .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .softgate .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .softgate .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .softgate .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .softgate .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .offset-lg-0 {
    margin-left: 0;
  }
  .softgate .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .softgate .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .softgate .offset-lg-3 {
    margin-left: 25%;
  }
  .softgate .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .softgate .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .softgate .offset-lg-6 {
    margin-left: 50%;
  }
  .softgate .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .softgate .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .softgate .offset-lg-9 {
    margin-left: 75%;
  }
  .softgate .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .softgate .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .softgate .g-lg-0,
  .softgate .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .softgate .g-lg-0,
  .softgate .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .softgate .g-lg-1,
  .softgate .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .softgate .g-lg-1,
  .softgate .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .softgate .g-lg-2,
  .softgate .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .softgate .g-lg-2,
  .softgate .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .softgate .g-lg-3,
  .softgate .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .softgate .g-lg-3,
  .softgate .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .softgate .g-lg-4,
  .softgate .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .softgate .g-lg-4,
  .softgate .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .softgate .g-lg-5,
  .softgate .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .softgate .g-lg-5,
  .softgate .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .softgate .col-xl {
    flex: 1 0 0%;
  }
  .softgate .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .softgate .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .softgate .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .softgate .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .softgate .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .softgate .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .softgate .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .softgate .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .softgate .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .softgate .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .softgate .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .softgate .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .softgate .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .offset-xl-0 {
    margin-left: 0;
  }
  .softgate .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .softgate .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .softgate .offset-xl-3 {
    margin-left: 25%;
  }
  .softgate .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .softgate .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .softgate .offset-xl-6 {
    margin-left: 50%;
  }
  .softgate .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .softgate .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .softgate .offset-xl-9 {
    margin-left: 75%;
  }
  .softgate .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .softgate .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .softgate .g-xl-0,
  .softgate .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .softgate .g-xl-0,
  .softgate .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .softgate .g-xl-1,
  .softgate .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .softgate .g-xl-1,
  .softgate .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .softgate .g-xl-2,
  .softgate .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .softgate .g-xl-2,
  .softgate .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .softgate .g-xl-3,
  .softgate .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .softgate .g-xl-3,
  .softgate .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .softgate .g-xl-4,
  .softgate .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .softgate .g-xl-4,
  .softgate .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .softgate .g-xl-5,
  .softgate .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .softgate .g-xl-5,
  .softgate .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .softgate .col-xxl {
    flex: 1 0 0%;
  }
  .softgate .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .softgate .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .softgate .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .softgate .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .softgate .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .softgate .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .softgate .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .softgate .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .softgate .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .softgate .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .softgate .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .softgate .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .softgate .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .softgate .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .softgate .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .softgate .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .softgate .offset-xxl-0 {
    margin-left: 0;
  }
  .softgate .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .softgate .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .softgate .offset-xxl-3 {
    margin-left: 25%;
  }
  .softgate .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .softgate .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .softgate .offset-xxl-6 {
    margin-left: 50%;
  }
  .softgate .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .softgate .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .softgate .offset-xxl-9 {
    margin-left: 75%;
  }
  .softgate .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .softgate .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .softgate .g-xxl-0,
  .softgate .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .softgate .g-xxl-0,
  .softgate .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .softgate .g-xxl-1,
  .softgate .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .softgate .g-xxl-1,
  .softgate .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .softgate .g-xxl-2,
  .softgate .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .softgate .g-xxl-2,
  .softgate .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .softgate .g-xxl-3,
  .softgate .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .softgate .g-xxl-3,
  .softgate .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .softgate .g-xxl-4,
  .softgate .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .softgate .g-xxl-4,
  .softgate .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .softgate .g-xxl-5,
  .softgate .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .softgate .g-xxl-5,
  .softgate .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.softgate .table, .softgate table.shop_table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(19, 19, 19, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(19, 19, 19, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(19, 19, 19, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.softgate .table > :not(caption) > * > *, .softgate table.shop_table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.softgate .table > tbody, .softgate table.shop_table > tbody {
  vertical-align: inherit;
}
.softgate .table > thead, .softgate table.shop_table > thead {
  vertical-align: bottom;
}
.softgate .table-group-divider {
  border-top: 2px solid currentcolor;
}
.softgate .caption-top {
  caption-side: top;
}
.softgate .table-sm > :not(caption) > * > *, .softgate table.shop_table > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.softgate .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.softgate .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.softgate .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.softgate .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.softgate .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.softgate .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.softgate .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.softgate .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.softgate .table-primary {
  --bs-table-color: #131313;
  --bs-table-bg: #d0d0d0;
  --bs-table-border-color: #bdbdbd;
  --bs-table-striped-bg: #c7c7c7;
  --bs-table-striped-color: #131313;
  --bs-table-active-bg: #bdbdbd;
  --bs-table-active-color: #131313;
  --bs-table-hover-bg: #c2c2c2;
  --bs-table-hover-color: #131313;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-secondary {
  --bs-table-color: #131313;
  --bs-table-bg: #eff8fe;
  --bs-table-border-color: #d9e1e7;
  --bs-table-striped-bg: #e4edf2;
  --bs-table-striped-color: #131313;
  --bs-table-active-bg: #d9e1e7;
  --bs-table-active-color: #131313;
  --bs-table-hover-bg: #dfe7ec;
  --bs-table-hover-color: #131313;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-success {
  --bs-table-color: #131313;
  --bs-table-bg: #e5f5e5;
  --bs-table-border-color: #d0ded0;
  --bs-table-striped-bg: #dbeadb;
  --bs-table-striped-color: #131313;
  --bs-table-active-bg: #d0ded0;
  --bs-table-active-color: #131313;
  --bs-table-hover-bg: #d5e4d5;
  --bs-table-hover-color: #131313;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-info {
  --bs-table-color: #131313;
  --bs-table-bg: #eff8fe;
  --bs-table-border-color: #d9e1e7;
  --bs-table-striped-bg: #e4edf2;
  --bs-table-striped-color: #131313;
  --bs-table-active-bg: #d9e1e7;
  --bs-table-active-color: #131313;
  --bs-table-hover-bg: #dfe7ec;
  --bs-table-hover-color: #131313;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-warning {
  --bs-table-color: #131313;
  --bs-table-bg: #fbeade;
  --bs-table-border-color: #e4d5ca;
  --bs-table-striped-bg: #efdfd4;
  --bs-table-striped-color: #131313;
  --bs-table-active-bg: #e4d5ca;
  --bs-table-active-color: #131313;
  --bs-table-hover-bg: #eadacf;
  --bs-table-hover-color: #131313;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-danger {
  --bs-table-color: #131313;
  --bs-table-bg: #fbcccd;
  --bs-table-border-color: #e4baba;
  --bs-table-striped-bg: #efc3c4;
  --bs-table-striped-color: #131313;
  --bs-table-active-bg: #e4baba;
  --bs-table-active-color: #131313;
  --bs-table-hover-bg: #eabebf;
  --bs-table-hover-color: #131313;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-light {
  --bs-table-color: #131313;
  --bs-table-bg: #fff;
  --bs-table-border-color: #e7e7e7;
  --bs-table-striped-bg: #f3f3f3;
  --bs-table-striped-color: #131313;
  --bs-table-active-bg: #e7e7e7;
  --bs-table-active-color: #131313;
  --bs-table-hover-bg: #ededed;
  --bs-table-hover-color: #131313;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #263238;
  --bs-table-border-color: #3c474c;
  --bs-table-striped-bg: #313c42;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3c474c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #364147;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.softgate .table-responsive, .softgate table.shop_table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .softgate .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .softgate .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .softgate .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .softgate .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .softgate .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.softgate .form-label {
  margin-bottom: 0.5rem;
}
.softgate .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.softgate .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.softgate .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.softgate .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #546E7A;
}
.softgate .form-control, .softgate textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields input, .softgate .input-text, .softgate input[type=file] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #263238;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #aaadea;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .form-control, .softgate textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields input, .softgate .input-text, .softgate input[type=file] {
    transition: none;
  }
}
.softgate .form-control[type=file], .softgate textarea[type=file]#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields input[type=file], .softgate [type=file].input-text, .softgate input[type=file] {
  overflow: hidden;
}
.softgate .form-control[type=file]:not(:disabled):not([readonly]), .softgate textarea[type=file]#comment:not(:disabled):not([readonly]), .softgate [type=file].input-text:not(:disabled):not([readonly]), .softgate input[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.softgate .form-control:focus, .softgate textarea#comment:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields input:focus, .softgate .input-text:focus, .softgate input[type=file]:focus {
  color: #263238;
  background-color: #fff;
  border-color: #898989;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
}
.softgate .form-control::-webkit-date-and-time-value, .softgate textarea#comment::-webkit-date-and-time-value, .softgate .rm-sidebar .widget .wc-block-product-search__fields input::-webkit-date-and-time-value, .softgate .input-text::-webkit-date-and-time-value, .softgate input[type=file]::-webkit-date-and-time-value {
  height: 1.5em;
}
.softgate .form-control::placeholder, .softgate textarea#comment::placeholder, .softgate .rm-sidebar .widget .wc-block-product-search__fields input::placeholder, .softgate .input-text::placeholder, .softgate input[type=file]::placeholder {
  color: #546E7A;
  opacity: 1;
}
.softgate .form-control:disabled, .softgate textarea#comment:disabled, .softgate .rm-sidebar .widget .wc-block-product-search__fields input:disabled, .softgate .input-text:disabled, .softgate input[type=file]:disabled {
  background-color: #B0BEC5;
  opacity: 1;
}
.softgate .form-control::file-selector-button, .softgate textarea#comment::file-selector-button, .softgate .rm-sidebar .widget .wc-block-product-search__fields input::file-selector-button, .softgate .input-text::file-selector-button, .softgate input[type=file]::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #263238;
  background-color: #B0BEC5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .form-control::file-selector-button, .softgate textarea#comment::file-selector-button, .softgate .rm-sidebar .widget .wc-block-product-search__fields input::file-selector-button, .softgate .input-text::file-selector-button, .softgate input[type=file]::file-selector-button {
    transition: none;
  }
}
.softgate .form-control:hover:not(:disabled):not([readonly])::file-selector-button, .softgate textarea#comment:hover:not(:disabled):not([readonly])::file-selector-button, .softgate .rm-sidebar .widget .wc-block-product-search__fields input:hover:not(:disabled):not([readonly])::file-selector-button, .softgate .input-text:hover:not(:disabled):not([readonly])::file-selector-button, .softgate input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #a7b5bb;
}
.softgate .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #263238;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.softgate .form-control-plaintext:focus {
  outline: 0;
}
.softgate .form-control-plaintext.form-control-sm, .softgate .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.softgate .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.softgate .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.softgate .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.softgate .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.softgate textarea.form-control, .softgate textarea#comment, .softgate textarea.input-text {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.softgate textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.softgate textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.softgate .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.softgate .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.softgate .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.softgate .form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.softgate .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.softgate .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.softgate .form-select, .softgate form.variations_form.cart table.variations td.value select, .softgate .woocommerce-input-wrapper select, .softgate .variations select, .softgate select, .softgate span.select2, .softgate .woocommerce form.woocommerce-ordering select[name=orderby], .softgate .woocommerce.columns-1 select[name=orderby], .softgate .woocommerce.columns-2 select[name=orderby], .softgate .woocommerce.columns-3 select[name=orderby], .softgate .woocommerce.columns-4 select[name=orderby], .softgate .woocommerce.columns-5 select[name=orderby], .softgate .woocommerce.columns-6 select[name=orderby] {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #263238;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #aaadea;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .form-select, .softgate form.variations_form.cart table.variations td.value select, .softgate .woocommerce-input-wrapper select, .softgate .variations select, .softgate select, .softgate span.select2, .softgate .woocommerce form.woocommerce-ordering select[name=orderby], .softgate .woocommerce.columns-1 select[name=orderby], .softgate .woocommerce.columns-2 select[name=orderby], .softgate .woocommerce.columns-3 select[name=orderby], .softgate .woocommerce.columns-4 select[name=orderby], .softgate .woocommerce.columns-5 select[name=orderby], .softgate .woocommerce.columns-6 select[name=orderby] {
    transition: none;
  }
}
.softgate .form-select:focus, .softgate form.variations_form.cart table.variations td.value select:focus, .softgate select:focus, .softgate span.select2:focus, .softgate .woocommerce form.woocommerce-ordering select[name=orderby]:focus, .softgate .woocommerce.columns-1 select[name=orderby]:focus, .softgate .woocommerce.columns-2 select[name=orderby]:focus, .softgate .woocommerce.columns-3 select[name=orderby]:focus, .softgate .woocommerce.columns-4 select[name=orderby]:focus, .softgate .woocommerce.columns-5 select[name=orderby]:focus, .softgate .woocommerce.columns-6 select[name=orderby]:focus {
  border-color: #898989;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
}
.softgate .form-select[multiple], .softgate form.variations_form.cart table.variations td.value select[multiple], .softgate select[multiple], .softgate span[multiple].select2, .softgate .woocommerce form.woocommerce-ordering select[multiple][name=orderby], .softgate .woocommerce.columns-1 select[multiple][name=orderby], .softgate .woocommerce.columns-2 select[multiple][name=orderby], .softgate .woocommerce.columns-3 select[multiple][name=orderby], .softgate .woocommerce.columns-4 select[multiple][name=orderby], .softgate .woocommerce.columns-5 select[multiple][name=orderby], .softgate .woocommerce.columns-6 select[multiple][name=orderby], .softgate .form-select[size]:not([size="1"]), .softgate form.variations_form.cart table.variations td.value select[size]:not([size="1"]), .softgate select[size]:not([size="1"]), .softgate span[size].select2:not([size="1"]), .softgate .woocommerce form.woocommerce-ordering select[size][name=orderby]:not([size="1"]), .softgate .woocommerce.columns-1 select[size][name=orderby]:not([size="1"]), .softgate .woocommerce.columns-2 select[size][name=orderby]:not([size="1"]), .softgate .woocommerce.columns-3 select[size][name=orderby]:not([size="1"]), .softgate .woocommerce.columns-4 select[size][name=orderby]:not([size="1"]), .softgate .woocommerce.columns-5 select[size][name=orderby]:not([size="1"]), .softgate .woocommerce.columns-6 select[size][name=orderby]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.softgate .form-select:disabled, .softgate form.variations_form.cart table.variations td.value select:disabled, .softgate select:disabled, .softgate span.select2:disabled, .softgate .woocommerce form.woocommerce-ordering select[name=orderby]:disabled, .softgate .woocommerce.columns-1 select[name=orderby]:disabled, .softgate .woocommerce.columns-2 select[name=orderby]:disabled, .softgate .woocommerce.columns-3 select[name=orderby]:disabled, .softgate .woocommerce.columns-4 select[name=orderby]:disabled, .softgate .woocommerce.columns-5 select[name=orderby]:disabled, .softgate .woocommerce.columns-6 select[name=orderby]:disabled {
  background-color: #B0BEC5;
}
.softgate .form-select:-moz-focusring, .softgate form.variations_form.cart table.variations td.value select:-moz-focusring, .softgate select:-moz-focusring, .softgate span.select2:-moz-focusring, .softgate .woocommerce form.woocommerce-ordering select[name=orderby]:-moz-focusring, .softgate .woocommerce.columns-1 select[name=orderby]:-moz-focusring, .softgate .woocommerce.columns-2 select[name=orderby]:-moz-focusring, .softgate .woocommerce.columns-3 select[name=orderby]:-moz-focusring, .softgate .woocommerce.columns-4 select[name=orderby]:-moz-focusring, .softgate .woocommerce.columns-5 select[name=orderby]:-moz-focusring, .softgate .woocommerce.columns-6 select[name=orderby]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #263238;
}
.softgate .form-select-sm, .softgate form.variations_form.cart table.variations td.value select {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.softgate .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.softgate .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.125rem;
}
.softgate .form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
}
.softgate .form-check-reverse {
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}
.softgate .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5rem;
  margin-left: 0;
}
.softgate .form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(19, 19, 19, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.softgate .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.softgate .form-check-input[type=radio] {
  border-radius: 50%;
}
.softgate .form-check-input:active {
  filter: brightness(90%);
}
.softgate .form-check-input:focus {
  border-color: #898989;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
}
.softgate .form-check-input:checked {
  background-color: #131313;
  border-color: #131313;
}
.softgate .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.softgate .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.softgate .form-check-input[type=checkbox]:indeterminate {
  background-color: #131313;
  border-color: #131313;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.softgate .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.softgate .form-check-input[disabled] ~ .form-check-label, .softgate .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.softgate .form-switch {
  padding-left: 2.5em;
}
.softgate .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2819, 19, 19, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .form-switch .form-check-input {
    transition: none;
  }
}
.softgate .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23898989'/%3e%3c/svg%3e");
}
.softgate .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.softgate .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.softgate .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.softgate .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.softgate .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.softgate .btn-check[disabled] + .btn, .softgate .woocommerce-notices-wrapper .btn-check[disabled] + a.button.wc-forward, .softgate .btn-check[disabled] + .woocommerce_checkout_place_order, .softgate .btn-check[disabled] + .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-check[disabled] + .reset_variations, .softgate #commentform .btn-check[disabled] + [type=submit], .softgate ul.wc-tabs li .btn-check[disabled] + a, .softgate .sg-product-single .entry-summary .btn-check[disabled] + button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-check[disabled] + button, .softgate table.variations td.value .btn-check[disabled] + .reset_variations, .softgate .woocommerce .btn-check[disabled] + button.button.alt,
.softgate .woocommerce .btn-check[disabled] + button[type=submit],
.softgate .woocommerce .btn-check[disabled] + button.button:disabled, .softgate .woocommerce .btn-check[disabled] + a.button, .softgate .woocommerce-info .btn-check[disabled] + a.button,
.softgate .woocommerce-info .btn-check[disabled] + a.restore-item,
.softgate .woocommerce-error .btn-check[disabled] + a.button,
.softgate .woocommerce-error .btn-check[disabled] + a.restore-item,
.softgate .woocommerce-message .btn-check[disabled] + a.button,
.softgate .woocommerce-message .btn-check[disabled] + a.restore-item, .softgate .btn-check:disabled + .btn, .softgate .woocommerce-notices-wrapper .btn-check:disabled + a.button.wc-forward, .softgate .btn-check:disabled + .woocommerce_checkout_place_order, .softgate .btn-check:disabled + .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-check:disabled + .reset_variations, .softgate #commentform .btn-check:disabled + [type=submit], .softgate ul.wc-tabs li .btn-check:disabled + a, .softgate .sg-product-single .entry-summary .btn-check:disabled + button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-check:disabled + button, .softgate table.variations td.value .btn-check:disabled + .reset_variations, .softgate .woocommerce .btn-check:disabled + button.button.alt,
.softgate .woocommerce .btn-check:disabled + button[type=submit],
.softgate .woocommerce .btn-check:disabled + button.button:disabled, .softgate .woocommerce .btn-check:disabled + a.button, .softgate .woocommerce-info .btn-check:disabled + a.button,
.softgate .woocommerce-info .btn-check:disabled + a.restore-item,
.softgate .woocommerce-error .btn-check:disabled + a.button,
.softgate .woocommerce-error .btn-check:disabled + a.restore-item,
.softgate .woocommerce-message .btn-check:disabled + a.button,
.softgate .woocommerce-message .btn-check:disabled + a.restore-item {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.softgate .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.softgate .form-range:focus {
  outline: 0;
}
.softgate .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
}
.softgate .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
}
.softgate .form-range::-moz-focus-outer {
  border: 0;
}
.softgate .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #131313;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.softgate .form-range::-webkit-slider-thumb:active {
  background-color: #b8b8b8;
}
.softgate .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #90A4AE;
  border-color: transparent;
  border-radius: 1rem;
}
.softgate .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #131313;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .form-range::-moz-range-thumb {
    transition: none;
  }
}
.softgate .form-range::-moz-range-thumb:active {
  background-color: #b8b8b8;
}
.softgate .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #90A4AE;
  border-color: transparent;
  border-radius: 1rem;
}
.softgate .form-range:disabled {
  pointer-events: none;
}
.softgate .form-range:disabled::-webkit-slider-thumb {
  background-color: #607D8B;
}
.softgate .form-range:disabled::-moz-range-thumb {
  background-color: #607D8B;
}
.softgate .form-floating {
  position: relative;
}
.softgate .form-floating > .form-control, .softgate .form-floating > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input, .softgate .form-floating > .input-text, .softgate .form-floating > input[type=file],
.softgate .form-floating > .form-control-plaintext,
.softgate .form-floating > .form-select,
.softgate form.variations_form.cart table.variations td.value .form-floating > select,
.softgate .form-floating > select,
.softgate .form-floating > span.select2,
.softgate .woocommerce form.woocommerce-ordering .form-floating > select[name=orderby],
.softgate .woocommerce.columns-1 .form-floating > select[name=orderby],
.softgate .woocommerce.columns-2 .form-floating > select[name=orderby],
.softgate .woocommerce.columns-3 .form-floating > select[name=orderby],
.softgate .woocommerce.columns-4 .form-floating > select[name=orderby],
.softgate .woocommerce.columns-5 .form-floating > select[name=orderby],
.softgate .woocommerce.columns-6 .form-floating > select[name=orderby] {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.softgate .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .form-floating > label {
    transition: none;
  }
}
.softgate .form-floating > .form-control, .softgate .form-floating > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input, .softgate .form-floating > .input-text, .softgate .form-floating > input[type=file],
.softgate .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.softgate .form-floating > .form-control::placeholder, .softgate .form-floating > textarea#comment::placeholder, .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input::placeholder, .softgate .form-floating > .input-text::placeholder, .softgate .form-floating > input[type=file]::placeholder,
.softgate .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.softgate .form-floating > .form-control:focus, .softgate .form-floating > textarea#comment:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input:focus, .softgate .form-floating > .input-text:focus, .softgate .form-floating > input[type=file]:focus, .softgate .form-floating > .form-control:not(:placeholder-shown), .softgate .form-floating > textarea#comment:not(:placeholder-shown), .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input:not(:placeholder-shown), .softgate .form-floating > .input-text:not(:placeholder-shown), .softgate .form-floating > input[type=file]:not(:placeholder-shown),
.softgate .form-floating > .form-control-plaintext:focus,
.softgate .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.softgate .form-floating > .form-control:-webkit-autofill, .softgate .form-floating > textarea#comment:-webkit-autofill, .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input:-webkit-autofill, .softgate .form-floating > .input-text:-webkit-autofill, .softgate .form-floating > input[type=file]:-webkit-autofill,
.softgate .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.softgate .form-floating > .form-select, .softgate form.variations_form.cart table.variations td.value .form-floating > select, .softgate .form-floating > select, .softgate .form-floating > span.select2, .softgate .woocommerce form.woocommerce-ordering .form-floating > select[name=orderby], .softgate .woocommerce.columns-1 .form-floating > select[name=orderby], .softgate .woocommerce.columns-2 .form-floating > select[name=orderby], .softgate .woocommerce.columns-3 .form-floating > select[name=orderby], .softgate .woocommerce.columns-4 .form-floating > select[name=orderby], .softgate .woocommerce.columns-5 .form-floating > select[name=orderby], .softgate .woocommerce.columns-6 .form-floating > select[name=orderby] {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.softgate .form-floating > .form-control:focus ~ label, .softgate .form-floating > textarea#comment:focus ~ label, .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input:focus ~ label, .softgate .form-floating > .input-text:focus ~ label, .softgate .form-floating > input[type=file]:focus ~ label,
.softgate .form-floating > .form-control:not(:placeholder-shown) ~ label,
.softgate .form-floating > textarea#comment:not(:placeholder-shown) ~ label,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input:not(:placeholder-shown) ~ label,
.softgate .form-floating > .input-text:not(:placeholder-shown) ~ label,
.softgate .form-floating > input[type=file]:not(:placeholder-shown) ~ label,
.softgate .form-floating > .form-control-plaintext ~ label,
.softgate .form-floating > .form-select ~ label,
.softgate form.variations_form.cart table.variations td.value .form-floating > select ~ label,
.softgate .form-floating > select ~ label,
.softgate .form-floating > span.select2 ~ label,
.softgate .woocommerce form.woocommerce-ordering .form-floating > select[name=orderby] ~ label,
.softgate .woocommerce.columns-1 .form-floating > select[name=orderby] ~ label,
.softgate .woocommerce.columns-2 .form-floating > select[name=orderby] ~ label,
.softgate .woocommerce.columns-3 .form-floating > select[name=orderby] ~ label,
.softgate .woocommerce.columns-4 .form-floating > select[name=orderby] ~ label,
.softgate .woocommerce.columns-5 .form-floating > select[name=orderby] ~ label,
.softgate .woocommerce.columns-6 .form-floating > select[name=orderby] ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.softgate .form-floating > .form-control:-webkit-autofill ~ label, .softgate .form-floating > textarea#comment:-webkit-autofill ~ label, .softgate .rm-sidebar .widget .wc-block-product-search__fields .form-floating > input:-webkit-autofill ~ label, .softgate .form-floating > .input-text:-webkit-autofill ~ label, .softgate .form-floating > input[type=file]:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.softgate .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.softgate .input-group, .softgate .rm-sidebar .widget .wc-block-product-search__fields {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.softgate .input-group > .form-control, .softgate .input-group > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group > input, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-control, .softgate .rm-sidebar .widget .wc-block-product-search__fields > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields > input, .softgate .input-group > .input-text, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .input-text, .softgate .input-group > input[type=file],
.softgate .input-group > .form-select,
.softgate form.variations_form.cart table.variations td.value .input-group > select,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-select,
.softgate .rm-sidebar .widget form.variations_form.cart table.variations td.value .wc-block-product-search__fields > select,
.softgate form.variations_form.cart table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields > select,
.softgate .input-group > select,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > select,
.softgate .input-group > span.select2,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > span.select2,
.softgate .woocommerce form.woocommerce-ordering .input-group > select[name=orderby],
.softgate .woocommerce form.woocommerce-ordering .rm-sidebar .widget .wc-block-product-search__fields > select[name=orderby],
.softgate .rm-sidebar .widget .woocommerce form.woocommerce-ordering .wc-block-product-search__fields > select[name=orderby],
.softgate .woocommerce.columns-1 .input-group > select[name=orderby],
.softgate .woocommerce.columns-2 .input-group > select[name=orderby],
.softgate .woocommerce.columns-3 .input-group > select[name=orderby],
.softgate .woocommerce.columns-4 .input-group > select[name=orderby],
.softgate .woocommerce.columns-5 .input-group > select[name=orderby],
.softgate .woocommerce.columns-6 .input-group > select[name=orderby],
.softgate .input-group > .form-floating,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.softgate .input-group > .form-control:focus, .softgate .input-group > textarea#comment:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group > input:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-control:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields > textarea#comment:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields > input:focus, .softgate .input-group > .input-text:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .input-text:focus, .softgate .input-group > input[type=file]:focus,
.softgate .input-group > .form-select:focus,
.softgate form.variations_form.cart table.variations td.value .input-group > select:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-select:focus,
.softgate .rm-sidebar .widget form.variations_form.cart table.variations td.value .wc-block-product-search__fields > select:focus,
.softgate form.variations_form.cart table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields > select:focus,
.softgate .input-group > select:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > select:focus,
.softgate .input-group > span.select2:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > span.select2:focus,
.softgate .woocommerce form.woocommerce-ordering .input-group > select[name=orderby]:focus,
.softgate .woocommerce.columns-1 .input-group > select[name=orderby]:focus,
.softgate .woocommerce.columns-2 .input-group > select[name=orderby]:focus,
.softgate .woocommerce.columns-3 .input-group > select[name=orderby]:focus,
.softgate .woocommerce.columns-4 .input-group > select[name=orderby]:focus,
.softgate .woocommerce.columns-5 .input-group > select[name=orderby]:focus,
.softgate .woocommerce.columns-6 .input-group > select[name=orderby]:focus,
.softgate .input-group > .form-floating:focus-within,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:focus-within {
  z-index: 5;
}
.softgate .input-group .btn, .softgate .input-group .woocommerce-notices-wrapper a.button.wc-forward, .softgate .woocommerce-notices-wrapper .input-group a.button.wc-forward, .softgate .input-group .woocommerce_checkout_place_order, .softgate .input-group .added_to_cart.wc-forward, .softgate .input-group form.variations_form.cart table.variations td.value .reset_variations, .softgate form.variations_form.cart table.variations td.value .input-group .reset_variations, .softgate .input-group #commentform [type=submit], .softgate #commentform .input-group [type=submit], .softgate .input-group ul.wc-tabs li a, .softgate ul.wc-tabs li .input-group a, .softgate .input-group .sg-product-single .entry-summary button[type=submit], .softgate .sg-product-single .entry-summary .input-group button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-notices-wrapper a.button.wc-forward, .softgate .woocommerce-notices-wrapper .rm-sidebar .widget .wc-block-product-search__fields a.button.wc-forward, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce button.button.alt:disabled, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields button.button.alt:disabled, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce_checkout_place_order, .softgate .rm-sidebar .widget .wc-block-product-search__fields .added_to_cart.wc-forward, .softgate .rm-sidebar .widget .wc-block-product-search__fields #commentform [type=submit], .softgate #commentform .rm-sidebar .widget .wc-block-product-search__fields [type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields ul.wc-tabs li a, .softgate ul.wc-tabs li .rm-sidebar .widget .wc-block-product-search__fields a, .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .softgate .input-group table.variations td.value .reset_variations, .softgate .rm-sidebar .widget .wc-block-product-search__fields table.variations td.value .reset_variations, .softgate table.variations td.value .input-group .reset_variations, .softgate table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields .reset_variations, .softgate .rm-sidebar .widget table.variations td.value .wc-block-product-search__fields .reset_variations, .softgate .input-group .woocommerce button.button.alt, .softgate .woocommerce .input-group button.button.alt, .softgate .input-group .woocommerce a.added_to_cart.wc-forward, .softgate .woocommerce .input-group a.added_to_cart.wc-forward,
.softgate .input-group .woocommerce button[type=submit],
.softgate .woocommerce .input-group button[type=submit],
.softgate .input-group .woocommerce button.button:disabled,
.softgate .woocommerce .input-group button.button:disabled, .softgate .input-group .woocommerce a.button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce a.button, .softgate .woocommerce .input-group a.button, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields a.button, .softgate .rm-sidebar .widget .woocommerce .wc-block-product-search__fields a.button, .softgate .input-group .woocommerce-info a.button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info a.button, .softgate .woocommerce-info .input-group a.button, .softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields a.button, .softgate .rm-sidebar .widget .woocommerce-info .wc-block-product-search__fields a.button,
.softgate .input-group .woocommerce-info a.restore-item,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info a.restore-item,
.softgate .woocommerce-info .input-group a.restore-item,
.softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields a.restore-item,
.softgate .rm-sidebar .widget .woocommerce-info .wc-block-product-search__fields a.restore-item,
.softgate .input-group .woocommerce-error a.button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error a.button,
.softgate .woocommerce-error .input-group a.button,
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields a.button,
.softgate .rm-sidebar .widget .woocommerce-error .wc-block-product-search__fields a.button,
.softgate .input-group .woocommerce-error a.restore-item,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error a.restore-item,
.softgate .woocommerce-error .input-group a.restore-item,
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields a.restore-item,
.softgate .rm-sidebar .widget .woocommerce-error .wc-block-product-search__fields a.restore-item,
.softgate .input-group .woocommerce-message a.button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message a.button,
.softgate .woocommerce-message .input-group a.button,
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields a.button,
.softgate .rm-sidebar .widget .woocommerce-message .wc-block-product-search__fields a.button,
.softgate .input-group .woocommerce-message a.restore-item,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message a.restore-item,
.softgate .woocommerce-message .input-group a.restore-item,
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields a.restore-item,
.softgate .rm-sidebar .widget .woocommerce-message .wc-block-product-search__fields a.restore-item {
  position: relative;
  z-index: 2;
}
.softgate .input-group .btn:focus, .softgate .input-group .woocommerce-notices-wrapper a.button.wc-forward:focus, .softgate .woocommerce-notices-wrapper .input-group a.button.wc-forward:focus, .softgate .input-group .woocommerce_checkout_place_order:focus, .softgate .input-group .added_to_cart.wc-forward:focus, .softgate .input-group form.variations_form.cart table.variations td.value .reset_variations:focus, .softgate form.variations_form.cart table.variations td.value .input-group .reset_variations:focus, .softgate .input-group #commentform [type=submit]:focus, .softgate #commentform .input-group [type=submit]:focus, .softgate .input-group ul.wc-tabs li a:focus, .softgate ul.wc-tabs li .input-group a:focus, .softgate .input-group .sg-product-single .entry-summary button[type=submit]:focus, .softgate .sg-product-single .entry-summary .input-group button[type=submit]:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-notices-wrapper a.button.wc-forward:focus, .softgate .woocommerce-notices-wrapper .rm-sidebar .widget .wc-block-product-search__fields a.button.wc-forward:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce_checkout_place_order:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .added_to_cart.wc-forward:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields #commentform [type=submit]:focus, .softgate #commentform .rm-sidebar .widget .wc-block-product-search__fields [type=submit]:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields ul.wc-tabs li a:focus, .softgate ul.wc-tabs li .rm-sidebar .widget .wc-block-product-search__fields a:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields button:focus, .softgate .input-group table.variations td.value .reset_variations:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields table.variations td.value .reset_variations:focus, .softgate table.variations td.value .input-group .reset_variations:focus, .softgate table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields .reset_variations:focus, .softgate .rm-sidebar .widget table.variations td.value .wc-block-product-search__fields .reset_variations:focus, .softgate .input-group .woocommerce button.button.alt:focus, .softgate .woocommerce .input-group button.button.alt:focus,
.softgate .input-group .woocommerce button[type=submit]:focus,
.softgate .woocommerce .input-group button[type=submit]:focus,
.softgate .input-group .woocommerce button.button:focus:disabled,
.softgate .woocommerce .input-group button.button:focus:disabled, .softgate .input-group .woocommerce a.button:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce a.button:focus, .softgate .woocommerce .input-group a.button:focus, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields a.button:focus, .softgate .rm-sidebar .widget .woocommerce .wc-block-product-search__fields a.button:focus, .softgate .input-group .woocommerce-info a.button:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info a.button:focus, .softgate .woocommerce-info .input-group a.button:focus, .softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields a.button:focus, .softgate .rm-sidebar .widget .woocommerce-info .wc-block-product-search__fields a.button:focus,
.softgate .input-group .woocommerce-info a.restore-item:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info a.restore-item:focus,
.softgate .woocommerce-info .input-group a.restore-item:focus,
.softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields a.restore-item:focus,
.softgate .rm-sidebar .widget .woocommerce-info .wc-block-product-search__fields a.restore-item:focus,
.softgate .input-group .woocommerce-error a.button:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error a.button:focus,
.softgate .woocommerce-error .input-group a.button:focus,
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields a.button:focus,
.softgate .rm-sidebar .widget .woocommerce-error .wc-block-product-search__fields a.button:focus,
.softgate .input-group .woocommerce-error a.restore-item:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error a.restore-item:focus,
.softgate .woocommerce-error .input-group a.restore-item:focus,
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields a.restore-item:focus,
.softgate .rm-sidebar .widget .woocommerce-error .wc-block-product-search__fields a.restore-item:focus,
.softgate .input-group .woocommerce-message a.button:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message a.button:focus,
.softgate .woocommerce-message .input-group a.button:focus,
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields a.button:focus,
.softgate .rm-sidebar .widget .woocommerce-message .wc-block-product-search__fields a.button:focus,
.softgate .input-group .woocommerce-message a.restore-item:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message a.restore-item:focus,
.softgate .woocommerce-message .input-group a.restore-item:focus,
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields a.restore-item:focus,
.softgate .rm-sidebar .widget .woocommerce-message .wc-block-product-search__fields a.restore-item:focus {
  z-index: 5;
}
.softgate .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #263238;
  text-align: center;
  white-space: nowrap;
  background-color: #B0BEC5;
  border: 1px solid #aaadea;
  border-radius: 0.375rem;
}
.softgate .input-group-lg > .form-control, .softgate .input-group-lg > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group-lg > input, .softgate .input-group-lg > .input-text, .softgate .input-group-lg > input[type=file],
.softgate .input-group-lg > .form-select,
.softgate form.variations_form.cart table.variations td.value .input-group-lg > select,
.softgate .input-group-lg > select,
.softgate .input-group-lg > span.select2,
.softgate .woocommerce form.woocommerce-ordering .input-group-lg > select[name=orderby],
.softgate .woocommerce.columns-1 .input-group-lg > select[name=orderby],
.softgate .woocommerce.columns-2 .input-group-lg > select[name=orderby],
.softgate .woocommerce.columns-3 .input-group-lg > select[name=orderby],
.softgate .woocommerce.columns-4 .input-group-lg > select[name=orderby],
.softgate .woocommerce.columns-5 .input-group-lg > select[name=orderby],
.softgate .woocommerce.columns-6 .input-group-lg > select[name=orderby],
.softgate .input-group-lg > .input-group-text,
.softgate .input-group-lg > .btn,
.softgate .woocommerce-notices-wrapper .input-group-lg > a.button.wc-forward,
.softgate .input-group-lg > .woocommerce_checkout_place_order,
.softgate .input-group-lg > .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .input-group-lg > .reset_variations,
.softgate #commentform .input-group-lg > [type=submit],
.softgate ul.wc-tabs li .input-group-lg > a,
.softgate .sg-product-single .entry-summary .input-group-lg > button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group-lg > button,
.softgate table.variations td.value .input-group-lg > .reset_variations,
.softgate .woocommerce .input-group-lg > button.button.alt,
.softgate .woocommerce .input-group-lg > a.added_to_cart.wc-forward,
.softgate .woocommerce .input-group-lg > button[type=submit],
.softgate .woocommerce .input-group-lg > button.button:disabled,
.softgate .woocommerce .input-group-lg > a.button,
.softgate .woocommerce-info .input-group-lg > a.button,
.softgate .woocommerce-info .input-group-lg > a.restore-item,
.softgate .woocommerce-error .input-group-lg > a.button,
.softgate .woocommerce-error .input-group-lg > a.restore-item,
.softgate .woocommerce-message .input-group-lg > a.button,
.softgate .woocommerce-message .input-group-lg > a.restore-item {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.softgate .input-group-sm > .form-control, .softgate .input-group-sm > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group-sm > input, .softgate .input-group-sm > .input-text, .softgate .input-group-sm > input[type=file],
.softgate .input-group-sm > .form-select,
.softgate form.variations_form.cart table.variations td.value .input-group-sm > select,
.softgate .input-group-sm > select,
.softgate .input-group-sm > span.select2,
.softgate .woocommerce form.woocommerce-ordering .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-1 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-2 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-3 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-4 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-5 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-6 .input-group-sm > select[name=orderby],
.softgate .input-group-sm > .input-group-text,
.softgate .input-group-sm > .btn,
.softgate .woocommerce-notices-wrapper .input-group-sm > a.button.wc-forward,
.softgate .input-group-sm > .woocommerce_checkout_place_order,
.softgate .input-group-sm > .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .input-group-sm > .reset_variations,
.softgate #commentform .input-group-sm > [type=submit],
.softgate ul.wc-tabs li .input-group-sm > a,
.softgate .sg-product-single .entry-summary .input-group-sm > button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group-sm > button,
.softgate table.variations td.value .input-group-sm > .reset_variations,
.softgate .woocommerce .input-group-sm > button.button.alt,
.softgate .woocommerce .input-group-sm > a.added_to_cart.wc-forward,
.softgate .woocommerce .input-group-sm > button[type=submit],
.softgate .woocommerce .input-group-sm > button.button:disabled,
.softgate .woocommerce .input-group-sm > a.button,
.softgate .woocommerce-info .input-group-sm > a.button,
.softgate .woocommerce-info .input-group-sm > a.restore-item,
.softgate .woocommerce-error .input-group-sm > a.button,
.softgate .woocommerce-error .input-group-sm > a.restore-item,
.softgate .woocommerce-message .input-group-sm > a.button,
.softgate .woocommerce-message .input-group-sm > a.restore-item {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.softgate .input-group-lg > .form-select, .softgate form.variations_form.cart table.variations td.value .input-group-lg > select, .softgate .input-group-lg > select, .softgate .input-group-lg > span.select2, .softgate .woocommerce form.woocommerce-ordering .input-group-lg > select[name=orderby], .softgate .woocommerce.columns-1 .input-group-lg > select[name=orderby], .softgate .woocommerce.columns-2 .input-group-lg > select[name=orderby], .softgate .woocommerce.columns-3 .input-group-lg > select[name=orderby], .softgate .woocommerce.columns-4 .input-group-lg > select[name=orderby], .softgate .woocommerce.columns-5 .input-group-lg > select[name=orderby], .softgate .woocommerce.columns-6 .input-group-lg > select[name=orderby],
.softgate .input-group-sm > .form-select,
.softgate form.variations_form.cart table.variations td.value .input-group-sm > select,
.softgate .input-group-sm > select,
.softgate .input-group-sm > span.select2,
.softgate .woocommerce form.woocommerce-ordering .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-1 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-2 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-3 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-4 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-5 .input-group-sm > select[name=orderby],
.softgate .woocommerce.columns-6 .input-group-sm > select[name=orderby] {
  padding-right: 3rem;
}
.softgate .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.softgate .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.softgate .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.softgate .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea#comment,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .form-floating:not(:last-child) > textarea#comment,
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .form-floating:not(:last-child) > input,
.softgate .input-group:not(.has-validation) > .form-floating:not(:last-child) > .input-text,
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .form-floating:not(:last-child) > .input-text,
.softgate .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=file],
.softgate .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.softgate form.variations_form.cart table.variations td.value .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.softgate .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .form-floating:not(:last-child) > select,
.softgate .input-group:not(.has-validation) > .form-floating:not(:last-child) > span.select2,
.softgate .rm-sidebar .widget .wc-block-product-search__fields:not(.has-validation) > .form-floating:not(:last-child) > span.select2 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.softgate .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.softgate .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .dropdown-toggle:nth-last-child(n+4),
.softgate .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.softgate .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea#comment,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .form-floating:nth-last-child(n+3) > .form-control,
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .form-floating:nth-last-child(n+3) > textarea#comment,
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .form-floating:nth-last-child(n+3) > input,
.softgate .input-group.has-validation > .form-floating:nth-last-child(n+3) > .input-text,
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .form-floating:nth-last-child(n+3) > .input-text,
.softgate .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=file],
.softgate .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.softgate form.variations_form.cart table.variations td.value .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .form-floating:nth-last-child(n+3) > .form-select,
.softgate .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .form-floating:nth-last-child(n+3) > select,
.softgate .input-group.has-validation > .form-floating:nth-last-child(n+3) > span.select2,
.softgate .rm-sidebar .widget .has-validation.wc-block-product-search__fields > .form-floating:nth-last-child(n+3) > span.select2 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.softgate .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .softgate .rm-sidebar .widget .wc-block-product-search__fields > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.softgate .input-group > .form-floating:not(:first-child) > .form-control, .softgate .input-group > .form-floating:not(:first-child) > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group > .form-floating:not(:first-child) > input, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:first-child) > .form-control, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:first-child) > textarea#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:first-child) > input, .softgate .input-group > .form-floating:not(:first-child) > .input-text, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:first-child) > .input-text, .softgate .input-group > .form-floating:not(:first-child) > input[type=file],
.softgate .input-group > .form-floating:not(:first-child) > .form-select,
.softgate form.variations_form.cart table.variations td.value .input-group > .form-floating:not(:first-child) > select,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:first-child) > .form-select,
.softgate .input-group > .form-floating:not(:first-child) > select,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:first-child) > select,
.softgate .input-group > .form-floating:not(:first-child) > span.select2,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:first-child) > span.select2,
.softgate .woocommerce form.woocommerce-ordering .input-group > .form-floating:not(:first-child) > select[name=orderby] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.softgate .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #7dcb7c;
}
.softgate .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: #131313;
  background-color: rgba(125, 203, 124, 0.9);
  border-radius: 0.375rem;
}
.was-validated .softgate:valid ~ .valid-feedback,
.was-validated .softgate:valid ~ .valid-tooltip, .softgate.is-valid ~ .valid-feedback,
.softgate.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .softgate .form-control:valid, .was-validated .softgate textarea#comment:valid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields input:valid, .was-validated .softgate .input-text:valid, .was-validated .softgate input[type=file]:valid, .softgate .form-control.is-valid, .softgate textarea.is-valid#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields input.is-valid, .softgate .is-valid.input-text, .softgate input.is-valid[type=file] {
  border-color: #7dcb7c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237dcb7c' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .softgate .form-control:valid:focus, .was-validated .softgate textarea#comment:valid:focus, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields input:valid:focus, .was-validated .softgate .input-text:valid:focus, .was-validated .softgate input[type=file]:valid:focus, .softgate .form-control.is-valid:focus, .softgate textarea.is-valid#comment:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields input.is-valid:focus, .softgate .is-valid.input-text:focus, .softgate input.is-valid[type=file]:focus {
  border-color: #7dcb7c;
  box-shadow: 0 0 0 0.25rem rgba(125, 203, 124, 0.25);
}
.was-validated .softgate textarea.form-control:valid, .was-validated .softgate textarea#comment:valid, .was-validated .softgate textarea.input-text:valid, .softgate textarea.form-control.is-valid, .softgate textarea.is-valid#comment, .softgate textarea.is-valid.input-text {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .softgate .form-select:valid, .was-validated .softgate form.variations_form.cart table.variations td.value select:valid, .was-validated .softgate select:valid, .was-validated .softgate span.select2:valid, .was-validated .softgate .woocommerce form.woocommerce-ordering select[name=orderby]:valid, .was-validated .softgate .woocommerce.columns-1 select[name=orderby]:valid, .was-validated .softgate .woocommerce.columns-2 select[name=orderby]:valid, .was-validated .softgate .woocommerce.columns-3 select[name=orderby]:valid, .was-validated .softgate .woocommerce.columns-4 select[name=orderby]:valid, .was-validated .softgate .woocommerce.columns-5 select[name=orderby]:valid, .was-validated .softgate .woocommerce.columns-6 select[name=orderby]:valid, .softgate .form-select.is-valid, .softgate form.variations_form.cart table.variations td.value select.is-valid, .softgate select.is-valid, .softgate span.is-valid.select2, .softgate .woocommerce form.woocommerce-ordering select.is-valid[name=orderby], .softgate .woocommerce.columns-1 select.is-valid[name=orderby], .softgate .woocommerce.columns-2 select.is-valid[name=orderby], .softgate .woocommerce.columns-3 select.is-valid[name=orderby], .softgate .woocommerce.columns-4 select.is-valid[name=orderby], .softgate .woocommerce.columns-5 select.is-valid[name=orderby], .softgate .woocommerce.columns-6 select.is-valid[name=orderby] {
  border-color: #7dcb7c;
}
.was-validated .softgate .form-select:valid:not([multiple]):not([size]), .was-validated .softgate form.variations_form.cart table.variations td.value select:valid:not([multiple]):not([size]), .was-validated .softgate select:valid:not([multiple]):not([size]), .was-validated .softgate span.select2:valid:not([multiple]):not([size]), .was-validated .softgate .form-select:valid:not([multiple])[size="1"], .was-validated .softgate form.variations_form.cart table.variations td.value select:valid:not([multiple])[size="1"], .was-validated .softgate select:valid:not([multiple])[size="1"], .was-validated .softgate span.select2:valid:not([multiple])[size="1"], .softgate .form-select.is-valid:not([multiple]):not([size]), .softgate form.variations_form.cart table.variations td.value select.is-valid:not([multiple]):not([size]), .softgate select.is-valid:not([multiple]):not([size]), .softgate span.is-valid.select2:not([multiple]):not([size]), .softgate .woocommerce form.woocommerce-ordering select.is-valid[name=orderby]:not([multiple]):not([size]), .softgate .form-select.is-valid:not([multiple])[size="1"], .softgate form.variations_form.cart table.variations td.value select.is-valid:not([multiple])[size="1"], .softgate select.is-valid:not([multiple])[size="1"], .softgate span.is-valid.select2:not([multiple])[size="1"], .softgate .woocommerce form.woocommerce-ordering select.is-valid[name=orderby]:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237dcb7c' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .softgate .form-select:valid:focus, .was-validated .softgate form.variations_form.cart table.variations td.value select:valid:focus, .was-validated .softgate select:valid:focus, .was-validated .softgate span.select2:valid:focus, .was-validated .softgate .woocommerce form.woocommerce-ordering select[name=orderby]:valid:focus, .softgate .form-select.is-valid:focus, .softgate form.variations_form.cart table.variations td.value select.is-valid:focus, .softgate select.is-valid:focus, .softgate span.is-valid.select2:focus, .softgate .woocommerce form.woocommerce-ordering select.is-valid[name=orderby]:focus, .softgate .woocommerce.columns-1 select.is-valid[name=orderby]:focus, .softgate .woocommerce.columns-2 select.is-valid[name=orderby]:focus, .softgate .woocommerce.columns-3 select.is-valid[name=orderby]:focus, .softgate .woocommerce.columns-4 select.is-valid[name=orderby]:focus, .softgate .woocommerce.columns-5 select.is-valid[name=orderby]:focus, .softgate .woocommerce.columns-6 select.is-valid[name=orderby]:focus {
  border-color: #7dcb7c;
  box-shadow: 0 0 0 0.25rem rgba(125, 203, 124, 0.25);
}
.was-validated .softgate .form-control-color:valid, .softgate .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .softgate .form-check-input:valid, .softgate .form-check-input.is-valid {
  border-color: #7dcb7c;
}
.was-validated .softgate .form-check-input:valid:checked, .softgate .form-check-input.is-valid:checked {
  background-color: #7dcb7c;
}
.was-validated .softgate .form-check-input:valid:focus, .softgate .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 203, 124, 0.25);
}
.was-validated .softgate .form-check-input:valid ~ .form-check-label, .softgate .form-check-input.is-valid ~ .form-check-label {
  color: #7dcb7c;
}
.softgate .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .softgate .input-group > .form-control:not(:focus):valid, .was-validated .softgate .input-group > textarea#comment:not(:focus):valid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group > input:not(:focus):valid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-control:not(:focus):valid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > textarea#comment:not(:focus):valid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > input:not(:focus):valid, .was-validated .softgate .input-group > .input-text:not(:focus):valid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .input-text:not(:focus):valid, .was-validated .softgate .input-group > input[type=file]:not(:focus):valid, .softgate .input-group > .form-control:not(:focus).is-valid, .softgate .input-group > textarea#comment:not(:focus).is-valid, .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group > input:not(:focus).is-valid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-control:not(:focus).is-valid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > textarea#comment:not(:focus).is-valid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > input:not(:focus).is-valid, .softgate .input-group > .input-text:not(:focus).is-valid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .input-text:not(:focus).is-valid, .softgate .input-group > input[type=file]:not(:focus).is-valid,
.was-validated .softgate .input-group > .form-select:not(:focus):valid,
.was-validated .softgate form.variations_form.cart table.variations td.value .input-group > select:not(:focus):valid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-select:not(:focus):valid,
.was-validated .softgate .input-group > select:not(:focus):valid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > select:not(:focus):valid,
.was-validated .softgate .input-group > span.select2:not(:focus):valid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > span.select2:not(:focus):valid,
.softgate .input-group > .form-select:not(:focus).is-valid,
.softgate form.variations_form.cart table.variations td.value .input-group > select:not(:focus).is-valid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-select:not(:focus).is-valid,
.softgate .input-group > select:not(:focus).is-valid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > select:not(:focus).is-valid,
.softgate .input-group > span.select2:not(:focus).is-valid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > span.select2:not(:focus).is-valid,
.softgate .woocommerce form.woocommerce-ordering .input-group > select[name=orderby]:not(:focus).is-valid,
.was-validated .softgate .input-group > .form-floating:not(:focus-within):valid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:focus-within):valid,
.softgate .input-group > .form-floating:not(:focus-within).is-valid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.softgate .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ea0004;
}
.softgate .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: rgba(234, 0, 4, 0.9);
  border-radius: 0.375rem;
}
.was-validated .softgate:invalid ~ .invalid-feedback,
.was-validated .softgate:invalid ~ .invalid-tooltip, .softgate.is-invalid ~ .invalid-feedback,
.softgate.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .softgate .form-control:invalid, .was-validated .softgate textarea#comment:invalid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields input:invalid, .was-validated .softgate .input-text:invalid, .was-validated .softgate input[type=file]:invalid, .softgate .form-control.is-invalid, .softgate textarea.is-invalid#comment, .softgate .rm-sidebar .widget .wc-block-product-search__fields input.is-invalid, .softgate .is-invalid.input-text, .softgate input.is-invalid[type=file] {
  border-color: #ea0004;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea0004'%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='%23ea0004' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .softgate .form-control:invalid:focus, .was-validated .softgate textarea#comment:invalid:focus, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields input:invalid:focus, .was-validated .softgate .input-text:invalid:focus, .was-validated .softgate input[type=file]:invalid:focus, .softgate .form-control.is-invalid:focus, .softgate textarea.is-invalid#comment:focus, .softgate .rm-sidebar .widget .wc-block-product-search__fields input.is-invalid:focus, .softgate .is-invalid.input-text:focus, .softgate input.is-invalid[type=file]:focus {
  border-color: #ea0004;
  box-shadow: 0 0 0 0.25rem rgba(234, 0, 4, 0.25);
}
.was-validated .softgate textarea.form-control:invalid, .was-validated .softgate textarea#comment:invalid, .was-validated .softgate textarea.input-text:invalid, .softgate textarea.form-control.is-invalid, .softgate textarea.is-invalid#comment, .softgate textarea.is-invalid.input-text {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .softgate .form-select:invalid, .was-validated .softgate form.variations_form.cart table.variations td.value select:invalid, .was-validated .softgate select:invalid, .was-validated .softgate span.select2:invalid, .was-validated .softgate .woocommerce form.woocommerce-ordering select[name=orderby]:invalid, .was-validated .softgate .woocommerce.columns-1 select[name=orderby]:invalid, .was-validated .softgate .woocommerce.columns-2 select[name=orderby]:invalid, .was-validated .softgate .woocommerce.columns-3 select[name=orderby]:invalid, .was-validated .softgate .woocommerce.columns-4 select[name=orderby]:invalid, .was-validated .softgate .woocommerce.columns-5 select[name=orderby]:invalid, .was-validated .softgate .woocommerce.columns-6 select[name=orderby]:invalid, .softgate .form-select.is-invalid, .softgate form.variations_form.cart table.variations td.value select.is-invalid, .softgate select.is-invalid, .softgate span.is-invalid.select2, .softgate .woocommerce form.woocommerce-ordering select.is-invalid[name=orderby], .softgate .woocommerce.columns-1 select.is-invalid[name=orderby], .softgate .woocommerce.columns-2 select.is-invalid[name=orderby], .softgate .woocommerce.columns-3 select.is-invalid[name=orderby], .softgate .woocommerce.columns-4 select.is-invalid[name=orderby], .softgate .woocommerce.columns-5 select.is-invalid[name=orderby], .softgate .woocommerce.columns-6 select.is-invalid[name=orderby] {
  border-color: #ea0004;
}
.was-validated .softgate .form-select:invalid:not([multiple]):not([size]), .was-validated .softgate form.variations_form.cart table.variations td.value select:invalid:not([multiple]):not([size]), .was-validated .softgate select:invalid:not([multiple]):not([size]), .was-validated .softgate span.select2:invalid:not([multiple]):not([size]), .was-validated .softgate .form-select:invalid:not([multiple])[size="1"], .was-validated .softgate form.variations_form.cart table.variations td.value select:invalid:not([multiple])[size="1"], .was-validated .softgate select:invalid:not([multiple])[size="1"], .was-validated .softgate span.select2:invalid:not([multiple])[size="1"], .softgate .form-select.is-invalid:not([multiple]):not([size]), .softgate form.variations_form.cart table.variations td.value select.is-invalid:not([multiple]):not([size]), .softgate select.is-invalid:not([multiple]):not([size]), .softgate span.is-invalid.select2:not([multiple]):not([size]), .softgate .woocommerce form.woocommerce-ordering select.is-invalid[name=orderby]:not([multiple]):not([size]), .softgate .form-select.is-invalid:not([multiple])[size="1"], .softgate form.variations_form.cart table.variations td.value select.is-invalid:not([multiple])[size="1"], .softgate select.is-invalid:not([multiple])[size="1"], .softgate span.is-invalid.select2:not([multiple])[size="1"], .softgate .woocommerce form.woocommerce-ordering select.is-invalid[name=orderby]:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea0004'%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='%23ea0004' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .softgate .form-select:invalid:focus, .was-validated .softgate form.variations_form.cart table.variations td.value select:invalid:focus, .was-validated .softgate select:invalid:focus, .was-validated .softgate span.select2:invalid:focus, .was-validated .softgate .woocommerce form.woocommerce-ordering select[name=orderby]:invalid:focus, .softgate .form-select.is-invalid:focus, .softgate form.variations_form.cart table.variations td.value select.is-invalid:focus, .softgate select.is-invalid:focus, .softgate span.is-invalid.select2:focus, .softgate .woocommerce form.woocommerce-ordering select.is-invalid[name=orderby]:focus, .softgate .woocommerce.columns-1 select.is-invalid[name=orderby]:focus, .softgate .woocommerce.columns-2 select.is-invalid[name=orderby]:focus, .softgate .woocommerce.columns-3 select.is-invalid[name=orderby]:focus, .softgate .woocommerce.columns-4 select.is-invalid[name=orderby]:focus, .softgate .woocommerce.columns-5 select.is-invalid[name=orderby]:focus, .softgate .woocommerce.columns-6 select.is-invalid[name=orderby]:focus {
  border-color: #ea0004;
  box-shadow: 0 0 0 0.25rem rgba(234, 0, 4, 0.25);
}
.was-validated .softgate .form-control-color:invalid, .softgate .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .softgate .form-check-input:invalid, .softgate .form-check-input.is-invalid {
  border-color: #ea0004;
}
.was-validated .softgate .form-check-input:invalid:checked, .softgate .form-check-input.is-invalid:checked {
  background-color: #ea0004;
}
.was-validated .softgate .form-check-input:invalid:focus, .softgate .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 0, 4, 0.25);
}
.was-validated .softgate .form-check-input:invalid ~ .form-check-label, .softgate .form-check-input.is-invalid ~ .form-check-label {
  color: #ea0004;
}
.softgate .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .softgate .input-group > .form-control:not(:focus):invalid, .was-validated .softgate .input-group > textarea#comment:not(:focus):invalid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group > input:not(:focus):invalid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-control:not(:focus):invalid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > textarea#comment:not(:focus):invalid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > input:not(:focus):invalid, .was-validated .softgate .input-group > .input-text:not(:focus):invalid, .was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .input-text:not(:focus):invalid, .was-validated .softgate .input-group > input[type=file]:not(:focus):invalid, .softgate .input-group > .form-control:not(:focus).is-invalid, .softgate .input-group > textarea#comment:not(:focus).is-invalid, .softgate .rm-sidebar .widget .wc-block-product-search__fields .input-group > input:not(:focus).is-invalid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-control:not(:focus).is-invalid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > textarea#comment:not(:focus).is-invalid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > input:not(:focus).is-invalid, .softgate .input-group > .input-text:not(:focus).is-invalid, .softgate .rm-sidebar .widget .wc-block-product-search__fields > .input-text:not(:focus).is-invalid, .softgate .input-group > input[type=file]:not(:focus).is-invalid,
.was-validated .softgate .input-group > .form-select:not(:focus):invalid,
.was-validated .softgate form.variations_form.cart table.variations td.value .input-group > select:not(:focus):invalid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-select:not(:focus):invalid,
.was-validated .softgate .input-group > select:not(:focus):invalid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > select:not(:focus):invalid,
.was-validated .softgate .input-group > span.select2:not(:focus):invalid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > span.select2:not(:focus):invalid,
.softgate .input-group > .form-select:not(:focus).is-invalid,
.softgate form.variations_form.cart table.variations td.value .input-group > select:not(:focus).is-invalid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-select:not(:focus).is-invalid,
.softgate .input-group > select:not(:focus).is-invalid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > select:not(:focus).is-invalid,
.softgate .input-group > span.select2:not(:focus).is-invalid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > span.select2:not(:focus).is-invalid,
.softgate .woocommerce form.woocommerce-ordering .input-group > select[name=orderby]:not(:focus).is-invalid,
.was-validated .softgate .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:focus-within):invalid,
.softgate .input-group > .form-floating:not(:focus-within).is-invalid,
.softgate .rm-sidebar .widget .wc-block-product-search__fields > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.softgate .btn, .softgate .woocommerce-notices-wrapper a.button.wc-forward, .softgate .woocommerce button.button.alt:disabled,
.softgate .woocommerce button.button.alt:disabled:hover,
.softgate .woocommerce button.button.alt:disabled[disabled], .softgate .woocommerce_checkout_place_order, .softgate .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .reset_variations, .softgate #commentform [type=submit], .softgate ul.wc-tabs li a, .softgate .sg-product-single .entry-summary button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .softgate table.variations td.value .reset_variations, .softgate .woocommerce button.button.alt, .softgate .woocommerce a.button.alt, .softgate .woocommerce a.added_to_cart.wc-forward,
.softgate .woocommerce button[type=submit],
.softgate .woocommerce button.button:disabled,
.softgate .woocommerce button.button:disabled[disabled], .softgate .woocommerce a.button, .softgate .woocommerce-info a.button,
.softgate .woocommerce-info a.restore-item,
.softgate .woocommerce-error a.button,
.softgate .woocommerce-error a.restore-item,
.softgate .woocommerce-message a.button,
.softgate .woocommerce-message a.restore-item {
  --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: #263238;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(19, 19, 19, 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;
  vertical-align: middle;
  cursor: pointer;
  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) {
  .softgate .btn, .softgate .woocommerce-notices-wrapper a.button.wc-forward, .softgate .woocommerce button.button.alt:disabled,
  .softgate .woocommerce button.button.alt:disabled:hover,
  .softgate .woocommerce button.button.alt:disabled[disabled], .softgate .woocommerce_checkout_place_order, .softgate .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .reset_variations, .softgate #commentform [type=submit], .softgate ul.wc-tabs li a, .softgate .sg-product-single .entry-summary button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .softgate table.variations td.value .reset_variations, .softgate .woocommerce button.button.alt, .softgate .woocommerce a.button.alt, .softgate .woocommerce a.added_to_cart.wc-forward,
  .softgate .woocommerce button[type=submit],
  .softgate .woocommerce button.button:disabled,
  .softgate .woocommerce button.button:disabled[disabled], .softgate .woocommerce a.button, .softgate .woocommerce-info a.button,
  .softgate .woocommerce-info a.restore-item,
  .softgate .woocommerce-error a.button,
  .softgate .woocommerce-error a.restore-item,
  .softgate .woocommerce-message a.button,
  .softgate .woocommerce-message a.restore-item {
    transition: none;
  }
}
:not(.btn-check) + .softgate .btn:hover, :not(.btn-check) + .softgate .woocommerce-notices-wrapper a.button.wc-forward:hover, :not(.btn-check) + .softgate .woocommerce_checkout_place_order:hover, :not(.btn-check) + .softgate .added_to_cart.wc-forward:hover, :not(.btn-check) + .softgate form.variations_form.cart table.variations td.value .reset_variations:hover, :not(.btn-check) + .softgate #commentform [type=submit]:hover, :not(.btn-check) + .softgate ul.wc-tabs li a:hover, :not(.btn-check) + .softgate .sg-product-single .entry-summary button[type=submit]:hover, :not(.btn-check) + .softgate .rm-sidebar .widget .wc-block-product-search__fields button:hover, :not(.btn-check) + .softgate table.variations td.value .reset_variations:hover, :not(.btn-check) + .softgate .woocommerce button.button.alt:hover,
:not(.btn-check) + .softgate .woocommerce button[type=submit]:hover,
:not(.btn-check) + .softgate .woocommerce button.button:hover:disabled, :not(.btn-check) + .softgate .woocommerce a.button:hover, :not(.btn-check) + .softgate .woocommerce-info a.button:hover,
:not(.btn-check) + .softgate .woocommerce-info a.restore-item:hover,
:not(.btn-check) + .softgate .woocommerce-error a.button:hover,
:not(.btn-check) + .softgate .woocommerce-error a.restore-item:hover,
:not(.btn-check) + .softgate .woocommerce-message a.button:hover,
:not(.btn-check) + .softgate .woocommerce-message a.restore-item:hover, .softgate .btn:first-child:hover, .softgate .woocommerce-notices-wrapper a.button.wc-forward:first-child:hover, .softgate .woocommerce_checkout_place_order:first-child:hover, .softgate .added_to_cart.wc-forward:first-child:hover, .softgate form.variations_form.cart table.variations td.value .reset_variations:first-child:hover, .softgate #commentform [type=submit]:first-child:hover, .softgate ul.wc-tabs li a:first-child:hover, .softgate .sg-product-single .entry-summary button[type=submit]:first-child:hover, .softgate .rm-sidebar .widget .wc-block-product-search__fields button:first-child:hover, .softgate table.variations td.value .reset_variations:first-child:hover, .softgate .woocommerce button.button.alt:first-child:hover,
.softgate .woocommerce button[type=submit]:first-child:hover,
.softgate .woocommerce button.button:first-child:hover:disabled, .softgate .woocommerce a.button:first-child:hover, .softgate .woocommerce-info a.button:first-child:hover,
.softgate .woocommerce-info a.restore-item:first-child:hover,
.softgate .woocommerce-error a.button:first-child:hover,
.softgate .woocommerce-error a.restore-item:first-child:hover,
.softgate .woocommerce-message a.button:first-child:hover,
.softgate .woocommerce-message a.restore-item:first-child:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.softgate .btn:focus-visible, .softgate .woocommerce-notices-wrapper a.button.wc-forward:focus-visible, .softgate .woocommerce_checkout_place_order:focus-visible, .softgate .added_to_cart.wc-forward:focus-visible, .softgate form.variations_form.cart table.variations td.value .reset_variations:focus-visible, .softgate #commentform [type=submit]:focus-visible, .softgate ul.wc-tabs li a:focus-visible, .softgate .sg-product-single .entry-summary button[type=submit]:focus-visible, .softgate .rm-sidebar .widget .wc-block-product-search__fields button:focus-visible, .softgate table.variations td.value .reset_variations:focus-visible, .softgate .woocommerce button.button.alt:focus-visible, .softgate .woocommerce a.added_to_cart.wc-forward:focus-visible,
.softgate .woocommerce button[type=submit]:focus-visible,
.softgate .woocommerce button.button:focus-visible:disabled, .softgate .woocommerce a.button:focus-visible, .softgate .woocommerce-info a.button:focus-visible,
.softgate .woocommerce-info a.restore-item:focus-visible,
.softgate .woocommerce-error a.button:focus-visible,
.softgate .woocommerce-error a.restore-item:focus-visible,
.softgate .woocommerce-message a.button:focus-visible,
.softgate .woocommerce-message a.restore-item: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 + .softgate .btn, .btn-check:focus-visible + .softgate .woocommerce-notices-wrapper a.button.wc-forward, .btn-check:focus-visible + .softgate .woocommerce_checkout_place_order, .btn-check:focus-visible + .softgate .added_to_cart.wc-forward, .btn-check:focus-visible + .softgate form.variations_form.cart table.variations td.value .reset_variations, .btn-check:focus-visible + .softgate #commentform [type=submit], .btn-check:focus-visible + .softgate ul.wc-tabs li a, .btn-check:focus-visible + .softgate .sg-product-single .entry-summary button[type=submit], .btn-check:focus-visible + .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .btn-check:focus-visible + .softgate table.variations td.value .reset_variations, .btn-check:focus-visible + .softgate .woocommerce button.button.alt,
.btn-check:focus-visible + .softgate .woocommerce button[type=submit],
.btn-check:focus-visible + .softgate .woocommerce button.button:disabled, .btn-check:focus-visible + .softgate .woocommerce a.button, .btn-check:focus-visible + .softgate .woocommerce-info a.button,
.btn-check:focus-visible + .softgate .woocommerce-info a.restore-item,
.btn-check:focus-visible + .softgate .woocommerce-error a.button,
.btn-check:focus-visible + .softgate .woocommerce-error a.restore-item,
.btn-check:focus-visible + .softgate .woocommerce-message a.button,
.btn-check:focus-visible + .softgate .woocommerce-message a.restore-item {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .softgate .btn, .btn-check:checked + .softgate .woocommerce-notices-wrapper a.button.wc-forward, .btn-check:checked + .softgate .woocommerce button.button.alt:disabled,
.btn-check:checked + .softgate .woocommerce button.button.alt:disabled:hover,
.btn-check:checked + .softgate .woocommerce button.button.alt:disabled[disabled], .btn-check:checked + .softgate .woocommerce_checkout_place_order, .btn-check:checked + .softgate .added_to_cart.wc-forward, .btn-check:checked + .softgate form.variations_form.cart table.variations td.value .reset_variations, .btn-check:checked + .softgate #commentform [type=submit], .btn-check:checked + .softgate ul.wc-tabs li a, .btn-check:checked + .softgate .sg-product-single .entry-summary button[type=submit], .btn-check:checked + .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .btn-check:checked + .softgate table.variations td.value .reset_variations, .btn-check:checked + .softgate .woocommerce button.button.alt,
.btn-check:checked + .softgate .woocommerce button[type=submit],
.btn-check:checked + .softgate .woocommerce button.button:disabled, .btn-check:checked + .softgate .woocommerce a.button, .btn-check:checked + .softgate .woocommerce-info a.button,
.btn-check:checked + .softgate .woocommerce-info a.restore-item,
.btn-check:checked + .softgate .woocommerce-error a.button,
.btn-check:checked + .softgate .woocommerce-error a.restore-item,
.btn-check:checked + .softgate .woocommerce-message a.button,
.btn-check:checked + .softgate .woocommerce-message a.restore-item, :not(.btn-check) + .softgate .btn:active, :not(.btn-check) + .softgate .woocommerce-notices-wrapper a.button.wc-forward:active, :not(.btn-check) + .softgate .woocommerce button.button.alt:active:disabled, :not(.btn-check) + .softgate .woocommerce_checkout_place_order:active, :not(.btn-check) + .softgate .added_to_cart.wc-forward:active, :not(.btn-check) + .softgate form.variations_form.cart table.variations td.value .reset_variations:active, :not(.btn-check) + .softgate #commentform [type=submit]:active, :not(.btn-check) + .softgate ul.wc-tabs li a:active, :not(.btn-check) + .softgate .sg-product-single .entry-summary button[type=submit]:active, :not(.btn-check) + .softgate .rm-sidebar .widget .wc-block-product-search__fields button:active, :not(.btn-check) + .softgate table.variations td.value .reset_variations:active, :not(.btn-check) + .softgate .woocommerce button.button.alt:active,
:not(.btn-check) + .softgate .woocommerce button[type=submit]:active,
:not(.btn-check) + .softgate .woocommerce button.button:active:disabled, :not(.btn-check) + .softgate .woocommerce a.button:active, :not(.btn-check) + .softgate .woocommerce-info a.button:active,
:not(.btn-check) + .softgate .woocommerce-info a.restore-item:active,
:not(.btn-check) + .softgate .woocommerce-error a.button:active,
:not(.btn-check) + .softgate .woocommerce-error a.restore-item:active,
:not(.btn-check) + .softgate .woocommerce-message a.button:active,
:not(.btn-check) + .softgate .woocommerce-message a.restore-item:active, .softgate .btn:first-child:active, .softgate .woocommerce-notices-wrapper a.button.wc-forward:first-child:active, .softgate .woocommerce button.button.alt:first-child:active:disabled, .softgate .woocommerce_checkout_place_order:first-child:active, .softgate .added_to_cart.wc-forward:first-child:active, .softgate form.variations_form.cart table.variations td.value .reset_variations:first-child:active, .softgate #commentform [type=submit]:first-child:active, .softgate ul.wc-tabs li a:first-child:active, .softgate .sg-product-single .entry-summary button[type=submit]:first-child:active, .softgate .rm-sidebar .widget .wc-block-product-search__fields button:first-child:active, .softgate table.variations td.value .reset_variations:first-child:active, .softgate .woocommerce button.button.alt:first-child:active,
.softgate .woocommerce button[type=submit]:first-child:active,
.softgate .woocommerce button.button:first-child:active:disabled, .softgate .woocommerce a.button:first-child:active, .softgate .woocommerce-info a.button:first-child:active,
.softgate .woocommerce-info a.restore-item:first-child:active,
.softgate .woocommerce-error a.button:first-child:active,
.softgate .woocommerce-error a.restore-item:first-child:active,
.softgate .woocommerce-message a.button:first-child:active,
.softgate .woocommerce-message a.restore-item:first-child:active, .softgate .btn.active, .softgate .woocommerce-notices-wrapper a.active.button.wc-forward, .softgate .woocommerce button.active.button.alt:disabled, .softgate .active.woocommerce_checkout_place_order, .softgate .active.added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .active.reset_variations, .softgate #commentform .active[type=submit], .softgate ul.wc-tabs li a.active, .softgate .sg-product-single .entry-summary button.active[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button.active, .softgate table.variations td.value .active.reset_variations, .softgate .woocommerce button.active.button.alt, .softgate .woocommerce a.active.added_to_cart.wc-forward,
.softgate .woocommerce button.active[type=submit],
.softgate .woocommerce button.active.button:disabled, .softgate .woocommerce a.active.button, .softgate .woocommerce-info a.active.button,
.softgate .woocommerce-info a.active.restore-item,
.softgate .woocommerce-error a.active.button,
.softgate .woocommerce-error a.active.restore-item,
.softgate .woocommerce-message a.active.button,
.softgate .woocommerce-message a.active.restore-item, .softgate .btn.show, .softgate .woocommerce-notices-wrapper a.show.button.wc-forward, .softgate .woocommerce button.show.button.alt:disabled, .softgate .show.woocommerce_checkout_place_order, .softgate .show.added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .show.reset_variations, .softgate #commentform .show[type=submit], .softgate ul.wc-tabs li a.show, .softgate .sg-product-single .entry-summary button.show[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button.show, .softgate table.variations td.value .show.reset_variations, .softgate .woocommerce button.show.button.alt, .softgate .woocommerce a.show.added_to_cart.wc-forward,
.softgate .woocommerce button.show[type=submit],
.softgate .woocommerce button.show.button:disabled, .softgate .woocommerce a.show.button, .softgate .woocommerce-info a.show.button,
.softgate .woocommerce-info a.show.restore-item,
.softgate .woocommerce-error a.show.button,
.softgate .woocommerce-error a.show.restore-item,
.softgate .woocommerce-message a.show.button,
.softgate .woocommerce-message a.show.restore-item {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .softgate .btn:focus-visible, .btn-check:checked + .softgate .woocommerce-notices-wrapper a.button.wc-forward:focus-visible, .btn-check:checked + .softgate .woocommerce_checkout_place_order:focus-visible, .btn-check:checked + .softgate .added_to_cart.wc-forward:focus-visible, .btn-check:checked + .softgate #commentform [type=submit]:focus-visible, .btn-check:checked + .softgate ul.wc-tabs li a:focus-visible, .btn-check:checked + .softgate .sg-product-single .entry-summary button[type=submit]:focus-visible, .btn-check:checked + .softgate .rm-sidebar .widget .wc-block-product-search__fields button:focus-visible, .btn-check:checked + .softgate table.variations td.value .reset_variations:focus-visible, .btn-check:checked + .softgate .woocommerce button.button.alt:focus-visible,
.btn-check:checked + .softgate .woocommerce button[type=submit]:focus-visible,
.btn-check:checked + .softgate .woocommerce button.button:focus-visible:disabled, .btn-check:checked + .softgate .woocommerce a.button:focus-visible, .btn-check:checked + .softgate .woocommerce-info a.button:focus-visible,
.btn-check:checked + .softgate .woocommerce-info a.restore-item:focus-visible,
.btn-check:checked + .softgate .woocommerce-error a.button:focus-visible,
.btn-check:checked + .softgate .woocommerce-error a.restore-item:focus-visible,
.btn-check:checked + .softgate .woocommerce-message a.button:focus-visible,
.btn-check:checked + .softgate .woocommerce-message a.restore-item:focus-visible, :not(.btn-check) + .softgate .btn:active:focus-visible, :not(.btn-check) + .softgate .woocommerce-notices-wrapper a.button.wc-forward:active:focus-visible, :not(.btn-check) + .softgate .woocommerce_checkout_place_order:active:focus-visible, :not(.btn-check) + .softgate .added_to_cart.wc-forward:active:focus-visible, :not(.btn-check) + .softgate #commentform [type=submit]:active:focus-visible, :not(.btn-check) + .softgate ul.wc-tabs li a:active:focus-visible, :not(.btn-check) + .softgate .sg-product-single .entry-summary button[type=submit]:active:focus-visible, :not(.btn-check) + .softgate .rm-sidebar .widget .wc-block-product-search__fields button:active:focus-visible, :not(.btn-check) + .softgate table.variations td.value .reset_variations:active:focus-visible, :not(.btn-check) + .softgate .woocommerce button.button.alt:active:focus-visible,
:not(.btn-check) + .softgate .woocommerce button[type=submit]:active:focus-visible,
:not(.btn-check) + .softgate .woocommerce button.button:active:focus-visible:disabled, :not(.btn-check) + .softgate .woocommerce a.button:active:focus-visible, :not(.btn-check) + .softgate .woocommerce-info a.button:active:focus-visible,
:not(.btn-check) + .softgate .woocommerce-info a.restore-item:active:focus-visible,
:not(.btn-check) + .softgate .woocommerce-error a.button:active:focus-visible,
:not(.btn-check) + .softgate .woocommerce-error a.restore-item:active:focus-visible,
:not(.btn-check) + .softgate .woocommerce-message a.button:active:focus-visible,
:not(.btn-check) + .softgate .woocommerce-message a.restore-item:active:focus-visible, .softgate .btn:first-child:active:focus-visible, .softgate .woocommerce-notices-wrapper a.button.wc-forward:first-child:active:focus-visible, .softgate .woocommerce_checkout_place_order:first-child:active:focus-visible, .softgate .added_to_cart.wc-forward:first-child:active:focus-visible, .softgate #commentform [type=submit]:first-child:active:focus-visible, .softgate ul.wc-tabs li a:first-child:active:focus-visible, .softgate .sg-product-single .entry-summary button[type=submit]:first-child:active:focus-visible, .softgate .rm-sidebar .widget .wc-block-product-search__fields button:first-child:active:focus-visible, .softgate table.variations td.value .reset_variations:first-child:active:focus-visible, .softgate .woocommerce button.button.alt:first-child:active:focus-visible,
.softgate .woocommerce button[type=submit]:first-child:active:focus-visible,
.softgate .woocommerce button.button:first-child:active:focus-visible:disabled, .softgate .woocommerce a.button:first-child:active:focus-visible, .softgate .woocommerce-info a.button:first-child:active:focus-visible,
.softgate .woocommerce-info a.restore-item:first-child:active:focus-visible,
.softgate .woocommerce-error a.button:first-child:active:focus-visible,
.softgate .woocommerce-error a.restore-item:first-child:active:focus-visible,
.softgate .woocommerce-message a.button:first-child:active:focus-visible,
.softgate .woocommerce-message a.restore-item:first-child:active:focus-visible, .softgate .btn.active:focus-visible, .softgate .woocommerce-notices-wrapper a.active.button.wc-forward:focus-visible, .softgate .active.woocommerce_checkout_place_order:focus-visible, .softgate .active.added_to_cart.wc-forward:focus-visible, .softgate form.variations_form.cart table.variations td.value .active.reset_variations:focus-visible, .softgate #commentform .active[type=submit]:focus-visible, .softgate ul.wc-tabs li a.active:focus-visible, .softgate .sg-product-single .entry-summary button.active[type=submit]:focus-visible, .softgate .rm-sidebar .widget .wc-block-product-search__fields button.active:focus-visible, .softgate table.variations td.value .active.reset_variations:focus-visible, .softgate .woocommerce button.active.button.alt:focus-visible,
.softgate .woocommerce button.active[type=submit]:focus-visible,
.softgate .woocommerce button.active.button:focus-visible:disabled, .softgate .woocommerce a.active.button:focus-visible, .softgate .woocommerce-info a.active.button:focus-visible,
.softgate .woocommerce-info a.active.restore-item:focus-visible,
.softgate .woocommerce-error a.active.button:focus-visible,
.softgate .woocommerce-error a.active.restore-item:focus-visible,
.softgate .woocommerce-message a.active.button:focus-visible,
.softgate .woocommerce-message a.active.restore-item:focus-visible, .softgate .btn.show:focus-visible, .softgate .woocommerce-notices-wrapper a.show.button.wc-forward:focus-visible, .softgate .show.woocommerce_checkout_place_order:focus-visible, .softgate .show.added_to_cart.wc-forward:focus-visible, .softgate form.variations_form.cart table.variations td.value .show.reset_variations:focus-visible, .softgate #commentform .show[type=submit]:focus-visible, .softgate ul.wc-tabs li a.show:focus-visible, .softgate .sg-product-single .entry-summary button.show[type=submit]:focus-visible, .softgate .rm-sidebar .widget .wc-block-product-search__fields button.show:focus-visible, .softgate table.variations td.value .show.reset_variations:focus-visible, .softgate .woocommerce button.show.button.alt:focus-visible,
.softgate .woocommerce button.show[type=submit]:focus-visible,
.softgate .woocommerce button.show.button:focus-visible:disabled, .softgate .woocommerce a.show.button:focus-visible, .softgate .woocommerce-info a.show.button:focus-visible,
.softgate .woocommerce-info a.show.restore-item:focus-visible,
.softgate .woocommerce-error a.show.button:focus-visible,
.softgate .woocommerce-error a.show.restore-item:focus-visible,
.softgate .woocommerce-message a.show.button:focus-visible,
.softgate .woocommerce-message a.show.restore-item:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.softgate .btn:disabled, .softgate .woocommerce-notices-wrapper a.button.wc-forward:disabled, .softgate .woocommerce button.button.alt:disabled,
.softgate .woocommerce button.button.alt:disabled:hover,
.softgate .woocommerce button.button.alt[disabled]:disabled, .softgate .woocommerce_checkout_place_order:disabled, .softgate .added_to_cart.wc-forward:disabled, .softgate form.variations_form.cart table.variations td.value .reset_variations:disabled, .softgate #commentform [type=submit]:disabled, .softgate ul.wc-tabs li a:disabled, .softgate .sg-product-single .entry-summary button[type=submit]:disabled, .softgate .rm-sidebar .widget .wc-block-product-search__fields button:disabled, .softgate table.variations td.value .reset_variations:disabled, .softgate .woocommerce a.added_to_cart.wc-forward:disabled,
.softgate .woocommerce button[type=submit]:disabled,
.softgate .woocommerce button.button:disabled,
.softgate .woocommerce button.button[disabled]:disabled, .softgate .woocommerce a.button:disabled, .softgate .woocommerce-info a.button:disabled,
.softgate .woocommerce-info a.restore-item:disabled,
.softgate .woocommerce-error a.button:disabled,
.softgate .woocommerce-error a.restore-item:disabled,
.softgate .woocommerce-message a.button:disabled,
.softgate .woocommerce-message a.restore-item:disabled, .softgate .btn.disabled, .softgate .woocommerce-notices-wrapper a.disabled.button.wc-forward, .softgate .disabled.woocommerce_checkout_place_order, .softgate .disabled.added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .disabled.reset_variations, .softgate #commentform .disabled[type=submit], .softgate ul.wc-tabs li a.disabled, .softgate .sg-product-single .entry-summary button.disabled[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button.disabled, .softgate table.variations td.value .disabled.reset_variations, .softgate .woocommerce button.disabled.button.alt, .softgate .woocommerce a.disabled.added_to_cart.wc-forward,
.softgate .woocommerce button.disabled[type=submit], .softgate .woocommerce a.disabled.button, .softgate .woocommerce-info a.disabled.button,
.softgate .woocommerce-info a.disabled.restore-item,
.softgate .woocommerce-error a.disabled.button,
.softgate .woocommerce-error a.disabled.restore-item,
.softgate .woocommerce-message a.disabled.button,
.softgate .woocommerce-message a.disabled.restore-item, fieldset:disabled .softgate .btn, fieldset:disabled .softgate .woocommerce-notices-wrapper a.button.wc-forward, fieldset:disabled .softgate .woocommerce_checkout_place_order, fieldset:disabled .softgate .added_to_cart.wc-forward, fieldset:disabled .softgate form.variations_form.cart table.variations td.value .reset_variations, fieldset:disabled .softgate #commentform [type=submit], fieldset:disabled .softgate ul.wc-tabs li a, fieldset:disabled .softgate .sg-product-single .entry-summary button[type=submit], fieldset:disabled .softgate .rm-sidebar .widget .wc-block-product-search__fields button, fieldset:disabled .softgate table.variations td.value .reset_variations, fieldset:disabled .softgate .woocommerce button.button.alt,
fieldset:disabled .softgate .woocommerce button[type=submit], fieldset:disabled .softgate .woocommerce a.button, fieldset:disabled .softgate .woocommerce-info a.button,
fieldset:disabled .softgate .woocommerce-info a.restore-item,
fieldset:disabled .softgate .woocommerce-error a.button,
fieldset:disabled .softgate .woocommerce-error a.restore-item,
fieldset:disabled .softgate .woocommerce-message a.button,
fieldset:disabled .softgate .woocommerce-message a.restore-item {
  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);
}
.softgate .btn-primary, .softgate .woocommerce-notices-wrapper a.button.wc-forward, .softgate .woocommerce button.button.alt:disabled,
.softgate .woocommerce button.button.alt:disabled:hover,
.softgate .woocommerce button.button.alt:disabled[disabled], .softgate .woocommerce_checkout_place_order, .softgate form.variations_form.cart table.variations td.value .reset_variations, .softgate #commentform [type=submit], .softgate .sg-product-single .entry-summary button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .softgate table.variations td.value .reset_variations, .softgate .woocommerce button.button.alt, .softgate .woocommerce a.button.alt, .softgate .woocommerce a.added_to_cart.wc-forward,
.softgate .woocommerce button[type=submit],
.softgate .woocommerce button.button:disabled,
.softgate .woocommerce button.button:disabled[disabled], .softgate .woocommerce a.button, .softgate .woocommerce-info a.button,
.softgate .woocommerce-info a.restore-item {
  --bs-btn-color: #fff;
  --bs-btn-bg: #131313;
  --bs-btn-border-color: #131313;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #101010;
  --bs-btn-hover-border-color: #0f0f0f;
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0f0f0f;
  --bs-btn-active-border-color: #0e0e0e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #131313;
  --bs-btn-disabled-border-color: #131313;
}
.softgate .btn-secondary, .softgate ul.wc-tabs li.active a {
  --bs-btn-color: #131313;
  --bs-btn-bg: #afdefc;
  --bs-btn-border-color: #afdefc;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #bbe3fc;
  --bs-btn-hover-border-color: #b7e1fc;
  --bs-btn-focus-shadow-rgb: 152, 192, 217;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #bfe5fd;
  --bs-btn-active-border-color: #b7e1fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: #afdefc;
  --bs-btn-disabled-border-color: #afdefc;
}
.softgate .btn-success, .softgate .added_to_cart.wc-forward, .softgate .woocommerce-message a.button,
.softgate .woocommerce-message a.restore-item {
  --bs-btn-color: #131313;
  --bs-btn-bg: #7dcb7c;
  --bs-btn-border-color: #7dcb7c;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #91d390;
  --bs-btn-hover-border-color: #8ad089;
  --bs-btn-focus-shadow-rgb: 109, 175, 108;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #97d596;
  --bs-btn-active-border-color: #8ad089;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: #7dcb7c;
  --bs-btn-disabled-border-color: #7dcb7c;
}
.softgate .btn-info {
  --bs-btn-color: #131313;
  --bs-btn-bg: #afdefc;
  --bs-btn-border-color: #afdefc;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #bbe3fc;
  --bs-btn-hover-border-color: #b7e1fc;
  --bs-btn-focus-shadow-rgb: 152, 192, 217;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #bfe5fd;
  --bs-btn-active-border-color: #b7e1fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: #afdefc;
  --bs-btn-disabled-border-color: #afdefc;
}
.softgate .btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e9945b;
  --bs-btn-border-color: #e9945b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c67e4d;
  --bs-btn-hover-border-color: #ba7649;
  --bs-btn-focus-shadow-rgb: 236, 164, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ba7649;
  --bs-btn-active-border-color: #af6f44;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e9945b;
  --bs-btn-disabled-border-color: #e9945b;
}
.softgate .btn-danger, .softgate .woocommerce-error a.button,
.softgate .woocommerce-error a.restore-item {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ea0004;
  --bs-btn-border-color: #ea0004;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c70003;
  --bs-btn-hover-border-color: #bb0003;
  --bs-btn-focus-shadow-rgb: 237, 38, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bb0003;
  --bs-btn-active-border-color: #b00003;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ea0004;
  --bs-btn-disabled-border-color: #ea0004;
}
.softgate .btn-light, .softgate ul.wc-tabs li a {
  --bs-btn-color: #131313;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 220, 220, 220;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #cccccc;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.softgate .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #263238;
  --bs-btn-border-color: #263238;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #475156;
  --bs-btn-hover-border-color: #3c474c;
  --bs-btn-focus-shadow-rgb: 71, 81, 86;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #515b60;
  --bs-btn-active-border-color: #3c474c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #263238;
  --bs-btn-disabled-border-color: #263238;
}
.softgate .btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2a31ca;
  --bs-btn-border-color: #2a31ca;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #242aac;
  --bs-btn-hover-border-color: #2227a2;
  --bs-btn-focus-shadow-rgb: 74, 80, 210;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2227a2;
  --bs-btn-active-border-color: #202598;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2a31ca;
  --bs-btn-disabled-border-color: #2a31ca;
}
.softgate .btn-indigo {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c085d;
  --bs-btn-border-color: #1c085d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18074f;
  --bs-btn-hover-border-color: #16064a;
  --bs-btn-focus-shadow-rgb: 62, 45, 117;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #16064a;
  --bs-btn-active-border-color: #150646;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1c085d;
  --bs-btn-disabled-border-color: #1c085d;
}
.softgate .btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #a35bcc;
  --bs-btn-border-color: #a35bcc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8b4dad;
  --bs-btn-hover-border-color: #8249a3;
  --bs-btn-focus-shadow-rgb: 177, 116, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8249a3;
  --bs-btn-active-border-color: #7a4499;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #a35bcc;
  --bs-btn-disabled-border-color: #a35bcc;
}
.softgate .btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e17596;
  --bs-btn-border-color: #e17596;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bf6380;
  --bs-btn-hover-border-color: #b45e78;
  --bs-btn-focus-shadow-rgb: 230, 138, 166;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b45e78;
  --bs-btn-active-border-color: #a95871;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e17596;
  --bs-btn-disabled-border-color: #e17596;
}
.softgate .btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ea0004;
  --bs-btn-border-color: #ea0004;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c70003;
  --bs-btn-hover-border-color: #bb0003;
  --bs-btn-focus-shadow-rgb: 237, 38, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bb0003;
  --bs-btn-active-border-color: #b00003;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ea0004;
  --bs-btn-disabled-border-color: #ea0004;
}
.softgate .btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e9945b;
  --bs-btn-border-color: #e9945b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c67e4d;
  --bs-btn-hover-border-color: #ba7649;
  --bs-btn-focus-shadow-rgb: 236, 164, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ba7649;
  --bs-btn-active-border-color: #af6f44;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e9945b;
  --bs-btn-disabled-border-color: #e9945b;
}
.softgate .btn-yellow {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D4AF37;
  --bs-btn-border-color: #D4AF37;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b4952f;
  --bs-btn-hover-border-color: #aa8c2c;
  --bs-btn-focus-shadow-rgb: 218, 187, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #aa8c2c;
  --bs-btn-active-border-color: #9f8329;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #D4AF37;
  --bs-btn-disabled-border-color: #D4AF37;
}
.softgate .btn-green {
  --bs-btn-color: #131313;
  --bs-btn-bg: #7dcb7c;
  --bs-btn-border-color: #7dcb7c;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #91d390;
  --bs-btn-hover-border-color: #8ad089;
  --bs-btn-focus-shadow-rgb: 109, 175, 108;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #97d596;
  --bs-btn-active-border-color: #8ad089;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: #7dcb7c;
  --bs-btn-disabled-border-color: #7dcb7c;
}
.softgate .btn-teal {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00695C;
  --bs-btn-border-color: #00695C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00594e;
  --bs-btn-hover-border-color: #00544a;
  --bs-btn-focus-shadow-rgb: 38, 128, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00544a;
  --bs-btn-active-border-color: #004f45;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00695C;
  --bs-btn-disabled-border-color: #00695C;
}
.softgate .btn-cyan {
  --bs-btn-color: #131313;
  --bs-btn-bg: #afdefc;
  --bs-btn-border-color: #afdefc;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #bbe3fc;
  --bs-btn-hover-border-color: #b7e1fc;
  --bs-btn-focus-shadow-rgb: 152, 192, 217;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #bfe5fd;
  --bs-btn-active-border-color: #b7e1fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: #afdefc;
  --bs-btn-disabled-border-color: #afdefc;
}
.softgate .btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #131313;
  --bs-btn-border-color: #131313;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #101010;
  --bs-btn-hover-border-color: #0f0f0f;
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0f0f0f;
  --bs-btn-active-border-color: #0e0e0e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #131313;
  --bs-btn-disabled-border-color: #131313;
}
.softgate .btn-white {
  --bs-btn-color: #131313;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 220, 220, 220;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.softgate .btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #546E7A;
  --bs-btn-border-color: #546E7A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #475e68;
  --bs-btn-hover-border-color: #435862;
  --bs-btn-focus-shadow-rgb: 110, 132, 142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #435862;
  --bs-btn-active-border-color: #3f535c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #546E7A;
  --bs-btn-disabled-border-color: #546E7A;
}
.softgate .btn-gray-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #363636;
  --bs-btn-border-color: #363636;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2e2e2e;
  --bs-btn-hover-border-color: #2b2b2b;
  --bs-btn-focus-shadow-rgb: 84, 84, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b2b2b;
  --bs-btn-active-border-color: #292929;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #363636;
  --bs-btn-disabled-border-color: #363636;
}
.softgate .btn-outline-primary, .softgate a.added_to_cart {
  --bs-btn-color: #131313;
  --bs-btn-border-color: #131313;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #131313;
  --bs-btn-hover-border-color: #131313;
  --bs-btn-focus-shadow-rgb: 19, 19, 19;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #131313;
  --bs-btn-active-border-color: #131313;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #131313;
  --bs-gradient: none;
}
.softgate .btn-outline-secondary {
  --bs-btn-color: #afdefc;
  --bs-btn-border-color: #afdefc;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #afdefc;
  --bs-btn-hover-border-color: #afdefc;
  --bs-btn-focus-shadow-rgb: 175, 222, 252;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #afdefc;
  --bs-btn-active-border-color: #afdefc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #afdefc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #afdefc;
  --bs-gradient: none;
}
.softgate .btn-outline-success {
  --bs-btn-color: #7dcb7c;
  --bs-btn-border-color: #7dcb7c;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #7dcb7c;
  --bs-btn-hover-border-color: #7dcb7c;
  --bs-btn-focus-shadow-rgb: 125, 203, 124;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #7dcb7c;
  --bs-btn-active-border-color: #7dcb7c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #7dcb7c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7dcb7c;
  --bs-gradient: none;
}
.softgate .btn-outline-info {
  --bs-btn-color: #afdefc;
  --bs-btn-border-color: #afdefc;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #afdefc;
  --bs-btn-hover-border-color: #afdefc;
  --bs-btn-focus-shadow-rgb: 175, 222, 252;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #afdefc;
  --bs-btn-active-border-color: #afdefc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #afdefc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #afdefc;
  --bs-gradient: none;
}
.softgate .btn-outline-warning {
  --bs-btn-color: #e9945b;
  --bs-btn-border-color: #e9945b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e9945b;
  --bs-btn-hover-border-color: #e9945b;
  --bs-btn-focus-shadow-rgb: 233, 148, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e9945b;
  --bs-btn-active-border-color: #e9945b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #e9945b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9945b;
  --bs-gradient: none;
}
.softgate .btn-outline-danger {
  --bs-btn-color: #ea0004;
  --bs-btn-border-color: #ea0004;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea0004;
  --bs-btn-hover-border-color: #ea0004;
  --bs-btn-focus-shadow-rgb: 234, 0, 4;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ea0004;
  --bs-btn-active-border-color: #ea0004;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #ea0004;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ea0004;
  --bs-gradient: none;
}
.softgate .btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.softgate .btn-outline-dark {
  --bs-btn-color: #263238;
  --bs-btn-border-color: #263238;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #263238;
  --bs-btn-hover-border-color: #263238;
  --bs-btn-focus-shadow-rgb: 38, 50, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #263238;
  --bs-btn-active-border-color: #263238;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #263238;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #263238;
  --bs-gradient: none;
}
.softgate .btn-outline-blue {
  --bs-btn-color: #2a31ca;
  --bs-btn-border-color: #2a31ca;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2a31ca;
  --bs-btn-hover-border-color: #2a31ca;
  --bs-btn-focus-shadow-rgb: 42, 49, 202;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a31ca;
  --bs-btn-active-border-color: #2a31ca;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #2a31ca;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2a31ca;
  --bs-gradient: none;
}
.softgate .btn-outline-indigo {
  --bs-btn-color: #1c085d;
  --bs-btn-border-color: #1c085d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c085d;
  --bs-btn-hover-border-color: #1c085d;
  --bs-btn-focus-shadow-rgb: 28, 8, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1c085d;
  --bs-btn-active-border-color: #1c085d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #1c085d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1c085d;
  --bs-gradient: none;
}
.softgate .btn-outline-purple {
  --bs-btn-color: #a35bcc;
  --bs-btn-border-color: #a35bcc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a35bcc;
  --bs-btn-hover-border-color: #a35bcc;
  --bs-btn-focus-shadow-rgb: 163, 91, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a35bcc;
  --bs-btn-active-border-color: #a35bcc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #a35bcc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #a35bcc;
  --bs-gradient: none;
}
.softgate .btn-outline-pink {
  --bs-btn-color: #e17596;
  --bs-btn-border-color: #e17596;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e17596;
  --bs-btn-hover-border-color: #e17596;
  --bs-btn-focus-shadow-rgb: 225, 117, 150;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e17596;
  --bs-btn-active-border-color: #e17596;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #e17596;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e17596;
  --bs-gradient: none;
}
.softgate .btn-outline-red {
  --bs-btn-color: #ea0004;
  --bs-btn-border-color: #ea0004;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea0004;
  --bs-btn-hover-border-color: #ea0004;
  --bs-btn-focus-shadow-rgb: 234, 0, 4;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ea0004;
  --bs-btn-active-border-color: #ea0004;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #ea0004;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ea0004;
  --bs-gradient: none;
}
.softgate .btn-outline-orange {
  --bs-btn-color: #e9945b;
  --bs-btn-border-color: #e9945b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e9945b;
  --bs-btn-hover-border-color: #e9945b;
  --bs-btn-focus-shadow-rgb: 233, 148, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e9945b;
  --bs-btn-active-border-color: #e9945b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #e9945b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9945b;
  --bs-gradient: none;
}
.softgate .btn-outline-yellow {
  --bs-btn-color: #D4AF37;
  --bs-btn-border-color: #D4AF37;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #D4AF37;
  --bs-btn-hover-border-color: #D4AF37;
  --bs-btn-focus-shadow-rgb: 212, 175, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #D4AF37;
  --bs-btn-active-border-color: #D4AF37;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #D4AF37;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D4AF37;
  --bs-gradient: none;
}
.softgate .btn-outline-green {
  --bs-btn-color: #7dcb7c;
  --bs-btn-border-color: #7dcb7c;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #7dcb7c;
  --bs-btn-hover-border-color: #7dcb7c;
  --bs-btn-focus-shadow-rgb: 125, 203, 124;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #7dcb7c;
  --bs-btn-active-border-color: #7dcb7c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #7dcb7c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7dcb7c;
  --bs-gradient: none;
}
.softgate .btn-outline-teal {
  --bs-btn-color: #00695C;
  --bs-btn-border-color: #00695C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00695C;
  --bs-btn-hover-border-color: #00695C;
  --bs-btn-focus-shadow-rgb: 0, 105, 92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00695C;
  --bs-btn-active-border-color: #00695C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #00695C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00695C;
  --bs-gradient: none;
}
.softgate .btn-outline-cyan {
  --bs-btn-color: #afdefc;
  --bs-btn-border-color: #afdefc;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #afdefc;
  --bs-btn-hover-border-color: #afdefc;
  --bs-btn-focus-shadow-rgb: 175, 222, 252;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #afdefc;
  --bs-btn-active-border-color: #afdefc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #afdefc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #afdefc;
  --bs-gradient: none;
}
.softgate .btn-outline-black {
  --bs-btn-color: #131313;
  --bs-btn-border-color: #131313;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #131313;
  --bs-btn-hover-border-color: #131313;
  --bs-btn-focus-shadow-rgb: 19, 19, 19;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #131313;
  --bs-btn-active-border-color: #131313;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #131313;
  --bs-gradient: none;
}
.softgate .btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #131313;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #131313;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.softgate .btn-outline-gray {
  --bs-btn-color: #546E7A;
  --bs-btn-border-color: #546E7A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #546E7A;
  --bs-btn-hover-border-color: #546E7A;
  --bs-btn-focus-shadow-rgb: 84, 110, 122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #546E7A;
  --bs-btn-active-border-color: #546E7A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #546E7A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #546E7A;
  --bs-gradient: none;
}
.softgate .btn-outline-gray-dark {
  --bs-btn-color: #363636;
  --bs-btn-border-color: #363636;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #363636;
  --bs-btn-hover-border-color: #363636;
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #363636;
  --bs-btn-active-border-color: #363636;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 19, 19, 0.125);
  --bs-btn-disabled-color: #363636;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #363636;
  --bs-gradient: none;
}
.softgate .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: #546E7A;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  text-decoration: none;
}
.softgate .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.softgate .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.softgate .btn-lg, .softgate .btn-group-lg > .btn, .softgate .woocommerce-notices-wrapper .btn-group-lg > a.button.wc-forward, .softgate .btn-group-lg > .woocommerce_checkout_place_order, .softgate .btn-group-lg > .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-group-lg > .reset_variations, .softgate #commentform .btn-group-lg > [type=submit], .softgate ul.wc-tabs li .btn-group-lg > a, .softgate .sg-product-single .entry-summary .btn-group-lg > button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-lg > button, .softgate table.variations td.value .btn-group-lg > .reset_variations, .softgate .woocommerce .btn-group-lg > button.button.alt, .softgate .woocommerce .btn-group-lg > a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-lg > button[type=submit],
.softgate .woocommerce .btn-group-lg > button.button:disabled, .softgate .woocommerce .btn-group-lg > a.button, .softgate .woocommerce-info .btn-group-lg > a.button,
.softgate .woocommerce-info .btn-group-lg > a.restore-item,
.softgate .woocommerce-error .btn-group-lg > a.button,
.softgate .woocommerce-error .btn-group-lg > a.restore-item,
.softgate .woocommerce-message .btn-group-lg > a.button,
.softgate .woocommerce-message .btn-group-lg > a.restore-item {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}
.softgate .btn-sm, .softgate form.variations_form.cart table.variations td.value .reset_variations, .softgate ul.wc-tabs li a, .softgate .btn-group-sm > .btn, .softgate .woocommerce-notices-wrapper .btn-group-sm > a.button.wc-forward, .softgate .btn-group-sm > .woocommerce_checkout_place_order, .softgate .btn-group-sm > .added_to_cart.wc-forward, .softgate #commentform .btn-group-sm > [type=submit], .softgate ul.wc-tabs li .btn-group-sm > a, .softgate .sg-product-single .entry-summary .btn-group-sm > button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-sm > button, .softgate table.variations td.value .btn-group-sm > .reset_variations, .softgate .woocommerce .btn-group-sm > button.button.alt, .softgate .woocommerce .btn-group-sm > a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-sm > button[type=submit],
.softgate .woocommerce .btn-group-sm > button.button:disabled, .softgate .woocommerce .btn-group-sm > a.button, .softgate .woocommerce-info .btn-group-sm > a.button,
.softgate .woocommerce-info .btn-group-sm > a.restore-item,
.softgate .woocommerce-error .btn-group-sm > a.button,
.softgate .woocommerce-error .btn-group-sm > a.restore-item,
.softgate .woocommerce-message .btn-group-sm > a.button,
.softgate .woocommerce-message .btn-group-sm > a.restore-item {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}
.softgate .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .fade {
    transition: none;
  }
}
.softgate .fade:not(.show) {
  opacity: 0;
}
.softgate .collapse:not(.show) {
  display: none;
}
.softgate .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .collapsing {
    transition: none;
  }
}
.softgate .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .collapsing.collapse-horizontal {
    transition: none;
  }
}
.softgate .dropup,
.softgate .dropend,
.softgate .dropdown,
.softgate .dropstart,
.softgate .dropup-center,
.softgate .dropdown-center {
  position: relative;
}
.softgate .dropdown-toggle {
  white-space: nowrap;
}
.softgate .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;
}
.softgate .dropdown-toggle:empty::after {
  margin-left: 0;
}
.softgate .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: #263238;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(19, 19, 19, 0.15);
  --bs-dropdown-link-color: #263238;
  --bs-dropdown-link-hover-color: #222d32;
  --bs-dropdown-link-hover-bg: #B0BEC5;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #131313;
  --bs-dropdown-link-disabled-color: #607D8B;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #546E7A;
  --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);
}
.softgate .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.softgate .dropdown-menu-start {
  --bs-position: start;
}
.softgate .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.softgate .dropdown-menu-end {
  --bs-position: end;
}
.softgate .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .softgate .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .softgate .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .softgate .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .softgate .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .softgate .dropdown-menu-md-start {
    --bs-position: start;
  }
  .softgate .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .softgate .dropdown-menu-md-end {
    --bs-position: end;
  }
  .softgate .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .softgate .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .softgate .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .softgate .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .softgate .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .softgate .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .softgate .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .softgate .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .softgate .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .softgate .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .softgate .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .softgate .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .softgate .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.softgate .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.softgate .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;
}
.softgate .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.softgate .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.softgate .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;
}
.softgate .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.softgate .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.softgate .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.softgate .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.softgate .dropstart .dropdown-toggle::after {
  display: none;
}
.softgate .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;
}
.softgate .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.softgate .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.softgate .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;
}
.softgate .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;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.softgate .dropdown-item:hover, .softgate .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.softgate .dropdown-item.active, .softgate .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.softgate .dropdown-item.disabled, .softgate .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.softgate .dropdown-menu.show {
  display: block;
}
.softgate .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;
}
.softgate .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.softgate .dropdown-menu-dark {
  --bs-dropdown-color: #90A4AE;
  --bs-dropdown-bg: #363636;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #90A4AE;
  --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: #131313;
  --bs-dropdown-link-disabled-color: #607D8B;
  --bs-dropdown-header-color: #607D8B;
}
.softgate .btn-group,
.softgate .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.softgate .btn-group > .btn, .softgate .woocommerce-notices-wrapper .btn-group > a.button.wc-forward, .softgate .btn-group > .woocommerce_checkout_place_order, .softgate .btn-group > .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-group > .reset_variations, .softgate #commentform .btn-group > [type=submit], .softgate ul.wc-tabs li .btn-group > a, .softgate .sg-product-single .entry-summary .btn-group > button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button, .softgate table.variations td.value .btn-group > .reset_variations, .softgate .woocommerce .btn-group > button.button.alt, .softgate .woocommerce .btn-group > a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group > button[type=submit],
.softgate .woocommerce .btn-group > button.button:disabled, .softgate .woocommerce .btn-group > a.button, .softgate .woocommerce-info .btn-group > a.button,
.softgate .woocommerce-info .btn-group > a.restore-item,
.softgate .woocommerce-error .btn-group > a.button,
.softgate .woocommerce-error .btn-group > a.restore-item,
.softgate .woocommerce-message .btn-group > a.button,
.softgate .woocommerce-message .btn-group > a.restore-item,
.softgate .btn-group-vertical > .btn,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward,
.softgate .btn-group-vertical > .woocommerce_checkout_place_order,
.softgate .btn-group-vertical > .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations,
.softgate #commentform .btn-group-vertical > [type=submit],
.softgate ul.wc-tabs li .btn-group-vertical > a,
.softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button,
.softgate table.variations td.value .btn-group-vertical > .reset_variations,
.softgate .woocommerce .btn-group-vertical > button.button.alt,
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button:disabled,
.softgate .woocommerce .btn-group-vertical > a.button,
.softgate .woocommerce-info .btn-group-vertical > a.button,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > a.button,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > a.button,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item {
  position: relative;
  flex: 1 1 auto;
}
.softgate .btn-group > .btn-check:checked + .btn, .softgate .woocommerce-notices-wrapper .btn-group > .btn-check:checked + a.button.wc-forward, .softgate .woocommerce .btn-group > .btn-check:checked + button.button.alt:disabled,
.softgate .woocommerce .btn-group > .btn-check:checked + button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group > .btn-check:checked + button.button.alt:disabled[disabled], .softgate .btn-group > .btn-check:checked + .woocommerce_checkout_place_order, .softgate .btn-group > .btn-check:checked + .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-group > .btn-check:checked + .reset_variations, .softgate #commentform .btn-group > .btn-check:checked + [type=submit], .softgate ul.wc-tabs li .btn-group > .btn-check:checked + a, .softgate .sg-product-single .entry-summary .btn-group > .btn-check:checked + button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > .btn-check:checked + button, .softgate table.variations td.value .btn-group > .btn-check:checked + .reset_variations, .softgate .woocommerce .btn-group > .btn-check:checked + button.button.alt, .softgate .woocommerce .btn-group > .btn-check:checked + a.button.alt, .softgate .woocommerce .btn-group > .btn-check:checked + a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group > .btn-check:checked + button[type=submit],
.softgate .woocommerce .btn-group > .btn-check:checked + button.button:disabled,
.softgate .woocommerce .btn-group > .btn-check:checked + button.button:disabled[disabled], .softgate .woocommerce .btn-group > .btn-check:checked + a.button, .softgate .woocommerce-info .btn-group > .btn-check:checked + a.button,
.softgate .woocommerce-info .btn-group > .btn-check:checked + a.restore-item,
.softgate .woocommerce-error .btn-group > .btn-check:checked + a.button,
.softgate .woocommerce-error .btn-group > .btn-check:checked + a.restore-item,
.softgate .woocommerce-message .btn-group > .btn-check:checked + a.button,
.softgate .woocommerce-message .btn-group > .btn-check:checked + a.restore-item,
.softgate .btn-group > .btn-check:focus + .btn,
.softgate .woocommerce-notices-wrapper .btn-group > .btn-check:focus + a.button.wc-forward,
.softgate .woocommerce .btn-group > .btn-check:focus + button.button.alt:disabled,
.softgate .woocommerce .btn-group > .btn-check:focus + button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group > .btn-check:focus + button.button.alt:disabled[disabled],
.softgate .btn-group > .btn-check:focus + .woocommerce_checkout_place_order,
.softgate .btn-group > .btn-check:focus + .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group > .btn-check:focus + .reset_variations,
.softgate #commentform .btn-group > .btn-check:focus + [type=submit],
.softgate ul.wc-tabs li .btn-group > .btn-check:focus + a,
.softgate .sg-product-single .entry-summary .btn-group > .btn-check:focus + button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > .btn-check:focus + button,
.softgate table.variations td.value .btn-group > .btn-check:focus + .reset_variations,
.softgate .woocommerce .btn-group > .btn-check:focus + button.button.alt,
.softgate .woocommerce .btn-group > .btn-check:focus + a.button.alt,
.softgate .woocommerce .btn-group > .btn-check:focus + a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group > .btn-check:focus + button[type=submit],
.softgate .woocommerce .btn-group > .btn-check:focus + button.button:disabled,
.softgate .woocommerce .btn-group > .btn-check:focus + button.button:disabled[disabled],
.softgate .woocommerce .btn-group > .btn-check:focus + a.button,
.softgate .woocommerce-info .btn-group > .btn-check:focus + a.button,
.softgate .woocommerce-info .btn-group > .btn-check:focus + a.restore-item,
.softgate .woocommerce-error .btn-group > .btn-check:focus + a.button,
.softgate .woocommerce-error .btn-group > .btn-check:focus + a.restore-item,
.softgate .woocommerce-message .btn-group > .btn-check:focus + a.button,
.softgate .woocommerce-message .btn-group > .btn-check:focus + a.restore-item,
.softgate .btn-group > .btn:hover,
.softgate .woocommerce-notices-wrapper .btn-group > a.button.wc-forward:hover,
.softgate .woocommerce .btn-group > button.button.alt:hover:disabled,
.softgate .btn-group > .woocommerce_checkout_place_order:hover,
.softgate .btn-group > .added_to_cart.wc-forward:hover,
.softgate form.variations_form.cart table.variations td.value .btn-group > .reset_variations:hover,
.softgate #commentform .btn-group > [type=submit]:hover,
.softgate ul.wc-tabs li .btn-group > a:hover,
.softgate .sg-product-single .entry-summary .btn-group > button[type=submit]:hover,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button:hover,
.softgate table.variations td.value .btn-group > .reset_variations:hover,
.softgate .woocommerce .btn-group > button.button.alt:hover,
.softgate .woocommerce .btn-group > a.button.alt:hover,
.softgate .woocommerce .btn-group > a.added_to_cart.wc-forward:hover,
.softgate .woocommerce .btn-group > button[type=submit]:hover,
.softgate .woocommerce .btn-group > button.button:hover:disabled,
.softgate .woocommerce .btn-group > a.button:hover,
.softgate .woocommerce-info .btn-group > a.button:hover,
.softgate .woocommerce-info .btn-group > a.restore-item:hover,
.softgate .woocommerce-error .btn-group > a.button:hover,
.softgate .woocommerce-error .btn-group > a.restore-item:hover,
.softgate .woocommerce-message .btn-group > a.button:hover,
.softgate .woocommerce-message .btn-group > a.restore-item:hover,
.softgate .btn-group > .btn:focus,
.softgate .woocommerce-notices-wrapper .btn-group > a.button.wc-forward:focus,
.softgate .woocommerce .btn-group > button.button.alt:focus:disabled,
.softgate .btn-group > .woocommerce_checkout_place_order:focus,
.softgate .btn-group > .added_to_cart.wc-forward:focus,
.softgate form.variations_form.cart table.variations td.value .btn-group > .reset_variations:focus,
.softgate #commentform .btn-group > [type=submit]:focus,
.softgate ul.wc-tabs li .btn-group > a:focus,
.softgate .sg-product-single .entry-summary .btn-group > button[type=submit]:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button:focus,
.softgate table.variations td.value .btn-group > .reset_variations:focus,
.softgate .woocommerce .btn-group > button.button.alt:focus,
.softgate .woocommerce .btn-group > a.button.alt:focus,
.softgate .woocommerce .btn-group > a.added_to_cart.wc-forward:focus,
.softgate .woocommerce .btn-group > button[type=submit]:focus,
.softgate .woocommerce .btn-group > button.button:focus:disabled,
.softgate .woocommerce .btn-group > a.button:focus,
.softgate .woocommerce-info .btn-group > a.button:focus,
.softgate .woocommerce-info .btn-group > a.restore-item:focus,
.softgate .woocommerce-error .btn-group > a.button:focus,
.softgate .woocommerce-error .btn-group > a.restore-item:focus,
.softgate .woocommerce-message .btn-group > a.button:focus,
.softgate .woocommerce-message .btn-group > a.restore-item:focus,
.softgate .btn-group > .btn:active,
.softgate .woocommerce-notices-wrapper .btn-group > a.button.wc-forward:active,
.softgate .woocommerce .btn-group > button.button.alt:active:disabled,
.softgate .btn-group > .woocommerce_checkout_place_order:active,
.softgate .btn-group > .added_to_cart.wc-forward:active,
.softgate form.variations_form.cart table.variations td.value .btn-group > .reset_variations:active,
.softgate #commentform .btn-group > [type=submit]:active,
.softgate ul.wc-tabs li .btn-group > a:active,
.softgate .sg-product-single .entry-summary .btn-group > button[type=submit]:active,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button:active,
.softgate table.variations td.value .btn-group > .reset_variations:active,
.softgate .woocommerce .btn-group > button.button.alt:active,
.softgate .woocommerce .btn-group > a.button.alt:active,
.softgate .woocommerce .btn-group > a.added_to_cart.wc-forward:active,
.softgate .woocommerce .btn-group > button[type=submit]:active,
.softgate .woocommerce .btn-group > button.button:active:disabled,
.softgate .woocommerce .btn-group > a.button:active,
.softgate .woocommerce-info .btn-group > a.button:active,
.softgate .woocommerce-info .btn-group > a.restore-item:active,
.softgate .woocommerce-error .btn-group > a.button:active,
.softgate .woocommerce-error .btn-group > a.restore-item:active,
.softgate .woocommerce-message .btn-group > a.button:active,
.softgate .woocommerce-message .btn-group > a.restore-item:active,
.softgate .btn-group > .btn.active,
.softgate .woocommerce-notices-wrapper .btn-group > a.active.button.wc-forward,
.softgate .woocommerce .btn-group > button.active.button.alt:disabled,
.softgate .btn-group > .active.woocommerce_checkout_place_order,
.softgate .btn-group > .active.added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group > .active.reset_variations,
.softgate #commentform .btn-group > .active[type=submit],
.softgate ul.wc-tabs li .btn-group > a.active,
.softgate .sg-product-single .entry-summary .btn-group > button.active[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button.active,
.softgate table.variations td.value .btn-group > .active.reset_variations,
.softgate .woocommerce .btn-group > button.active.button.alt,
.softgate .woocommerce .btn-group > a.active.button.alt,
.softgate .woocommerce .btn-group > a.active.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group > button.active[type=submit],
.softgate .woocommerce .btn-group > button.active.button:disabled,
.softgate .woocommerce .btn-group > a.active.button,
.softgate .woocommerce-info .btn-group > a.active.button,
.softgate .woocommerce-info .btn-group > a.active.restore-item,
.softgate .woocommerce-error .btn-group > a.active.button,
.softgate .woocommerce-error .btn-group > a.active.restore-item,
.softgate .woocommerce-message .btn-group > a.active.button,
.softgate .woocommerce-message .btn-group > a.active.restore-item,
.softgate .btn-group-vertical > .btn-check:checked + .btn,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > .btn-check:checked + a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + button.button.alt:disabled[disabled],
.softgate .btn-group-vertical > .btn-check:checked + .woocommerce_checkout_place_order,
.softgate .btn-group-vertical > .btn-check:checked + .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .btn-check:checked + .reset_variations,
.softgate #commentform .btn-group-vertical > .btn-check:checked + [type=submit],
.softgate ul.wc-tabs li .btn-group-vertical > .btn-check:checked + a,
.softgate .sg-product-single .entry-summary .btn-group-vertical > .btn-check:checked + button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .btn-check:checked + button,
.softgate table.variations td.value .btn-group-vertical > .btn-check:checked + .reset_variations,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + button.button.alt,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + a.button.alt,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + button[type=submit],
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + button.button:disabled,
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > .btn-check:checked + a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-check:checked + a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-check:checked + a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > .btn-check:checked + a.button,
.softgate .woocommerce-error .btn-group-vertical > .btn-check:checked + a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > .btn-check:checked + a.button,
.softgate .woocommerce-message .btn-group-vertical > .btn-check:checked + a.restore-item,
.softgate .btn-group-vertical > .btn-check:focus + .btn,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > .btn-check:focus + a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + button.button.alt:disabled[disabled],
.softgate .btn-group-vertical > .btn-check:focus + .woocommerce_checkout_place_order,
.softgate .btn-group-vertical > .btn-check:focus + .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .btn-check:focus + .reset_variations,
.softgate #commentform .btn-group-vertical > .btn-check:focus + [type=submit],
.softgate ul.wc-tabs li .btn-group-vertical > .btn-check:focus + a,
.softgate .sg-product-single .entry-summary .btn-group-vertical > .btn-check:focus + button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .btn-check:focus + button,
.softgate table.variations td.value .btn-group-vertical > .btn-check:focus + .reset_variations,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + button.button.alt,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + a.button.alt,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + button[type=submit],
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + button.button:disabled,
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > .btn-check:focus + a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-check:focus + a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-check:focus + a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > .btn-check:focus + a.button,
.softgate .woocommerce-error .btn-group-vertical > .btn-check:focus + a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > .btn-check:focus + a.button,
.softgate .woocommerce-message .btn-group-vertical > .btn-check:focus + a.restore-item,
.softgate .btn-group-vertical > .btn:hover,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward:hover,
.softgate .woocommerce .btn-group-vertical > button.button.alt:hover:disabled,
.softgate .btn-group-vertical > .woocommerce_checkout_place_order:hover,
.softgate .btn-group-vertical > .added_to_cart.wc-forward:hover,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations:hover,
.softgate #commentform .btn-group-vertical > [type=submit]:hover,
.softgate ul.wc-tabs li .btn-group-vertical > a:hover,
.softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit]:hover,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button:hover,
.softgate table.variations td.value .btn-group-vertical > .reset_variations:hover,
.softgate .woocommerce .btn-group-vertical > button.button.alt:hover,
.softgate .woocommerce .btn-group-vertical > a.button.alt:hover,
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward:hover,
.softgate .woocommerce .btn-group-vertical > button[type=submit]:hover,
.softgate .woocommerce .btn-group-vertical > button.button:hover:disabled,
.softgate .woocommerce .btn-group-vertical > a.button:hover,
.softgate .woocommerce-info .btn-group-vertical > a.button:hover,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item:hover,
.softgate .woocommerce-error .btn-group-vertical > a.button:hover,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item:hover,
.softgate .woocommerce-message .btn-group-vertical > a.button:hover,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item:hover,
.softgate .btn-group-vertical > .btn:focus,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward:focus,
.softgate .woocommerce .btn-group-vertical > button.button.alt:focus:disabled,
.softgate .btn-group-vertical > .woocommerce_checkout_place_order:focus,
.softgate .btn-group-vertical > .added_to_cart.wc-forward:focus,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations:focus,
.softgate #commentform .btn-group-vertical > [type=submit]:focus,
.softgate ul.wc-tabs li .btn-group-vertical > a:focus,
.softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit]:focus,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button:focus,
.softgate table.variations td.value .btn-group-vertical > .reset_variations:focus,
.softgate .woocommerce .btn-group-vertical > button.button.alt:focus,
.softgate .woocommerce .btn-group-vertical > a.button.alt:focus,
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward:focus,
.softgate .woocommerce .btn-group-vertical > button[type=submit]:focus,
.softgate .woocommerce .btn-group-vertical > button.button:focus:disabled,
.softgate .woocommerce .btn-group-vertical > a.button:focus,
.softgate .woocommerce-info .btn-group-vertical > a.button:focus,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item:focus,
.softgate .woocommerce-error .btn-group-vertical > a.button:focus,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item:focus,
.softgate .woocommerce-message .btn-group-vertical > a.button:focus,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item:focus,
.softgate .btn-group-vertical > .btn:active,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward:active,
.softgate .woocommerce .btn-group-vertical > button.button.alt:active:disabled,
.softgate .btn-group-vertical > .woocommerce_checkout_place_order:active,
.softgate .btn-group-vertical > .added_to_cart.wc-forward:active,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations:active,
.softgate #commentform .btn-group-vertical > [type=submit]:active,
.softgate ul.wc-tabs li .btn-group-vertical > a:active,
.softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit]:active,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button:active,
.softgate table.variations td.value .btn-group-vertical > .reset_variations:active,
.softgate .woocommerce .btn-group-vertical > button.button.alt:active,
.softgate .woocommerce .btn-group-vertical > a.button.alt:active,
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward:active,
.softgate .woocommerce .btn-group-vertical > button[type=submit]:active,
.softgate .woocommerce .btn-group-vertical > button.button:active:disabled,
.softgate .woocommerce .btn-group-vertical > a.button:active,
.softgate .woocommerce-info .btn-group-vertical > a.button:active,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item:active,
.softgate .woocommerce-error .btn-group-vertical > a.button:active,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item:active,
.softgate .woocommerce-message .btn-group-vertical > a.button:active,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item:active,
.softgate .btn-group-vertical > .btn.active,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > a.active.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.active.button.alt:disabled,
.softgate .btn-group-vertical > .active.woocommerce_checkout_place_order,
.softgate .btn-group-vertical > .active.added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .active.reset_variations,
.softgate #commentform .btn-group-vertical > .active[type=submit],
.softgate ul.wc-tabs li .btn-group-vertical > a.active,
.softgate .sg-product-single .entry-summary .btn-group-vertical > button.active[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button.active,
.softgate table.variations td.value .btn-group-vertical > .active.reset_variations,
.softgate .woocommerce .btn-group-vertical > button.active.button.alt,
.softgate .woocommerce .btn-group-vertical > a.active.button.alt,
.softgate .woocommerce .btn-group-vertical > a.active.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.active[type=submit],
.softgate .woocommerce .btn-group-vertical > button.active.button:disabled,
.softgate .woocommerce .btn-group-vertical > a.active.button,
.softgate .woocommerce-info .btn-group-vertical > a.active.button,
.softgate .woocommerce-info .btn-group-vertical > a.active.restore-item,
.softgate .woocommerce-error .btn-group-vertical > a.active.button,
.softgate .woocommerce-error .btn-group-vertical > a.active.restore-item,
.softgate .woocommerce-message .btn-group-vertical > a.active.button,
.softgate .woocommerce-message .btn-group-vertical > a.active.restore-item {
  z-index: 1;
}
.softgate .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.softgate .btn-toolbar .input-group, .softgate .btn-toolbar .rm-sidebar .widget .wc-block-product-search__fields, .softgate .rm-sidebar .widget .btn-toolbar .wc-block-product-search__fields {
  width: auto;
}
.softgate .btn-group {
  border-radius: 0.375rem;
}
.softgate .btn-group > :not(.btn-check:first-child) + .btn, .softgate .woocommerce-notices-wrapper .btn-group > :not(.btn-check:first-child) + a.button.wc-forward, .softgate .btn-group > :not(.btn-check:first-child) + .woocommerce_checkout_place_order, .softgate .btn-group > :not(.btn-check:first-child) + .added_to_cart.wc-forward, .softgate #commentform .btn-group > :not(.btn-check:first-child) + [type=submit], .softgate ul.wc-tabs li .btn-group > :not(.btn-check:first-child) + a, .softgate .sg-product-single .entry-summary .btn-group > :not(.btn-check:first-child) + button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > :not(.btn-check:first-child) + button, .softgate table.variations td.value .btn-group > :not(.btn-check:first-child) + .reset_variations, .softgate .woocommerce .btn-group > :not(.btn-check:first-child) + button.button.alt,
.softgate .woocommerce .btn-group > :not(.btn-check:first-child) + button[type=submit],
.softgate .woocommerce .btn-group > :not(.btn-check:first-child) + button.button:disabled, .softgate .woocommerce .btn-group > :not(.btn-check:first-child) + a.button, .softgate .woocommerce-info .btn-group > :not(.btn-check:first-child) + a.button,
.softgate .woocommerce-info .btn-group > :not(.btn-check:first-child) + a.restore-item,
.softgate .woocommerce-error .btn-group > :not(.btn-check:first-child) + a.button,
.softgate .woocommerce-error .btn-group > :not(.btn-check:first-child) + a.restore-item,
.softgate .woocommerce-message .btn-group > :not(.btn-check:first-child) + a.button,
.softgate .woocommerce-message .btn-group > :not(.btn-check:first-child) + a.restore-item,
.softgate .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.softgate .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .softgate .woocommerce-notices-wrapper .btn-group > a.button.wc-forward:not(:last-child):not(.dropdown-toggle), .softgate .btn-group > .woocommerce_checkout_place_order:not(:last-child):not(.dropdown-toggle), .softgate .btn-group > .added_to_cart.wc-forward:not(:last-child):not(.dropdown-toggle), .softgate #commentform .btn-group > [type=submit]:not(:last-child):not(.dropdown-toggle), .softgate ul.wc-tabs li .btn-group > a:not(:last-child):not(.dropdown-toggle), .softgate .sg-product-single .entry-summary .btn-group > button[type=submit]:not(:last-child):not(.dropdown-toggle), .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button:not(:last-child):not(.dropdown-toggle), .softgate table.variations td.value .btn-group > .reset_variations:not(:last-child):not(.dropdown-toggle), .softgate .woocommerce .btn-group > button.button.alt:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce .btn-group > button[type=submit]:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce .btn-group > button.button:not(:last-child):not(.dropdown-toggle):disabled, .softgate .woocommerce .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .softgate .woocommerce-info .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-info .btn-group > a.restore-item:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-error .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-error .btn-group > a.restore-item:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-message .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-message .btn-group > a.restore-item:not(:last-child):not(.dropdown-toggle),
.softgate .btn-group > .btn.dropdown-toggle-split:first-child,
.softgate .woocommerce-notices-wrapper .btn-group > a.dropdown-toggle-split.button.wc-forward:first-child,
.softgate .btn-group > .dropdown-toggle-split.woocommerce_checkout_place_order:first-child,
.softgate .btn-group > .dropdown-toggle-split.added_to_cart.wc-forward:first-child,
.softgate #commentform .btn-group > .dropdown-toggle-split[type=submit]:first-child,
.softgate ul.wc-tabs li .btn-group > a.dropdown-toggle-split:first-child,
.softgate .sg-product-single .entry-summary .btn-group > button.dropdown-toggle-split[type=submit]:first-child,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button.dropdown-toggle-split:first-child,
.softgate table.variations td.value .btn-group > .dropdown-toggle-split.reset_variations:first-child,
.softgate .woocommerce .btn-group > button.dropdown-toggle-split.button.alt:first-child,
.softgate .woocommerce .btn-group > button.dropdown-toggle-split[type=submit]:first-child,
.softgate .woocommerce .btn-group > button.dropdown-toggle-split.button:first-child:disabled,
.softgate .woocommerce .btn-group > a.dropdown-toggle-split.button:first-child,
.softgate .woocommerce-info .btn-group > a.dropdown-toggle-split.button:first-child,
.softgate .woocommerce-info .btn-group > a.dropdown-toggle-split.restore-item:first-child,
.softgate .woocommerce-error .btn-group > a.dropdown-toggle-split.button:first-child,
.softgate .woocommerce-error .btn-group > a.dropdown-toggle-split.restore-item:first-child,
.softgate .woocommerce-message .btn-group > a.dropdown-toggle-split.button:first-child,
.softgate .woocommerce-message .btn-group > a.dropdown-toggle-split.restore-item:first-child,
.softgate .btn-group > .btn-group:not(:last-child) > .btn,
.softgate .woocommerce-notices-wrapper .btn-group > .btn-group:not(:last-child) > a.button.wc-forward,
.softgate .btn-group > .btn-group:not(:last-child) > .woocommerce_checkout_place_order,
.softgate .btn-group > .btn-group:not(:last-child) > .added_to_cart.wc-forward,
.softgate #commentform .btn-group > .btn-group:not(:last-child) > [type=submit],
.softgate ul.wc-tabs li .btn-group > .btn-group:not(:last-child) > a,
.softgate .sg-product-single .entry-summary .btn-group > .btn-group:not(:last-child) > button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > .btn-group:not(:last-child) > button,
.softgate table.variations td.value .btn-group > .btn-group:not(:last-child) > .reset_variations,
.softgate .woocommerce .btn-group > .btn-group:not(:last-child) > button.button.alt,
.softgate .woocommerce .btn-group > .btn-group:not(:last-child) > button[type=submit],
.softgate .woocommerce .btn-group > .btn-group:not(:last-child) > button.button:disabled,
.softgate .woocommerce .btn-group > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-info .btn-group > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-info .btn-group > .btn-group:not(:last-child) > a.restore-item,
.softgate .woocommerce-error .btn-group > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-error .btn-group > .btn-group:not(:last-child) > a.restore-item,
.softgate .woocommerce-message .btn-group > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-message .btn-group > .btn-group:not(:last-child) > a.restore-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.softgate .btn-group > .btn:nth-child(n+3), .softgate .woocommerce-notices-wrapper .btn-group > a.button.wc-forward:nth-child(n+3), .softgate .btn-group > .woocommerce_checkout_place_order:nth-child(n+3), .softgate .btn-group > .added_to_cart.wc-forward:nth-child(n+3), .softgate form.variations_form.cart table.variations td.value .btn-group > .reset_variations:nth-child(n+3), .softgate #commentform .btn-group > [type=submit]:nth-child(n+3), .softgate ul.wc-tabs li .btn-group > a:nth-child(n+3), .softgate .sg-product-single .entry-summary .btn-group > button[type=submit]:nth-child(n+3), .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > button:nth-child(n+3), .softgate table.variations td.value .btn-group > .reset_variations:nth-child(n+3), .softgate .woocommerce .btn-group > button.button.alt:nth-child(n+3),
.softgate .woocommerce .btn-group > button[type=submit]:nth-child(n+3),
.softgate .woocommerce .btn-group > button.button:nth-child(n+3):disabled, .softgate .woocommerce .btn-group > a.button:nth-child(n+3), .softgate .woocommerce-info .btn-group > a.button:nth-child(n+3),
.softgate .woocommerce-info .btn-group > a.restore-item:nth-child(n+3),
.softgate .woocommerce-error .btn-group > a.button:nth-child(n+3),
.softgate .woocommerce-error .btn-group > a.restore-item:nth-child(n+3),
.softgate .woocommerce-message .btn-group > a.button:nth-child(n+3),
.softgate .woocommerce-message .btn-group > a.restore-item:nth-child(n+3),
.softgate .btn-group > :not(.btn-check) + .btn,
.softgate .woocommerce-notices-wrapper .btn-group > :not(.btn-check) + a.button.wc-forward,
.softgate .btn-group > :not(.btn-check) + .woocommerce_checkout_place_order,
.softgate .btn-group > :not(.btn-check) + .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group > :not(.btn-check) + .reset_variations,
.softgate #commentform .btn-group > :not(.btn-check) + [type=submit],
.softgate ul.wc-tabs li .btn-group > :not(.btn-check) + a,
.softgate .sg-product-single .entry-summary .btn-group > :not(.btn-check) + button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > :not(.btn-check) + button,
.softgate table.variations td.value .btn-group > :not(.btn-check) + .reset_variations,
.softgate .woocommerce .btn-group > :not(.btn-check) + button.button.alt,
.softgate .woocommerce .btn-group > :not(.btn-check) + button[type=submit],
.softgate .woocommerce .btn-group > :not(.btn-check) + button.button:disabled,
.softgate .woocommerce .btn-group > :not(.btn-check) + a.button,
.softgate .woocommerce-info .btn-group > :not(.btn-check) + a.button,
.softgate .woocommerce-info .btn-group > :not(.btn-check) + a.restore-item,
.softgate .woocommerce-error .btn-group > :not(.btn-check) + a.button,
.softgate .woocommerce-error .btn-group > :not(.btn-check) + a.restore-item,
.softgate .woocommerce-message .btn-group > :not(.btn-check) + a.button,
.softgate .woocommerce-message .btn-group > :not(.btn-check) + a.restore-item,
.softgate .btn-group > .btn-group:not(:first-child) > .btn,
.softgate .woocommerce-notices-wrapper .btn-group > .btn-group:not(:first-child) > a.button.wc-forward,
.softgate .btn-group > .btn-group:not(:first-child) > .woocommerce_checkout_place_order,
.softgate .btn-group > .btn-group:not(:first-child) > .added_to_cart.wc-forward,
.softgate #commentform .btn-group > .btn-group:not(:first-child) > [type=submit],
.softgate ul.wc-tabs li .btn-group > .btn-group:not(:first-child) > a,
.softgate .sg-product-single .entry-summary .btn-group > .btn-group:not(:first-child) > button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group > .btn-group:not(:first-child) > button,
.softgate table.variations td.value .btn-group > .btn-group:not(:first-child) > .reset_variations,
.softgate .woocommerce .btn-group > .btn-group:not(:first-child) > button.button.alt,
.softgate .woocommerce .btn-group > .btn-group:not(:first-child) > button[type=submit],
.softgate .woocommerce .btn-group > .btn-group:not(:first-child) > button.button:disabled,
.softgate .woocommerce .btn-group > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-info .btn-group > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-info .btn-group > .btn-group:not(:first-child) > a.restore-item,
.softgate .woocommerce-error .btn-group > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-error .btn-group > .btn-group:not(:first-child) > a.restore-item,
.softgate .woocommerce-message .btn-group > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-message .btn-group > .btn-group:not(:first-child) > a.restore-item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.softgate .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.softgate .dropdown-toggle-split::after, .dropup .softgate .dropdown-toggle-split::after, .dropend .softgate .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .softgate .dropdown-toggle-split::before {
  margin-right: 0;
}
.softgate .btn-sm + .dropdown-toggle-split, .softgate form.variations_form.cart table.variations td.value .reset_variations + .dropdown-toggle-split, .softgate ul.wc-tabs li a + .dropdown-toggle-split, .softgate .btn-group-sm > .btn + .dropdown-toggle-split, .softgate .woocommerce-notices-wrapper .btn-group-sm > a.button.wc-forward + .dropdown-toggle-split, .softgate .btn-group-sm > .woocommerce_checkout_place_order + .dropdown-toggle-split, .softgate .btn-group-sm > .added_to_cart.wc-forward + .dropdown-toggle-split, .softgate #commentform .btn-group-sm > [type=submit] + .dropdown-toggle-split, .softgate .sg-product-single .entry-summary .btn-group-sm > button[type=submit] + .dropdown-toggle-split, .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-sm > button + .dropdown-toggle-split, .softgate table.variations td.value .btn-group-sm > .reset_variations + .dropdown-toggle-split, .softgate .woocommerce .btn-group-sm > button.button.alt + .dropdown-toggle-split,
.softgate .woocommerce .btn-group-sm > button[type=submit] + .dropdown-toggle-split,
.softgate .woocommerce .btn-group-sm > button.button:disabled + .dropdown-toggle-split, .softgate .woocommerce .btn-group-sm > a.button + .dropdown-toggle-split, .softgate .woocommerce-info .btn-group-sm > a.button + .dropdown-toggle-split,
.softgate .woocommerce-info .btn-group-sm > a.restore-item + .dropdown-toggle-split,
.softgate .woocommerce-error .btn-group-sm > a.button + .dropdown-toggle-split,
.softgate .woocommerce-error .btn-group-sm > a.restore-item + .dropdown-toggle-split,
.softgate .woocommerce-message .btn-group-sm > a.button + .dropdown-toggle-split,
.softgate .woocommerce-message .btn-group-sm > a.restore-item + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.softgate .btn-lg + .dropdown-toggle-split, .softgate .btn-group-lg > .btn + .dropdown-toggle-split, .softgate .woocommerce-notices-wrapper .btn-group-lg > a.button.wc-forward + .dropdown-toggle-split, .softgate .btn-group-lg > .woocommerce_checkout_place_order + .dropdown-toggle-split, .softgate .btn-group-lg > .added_to_cart.wc-forward + .dropdown-toggle-split, .softgate form.variations_form.cart table.variations td.value .btn-group-lg > .reset_variations + .dropdown-toggle-split, .softgate #commentform .btn-group-lg > [type=submit] + .dropdown-toggle-split, .softgate ul.wc-tabs li .btn-group-lg > a + .dropdown-toggle-split, .softgate .sg-product-single .entry-summary .btn-group-lg > button[type=submit] + .dropdown-toggle-split, .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-lg > button + .dropdown-toggle-split, .softgate table.variations td.value .btn-group-lg > .reset_variations + .dropdown-toggle-split, .softgate .woocommerce .btn-group-lg > button.button.alt + .dropdown-toggle-split,
.softgate .woocommerce .btn-group-lg > button[type=submit] + .dropdown-toggle-split,
.softgate .woocommerce .btn-group-lg > button.button:disabled + .dropdown-toggle-split, .softgate .woocommerce .btn-group-lg > a.button + .dropdown-toggle-split, .softgate .woocommerce-info .btn-group-lg > a.button + .dropdown-toggle-split,
.softgate .woocommerce-info .btn-group-lg > a.restore-item + .dropdown-toggle-split,
.softgate .woocommerce-error .btn-group-lg > a.button + .dropdown-toggle-split,
.softgate .woocommerce-error .btn-group-lg > a.restore-item + .dropdown-toggle-split,
.softgate .woocommerce-message .btn-group-lg > a.button + .dropdown-toggle-split,
.softgate .woocommerce-message .btn-group-lg > a.restore-item + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.softgate .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.softgate .btn-group-vertical > .btn, .softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward, .softgate .btn-group-vertical > .woocommerce_checkout_place_order, .softgate .btn-group-vertical > .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations, .softgate #commentform .btn-group-vertical > [type=submit], .softgate ul.wc-tabs li .btn-group-vertical > a, .softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button, .softgate table.variations td.value .btn-group-vertical > .reset_variations, .softgate .woocommerce .btn-group-vertical > button.button.alt, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button:disabled, .softgate .woocommerce .btn-group-vertical > a.button, .softgate .woocommerce-info .btn-group-vertical > a.button,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > a.button,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > a.button,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item,
.softgate .btn-group-vertical > .btn-group {
  width: 100%;
}
.softgate .btn-group-vertical > .btn:not(:first-child), .softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward:not(:first-child), .softgate .btn-group-vertical > .woocommerce_checkout_place_order:not(:first-child), .softgate .btn-group-vertical > .added_to_cart.wc-forward:not(:first-child), .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations:not(:first-child), .softgate #commentform .btn-group-vertical > [type=submit]:not(:first-child), .softgate ul.wc-tabs li .btn-group-vertical > a:not(:first-child), .softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit]:not(:first-child), .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button:not(:first-child), .softgate table.variations td.value .btn-group-vertical > .reset_variations:not(:first-child), .softgate .woocommerce .btn-group-vertical > button.button.alt:not(:first-child),
.softgate .woocommerce .btn-group-vertical > button[type=submit]:not(:first-child),
.softgate .woocommerce .btn-group-vertical > button.button:not(:first-child):disabled, .softgate .woocommerce .btn-group-vertical > a.button:not(:first-child), .softgate .woocommerce-info .btn-group-vertical > a.button:not(:first-child),
.softgate .woocommerce-info .btn-group-vertical > a.restore-item:not(:first-child),
.softgate .woocommerce-error .btn-group-vertical > a.button:not(:first-child),
.softgate .woocommerce-error .btn-group-vertical > a.restore-item:not(:first-child),
.softgate .woocommerce-message .btn-group-vertical > a.button:not(:first-child),
.softgate .woocommerce-message .btn-group-vertical > a.restore-item:not(:first-child),
.softgate .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.softgate .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward:not(:last-child):not(.dropdown-toggle), .softgate .btn-group-vertical > .woocommerce_checkout_place_order:not(:last-child):not(.dropdown-toggle), .softgate .btn-group-vertical > .added_to_cart.wc-forward:not(:last-child):not(.dropdown-toggle), .softgate #commentform .btn-group-vertical > [type=submit]:not(:last-child):not(.dropdown-toggle), .softgate ul.wc-tabs li .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit]:not(:last-child):not(.dropdown-toggle), .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .softgate table.variations td.value .btn-group-vertical > .reset_variations:not(:last-child):not(.dropdown-toggle), .softgate .woocommerce .btn-group-vertical > button.button.alt:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce .btn-group-vertical > button[type=submit]:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce .btn-group-vertical > button.button:not(:last-child):not(.dropdown-toggle):disabled, .softgate .woocommerce .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .softgate .woocommerce-info .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-info .btn-group-vertical > a.restore-item:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-error .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-error .btn-group-vertical > a.restore-item:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-message .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.softgate .woocommerce-message .btn-group-vertical > a.restore-item:not(:last-child):not(.dropdown-toggle),
.softgate .btn-group-vertical > .btn-group:not(:last-child) > .btn,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > .btn-group:not(:last-child) > a.button.wc-forward,
.softgate .btn-group-vertical > .btn-group:not(:last-child) > .woocommerce_checkout_place_order,
.softgate .btn-group-vertical > .btn-group:not(:last-child) > .added_to_cart.wc-forward,
.softgate #commentform .btn-group-vertical > .btn-group:not(:last-child) > [type=submit],
.softgate ul.wc-tabs li .btn-group-vertical > .btn-group:not(:last-child) > a,
.softgate .sg-product-single .entry-summary .btn-group-vertical > .btn-group:not(:last-child) > button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .btn-group:not(:last-child) > button,
.softgate table.variations td.value .btn-group-vertical > .btn-group:not(:last-child) > .reset_variations,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:last-child) > button.button.alt,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:last-child) > button[type=submit],
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:last-child) > button.button:disabled,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-group:not(:last-child) > a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-error .btn-group-vertical > .btn-group:not(:last-child) > a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.softgate .woocommerce-message .btn-group-vertical > .btn-group:not(:last-child) > a.restore-item {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.softgate .btn-group-vertical > .btn ~ .btn, .softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ .btn, .softgate .woocommerce-notices-wrapper .btn-group-vertical > .btn ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ .btn, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > button.button.alt:disabled ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ .btn,
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > button.button.alt:disabled:hover ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ .btn,
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > .btn ~ button.button.alt:disabled, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button.button.alt:disabled, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ button.button.alt:disabled, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > .btn ~ button.button.alt:disabled:hover,
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button.button.alt:disabled:hover,
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > .btn ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button.button.alt:disabled[disabled],
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button.button.alt:disabled[disabled], .softgate .btn-group-vertical > .woocommerce_checkout_place_order ~ .btn, .softgate .woocommerce-notices-wrapper .btn-group-vertical > .woocommerce_checkout_place_order ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ button.button.alt:disabled[disabled], .softgate .btn-group-vertical > .btn ~ .woocommerce_checkout_place_order, .softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ .woocommerce_checkout_place_order, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ .woocommerce_checkout_place_order,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ .woocommerce_checkout_place_order,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ .woocommerce_checkout_place_order, .softgate .btn-group-vertical > .woocommerce_checkout_place_order ~ .woocommerce_checkout_place_order, .softgate .btn-group-vertical > .added_to_cart.wc-forward ~ .btn, .softgate .woocommerce-notices-wrapper .btn-group-vertical > .added_to_cart.wc-forward ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ button.button.alt:disabled[disabled], .softgate .btn-group-vertical > .added_to_cart.wc-forward ~ .woocommerce_checkout_place_order, .softgate .btn-group-vertical > .btn ~ .added_to_cart.wc-forward, .softgate .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ .added_to_cart.wc-forward, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ .added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ .added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ .added_to_cart.wc-forward, .softgate .btn-group-vertical > .woocommerce_checkout_place_order ~ .added_to_cart.wc-forward, .softgate .btn-group-vertical > .added_to_cart.wc-forward ~ .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ .btn, .softgate form.variations_form.cart table.variations td.value .woocommerce-notices-wrapper .btn-group-vertical > .reset_variations ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.button.wc-forward, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt:disabled, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt:disabled,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt:disabled:hover,
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt:disabled:hover,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt:disabled[disabled],
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt:disabled[disabled], .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ .woocommerce_checkout_place_order, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .btn ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ .reset_variations, .softgate .woocommerce-notices-wrapper form.variations_form.cart table.variations td.value .btn-group-vertical > a.button.wc-forward ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > button.button.alt:disabled ~ .reset_variations, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > button.button.alt:disabled ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ .reset_variations,
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > button.button.alt:disabled:hover ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ .reset_variations,
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > button.button.alt:disabled[disabled] ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .woocommerce_checkout_place_order ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .added_to_cart.wc-forward ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ .reset_variations, .softgate #commentform .btn-group-vertical > [type=submit] ~ .btn, .softgate #commentform .woocommerce-notices-wrapper .btn-group-vertical > [type=submit] ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper #commentform .btn-group-vertical > [type=submit] ~ a.button.wc-forward, .softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ button.button.alt:disabled, .softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ button.button.alt:disabled,
.softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ button.button.alt:disabled:hover,
.softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ button.button.alt:disabled:hover,
.softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ button.button.alt:disabled[disabled],
.softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ button.button.alt:disabled[disabled], .softgate #commentform .btn-group-vertical > [type=submit] ~ .woocommerce_checkout_place_order, .softgate #commentform .btn-group-vertical > [type=submit] ~ .added_to_cart.wc-forward, .softgate #commentform form.variations_form.cart table.variations td.value .btn-group-vertical > [type=submit] ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value #commentform .btn-group-vertical > [type=submit] ~ .reset_variations, .softgate #commentform .btn-group-vertical > .btn ~ [type=submit], .softgate #commentform .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ [type=submit], .softgate .woocommerce-notices-wrapper #commentform .btn-group-vertical > a.button.wc-forward ~ [type=submit], .softgate #commentform .woocommerce .btn-group-vertical > button.button.alt:disabled ~ [type=submit], .softgate .woocommerce #commentform .btn-group-vertical > button.button.alt:disabled ~ [type=submit],
.softgate #commentform .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ [type=submit],
.softgate .woocommerce #commentform .btn-group-vertical > button.button.alt:disabled:hover ~ [type=submit],
.softgate #commentform .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ [type=submit],
.softgate .woocommerce #commentform .btn-group-vertical > button.button.alt:disabled[disabled] ~ [type=submit], .softgate #commentform .btn-group-vertical > .woocommerce_checkout_place_order ~ [type=submit], .softgate #commentform .btn-group-vertical > .added_to_cart.wc-forward ~ [type=submit], .softgate #commentform form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ [type=submit], .softgate form.variations_form.cart table.variations td.value #commentform .btn-group-vertical > .reset_variations ~ [type=submit], .softgate #commentform .btn-group-vertical > [type=submit] ~ [type=submit], .softgate ul.wc-tabs li .btn-group-vertical > a ~ .btn, .softgate ul.wc-tabs li .woocommerce-notices-wrapper .btn-group-vertical > a ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper ul.wc-tabs li .btn-group-vertical > a ~ a.button.wc-forward, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ button.button.alt:disabled, .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ button.button.alt:disabled,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ button.button.alt:disabled:hover,
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ button.button.alt:disabled:hover,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ button.button.alt:disabled[disabled],
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ button.button.alt:disabled[disabled], .softgate ul.wc-tabs li .btn-group-vertical > a ~ .woocommerce_checkout_place_order, .softgate ul.wc-tabs li .btn-group-vertical > a ~ .added_to_cart.wc-forward, .softgate ul.wc-tabs li form.variations_form.cart table.variations td.value .btn-group-vertical > a ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value ul.wc-tabs li .btn-group-vertical > a ~ .reset_variations, .softgate ul.wc-tabs li #commentform .btn-group-vertical > a ~ [type=submit], .softgate #commentform ul.wc-tabs li .btn-group-vertical > a ~ [type=submit], .softgate ul.wc-tabs li .btn-group-vertical > .btn ~ a, .softgate ul.wc-tabs li .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a, .softgate .woocommerce-notices-wrapper ul.wc-tabs li .btn-group-vertical > a.button.wc-forward ~ a, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a, .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > button.button.alt:disabled ~ a,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a,
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > button.button.alt:disabled:hover ~ a,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a,
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > button.button.alt:disabled[disabled] ~ a, .softgate ul.wc-tabs li .btn-group-vertical > .woocommerce_checkout_place_order ~ a, .softgate ul.wc-tabs li .btn-group-vertical > .added_to_cart.wc-forward ~ a, .softgate ul.wc-tabs li form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a, .softgate form.variations_form.cart table.variations td.value ul.wc-tabs li .btn-group-vertical > .reset_variations ~ a, .softgate ul.wc-tabs li #commentform .btn-group-vertical > [type=submit] ~ a, .softgate #commentform ul.wc-tabs li .btn-group-vertical > [type=submit] ~ a, .softgate ul.wc-tabs li .btn-group-vertical > a ~ a, .softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ .btn, .softgate .sg-product-single .entry-summary .woocommerce-notices-wrapper .btn-group-vertical > button[type=submit] ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.button.wc-forward, .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled,
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled:hover,
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled:hover,
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled[disabled], .softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ .woocommerce_checkout_place_order, .softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ .added_to_cart.wc-forward, .softgate .sg-product-single .entry-summary form.variations_form.cart table.variations td.value .btn-group-vertical > button[type=submit] ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ .reset_variations, .softgate .sg-product-single .entry-summary #commentform .btn-group-vertical > button[type=submit] ~ [type=submit], .softgate #commentform .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ [type=submit], .softgate .sg-product-single .entry-summary ul.wc-tabs li .btn-group-vertical > button[type=submit] ~ a, .softgate ul.wc-tabs li .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a, .softgate .sg-product-single .entry-summary .btn-group-vertical > .btn ~ button[type=submit], .softgate .sg-product-single .entry-summary .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button[type=submit], .softgate .woocommerce-notices-wrapper .sg-product-single .entry-summary .btn-group-vertical > a.button.wc-forward ~ button[type=submit], .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button[type=submit], .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button.button.alt:disabled ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button[type=submit],
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button.button.alt:disabled:hover ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button[type=submit],
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button.button.alt:disabled[disabled] ~ button[type=submit], .softgate .sg-product-single .entry-summary .btn-group-vertical > .woocommerce_checkout_place_order ~ button[type=submit], .softgate .sg-product-single .entry-summary .btn-group-vertical > .added_to_cart.wc-forward ~ button[type=submit], .softgate .sg-product-single .entry-summary form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button[type=submit], .softgate form.variations_form.cart table.variations td.value .sg-product-single .entry-summary .btn-group-vertical > .reset_variations ~ button[type=submit], .softgate .sg-product-single .entry-summary #commentform .btn-group-vertical > [type=submit] ~ button[type=submit], .softgate #commentform .sg-product-single .entry-summary .btn-group-vertical > [type=submit] ~ button[type=submit], .softgate .sg-product-single .entry-summary ul.wc-tabs li .btn-group-vertical > a ~ button[type=submit], .softgate ul.wc-tabs li .sg-product-single .entry-summary .btn-group-vertical > a ~ button[type=submit], .softgate .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ .btn, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-notices-wrapper .btn-group-vertical > button ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.button.wc-forward, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ button.button.alt:disabled, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button.button.alt:disabled,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ button.button.alt:disabled:hover,
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button.button.alt:disabled:hover,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button.button.alt:disabled[disabled], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ .woocommerce_checkout_place_order, .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ .added_to_cart.wc-forward, .softgate .rm-sidebar .widget .wc-block-product-search__fields form.variations_form.cart table.variations td.value .btn-group-vertical > button ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ .reset_variations, .softgate .rm-sidebar .widget .wc-block-product-search__fields #commentform .btn-group-vertical > button ~ [type=submit], .softgate #commentform .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ [type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields ul.wc-tabs li .btn-group-vertical > button ~ a, .softgate ul.wc-tabs li .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a, .softgate .rm-sidebar .widget .wc-block-product-search__fields .sg-product-single .entry-summary .btn-group-vertical > button ~ button[type=submit], .softgate .sg-product-single .entry-summary .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .btn ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button, .softgate .woocommerce-notices-wrapper .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.button.wc-forward ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button.button.alt:disabled ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button,
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button.button.alt:disabled:hover ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button,
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button.button.alt:disabled[disabled] ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .woocommerce_checkout_place_order ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .added_to_cart.wc-forward ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button, .softgate form.variations_form.cart table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .reset_variations ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields #commentform .btn-group-vertical > [type=submit] ~ button, .softgate #commentform .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > [type=submit] ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields ul.wc-tabs li .btn-group-vertical > a ~ button, .softgate ul.wc-tabs li .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button, .softgate .sg-product-single .entry-summary .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button[type=submit] ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button, .softgate table.variations td.value .btn-group-vertical > .reset_variations ~ .btn, .softgate table.variations td.value .woocommerce-notices-wrapper .btn-group-vertical > .reset_variations ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper table.variations td.value .btn-group-vertical > .reset_variations ~ a.button.wc-forward, .softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt:disabled, .softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt:disabled,
.softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt:disabled:hover,
.softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt:disabled:hover,
.softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt:disabled[disabled],
.softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt:disabled[disabled], .softgate table.variations td.value .btn-group-vertical > .reset_variations ~ .woocommerce_checkout_place_order, .softgate table.variations td.value .btn-group-vertical > .reset_variations ~ .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ .reset_variations, .softgate table.variations td.value #commentform .btn-group-vertical > .reset_variations ~ [type=submit], .softgate #commentform table.variations td.value .btn-group-vertical > .reset_variations ~ [type=submit], .softgate table.variations td.value ul.wc-tabs li .btn-group-vertical > .reset_variations ~ a, .softgate ul.wc-tabs li table.variations td.value .btn-group-vertical > .reset_variations ~ a, .softgate table.variations td.value .sg-product-single .entry-summary .btn-group-vertical > .reset_variations ~ button[type=submit], .softgate .sg-product-single .entry-summary table.variations td.value .btn-group-vertical > .reset_variations ~ button[type=submit], .softgate table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .reset_variations ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields table.variations td.value .btn-group-vertical > .reset_variations ~ button, .softgate table.variations td.value .btn-group-vertical > .btn ~ .reset_variations, .softgate table.variations td.value .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ .reset_variations, .softgate .woocommerce-notices-wrapper table.variations td.value .btn-group-vertical > a.button.wc-forward ~ .reset_variations, .softgate table.variations td.value .woocommerce .btn-group-vertical > button.button.alt:disabled ~ .reset_variations, .softgate .woocommerce table.variations td.value .btn-group-vertical > button.button.alt:disabled ~ .reset_variations,
.softgate table.variations td.value .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ .reset_variations,
.softgate .woocommerce table.variations td.value .btn-group-vertical > button.button.alt:disabled:hover ~ .reset_variations,
.softgate table.variations td.value .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ .reset_variations,
.softgate .woocommerce table.variations td.value .btn-group-vertical > button.button.alt:disabled[disabled] ~ .reset_variations, .softgate table.variations td.value .btn-group-vertical > .woocommerce_checkout_place_order ~ .reset_variations, .softgate table.variations td.value .btn-group-vertical > .added_to_cart.wc-forward ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ .reset_variations, .softgate table.variations td.value #commentform .btn-group-vertical > [type=submit] ~ .reset_variations, .softgate #commentform table.variations td.value .btn-group-vertical > [type=submit] ~ .reset_variations, .softgate table.variations td.value ul.wc-tabs li .btn-group-vertical > a ~ .reset_variations, .softgate ul.wc-tabs li table.variations td.value .btn-group-vertical > a ~ .reset_variations, .softgate table.variations td.value .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ .reset_variations, .softgate .sg-product-single .entry-summary table.variations td.value .btn-group-vertical > button[type=submit] ~ .reset_variations, .softgate table.variations td.value .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ .reset_variations, .softgate .rm-sidebar .widget .wc-block-product-search__fields table.variations td.value .btn-group-vertical > button ~ .reset_variations, .softgate table.variations td.value .btn-group-vertical > .reset_variations ~ .reset_variations, .softgate .woocommerce .btn-group-vertical > button.button.alt ~ .btn, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > button.button.alt ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > button.button.alt ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > button.button.alt ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > button.button.alt ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > button.button.alt ~ button.button.alt:disabled[disabled], .softgate .woocommerce .btn-group-vertical > button.button.alt ~ .woocommerce_checkout_place_order, .softgate .woocommerce .btn-group-vertical > button.button.alt ~ .added_to_cart.wc-forward, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > button.button.alt ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > button.button.alt ~ .reset_variations, .softgate .woocommerce #commentform .btn-group-vertical > button.button.alt ~ [type=submit], .softgate #commentform .woocommerce .btn-group-vertical > button.button.alt ~ [type=submit], .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > button.button.alt ~ a, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > button.button.alt ~ a, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button.button.alt ~ button[type=submit], .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button.button.alt ~ button[type=submit], .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button.button.alt ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button.button.alt ~ button, .softgate .woocommerce table.variations td.value .btn-group-vertical > button.button.alt ~ .reset_variations, .softgate table.variations td.value .woocommerce .btn-group-vertical > button.button.alt ~ .reset_variations, .softgate .woocommerce .btn-group-vertical > .btn ~ button.button.alt, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button.button.alt, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ button.button.alt, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt, .softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ button.button.alt, .softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ button.button.alt, .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ button.button.alt, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ button.button.alt, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button.button.alt, .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button.button.alt, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ button.button.alt, .softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ button.button.alt, .softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > button.button.alt ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > a.button.alt ~ .btn, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.alt ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.alt ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > a.button.alt ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > a.button.alt ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > a.button.alt ~ button.button.alt:disabled[disabled], .softgate .woocommerce .btn-group-vertical > a.button.alt ~ .woocommerce_checkout_place_order, .softgate .woocommerce .btn-group-vertical > a.button.alt ~ .added_to_cart.wc-forward, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > a.button.alt ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > a.button.alt ~ .reset_variations, .softgate .woocommerce #commentform .btn-group-vertical > a.button.alt ~ [type=submit], .softgate #commentform .woocommerce .btn-group-vertical > a.button.alt ~ [type=submit], .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a.button.alt ~ a, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a.button.alt ~ a, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > a.button.alt ~ button[type=submit], .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > a.button.alt ~ button[type=submit], .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.button.alt ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > a.button.alt ~ button, .softgate .woocommerce table.variations td.value .btn-group-vertical > a.button.alt ~ .reset_variations, .softgate table.variations td.value .woocommerce .btn-group-vertical > a.button.alt ~ .reset_variations, .softgate .woocommerce .btn-group-vertical > a.button.alt ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > .btn ~ a.button.alt, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.button.alt, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ a.button.alt, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.button.alt, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ a.button.alt, .softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ a.button.alt, .softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ a.button.alt, .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ a.button.alt, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ a.button.alt, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.button.alt, .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ a.button.alt, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.button.alt, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ a.button.alt, .softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ a.button.alt, .softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > button.button.alt ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > a.button.alt ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ .btn, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button.button.alt:disabled[disabled], .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ .woocommerce_checkout_place_order, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ .added_to_cart.wc-forward, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > a.added_to_cart.wc-forward ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ .reset_variations, .softgate .woocommerce #commentform .btn-group-vertical > a.added_to_cart.wc-forward ~ [type=submit], .softgate #commentform .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ [type=submit], .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a.added_to_cart.wc-forward ~ a, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > a.added_to_cart.wc-forward ~ button[type=submit], .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button[type=submit], .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.added_to_cart.wc-forward ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button, .softgate .woocommerce table.variations td.value .btn-group-vertical > a.added_to_cart.wc-forward ~ .reset_variations, .softgate table.variations td.value .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ .reset_variations, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button.alt,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ .btn,
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > button[type=submit] ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > button[type=submit] ~ a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ .woocommerce_checkout_place_order,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ .added_to_cart.wc-forward,
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > button[type=submit] ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > button[type=submit] ~ .reset_variations,
.softgate .woocommerce #commentform .btn-group-vertical > button[type=submit] ~ [type=submit],
.softgate #commentform .woocommerce .btn-group-vertical > button[type=submit] ~ [type=submit],
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > button[type=submit] ~ a,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > button[type=submit] ~ a,
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button[type=submit],
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button[type=submit] ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button[type=submit] ~ button,
.softgate .woocommerce table.variations td.value .btn-group-vertical > button[type=submit] ~ .reset_variations,
.softgate table.variations td.value .woocommerce .btn-group-vertical > button[type=submit] ~ .reset_variations,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ button.button.alt,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ a.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ .btn,
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > button.button:disabled ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > button.button:disabled ~ a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ .woocommerce_checkout_place_order,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ .added_to_cart.wc-forward,
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > button.button:disabled ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > button.button:disabled ~ .reset_variations,
.softgate .woocommerce #commentform .btn-group-vertical > button.button:disabled ~ [type=submit],
.softgate #commentform .woocommerce .btn-group-vertical > button.button:disabled ~ [type=submit],
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > button.button:disabled ~ a,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > button.button:disabled ~ a,
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button.button:disabled ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button.button:disabled ~ button[type=submit],
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button.button:disabled ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button.button:disabled ~ button,
.softgate .woocommerce table.variations td.value .btn-group-vertical > button.button:disabled ~ .reset_variations,
.softgate table.variations td.value .woocommerce .btn-group-vertical > button.button:disabled ~ .reset_variations,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ button.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ a.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ .btn,
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > button.button:disabled[disabled] ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ .woocommerce_checkout_place_order,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ .added_to_cart.wc-forward,
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > button.button:disabled[disabled] ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ .reset_variations,
.softgate .woocommerce #commentform .btn-group-vertical > button.button:disabled[disabled] ~ [type=submit],
.softgate #commentform .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ [type=submit],
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > button.button:disabled[disabled] ~ a,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a,
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button.button:disabled[disabled] ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button[type=submit],
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button.button:disabled[disabled] ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button,
.softgate .woocommerce table.variations td.value .btn-group-vertical > button.button:disabled[disabled] ~ .reset_variations,
.softgate table.variations td.value .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ .reset_variations,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button.button.alt,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > .btn ~ a.added_to_cart.wc-forward, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.added_to_cart.wc-forward, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ a.added_to_cart.wc-forward, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.added_to_cart.wc-forward, .softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ a.added_to_cart.wc-forward, .softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ a.added_to_cart.wc-forward, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ a.added_to_cart.wc-forward, .softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ a.added_to_cart.wc-forward, .softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ a.added_to_cart.wc-forward, .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ a.added_to_cart.wc-forward, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ a.added_to_cart.wc-forward, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.added_to_cart.wc-forward, .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ a.added_to_cart.wc-forward, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.added_to_cart.wc-forward, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ a.added_to_cart.wc-forward, .softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ a.added_to_cart.wc-forward, .softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ a.added_to_cart.wc-forward, .softgate .woocommerce .btn-group-vertical > button.button.alt ~ a.added_to_cart.wc-forward, .softgate .woocommerce .btn-group-vertical > a.button.alt ~ a.added_to_cart.wc-forward, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > .btn ~ button[type=submit],
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button[type=submit],
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ button[type=submit],
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button[type=submit],
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button[type=submit],
.softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ button[type=submit],
.softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ button[type=submit],
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ button[type=submit],
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ button[type=submit],
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button[type=submit],
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ button[type=submit],
.softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ button[type=submit],
.softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button.alt ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > a.button.alt ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > .btn ~ button.button:disabled,
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button.button:disabled,
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ button.button:disabled,
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button.button:disabled,
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button:disabled,
.softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ button.button:disabled,
.softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ button.button:disabled,
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ button.button:disabled,
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ button.button:disabled,
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button.button:disabled,
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button.button:disabled,
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button.button:disabled,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ button.button:disabled,
.softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ button.button:disabled,
.softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > button.button.alt ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > a.button.alt ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > .btn ~ button.button:disabled[disabled],
.softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ button.button:disabled[disabled],
.softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ button.button:disabled[disabled],
.softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ button.button:disabled[disabled],
.softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button:disabled[disabled],
.softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ button.button:disabled[disabled],
.softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ button.button:disabled[disabled],
.softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ button.button:disabled[disabled],
.softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ button.button:disabled[disabled],
.softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ button.button:disabled[disabled],
.softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ button.button:disabled[disabled],
.softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ button.button:disabled[disabled],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ button.button:disabled[disabled],
.softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ button.button:disabled[disabled],
.softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button.alt ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > a.button.alt ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ button.button:disabled[disabled], .softgate .woocommerce .btn-group-vertical > a.button ~ .btn, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button ~ a.button.wc-forward, .softgate .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled[disabled], .softgate .woocommerce .btn-group-vertical > a.button ~ .woocommerce_checkout_place_order, .softgate .woocommerce .btn-group-vertical > a.button ~ .added_to_cart.wc-forward, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > a.button ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > a.button ~ .reset_variations, .softgate .woocommerce #commentform .btn-group-vertical > a.button ~ [type=submit], .softgate #commentform .woocommerce .btn-group-vertical > a.button ~ [type=submit], .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a.button ~ a, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a.button ~ a, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > a.button ~ button[type=submit], .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > a.button ~ button[type=submit], .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.button ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > a.button ~ button, .softgate .woocommerce table.variations td.value .btn-group-vertical > a.button ~ .reset_variations, .softgate table.variations td.value .woocommerce .btn-group-vertical > a.button ~ .reset_variations, .softgate .woocommerce .btn-group-vertical > a.button ~ button.button.alt, .softgate .woocommerce .btn-group-vertical > a.button ~ a.button.alt, .softgate .woocommerce .btn-group-vertical > a.button ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce .btn-group-vertical > a.button ~ button.button:disabled,
.softgate .woocommerce .btn-group-vertical > a.button ~ button.button:disabled[disabled], .softgate .woocommerce .btn-group-vertical > .btn ~ a.button, .softgate .woocommerce .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.button, .softgate .woocommerce-notices-wrapper .woocommerce .btn-group-vertical > a.button.wc-forward ~ a.button, .softgate .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.button,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.button,
.softgate .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button, .softgate .woocommerce .btn-group-vertical > .woocommerce_checkout_place_order ~ a.button, .softgate .woocommerce .btn-group-vertical > .added_to_cart.wc-forward ~ a.button, .softgate .woocommerce form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.button, .softgate form.variations_form.cart table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ a.button, .softgate .woocommerce #commentform .btn-group-vertical > [type=submit] ~ a.button, .softgate #commentform .woocommerce .btn-group-vertical > [type=submit] ~ a.button, .softgate .woocommerce ul.wc-tabs li .btn-group-vertical > a ~ a.button, .softgate ul.wc-tabs li .woocommerce .btn-group-vertical > a ~ a.button, .softgate .woocommerce .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.button, .softgate .sg-product-single .entry-summary .woocommerce .btn-group-vertical > button[type=submit] ~ a.button, .softgate .woocommerce .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce .btn-group-vertical > button ~ a.button, .softgate .woocommerce table.variations td.value .btn-group-vertical > .reset_variations ~ a.button, .softgate table.variations td.value .woocommerce .btn-group-vertical > .reset_variations ~ a.button, .softgate .woocommerce .btn-group-vertical > button.button.alt ~ a.button, .softgate .woocommerce .btn-group-vertical > a.button.alt ~ a.button, .softgate .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce .btn-group-vertical > button.button:disabled ~ a.button,
.softgate .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.button, .softgate .woocommerce .btn-group-vertical > a.button ~ a.button, .softgate .woocommerce-info .btn-group-vertical > a.button ~ .btn, .softgate .woocommerce-info .woocommerce-notices-wrapper .btn-group-vertical > a.button ~ a.button.wc-forward, .softgate .woocommerce-notices-wrapper .woocommerce-info .btn-group-vertical > a.button ~ a.button.wc-forward, .softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled, .softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ button.button.alt:disabled,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled:hover,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ button.button.alt:disabled:hover,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ button.button.alt:disabled[disabled], .softgate .woocommerce-info .btn-group-vertical > a.button ~ .woocommerce_checkout_place_order, .softgate .woocommerce-info .btn-group-vertical > a.button ~ .added_to_cart.wc-forward, .softgate .woocommerce-info form.variations_form.cart table.variations td.value .btn-group-vertical > a.button ~ .reset_variations, .softgate form.variations_form.cart table.variations td.value .woocommerce-info .btn-group-vertical > a.button ~ .reset_variations, .softgate .woocommerce-info #commentform .btn-group-vertical > a.button ~ [type=submit], .softgate #commentform .woocommerce-info .btn-group-vertical > a.button ~ [type=submit], .softgate .woocommerce-info ul.wc-tabs li .btn-group-vertical > a.button ~ a, .softgate ul.wc-tabs li .woocommerce-info .btn-group-vertical > a.button ~ a, .softgate .woocommerce-info .sg-product-single .entry-summary .btn-group-vertical > a.button ~ button[type=submit], .softgate .sg-product-single .entry-summary .woocommerce-info .btn-group-vertical > a.button ~ button[type=submit], .softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.button ~ button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info .btn-group-vertical > a.button ~ button, .softgate .woocommerce-info table.variations td.value .btn-group-vertical > a.button ~ .reset_variations, .softgate table.variations td.value .woocommerce-info .btn-group-vertical > a.button ~ .reset_variations, .softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ button.button.alt, .softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ button.button.alt, .softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ a.button.alt, .softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ a.button.alt, .softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ a.added_to_cart.wc-forward, .softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ a.added_to_cart.wc-forward,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ button.button:disabled,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ button.button:disabled,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button ~ button.button:disabled[disabled],
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button ~ button.button:disabled[disabled],
.softgate .woocommerce-info .btn-group-vertical > a.restore-item ~ .btn,
.softgate .woocommerce-info .woocommerce-notices-wrapper .btn-group-vertical > a.restore-item ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce-info .btn-group-vertical > a.restore-item ~ a.button.wc-forward,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ button.button.alt:disabled,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled:hover,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ button.button.alt:disabled:hover,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ button.button.alt:disabled[disabled],
.softgate .woocommerce-info .btn-group-vertical > a.restore-item ~ .woocommerce_checkout_place_order,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item ~ .added_to_cart.wc-forward,
.softgate .woocommerce-info form.variations_form.cart table.variations td.value .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce-info .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate .woocommerce-info #commentform .btn-group-vertical > a.restore-item ~ [type=submit],
.softgate #commentform .woocommerce-info .btn-group-vertical > a.restore-item ~ [type=submit],
.softgate .woocommerce-info ul.wc-tabs li .btn-group-vertical > a.restore-item ~ a,
.softgate ul.wc-tabs li .woocommerce-info .btn-group-vertical > a.restore-item ~ a,
.softgate .woocommerce-info .sg-product-single .entry-summary .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce-info .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.restore-item ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info .btn-group-vertical > a.restore-item ~ button,
.softgate .woocommerce-info table.variations td.value .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate table.variations td.value .woocommerce-info .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ button.button.alt,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ a.button.alt,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ a.button.alt,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ a.added_to_cart.wc-forward,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ button.button:disabled,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ button.button:disabled,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.restore-item ~ button.button:disabled[disabled],
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.restore-item ~ button.button:disabled[disabled],
.softgate .woocommerce-error .btn-group-vertical > a.button ~ .btn,
.softgate .woocommerce-error .woocommerce-notices-wrapper .btn-group-vertical > a.button ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce-error .btn-group-vertical > a.button ~ a.button.wc-forward,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ button.button.alt:disabled,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled:hover,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ button.button.alt:disabled:hover,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ button.button.alt:disabled[disabled],
.softgate .woocommerce-error .btn-group-vertical > a.button ~ .woocommerce_checkout_place_order,
.softgate .woocommerce-error .btn-group-vertical > a.button ~ .added_to_cart.wc-forward,
.softgate .woocommerce-error form.variations_form.cart table.variations td.value .btn-group-vertical > a.button ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce-error .btn-group-vertical > a.button ~ .reset_variations,
.softgate .woocommerce-error #commentform .btn-group-vertical > a.button ~ [type=submit],
.softgate #commentform .woocommerce-error .btn-group-vertical > a.button ~ [type=submit],
.softgate .woocommerce-error ul.wc-tabs li .btn-group-vertical > a.button ~ a,
.softgate ul.wc-tabs li .woocommerce-error .btn-group-vertical > a.button ~ a,
.softgate .woocommerce-error .sg-product-single .entry-summary .btn-group-vertical > a.button ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce-error .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.button ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error .btn-group-vertical > a.button ~ button,
.softgate .woocommerce-error table.variations td.value .btn-group-vertical > a.button ~ .reset_variations,
.softgate table.variations td.value .woocommerce-error .btn-group-vertical > a.button ~ .reset_variations,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ button.button.alt,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ button.button.alt,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ a.button.alt,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ a.button.alt,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ a.added_to_cart.wc-forward,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ button.button:disabled,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ button.button:disabled,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button ~ button.button:disabled[disabled],
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button ~ button.button:disabled[disabled],
.softgate .woocommerce-error .btn-group-vertical > a.restore-item ~ .btn,
.softgate .woocommerce-error .woocommerce-notices-wrapper .btn-group-vertical > a.restore-item ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce-error .btn-group-vertical > a.restore-item ~ a.button.wc-forward,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ button.button.alt:disabled,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled:hover,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ button.button.alt:disabled:hover,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ button.button.alt:disabled[disabled],
.softgate .woocommerce-error .btn-group-vertical > a.restore-item ~ .woocommerce_checkout_place_order,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item ~ .added_to_cart.wc-forward,
.softgate .woocommerce-error form.variations_form.cart table.variations td.value .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce-error .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate .woocommerce-error #commentform .btn-group-vertical > a.restore-item ~ [type=submit],
.softgate #commentform .woocommerce-error .btn-group-vertical > a.restore-item ~ [type=submit],
.softgate .woocommerce-error ul.wc-tabs li .btn-group-vertical > a.restore-item ~ a,
.softgate ul.wc-tabs li .woocommerce-error .btn-group-vertical > a.restore-item ~ a,
.softgate .woocommerce-error .sg-product-single .entry-summary .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce-error .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.restore-item ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error .btn-group-vertical > a.restore-item ~ button,
.softgate .woocommerce-error table.variations td.value .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate table.variations td.value .woocommerce-error .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ button.button.alt,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ a.button.alt,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ a.button.alt,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ a.added_to_cart.wc-forward,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ button.button:disabled,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ button.button:disabled,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.restore-item ~ button.button:disabled[disabled],
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.restore-item ~ button.button:disabled[disabled],
.softgate .woocommerce-message .btn-group-vertical > a.button ~ .btn,
.softgate .woocommerce-message .woocommerce-notices-wrapper .btn-group-vertical > a.button ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ a.button.wc-forward,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ button.button.alt:disabled,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled:hover,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ button.button.alt:disabled:hover,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ button.button.alt:disabled[disabled],
.softgate .woocommerce-message .btn-group-vertical > a.button ~ .woocommerce_checkout_place_order,
.softgate .woocommerce-message .btn-group-vertical > a.button ~ .added_to_cart.wc-forward,
.softgate .woocommerce-message form.variations_form.cart table.variations td.value .btn-group-vertical > a.button ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce-message .btn-group-vertical > a.button ~ .reset_variations,
.softgate .woocommerce-message #commentform .btn-group-vertical > a.button ~ [type=submit],
.softgate #commentform .woocommerce-message .btn-group-vertical > a.button ~ [type=submit],
.softgate .woocommerce-message ul.wc-tabs li .btn-group-vertical > a.button ~ a,
.softgate ul.wc-tabs li .woocommerce-message .btn-group-vertical > a.button ~ a,
.softgate .woocommerce-message .sg-product-single .entry-summary .btn-group-vertical > a.button ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce-message .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.button ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message .btn-group-vertical > a.button ~ button,
.softgate .woocommerce-message table.variations td.value .btn-group-vertical > a.button ~ .reset_variations,
.softgate table.variations td.value .woocommerce-message .btn-group-vertical > a.button ~ .reset_variations,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ button.button.alt,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ button.button.alt,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ a.button.alt,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ a.button.alt,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ a.added_to_cart.wc-forward,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ button[type=submit],
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ button.button:disabled,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ button.button:disabled,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button ~ button.button:disabled[disabled],
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button ~ button.button:disabled[disabled],
.softgate .woocommerce-message .btn-group-vertical > a.restore-item ~ .btn,
.softgate .woocommerce-message .woocommerce-notices-wrapper .btn-group-vertical > a.restore-item ~ a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.restore-item ~ a.button.wc-forward,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ button.button.alt:disabled,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled:hover,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ button.button.alt:disabled:hover,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt:disabled[disabled],
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ button.button.alt:disabled[disabled],
.softgate .woocommerce-message .btn-group-vertical > a.restore-item ~ .woocommerce_checkout_place_order,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item ~ .added_to_cart.wc-forward,
.softgate .woocommerce-message form.variations_form.cart table.variations td.value .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce-message .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate .woocommerce-message #commentform .btn-group-vertical > a.restore-item ~ [type=submit],
.softgate #commentform .woocommerce-message .btn-group-vertical > a.restore-item ~ [type=submit],
.softgate .woocommerce-message ul.wc-tabs li .btn-group-vertical > a.restore-item ~ a,
.softgate ul.wc-tabs li .woocommerce-message .btn-group-vertical > a.restore-item ~ a,
.softgate .woocommerce-message .sg-product-single .entry-summary .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce-message .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > a.restore-item ~ button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message .btn-group-vertical > a.restore-item ~ button,
.softgate .woocommerce-message table.variations td.value .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate table.variations td.value .woocommerce-message .btn-group-vertical > a.restore-item ~ .reset_variations,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ button.button.alt,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ button.button.alt,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ a.button.alt,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ a.button.alt,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ a.added_to_cart.wc-forward,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ a.added_to_cart.wc-forward,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ button[type=submit],
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ button.button:disabled,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ button.button:disabled,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.restore-item ~ button.button:disabled[disabled],
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.restore-item ~ button.button:disabled[disabled], .softgate .woocommerce-info .btn-group-vertical > .btn ~ a.button, .softgate .woocommerce-info .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.button, .softgate .woocommerce-notices-wrapper .woocommerce-info .btn-group-vertical > a.button.wc-forward ~ a.button, .softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.button, .softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt:disabled ~ a.button,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.button,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt:disabled:hover ~ a.button,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button, .softgate .woocommerce-info .btn-group-vertical > .woocommerce_checkout_place_order ~ a.button, .softgate .woocommerce-info .btn-group-vertical > .added_to_cart.wc-forward ~ a.button, .softgate .woocommerce-info form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.button, .softgate form.variations_form.cart table.variations td.value .woocommerce-info .btn-group-vertical > .reset_variations ~ a.button, .softgate .woocommerce-info #commentform .btn-group-vertical > [type=submit] ~ a.button, .softgate #commentform .woocommerce-info .btn-group-vertical > [type=submit] ~ a.button, .softgate .woocommerce-info ul.wc-tabs li .btn-group-vertical > a ~ a.button, .softgate ul.wc-tabs li .woocommerce-info .btn-group-vertical > a ~ a.button, .softgate .woocommerce-info .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.button, .softgate .sg-product-single .entry-summary .woocommerce-info .btn-group-vertical > button[type=submit] ~ a.button, .softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.button, .softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info .btn-group-vertical > button ~ a.button, .softgate .woocommerce-info table.variations td.value .btn-group-vertical > .reset_variations ~ a.button, .softgate table.variations td.value .woocommerce-info .btn-group-vertical > .reset_variations ~ a.button, .softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt ~ a.button, .softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt ~ a.button, .softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button.alt ~ a.button, .softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button.alt ~ a.button, .softgate .woocommerce-info .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button, .softgate .woocommerce .woocommerce-info .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button:disabled ~ a.button,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button:disabled ~ a.button,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.button,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button:disabled[disabled] ~ a.button, .softgate .woocommerce-info .btn-group-vertical > a.button ~ a.button,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item ~ a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn ~ a.restore-item,
.softgate .woocommerce-info .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.restore-item,
.softgate .woocommerce-notices-wrapper .woocommerce-info .btn-group-vertical > a.button.wc-forward ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt:disabled ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt:disabled:hover ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce-info .btn-group-vertical > .woocommerce_checkout_place_order ~ a.restore-item,
.softgate .woocommerce-info .btn-group-vertical > .added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce-info form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate form.variations_form.cart table.variations td.value .woocommerce-info .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate .woocommerce-info #commentform .btn-group-vertical > [type=submit] ~ a.restore-item,
.softgate #commentform .woocommerce-info .btn-group-vertical > [type=submit] ~ a.restore-item,
.softgate .woocommerce-info ul.wc-tabs li .btn-group-vertical > a ~ a.restore-item,
.softgate ul.wc-tabs li .woocommerce-info .btn-group-vertical > a ~ a.restore-item,
.softgate .woocommerce-info .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .sg-product-single .entry-summary .woocommerce-info .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce-info .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.restore-item,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-info .btn-group-vertical > button ~ a.restore-item,
.softgate .woocommerce-info table.variations td.value .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate table.variations td.value .woocommerce-info .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button.alt ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button.alt ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.button.alt ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.button.alt ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > a.added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button:disabled ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button:disabled ~ a.restore-item,
.softgate .woocommerce-info .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce .woocommerce-info .btn-group-vertical > button.button:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce-info .btn-group-vertical > a.button ~ a.restore-item,
.softgate .woocommerce-info .btn-group-vertical > a.restore-item ~ a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > .btn ~ a.button,
.softgate .woocommerce-error .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.button,
.softgate .woocommerce-notices-wrapper .woocommerce-error .btn-group-vertical > a.button.wc-forward ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt:disabled ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt:disabled:hover ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button,
.softgate .woocommerce-error .btn-group-vertical > .woocommerce_checkout_place_order ~ a.button,
.softgate .woocommerce-error .btn-group-vertical > .added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce-error form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.button,
.softgate form.variations_form.cart table.variations td.value .woocommerce-error .btn-group-vertical > .reset_variations ~ a.button,
.softgate .woocommerce-error #commentform .btn-group-vertical > [type=submit] ~ a.button,
.softgate #commentform .woocommerce-error .btn-group-vertical > [type=submit] ~ a.button,
.softgate .woocommerce-error ul.wc-tabs li .btn-group-vertical > a ~ a.button,
.softgate ul.wc-tabs li .woocommerce-error .btn-group-vertical > a ~ a.button,
.softgate .woocommerce-error .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .sg-product-single .entry-summary .woocommerce-error .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error .btn-group-vertical > button ~ a.button,
.softgate .woocommerce-error table.variations td.value .btn-group-vertical > .reset_variations ~ a.button,
.softgate table.variations td.value .woocommerce-error .btn-group-vertical > .reset_variations ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button.alt ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button.alt ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button:disabled ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button:disabled ~ a.button,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.button,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button:disabled[disabled] ~ a.button,
.softgate .woocommerce-error .btn-group-vertical > a.button ~ a.button,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item ~ a.button,
.softgate .woocommerce-error .btn-group-vertical > .btn ~ a.restore-item,
.softgate .woocommerce-error .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.restore-item,
.softgate .woocommerce-notices-wrapper .woocommerce-error .btn-group-vertical > a.button.wc-forward ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt:disabled ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt:disabled:hover ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > .woocommerce_checkout_place_order ~ a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > .added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce-error form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate form.variations_form.cart table.variations td.value .woocommerce-error .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate .woocommerce-error #commentform .btn-group-vertical > [type=submit] ~ a.restore-item,
.softgate #commentform .woocommerce-error .btn-group-vertical > [type=submit] ~ a.restore-item,
.softgate .woocommerce-error ul.wc-tabs li .btn-group-vertical > a ~ a.restore-item,
.softgate ul.wc-tabs li .woocommerce-error .btn-group-vertical > a ~ a.restore-item,
.softgate .woocommerce-error .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .sg-product-single .entry-summary .woocommerce-error .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce-error .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.restore-item,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-error .btn-group-vertical > button ~ a.restore-item,
.softgate .woocommerce-error table.variations td.value .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate table.variations td.value .woocommerce-error .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button.alt ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button.alt ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.button.alt ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.button.alt ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > a.added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button:disabled ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button:disabled ~ a.restore-item,
.softgate .woocommerce-error .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce .woocommerce-error .btn-group-vertical > button.button:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > a.button ~ a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > a.restore-item ~ a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > .btn ~ a.button,
.softgate .woocommerce-message .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.button,
.softgate .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button.wc-forward ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt:disabled ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt:disabled:hover ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.button,
.softgate .woocommerce-message .btn-group-vertical > .woocommerce_checkout_place_order ~ a.button,
.softgate .woocommerce-message .btn-group-vertical > .added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce-message form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.button,
.softgate form.variations_form.cart table.variations td.value .woocommerce-message .btn-group-vertical > .reset_variations ~ a.button,
.softgate .woocommerce-message #commentform .btn-group-vertical > [type=submit] ~ a.button,
.softgate #commentform .woocommerce-message .btn-group-vertical > [type=submit] ~ a.button,
.softgate .woocommerce-message ul.wc-tabs li .btn-group-vertical > a ~ a.button,
.softgate ul.wc-tabs li .woocommerce-message .btn-group-vertical > a ~ a.button,
.softgate .woocommerce-message .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .sg-product-single .entry-summary .woocommerce-message .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message .btn-group-vertical > button ~ a.button,
.softgate .woocommerce-message table.variations td.value .btn-group-vertical > .reset_variations ~ a.button,
.softgate table.variations td.value .woocommerce-message .btn-group-vertical > .reset_variations ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button.alt ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button.alt ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.added_to_cart.wc-forward ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button[type=submit] ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button:disabled ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button:disabled ~ a.button,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.button,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button:disabled[disabled] ~ a.button,
.softgate .woocommerce-message .btn-group-vertical > a.button ~ a.button,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item ~ a.button,
.softgate .woocommerce-message .btn-group-vertical > .btn ~ a.restore-item,
.softgate .woocommerce-message .woocommerce-notices-wrapper .btn-group-vertical > a.button.wc-forward ~ a.restore-item,
.softgate .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button.wc-forward ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt:disabled ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt:disabled ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt:disabled:hover ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt:disabled:hover ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > .woocommerce_checkout_place_order ~ a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > .added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce-message form.variations_form.cart table.variations td.value .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate form.variations_form.cart table.variations td.value .woocommerce-message .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate .woocommerce-message #commentform .btn-group-vertical > [type=submit] ~ a.restore-item,
.softgate #commentform .woocommerce-message .btn-group-vertical > [type=submit] ~ a.restore-item,
.softgate .woocommerce-message ul.wc-tabs li .btn-group-vertical > a ~ a.restore-item,
.softgate ul.wc-tabs li .woocommerce-message .btn-group-vertical > a ~ a.restore-item,
.softgate .woocommerce-message .sg-product-single .entry-summary .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .sg-product-single .entry-summary .woocommerce-message .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce-message .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > button ~ a.restore-item,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce-message .btn-group-vertical > button ~ a.restore-item,
.softgate .woocommerce-message table.variations td.value .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate table.variations td.value .woocommerce-message .btn-group-vertical > .reset_variations ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button.alt ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button.alt ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.button.alt ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.button.alt ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > a.added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > a.added_to_cart.wc-forward ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button[type=submit] ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button:disabled ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button:disabled ~ a.restore-item,
.softgate .woocommerce-message .woocommerce .btn-group-vertical > button.button:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce .woocommerce-message .btn-group-vertical > button.button:disabled[disabled] ~ a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > a.button ~ a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > a.restore-item ~ a.restore-item,
.softgate .btn-group-vertical > .btn-group:not(:first-child) > .btn,
.softgate .woocommerce-notices-wrapper .btn-group-vertical > .btn-group:not(:first-child) > a.button.wc-forward,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button.alt:disabled,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button.alt:disabled:hover,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button.alt:disabled[disabled],
.softgate .btn-group-vertical > .btn-group:not(:first-child) > .woocommerce_checkout_place_order,
.softgate .btn-group-vertical > .btn-group:not(:first-child) > .added_to_cart.wc-forward,
.softgate form.variations_form.cart table.variations td.value .btn-group-vertical > .btn-group:not(:first-child) > .reset_variations,
.softgate #commentform .btn-group-vertical > .btn-group:not(:first-child) > [type=submit],
.softgate ul.wc-tabs li .btn-group-vertical > .btn-group:not(:first-child) > a,
.softgate .sg-product-single .entry-summary .btn-group-vertical > .btn-group:not(:first-child) > button[type=submit],
.softgate .rm-sidebar .widget .wc-block-product-search__fields .btn-group-vertical > .btn-group:not(:first-child) > button,
.softgate table.variations td.value .btn-group-vertical > .btn-group:not(:first-child) > .reset_variations,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button.alt,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > a.button.alt,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > a.added_to_cart.wc-forward,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button[type=submit],
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button:disabled,
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button:disabled[disabled],
.softgate .woocommerce .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-info .btn-group-vertical > .btn-group:not(:first-child) > a.restore-item,
.softgate .woocommerce-error .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-error .btn-group-vertical > .btn-group:not(:first-child) > a.restore-item,
.softgate .woocommerce-message .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.softgate .woocommerce-message .btn-group-vertical > .btn-group:not(:first-child) > a.restore-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.softgate .nav, .softgate ul.wc-tabs, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul {
  --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: #546E7A;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.softgate .nav-link, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: var(--#131313);
  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);
  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) {
  .softgate .nav-link, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    transition: none;
  }
}
.softgate .nav-link:hover, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .softgate .nav-link:focus, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus {
  color: var(--#0f0f0f);
}
.softgate .nav-link.disabled, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.softgate .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #90A4AE;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #B0BEC5 #B0BEC5 #90A4AE;
  --bs-nav-tabs-link-active-color: #455A64;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #90A4AE #90A4AE #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.softgate .nav-tabs .nav-link, .softgate .nav-tabs .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-tabs a {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: rgba(255, 255, 255, 0);
  color: #263238;
  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);
}
.softgate .nav-tabs .nav-link:hover, .softgate .nav-tabs .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-tabs a:hover, .softgate .nav-tabs .nav-link:focus, .softgate .nav-tabs .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-tabs a:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.softgate .nav-tabs .nav-link.disabled, .softgate .nav-tabs .woocommerce nav.woocommerce-MyAccount-navigation ul li a.disabled, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-tabs a.disabled, .softgate .nav-tabs .nav-link:disabled, .softgate .nav-tabs .woocommerce nav.woocommerce-MyAccount-navigation ul li a:disabled, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-tabs a:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.softgate .nav-tabs .nav-link.active, .softgate .nav-tabs .woocommerce nav.woocommerce-MyAccount-navigation ul li a.active, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-tabs a.active,
.softgate .nav-tabs .nav-item.show .nav-link,
.softgate .nav-tabs ul.wc-tabs li.show .nav-link,
.softgate ul.wc-tabs .nav-tabs li.show .nav-link,
.softgate .nav-tabs .nav-item.show .woocommerce nav.woocommerce-MyAccount-navigation ul li a,
.softgate .nav-tabs ul.wc-tabs li.show .woocommerce nav.woocommerce-MyAccount-navigation ul li a,
.softgate ul.wc-tabs .nav-tabs li.show .woocommerce nav.woocommerce-MyAccount-navigation ul li a,
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-tabs .nav-item.show a,
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul.wc-tabs li .nav-tabs li.show a {
  color: #263238;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.softgate .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.softgate .nav-pills, .softgate ul.wc-tabs, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #131313;
}
.softgate .nav-pills .nav-link, .softgate ul.wc-tabs .nav-link, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul .nav-link, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.softgate .nav-pills .nav-link:disabled, .softgate ul.wc-tabs .nav-link:disabled, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul .nav-link:disabled, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.softgate .nav-pills .nav-link.active, .softgate ul.wc-tabs .nav-link.active, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul .nav-link.active, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a.active,
.softgate .nav-pills .show > .nav-link,
.softgate ul.wc-tabs .show > .nav-link,
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul .show > .nav-link,
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .show > a {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.softgate .nav-fill > .nav-link, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-fill > a,
.softgate .nav-fill .nav-item,
.softgate .nav-fill ul.wc-tabs li,
.softgate ul.wc-tabs .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}
.softgate .nav-justified > .nav-link, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-justified > a,
.softgate .nav-justified .nav-item,
.softgate .nav-justified ul.wc-tabs li,
.softgate ul.wc-tabs .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.softgate .nav-fill .nav-item .nav-link, .softgate .nav-fill ul.wc-tabs li .nav-link, .softgate ul.wc-tabs .nav-fill li .nav-link, .softgate .nav-fill .nav-item .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .nav-fill ul.wc-tabs li .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate ul.wc-tabs .nav-fill li .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-fill .nav-item a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul.wc-tabs li .nav-fill li a,
.softgate .nav-justified .nav-item .nav-link,
.softgate .nav-justified ul.wc-tabs li .nav-link,
.softgate ul.wc-tabs .nav-justified li .nav-link,
.softgate .nav-justified .nav-item .woocommerce nav.woocommerce-MyAccount-navigation ul li a,
.softgate .nav-justified ul.wc-tabs li .woocommerce nav.woocommerce-MyAccount-navigation ul li a,
.softgate ul.wc-tabs .nav-justified li .woocommerce nav.woocommerce-MyAccount-navigation ul li a,
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .nav-justified .nav-item a,
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul.wc-tabs li .nav-justified li a {
  width: 100%;
}
.softgate .tab-content > .tab-pane {
  display: none;
}
.softgate .tab-content > .active {
  display: block;
}
.softgate .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(19, 19, 19, 0.55);
  --bs-navbar-hover-color: rgba(19, 19, 19, 0.7);
  --bs-navbar-disabled-color: rgba(19, 19, 19, 0.3);
  --bs-navbar-active-color: rgba(19, 19, 19, 0.9);
  --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(19, 19, 19, 0.9);
  --bs-navbar-brand-hover-color: rgba(19, 19, 19, 0.9);
  --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%2819, 19, 19, 0.55%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(19, 19, 19, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --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);
}
.softgate .navbar > .container, .softgate .navbar > main,
.softgate .navbar > .container-fluid,
.softgate .navbar > .container-sm,
.softgate .navbar > .container-md,
.softgate .navbar > .container-lg,
.softgate .navbar > .container-xl,
.softgate .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.softgate .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);
  white-space: nowrap;
}
.softgate .navbar-brand:hover, .softgate .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.softgate .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;
}
.softgate .navbar-nav .show > .nav-link, .softgate .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li .show > a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-nav .show > a,
.softgate .navbar-nav .nav-link.active,
.softgate .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li a.active,
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-nav a.active {
  color: var(--bs-navbar-active-color);
}
.softgate .navbar-nav .dropdown-menu {
  position: static;
}
.softgate .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.softgate .navbar-text a,
.softgate .navbar-text a:hover,
.softgate .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.softgate .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.softgate .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) {
  .softgate .navbar-toggler {
    transition: none;
  }
}
.softgate .navbar-toggler:hover {
  text-decoration: none;
}
.softgate .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.softgate .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%;
}
.softgate .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .softgate .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .softgate .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .softgate .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .softgate .navbar-expand-sm .navbar-nav .nav-link, .softgate .navbar-expand-sm .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-expand-sm .navbar-nav a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .softgate .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .softgate .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .softgate .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .softgate .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;
  }
  .softgate .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .softgate .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .softgate .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .softgate .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .softgate .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .softgate .navbar-expand-md .navbar-nav .nav-link, .softgate .navbar-expand-md .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-expand-md .navbar-nav a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .softgate .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .softgate .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .softgate .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .softgate .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;
  }
  .softgate .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .softgate .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .softgate .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .softgate .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .softgate .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .softgate .navbar-expand-lg .navbar-nav .nav-link, .softgate .navbar-expand-lg .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-expand-lg .navbar-nav a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .softgate .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .softgate .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .softgate .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .softgate .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;
  }
  .softgate .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .softgate .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .softgate .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .softgate .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .softgate .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .softgate .navbar-expand-xl .navbar-nav .nav-link, .softgate .navbar-expand-xl .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-expand-xl .navbar-nav a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .softgate .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .softgate .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .softgate .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .softgate .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;
  }
  .softgate .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .softgate .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .softgate .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .softgate .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .softgate .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .softgate .navbar-expand-xxl .navbar-nav .nav-link, .softgate .navbar-expand-xxl .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-expand-xxl .navbar-nav a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .softgate .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .softgate .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .softgate .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .softgate .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;
  }
  .softgate .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .softgate .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.softgate .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.softgate .navbar-expand .navbar-nav {
  flex-direction: row;
}
.softgate .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.softgate .navbar-expand .navbar-nav .nav-link, .softgate .navbar-expand .navbar-nav .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .navbar-expand .navbar-nav a {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.softgate .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.softgate .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.softgate .navbar-expand .navbar-toggler {
  display: none;
}
.softgate .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;
}
.softgate .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.softgate .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.softgate .navbar-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");
}
.softgate .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(19, 19, 19, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --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);
  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);
}
.softgate .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.softgate .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.softgate .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);
}
.softgate .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);
}
.softgate .card > .card-header + .list-group,
.softgate .card > .list-group + .card-footer {
  border-top: 0;
}
.softgate .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.softgate .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
.softgate .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
.softgate .card-text:last-child {
  margin-bottom: 0;
}
.softgate .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.softgate .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);
}
.softgate .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.softgate .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);
}
.softgate .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.softgate .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;
}
.softgate .card-header-tabs .nav-link.active, .softgate .card-header-tabs .woocommerce nav.woocommerce-MyAccount-navigation ul li a.active, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li .card-header-tabs a.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.softgate .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));
}
.softgate .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);
}
.softgate .card-img,
.softgate .card-img-top,
.softgate .card-img-bottom {
  width: 100%;
}
.softgate .card-img,
.softgate .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.softgate .card-img,
.softgate .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.softgate .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .softgate .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .softgate .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .softgate .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .softgate .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .softgate .card-group > .card:not(:last-child) .card-img-top,
  .softgate .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .softgate .card-group > .card:not(:last-child) .card-img-bottom,
  .softgate .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .softgate .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .softgate .card-group > .card:not(:first-child) .card-img-top,
  .softgate .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .softgate .card-group > .card:not(:first-child) .card-img-bottom,
  .softgate .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.softgate .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #fff;
  --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: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --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='var%28--bs-body-color%29'%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-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='%23111111'%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-focus-border-color: #898989;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #111111;
  --bs-accordion-active-bg: #e7e7e7;
}
.softgate .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) {
  .softgate .accordion-button {
    transition: none;
  }
}
.softgate .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);
}
.softgate .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.softgate .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) {
  .softgate .accordion-button::after {
    transition: none;
  }
}
.softgate .accordion-button:hover {
  z-index: 2;
}
.softgate .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.softgate .accordion-header {
  margin-bottom: 0;
}
.softgate .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);
}
.softgate .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.softgate .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.softgate .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.softgate .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.softgate .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.softgate .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);
}
.softgate .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.softgate .accordion-flush .accordion-collapse {
  border-width: 0;
}
.softgate .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.softgate .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.softgate .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.softgate .accordion-flush .accordion-item .accordion-button, .softgate .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.softgate .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: #546E7A;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #546E7A;
  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);
}
.softgate .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.softgate .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, "/") */;
}
.softgate .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.softgate .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: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #90A4AE;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #B0BEC5;
  --bs-pagination-hover-border-color: #90A4AE;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #B0BEC5;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #131313;
  --bs-pagination-active-border-color: #131313;
  --bs-pagination-disabled-color: #546E7A;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #90A4AE;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.softgate .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);
  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) {
  .softgate .page-link {
    transition: none;
  }
}
.softgate .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);
}
.softgate .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);
}
.softgate .page-link.active, .active > .softgate .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);
}
.softgate .page-link.disabled, .disabled > .softgate .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);
}
.softgate .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.softgate .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.softgate .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.softgate .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}
.softgate .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}
.softgate .badge, .softgate .posted_in a {
  --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: 0.375rem;
  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);
}
.softgate .badge:empty, .softgate .posted_in a:empty {
  display: none;
}
.softgate .btn .badge, .softgate .woocommerce-notices-wrapper a.button.wc-forward .badge, .softgate .woocommerce_checkout_place_order .badge, .softgate .added_to_cart.wc-forward .badge, .softgate form.variations_form.cart table.variations td.value .reset_variations .badge, .softgate .btn .posted_in a, .softgate .woocommerce-notices-wrapper a.button.wc-forward .posted_in a, .softgate .woocommerce_checkout_place_order .posted_in a, .softgate .added_to_cart.wc-forward .posted_in a, .softgate form.variations_form.cart table.variations td.value .reset_variations .posted_in a, .softgate .posted_in .btn a, .softgate .posted_in .woocommerce-notices-wrapper a.button.wc-forward a, .softgate .woocommerce-notices-wrapper .posted_in a.button.wc-forward a, .softgate .woocommerce .posted_in button.button.alt:disabled a, .softgate .posted_in .woocommerce_checkout_place_order a, .softgate .posted_in .added_to_cart.wc-forward a, .softgate .posted_in form.variations_form.cart table.variations td.value .reset_variations a, .softgate form.variations_form.cart table.variations td.value .posted_in .reset_variations a, .softgate #commentform [type=submit] .badge, .softgate #commentform [type=submit] .posted_in a, .softgate .posted_in #commentform [type=submit] a, .softgate ul.wc-tabs li a .badge, .softgate ul.wc-tabs li a .posted_in a, .softgate .posted_in ul.wc-tabs li a a, .softgate .sg-product-single .entry-summary button[type=submit] .badge, .softgate .sg-product-single .entry-summary button[type=submit] .posted_in a, .softgate .posted_in .sg-product-single .entry-summary button[type=submit] a, .softgate .rm-sidebar .widget .wc-block-product-search__fields button .badge, .softgate .rm-sidebar .widget .wc-block-product-search__fields button .posted_in a, .softgate .posted_in .rm-sidebar .widget .wc-block-product-search__fields button a, .softgate table.variations td.value .reset_variations .badge, .softgate table.variations td.value .reset_variations .posted_in a, .softgate .posted_in table.variations td.value .reset_variations a, .softgate .woocommerce button.button.alt .badge, .softgate .woocommerce button.button.alt .posted_in a, .softgate .posted_in .woocommerce button.button.alt a, .softgate .woocommerce a.added_to_cart.wc-forward .badge,
.softgate .woocommerce button[type=submit] .badge,
.softgate .woocommerce button[type=submit] .posted_in a,
.softgate .posted_in .woocommerce button[type=submit] a,
.softgate .woocommerce button.button:disabled .badge,
.softgate .woocommerce button.button:disabled .posted_in a,
.softgate .posted_in .woocommerce button.button:disabled a, .softgate .woocommerce a.button .badge, .softgate .woocommerce a.button .posted_in a, .softgate .posted_in .woocommerce a.button a, .softgate .woocommerce-info a.button .badge, .softgate .woocommerce-info a.button .posted_in a, .softgate .posted_in .woocommerce-info a.button a,
.softgate .woocommerce-info a.restore-item .badge,
.softgate .woocommerce-info a.restore-item .posted_in a,
.softgate .posted_in .woocommerce-info a.restore-item a,
.softgate .woocommerce-error a.button .badge,
.softgate .woocommerce-error a.button .posted_in a,
.softgate .posted_in .woocommerce-error a.button a,
.softgate .woocommerce-error a.restore-item .badge,
.softgate .woocommerce-error a.restore-item .posted_in a,
.softgate .posted_in .woocommerce-error a.restore-item a,
.softgate .woocommerce-message a.button .badge,
.softgate .woocommerce-message a.button .posted_in a,
.softgate .posted_in .woocommerce-message a.button a,
.softgate .woocommerce-message a.restore-item .badge,
.softgate .woocommerce-message a.restore-item .posted_in a,
.softgate .posted_in .woocommerce-message a.restore-item a {
  position: relative;
  top: -1px;
}
.softgate .alert, .softgate form.variations_form span.price, .softgate .woocommerce-info,
.softgate .woocommerce-error,
.softgate .woocommerce-message {
  --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: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  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);
}
.softgate .alert-heading {
  color: inherit;
}
.softgate .alert-link {
  font-weight: 700;
}
.softgate .alert-dismissible {
  padding-right: 3rem;
}
.softgate .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.softgate .alert-primary, .softgate .woocommerce-info {
  --bs-alert-color: #0b0b0b;
  --bs-alert-bg: #d0d0d0;
  --bs-alert-border-color: #b8b8b8;
}
.softgate .alert-primary .alert-link, .softgate .woocommerce-info .alert-link {
  color: #090909;
}
.softgate .alert-secondary, .softgate form.variations_form span.price {
  --bs-alert-color: #698597;
  --bs-alert-bg: #eff8fe;
  --bs-alert-border-color: #e7f5fe;
}
.softgate .alert-secondary .alert-link, .softgate form.variations_form span.price .alert-link {
  color: #546a79;
}
.softgate .alert-success, .softgate .woocommerce-message {
  --bs-alert-color: #4b7a4a;
  --bs-alert-bg: #e5f5e5;
  --bs-alert-border-color: #d8efd8;
}
.softgate .alert-success .alert-link, .softgate .woocommerce-message .alert-link {
  color: #3c623b;
}
.softgate .alert-info {
  --bs-alert-color: #698597;
  --bs-alert-bg: #eff8fe;
  --bs-alert-border-color: #e7f5fe;
}
.softgate .alert-info .alert-link {
  color: #546a79;
}
.softgate .alert-warning {
  --bs-alert-color: #8c5937;
  --bs-alert-bg: #fbeade;
  --bs-alert-border-color: #f8dfce;
}
.softgate .alert-warning .alert-link {
  color: #70472c;
}
.softgate .alert-danger, .softgate .woocommerce-error {
  --bs-alert-color: #8c0002;
  --bs-alert-bg: #fbcccd;
  --bs-alert-border-color: #f9b3b4;
}
.softgate .alert-danger .alert-link, .softgate .woocommerce-error .alert-link {
  color: #700002;
}
.softgate .alert-light {
  --bs-alert-color: #999999;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}
.softgate .alert-light .alert-link {
  color: #7a7a7a;
}
.softgate .alert-dark {
  --bs-alert-color: #171e22;
  --bs-alert-bg: #d4d6d7;
  --bs-alert-border-color: #bec2c3;
}
.softgate .alert-dark .alert-link {
  color: #12181b;
}
.softgate .alert-blue {
  --bs-alert-color: #191d79;
  --bs-alert-bg: #d4d6f4;
  --bs-alert-border-color: #bfc1ef;
}
.softgate .alert-blue .alert-link {
  color: #141761;
}
.softgate .alert-indigo {
  --bs-alert-color: #110538;
  --bs-alert-bg: #d2cedf;
  --bs-alert-border-color: #bbb5ce;
}
.softgate .alert-indigo .alert-link {
  color: #0e042d;
}
.softgate .alert-purple {
  --bs-alert-color: #62377a;
  --bs-alert-bg: #eddef5;
  --bs-alert-border-color: #e3cef0;
}
.softgate .alert-purple .alert-link {
  color: #4e2c62;
}
.softgate .alert-pink {
  --bs-alert-color: #87465a;
  --bs-alert-bg: #f9e3ea;
  --bs-alert-border-color: #f6d6e0;
}
.softgate .alert-pink .alert-link {
  color: #6c3848;
}
.softgate .alert-red {
  --bs-alert-color: #8c0002;
  --bs-alert-bg: #fbcccd;
  --bs-alert-border-color: #f9b3b4;
}
.softgate .alert-red .alert-link {
  color: #700002;
}
.softgate .alert-orange {
  --bs-alert-color: #8c5937;
  --bs-alert-bg: #fbeade;
  --bs-alert-border-color: #f8dfce;
}
.softgate .alert-orange .alert-link {
  color: #70472c;
}
.softgate .alert-yellow {
  --bs-alert-color: #7f6921;
  --bs-alert-bg: #f6efd7;
  --bs-alert-border-color: #f2e7c3;
}
.softgate .alert-yellow .alert-link {
  color: #66541a;
}
.softgate .alert-green {
  --bs-alert-color: #4b7a4a;
  --bs-alert-bg: #e5f5e5;
  --bs-alert-border-color: #d8efd8;
}
.softgate .alert-green .alert-link {
  color: #3c623b;
}
.softgate .alert-teal {
  --bs-alert-color: #003f37;
  --bs-alert-bg: #cce1de;
  --bs-alert-border-color: #b3d2ce;
}
.softgate .alert-teal .alert-link {
  color: #00322c;
}
.softgate .alert-cyan {
  --bs-alert-color: #698597;
  --bs-alert-bg: #eff8fe;
  --bs-alert-border-color: #e7f5fe;
}
.softgate .alert-cyan .alert-link {
  color: #546a79;
}
.softgate .alert-black {
  --bs-alert-color: #0b0b0b;
  --bs-alert-bg: #d0d0d0;
  --bs-alert-border-color: #b8b8b8;
}
.softgate .alert-black .alert-link {
  color: #090909;
}
.softgate .alert-white {
  --bs-alert-color: #999999;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}
.softgate .alert-white .alert-link {
  color: #7a7a7a;
}
.softgate .alert-gray {
  --bs-alert-color: #324249;
  --bs-alert-bg: #dde2e4;
  --bs-alert-border-color: #ccd4d7;
}
.softgate .alert-gray .alert-link {
  color: #28353a;
}
.softgate .alert-gray-dark {
  --bs-alert-color: #202020;
  --bs-alert-bg: #d7d7d7;
  --bs-alert-border-color: #c3c3c3;
}
.softgate .alert-gray-dark .alert-link {
  color: #1a1a1a;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.softgate .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #B0BEC5;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(19, 19, 19, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #131313;
  --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);
}
.softgate .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) {
  .softgate .progress-bar {
    transition: none;
  }
}
.softgate .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);
}
.softgate .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .progress-bar-animated {
    animation: none;
  }
}
.softgate .list-group {
  --bs-list-group-color: #263238;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(19, 19, 19, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #455A64;
  --bs-list-group-action-hover-color: #455A64;
  --bs-list-group-action-hover-bg: #F0F0F0;
  --bs-list-group-action-active-color: #263238;
  --bs-list-group-action-active-bg: #B0BEC5;
  --bs-list-group-disabled-color: #546E7A;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #131313;
  --bs-list-group-active-border-color: #131313;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.softgate .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.softgate .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.softgate .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.softgate .list-group-item-action:hover, .softgate .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);
}
.softgate .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.softgate .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);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.softgate .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.softgate .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.softgate .list-group-item.disabled, .softgate .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.softgate .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);
}
.softgate .list-group-item + .list-group-item {
  border-top-width: 0;
}
.softgate .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);
}
.softgate .list-group-horizontal {
  flex-direction: row;
}
.softgate .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;
}
.softgate .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;
}
.softgate .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.softgate .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.softgate .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) {
  .softgate .list-group-horizontal-sm {
    flex-direction: row;
  }
  .softgate .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;
  }
  .softgate .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;
  }
  .softgate .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .softgate .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .softgate .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) {
  .softgate .list-group-horizontal-md {
    flex-direction: row;
  }
  .softgate .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;
  }
  .softgate .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;
  }
  .softgate .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .softgate .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .softgate .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) {
  .softgate .list-group-horizontal-lg {
    flex-direction: row;
  }
  .softgate .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;
  }
  .softgate .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;
  }
  .softgate .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .softgate .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .softgate .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) {
  .softgate .list-group-horizontal-xl {
    flex-direction: row;
  }
  .softgate .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;
  }
  .softgate .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;
  }
  .softgate .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .softgate .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .softgate .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) {
  .softgate .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .softgate .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;
  }
  .softgate .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;
  }
  .softgate .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .softgate .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .softgate .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);
  }
}
.softgate .list-group-flush {
  border-radius: 0;
}
.softgate .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.softgate .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.softgate .list-group-item-primary {
  color: #0b0b0b;
  background-color: #d0d0d0;
}
.softgate .list-group-item-primary.list-group-item-action:hover, .softgate .list-group-item-primary.list-group-item-action:focus {
  color: #0b0b0b;
  background-color: #bbbbbb;
}
.softgate .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}
.softgate .list-group-item-secondary {
  color: #698597;
  background-color: #eff8fe;
}
.softgate .list-group-item-secondary.list-group-item-action:hover, .softgate .list-group-item-secondary.list-group-item-action:focus {
  color: #698597;
  background-color: #d7dfe5;
}
.softgate .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #698597;
  border-color: #698597;
}
.softgate .list-group-item-success {
  color: #4b7a4a;
  background-color: #e5f5e5;
}
.softgate .list-group-item-success.list-group-item-action:hover, .softgate .list-group-item-success.list-group-item-action:focus {
  color: #4b7a4a;
  background-color: #ceddce;
}
.softgate .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4b7a4a;
  border-color: #4b7a4a;
}
.softgate .list-group-item-info {
  color: #698597;
  background-color: #eff8fe;
}
.softgate .list-group-item-info.list-group-item-action:hover, .softgate .list-group-item-info.list-group-item-action:focus {
  color: #698597;
  background-color: #d7dfe5;
}
.softgate .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #698597;
  border-color: #698597;
}
.softgate .list-group-item-warning {
  color: #8c5937;
  background-color: #fbeade;
}
.softgate .list-group-item-warning.list-group-item-action:hover, .softgate .list-group-item-warning.list-group-item-action:focus {
  color: #8c5937;
  background-color: #e2d3c8;
}
.softgate .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8c5937;
  border-color: #8c5937;
}
.softgate .list-group-item-danger {
  color: #8c0002;
  background-color: #fbcccd;
}
.softgate .list-group-item-danger.list-group-item-action:hover, .softgate .list-group-item-danger.list-group-item-action:focus {
  color: #8c0002;
  background-color: #e2b8b9;
}
.softgate .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8c0002;
  border-color: #8c0002;
}
.softgate .list-group-item-light {
  color: #999999;
  background-color: white;
}
.softgate .list-group-item-light.list-group-item-action:hover, .softgate .list-group-item-light.list-group-item-action:focus {
  color: #999999;
  background-color: #e6e6e6;
}
.softgate .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.softgate .list-group-item-dark {
  color: #171e22;
  background-color: #d4d6d7;
}
.softgate .list-group-item-dark.list-group-item-action:hover, .softgate .list-group-item-dark.list-group-item-action:focus {
  color: #171e22;
  background-color: #bfc1c2;
}
.softgate .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #171e22;
  border-color: #171e22;
}
.softgate .list-group-item-blue {
  color: #191d79;
  background-color: #d4d6f4;
}
.softgate .list-group-item-blue.list-group-item-action:hover, .softgate .list-group-item-blue.list-group-item-action:focus {
  color: #191d79;
  background-color: #bfc1dc;
}
.softgate .list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #191d79;
  border-color: #191d79;
}
.softgate .list-group-item-indigo {
  color: #110538;
  background-color: #d2cedf;
}
.softgate .list-group-item-indigo.list-group-item-action:hover, .softgate .list-group-item-indigo.list-group-item-action:focus {
  color: #110538;
  background-color: #bdb9c9;
}
.softgate .list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #110538;
  border-color: #110538;
}
.softgate .list-group-item-purple {
  color: #62377a;
  background-color: #eddef5;
}
.softgate .list-group-item-purple.list-group-item-action:hover, .softgate .list-group-item-purple.list-group-item-action:focus {
  color: #62377a;
  background-color: #d5c8dd;
}
.softgate .list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #62377a;
  border-color: #62377a;
}
.softgate .list-group-item-pink {
  color: #87465a;
  background-color: #f9e3ea;
}
.softgate .list-group-item-pink.list-group-item-action:hover, .softgate .list-group-item-pink.list-group-item-action:focus {
  color: #87465a;
  background-color: #e0ccd3;
}
.softgate .list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #87465a;
  border-color: #87465a;
}
.softgate .list-group-item-red {
  color: #8c0002;
  background-color: #fbcccd;
}
.softgate .list-group-item-red.list-group-item-action:hover, .softgate .list-group-item-red.list-group-item-action:focus {
  color: #8c0002;
  background-color: #e2b8b9;
}
.softgate .list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #8c0002;
  border-color: #8c0002;
}
.softgate .list-group-item-orange {
  color: #8c5937;
  background-color: #fbeade;
}
.softgate .list-group-item-orange.list-group-item-action:hover, .softgate .list-group-item-orange.list-group-item-action:focus {
  color: #8c5937;
  background-color: #e2d3c8;
}
.softgate .list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #8c5937;
  border-color: #8c5937;
}
.softgate .list-group-item-yellow {
  color: #7f6921;
  background-color: #f6efd7;
}
.softgate .list-group-item-yellow.list-group-item-action:hover, .softgate .list-group-item-yellow.list-group-item-action:focus {
  color: #7f6921;
  background-color: #ddd7c2;
}
.softgate .list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #7f6921;
  border-color: #7f6921;
}
.softgate .list-group-item-green {
  color: #4b7a4a;
  background-color: #e5f5e5;
}
.softgate .list-group-item-green.list-group-item-action:hover, .softgate .list-group-item-green.list-group-item-action:focus {
  color: #4b7a4a;
  background-color: #ceddce;
}
.softgate .list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #4b7a4a;
  border-color: #4b7a4a;
}
.softgate .list-group-item-teal {
  color: #003f37;
  background-color: #cce1de;
}
.softgate .list-group-item-teal.list-group-item-action:hover, .softgate .list-group-item-teal.list-group-item-action:focus {
  color: #003f37;
  background-color: #b8cbc8;
}
.softgate .list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #003f37;
  border-color: #003f37;
}
.softgate .list-group-item-cyan {
  color: #698597;
  background-color: #eff8fe;
}
.softgate .list-group-item-cyan.list-group-item-action:hover, .softgate .list-group-item-cyan.list-group-item-action:focus {
  color: #698597;
  background-color: #d7dfe5;
}
.softgate .list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #698597;
  border-color: #698597;
}
.softgate .list-group-item-black {
  color: #0b0b0b;
  background-color: #d0d0d0;
}
.softgate .list-group-item-black.list-group-item-action:hover, .softgate .list-group-item-black.list-group-item-action:focus {
  color: #0b0b0b;
  background-color: #bbbbbb;
}
.softgate .list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}
.softgate .list-group-item-white {
  color: #999999;
  background-color: white;
}
.softgate .list-group-item-white.list-group-item-action:hover, .softgate .list-group-item-white.list-group-item-action:focus {
  color: #999999;
  background-color: #e6e6e6;
}
.softgate .list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.softgate .list-group-item-gray {
  color: #324249;
  background-color: #dde2e4;
}
.softgate .list-group-item-gray.list-group-item-action:hover, .softgate .list-group-item-gray.list-group-item-action:focus {
  color: #324249;
  background-color: #c7cbcd;
}
.softgate .list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #324249;
  border-color: #324249;
}
.softgate .list-group-item-gray-dark {
  color: #202020;
  background-color: #d7d7d7;
}
.softgate .list-group-item-gray-dark.list-group-item-action:hover, .softgate .list-group-item-gray-dark.list-group-item-action:focus {
  color: #202020;
  background-color: #c2c2c2;
}
.softgate .list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.softgate .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #131313;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23131313'%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") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.softgate .btn-close:hover {
  color: #131313;
  text-decoration: none;
  opacity: 0.75;
}
.softgate .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(19, 19, 19, 0.25);
  opacity: 1;
}
.softgate .btn-close:disabled, .softgate .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.softgate .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.softgate .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(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(19, 19, 19, 0.15);
  --bs-toast-header-color: #546E7A;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(19, 19, 19, 0.05);
  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);
}
.softgate .toast.showing {
  opacity: 0;
}
.softgate .toast:not(.show) {
  display: none;
}
.softgate .toast-container {
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.softgate .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.softgate .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));
}
.softgate .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.softgate .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.softgate .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(19, 19, 19, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --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: 1px;
  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;
}
.softgate .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .softgate .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .softgate .modal-dialog {
    transition: none;
  }
}
.modal.show .softgate .modal-dialog {
  transform: none;
}
.modal.modal-static .softgate .modal-dialog {
  transform: scale(1.02);
}
.softgate .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.softgate .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.softgate .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.softgate .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.softgate .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;
}
.softgate .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #131313;
  --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);
}
.softgate .modal-backdrop.fade {
  opacity: 0;
}
.softgate .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.softgate .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  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);
}
.softgate .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;
}
.softgate .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.softgate .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.softgate .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);
}
.softgate .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .softgate .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(19, 19, 19, 0.15);
  }
  .softgate .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .softgate .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .softgate .modal-lg,
  .softgate .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .softgate .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.softgate .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.softgate .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.softgate .modal-fullscreen .modal-header,
.softgate .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.softgate .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .softgate .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .softgate .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .softgate .modal-fullscreen-sm-down .modal-header,
  .softgate .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .softgate .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .softgate .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .softgate .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .softgate .modal-fullscreen-md-down .modal-header,
  .softgate .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .softgate .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .softgate .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .softgate .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .softgate .modal-fullscreen-lg-down .modal-header,
  .softgate .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .softgate .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .softgate .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .softgate .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .softgate .modal-fullscreen-xl-down .modal-header,
  .softgate .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .softgate .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .softgate .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .softgate .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .softgate .modal-fullscreen-xxl-down .modal-header,
  .softgate .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .softgate .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.softgate .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: #fff;
  --bs-tooltip-bg: #131313;
  --bs-tooltip-border-radius: 0.375rem;
  --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;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.softgate .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.softgate .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.softgate .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.softgate .bs-tooltip-top .tooltip-arrow, .softgate .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.softgate .bs-tooltip-top .tooltip-arrow::before, .softgate .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);
}
.softgate .bs-tooltip-end .tooltip-arrow, .softgate .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.softgate .bs-tooltip-end .tooltip-arrow::before, .softgate .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);
}
.softgate .bs-tooltip-bottom .tooltip-arrow, .softgate .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.softgate .bs-tooltip-bottom .tooltip-arrow::before, .softgate .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);
}
.softgate .bs-tooltip-start .tooltip-arrow, .softgate .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.softgate .bs-tooltip-start .tooltip-arrow::before, .softgate .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);
}
.softgate .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);
}
.softgate .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(19, 19, 19, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #263238;
  --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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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);
}
.softgate .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.softgate .popover .popover-arrow::before, .softgate .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.softgate .bs-popover-top > .popover-arrow, .softgate .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.softgate .bs-popover-top > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .softgate .bs-popover-top > .popover-arrow::after, .softgate .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;
}
.softgate .bs-popover-top > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.softgate .bs-popover-top > .popover-arrow::after, .softgate .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.softgate .bs-popover-end > .popover-arrow, .softgate .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);
}
.softgate .bs-popover-end > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .softgate .bs-popover-end > .popover-arrow::after, .softgate .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;
}
.softgate .bs-popover-end > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.softgate .bs-popover-end > .popover-arrow::after, .softgate .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.softgate .bs-popover-bottom > .popover-arrow, .softgate .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.softgate .bs-popover-bottom > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .softgate .bs-popover-bottom > .popover-arrow::after, .softgate .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);
}
.softgate .bs-popover-bottom > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.softgate .bs-popover-bottom > .popover-arrow::after, .softgate .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.softgate .bs-popover-bottom .popover-header::before, .softgate .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);
}
.softgate .bs-popover-start > .popover-arrow, .softgate .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);
}
.softgate .bs-popover-start > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .softgate .bs-popover-start > .popover-arrow::after, .softgate .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);
}
.softgate .bs-popover-start > .popover-arrow::before, .softgate .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.softgate .bs-popover-start > .popover-arrow::after, .softgate .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.softgate .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);
}
.softgate .popover-header:empty {
  display: none;
}
.softgate .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.softgate .carousel {
  position: relative;
}
.softgate .carousel.pointer-event {
  touch-action: pan-y;
}
.softgate .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.softgate .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.softgate .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) {
  .softgate .carousel-item {
    transition: none;
  }
}
.softgate .carousel-item.active,
.softgate .carousel-item-next,
.softgate .carousel-item-prev {
  display: block;
}
.softgate .carousel-item-next:not(.carousel-item-start),
.softgate .active.carousel-item-end {
  transform: translateX(100%);
}
.softgate .carousel-item-prev:not(.carousel-item-end),
.softgate .active.carousel-item-start {
  transform: translateX(-100%);
}
.softgate .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.softgate .carousel-fade .carousel-item.active,
.softgate .carousel-fade .carousel-item-next.carousel-item-start,
.softgate .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.softgate .carousel-fade .active.carousel-item-start,
.softgate .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .carousel-fade .active.carousel-item-start,
  .softgate .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.softgate .carousel-control-prev,
.softgate .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) {
  .softgate .carousel-control-prev,
  .softgate .carousel-control-next {
    transition: none;
  }
}
.softgate .carousel-control-prev:hover, .softgate .carousel-control-prev:focus,
.softgate .carousel-control-next:hover,
.softgate .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.softgate .carousel-control-prev {
  left: 0;
}
.softgate .carousel-control-next {
  right: 0;
}
.softgate .carousel-control-prev-icon,
.softgate .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.softgate .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");
}
.softgate .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");
}
.softgate .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%;
  list-style: none;
}
.softgate .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) {
  .softgate .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.softgate .carousel-indicators .active {
  opacity: 1;
}
.softgate .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.softgate .carousel-dark .carousel-control-prev-icon,
.softgate .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.softgate .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #131313;
}
.softgate .carousel-dark .carousel-caption {
  color: #131313;
}
.softgate .spinner-grow,
.softgate .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 */;
  }
}
.softgate .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;
}
.softgate .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;
  }
}
.softgate .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;
}
.softgate .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .spinner-border,
  .softgate .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.softgate .offcanvas, .softgate .offcanvas-xxl, .softgate .offcanvas-xl, .softgate .offcanvas-lg, .softgate .offcanvas-md, .softgate .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(19, 19, 19, 0.075);
}
@media (max-width: 575.98px) {
  .softgate .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: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .softgate .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .offcanvas-sm.showing, .softgate .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .softgate .offcanvas-sm.showing, .softgate .offcanvas-sm.hiding, .softgate .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .softgate .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .softgate .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .softgate .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .softgate .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: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .softgate .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .offcanvas-md.showing, .softgate .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .softgate .offcanvas-md.showing, .softgate .offcanvas-md.hiding, .softgate .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .softgate .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .softgate .offcanvas-md .offcanvas-header {
    display: none;
  }
  .softgate .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .softgate .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: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .softgate .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .offcanvas-lg.showing, .softgate .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .softgate .offcanvas-lg.showing, .softgate .offcanvas-lg.hiding, .softgate .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .softgate .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .softgate .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .softgate .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .softgate .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: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .softgate .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .offcanvas-xl.showing, .softgate .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .softgate .offcanvas-xl.showing, .softgate .offcanvas-xl.hiding, .softgate .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .softgate .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .softgate .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .softgate .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .softgate .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: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .softgate .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .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%);
  }
  .softgate .offcanvas-xxl.showing, .softgate .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .softgate .offcanvas-xxl.showing, .softgate .offcanvas-xxl.hiding, .softgate .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .softgate .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .softgate .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .softgate .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.softgate .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: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .offcanvas {
    transition: none;
  }
}
.softgate .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%);
}
.softgate .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%);
}
.softgate .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%);
}
.softgate .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%);
}
.softgate .offcanvas.showing, .softgate .offcanvas.show:not(.hiding) {
  transform: none;
}
.softgate .offcanvas.showing, .softgate .offcanvas.hiding, .softgate .offcanvas.show {
  visibility: visible;
}
.softgate .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #131313;
}
.softgate .offcanvas-backdrop.fade {
  opacity: 0;
}
.softgate .offcanvas-backdrop.show {
  opacity: 0.5;
}
.softgate .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.softgate .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.softgate .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.softgate .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.softgate .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.softgate .placeholder.btn::before, .softgate .woocommerce-notices-wrapper a.placeholder.button.wc-forward::before, .softgate .placeholder.woocommerce_checkout_place_order::before, .softgate .placeholder.added_to_cart.wc-forward::before, .softgate form.variations_form.cart table.variations td.value .placeholder.reset_variations::before, .softgate #commentform .placeholder[type=submit]::before, .softgate ul.wc-tabs li a.placeholder::before, .softgate .sg-product-single .entry-summary button.placeholder[type=submit]::before, .softgate .rm-sidebar .widget .wc-block-product-search__fields button.placeholder::before, .softgate table.variations td.value .placeholder.reset_variations::before, .softgate .woocommerce button.placeholder.button.alt::before,
.softgate .woocommerce button.placeholder[type=submit]::before,
.softgate .woocommerce button.placeholder.button:disabled::before, .softgate .woocommerce a.placeholder.button::before, .softgate .woocommerce-info a.placeholder.button::before,
.softgate .woocommerce-info a.placeholder.restore-item::before,
.softgate .woocommerce-error a.placeholder.button::before,
.softgate .woocommerce-error a.placeholder.restore-item::before,
.softgate .woocommerce-message a.placeholder.button::before,
.softgate .woocommerce-message a.placeholder.restore-item::before {
  display: inline-block;
  content: "";
}
.softgate .placeholder-xs {
  min-height: 0.6em;
}
.softgate .placeholder-sm {
  min-height: 0.8em;
}
.softgate .placeholder-lg {
  min-height: 1.2em;
}
.softgate .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.softgate .placeholder-wave {
  mask-image: linear-gradient(130deg, #131313 55%, rgba(0, 0, 0, 0.8) 75%, #131313 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.softgate .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.softgate .text-bg-primary, .softgate .posted_in a {
  color: #fff !important;
  background-color: RGBA(19, 19, 19, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-secondary, .softgate .dashboard-speed-dial .dashboard-speed-dial-item:hover {
  color: #131313 !important;
  background-color: RGBA(175, 222, 252, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-success {
  color: #131313 !important;
  background-color: RGBA(125, 203, 124, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-info {
  color: #131313 !important;
  background-color: RGBA(175, 222, 252, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-warning {
  color: #fff !important;
  background-color: RGBA(233, 148, 91, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(234, 0, 4, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-light, .softgate .dashboard-speed-dial .dashboard-speed-dial-item {
  color: #131313 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-dark, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff !important;
  background-color: RGBA(38, 50, 56, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-blue {
  color: #fff !important;
  background-color: RGBA(42, 49, 202, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-indigo {
  color: #fff !important;
  background-color: RGBA(28, 8, 93, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-purple {
  color: #fff !important;
  background-color: RGBA(163, 91, 204, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-pink {
  color: #fff !important;
  background-color: RGBA(225, 117, 150, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-red {
  color: #fff !important;
  background-color: RGBA(234, 0, 4, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-orange {
  color: #fff !important;
  background-color: RGBA(233, 148, 91, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-yellow {
  color: #fff !important;
  background-color: RGBA(212, 175, 55, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-green {
  color: #131313 !important;
  background-color: RGBA(125, 203, 124, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-teal {
  color: #fff !important;
  background-color: RGBA(0, 105, 92, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-cyan {
  color: #131313 !important;
  background-color: RGBA(175, 222, 252, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-black {
  color: #fff !important;
  background-color: RGBA(19, 19, 19, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-white {
  color: #131313 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-gray {
  color: #fff !important;
  background-color: RGBA(84, 110, 122, var(--bs-bg-opacity, 1)) !important;
}
.softgate .text-bg-gray-dark {
  color: #fff !important;
  background-color: RGBA(54, 54, 54, var(--bs-bg-opacity, 1)) !important;
}
.softgate .link-primary {
  color: #131313 !important;
}
.softgate .link-primary:hover, .softgate .link-primary:focus {
  color: #0f0f0f !important;
}
.softgate .link-secondary {
  color: #afdefc !important;
}
.softgate .link-secondary:hover, .softgate .link-secondary:focus {
  color: #bfe5fd !important;
}
.softgate .link-success {
  color: #7dcb7c !important;
}
.softgate .link-success:hover, .softgate .link-success:focus {
  color: #97d596 !important;
}
.softgate .link-info {
  color: #afdefc !important;
}
.softgate .link-info:hover, .softgate .link-info:focus {
  color: #bfe5fd !important;
}
.softgate .link-warning {
  color: #e9945b !important;
}
.softgate .link-warning:hover, .softgate .link-warning:focus {
  color: #ba7649 !important;
}
.softgate .link-danger {
  color: #ea0004 !important;
}
.softgate .link-danger:hover, .softgate .link-danger:focus {
  color: #bb0003 !important;
}
.softgate .link-light {
  color: #fff !important;
}
.softgate .link-light:hover, .softgate .link-light:focus {
  color: white !important;
}
.softgate .link-dark {
  color: #263238 !important;
}
.softgate .link-dark:hover, .softgate .link-dark:focus {
  color: #1e282d !important;
}
.softgate .link-blue {
  color: #2a31ca !important;
}
.softgate .link-blue:hover, .softgate .link-blue:focus {
  color: #2227a2 !important;
}
.softgate .link-indigo {
  color: #1c085d !important;
}
.softgate .link-indigo:hover, .softgate .link-indigo:focus {
  color: #16064a !important;
}
.softgate .link-purple {
  color: #a35bcc !important;
}
.softgate .link-purple:hover, .softgate .link-purple:focus {
  color: #8249a3 !important;
}
.softgate .link-pink {
  color: #e17596 !important;
}
.softgate .link-pink:hover, .softgate .link-pink:focus {
  color: #b45e78 !important;
}
.softgate .link-red {
  color: #ea0004 !important;
}
.softgate .link-red:hover, .softgate .link-red:focus {
  color: #bb0003 !important;
}
.softgate .link-orange {
  color: #e9945b !important;
}
.softgate .link-orange:hover, .softgate .link-orange:focus {
  color: #ba7649 !important;
}
.softgate .link-yellow {
  color: #D4AF37 !important;
}
.softgate .link-yellow:hover, .softgate .link-yellow:focus {
  color: #aa8c2c !important;
}
.softgate .link-green {
  color: #7dcb7c !important;
}
.softgate .link-green:hover, .softgate .link-green:focus {
  color: #97d596 !important;
}
.softgate .link-teal {
  color: #00695C !important;
}
.softgate .link-teal:hover, .softgate .link-teal:focus {
  color: #00544a !important;
}
.softgate .link-cyan {
  color: #afdefc !important;
}
.softgate .link-cyan:hover, .softgate .link-cyan:focus {
  color: #bfe5fd !important;
}
.softgate .link-black {
  color: #131313 !important;
}
.softgate .link-black:hover, .softgate .link-black:focus {
  color: #0f0f0f !important;
}
.softgate .link-white {
  color: #fff !important;
}
.softgate .link-white:hover, .softgate .link-white:focus {
  color: white !important;
}
.softgate .link-gray {
  color: #546E7A !important;
}
.softgate .link-gray:hover, .softgate .link-gray:focus {
  color: #435862 !important;
}
.softgate .link-gray-dark {
  color: #363636 !important;
}
.softgate .link-gray-dark:hover, .softgate .link-gray-dark:focus {
  color: #2b2b2b !important;
}
.softgate .ratio {
  position: relative;
  width: 100%;
}
.softgate .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.softgate .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.softgate .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.softgate .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.softgate .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.softgate .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.softgate .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.softgate .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.softgate .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.softgate .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .softgate .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .softgate .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .softgate .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .softgate .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .softgate .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .softgate .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .softgate .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .softgate .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .softgate .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .softgate .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.softgate .hstack, .softgate table.variations td.value, .softgate .wc-proceed-to-checkout {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.softgate .vstack, .softgate .woocommerce.columns-1, .softgate .woocommerce.columns-2, .softgate .woocommerce.columns-3, .softgate .woocommerce.columns-4, .softgate .woocommerce.columns-5, .softgate .woocommerce.columns-6 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.softgate .visually-hidden,
.softgate .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.softgate .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.softgate .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.softgate .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.softgate .align-baseline {
  vertical-align: baseline !important;
}
.softgate .align-top {
  vertical-align: top !important;
}
.softgate .align-middle, .softgate form.variations_form.cart table.variations td {
  vertical-align: middle !important;
}
.softgate .align-bottom {
  vertical-align: bottom !important;
}
.softgate .align-text-bottom {
  vertical-align: text-bottom !important;
}
.softgate .align-text-top {
  vertical-align: text-top !important;
}
.softgate .float-start {
  float: left !important;
}
.softgate .float-end {
  float: right !important;
}
.softgate .float-none {
  float: none !important;
}
.softgate .opacity-0 {
  opacity: 0 !important;
}
.softgate .opacity-25 {
  opacity: 0.25 !important;
}
.softgate .opacity-50 {
  opacity: 0.5 !important;
}
.softgate .opacity-75 {
  opacity: 0.75 !important;
}
.softgate .opacity-100 {
  opacity: 1 !important;
}
.softgate .overflow-auto {
  overflow: auto !important;
}
.softgate .overflow-hidden {
  overflow: hidden !important;
}
.softgate .overflow-visible {
  overflow: visible !important;
}
.softgate .overflow-scroll {
  overflow: scroll !important;
}
.softgate .d-inline {
  display: inline !important;
}
.softgate .d-inline-block, .softgate form.variations_form span.price {
  display: inline-block !important;
}
.softgate .d-block {
  display: block !important;
}
.softgate .d-grid {
  display: grid !important;
}
.softgate .d-table {
  display: table !important;
}
.softgate .d-table-row {
  display: table-row !important;
}
.softgate .d-table-cell {
  display: table-cell !important;
}
.softgate .d-flex, .softgate .dashboard-speed-dial .dashboard-speed-dial-item, .softgate .dashboard-speed-dial, .softgate #ppc-button-ppcp-gateway, .softgate .woocommerce-product-rating, .softgate .sg-product-single .entry-summary, .softgate .sg-product-single .woocommerce-product-gallery ol, .softgate .sg-product-single, .softgate .wc-block-mini-cart, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item ul.wc-block-product-categories-list, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list, .softgate .woocommerce nav.woocommerce-pagination ul li a, .softgate div.coupon, .softgate .lang-choose-wrap .lang-choose, .softgate .lang-choose-wrap, .softgate .woocommerce-info ul li,
.softgate .woocommerce-error ul li,
.softgate .woocommerce-message ul li, .softgate .woocommerce-info,
.softgate .woocommerce-error,
.softgate .woocommerce-message, .softgate .product .softgate-product a:first-child .growth-followers .growth,
.softgate .product .softgate-product a:first-child .growth-followers .followers, .softgate .product .softgate-product a:first-child .growth-followers, .softgate .product .softgate-product a:first-child, .softgate .product .softgate-product, .softgate main {
  display: flex !important;
}
.softgate .d-inline-flex {
  display: inline-flex !important;
}
.softgate .d-none {
  display: none !important;
}
.softgate .shadow, .softgate span.select2-dropdown, .softgate .lang-choose-wrap .lang-choose {
  box-shadow: 0 0.5rem 1rem rgba(19, 19, 19, 0.15) !important;
}
.softgate .shadow-sm, .softgate .wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-items__row, .softgate .woocommerce-info,
.softgate .woocommerce-error,
.softgate .woocommerce-message {
  box-shadow: 0 0.125rem 0.25rem rgba(19, 19, 19, 0.075) !important;
}
.softgate .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(19, 19, 19, 0.175) !important;
}
.softgate .shadow-none {
  box-shadow: none !important;
}
.softgate .position-static {
  position: static !important;
}
.softgate .position-relative {
  position: relative !important;
}
.softgate .position-absolute {
  position: absolute !important;
}
.softgate .position-fixed {
  position: fixed !important;
}
.softgate .position-sticky {
  position: sticky !important;
}
.softgate .top-0 {
  top: 0 !important;
}
.softgate .top-50 {
  top: 50% !important;
}
.softgate .top-100 {
  top: 100% !important;
}
.softgate .bottom-0 {
  bottom: 0 !important;
}
.softgate .bottom-50 {
  bottom: 50% !important;
}
.softgate .bottom-100 {
  bottom: 100% !important;
}
.softgate .start-0 {
  left: 0 !important;
}
.softgate .start-50 {
  left: 50% !important;
}
.softgate .start-100 {
  left: 100% !important;
}
.softgate .end-0 {
  right: 0 !important;
}
.softgate .end-50 {
  right: 50% !important;
}
.softgate .end-100 {
  right: 100% !important;
}
.softgate .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.softgate .translate-middle-x {
  transform: translateX(-50%) !important;
}
.softgate .translate-middle-y {
  transform: translateY(-50%) !important;
}
.softgate .border, .softgate .dashboard-speed-dial .dashboard-speed-dial-item, .softgate .wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-items__row, .softgate .woocommerce-checkout-payment, .softgate span.select2-dropdown {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.softgate .border-0, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a span:first-child {
  border: 0 !important;
}
.softgate .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.softgate .border-top-0 {
  border-top: 0 !important;
}
.softgate .border-end, .softgate .rm-sidebar {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.softgate .border-end-0 {
  border-right: 0 !important;
}
.softgate .border-bottom, .softgate .rm-sidebar .widget {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.softgate .border-bottom-0 {
  border-bottom: 0 !important;
}
.softgate .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.softgate .border-start-0 {
  border-left: 0 !important;
}
.softgate .border-primary, .softgate .dashboard-speed-dial .dashboard-speed-dial-item:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-indigo {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-purple {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-pink {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-red {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-orange {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-yellow {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-teal {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-cyan {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-gray-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-dark-rgb), var(--bs-border-opacity)) !important;
}
.softgate .border-1 {
  --bs-border-width: 1px;
}
.softgate .border-2 {
  --bs-border-width: 2px;
}
.softgate .border-3 {
  --bs-border-width: 3px;
}
.softgate .border-4 {
  --bs-border-width: 4px;
}
.softgate .border-5 {
  --bs-border-width: 5px;
}
.softgate .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.softgate .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.softgate .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.softgate .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.softgate .border-opacity-100 {
  --bs-border-opacity: 1;
}
.softgate .w-25 {
  width: 25% !important;
}
.softgate .w-50 {
  width: 50% !important;
}
.softgate .w-75 {
  width: 75% !important;
}
.softgate .w-100, .softgate a.added_to_cart, .softgate .product .softgate-product a:first-child .growth-followers {
  width: 100% !important;
}
.softgate .w-auto {
  width: auto !important;
}
.softgate .mw-100 {
  max-width: 100% !important;
}
.softgate .vw-100 {
  width: 100vw !important;
}
.softgate .min-vw-100 {
  min-width: 100vw !important;
}
.softgate .h-25 {
  height: 25% !important;
}
.softgate .h-50 {
  height: 50% !important;
}
.softgate .h-75 {
  height: 75% !important;
}
.softgate .h-100 {
  height: 100% !important;
}
.softgate .h-auto {
  height: auto !important;
}
.softgate .mh-100 {
  max-height: 100% !important;
}
.softgate .vh-100 {
  height: 100vh !important;
}
.softgate .min-vh-100 {
  min-height: 100vh !important;
}
.softgate .flex-fill, .softgate .sg-product-single .entry-summary, .softgate .product .softgate-product a:first-child, .softgate main {
  flex: 1 1 auto !important;
}
.softgate .flex-row {
  flex-direction: row !important;
}
.softgate .flex-column, .softgate .dashboard-speed-dial .dashboard-speed-dial-item, .softgate .sg-product-single .entry-summary, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item ul.wc-block-product-categories-list, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list, .softgate .lang-choose-wrap .lang-choose, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul, .softgate .woocommerce-info ul li,
.softgate .woocommerce-error ul li,
.softgate .woocommerce-message ul li, .softgate .product .softgate-product a:first-child, .softgate .product .softgate-product, .softgate main {
  flex-direction: column !important;
}
.softgate .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.softgate .flex-column-reverse, .softgate .woocommerce-info,
.softgate .woocommerce-error,
.softgate .woocommerce-message {
  flex-direction: column-reverse !important;
}
.softgate .flex-grow-0 {
  flex-grow: 0 !important;
}
.softgate .flex-grow-1 {
  flex-grow: 1 !important;
}
.softgate .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.softgate .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.softgate .flex-wrap, .softgate .dashboard-speed-dial, .softgate .sg-product-single .woocommerce-product-gallery ol {
  flex-wrap: wrap !important;
}
.softgate .flex-nowrap {
  flex-wrap: nowrap !important;
}
.softgate .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.softgate .justify-content-start {
  justify-content: flex-start !important;
}
.softgate .justify-content-end, .softgate .wc-proceed-to-checkout {
  justify-content: flex-end !important;
}
.softgate .justify-content-center, .softgate .dashboard-speed-dial, .softgate #ppc-button-ppcp-gateway, .softgate .wc-block-mini-cart, .softgate .woocommerce nav.woocommerce-pagination ul li a, .softgate .lang-choose-wrap {
  justify-content: center !important;
}
.softgate .justify-content-between, .softgate .dashboard-speed-dial .dashboard-speed-dial-item, .softgate .woocommerce-info,
.softgate .woocommerce-error,
.softgate .woocommerce-message, .softgate .product .softgate-product a:first-child .growth-followers {
  justify-content: space-between !important;
}
.softgate .justify-content-around {
  justify-content: space-around !important;
}
.softgate .justify-content-evenly {
  justify-content: space-evenly !important;
}
.softgate .align-items-start {
  align-items: flex-start !important;
}
.softgate .align-items-end {
  align-items: flex-end !important;
}
.softgate .align-items-center, .softgate .dashboard-speed-dial .dashboard-speed-dial-item, .softgate .dashboard-speed-dial, .softgate .woocommerce-product-rating, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a, .softgate .woocommerce nav.woocommerce-pagination ul li a, .softgate div.coupon, .softgate .lang-choose-wrap, .softgate .woocommerce-info ul li,
.softgate .woocommerce-error ul li,
.softgate .woocommerce-message ul li, .softgate .woocommerce-info,
.softgate .woocommerce-error,
.softgate .woocommerce-message, .softgate .product .softgate-product a:first-child .growth-followers .growth,
.softgate .product .softgate-product a:first-child .growth-followers .followers, .softgate .product .softgate-product a:first-child {
  align-items: center !important;
}
.softgate .align-items-baseline {
  align-items: baseline !important;
}
.softgate .align-items-stretch {
  align-items: stretch !important;
}
.softgate .align-content-start {
  align-content: flex-start !important;
}
.softgate .align-content-end {
  align-content: flex-end !important;
}
.softgate .align-content-center {
  align-content: center !important;
}
.softgate .align-content-between {
  align-content: space-between !important;
}
.softgate .align-content-around {
  align-content: space-around !important;
}
.softgate .align-content-stretch {
  align-content: stretch !important;
}
.softgate .align-self-auto {
  align-self: auto !important;
}
.softgate .align-self-start {
  align-self: flex-start !important;
}
.softgate .align-self-end {
  align-self: flex-end !important;
}
.softgate .align-self-center {
  align-self: center !important;
}
.softgate .align-self-baseline {
  align-self: baseline !important;
}
.softgate .align-self-stretch {
  align-self: stretch !important;
}
.softgate .order-first {
  order: -1 !important;
}
.softgate .order-0 {
  order: 0 !important;
}
.softgate .order-1, .softgate .woocommerce-info ul li a.button,
.softgate .woocommerce-error ul li a.button,
.softgate .woocommerce-message ul li a.button {
  order: 1 !important;
}
.softgate .order-2 {
  order: 2 !important;
}
.softgate .order-3 {
  order: 3 !important;
}
.softgate .order-4 {
  order: 4 !important;
}
.softgate .order-5 {
  order: 5 !important;
}
.softgate .order-last {
  order: 6 !important;
}
.softgate .m-0, .softgate .added_to_cart.wc-forward, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item {
  margin: 0 !important;
}
.softgate .m-1 {
  margin: 0.25rem !important;
}
.softgate .m-2 {
  margin: 0.5rem !important;
}
.softgate .m-3 {
  margin: 1rem !important;
}
.softgate .m-4 {
  margin: 1.5rem !important;
}
.softgate .m-5 {
  margin: 3rem !important;
}
.softgate .m-auto, .softgate .woocommerce-form-login {
  margin: auto !important;
}
.softgate .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.softgate .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.softgate .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.softgate .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.softgate .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.softgate .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.softgate .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.softgate .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.softgate .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.softgate .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.softgate .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.softgate .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.softgate .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.softgate .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.softgate .mt-0 {
  margin-top: 0 !important;
}
.softgate .mt-1 {
  margin-top: 0.25rem !important;
}
.softgate .mt-2 {
  margin-top: 0.5rem !important;
}
.softgate .mt-3, .softgate #ppc-button-ppcp-gateway, .softgate a.added_to_cart {
  margin-top: 1rem !important;
}
.softgate .mt-4 {
  margin-top: 1.5rem !important;
}
.softgate .mt-5 {
  margin-top: 3rem !important;
}
.softgate .mt-auto {
  margin-top: auto !important;
}
.softgate .me-0 {
  margin-right: 0 !important;
}
.softgate .me-1 {
  margin-right: 0.25rem !important;
}
.softgate .me-2, .softgate .woocommerce-notices-wrapper a.button.wc-forward {
  margin-right: 0.5rem !important;
}
.softgate .me-3 {
  margin-right: 1rem !important;
}
.softgate .me-4 {
  margin-right: 1.5rem !important;
}
.softgate .me-5 {
  margin-right: 3rem !important;
}
.softgate .me-auto {
  margin-right: auto !important;
}
.softgate .mb-0, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list:last-child, .softgate .alert ul, .softgate form.variations_form span.price ul, .softgate .woocommerce-info ul,
.softgate .woocommerce-error ul,
.softgate .woocommerce-message ul, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  margin-bottom: 0 !important;
}
.softgate .mb-1 {
  margin-bottom: 0.25rem !important;
}
.softgate .mb-2 {
  margin-bottom: 0.5rem !important;
}
.softgate .mb-3, .softgate form.variations_form span.price, .softgate form.variations_form.cart table, .softgate ul.wc-tabs, .softgate .woocommerce-breadcrumb {
  margin-bottom: 1rem !important;
}
.softgate .mb-4 {
  margin-bottom: 1.5rem !important;
}
.softgate .mb-5 {
  margin-bottom: 3rem !important;
}
.softgate .mb-auto {
  margin-bottom: auto !important;
}
.softgate .ms-0 {
  margin-left: 0 !important;
}
.softgate .ms-1 {
  margin-left: 0.25rem !important;
}
.softgate .ms-2, .softgate form.variations_form.cart table.variations td.value .reset_variations {
  margin-left: 0.5rem !important;
}
.softgate .ms-3 {
  margin-left: 1rem !important;
}
.softgate .ms-4 {
  margin-left: 1.5rem !important;
}
.softgate .ms-5 {
  margin-left: 3rem !important;
}
.softgate .ms-auto, .softgate .woocommerce-info ul li a.button,
.softgate .woocommerce-error ul li a.button,
.softgate .woocommerce-message ul li a.button {
  margin-left: auto !important;
}
.softgate .p-0 {
  padding: 0 !important;
}
.softgate .p-1 {
  padding: 0.25rem !important;
}
.softgate .p-2 {
  padding: 0.5rem !important;
}
.softgate .p-3, .softgate .dashboard-speed-dial .dashboard-speed-dial-item, .softgate .wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-items__row, .softgate .rm-sidebar .widget, .softgate table.shop_table, .softgate span.select2-dropdown, .softgate main {
  padding: 1rem !important;
}
.softgate .p-4 {
  padding: 1.5rem !important;
}
.softgate .p-5 {
  padding: 3rem !important;
}
.softgate .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.softgate .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.softgate .px-2, .softgate .product .softgate-product a:first-child .growth-followers {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.softgate .px-3, .softgate .woocommerce-breadcrumb {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.softgate .px-4, .softgate .lang-choose-wrap .lang-choose, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .softgate .btn, .softgate .woocommerce-notices-wrapper a.button.wc-forward, .softgate .woocommerce button.button.alt:disabled,
.softgate .woocommerce button.button.alt:disabled:hover,
.softgate .woocommerce button.button.alt:disabled[disabled], .softgate .woocommerce_checkout_place_order, .softgate .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .reset_variations, .softgate #commentform [type=submit], .softgate ul.wc-tabs li a, .softgate .sg-product-single .entry-summary button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .softgate table.variations td.value .reset_variations, .softgate .woocommerce button.button.alt, .softgate .woocommerce a.button.alt, .softgate .woocommerce a.added_to_cart.wc-forward,
.softgate .woocommerce button[type=submit],
.softgate .woocommerce button.button:disabled,
.softgate .woocommerce button.button:disabled[disabled], .softgate .woocommerce a.button, .softgate .woocommerce-info a.button,
.softgate .woocommerce-info a.restore-item,
.softgate .woocommerce-error a.button,
.softgate .woocommerce-error a.restore-item,
.softgate .woocommerce-message a.button,
.softgate .woocommerce-message a.restore-item {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.softgate .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.softgate .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.softgate .py-1, .softgate .product .softgate-product a:first-child .growth-followers {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.softgate .py-2, .softgate .woocommerce-breadcrumb {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.softgate .py-3, .softgate .lang-choose-wrap .lang-choose {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.softgate .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.softgate .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.softgate .pt-0 {
  padding-top: 0 !important;
}
.softgate .pt-1 {
  padding-top: 0.25rem !important;
}
.softgate .pt-2 {
  padding-top: 0.5rem !important;
}
.softgate .pt-3 {
  padding-top: 1rem !important;
}
.softgate .pt-4 {
  padding-top: 1.5rem !important;
}
.softgate .pt-5 {
  padding-top: 3rem !important;
}
.softgate .pe-0 {
  padding-right: 0 !important;
}
.softgate .pe-1 {
  padding-right: 0.25rem !important;
}
.softgate .pe-2 {
  padding-right: 0.5rem !important;
}
.softgate .pe-3 {
  padding-right: 1rem !important;
}
.softgate .pe-4 {
  padding-right: 1.5rem !important;
}
.softgate .pe-5 {
  padding-right: 3rem !important;
}
.softgate .pb-0 {
  padding-bottom: 0 !important;
}
.softgate .pb-1 {
  padding-bottom: 0.25rem !important;
}
.softgate .pb-2 {
  padding-bottom: 0.5rem !important;
}
.softgate .pb-3 {
  padding-bottom: 1rem !important;
}
.softgate .pb-4 {
  padding-bottom: 1.5rem !important;
}
.softgate .pb-5 {
  padding-bottom: 3rem !important;
}
.softgate .ps-0 {
  padding-left: 0 !important;
}
.softgate .ps-1 {
  padding-left: 0.25rem !important;
}
.softgate .ps-2, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item ul.wc-block-product-categories-list {
  padding-left: 0.5rem !important;
}
.softgate .ps-3 {
  padding-left: 1rem !important;
}
.softgate .ps-4 {
  padding-left: 1.5rem !important;
}
.softgate .ps-5 {
  padding-left: 3rem !important;
}
.softgate .gap-0 {
  gap: 0 !important;
}
.softgate .gap-1, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item ul.wc-block-product-categories-list, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a, .softgate .rm-sidebar .widget ul.wc-block-product-categories-list, .softgate .product .softgate-product a:first-child .growth-followers .growth,
.softgate .product .softgate-product a:first-child .growth-followers .followers, .softgate .product .softgate-product {
  gap: 0.25rem !important;
}
.softgate .gap-2, .softgate .lang-choose-wrap .lang-choose {
  gap: 0.5rem !important;
}
.softgate .gap-3, .softgate .dashboard-speed-dial, .softgate .woocommerce-product-rating, .softgate .sg-product-single .entry-summary, .softgate .sg-product-single, .softgate .woocommerce-info,
.softgate .woocommerce-error,
.softgate .woocommerce-message {
  gap: 1rem !important;
}
.softgate .gap-4 {
  gap: 1.5rem !important;
}
.softgate .gap-5 {
  gap: 3rem !important;
}
.softgate .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.softgate .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.softgate .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.softgate .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.softgate .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.softgate .fs-5 {
  font-size: 1.25rem !important;
}
.softgate .fs-6 {
  font-size: 1rem !important;
}
.softgate .fst-italic {
  font-style: italic !important;
}
.softgate .fst-normal {
  font-style: normal !important;
}
.softgate .fw-light {
  font-weight: 300 !important;
}
.softgate .fw-lighter {
  font-weight: lighter !important;
}
.softgate .fw-normal {
  font-weight: 400 !important;
}
.softgate .fw-bold {
  font-weight: 700 !important;
}
.softgate .fw-semibold {
  font-weight: 600 !important;
}
.softgate .fw-bolder {
  font-weight: bolder !important;
}
.softgate .lh-1 {
  line-height: 1 !important;
}
.softgate .lh-sm {
  line-height: 1.25 !important;
}
.softgate .lh-base {
  line-height: 1.5 !important;
}
.softgate .lh-lg {
  line-height: 2 !important;
}
.softgate .text-start {
  text-align: left !important;
}
.softgate .text-end {
  text-align: right !important;
}
.softgate .text-center {
  text-align: center !important;
}
.softgate .text-decoration-none {
  text-decoration: none !important;
}
.softgate .text-decoration-underline {
  text-decoration: underline !important;
}
.softgate .text-decoration-line-through {
  text-decoration: line-through !important;
}
.softgate .text-lowercase {
  text-transform: lowercase !important;
}
.softgate .text-uppercase {
  text-transform: uppercase !important;
}
.softgate .text-capitalize {
  text-transform: capitalize !important;
}
.softgate .text-wrap {
  white-space: normal !important;
}
.softgate .text-nowrap, .softgate .btn, .softgate .woocommerce-notices-wrapper a.button.wc-forward, .softgate .woocommerce button.button.alt:disabled,
.softgate .woocommerce button.button.alt:disabled:hover,
.softgate .woocommerce button.button.alt:disabled[disabled], .softgate .woocommerce_checkout_place_order, .softgate .added_to_cart.wc-forward, .softgate form.variations_form.cart table.variations td.value .reset_variations, .softgate #commentform [type=submit], .softgate ul.wc-tabs li a, .softgate .sg-product-single .entry-summary button[type=submit], .softgate .rm-sidebar .widget .wc-block-product-search__fields button, .softgate table.variations td.value .reset_variations, .softgate .woocommerce button.button.alt, .softgate .woocommerce a.button.alt, .softgate .woocommerce a.added_to_cart.wc-forward,
.softgate .woocommerce button[type=submit],
.softgate .woocommerce button.button:disabled,
.softgate .woocommerce button.button:disabled[disabled], .softgate .woocommerce a.button, .softgate .woocommerce-info a.button,
.softgate .woocommerce-info a.restore-item,
.softgate .woocommerce-error a.button,
.softgate .woocommerce-error a.restore-item,
.softgate .woocommerce-message a.button,
.softgate .woocommerce-message a.restore-item {
  white-space: nowrap !important;
}
.softgate .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.softgate .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-danger, .softgate .form-label span.required {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-dark, .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-indigo {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-teal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-cyan {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-gray-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-dark-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.softgate .text-muted {
  --bs-text-opacity: 1;
  color: #546E7A !important;
}
.softgate .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(19, 19, 19, 0.5) !important;
}
.softgate .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.softgate .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.softgate .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.softgate .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.softgate .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.softgate .text-opacity-100 {
  --bs-text-opacity: 1;
}
.softgate .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-white, .softgate .lang-choose-wrap .lang-choose, .softgate .product .softgate-product {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-gray-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-dark-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.softgate .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.softgate .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.softgate .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.softgate .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.softgate .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.softgate .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.softgate .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.softgate .user-select-all {
  user-select: all !important;
}
.softgate .user-select-auto {
  user-select: auto !important;
}
.softgate .user-select-none {
  user-select: none !important;
}
.softgate .pe-none {
  pointer-events: none !important;
}
.softgate .pe-auto {
  pointer-events: auto !important;
}
.softgate .rounded, .softgate .dashboard-speed-dial .dashboard-speed-dial-item, .softgate .woocommerce-breadcrumb, .softgate span.select2-dropdown, .softgate .lang-choose-wrap .lang-choose {
  border-radius: var(--bs-border-radius) !important;
}
.softgate .rounded-0 {
  border-radius: 0 !important;
}
.softgate .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.softgate .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.softgate .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.softgate .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.softgate .rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.softgate .rounded-circle {
  border-radius: 50% !important;
}
.softgate .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.softgate .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.softgate .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.softgate .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.softgate .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.softgate .visible {
  visibility: visible !important;
}
.softgate .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .softgate .float-sm-start {
    float: left !important;
  }
  .softgate .float-sm-end {
    float: right !important;
  }
  .softgate .float-sm-none {
    float: none !important;
  }
  .softgate .d-sm-inline {
    display: inline !important;
  }
  .softgate .d-sm-inline-block {
    display: inline-block !important;
  }
  .softgate .d-sm-block {
    display: block !important;
  }
  .softgate .d-sm-grid {
    display: grid !important;
  }
  .softgate .d-sm-table {
    display: table !important;
  }
  .softgate .d-sm-table-row {
    display: table-row !important;
  }
  .softgate .d-sm-table-cell {
    display: table-cell !important;
  }
  .softgate .d-sm-flex {
    display: flex !important;
  }
  .softgate .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .softgate .d-sm-none {
    display: none !important;
  }
  .softgate .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .softgate .flex-sm-row {
    flex-direction: row !important;
  }
  .softgate .flex-sm-column {
    flex-direction: column !important;
  }
  .softgate .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .softgate .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .softgate .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .softgate .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .softgate .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .softgate .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .softgate .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .softgate .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .softgate .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .softgate .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .softgate .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .softgate .justify-content-sm-center {
    justify-content: center !important;
  }
  .softgate .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .softgate .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .softgate .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .softgate .align-items-sm-start {
    align-items: flex-start !important;
  }
  .softgate .align-items-sm-end {
    align-items: flex-end !important;
  }
  .softgate .align-items-sm-center {
    align-items: center !important;
  }
  .softgate .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .softgate .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .softgate .align-content-sm-start {
    align-content: flex-start !important;
  }
  .softgate .align-content-sm-end {
    align-content: flex-end !important;
  }
  .softgate .align-content-sm-center {
    align-content: center !important;
  }
  .softgate .align-content-sm-between {
    align-content: space-between !important;
  }
  .softgate .align-content-sm-around {
    align-content: space-around !important;
  }
  .softgate .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .softgate .align-self-sm-auto {
    align-self: auto !important;
  }
  .softgate .align-self-sm-start {
    align-self: flex-start !important;
  }
  .softgate .align-self-sm-end {
    align-self: flex-end !important;
  }
  .softgate .align-self-sm-center {
    align-self: center !important;
  }
  .softgate .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .softgate .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .softgate .order-sm-first {
    order: -1 !important;
  }
  .softgate .order-sm-0 {
    order: 0 !important;
  }
  .softgate .order-sm-1 {
    order: 1 !important;
  }
  .softgate .order-sm-2 {
    order: 2 !important;
  }
  .softgate .order-sm-3 {
    order: 3 !important;
  }
  .softgate .order-sm-4 {
    order: 4 !important;
  }
  .softgate .order-sm-5 {
    order: 5 !important;
  }
  .softgate .order-sm-last {
    order: 6 !important;
  }
  .softgate .m-sm-0 {
    margin: 0 !important;
  }
  .softgate .m-sm-1 {
    margin: 0.25rem !important;
  }
  .softgate .m-sm-2 {
    margin: 0.5rem !important;
  }
  .softgate .m-sm-3 {
    margin: 1rem !important;
  }
  .softgate .m-sm-4 {
    margin: 1.5rem !important;
  }
  .softgate .m-sm-5 {
    margin: 3rem !important;
  }
  .softgate .m-sm-auto {
    margin: auto !important;
  }
  .softgate .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .softgate .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .softgate .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .softgate .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .softgate .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .softgate .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .softgate .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .softgate .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .softgate .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .softgate .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .softgate .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .softgate .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .softgate .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .softgate .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .softgate .mt-sm-0 {
    margin-top: 0 !important;
  }
  .softgate .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .softgate .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .softgate .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .softgate .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .softgate .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .softgate .mt-sm-auto {
    margin-top: auto !important;
  }
  .softgate .me-sm-0 {
    margin-right: 0 !important;
  }
  .softgate .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .softgate .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .softgate .me-sm-3 {
    margin-right: 1rem !important;
  }
  .softgate .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .softgate .me-sm-5 {
    margin-right: 3rem !important;
  }
  .softgate .me-sm-auto {
    margin-right: auto !important;
  }
  .softgate .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .softgate .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .softgate .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .softgate .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .softgate .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .softgate .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .softgate .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .softgate .ms-sm-0 {
    margin-left: 0 !important;
  }
  .softgate .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .softgate .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .softgate .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .softgate .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .softgate .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .softgate .ms-sm-auto {
    margin-left: auto !important;
  }
  .softgate .p-sm-0 {
    padding: 0 !important;
  }
  .softgate .p-sm-1 {
    padding: 0.25rem !important;
  }
  .softgate .p-sm-2 {
    padding: 0.5rem !important;
  }
  .softgate .p-sm-3 {
    padding: 1rem !important;
  }
  .softgate .p-sm-4 {
    padding: 1.5rem !important;
  }
  .softgate .p-sm-5 {
    padding: 3rem !important;
  }
  .softgate .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .softgate .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .softgate .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .softgate .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .softgate .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .softgate .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .softgate .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .softgate .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .softgate .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .softgate .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .softgate .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .softgate .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .softgate .pt-sm-0 {
    padding-top: 0 !important;
  }
  .softgate .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .softgate .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .softgate .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .softgate .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .softgate .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .softgate .pe-sm-0 {
    padding-right: 0 !important;
  }
  .softgate .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .softgate .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .softgate .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .softgate .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .softgate .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .softgate .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .softgate .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .softgate .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .softgate .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .softgate .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .softgate .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .softgate .ps-sm-0 {
    padding-left: 0 !important;
  }
  .softgate .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .softgate .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .softgate .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .softgate .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .softgate .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .softgate .gap-sm-0 {
    gap: 0 !important;
  }
  .softgate .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .softgate .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .softgate .gap-sm-3 {
    gap: 1rem !important;
  }
  .softgate .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .softgate .gap-sm-5 {
    gap: 3rem !important;
  }
  .softgate .text-sm-start {
    text-align: left !important;
  }
  .softgate .text-sm-end {
    text-align: right !important;
  }
  .softgate .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .softgate .float-md-start {
    float: left !important;
  }
  .softgate .float-md-end {
    float: right !important;
  }
  .softgate .float-md-none {
    float: none !important;
  }
  .softgate .d-md-inline {
    display: inline !important;
  }
  .softgate .d-md-inline-block {
    display: inline-block !important;
  }
  .softgate .d-md-block {
    display: block !important;
  }
  .softgate .d-md-grid {
    display: grid !important;
  }
  .softgate .d-md-table {
    display: table !important;
  }
  .softgate .d-md-table-row {
    display: table-row !important;
  }
  .softgate .d-md-table-cell {
    display: table-cell !important;
  }
  .softgate .d-md-flex {
    display: flex !important;
  }
  .softgate .d-md-inline-flex {
    display: inline-flex !important;
  }
  .softgate .d-md-none {
    display: none !important;
  }
  .softgate .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .softgate .flex-md-row {
    flex-direction: row !important;
  }
  .softgate .flex-md-column {
    flex-direction: column !important;
  }
  .softgate .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .softgate .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .softgate .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .softgate .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .softgate .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .softgate .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .softgate .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .softgate .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .softgate .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .softgate .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .softgate .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .softgate .justify-content-md-center {
    justify-content: center !important;
  }
  .softgate .justify-content-md-between {
    justify-content: space-between !important;
  }
  .softgate .justify-content-md-around {
    justify-content: space-around !important;
  }
  .softgate .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .softgate .align-items-md-start {
    align-items: flex-start !important;
  }
  .softgate .align-items-md-end {
    align-items: flex-end !important;
  }
  .softgate .align-items-md-center {
    align-items: center !important;
  }
  .softgate .align-items-md-baseline {
    align-items: baseline !important;
  }
  .softgate .align-items-md-stretch {
    align-items: stretch !important;
  }
  .softgate .align-content-md-start {
    align-content: flex-start !important;
  }
  .softgate .align-content-md-end {
    align-content: flex-end !important;
  }
  .softgate .align-content-md-center {
    align-content: center !important;
  }
  .softgate .align-content-md-between {
    align-content: space-between !important;
  }
  .softgate .align-content-md-around {
    align-content: space-around !important;
  }
  .softgate .align-content-md-stretch {
    align-content: stretch !important;
  }
  .softgate .align-self-md-auto {
    align-self: auto !important;
  }
  .softgate .align-self-md-start {
    align-self: flex-start !important;
  }
  .softgate .align-self-md-end {
    align-self: flex-end !important;
  }
  .softgate .align-self-md-center {
    align-self: center !important;
  }
  .softgate .align-self-md-baseline {
    align-self: baseline !important;
  }
  .softgate .align-self-md-stretch {
    align-self: stretch !important;
  }
  .softgate .order-md-first {
    order: -1 !important;
  }
  .softgate .order-md-0 {
    order: 0 !important;
  }
  .softgate .order-md-1 {
    order: 1 !important;
  }
  .softgate .order-md-2 {
    order: 2 !important;
  }
  .softgate .order-md-3 {
    order: 3 !important;
  }
  .softgate .order-md-4 {
    order: 4 !important;
  }
  .softgate .order-md-5 {
    order: 5 !important;
  }
  .softgate .order-md-last {
    order: 6 !important;
  }
  .softgate .m-md-0 {
    margin: 0 !important;
  }
  .softgate .m-md-1 {
    margin: 0.25rem !important;
  }
  .softgate .m-md-2 {
    margin: 0.5rem !important;
  }
  .softgate .m-md-3 {
    margin: 1rem !important;
  }
  .softgate .m-md-4 {
    margin: 1.5rem !important;
  }
  .softgate .m-md-5 {
    margin: 3rem !important;
  }
  .softgate .m-md-auto {
    margin: auto !important;
  }
  .softgate .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .softgate .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .softgate .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .softgate .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .softgate .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .softgate .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .softgate .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .softgate .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .softgate .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .softgate .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .softgate .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .softgate .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .softgate .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .softgate .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .softgate .mt-md-0 {
    margin-top: 0 !important;
  }
  .softgate .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .softgate .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .softgate .mt-md-3 {
    margin-top: 1rem !important;
  }
  .softgate .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .softgate .mt-md-5 {
    margin-top: 3rem !important;
  }
  .softgate .mt-md-auto {
    margin-top: auto !important;
  }
  .softgate .me-md-0 {
    margin-right: 0 !important;
  }
  .softgate .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .softgate .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .softgate .me-md-3 {
    margin-right: 1rem !important;
  }
  .softgate .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .softgate .me-md-5 {
    margin-right: 3rem !important;
  }
  .softgate .me-md-auto {
    margin-right: auto !important;
  }
  .softgate .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .softgate .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .softgate .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .softgate .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .softgate .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .softgate .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .softgate .mb-md-auto {
    margin-bottom: auto !important;
  }
  .softgate .ms-md-0 {
    margin-left: 0 !important;
  }
  .softgate .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .softgate .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .softgate .ms-md-3 {
    margin-left: 1rem !important;
  }
  .softgate .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .softgate .ms-md-5 {
    margin-left: 3rem !important;
  }
  .softgate .ms-md-auto {
    margin-left: auto !important;
  }
  .softgate .p-md-0 {
    padding: 0 !important;
  }
  .softgate .p-md-1 {
    padding: 0.25rem !important;
  }
  .softgate .p-md-2 {
    padding: 0.5rem !important;
  }
  .softgate .p-md-3 {
    padding: 1rem !important;
  }
  .softgate .p-md-4 {
    padding: 1.5rem !important;
  }
  .softgate .p-md-5 {
    padding: 3rem !important;
  }
  .softgate .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .softgate .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .softgate .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .softgate .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .softgate .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .softgate .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .softgate .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .softgate .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .softgate .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .softgate .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .softgate .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .softgate .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .softgate .pt-md-0 {
    padding-top: 0 !important;
  }
  .softgate .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .softgate .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .softgate .pt-md-3 {
    padding-top: 1rem !important;
  }
  .softgate .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .softgate .pt-md-5 {
    padding-top: 3rem !important;
  }
  .softgate .pe-md-0 {
    padding-right: 0 !important;
  }
  .softgate .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .softgate .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .softgate .pe-md-3 {
    padding-right: 1rem !important;
  }
  .softgate .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .softgate .pe-md-5 {
    padding-right: 3rem !important;
  }
  .softgate .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .softgate .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .softgate .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .softgate .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .softgate .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .softgate .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .softgate .ps-md-0 {
    padding-left: 0 !important;
  }
  .softgate .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .softgate .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .softgate .ps-md-3 {
    padding-left: 1rem !important;
  }
  .softgate .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .softgate .ps-md-5 {
    padding-left: 3rem !important;
  }
  .softgate .gap-md-0 {
    gap: 0 !important;
  }
  .softgate .gap-md-1 {
    gap: 0.25rem !important;
  }
  .softgate .gap-md-2 {
    gap: 0.5rem !important;
  }
  .softgate .gap-md-3 {
    gap: 1rem !important;
  }
  .softgate .gap-md-4 {
    gap: 1.5rem !important;
  }
  .softgate .gap-md-5 {
    gap: 3rem !important;
  }
  .softgate .text-md-start {
    text-align: left !important;
  }
  .softgate .text-md-end {
    text-align: right !important;
  }
  .softgate .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .softgate .float-lg-start {
    float: left !important;
  }
  .softgate .float-lg-end {
    float: right !important;
  }
  .softgate .float-lg-none {
    float: none !important;
  }
  .softgate .d-lg-inline {
    display: inline !important;
  }
  .softgate .d-lg-inline-block {
    display: inline-block !important;
  }
  .softgate .d-lg-block {
    display: block !important;
  }
  .softgate .d-lg-grid {
    display: grid !important;
  }
  .softgate .d-lg-table {
    display: table !important;
  }
  .softgate .d-lg-table-row {
    display: table-row !important;
  }
  .softgate .d-lg-table-cell {
    display: table-cell !important;
  }
  .softgate .d-lg-flex {
    display: flex !important;
  }
  .softgate .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .softgate .d-lg-none {
    display: none !important;
  }
  .softgate .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .softgate .flex-lg-row, .softgate .woocommerce-info ul li,
  .softgate .woocommerce-error ul li,
  .softgate .woocommerce-message ul li {
    flex-direction: row !important;
  }
  .softgate .flex-lg-column {
    flex-direction: column !important;
  }
  .softgate .flex-lg-row-reverse, .softgate .woocommerce-info,
  .softgate .woocommerce-error,
  .softgate .woocommerce-message {
    flex-direction: row-reverse !important;
  }
  .softgate .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .softgate .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .softgate .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .softgate .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .softgate .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .softgate .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .softgate .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .softgate .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .softgate .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .softgate .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .softgate .justify-content-lg-center {
    justify-content: center !important;
  }
  .softgate .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .softgate .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .softgate .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .softgate .align-items-lg-start {
    align-items: flex-start !important;
  }
  .softgate .align-items-lg-end {
    align-items: flex-end !important;
  }
  .softgate .align-items-lg-center {
    align-items: center !important;
  }
  .softgate .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .softgate .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .softgate .align-content-lg-start {
    align-content: flex-start !important;
  }
  .softgate .align-content-lg-end {
    align-content: flex-end !important;
  }
  .softgate .align-content-lg-center {
    align-content: center !important;
  }
  .softgate .align-content-lg-between {
    align-content: space-between !important;
  }
  .softgate .align-content-lg-around {
    align-content: space-around !important;
  }
  .softgate .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .softgate .align-self-lg-auto {
    align-self: auto !important;
  }
  .softgate .align-self-lg-start {
    align-self: flex-start !important;
  }
  .softgate .align-self-lg-end {
    align-self: flex-end !important;
  }
  .softgate .align-self-lg-center {
    align-self: center !important;
  }
  .softgate .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .softgate .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .softgate .order-lg-first {
    order: -1 !important;
  }
  .softgate .order-lg-0 {
    order: 0 !important;
  }
  .softgate .order-lg-1 {
    order: 1 !important;
  }
  .softgate .order-lg-2 {
    order: 2 !important;
  }
  .softgate .order-lg-3 {
    order: 3 !important;
  }
  .softgate .order-lg-4 {
    order: 4 !important;
  }
  .softgate .order-lg-5 {
    order: 5 !important;
  }
  .softgate .order-lg-last {
    order: 6 !important;
  }
  .softgate .m-lg-0 {
    margin: 0 !important;
  }
  .softgate .m-lg-1 {
    margin: 0.25rem !important;
  }
  .softgate .m-lg-2 {
    margin: 0.5rem !important;
  }
  .softgate .m-lg-3 {
    margin: 1rem !important;
  }
  .softgate .m-lg-4 {
    margin: 1.5rem !important;
  }
  .softgate .m-lg-5 {
    margin: 3rem !important;
  }
  .softgate .m-lg-auto {
    margin: auto !important;
  }
  .softgate .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .softgate .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .softgate .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .softgate .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .softgate .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .softgate .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .softgate .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .softgate .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .softgate .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .softgate .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .softgate .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .softgate .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .softgate .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .softgate .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .softgate .mt-lg-0 {
    margin-top: 0 !important;
  }
  .softgate .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .softgate .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .softgate .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .softgate .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .softgate .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .softgate .mt-lg-auto {
    margin-top: auto !important;
  }
  .softgate .me-lg-0 {
    margin-right: 0 !important;
  }
  .softgate .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .softgate .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .softgate .me-lg-3 {
    margin-right: 1rem !important;
  }
  .softgate .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .softgate .me-lg-5 {
    margin-right: 3rem !important;
  }
  .softgate .me-lg-auto {
    margin-right: auto !important;
  }
  .softgate .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .softgate .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .softgate .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .softgate .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .softgate .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .softgate .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .softgate .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .softgate .ms-lg-0 {
    margin-left: 0 !important;
  }
  .softgate .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .softgate .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .softgate .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .softgate .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .softgate .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .softgate .ms-lg-auto {
    margin-left: auto !important;
  }
  .softgate .p-lg-0 {
    padding: 0 !important;
  }
  .softgate .p-lg-1 {
    padding: 0.25rem !important;
  }
  .softgate .p-lg-2 {
    padding: 0.5rem !important;
  }
  .softgate .p-lg-3 {
    padding: 1rem !important;
  }
  .softgate .p-lg-4 {
    padding: 1.5rem !important;
  }
  .softgate .p-lg-5 {
    padding: 3rem !important;
  }
  .softgate .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .softgate .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .softgate .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .softgate .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .softgate .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .softgate .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .softgate .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .softgate .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .softgate .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .softgate .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .softgate .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .softgate .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .softgate .pt-lg-0 {
    padding-top: 0 !important;
  }
  .softgate .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .softgate .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .softgate .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .softgate .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .softgate .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .softgate .pe-lg-0 {
    padding-right: 0 !important;
  }
  .softgate .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .softgate .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .softgate .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .softgate .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .softgate .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .softgate .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .softgate .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .softgate .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .softgate .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .softgate .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .softgate .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .softgate .ps-lg-0 {
    padding-left: 0 !important;
  }
  .softgate .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .softgate .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .softgate .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .softgate .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .softgate .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .softgate .gap-lg-0 {
    gap: 0 !important;
  }
  .softgate .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .softgate .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .softgate .gap-lg-3 {
    gap: 1rem !important;
  }
  .softgate .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .softgate .gap-lg-5 {
    gap: 3rem !important;
  }
  .softgate .text-lg-start {
    text-align: left !important;
  }
  .softgate .text-lg-end {
    text-align: right !important;
  }
  .softgate .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .softgate .float-xl-start {
    float: left !important;
  }
  .softgate .float-xl-end {
    float: right !important;
  }
  .softgate .float-xl-none {
    float: none !important;
  }
  .softgate .d-xl-inline {
    display: inline !important;
  }
  .softgate .d-xl-inline-block {
    display: inline-block !important;
  }
  .softgate .d-xl-block {
    display: block !important;
  }
  .softgate .d-xl-grid {
    display: grid !important;
  }
  .softgate .d-xl-table {
    display: table !important;
  }
  .softgate .d-xl-table-row {
    display: table-row !important;
  }
  .softgate .d-xl-table-cell {
    display: table-cell !important;
  }
  .softgate .d-xl-flex {
    display: flex !important;
  }
  .softgate .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .softgate .d-xl-none {
    display: none !important;
  }
  .softgate .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .softgate .flex-xl-row {
    flex-direction: row !important;
  }
  .softgate .flex-xl-column {
    flex-direction: column !important;
  }
  .softgate .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .softgate .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .softgate .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .softgate .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .softgate .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .softgate .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .softgate .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .softgate .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .softgate .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .softgate .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .softgate .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .softgate .justify-content-xl-center {
    justify-content: center !important;
  }
  .softgate .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .softgate .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .softgate .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .softgate .align-items-xl-start {
    align-items: flex-start !important;
  }
  .softgate .align-items-xl-end {
    align-items: flex-end !important;
  }
  .softgate .align-items-xl-center {
    align-items: center !important;
  }
  .softgate .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .softgate .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .softgate .align-content-xl-start {
    align-content: flex-start !important;
  }
  .softgate .align-content-xl-end {
    align-content: flex-end !important;
  }
  .softgate .align-content-xl-center {
    align-content: center !important;
  }
  .softgate .align-content-xl-between {
    align-content: space-between !important;
  }
  .softgate .align-content-xl-around {
    align-content: space-around !important;
  }
  .softgate .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .softgate .align-self-xl-auto {
    align-self: auto !important;
  }
  .softgate .align-self-xl-start {
    align-self: flex-start !important;
  }
  .softgate .align-self-xl-end {
    align-self: flex-end !important;
  }
  .softgate .align-self-xl-center {
    align-self: center !important;
  }
  .softgate .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .softgate .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .softgate .order-xl-first {
    order: -1 !important;
  }
  .softgate .order-xl-0 {
    order: 0 !important;
  }
  .softgate .order-xl-1 {
    order: 1 !important;
  }
  .softgate .order-xl-2 {
    order: 2 !important;
  }
  .softgate .order-xl-3 {
    order: 3 !important;
  }
  .softgate .order-xl-4 {
    order: 4 !important;
  }
  .softgate .order-xl-5 {
    order: 5 !important;
  }
  .softgate .order-xl-last {
    order: 6 !important;
  }
  .softgate .m-xl-0 {
    margin: 0 !important;
  }
  .softgate .m-xl-1 {
    margin: 0.25rem !important;
  }
  .softgate .m-xl-2 {
    margin: 0.5rem !important;
  }
  .softgate .m-xl-3 {
    margin: 1rem !important;
  }
  .softgate .m-xl-4 {
    margin: 1.5rem !important;
  }
  .softgate .m-xl-5 {
    margin: 3rem !important;
  }
  .softgate .m-xl-auto {
    margin: auto !important;
  }
  .softgate .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .softgate .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .softgate .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .softgate .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .softgate .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .softgate .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .softgate .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .softgate .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .softgate .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .softgate .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .softgate .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .softgate .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .softgate .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .softgate .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .softgate .mt-xl-0 {
    margin-top: 0 !important;
  }
  .softgate .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .softgate .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .softgate .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .softgate .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .softgate .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .softgate .mt-xl-auto {
    margin-top: auto !important;
  }
  .softgate .me-xl-0 {
    margin-right: 0 !important;
  }
  .softgate .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .softgate .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .softgate .me-xl-3 {
    margin-right: 1rem !important;
  }
  .softgate .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .softgate .me-xl-5 {
    margin-right: 3rem !important;
  }
  .softgate .me-xl-auto {
    margin-right: auto !important;
  }
  .softgate .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .softgate .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .softgate .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .softgate .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .softgate .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .softgate .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .softgate .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .softgate .ms-xl-0 {
    margin-left: 0 !important;
  }
  .softgate .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .softgate .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .softgate .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .softgate .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .softgate .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .softgate .ms-xl-auto {
    margin-left: auto !important;
  }
  .softgate .p-xl-0 {
    padding: 0 !important;
  }
  .softgate .p-xl-1 {
    padding: 0.25rem !important;
  }
  .softgate .p-xl-2 {
    padding: 0.5rem !important;
  }
  .softgate .p-xl-3 {
    padding: 1rem !important;
  }
  .softgate .p-xl-4 {
    padding: 1.5rem !important;
  }
  .softgate .p-xl-5 {
    padding: 3rem !important;
  }
  .softgate .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .softgate .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .softgate .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .softgate .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .softgate .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .softgate .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .softgate .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .softgate .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .softgate .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .softgate .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .softgate .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .softgate .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .softgate .pt-xl-0 {
    padding-top: 0 !important;
  }
  .softgate .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .softgate .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .softgate .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .softgate .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .softgate .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .softgate .pe-xl-0 {
    padding-right: 0 !important;
  }
  .softgate .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .softgate .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .softgate .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .softgate .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .softgate .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .softgate .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .softgate .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .softgate .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .softgate .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .softgate .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .softgate .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .softgate .ps-xl-0 {
    padding-left: 0 !important;
  }
  .softgate .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .softgate .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .softgate .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .softgate .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .softgate .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .softgate .gap-xl-0 {
    gap: 0 !important;
  }
  .softgate .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .softgate .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .softgate .gap-xl-3 {
    gap: 1rem !important;
  }
  .softgate .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .softgate .gap-xl-5 {
    gap: 3rem !important;
  }
  .softgate .text-xl-start {
    text-align: left !important;
  }
  .softgate .text-xl-end {
    text-align: right !important;
  }
  .softgate .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .softgate .float-xxl-start {
    float: left !important;
  }
  .softgate .float-xxl-end {
    float: right !important;
  }
  .softgate .float-xxl-none {
    float: none !important;
  }
  .softgate .d-xxl-inline {
    display: inline !important;
  }
  .softgate .d-xxl-inline-block {
    display: inline-block !important;
  }
  .softgate .d-xxl-block {
    display: block !important;
  }
  .softgate .d-xxl-grid {
    display: grid !important;
  }
  .softgate .d-xxl-table {
    display: table !important;
  }
  .softgate .d-xxl-table-row {
    display: table-row !important;
  }
  .softgate .d-xxl-table-cell {
    display: table-cell !important;
  }
  .softgate .d-xxl-flex {
    display: flex !important;
  }
  .softgate .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .softgate .d-xxl-none {
    display: none !important;
  }
  .softgate .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .softgate .flex-xxl-row {
    flex-direction: row !important;
  }
  .softgate .flex-xxl-column {
    flex-direction: column !important;
  }
  .softgate .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .softgate .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .softgate .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .softgate .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .softgate .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .softgate .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .softgate .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .softgate .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .softgate .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .softgate .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .softgate .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .softgate .justify-content-xxl-center {
    justify-content: center !important;
  }
  .softgate .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .softgate .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .softgate .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .softgate .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .softgate .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .softgate .align-items-xxl-center {
    align-items: center !important;
  }
  .softgate .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .softgate .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .softgate .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .softgate .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .softgate .align-content-xxl-center {
    align-content: center !important;
  }
  .softgate .align-content-xxl-between {
    align-content: space-between !important;
  }
  .softgate .align-content-xxl-around {
    align-content: space-around !important;
  }
  .softgate .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .softgate .align-self-xxl-auto {
    align-self: auto !important;
  }
  .softgate .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .softgate .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .softgate .align-self-xxl-center {
    align-self: center !important;
  }
  .softgate .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .softgate .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .softgate .order-xxl-first {
    order: -1 !important;
  }
  .softgate .order-xxl-0 {
    order: 0 !important;
  }
  .softgate .order-xxl-1 {
    order: 1 !important;
  }
  .softgate .order-xxl-2 {
    order: 2 !important;
  }
  .softgate .order-xxl-3 {
    order: 3 !important;
  }
  .softgate .order-xxl-4 {
    order: 4 !important;
  }
  .softgate .order-xxl-5 {
    order: 5 !important;
  }
  .softgate .order-xxl-last {
    order: 6 !important;
  }
  .softgate .m-xxl-0 {
    margin: 0 !important;
  }
  .softgate .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .softgate .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .softgate .m-xxl-3 {
    margin: 1rem !important;
  }
  .softgate .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .softgate .m-xxl-5 {
    margin: 3rem !important;
  }
  .softgate .m-xxl-auto {
    margin: auto !important;
  }
  .softgate .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .softgate .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .softgate .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .softgate .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .softgate .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .softgate .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .softgate .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .softgate .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .softgate .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .softgate .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .softgate .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .softgate .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .softgate .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .softgate .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .softgate .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .softgate .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .softgate .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .softgate .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .softgate .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .softgate .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .softgate .mt-xxl-auto {
    margin-top: auto !important;
  }
  .softgate .me-xxl-0 {
    margin-right: 0 !important;
  }
  .softgate .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .softgate .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .softgate .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .softgate .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .softgate .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .softgate .me-xxl-auto {
    margin-right: auto !important;
  }
  .softgate .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .softgate .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .softgate .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .softgate .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .softgate .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .softgate .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .softgate .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .softgate .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .softgate .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .softgate .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .softgate .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .softgate .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .softgate .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .softgate .ms-xxl-auto {
    margin-left: auto !important;
  }
  .softgate .p-xxl-0 {
    padding: 0 !important;
  }
  .softgate .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .softgate .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .softgate .p-xxl-3 {
    padding: 1rem !important;
  }
  .softgate .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .softgate .p-xxl-5 {
    padding: 3rem !important;
  }
  .softgate .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .softgate .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .softgate .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .softgate .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .softgate .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .softgate .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .softgate .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .softgate .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .softgate .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .softgate .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .softgate .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .softgate .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .softgate .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .softgate .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .softgate .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .softgate .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .softgate .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .softgate .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .softgate .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .softgate .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .softgate .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .softgate .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .softgate .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .softgate .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .softgate .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .softgate .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .softgate .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .softgate .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .softgate .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .softgate .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .softgate .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .softgate .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .softgate .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .softgate .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .softgate .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .softgate .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .softgate .gap-xxl-0 {
    gap: 0 !important;
  }
  .softgate .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .softgate .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .softgate .gap-xxl-3 {
    gap: 1rem !important;
  }
  .softgate .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .softgate .gap-xxl-5 {
    gap: 3rem !important;
  }
  .softgate .text-xxl-start {
    text-align: left !important;
  }
  .softgate .text-xxl-end {
    text-align: right !important;
  }
  .softgate .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .softgate .fs-1 {
    font-size: 2.5rem !important;
  }
  .softgate .fs-2 {
    font-size: 2rem !important;
  }
  .softgate .fs-3 {
    font-size: 1.75rem !important;
  }
  .softgate .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .softgate .d-print-inline {
    display: inline !important;
  }
  .softgate .d-print-inline-block {
    display: inline-block !important;
  }
  .softgate .d-print-block {
    display: block !important;
  }
  .softgate .d-print-grid {
    display: grid !important;
  }
  .softgate .d-print-table {
    display: table !important;
  }
  .softgate .d-print-table-row {
    display: table-row !important;
  }
  .softgate .d-print-table-cell {
    display: table-cell !important;
  }
  .softgate .d-print-flex {
    display: flex !important;
  }
  .softgate .d-print-inline-flex {
    display: inline-flex !important;
  }
  .softgate .d-print-none {
    display: none !important;
  }
}
.softgate select {
  max-width: unset !important;
}
.softgate #header {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate #header {
    transition: none;
  }
}
.softgate .rm-sidebar {
  position: relative;
}
.softgate .rm-sidebar .sidebar-content {
  position: sticky !important;
}
.softgate .nav-offset {
  top: var(--nav-offset) !important;
}
.softgate * {
  font-family: "Roboto", serif;
}
.softgate span.required {
  color: #ea0004;
}
.softgate input[type=checkbox] {
  min-width: unset !important;
}
.softgate input[type=checkbox]:checked::before {
  content: none !important;
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
}
.softgate .product .softgate-product {
  transition: all 0.2s ease-in-out;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  width: 160px;
  height: 280px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(19, 19, 19, 0.4);
}
@media (prefers-reduced-motion: reduce) {
  .softgate .product .softgate-product {
    transition: none;
  }
}
.softgate .product .softgate-product a:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.softgate .product .softgate-product a:first-child img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: absolute;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .product .softgate-product a:first-child img {
    transition: none;
  }
}
.softgate .product .softgate-product a:first-child .woocommerce-loop-product__title {
  width: 160px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: calc(160px + 1rem + 8px + 1rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #263238;
}
.softgate .product .softgate-product a:first-child .star-rating {
  position: absolute;
  top: calc(160px + 1rem);
  font-size: 12px;
}
.softgate .product .softgate-product a:first-child .star-rating::before {
  color: #e9945b !important;
}
.softgate .product .softgate-product a:first-child .star-rating span {
  font-family: star !important;
}
.softgate .product .softgate-product a:first-child .star-rating span::before {
  color: #e9945b !important;
}
.softgate .product .softgate-product a:first-child .price {
  border-top: 1px solid rgba(19, 19, 19, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15px !important;
  text-align: center;
  margin: 0;
  padding: 0.5rem 0.5rem !important;
  border-radius: 0;
  width: 100%;
  background-color: rgba(19, 19, 19, 0.1);
}
.softgate .product .softgate-product a:first-child .price * {
  color: #131313;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.softgate .product .softgate-product .add_to_cart_button {
  display: none;
}
.softgate .product .softgate-product .added_to_cart {
  display: none;
}
.softgate .woocommerce-info:before,
.softgate .woocommerce-error:before,
.softgate .woocommerce-message:before {
  display: none;
  content: none;
}
.softgate .woocommerce-info:after,
.softgate .woocommerce-error:after,
.softgate .woocommerce-message:after {
  display: none;
  content: none;
}
.softgate .woocommerce-info ul,
.softgate .woocommerce-error ul,
.softgate .woocommerce-message ul {
  width: 100%;
}
.softgate .woocommerce-info a {
  color: black;
  font-weight: bold;
}
.softgate .woocommerce-error a {
  color: #840002;
  font-weight: bold;
}
.softgate .woocommerce-message a {
  color: #41a140;
  font-weight: bold;
}
.softgate .woocommerce.columns-1 select[name=orderby], .softgate .woocommerce.columns-2 select[name=orderby], .softgate .woocommerce.columns-3 select[name=orderby], .softgate .woocommerce.columns-4 select[name=orderby], .softgate .woocommerce.columns-5 select[name=orderby], .softgate .woocommerce.columns-6 select[name=orderby] {
  width: unset !important;
}
.softgate .woocommerce form.woocommerce-ordering select[name=orderby] {
  float: none;
}
.softgate .woocommerce-form-login {
  max-width: 350px;
}
.softgate .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 15%;
  font-weight: 600;
}
@media only screen and (min-width: 0) {
  .softgate .woocommerce nav.woocommerce-MyAccount-navigation {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .softgate .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .softgate .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 15%;
  }
}
.softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  margin-bottom: 1px !important;
  border-radius: 0;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    transition: none;
  }
}
.softgate .woocommerce .woocommerce-MyAccount-content {
  padding-left: 1rem;
  width: 85%;
}
@media only screen and (min-width: 0) {
  .softgate .woocommerce .woocommerce-MyAccount-content {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .softgate .woocommerce .woocommerce-MyAccount-content {
    padding-left: 1rem;
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .softgate .woocommerce .woocommerce-MyAccount-content {
    padding-left: 1rem;
    width: 85%;
  }
}
.softgate .offcanvas {
  z-index: 99999;
}
.softgate .lang-choose-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
  z-index: 9999999;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .lang-choose-wrap {
    transition: none;
  }
}
.softgate .lang-choose-wrap.hidden {
  opacity: 0;
  pointer-events: none;
}
.softgate .lang-choose-wrap .lang-choose {
  position: relative;
}
.softgate .lang-choose-wrap .lang-choose .lang-choose-wrap-close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.softgate .lang-choose-wrap .lang-choose .lang-choose-wrap-close img {
  width: 20px;
}
.softgate .alert.hidden, .softgate form.variations_form span.hidden.price, .softgate .hidden.woocommerce-info,
.softgate .hidden.woocommerce-error,
.softgate .hidden.woocommerce-message {
  display: none;
}
.softgate span.select2 {
  line-height: 1.6 !important;
}
.softgate span.select2 .select2-selection,
.softgate span.select2 .select2-selection:focus,
.softgate span.select2 .select2-selection:focus-visible {
  border: none;
  color: #263238;
}
.softgate span.select2 .select2-selection .select2-selection__rendered,
.softgate span.select2 .select2-selection .select2-selection__rendered:focus,
.softgate span.select2 .select2-selection .select2-selection__rendered:focus-visible,
.softgate span.select2 .select2-selection:focus .select2-selection__rendered,
.softgate span.select2 .select2-selection:focus .select2-selection__rendered:focus,
.softgate span.select2 .select2-selection:focus .select2-selection__rendered:focus-visible,
.softgate span.select2 .select2-selection:focus-visible .select2-selection__rendered,
.softgate span.select2 .select2-selection:focus-visible .select2-selection__rendered:focus,
.softgate span.select2 .select2-selection:focus-visible .select2-selection__rendered:focus-visible {
  border: none;
  color: #263238;
}
.softgate span.select2 .select2-selection .select2-selection__arrow,
.softgate span.select2 .select2-selection:focus .select2-selection__arrow,
.softgate span.select2 .select2-selection:focus-visible .select2-selection__arrow {
  display: none;
}
.softgate select {
  line-height: 1.6 !important;
}
.softgate .input-text {
  line-height: 1.6 !important;
}
.softgate .variations select {
  line-height: 1.6 !important;
}
.softgate .woocommerce-input-wrapper select {
  line-height: 1.6 !important;
}
.softgate .woocommerce .price * {
  font-size: 18px;
  font-weight: 600;
  color: #263238;
  margin-bottom: 1rem;
}
.softgate table.variations td.value .reset_variations {
  font-size: 1rem !important;
}
.softgate .woocommerce-checkout-payment {
  background: #cacaca !important;
  border-color: #aeaeae !important;
}
.softgate .woocommerce-checkout-payment .wc_payment_methods {
  border-bottom: 1px dashed #cacaca !important;
}
.softgate .woocommerce-checkout-payment .wc_payment_methods .payment_box {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.softgate div.coupon [name=coupon_code] {
  min-width: 250px;
}
.softgate table.shop_table {
  background: rgba(255, 255, 255, 0.6);
}
.softgate table.shop_table tr th, .softgate table.shop_table tr td {
  border-top: none !important;
}
.softgate .woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}
.softgate .woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #d3ced2 !important;
  border-right: none !important;
}
.softgate .woocommerce nav.woocommerce-pagination ul li:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.softgate .woocommerce nav.woocommerce-pagination ul li:last-child {
  border-right: 1px solid #d3ced2 !important;
  border-radius: 0 0.25rem 0.25rem 0;
}
.softgate .woocommerce-breadcrumb {
  background-color: rgba(19, 19, 19, 0.2);
  border: 1px solid rgba(19, 19, 19, 0.3) !important;
}
.softgate .woocommerce-breadcrumb a {
  color: #263238 !important;
  font-weight: 600;
}
.softgate .rm-sidebar .widget > div {
  margin: 0 !important;
}
.softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a {
  display: flex;
  transition: all 0.2s ease-in-out;
  color: #263238;
  padding: 5px 10px;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a {
    transition: none;
  }
}
.softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a:hover {
  background: rgba(19, 19, 19, 0.25);
}
.softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a span:first-child {
  margin: 0;
  width: 20px !important;
  height: 20px !important;
}
.softgate .rm-sidebar .widget ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a span:first-child img {
  width: 100% !important;
  object-fit: cover;
}
.softgate .rm-sidebar .widget .wc-block-product-search__fields button {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}
.softgate .wp-block-woocommerce-filled-mini-cart-contents-block {
  padding: 1rem;
}
.softgate .wp-block-woocommerce-filled-mini-cart-contents-block h2, .softgate .wp-block-woocommerce-filled-mini-cart-contents-block .h2 {
  font-size: 18px;
  text-align: center;
}
.softgate .wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-items__row {
  background: #fff;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.softgate .wc-block-mini-cart .wc-block-mini-cart__button {
  color: #131313;
}
.softgate .sg-product-single .woocommerce-product-gallery {
  max-width: 250px;
}
.softgate .sg-product-single .woocommerce-product-gallery .woocommerce-product-gallery__image {
  position: relative;
}
.softgate .sg-product-single .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.softgate .sg-product-single .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.softgate .sg-product-single .woocommerce-product-gallery ol li {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
}
.softgate .sg-product-single .woocommerce-product-gallery ol li img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.softgate .sg-product-single .entry-summary * {
  margin: 0 !important;
}
.softgate .sg-product-single .entry-summary p.price {
  color: #263238 !important;
  font-weight: 600 !important;
}
.softgate .woocommerce-product-rating::before {
  content: "" !important;
  display: none !important;
}
.softgate a[href$="licensed/"] {
  display: none !important;
}
.softgate form.variations_form.cart table.variations td.label {
  width: 1px;
}
.softgate form.variations_form.cart table.variations td.value {
  max-width: 300px;
}
.softgate form.variations_form span.price * {
  font-size: 1rem;
  color: #131313;
}
.softgate .woocommerce button.button.alt:disabled,
.softgate .woocommerce button.button.alt:disabled:hover,
.softgate .woocommerce button.button.alt:disabled[disabled] {
  opacity: 0.2 !important;
}
.softgate span.onsale {
  position: absolute !important;
  top: 0.25rem !important;
  left: 0.25rem !important;
  border-radius: 0.25rem !important;
  line-height: 1rem !important;
  font-size: 1rem !important;
  min-height: unset !important;
  padding: 0.5rem 1rem !important;
  background-color: rgba(255, 0, 0, 0.75) !important;
  -webkit-backdrop-filter: blur(3px) !important;
  backdrop-filter: blur(3px) !important;
}
.softgate a.elementor-post__read-more {
  color: #131313;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate a.elementor-post__read-more {
    transition: none;
  }
}
.softgate a.elementor-post__read-more:hover {
  color: #464646;
}
.softgate span.elementor-icon-list-icon {
  color: #000;
}
.softgate .star-rating::before {
  color: #e9945b !important;
}
.softgate .star-rating span {
  font-family: star !important;
}
.softgate .star-rating span::before {
  color: #e9945b !important;
}
.softgate textarea[data-copy_to_clipboard] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.softgate .dashboard-speed-dial .dashboard-speed-dial-item {
  display: block;
  width: 150px;
  height: 150px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .dashboard-speed-dial .dashboard-speed-dial-item {
    transition: none;
  }
}
.softgate .dashboard-speed-dial .dashboard-speed-dial-item img {
  height: 65px;
}
.softgate .sgcl-form {
  background-color: #fff;
  border: 1px solid rgba(19, 19, 19, 0.4);
}
.softgate .sgcl-form a {
  color: #131313;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .softgate .sgcl-form a {
    transition: none;
  }
}
.softgate .sgcl-form a:hover {
  color: #464646;
}

.woocommerce {
  color: #263238 !important;
}
.woocommerce button,
.woocommerce .btn-primary,
.woocommerce .softgate .woocommerce-info a.button,
.woocommerce .softgate .woocommerce-info a.restore-item,
.softgate .woocommerce-info .woocommerce a.restore-item,
.softgate .woocommerce a.button,
.softgate .woocommerce a.added_to_cart.wc-forward,
.softgate .woocommerce button[type=submit],
.softgate .woocommerce button.button:disabled,
.softgate .woocommerce button.button:disabled[disabled],
.softgate .woocommerce a.button.alt,
.softgate .woocommerce button.button.alt,
.woocommerce .softgate table.variations td.value .reset_variations,
.softgate table.variations td.value .woocommerce .reset_variations,
.woocommerce .softgate .rm-sidebar .widget .wc-block-product-search__fields button,
.softgate .rm-sidebar .widget .wc-block-product-search__fields .woocommerce button,
.woocommerce .softgate .sg-product-single .entry-summary button[type=submit],
.softgate .sg-product-single .entry-summary .woocommerce button[type=submit],
.woocommerce .softgate #commentform [type=submit],
.softgate #commentform .woocommerce [type=submit],
.woocommerce .softgate form.variations_form.cart table.variations td.value .reset_variations,
.softgate form.variations_form.cart table.variations td.value .woocommerce .reset_variations,
.woocommerce .softgate .woocommerce_checkout_place_order,
.softgate .woocommerce .woocommerce_checkout_place_order,
.softgate .woocommerce button.button.alt:disabled,
.softgate .woocommerce button.button.alt:disabled:hover,
.softgate .woocommerce button.button.alt:disabled[disabled],
.woocommerce .softgate .woocommerce-notices-wrapper a.button.wc-forward,
.softgate .woocommerce-notices-wrapper .woocommerce a.button.wc-forward {
  border: none !important;
  background-color: #263238 !important;
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
